Pull request #42173 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c+788f2883d285fc997d25cd27235c5b17cf3c0947 (af81247fb3018f8d5b494aca2ba4bec87d6b398d) 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 The recommended git tool is: NONE using credential jps-reader > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file" > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2021-03-19T20:52:56.494Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2021-03-19T20:52:56.499Z] Trying to pass milestone 1 [Pipeline] milestone [2021-03-19T20:52:56.562Z] Trying to pass milestone 2 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2021-03-19T20:52:56.854Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-09f21d69639bbaa88) in /home/ubuntu/workspace/moby_PR-42173 [Pipeline] { [Pipeline] checkout [2021-03-19T20:52:57.039Z] The recommended git tool is: git [2021-03-19T20:52:59.577Z] using credential docker-jenkins-github-credentials [2021-03-19T20:52:59.583Z] Cloning the remote Git repository [2021-03-19T20:52:59.583Z] Cloning with configured refspecs honoured and without tags [2021-03-19T20:52:59.664Z] Cloning repository https://github.com/moby/moby.git [2021-03-19T20:52:59.740Z] > git init /home/ubuntu/workspace/moby_PR-42173 # timeout=10 [2021-03-19T20:53:00.015Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-19T20:53:00.015Z] > git --version # timeout=10 [2021-03-19T20:53:00.061Z] > git --version # 'git version 2.17.1' [2021-03-19T20:53:00.061Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-19T20:53:00.069Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42173/head:refs/remotes/origin/PR-42173 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-19T20:53:26.215Z] Fetching without tags [2021-03-19T20:53:26.605Z] Merging remotes/origin/master commit 788f2883d285fc997d25cd27235c5b17cf3c0947 into PR head commit 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c [2021-03-19T20:53:26.125Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-19T20:53:26.141Z] > git config --add remote.origin.fetch +refs/pull/42173/head:refs/remotes/origin/PR-42173 # timeout=10 [2021-03-19T20:53:26.156Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-19T20:53:26.191Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-19T20:53:26.216Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-19T20:53:26.217Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-19T20:53:26.310Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42173/head:refs/remotes/origin/PR-42173 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-19T20:53:26.610Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T20:53:26.624Z] > git checkout -f 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c # timeout=10 [2021-03-19T20:53:27.955Z] Merge succeeded, producing 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c [2021-03-19T20:53:27.955Z] Checking out Revision 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c (PR-42173) [2021-03-19T20:53:27.825Z] > git remote # timeout=10 [2021-03-19T20:53:27.857Z] > git config --get remote.origin.url # timeout=10 [2021-03-19T20:53:27.877Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-19T20:53:27.878Z] > git merge 788f2883d285fc997d25cd27235c5b17cf3c0947 # timeout=10 [2021-03-19T20:53:27.919Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-19T20:53:27.961Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T20:53:27.984Z] > git checkout -f 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c # timeout=10 [2021-03-19T20:53:32.671Z] Commit message: "libcontainerd: remove unused consts" [2021-03-19T20:53:32.710Z] First time build. Skipping changelog. [2021-03-19T20:53:32.672Z] > git rev-list --no-walk da20b4ff6e9b794daccab2d015b8c81a5806699b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-03-19T20:53:33.776Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42173:/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 [2021-03-19T20:53:38.011Z] Unable to find image 'alpine:latest' locally [2021-03-19T20:53:38.276Z] latest: Pulling from library/alpine [2021-03-19T20:53:38.276Z] ba3557a56b15: Pulling fs layer [2021-03-19T20:53:38.533Z] ba3557a56b15: Verifying Checksum [2021-03-19T20:53:38.533Z] ba3557a56b15: Download complete [2021-03-19T20:53:38.790Z] ba3557a56b15: Pull complete [2021-03-19T20:53:38.790Z] Digest: sha256:a75afd8b57e7f34e4dad8d65e2c7ba2e1975c795ce1ee22fa34f8cf46f96a3be [2021-03-19T20:53:38.790Z] Status: Downloaded newer image for alpine:latest [2021-03-19T20:53:44.053Z] 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: cgroup2) [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] { (cgroup2) [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 [2021-03-19T20:53:44.582Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-09f21d69639bbaa88) in /home/ubuntu/workspace/moby_PR-42173 [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [2021-03-19T20:53:44.589Z] Running on s390x-ubuntu-16 in /home/jenkins/workspace/moby_PR-42173 [2021-03-19T20:53:44.589Z] Running on ppc64le-ubuntu-20 in /home/docker/workspace/moby_PR-42173 [Pipeline] node Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] checkout [Pipeline] checkout [Pipeline] checkout [2021-03-19T20:53:44.670Z] The recommended git tool is: git [2021-03-19T20:53:44.673Z] The recommended git tool is: git [2021-03-19T20:53:44.677Z] The recommended git tool is: git [Pipeline] // stage [2021-03-19T20:53:44.800Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [Pipeline] // stage [2021-03-19T20:53:44.837Z] using credential docker-jenkins-github-credentials [2021-03-19T20:53:44.838Z] using credential docker-jenkins-github-credentials [2021-03-19T20:53:44.845Z] Fetching changes from the remote Git repository [2021-03-19T20:53:44.852Z] Cloning the remote Git repository [2021-03-19T20:53:44.852Z] Cloning with configured refspecs honoured and without tags [Pipeline] stage [Pipeline] { (Build dev image) [2021-03-19T20:53:44.857Z] Cloning the remote Git repository [2021-03-19T20:53:44.857Z] Cloning with configured refspecs honoured and without tags [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Run tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-19T20:53:44.985Z] Fetching without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2021-03-19T20:53:44.866Z] Cloning repository https://github.com/moby/moby.git [2021-03-19T20:53:44.867Z] > git init /home/docker/workspace/moby_PR-42173 # timeout=10 [2021-03-19T20:53:44.878Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-19T20:53:44.879Z] > git --version # timeout=10 [2021-03-19T20:53:44.882Z] > git --version # 'git version 2.7.4' [2021-03-19T20:53:44.882Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-19T20:53:44.884Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/42173/head:refs/remotes/origin/PR-42173 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-19T20:53:45.565Z] Merging remotes/origin/master commit 788f2883d285fc997d25cd27235c5b17cf3c0947 into PR head commit 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c [2021-03-19T20:53:44.805Z] > git rev-parse --is-inside-work-tree # timeout=10 [2021-03-19T20:53:44.917Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-19T20:53:44.991Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-19T20:53:44.991Z] > git --version # timeout=10 [2021-03-19T20:53:45.040Z] > git --version # 'git version 2.17.1' [2021-03-19T20:53:45.041Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-19T20:53:45.044Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42173/head:refs/remotes/origin/PR-42173 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-19T20:53:45.565Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T20:53:45.586Z] > git checkout -f 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c # timeout=10 [2021-03-19T20:53:44.859Z] Cloning repository https://github.com/moby/moby.git [2021-03-19T20:53:44.859Z] > git init /home/jenkins/workspace/moby_PR-42173 # timeout=10 [2021-03-19T20:53:44.866Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-19T20:53:44.866Z] > git --version # timeout=10 [2021-03-19T20:53:44.868Z] > git --version # 'git version 2.17.1' [2021-03-19T20:53:44.868Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-19T20:53:44.868Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42173/head:refs/remotes/origin/PR-42173 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-19T20:53:45.815Z] Merge succeeded, producing 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c [2021-03-19T20:53:45.815Z] Checking out Revision 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c (PR-42173) [2021-03-19T20:53:45.968Z] Commit message: "libcontainerd: remove unused consts" [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-03-19T20:53:46.646Z] + [ PR != PR ] [2021-03-19T20:53:46.646Z] + [ master != master ] [2021-03-19T20:53:46.646Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-03-19T20:53:45.705Z] > git remote # timeout=10 [2021-03-19T20:53:45.728Z] > git config --get remote.origin.url # timeout=10 [2021-03-19T20:53:45.753Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-19T20:53:45.754Z] > git merge 788f2883d285fc997d25cd27235c5b17cf3c0947 # timeout=10 [2021-03-19T20:53:45.786Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-19T20:53:45.821Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T20:53:45.843Z] > git checkout -f 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c # timeout=10 [2021-03-19T20:53:47.056Z] + docker version [2021-03-19T20:53:47.056Z] Client: Docker Engine - Community [2021-03-19T20:53:47.056Z] Version: 20.10.3 [2021-03-19T20:53:47.056Z] API version: 1.41 [2021-03-19T20:53:47.056Z] Go version: go1.13.15 [2021-03-19T20:53:47.056Z] Git commit: 48d30b5 [2021-03-19T20:53:47.056Z] Built: Fri Jan 29 14:33:13 2021 [2021-03-19T20:53:47.056Z] OS/Arch: linux/amd64 [2021-03-19T20:53:47.056Z] Context: default [2021-03-19T20:53:47.056Z] Experimental: true [2021-03-19T20:53:47.056Z] [2021-03-19T20:53:47.056Z] Server: Docker Engine - Community [2021-03-19T20:53:47.056Z] Engine: [2021-03-19T20:53:47.056Z] Version: 20.10.3 [2021-03-19T20:53:47.056Z] API version: 1.41 (minimum version 1.12) [2021-03-19T20:53:47.056Z] Go version: go1.13.15 [2021-03-19T20:53:47.056Z] Git commit: 46229ca [2021-03-19T20:53:47.056Z] Built: Fri Jan 29 14:31:25 2021 [2021-03-19T20:53:47.056Z] OS/Arch: linux/amd64 [2021-03-19T20:53:47.056Z] Experimental: true [2021-03-19T20:53:47.056Z] containerd: [2021-03-19T20:53:47.056Z] Version: 1.4.3 [2021-03-19T20:53:47.056Z] GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-03-19T20:53:47.056Z] runc: [2021-03-19T20:53:47.056Z] Version: 1.0.0-rc92 [2021-03-19T20:53:47.056Z] GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-03-19T20:53:47.056Z] docker-init: [2021-03-19T20:53:47.056Z] Version: 0.19.0 [2021-03-19T20:53:47.056Z] GitCommit: de40ad0 [Pipeline] sh [2021-03-19T20:53:47.381Z] + docker info [2021-03-19T20:53:53.920Z] Client: [2021-03-19T20:53:53.920Z] Context: default [2021-03-19T20:53:53.920Z] Debug Mode: false [2021-03-19T20:53:53.920Z] Plugins: [2021-03-19T20:53:53.920Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-03-19T20:53:53.920Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-03-19T20:53:53.920Z] [2021-03-19T20:53:53.920Z] Server: [2021-03-19T20:53:53.920Z] Containers: 0 [2021-03-19T20:53:53.920Z] Running: 0 [2021-03-19T20:53:53.920Z] Paused: 0 [2021-03-19T20:53:53.920Z] Stopped: 0 [2021-03-19T20:53:53.920Z] Images: 1 [2021-03-19T20:53:53.920Z] Server Version: 20.10.3 [2021-03-19T20:53:53.920Z] Storage Driver: overlay2 [2021-03-19T20:53:53.920Z] Backing Filesystem: extfs [2021-03-19T20:53:53.920Z] Supports d_type: true [2021-03-19T20:53:53.920Z] Native Overlay Diff: true [2021-03-19T20:53:53.920Z] Logging Driver: json-file [2021-03-19T20:53:53.920Z] Cgroup Driver: cgroupfs [2021-03-19T20:53:53.920Z] Cgroup Version: 1 [2021-03-19T20:53:53.920Z] Plugins: [2021-03-19T20:53:53.920Z] Volume: local [2021-03-19T20:53:53.920Z] Network: bridge host ipvlan macvlan null overlay [2021-03-19T20:53:53.920Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-03-19T20:53:53.920Z] Swarm: inactive [2021-03-19T20:53:53.920Z] Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux [2021-03-19T20:53:53.920Z] Default Runtime: runc [2021-03-19T20:53:53.920Z] Init Binary: docker-init [2021-03-19T20:53:53.920Z] containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-03-19T20:53:53.920Z] runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-03-19T20:53:53.920Z] init version: de40ad0 [2021-03-19T20:53:53.920Z] Security Options: [2021-03-19T20:53:53.920Z] apparmor [2021-03-19T20:53:53.920Z] seccomp [2021-03-19T20:53:53.920Z] Profile: default [2021-03-19T20:53:53.920Z] Kernel Version: 5.4.0-1037-aws [2021-03-19T20:53:53.920Z] Operating System: Ubuntu 18.04.5 LTS [2021-03-19T20:53:53.920Z] OSType: linux [2021-03-19T20:53:53.920Z] Architecture: x86_64 [2021-03-19T20:53:53.920Z] CPUs: 2 [2021-03-19T20:53:53.920Z] Total Memory: 7.487GiB [2021-03-19T20:53:53.920Z] Name: ip-10-100-70-158 [2021-03-19T20:53:53.920Z] ID: IQLA:KLHL:T3IO:DJRF:WETX:4WTK:4HWM:S2ZH:2QDS:GI4C:WACL:ZD5O [2021-03-19T20:53:53.920Z] Docker Root Dir: /var/lib/docker [2021-03-19T20:53:53.920Z] Debug Mode: false [2021-03-19T20:53:53.920Z] Registry: https://index.docker.io/v1/ [2021-03-19T20:53:53.920Z] Labels: [2021-03-19T20:53:53.920Z] Experimental: true [2021-03-19T20:53:53.920Z] Insecure Registries: [2021-03-19T20:53:53.920Z] 127.0.0.0/8 [2021-03-19T20:53:53.920Z] Live Restore Enabled: true [2021-03-19T20:53:53.920Z] [2021-03-19T20:53:53.920Z] WARNING: No swap limit support [2021-03-19T20:53:53.920Z] WARNING: No blkio weight support [2021-03-19T20:53:53.920Z] WARNING: No blkio weight_device support [Pipeline] sh [2021-03-19T20:53:54.093Z] Fetching without tags [2021-03-19T20:53:54.051Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-19T20:53:54.053Z] > git config --add remote.origin.fetch +refs/pull/42173/head:refs/remotes/origin/PR-42173 # timeout=10 [2021-03-19T20:53:54.054Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-19T20:53:54.088Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-19T20:53:54.101Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-19T20:53:54.101Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-19T20:53:54.101Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42173/head:refs/remotes/origin/PR-42173 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-19T20:53:54.256Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-19T20:53:54.256Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-19T20:53:54.256Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42173/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-03-19T20:53:54.256Z] + bash /home/ubuntu/workspace/moby_PR-42173/check-config.sh [2021-03-19T20:53:54.256Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-03-19T20:53:54.256Z] info: reading kernel config from /boot/config-5.4.0-1037-aws ... [2021-03-19T20:53:54.256Z] [2021-03-19T20:53:54.256Z] Generally Necessary: [2021-03-19T20:53:54.256Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-03-19T20:53:54.256Z] - apparmor: enabled and tools installed [2021-03-19T20:53:54.256Z] - CONFIG_NAMESPACES: enabled [2021-03-19T20:53:54.256Z] - CONFIG_NET_NS: enabled [2021-03-19T20:53:54.256Z] - CONFIG_PID_NS: enabled [2021-03-19T20:53:54.256Z] - CONFIG_IPC_NS: enabled [2021-03-19T20:53:54.256Z] - CONFIG_UTS_NS: enabled [2021-03-19T20:53:54.256Z] - CONFIG_CGROUPS: enabled [2021-03-19T20:53:54.256Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-03-19T20:53:54.256Z] - CONFIG_CGROUP_DEVICE: enabled [2021-03-19T20:53:54.256Z] - CONFIG_CGROUP_FREEZER: enabled [2021-03-19T20:53:54.256Z] - CONFIG_CGROUP_SCHED: enabled [2021-03-19T20:53:54.256Z] - CONFIG_CPUSETS: enabled [2021-03-19T20:53:54.256Z] - CONFIG_MEMCG: enabled [2021-03-19T20:53:54.256Z] - CONFIG_KEYS: enabled [2021-03-19T20:53:54.256Z] - CONFIG_VETH: enabled (as module) [2021-03-19T20:53:54.256Z] - CONFIG_BRIDGE: enabled (as module) [2021-03-19T20:53:54.256Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-03-19T20:53:54.256Z] - CONFIG_NF_NAT_IPV4: missing [2021-03-19T20:53:54.256Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-03-19T20:53:54.256Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-03-19T20:53:54.256Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-03-19T20:53:54.256Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-03-19T20:53:54.256Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-03-19T20:53:54.256Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-03-19T20:53:54.256Z] - CONFIG_NF_NAT: enabled (as module) [2021-03-19T20:53:54.256Z] - CONFIG_NF_NAT_NEEDED: missing [2021-03-19T20:53:54.256Z] - CONFIG_POSIX_MQUEUE: enabled [2021-03-19T20:53:54.256Z] [2021-03-19T20:53:54.256Z] Optional Features: [2021-03-19T20:53:54.256Z] - CONFIG_USER_NS: enabled [2021-03-19T20:53:54.256Z] - CONFIG_SECCOMP: enabled [2021-03-19T20:53:54.355Z] Merging remotes/origin/master commit 788f2883d285fc997d25cd27235c5b17cf3c0947 into PR head commit 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c [2021-03-19T20:53:54.547Z] - CONFIG_CGROUP_PIDS: enabled [2021-03-19T20:53:54.547Z] - CONFIG_MEMCG_SWAP: enabled [2021-03-19T20:53:54.547Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-03-19T20:53:54.547Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-03-19T20:53:54.547Z] - CONFIG_BLK_CGROUP: enabled [2021-03-19T20:53:54.547Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-03-19T20:53:54.547Z] - CONFIG_IOSCHED_CFQ: missing [2021-03-19T20:53:54.547Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2021-03-19T20:53:54.547Z] - CONFIG_CGROUP_PERF: enabled [2021-03-19T20:53:54.547Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-03-19T20:53:54.547Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-03-19T20:53:54.547Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-03-19T20:53:54.547Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-03-19T20:53:54.547Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-03-19T20:53:54.547Z] - CONFIG_RT_GROUP_SCHED: missing [2021-03-19T20:53:54.547Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-03-19T20:53:54.547Z] - CONFIG_IP_VS: enabled (as module) [2021-03-19T20:53:54.547Z] - CONFIG_IP_VS_NFCT: enabled [2021-03-19T20:53:54.547Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-03-19T20:53:54.547Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-03-19T20:53:54.547Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-03-19T20:53:54.547Z] - CONFIG_EXT4_FS: enabled [2021-03-19T20:53:54.547Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-03-19T20:53:54.547Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-03-19T20:53:54.547Z] - Network Drivers: [2021-03-19T20:53:54.547Z] - "overlay": [2021-03-19T20:53:54.547Z] - CONFIG_VXLAN: enabled (as module) [2021-03-19T20:53:54.547Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-03-19T20:53:54.547Z] Optional (for encrypted networks): [2021-03-19T20:53:54.789Z] Merge succeeded, producing 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c [2021-03-19T20:53:54.789Z] Checking out Revision 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c (PR-42173) [2021-03-19T20:53:54.814Z] - CONFIG_CRYPTO: enabled [2021-03-19T20:53:54.814Z] - CONFIG_CRYPTO_AEAD: enabled [2021-03-19T20:53:54.814Z] - CONFIG_CRYPTO_GCM: enabled [2021-03-19T20:53:54.814Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-03-19T20:53:54.814Z] - CONFIG_CRYPTO_GHASH: enabled [2021-03-19T20:53:54.814Z] - CONFIG_XFRM: enabled [2021-03-19T20:53:54.814Z] - CONFIG_XFRM_USER: enabled (as module) [2021-03-19T20:53:54.814Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-03-19T20:53:54.814Z] - CONFIG_INET_ESP: enabled (as module) [2021-03-19T20:53:54.814Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2021-03-19T20:53:54.814Z] - "ipvlan": [2021-03-19T20:53:54.814Z] - CONFIG_IPVLAN: enabled (as module) [2021-03-19T20:53:54.814Z] - "macvlan": [2021-03-19T20:53:54.814Z] - CONFIG_MACVLAN: enabled (as module) [2021-03-19T20:53:54.814Z] - CONFIG_DUMMY: enabled (as module) [2021-03-19T20:53:54.814Z] - "ftp,tftp client in container": [2021-03-19T20:53:54.814Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-03-19T20:53:54.814Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-03-19T20:53:54.814Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-03-19T20:53:54.814Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-03-19T20:53:54.814Z] - Storage Drivers: [2021-03-19T20:53:54.814Z] - "aufs": [2021-03-19T20:53:54.814Z] - CONFIG_AUFS_FS: enabled (as module) [2021-03-19T20:53:54.814Z] - "btrfs": [2021-03-19T20:53:54.814Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-03-19T20:53:54.814Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-03-19T20:53:54.814Z] - "devicemapper": [2021-03-19T20:53:54.814Z] - CONFIG_BLK_DEV_DM: enabled [2021-03-19T20:53:54.814Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-03-19T20:53:54.814Z] - "overlay": [2021-03-19T20:53:54.814Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-03-19T20:53:54.814Z] - "zfs": [2021-03-19T20:53:54.814Z] - /dev/zfs: present [2021-03-19T20:53:54.814Z] - zfs command: missing [2021-03-19T20:53:54.814Z] - zpool command: missing [2021-03-19T20:53:54.814Z] [2021-03-19T20:53:54.814Z] Limits: [2021-03-19T20:53:54.814Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-03-19T20:53:54.814Z] [2021-03-19T20:53:54.814Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-03-19T20:53:55.144Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:0f32beb4f8d0a1db1ecc945f9669a35fd463af2c . [2021-03-19T20:53:55.258Z] Commit message: "libcontainerd: remove unused consts" [2021-03-19T20:53:55.410Z] #1 [internal] load build definition from Dockerfile [2021-03-19T20:53:55.410Z] #1 sha256:55565534ac1ff636d6be72566448821398835098c842323e4bf792ad420895fd [2021-03-19T20:53:55.410Z] #1 transferring dockerfile: 17.02kB done [2021-03-19T20:53:55.410Z] #1 DONE 0.2s [2021-03-19T20:53:55.410Z] [2021-03-19T20:53:55.410Z] #2 [internal] load .dockerignore [2021-03-19T20:53:55.410Z] #2 sha256:aa91bb988aa8acb476c2ddd0d2af38284518de563f41495340ba1117e7b7af09 [2021-03-19T20:53:55.410Z] #2 transferring context: 87B done [2021-03-19T20:53:55.410Z] #2 DONE 0.2s [2021-03-19T20:53:55.410Z] [2021-03-19T20:53:55.410Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-03-19T20:53:55.410Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-03-19T20:53:54.362Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T20:53:54.363Z] > git checkout -f 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c # timeout=10 [2021-03-19T20:53:54.752Z] > git remote # timeout=10 [2021-03-19T20:53:54.764Z] > git config --get remote.origin.url # timeout=10 [2021-03-19T20:53:54.766Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-19T20:53:54.766Z] > git merge 788f2883d285fc997d25cd27235c5b17cf3c0947 # timeout=10 [2021-03-19T20:53:54.784Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-19T20:53:54.796Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T20:53:54.797Z] > git checkout -f 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-03-19T20:53:55.982Z] #3 DONE 0.4s [2021-03-19T20:53:55.982Z] [2021-03-19T20:53:55.982Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-03-19T20:53:55.982Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-03-19T20:53:55.982Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-03-19T20:53:56.085Z] + docker version [2021-03-19T20:53:56.085Z] Client: Docker Engine - Community [2021-03-19T20:53:56.085Z] Version: 19.03.7 [2021-03-19T20:53:56.085Z] API version: 1.40 [2021-03-19T20:53:56.085Z] Go version: go1.12.17 [2021-03-19T20:53:56.085Z] Git commit: 7141c199a2 [2021-03-19T20:53:56.085Z] Built: Sat Mar 7 16:48:47 2020 [2021-03-19T20:53:56.085Z] OS/Arch: linux/s390x [2021-03-19T20:53:56.085Z] Experimental: false [2021-03-19T20:53:56.085Z] [2021-03-19T20:53:56.085Z] Server: Docker Engine - Community [2021-03-19T20:53:56.085Z] Engine: [2021-03-19T20:53:56.085Z] Version: 19.03.7 [2021-03-19T20:53:56.085Z] API version: 1.40 (minimum version 1.12) [2021-03-19T20:53:56.085Z] Go version: go1.12.17 [2021-03-19T20:53:56.085Z] Git commit: 7141c199a2 [2021-03-19T20:53:56.085Z] Built: Sat Mar 7 16:47:46 2020 [2021-03-19T20:53:56.085Z] OS/Arch: linux/s390x [2021-03-19T20:53:56.085Z] Experimental: true [2021-03-19T20:53:56.085Z] containerd: [2021-03-19T20:53:56.085Z] Version: 1.2.13 [2021-03-19T20:53:56.085Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2021-03-19T20:53:56.085Z] runc: [2021-03-19T20:53:56.085Z] Version: 1.0.0-rc10 [2021-03-19T20:53:56.085Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2021-03-19T20:53:56.085Z] docker-init: [2021-03-19T20:53:56.085Z] Version: 0.18.0 [2021-03-19T20:53:56.085Z] GitCommit: fec3683 [Pipeline] sh [2021-03-19T20:53:56.240Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s [2021-03-19T20:53:56.240Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-03-19T20:53:56.240Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done [2021-03-19T20:53:56.240Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done [2021-03-19T20:53:56.240Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.3s done [2021-03-19T20:53:56.240Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 [2021-03-19T20:53:56.462Z] + docker info [2021-03-19T20:53:56.752Z] Client: [2021-03-19T20:53:56.752Z] Debug Mode: false [2021-03-19T20:53:56.752Z] [2021-03-19T20:53:56.752Z] Server: [2021-03-19T20:53:56.752Z] Containers: 0 [2021-03-19T20:53:56.752Z] Running: 0 [2021-03-19T20:53:56.752Z] Paused: 0 [2021-03-19T20:53:56.752Z] Stopped: 0 [2021-03-19T20:53:56.752Z] Images: 0 [2021-03-19T20:53:56.752Z] Server Version: 19.03.7 [2021-03-19T20:53:56.752Z] Storage Driver: overlay2 [2021-03-19T20:53:56.752Z] Backing Filesystem: [2021-03-19T20:53:56.752Z] Supports d_type: true [2021-03-19T20:53:56.752Z] Native Overlay Diff: true [2021-03-19T20:53:56.752Z] Logging Driver: json-file [2021-03-19T20:53:56.752Z] Cgroup Driver: cgroupfs [2021-03-19T20:53:56.752Z] Plugins: [2021-03-19T20:53:56.752Z] Volume: local [2021-03-19T20:53:56.752Z] Network: bridge host ipvlan macvlan null overlay [2021-03-19T20:53:56.752Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-03-19T20:53:56.752Z] Swarm: inactive [2021-03-19T20:53:56.752Z] Runtimes: runc [2021-03-19T20:53:56.752Z] Default Runtime: runc [2021-03-19T20:53:56.752Z] Init Binary: docker-init [2021-03-19T20:53:56.752Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2021-03-19T20:53:56.752Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2021-03-19T20:53:56.752Z] init version: fec3683 [2021-03-19T20:53:56.752Z] Security Options: [2021-03-19T20:53:56.752Z] apparmor [2021-03-19T20:53:56.752Z] seccomp [2021-03-19T20:53:56.752Z] Profile: default [2021-03-19T20:53:56.752Z] Kernel Version: 4.15.0-91-generic [2021-03-19T20:53:56.752Z] Operating System: Ubuntu 18.04.4 LTS [2021-03-19T20:53:56.752Z] OSType: linux [2021-03-19T20:53:56.752Z] Architecture: s390x [2021-03-19T20:53:56.752Z] CPUs: 2 [2021-03-19T20:53:56.752Z] Total Memory: 7.861GiB [2021-03-19T20:53:56.752Z] Name: s390x-ubuntu-16 [2021-03-19T20:53:56.752Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2021-03-19T20:53:56.752Z] Docker Root Dir: /var/lib/docker [2021-03-19T20:53:56.752Z] Debug Mode: false [2021-03-19T20:53:56.752Z] Registry: https://index.docker.io/v1/ [2021-03-19T20:53:56.752Z] Labels: [2021-03-19T20:53:56.752Z] Experimental: true [2021-03-19T20:53:56.752Z] Insecure Registries: [2021-03-19T20:53:56.752Z] 127.0.0.0/8 [2021-03-19T20:53:56.752Z] Live Restore Enabled: false [2021-03-19T20:53:56.752Z] [2021-03-19T20:53:56.752Z] WARNING: No swap limit support [Pipeline] sh [2021-03-19T20:53:56.804Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.4s done [2021-03-19T20:53:56.804Z] #4 DONE 0.8s [2021-03-19T20:53:57.062Z] [2021-03-19T20:53:57.062Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-03-19T20:53:57.062Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-03-19T20:53:57.128Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-19T20:53:57.128Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-19T20:53:57.128Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-42173/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-03-19T20:53:57.128Z] + bash /home/jenkins/workspace/moby_PR-42173/check-config.sh [2021-03-19T20:53:57.128Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-03-19T20:53:57.128Z] info: reading kernel config from /boot/config-4.15.0-91-generic ... [2021-03-19T20:53:57.128Z] [2021-03-19T20:53:57.128Z] Generally Necessary: [2021-03-19T20:53:57.128Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-03-19T20:53:57.128Z] - apparmor: enabled and tools installed [2021-03-19T20:53:57.128Z] - CONFIG_NAMESPACES: enabled [2021-03-19T20:53:57.128Z] - CONFIG_NET_NS: enabled [2021-03-19T20:53:57.128Z] - CONFIG_PID_NS: enabled [2021-03-19T20:53:57.128Z] - CONFIG_IPC_NS: enabled [2021-03-19T20:53:57.128Z] - CONFIG_UTS_NS: enabled [2021-03-19T20:53:57.128Z] - CONFIG_CGROUPS: enabled [2021-03-19T20:53:57.128Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-03-19T20:53:57.128Z] - CONFIG_CGROUP_DEVICE: enabled [2021-03-19T20:53:57.128Z] - CONFIG_CGROUP_FREEZER: enabled [2021-03-19T20:53:57.128Z] - CONFIG_CGROUP_SCHED: enabled [2021-03-19T20:53:57.128Z] - CONFIG_CPUSETS: enabled [2021-03-19T20:53:57.128Z] - CONFIG_MEMCG: enabled [2021-03-19T20:53:57.128Z] - CONFIG_KEYS: enabled [2021-03-19T20:53:57.128Z] - CONFIG_VETH: enabled (as module) [2021-03-19T20:53:57.128Z] - CONFIG_BRIDGE: enabled (as module) [2021-03-19T20:53:57.128Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-03-19T20:53:57.128Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2021-03-19T20:53:57.128Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-03-19T20:53:57.128Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-03-19T20:53:57.128Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-03-19T20:53:57.128Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-03-19T20:53:57.128Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-03-19T20:53:57.128Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-03-19T20:53:57.128Z] - CONFIG_NF_NAT: enabled (as module) [2021-03-19T20:53:57.128Z] - CONFIG_NF_NAT_NEEDED: enabled [2021-03-19T20:53:57.128Z] - CONFIG_POSIX_MQUEUE: enabled [2021-03-19T20:53:57.128Z] [2021-03-19T20:53:57.128Z] Optional Features: [2021-03-19T20:53:57.128Z] - CONFIG_USER_NS: enabled [2021-03-19T20:53:57.128Z] - CONFIG_SECCOMP: enabled [2021-03-19T20:53:57.128Z] - CONFIG_CGROUP_PIDS: enabled [2021-03-19T20:53:57.128Z] - CONFIG_MEMCG_SWAP: enabled [2021-03-19T20:53:57.128Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-03-19T20:53:57.128Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-03-19T20:53:57.128Z] - CONFIG_BLK_CGROUP: enabled [2021-03-19T20:53:57.128Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-03-19T20:53:57.128Z] - CONFIG_IOSCHED_CFQ: enabled [2021-03-19T20:53:57.128Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2021-03-19T20:53:57.128Z] - CONFIG_CGROUP_PERF: enabled [2021-03-19T20:53:57.128Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-03-19T20:53:57.128Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-03-19T20:53:57.128Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-03-19T20:53:57.128Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-03-19T20:53:57.128Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-03-19T20:53:57.128Z] - CONFIG_RT_GROUP_SCHED: missing [2021-03-19T20:53:57.129Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-03-19T20:53:57.129Z] - CONFIG_IP_VS: enabled (as module) [2021-03-19T20:53:57.129Z] - CONFIG_IP_VS_NFCT: enabled [2021-03-19T20:53:57.129Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-03-19T20:53:57.129Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-03-19T20:53:57.129Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-03-19T20:53:57.129Z] - CONFIG_EXT4_FS: enabled [2021-03-19T20:53:57.129Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-03-19T20:53:57.129Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-03-19T20:53:57.129Z] - Network Drivers: [2021-03-19T20:53:57.129Z] - "overlay": [2021-03-19T20:53:57.129Z] - CONFIG_VXLAN: enabled (as module) [2021-03-19T20:53:57.129Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-03-19T20:53:57.129Z] Optional (for encrypted networks): [2021-03-19T20:53:57.419Z] - CONFIG_CRYPTO: enabled [2021-03-19T20:53:57.419Z] - CONFIG_CRYPTO_AEAD: enabled [2021-03-19T20:53:57.419Z] - CONFIG_CRYPTO_GCM: enabled [2021-03-19T20:53:57.419Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-03-19T20:53:57.419Z] - CONFIG_CRYPTO_GHASH: enabled [2021-03-19T20:53:57.419Z] - CONFIG_XFRM: enabled [2021-03-19T20:53:57.419Z] - CONFIG_XFRM_USER: enabled (as module) [2021-03-19T20:53:57.419Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-03-19T20:53:57.419Z] - CONFIG_INET_ESP: enabled (as module) [2021-03-19T20:53:57.419Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2021-03-19T20:53:57.419Z] - "ipvlan": [2021-03-19T20:53:57.419Z] - CONFIG_IPVLAN: enabled (as module) [2021-03-19T20:53:57.419Z] - "macvlan": [2021-03-19T20:53:57.419Z] - CONFIG_MACVLAN: enabled (as module) [2021-03-19T20:53:57.419Z] - CONFIG_DUMMY: enabled (as module) [2021-03-19T20:53:57.419Z] - "ftp,tftp client in container": [2021-03-19T20:53:57.419Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-03-19T20:53:57.419Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-03-19T20:53:57.419Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-03-19T20:53:57.419Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-03-19T20:53:57.419Z] - Storage Drivers: [2021-03-19T20:53:57.419Z] - "aufs": [2021-03-19T20:53:57.419Z] - CONFIG_AUFS_FS: enabled (as module) [2021-03-19T20:53:57.419Z] - "btrfs": [2021-03-19T20:53:57.419Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-03-19T20:53:57.419Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-03-19T20:53:57.419Z] - "devicemapper": [2021-03-19T20:53:57.419Z] - CONFIG_BLK_DEV_DM: enabled [2021-03-19T20:53:57.419Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-03-19T20:53:57.419Z] - "overlay": [2021-03-19T20:53:57.419Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-03-19T20:53:57.419Z] - "zfs": [2021-03-19T20:53:57.419Z] - /dev/zfs: missing [2021-03-19T20:53:57.419Z] - zfs command: missing [2021-03-19T20:53:57.419Z] - zpool command: missing [2021-03-19T20:53:57.419Z] [2021-03-19T20:53:57.419Z] Limits: [2021-03-19T20:53:57.419Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-03-19T20:53:57.419Z] [2021-03-19T20:53:57.419Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-03-19T20:53:57.841Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:0f32beb4f8d0a1db1ecc945f9669a35fd463af2c . [2021-03-19T20:53:57.841Z] #1 [internal] load build definition from Dockerfile [2021-03-19T20:53:57.841Z] #1 transferring dockerfile: 17.02kB 0.0s done [2021-03-19T20:53:57.841Z] #1 DONE 0.0s [2021-03-19T20:53:57.841Z] [2021-03-19T20:53:57.841Z] #2 [internal] load .dockerignore [2021-03-19T20:53:57.841Z] #2 transferring context: 87B 0.0s done [2021-03-19T20:53:57.841Z] #2 DONE 0.0s [2021-03-19T20:53:57.841Z] [2021-03-19T20:53:57.841Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-03-19T20:53:57.991Z] #8 ... [2021-03-19T20:53:57.991Z] [2021-03-19T20:53:57.991Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-03-19T20:53:57.991Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-03-19T20:53:57.991Z] #6 DONE 1.1s [2021-03-19T20:53:58.138Z] #3 DONE 0.2s [2021-03-19T20:53:58.138Z] [2021-03-19T20:53:58.138Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b... [2021-03-19T20:53:58.138Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-03-19T20:53:58.138Z] #4 sha256:86c932e21798e5a8d71bfc2953075f408c771ba1e111cf08762f5fe4f681358e 1.20kB / 1.20kB done [2021-03-19T20:53:58.138Z] #4 sha256:c0f387010e18ffd9042a715d26134a644169c9a60ef25c869f2e22d6d5f236bd 0B / 9.68MB 0.1s [2021-03-19T20:53:58.138Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-03-19T20:53:58.138Z] #4 sha256:6ce32b7af840de740a21ba297f7d1c31e0f1eb0d6b03c0efc03ae0cca9c8fd2a 528B / 528B done [2021-03-19T20:53:58.248Z] [2021-03-19T20:53:58.248Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-03-19T20:53:58.248Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-03-19T20:53:58.248Z] #8 DONE 1.2s [2021-03-19T20:53:58.248Z] [2021-03-19T20:53:58.248Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-03-19T20:53:58.248Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-03-19T20:53:58.248Z] #7 DONE 1.2s [2021-03-19T20:53:58.248Z] [2021-03-19T20:53:58.248Z] #5 [internal] load metadata for docker.io/library/debian:buster [2021-03-19T20:53:58.248Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-03-19T20:53:58.429Z] #4 sha256:c0f387010e18ffd9042a715d26134a644169c9a60ef25c869f2e22d6d5f236bd 8.58MB / 9.68MB 0.2s [2021-03-19T20:53:58.429Z] #4 extracting sha256:c0f387010e18ffd9042a715d26134a644169c9a60ef25c869f2e22d6d5f236bd [2021-03-19T20:53:58.429Z] #4 sha256:c0f387010e18ffd9042a715d26134a644169c9a60ef25c869f2e22d6d5f236bd 9.68MB / 9.68MB 0.2s done [2021-03-19T20:53:58.429Z] #4 extracting sha256:c0f387010e18ffd9042a715d26134a644169c9a60ef25c869f2e22d6d5f236bd 0.2s done [2021-03-19T20:53:58.429Z] #4 DONE 0.5s [2021-03-19T20:53:58.503Z] #5 DONE 1.5s [2021-03-19T20:53:58.719Z] [2021-03-19T20:53:58.719Z] #5 [internal] load build definition from Dockerfile [2021-03-19T20:53:58.719Z] #5 transferring dockerfile: 17.02kB done [2021-03-19T20:53:58.719Z] #5 DONE 0.0s [2021-03-19T20:53:59.010Z] [2021-03-19T20:53:59.010Z] #8 [internal] load metadata for docker.io/library/debian:buster [2021-03-19T20:53:59.010Z] #8 DONE 0.1s [2021-03-19T20:53:59.010Z] [2021-03-19T20:53:59.010Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-03-19T20:53:59.010Z] #9 DONE 0.1s [2021-03-19T20:53:59.010Z] [2021-03-19T20:53:59.010Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-03-19T20:53:59.010Z] #7 DONE 0.1s [2021-03-19T20:53:59.010Z] [2021-03-19T20:53:59.010Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-03-19T20:53:59.582Z] Still waiting to schedule task [2021-03-19T20:53:59.582Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-19T20:53:59.583Z] Still waiting to schedule task [2021-03-19T20:53:59.583Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-19T20:53:59.584Z] Still waiting to schedule task [2021-03-19T20:53:59.584Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-04eba307284fe20a2)’ [2021-03-19T20:53:59.589Z] Still waiting to schedule task [2021-03-19T20:53:59.589Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-0d8a123294fa24993)’ [2021-03-19T20:53:59.591Z] Still waiting to schedule task [2021-03-19T20:53:59.591Z] ‘azwin-2-139110’ is offline [2021-03-19T20:53:59.877Z] [2021-03-19T20:53:59.877Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:9d4ab94af82b2567c272c7f47fa1204cd9b40914704213f1c257c44042f82aac [2021-03-19T20:53:59.877Z] #26 sha256:16452bcde2a629f773c8fe8bd8c61842d25443d6f6d8f74851a9f812d704b538 [2021-03-19T20:53:59.877Z] #26 resolve docker.io/library/debian:buster@sha256:9d4ab94af82b2567c272c7f47fa1204cd9b40914704213f1c257c44042f82aac done [2021-03-19T20:53:59.877Z] #26 sha256:9d4ab94af82b2567c272c7f47fa1204cd9b40914704213f1c257c44042f82aac 1.85kB / 1.85kB done [2021-03-19T20:53:59.877Z] #26 sha256:a4e852392000434b7c50b26dcf6a659a037521b17df69dd2ace5c2368efba38b 529B / 529B done [2021-03-19T20:53:59.877Z] #26 sha256:dc2eddc158255ea75b9774d29924a700e95d988bcb7612abbda29baddb291670 1.46kB / 1.46kB done [2021-03-19T20:53:59.877Z] #26 sha256:e22122b926a1a853d61887fa35c3fe53e05ee7dc0f2f488936dc9838bd0e230d 0B / 50.40MB 0.1s [2021-03-19T20:53:59.877Z] #26 sha256:e22122b926a1a853d61887fa35c3fe53e05ee7dc0f2f488936dc9838bd0e230d 7.34MB / 50.40MB 0.3s [2021-03-19T20:53:59.877Z] #26 sha256:e22122b926a1a853d61887fa35c3fe53e05ee7dc0f2f488936dc9838bd0e230d 12.58MB / 50.40MB 0.4s [2021-03-19T20:54:00.136Z] #26 sha256:e22122b926a1a853d61887fa35c3fe53e05ee7dc0f2f488936dc9838bd0e230d 16.78MB / 50.40MB 0.5s [2021-03-19T20:54:00.136Z] #26 sha256:e22122b926a1a853d61887fa35c3fe53e05ee7dc0f2f488936dc9838bd0e230d 21.87MB / 50.40MB 0.6s [2021-03-19T20:54:00.401Z] #26 sha256:e22122b926a1a853d61887fa35c3fe53e05ee7dc0f2f488936dc9838bd0e230d 25.17MB / 50.40MB 0.7s [2021-03-19T20:54:00.401Z] #26 sha256:e22122b926a1a853d61887fa35c3fe53e05ee7dc0f2f488936dc9838bd0e230d 29.36MB / 50.40MB 0.8s [2021-03-19T20:54:00.658Z] #26 sha256:e22122b926a1a853d61887fa35c3fe53e05ee7dc0f2f488936dc9838bd0e230d 32.51MB / 50.40MB 0.9s [2021-03-19T20:54:00.658Z] #26 sha256:e22122b926a1a853d61887fa35c3fe53e05ee7dc0f2f488936dc9838bd0e230d 37.75MB / 50.40MB 1.2s [2021-03-19T20:54:00.914Z] #26 sha256:e22122b926a1a853d61887fa35c3fe53e05ee7dc0f2f488936dc9838bd0e230d 40.89MB / 50.40MB 1.3s [2021-03-19T20:54:00.914Z] #26 sha256:e22122b926a1a853d61887fa35c3fe53e05ee7dc0f2f488936dc9838bd0e230d 44.04MB / 50.40MB 1.4s [2021-03-19T20:54:01.099Z] #6 DONE 2.0s [2021-03-19T20:54:01.099Z] [2021-03-19T20:54:01.099Z] #27 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:9d4ab94a... [2021-03-19T20:54:01.099Z] #27 resolve docker.io/library/debian:buster@sha256:9d4ab94af82b2567c272c7f47fa1204cd9b40914704213f1c257c44042f82aac done [2021-03-19T20:54:01.099Z] #27 sha256:9d4ab94af82b2567c272c7f47fa1204cd9b40914704213f1c257c44042f82aac 1.85kB / 1.85kB done [2021-03-19T20:54:01.099Z] #27 sha256:a4661b41a4f92b1bf91aafa05cfa9e039686560713b2785c00e2c73c299ae0a4 529B / 529B done [2021-03-19T20:54:01.099Z] #27 sha256:c517c1d5e3a6eef40e886e359910bdb415547ff050576016d4425b0e71c195f5 1.46kB / 1.46kB done [2021-03-19T20:54:01.099Z] #27 sha256:2fc1f9e428b932a8750b1c7f11f48b4c9a41328e9107b957451d8b8efbfd3fce 0B / 48.97MB 0.0s [2021-03-19T20:54:01.180Z] #26 sha256:e22122b926a1a853d61887fa35c3fe53e05ee7dc0f2f488936dc9838bd0e230d 49.28MB / 50.40MB 1.6s [2021-03-19T20:54:01.395Z] #27 sha256:2fc1f9e428b932a8750b1c7f11f48b4c9a41328e9107b957451d8b8efbfd3fce 10.71MB / 48.97MB 0.2s [2021-03-19T20:54:01.395Z] #27 sha256:2fc1f9e428b932a8750b1c7f11f48b4c9a41328e9107b957451d8b8efbfd3fce 20.36MB / 48.97MB 0.3s [2021-03-19T20:54:01.395Z] #27 sha256:2fc1f9e428b932a8750b1c7f11f48b4c9a41328e9107b957451d8b8efbfd3fce 25.68MB / 48.97MB 0.4s [2021-03-19T20:54:01.692Z] #27 sha256:2fc1f9e428b932a8750b1c7f11f48b4c9a41328e9107b957451d8b8efbfd3fce 28.30MB / 48.97MB 0.5s [2021-03-19T20:54:01.692Z] #27 sha256:2fc1f9e428b932a8750b1c7f11f48b4c9a41328e9107b957451d8b8efbfd3fce 32.53MB / 48.97MB 0.6s [2021-03-19T20:54:01.750Z] #26 sha256:e22122b926a1a853d61887fa35c3fe53e05ee7dc0f2f488936dc9838bd0e230d 50.40MB / 50.40MB 2.0s done [2021-03-19T20:54:01.989Z] #27 ... [2021-03-19T20:54:01.989Z] [2021-03-19T20:54:01.989Z] #24 [internal] load build context [2021-03-19T20:54:01.990Z] #24 transferring context: 53.43MB 0.9s done [2021-03-19T20:54:01.990Z] #24 DONE 1.0s [2021-03-19T20:54:01.990Z] [2021-03-19T20:54:01.990Z] #27 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:9d4ab94a... [2021-03-19T20:54:01.990Z] #27 sha256:2fc1f9e428b932a8750b1c7f11f48b4c9a41328e9107b957451d8b8efbfd3fce 37.67MB / 48.97MB 0.9s [2021-03-19T20:54:01.990Z] #27 sha256:2fc1f9e428b932a8750b1c7f11f48b4c9a41328e9107b957451d8b8efbfd3fce 44.79MB / 48.97MB 1.0s [2021-03-19T20:54:01.990Z] #27 sha256:2fc1f9e428b932a8750b1c7f11f48b4c9a41328e9107b957451d8b8efbfd3fce 48.97MB / 48.97MB 1.1s [2021-03-19T20:54:02.305Z] #27 sha256:2fc1f9e428b932a8750b1c7f11f48b4c9a41328e9107b957451d8b8efbfd3fce 48.97MB / 48.97MB 1.2s done [2021-03-19T20:54:02.305Z] #27 ... [2021-03-19T20:54:02.305Z] [2021-03-19T20:54:02.305Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57ed... [2021-03-19T20:54:02.305Z] #65 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-03-19T20:54:02.305Z] #65 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-03-19T20:54:02.305Z] #65 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-03-19T20:54:02.305Z] #65 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.3s done [2021-03-19T20:54:02.305Z] #65 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.8s done [2021-03-19T20:54:02.305Z] #65 DONE 1.3s [2021-03-19T20:54:02.305Z] [2021-03-19T20:54:02.305Z] #27 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:9d4ab94a... [2021-03-19T20:54:02.305Z] #27 extracting sha256:2fc1f9e428b932a8750b1c7f11f48b4c9a41328e9107b957451d8b8efbfd3fce [2021-03-19T20:54:02.312Z] #26 extracting sha256:e22122b926a1a853d61887fa35c3fe53e05ee7dc0f2f488936dc9838bd0e230d [2021-03-19T20:54:03.722Z] Fetching without tags [2021-03-19T20:54:04.138Z] Merging remotes/origin/master commit 788f2883d285fc997d25cd27235c5b17cf3c0947 into PR head commit 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c [2021-03-19T20:54:03.694Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-19T20:54:03.697Z] > git config --add remote.origin.fetch +refs/pull/42173/head:refs/remotes/origin/PR-42173 # timeout=10 [2021-03-19T20:54:03.699Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-19T20:54:03.714Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-19T20:54:03.730Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-19T20:54:03.730Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-19T20:54:03.731Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/42173/head:refs/remotes/origin/PR-42173 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-19T20:54:04.145Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T20:54:04.148Z] > git checkout -f 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c # timeout=10 [2021-03-19T20:54:04.400Z] #27 ... [2021-03-19T20:54:04.400Z] [2021-03-19T20:54:04.400Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57ed... [2021-03-19T20:54:04.400Z] #63 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2021-03-19T20:54:04.400Z] #63 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-03-19T20:54:04.400Z] #63 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-03-19T20:54:04.400Z] #63 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-03-19T20:54:04.400Z] #63 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 2.8s done [2021-03-19T20:54:04.400Z] #63 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.4s done [2021-03-19T20:54:04.400Z] #63 DONE 3.4s [2021-03-19T20:54:04.400Z] [2021-03-19T20:54:04.400Z] #27 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:9d4ab94a... [2021-03-19T20:54:04.711Z] #27 extracting sha256:2fc1f9e428b932a8750b1c7f11f48b4c9a41328e9107b957451d8b8efbfd3fce 2.4s done [2021-03-19T20:54:04.942Z] Merge succeeded, producing 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c [2021-03-19T20:54:04.942Z] Checking out Revision 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c (PR-42173) [2021-03-19T20:54:05.007Z] #27 DONE 4.1s [2021-03-19T20:54:05.007Z] [2021-03-19T20:54:05.007Z] #64 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-03-19T20:54:05.007Z] #64 DONE 0.2s [2021-03-19T20:54:05.007Z] [2021-03-19T20:54:05.007Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2021-03-19T20:54:05.007Z] #10 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2021-03-19T20:54:05.007Z] #10 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 48.97MB / 48.97MB 1.7s done [2021-03-19T20:54:05.007Z] #10 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-03-19T20:54:05.007Z] #10 sha256:34df2acbe7473a9a58120e63c8a0547be2460d33f88557496252c423301f85f8 1.79kB / 1.79kB done [2021-03-19T20:54:05.007Z] #10 sha256:2ccfa7a81d7b4297306fdd2a1fe1763c321c9273784674a28766b86687198484 6.19kB / 6.19kB done [2021-03-19T20:54:05.007Z] #10 sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 7.39MB / 7.39MB 0.6s done [2021-03-19T20:54:05.007Z] #10 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 9.88MB / 9.88MB 1.0s done [2021-03-19T20:54:05.007Z] #10 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 51.38MB / 51.38MB 2.5s done [2021-03-19T20:54:05.007Z] #10 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 56.74MB / 56.74MB 2.7s done [2021-03-19T20:54:05.007Z] #10 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 102.23MB / 102.23MB 3.5s done [2021-03-19T20:54:05.007Z] #10 extracting sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 2.1s [2021-03-19T20:54:05.007Z] #10 sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 156B / 156B 2.5s done [2021-03-19T20:54:05.297Z] #10 ... [2021-03-19T20:54:05.297Z] [2021-03-19T20:54:05.297Z] #66 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-03-19T20:54:05.297Z] #66 DONE 0.3s [2021-03-19T20:54:05.592Z] [2021-03-19T20:54:05.592Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2021-03-19T20:54:05.592Z] #10 extracting sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 2.6s done [2021-03-19T20:54:05.595Z] #26 ... [2021-03-19T20:54:05.595Z] [2021-03-19T20:54:05.595Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:54:05.595Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-19T20:54:05.595Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2021-03-19T20:54:05.595Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-03-19T20:54:05.595Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2021-03-19T20:54:05.595Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2021-03-19T20:54:05.595Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.3s done [2021-03-19T20:54:05.595Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 1.3s done [2021-03-19T20:54:05.595Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 2.4s done [2021-03-19T20:54:05.595Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 5.0s done [2021-03-19T20:54:05.595Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 80.74MB / 120.17MB 5.6s [2021-03-19T20:54:05.595Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 5.6s [2021-03-19T20:54:05.595Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 2.7s [2021-03-19T20:54:05.595Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 5.2s done [2021-03-19T20:54:05.852Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 90.23MB / 120.17MB 6.0s [2021-03-19T20:54:05.883Z] #10 extracting sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 [2021-03-19T20:54:06.012Z] Commit message: "libcontainerd: remove unused consts" [2021-03-19T20:54:06.108Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 97.84MB / 120.17MB 6.2s [2021-03-19T20:54:06.108Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 6.1s done [2021-03-19T20:54:06.108Z] #9 ... [2021-03-19T20:54:06.108Z] [2021-03-19T20:54:06.108Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-03-19T20:54:06.108Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-03-19T20:54:06.108Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 done [2021-03-19T20:54:06.109Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-03-19T20:54:06.109Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-03-19T20:54:06.109Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-03-19T20:54:06.109Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.8s done [2021-03-19T20:54:06.109Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 4.7s done [2021-03-19T20:54:06.109Z] #62 DONE 6.5s [2021-03-19T20:54:06.109Z] [2021-03-19T20:54:06.109Z] #23 [internal] load build context [2021-03-19T20:54:06.109Z] #23 sha256:03c5c49e4983dd94d34a27245e6a48707fe92b2c6a984dff0c540213240d5cc6 [2021-03-19T20:54:06.109Z] #23 transferring context: 53.43MB 6.4s done [2021-03-19T20:54:06.109Z] #23 DONE 6.6s [2021-03-19T20:54:06.109Z] [2021-03-19T20:54:06.109Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:54:06.109Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-19T20:54:06.109Z] #9 ... [2021-03-19T20:54:06.109Z] [2021-03-19T20:54:06.109Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:9d4ab94af82b2567c272c7f47fa1204cd9b40914704213f1c257c44042f82aac [2021-03-19T20:54:06.109Z] #26 sha256:16452bcde2a629f773c8fe8bd8c61842d25443d6f6d8f74851a9f812d704b538 [2021-03-19T20:54:06.173Z] #10 extracting sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 0.3s done [2021-03-19T20:54:06.173Z] #10 extracting sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc [2021-03-19T20:54:04.906Z] > git remote # timeout=10 [2021-03-19T20:54:04.908Z] > git config --get remote.origin.url # timeout=10 [2021-03-19T20:54:04.911Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-19T20:54:04.912Z] > git merge 788f2883d285fc997d25cd27235c5b17cf3c0947 # timeout=10 [2021-03-19T20:54:04.934Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-19T20:54:04.948Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T20:54:04.951Z] > git checkout -f 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2021-03-19T20:54:06.464Z] #10 extracting sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 0.3s done [Pipeline] sh [2021-03-19T20:54:06.755Z] #10 extracting sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d [2021-03-19T20:54:06.835Z] + docker version [2021-03-19T20:54:06.835Z] Client: [2021-03-19T20:54:06.835Z] Version: 18.06.1-ce [2021-03-19T20:54:06.835Z] API version: 1.38 [2021-03-19T20:54:06.835Z] Go version: go1.10.3 [2021-03-19T20:54:06.835Z] Git commit: e68fc7a [2021-03-19T20:54:06.835Z] Built: Tue Aug 21 17:26:10 2018 [2021-03-19T20:54:06.835Z] OS/Arch: linux/ppc64le [2021-03-19T20:54:06.835Z] Experimental: false [2021-03-19T20:54:06.835Z] [2021-03-19T20:54:06.835Z] Server: [2021-03-19T20:54:06.835Z] Engine: [2021-03-19T20:54:06.835Z] Version: 18.06.1-ce [2021-03-19T20:54:06.835Z] API version: 1.38 (minimum version 1.12) [2021-03-19T20:54:06.835Z] Go version: go1.10.3 [2021-03-19T20:54:06.835Z] Git commit: e68fc7a [2021-03-19T20:54:06.835Z] Built: Tue Aug 21 17:24:20 2018 [2021-03-19T20:54:06.835Z] OS/Arch: linux/ppc64le [2021-03-19T20:54:06.835Z] Experimental: true [Pipeline] sh [2021-03-19T20:54:07.219Z] + docker info [2021-03-19T20:54:07.219Z] Containers: 0 [2021-03-19T20:54:07.219Z] Running: 0 [2021-03-19T20:54:07.219Z] Paused: 0 [2021-03-19T20:54:07.219Z] Stopped: 0 [2021-03-19T20:54:07.219Z] Images: 0 [2021-03-19T20:54:07.219Z] Server Version: 18.06.1-ce [2021-03-19T20:54:07.219Z] Storage Driver: overlay2 [2021-03-19T20:54:07.219Z] Backing Filesystem: extfs [2021-03-19T20:54:07.219Z] Supports d_type: true [2021-03-19T20:54:07.219Z] Native Overlay Diff: true [2021-03-19T20:54:07.219Z] Logging Driver: json-file [2021-03-19T20:54:07.219Z] Cgroup Driver: cgroupfs [2021-03-19T20:54:07.219Z] Plugins: [2021-03-19T20:54:07.219Z] Volume: local [2021-03-19T20:54:07.219Z] Network: bridge host ipvlan macvlan null overlay [2021-03-19T20:54:07.219Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2021-03-19T20:54:07.219Z] Swarm: inactive [2021-03-19T20:54:07.219Z] Runtimes: runc [2021-03-19T20:54:07.219Z] Default Runtime: runc [2021-03-19T20:54:07.219Z] Init Binary: docker-init [2021-03-19T20:54:07.219Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2021-03-19T20:54:07.219Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2021-03-19T20:54:07.219Z] init version: fec3683 [2021-03-19T20:54:07.219Z] Security Options: [2021-03-19T20:54:07.219Z] apparmor [2021-03-19T20:54:07.219Z] seccomp [2021-03-19T20:54:07.219Z] Profile: default [2021-03-19T20:54:07.219Z] Kernel Version: 4.4.0-139-generic [2021-03-19T20:54:07.219Z] Operating System: Ubuntu 16.04.3 LTS [2021-03-19T20:54:07.219Z] OSType: linux [2021-03-19T20:54:07.219Z] Architecture: ppc64le [2021-03-19T20:54:07.219Z] CPUs: 4 [2021-03-19T20:54:07.219Z] Total Memory: 7.972GiB [2021-03-19T20:54:07.219Z] Name: ppc64le-ubuntu-20 [2021-03-19T20:54:07.219Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2021-03-19T20:54:07.219Z] Docker Root Dir: /var/lib/docker [2021-03-19T20:54:07.219Z] Debug Mode (client): false [2021-03-19T20:54:07.219Z] Debug Mode (server): false [2021-03-19T20:54:07.219Z] Registry: https://index.docker.io/v1/ [2021-03-19T20:54:07.219Z] Labels: [2021-03-19T20:54:07.219Z] Experimental: true [2021-03-19T20:54:07.219Z] Insecure Registries: [2021-03-19T20:54:07.219Z] 127.0.0.0/8 [2021-03-19T20:54:07.219Z] Live Restore Enabled: false [2021-03-19T20:54:07.219Z] [Pipeline] sh [2021-03-19T20:54:07.536Z] #26 extracting sha256:e22122b926a1a853d61887fa35c3fe53e05ee7dc0f2f488936dc9838bd0e230d 5.0s [2021-03-19T20:54:07.604Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-19T20:54:07.604Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-19T20:54:07.604Z] + curl -fsSL -o /home/docker/workspace/moby_PR-42173/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-03-19T20:54:07.604Z] + bash /home/docker/workspace/moby_PR-42173/check-config.sh [2021-03-19T20:54:07.604Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-03-19T20:54:07.604Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2021-03-19T20:54:07.604Z] [2021-03-19T20:54:07.604Z] Generally Necessary: [2021-03-19T20:54:07.604Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-03-19T20:54:07.604Z] - apparmor: enabled and tools installed [2021-03-19T20:54:07.604Z] - CONFIG_NAMESPACES: enabled [2021-03-19T20:54:07.604Z] - CONFIG_NET_NS: enabled [2021-03-19T20:54:07.604Z] - CONFIG_PID_NS: enabled [2021-03-19T20:54:07.604Z] - CONFIG_IPC_NS: enabled [2021-03-19T20:54:07.604Z] - CONFIG_UTS_NS: enabled [2021-03-19T20:54:07.604Z] - CONFIG_CGROUPS: enabled [2021-03-19T20:54:07.604Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-03-19T20:54:07.604Z] - CONFIG_CGROUP_DEVICE: enabled [2021-03-19T20:54:07.604Z] - CONFIG_CGROUP_FREEZER: enabled [2021-03-19T20:54:07.604Z] - CONFIG_CGROUP_SCHED: enabled [2021-03-19T20:54:07.604Z] - CONFIG_CPUSETS: enabled [2021-03-19T20:54:07.604Z] - CONFIG_MEMCG: enabled [2021-03-19T20:54:07.604Z] - CONFIG_KEYS: enabled [2021-03-19T20:54:07.604Z] - CONFIG_VETH: enabled (as module) [2021-03-19T20:54:07.604Z] - CONFIG_BRIDGE: enabled (as module) [2021-03-19T20:54:07.604Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-03-19T20:54:07.604Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2021-03-19T20:54:07.912Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-03-19T20:54:07.912Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-03-19T20:54:07.912Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-03-19T20:54:07.912Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-03-19T20:54:07.912Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-03-19T20:54:07.912Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-03-19T20:54:07.912Z] - CONFIG_NF_NAT: enabled (as module) [2021-03-19T20:54:07.912Z] - CONFIG_NF_NAT_NEEDED: enabled [2021-03-19T20:54:07.912Z] - CONFIG_POSIX_MQUEUE: enabled [2021-03-19T20:54:07.912Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2021-03-19T20:54:07.912Z] [2021-03-19T20:54:07.912Z] Optional Features: [2021-03-19T20:54:07.912Z] - CONFIG_USER_NS: enabled [2021-03-19T20:54:07.912Z] - CONFIG_SECCOMP: enabled [2021-03-19T20:54:07.912Z] - CONFIG_CGROUP_PIDS: enabled [2021-03-19T20:54:07.912Z] - CONFIG_MEMCG_SWAP: enabled [2021-03-19T20:54:07.912Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-03-19T20:54:07.912Z] (cgroup swap accounting is currently enabled) [2021-03-19T20:54:07.912Z] - CONFIG_MEMCG_KMEM: enabled [2021-03-19T20:54:07.912Z] - CONFIG_BLK_CGROUP: enabled [2021-03-19T20:54:07.912Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-03-19T20:54:07.912Z] - CONFIG_IOSCHED_CFQ: enabled [2021-03-19T20:54:07.912Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2021-03-19T20:54:07.912Z] - CONFIG_CGROUP_PERF: enabled [2021-03-19T20:54:07.912Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-03-19T20:54:07.912Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-03-19T20:54:07.912Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-03-19T20:54:07.912Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-03-19T20:54:07.912Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-03-19T20:54:07.912Z] - CONFIG_RT_GROUP_SCHED: missing [2021-03-19T20:54:07.912Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-03-19T20:54:07.912Z] - CONFIG_IP_VS: enabled (as module) [2021-03-19T20:54:07.912Z] - CONFIG_IP_VS_NFCT: enabled [2021-03-19T20:54:07.912Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-03-19T20:54:07.912Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-03-19T20:54:07.912Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-03-19T20:54:07.912Z] - CONFIG_EXT4_FS: enabled [2021-03-19T20:54:07.912Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-03-19T20:54:07.912Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-03-19T20:54:07.912Z] - Network Drivers: [2021-03-19T20:54:07.912Z] - "overlay": [2021-03-19T20:54:07.912Z] - CONFIG_VXLAN: enabled (as module) [2021-03-19T20:54:07.912Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-03-19T20:54:07.912Z] Optional (for encrypted networks): [2021-03-19T20:54:08.204Z] - CONFIG_CRYPTO: enabled [2021-03-19T20:54:08.204Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2021-03-19T20:54:08.204Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2021-03-19T20:54:08.204Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2021-03-19T20:54:08.204Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2021-03-19T20:54:08.204Z] - CONFIG_XFRM: enabled [2021-03-19T20:54:08.204Z] - CONFIG_XFRM_USER: enabled (as module) [2021-03-19T20:54:08.204Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-03-19T20:54:08.204Z] - CONFIG_INET_ESP: enabled (as module) [2021-03-19T20:54:08.204Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2021-03-19T20:54:08.204Z] - "ipvlan": [2021-03-19T20:54:08.204Z] - CONFIG_IPVLAN: enabled (as module) [2021-03-19T20:54:08.204Z] - "macvlan": [2021-03-19T20:54:08.204Z] - CONFIG_MACVLAN: enabled (as module) [2021-03-19T20:54:08.204Z] - CONFIG_DUMMY: enabled (as module) [2021-03-19T20:54:08.204Z] - "ftp,tftp client in container": [2021-03-19T20:54:08.204Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-03-19T20:54:08.204Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-03-19T20:54:08.204Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-03-19T20:54:08.204Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-03-19T20:54:08.204Z] - Storage Drivers: [2021-03-19T20:54:08.204Z] - "aufs": [2021-03-19T20:54:08.204Z] - CONFIG_AUFS_FS: enabled (as module) [2021-03-19T20:54:08.204Z] - "btrfs": [2021-03-19T20:54:08.204Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-03-19T20:54:08.204Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-03-19T20:54:08.204Z] - "devicemapper": [2021-03-19T20:54:08.204Z] - CONFIG_BLK_DEV_DM: enabled [2021-03-19T20:54:08.204Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-03-19T20:54:08.204Z] - "overlay": [2021-03-19T20:54:08.204Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-03-19T20:54:08.204Z] - "zfs": [2021-03-19T20:54:08.204Z] - /dev/zfs: missing [2021-03-19T20:54:08.204Z] - zfs command: missing [2021-03-19T20:54:08.204Z] - zpool command: missing [2021-03-19T20:54:08.204Z] [2021-03-19T20:54:08.204Z] Limits: [2021-03-19T20:54:08.204Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-03-19T20:54:08.204Z] [2021-03-19T20:54:08.204Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-03-19T20:54:08.472Z] #26 ... [2021-03-19T20:54:08.472Z] [2021-03-19T20:54:08.472Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-03-19T20:54:08.472Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-03-19T20:54:08.472Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 done [2021-03-19T20:54:08.472Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-03-19T20:54:08.472Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-03-19T20:54:08.472Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-03-19T20:54:08.472Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 6.2s done [2021-03-19T20:54:08.472Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.1s done [2021-03-19T20:54:08.472Z] #64 DONE 8.9s [2021-03-19T20:54:08.472Z] [2021-03-19T20:54:08.472Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:9d4ab94af82b2567c272c7f47fa1204cd9b40914704213f1c257c44042f82aac [2021-03-19T20:54:08.472Z] #26 sha256:16452bcde2a629f773c8fe8bd8c61842d25443d6f6d8f74851a9f812d704b538 [2021-03-19T20:54:08.644Z] + make bundles/buildx [2021-03-19T20:54:08.817Z] #10 extracting sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 2.0s done [2021-03-19T20:54:08.938Z] make: command: Command not found [2021-03-19T20:54:08.938Z] make: command: Command not found [2021-03-19T20:54:08.938Z] mkdir bundles [2021-03-19T20:54:08.938Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2021-03-19T20:54:08.938Z] --build-arg BUILDX_COMMIT \ [2021-03-19T20:54:08.938Z] --build-arg BUILDX_REPO \ [2021-03-19T20:54:08.938Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2021-03-19T20:54:08.938Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2021-03-19T20:54:08.938Z] . [2021-03-19T20:54:08.938Z] /bin/sh: 4: go: not found [2021-03-19T20:54:08.938Z] /bin/sh: 5: go: not found [2021-03-19T20:54:09.108Z] #10 extracting sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 [2021-03-19T20:54:10.613Z] #10 extracting sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 1.6s done [2021-03-19T20:54:10.904Z] #10 extracting sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 0.1s [2021-03-19T20:54:11.028Z] Sending build context to Docker daemon 58.34MB [2021-03-19T20:54:11.028Z] Step 1/15 : ARG GO_VERSION=1.13.15 [2021-03-19T20:54:11.028Z] Step 2/15 : ARG BUILDX_COMMIT=v0.5.1 [2021-03-19T20:54:11.028Z] Step 3/15 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2021-03-19T20:54:11.028Z] Step 4/15 : FROM golang:${GO_VERSION}-buster AS build [2021-03-19T20:54:11.028Z] 1.13.15-buster: Pulling from library/golang [2021-03-19T20:54:11.371Z] db4e2d8d5901: Pulling fs layer [2021-03-19T20:54:11.371Z] dfe2d012519c: Pulling fs layer [2021-03-19T20:54:11.371Z] 5d8f1d1f9197: Pulling fs layer [2021-03-19T20:54:11.371Z] 1301750ffb48: Pulling fs layer [2021-03-19T20:54:11.371Z] dc5c6edc9cff: Pulling fs layer [2021-03-19T20:54:11.371Z] 3c370c2e2f82: Pulling fs layer [2021-03-19T20:54:11.371Z] 5ffb2f5886e2: Pulling fs layer [2021-03-19T20:54:11.371Z] dc5c6edc9cff: Waiting [2021-03-19T20:54:11.371Z] 3c370c2e2f82: Waiting [2021-03-19T20:54:11.371Z] 5ffb2f5886e2: Waiting [2021-03-19T20:54:11.371Z] 1301750ffb48: Waiting [2021-03-19T20:54:11.668Z] dfe2d012519c: Verifying Checksum [2021-03-19T20:54:11.668Z] dfe2d012519c: Download complete [2021-03-19T20:54:11.740Z] #26 ... [2021-03-19T20:54:11.740Z] [2021-03-19T20:54:11.740Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-03-19T20:54:11.740Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-03-19T20:54:11.740Z] #63 DONE 1.3s [2021-03-19T20:54:11.740Z] [2021-03-19T20:54:11.740Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:9d4ab94af82b2567c272c7f47fa1204cd9b40914704213f1c257c44042f82aac [2021-03-19T20:54:11.740Z] #26 sha256:16452bcde2a629f773c8fe8bd8c61842d25443d6f6d8f74851a9f812d704b538 [2021-03-19T20:54:11.963Z] 5d8f1d1f9197: Verifying Checksum [2021-03-19T20:54:11.963Z] 5d8f1d1f9197: Download complete [2021-03-19T20:54:12.304Z] #26 ... [2021-03-19T20:54:12.304Z] [2021-03-19T20:54:12.304Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-03-19T20:54:12.304Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-03-19T20:54:12.304Z] #65 DONE 0.9s [2021-03-19T20:54:12.304Z] [2021-03-19T20:54:12.304Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:54:12.304Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-19T20:54:12.304Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 8.6s done [2021-03-19T20:54:12.304Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 9.4s [2021-03-19T20:54:12.424Z] #10 ... [2021-03-19T20:54:12.424Z] [2021-03-19T20:54:12.424Z] #28 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2021-03-19T20:54:12.424Z] #28 0.712 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-19T20:54:12.424Z] #28 0.735 Get:2 http://deb.debian.org/debian buster InRelease [122 kB] [2021-03-19T20:54:12.424Z] #28 0.765 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-19T20:54:12.424Z] #28 0.833 Get:4 http://security.debian.org/debian-security buster/updates/main s390x Packages [240 kB] [2021-03-19T20:54:12.424Z] #28 0.991 Get:5 http://deb.debian.org/debian buster/main s390x Packages [7624 kB] [2021-03-19T20:54:12.424Z] #28 1.162 Get:6 http://deb.debian.org/debian buster-updates/main s390x Packages [9508 B] [2021-03-19T20:54:12.424Z] #28 2.115 Fetched 8112 kB in 1s (5717 kB/s) [2021-03-19T20:54:12.424Z] #28 2.115 Reading package lists... [2021-03-19T20:54:12.424Z] #28 2.571 Reading package lists... [2021-03-19T20:54:12.424Z] #28 3.044 Building dependency tree... [2021-03-19T20:54:12.424Z] #28 3.154 The following additional packages will be installed: [2021-03-19T20:54:12.424Z] #28 3.154 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-03-19T20:54:12.424Z] #28 3.154 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-03-19T20:54:12.424Z] #28 3.154 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-03-19T20:54:12.424Z] #28 3.154 Suggested packages: [2021-03-19T20:54:12.424Z] #28 3.154 krb5-doc krb5-user [2021-03-19T20:54:12.424Z] #28 3.154 Recommended packages: [2021-03-19T20:54:12.424Z] #28 3.154 krb5-locales publicsuffix libsasl2-modules [2021-03-19T20:54:12.424Z] #28 3.253 The following NEW packages will be installed: [2021-03-19T20:54:12.424Z] #28 3.253 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-03-19T20:54:12.424Z] #28 3.253 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-03-19T20:54:12.424Z] #28 3.253 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-03-19T20:54:12.424Z] #28 3.253 libssh2-1 libssl1.1 openssl [2021-03-19T20:54:12.424Z] #28 3.278 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2021-03-19T20:54:12.424Z] #28 3.278 Need to get 4601 kB of archives. [2021-03-19T20:54:12.424Z] #28 3.278 After this operation, 11.9 MB of additional disk space will be used. [2021-03-19T20:54:12.424Z] #28 3.278 Get:1 http://security.debian.org/debian-security buster/updates/main s390x libssl1.1 s390x 1.1.1d-0+deb10u5 [1200 kB] [2021-03-19T20:54:12.424Z] #28 3.290 Get:2 http://deb.debian.org/debian buster/main s390x libsasl2-modules-db s390x 2.1.27+dfsg-1+deb10u1 [68.2 kB] [2021-03-19T20:54:12.424Z] #28 3.310 Get:3 http://deb.debian.org/debian buster/main s390x libsasl2-2 s390x 2.1.27+dfsg-1+deb10u1 [103 kB] [2021-03-19T20:54:12.424Z] #28 3.322 Get:4 http://deb.debian.org/debian buster/main s390x ca-certificates all 20200601~deb10u2 [166 kB] [2021-03-19T20:54:12.424Z] #28 3.331 Get:5 http://deb.debian.org/debian buster/main s390x libkeyutils1 s390x 1.6-6 [14.7 kB] [2021-03-19T20:54:12.424Z] #28 3.331 Get:6 http://deb.debian.org/debian buster/main s390x libkrb5support0 s390x 1.17-3+deb10u1 [64.7 kB] [2021-03-19T20:54:12.424Z] #28 3.332 Get:7 http://deb.debian.org/debian buster/main s390x libk5crypto3 s390x 1.17-3+deb10u1 [120 kB] [2021-03-19T20:54:12.424Z] #28 3.335 Get:8 http://deb.debian.org/debian buster/main s390x libkrb5-3 s390x 1.17-3+deb10u1 [346 kB] [2021-03-19T20:54:12.424Z] #28 3.338 Get:9 http://security.debian.org/debian-security buster/updates/main s390x libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-03-19T20:54:12.424Z] #28 3.342 Get:10 http://security.debian.org/debian-security buster/updates/main s390x libldap-2.4-2 s390x 2.4.47+dfsg-3+deb10u6 [213 kB] [2021-03-19T20:54:12.424Z] #28 3.345 Get:11 http://deb.debian.org/debian buster/main s390x libgssapi-krb5-2 s390x 1.17-3+deb10u1 [146 kB] [2021-03-19T20:54:12.424Z] #28 3.348 Get:12 http://security.debian.org/debian-security buster/updates/main s390x openssl s390x 1.1.1d-0+deb10u5 [827 kB] [2021-03-19T20:54:12.424Z] #28 3.349 Get:13 http://deb.debian.org/debian buster/main s390x libnghttp2-14 s390x 1.36.0-2+deb10u1 [80.8 kB] [2021-03-19T20:54:12.424Z] #28 3.352 Get:14 http://deb.debian.org/debian buster/main s390x libpsl5 s390x 0.20.2-2 [53.5 kB] [2021-03-19T20:54:12.424Z] #28 3.352 Get:15 http://deb.debian.org/debian buster/main s390x librtmp1 s390x 2.4+20151223.gitfa8646d.1-2 [56.6 kB] [2021-03-19T20:54:12.424Z] #28 3.355 Get:16 http://deb.debian.org/debian buster/main s390x libssh2-1 s390x 1.8.0-2.1 [132 kB] [2021-03-19T20:54:12.424Z] #28 3.357 Get:17 http://deb.debian.org/debian buster/main s390x libcurl4 s390x 7.64.0-4+deb10u1 [309 kB] [2021-03-19T20:54:12.424Z] #28 3.364 Get:18 http://deb.debian.org/debian buster/main s390x curl s390x 7.64.0-4+deb10u1 [260 kB] [2021-03-19T20:54:12.424Z] #28 3.371 Get:19 http://deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2021-03-19T20:54:12.424Z] #28 3.375 Get:20 http://deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2021-03-19T20:54:12.424Z] #28 3.378 Get:21 http://deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2021-03-19T20:54:12.424Z] #28 3.467 debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:54:12.424Z] #28 3.478 Fetched 4601 kB in 0s (39.2 MB/s) [2021-03-19T20:54:12.424Z] #28 3.502 Selecting previously unselected package libssl1.1:s390x. [2021-03-19T20:54:12.424Z] #28 3.502 (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 ... 6675 files and directories currently installed.) [2021-03-19T20:54:12.424Z] #28 3.506 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_s390x.deb ... [2021-03-19T20:54:12.424Z] #28 3.512 Unpacking libssl1.1:s390x (1.1.1d-0+deb10u5) ... [2021-03-19T20:54:12.424Z] #28 3.656 Selecting previously unselected package libsasl2-modules-db:s390x. [2021-03-19T20:54:12.424Z] #28 3.656 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_s390x.deb ... [2021-03-19T20:54:12.424Z] #28 3.659 Unpacking libsasl2-modules-db:s390x (2.1.27+dfsg-1+deb10u1) ... [2021-03-19T20:54:12.424Z] #28 3.694 Selecting previously unselected package libsasl2-2:s390x. [2021-03-19T20:54:12.424Z] #28 3.695 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_s390x.deb ... [2021-03-19T20:54:12.424Z] #28 3.697 Unpacking libsasl2-2:s390x (2.1.27+dfsg-1+deb10u1) ... [2021-03-19T20:54:12.424Z] #28 3.737 Selecting previously unselected package libldap-common. [2021-03-19T20:54:12.424Z] #28 3.737 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-03-19T20:54:12.424Z] #28 3.741 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-19T20:54:12.424Z] #28 3.770 Selecting previously unselected package libldap-2.4-2:s390x. [2021-03-19T20:54:12.424Z] #28 3.770 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_s390x.deb ... [2021-03-19T20:54:12.424Z] #28 3.772 Unpacking libldap-2.4-2:s390x (2.4.47+dfsg-3+deb10u6) ... [2021-03-19T20:54:12.424Z] #28 3.809 Selecting previously unselected package openssl. [2021-03-19T20:54:12.424Z] #28 3.810 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_s390x.deb ... [2021-03-19T20:54:12.424Z] #28 3.812 Unpacking openssl (1.1.1d-0+deb10u5) ... [2021-03-19T20:54:12.424Z] #28 3.935 Selecting previously unselected package ca-certificates. [2021-03-19T20:54:12.424Z] #28 3.935 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2021-03-19T20:54:12.424Z] #28 3.938 Unpacking ca-certificates (20200601~deb10u2) ... [2021-03-19T20:54:12.424Z] #28 3.988 Selecting previously unselected package libkeyutils1:s390x. [2021-03-19T20:54:12.424Z] #28 3.988 Preparing to unpack .../07-libkeyutils1_1.6-6_s390x.deb ... [2021-03-19T20:54:12.424Z] #28 3.990 Unpacking libkeyutils1:s390x (1.6-6) ... [2021-03-19T20:54:12.424Z] #28 4.015 Selecting previously unselected package libkrb5support0:s390x. [2021-03-19T20:54:12.424Z] #28 4.015 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_s390x.deb ... [2021-03-19T20:54:12.424Z] #28 4.018 Unpacking libkrb5support0:s390x (1.17-3+deb10u1) ... [2021-03-19T20:54:12.424Z] #28 4.048 Selecting previously unselected package libk5crypto3:s390x. [2021-03-19T20:54:12.424Z] #28 4.048 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_s390x.deb ... [2021-03-19T20:54:12.424Z] #28 4.050 Unpacking libk5crypto3:s390x (1.17-3+deb10u1) ... [2021-03-19T20:54:12.424Z] #28 4.094 Selecting previously unselected package libkrb5-3:s390x. [2021-03-19T20:54:12.424Z] #28 4.094 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_s390x.deb ... [2021-03-19T20:54:12.424Z] #28 4.096 Unpacking libkrb5-3:s390x (1.17-3+deb10u1) ... [2021-03-19T20:54:12.424Z] #28 4.160 Selecting previously unselected package libgssapi-krb5-2:s390x. [2021-03-19T20:54:12.424Z] #28 4.160 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_s390x.deb ... [2021-03-19T20:54:12.424Z] #28 4.162 Unpacking libgssapi-krb5-2:s390x (1.17-3+deb10u1) ... [2021-03-19T20:54:12.424Z] #28 4.216 Selecting previously unselected package libnghttp2-14:s390x. [2021-03-19T20:54:12.424Z] #28 4.216 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_s390x.deb ... [2021-03-19T20:54:12.424Z] #28 4.219 Unpacking libnghttp2-14:s390x (1.36.0-2+deb10u1) ... [2021-03-19T20:54:12.424Z] #28 4.257 Selecting previously unselected package libpsl5:s390x. [2021-03-19T20:54:12.424Z] #28 4.257 Preparing to unpack .../13-libpsl5_0.20.2-2_s390x.deb ... [2021-03-19T20:54:12.424Z] #28 4.260 Unpacking libpsl5:s390x (0.20.2-2) ... [2021-03-19T20:54:12.424Z] #28 4.286 Selecting previously unselected package librtmp1:s390x. [2021-03-19T20:54:12.424Z] #28 4.286 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_s390x.deb ... [2021-03-19T20:54:12.424Z] #28 4.289 Unpacking librtmp1:s390x (2.4+20151223.gitfa8646d.1-2) ... [2021-03-19T20:54:12.424Z] #28 4.312 Selecting previously unselected package libssh2-1:s390x. [2021-03-19T20:54:12.424Z] #28 4.313 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_s390x.deb ... [2021-03-19T20:54:12.424Z] #28 4.316 Unpacking libssh2-1:s390x (1.8.0-2.1) ... [2021-03-19T20:54:12.424Z] #28 4.349 Selecting previously unselected package libcurl4:s390x. [2021-03-19T20:54:12.424Z] #28 4.349 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_s390x.deb ... [2021-03-19T20:54:12.424Z] #28 4.351 Unpacking libcurl4:s390x (7.64.0-4+deb10u1) ... [2021-03-19T20:54:12.424Z] #28 4.398 Selecting previously unselected package curl. [2021-03-19T20:54:12.424Z] #28 4.399 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_s390x.deb ... [2021-03-19T20:54:12.424Z] #28 4.402 Unpacking curl (7.64.0-4+deb10u1) ... [2021-03-19T20:54:12.424Z] #28 4.445 Selecting previously unselected package libonig5:s390x. [2021-03-19T20:54:12.424Z] #28 4.445 Preparing to unpack .../18-libonig5_6.9.1-1_s390x.deb ... [2021-03-19T20:54:12.424Z] #28 4.447 Unpacking libonig5:s390x (6.9.1-1) ... [2021-03-19T20:54:12.424Z] #28 4.485 Selecting previously unselected package libjq1:s390x. [2021-03-19T20:54:12.424Z] #28 4.485 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_s390x.deb ... [2021-03-19T20:54:12.424Z] #28 4.488 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2021-03-19T20:54:12.424Z] #28 4.520 Selecting previously unselected package jq. [2021-03-19T20:54:12.424Z] #28 4.520 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_s390x.deb ... [2021-03-19T20:54:12.424Z] #28 4.523 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-19T20:54:12.424Z] #28 4.555 Setting up libkeyutils1:s390x (1.6-6) ... [2021-03-19T20:54:12.424Z] #28 4.562 Setting up libpsl5:s390x (0.20.2-2) ... [2021-03-19T20:54:12.424Z] #28 4.568 Setting up libssl1.1:s390x (1.1.1d-0+deb10u5) ... [2021-03-19T20:54:12.424Z] #28 4.637 Setting up libnghttp2-14:s390x (1.36.0-2+deb10u1) ... [2021-03-19T20:54:12.424Z] #28 4.643 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-19T20:54:12.424Z] #28 4.652 Setting up libkrb5support0:s390x (1.17-3+deb10u1) ... [2021-03-19T20:54:12.424Z] #28 4.658 Setting up libsasl2-modules-db:s390x (2.1.27+dfsg-1+deb10u1) ... [2021-03-19T20:54:12.424Z] #28 4.665 Setting up librtmp1:s390x (2.4+20151223.gitfa8646d.1-2) ... [2021-03-19T20:54:12.424Z] #28 4.671 Setting up libk5crypto3:s390x (1.17-3+deb10u1) ... [2021-03-19T20:54:12.424Z] #28 4.678 Setting up libsasl2-2:s390x (2.1.27+dfsg-1+deb10u1) ... [2021-03-19T20:54:12.424Z] #28 4.684 Setting up libssh2-1:s390x (1.8.0-2.1) ... [2021-03-19T20:54:12.424Z] #28 4.690 Setting up libkrb5-3:s390x (1.17-3+deb10u1) ... [2021-03-19T20:54:12.424Z] #28 4.696 Setting up openssl (1.1.1d-0+deb10u5) ... [2021-03-19T20:54:12.424Z] #28 4.705 Setting up libonig5:s390x (6.9.1-1) ... [2021-03-19T20:54:12.424Z] #28 4.711 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2021-03-19T20:54:12.424Z] #28 4.718 Setting up libldap-2.4-2:s390x (2.4.47+dfsg-3+deb10u6) ... [2021-03-19T20:54:12.424Z] #28 4.725 Setting up ca-certificates (20200601~deb10u2) ... [2021-03-19T20:54:12.424Z] #28 5.113 Updating certificates in /etc/ssl/certs... [2021-03-19T20:54:12.424Z] #28 5.623 137 added, 0 removed; done. [2021-03-19T20:54:12.424Z] #28 5.651 Setting up libgssapi-krb5-2:s390x (1.17-3+deb10u1) ... [2021-03-19T20:54:12.424Z] #28 5.658 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-19T20:54:12.424Z] #28 5.665 Setting up libcurl4:s390x (7.64.0-4+deb10u1) ... [2021-03-19T20:54:12.424Z] #28 5.671 Setting up curl (7.64.0-4+deb10u1) ... [2021-03-19T20:54:12.424Z] #28 5.678 Processing triggers for libc-bin (2.28-10) ... [2021-03-19T20:54:12.424Z] #28 5.689 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-03-19T20:54:12.424Z] #28 5.695 Updating certificates in /etc/ssl/certs... [2021-03-19T20:54:12.424Z] #28 6.097 0 added, 0 removed; done. [2021-03-19T20:54:12.424Z] #28 6.097 Running hooks in /etc/ca-certificates/update.d... [2021-03-19T20:54:12.424Z] #28 6.098 done. [2021-03-19T20:54:12.424Z] #28 DONE 7.2s [2021-03-19T20:54:12.424Z] [2021-03-19T20:54:12.424Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2021-03-19T20:54:12.424Z] #10 ... [2021-03-19T20:54:12.424Z] [2021-03-19T20:54:12.424Z] #29 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-03-19T20:54:12.424Z] #29 DONE 0.3s [2021-03-19T20:54:12.424Z] [2021-03-19T20:54:12.424Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2021-03-19T20:54:13.238Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 10.6s done [2021-03-19T20:54:13.465Z] #10 extracting sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 2.7s done [2021-03-19T20:54:13.494Z] #9 ... [2021-03-19T20:54:13.494Z] [2021-03-19T20:54:13.494Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:9d4ab94af82b2567c272c7f47fa1204cd9b40914704213f1c257c44042f82aac [2021-03-19T20:54:13.494Z] #26 sha256:16452bcde2a629f773c8fe8bd8c61842d25443d6f6d8f74851a9f812d704b538 [2021-03-19T20:54:13.494Z] #26 extracting sha256:e22122b926a1a853d61887fa35c3fe53e05ee7dc0f2f488936dc9838bd0e230d 10.9s done [2021-03-19T20:54:13.494Z] #26 DONE 13.7s [2021-03-19T20:54:13.494Z] [2021-03-19T20:54:13.494Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:54:13.494Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-19T20:54:13.494Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2021-03-19T20:54:13.494Z] #9 ... [2021-03-19T20:54:13.494Z] [2021-03-19T20:54:13.494Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-03-19T20:54:13.494Z] #27 sha256:a183c933d34ebf3f11ac5a473ac20eddb7cda49f6f857966e698ef57b90473a8 [2021-03-19T20:54:13.756Z] #10 extracting sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 [2021-03-19T20:54:13.756Z] #10 extracting sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 0.0s done [2021-03-19T20:54:14.065Z] db4e2d8d5901: Verifying Checksum [2021-03-19T20:54:14.065Z] db4e2d8d5901: Download complete [2021-03-19T20:54:14.081Z] #10 DONE 13.0s [2021-03-19T20:54:14.081Z] [2021-03-19T20:54:14.081Z] #11 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2021-03-19T20:54:14.730Z] 1301750ffb48: Verifying Checksum [2021-03-19T20:54:14.730Z] 1301750ffb48: Download complete [2021-03-19T20:54:14.745Z] #11 DONE 0.8s [2021-03-19T20:54:14.745Z] [2021-03-19T20:54:14.745Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-03-19T20:54:14.745Z] #30 1.120 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-03-19T20:54:14.745Z] #30 1.264 [2021-03-19T20:54:14.745Z] #30 1.372 #### 6.1% ##################### 30.2% ####################################### 54.2% ######################################################## 78.3% ######################################################################## 100.0% [2021-03-19T20:54:14.745Z] #30 1.911 [2021-03-19T20:54:14.745Z] #30 2.021 ######################################## 56.3% ######################################################################## 100.0% [2021-03-19T20:54:14.745Z] #30 2.176 [2021-03-19T20:54:14.869Z] #27 1.462 Get:1 http://deb.debian.org/debian buster InRelease [122 kB] [2021-03-19T20:54:14.869Z] #27 1.483 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-19T20:54:14.869Z] #27 1.533 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-19T20:54:15.027Z] 5ffb2f5886e2: Verifying Checksum [2021-03-19T20:54:15.027Z] 5ffb2f5886e2: Download complete [2021-03-19T20:54:15.065Z] #30 2.285 ##################################### 52.3% ######################################################################## 100.0% [2021-03-19T20:54:15.065Z] #30 2.464 [2021-03-19T20:54:15.126Z] #27 1.740 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-19T20:54:15.385Z] #27 2.103 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-19T20:54:15.386Z] #30 2.573 # 1.5% ################# 24.1% ## [2021-03-19T20:54:15.386Z] #30 ... [2021-03-19T20:54:15.386Z] [2021-03-19T20:54:15.386Z] #12 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2021-03-19T20:54:15.386Z] #12 DONE 0.7s [2021-03-19T20:54:15.386Z] [2021-03-19T20:54:15.386Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-03-19T20:54:15.686Z] dc5c6edc9cff: Verifying Checksum [2021-03-19T20:54:15.686Z] dc5c6edc9cff: Download complete [2021-03-19T20:54:15.688Z] #30 2.573 # 1.5% ################# 24.1% ########################## 37.1% ################################## 48.3% [2021-03-19T20:54:15.688Z] #30 ... [2021-03-19T20:54:15.688Z] [2021-03-19T20:54:15.688Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-03-19T20:54:15.688Z] #40 DONE 0.1s [2021-03-19T20:54:15.688Z] [2021-03-19T20:54:15.688Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-03-19T20:54:15.688Z] #30 2.573 # 1.5% ################# 24.1% ########################## 37.1% ################################## 48.3% ################################################## 70.4% [2021-03-19T20:54:15.688Z] #30 ... [2021-03-19T20:54:15.688Z] [2021-03-19T20:54:15.688Z] #32 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-03-19T20:54:15.688Z] #32 DONE 0.1s [2021-03-19T20:54:15.688Z] [2021-03-19T20:54:15.688Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-03-19T20:54:15.688Z] #30 2.573 # 1.5% ################# 24.1% ########################## 37.1% ################################## 48.3% ################################################## 70.4% ################################################################### 93.4% ######################################################################## 100.0% [2021-03-19T20:54:15.950Z] #27 2.417 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [269 kB] [2021-03-19T20:54:16.010Z] #30 3.269 [2021-03-19T20:54:16.343Z] #30 3.378 0.3% ##### 7.2% ######### 13.7% [2021-03-19T20:54:16.343Z] #30 ... [2021-03-19T20:54:16.343Z] [2021-03-19T20:54:16.343Z] #13 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian... [2021-03-19T20:54:16.343Z] #13 DONE 0.9s [2021-03-19T20:54:16.343Z] [2021-03-19T20:54:16.343Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-03-19T20:54:17.332Z] #27 3.881 Fetched 8424 kB in 3s (3164 kB/s) [2021-03-19T20:54:17.778Z] db4e2d8d5901: Pull complete [2021-03-19T20:54:17.778Z] dfe2d012519c: Pull complete [2021-03-19T20:54:18.190Z] #30 3.378 0.3% ##### 7.2% ######### 13.7% ############## 20.0% ################### 26.9% ######################## 33.9% ############################# 40.5% ################################## 47.3% ###################################### 54.1% ########################################## 59.0% ############################################## 64.0% ################################################# 68.2% #################################################### 73.1% ###################################################### 75.8% ######################################################## 78.9% ########################################################### 82.6% ############################################################ 84.5% ################################################################ 89.5% ################################################################### 93.9% ###################################################################### 97.6% ######################################################################## 100.0% [2021-03-19T20:54:18.190Z] #30 5.672 [2021-03-19T20:54:18.260Z] #27 3.881 Reading package lists... [2021-03-19T20:54:18.419Z] 5d8f1d1f9197: Pull complete [2021-03-19T20:54:18.419Z] 3c370c2e2f82: Verifying Checksum [2021-03-19T20:54:18.419Z] 3c370c2e2f82: Download complete [2021-03-19T20:54:19.193Z] #27 4.955 Reading package lists... [2021-03-19T20:54:19.453Z] #27 5.951 Building dependency tree... [2021-03-19T20:54:19.702Z] #30 6.819 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-03-19T20:54:19.711Z] #27 6.360 The following additional packages will be installed: [2021-03-19T20:54:19.711Z] #27 6.360 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-03-19T20:54:19.711Z] #27 6.360 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-03-19T20:54:19.711Z] #27 6.361 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-03-19T20:54:19.711Z] #27 6.362 Suggested packages: [2021-03-19T20:54:19.711Z] #27 6.362 krb5-doc krb5-user [2021-03-19T20:54:19.711Z] #27 6.362 Recommended packages: [2021-03-19T20:54:19.711Z] #27 6.362 krb5-locales publicsuffix libsasl2-modules [2021-03-19T20:54:19.967Z] #27 6.587 The following NEW packages will be installed: [2021-03-19T20:54:19.967Z] #27 6.587 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-03-19T20:54:19.967Z] #27 6.587 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-03-19T20:54:19.967Z] #27 6.587 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-03-19T20:54:19.967Z] #27 6.591 libssh2-1 libssl1.1 openssl [2021-03-19T20:54:19.994Z] #30 7.164 #=#=# [2021-03-19T20:54:19.994Z] #30 7.349 ############################################################### 88.7% ######################################################################## 100.0% [2021-03-19T20:54:20.225Z] #27 6.875 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2021-03-19T20:54:20.225Z] #27 6.875 Need to get 5057 kB of archives. [2021-03-19T20:54:20.225Z] #27 6.875 After this operation, 12.1 MB of additional disk space will be used. [2021-03-19T20:54:20.225Z] #27 6.875 Get:1 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-03-19T20:54:20.225Z] #27 6.876 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u5 [1539 kB] [2021-03-19T20:54:20.225Z] #27 6.879 Get:3 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-03-19T20:54:20.225Z] #27 6.880 Get:4 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-03-19T20:54:20.225Z] #27 6.888 Get:5 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-03-19T20:54:20.225Z] #27 6.888 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-03-19T20:54:20.225Z] #27 6.892 Get:7 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-03-19T20:54:20.225Z] #27 6.903 Get:8 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-03-19T20:54:20.225Z] #27 6.920 Get:9 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-03-19T20:54:20.225Z] #27 6.922 Get:10 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-03-19T20:54:20.225Z] #27 6.935 Get:11 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-03-19T20:54:20.225Z] #27 6.942 Get:12 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-03-19T20:54:20.225Z] #27 6.942 Get:13 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-03-19T20:54:20.225Z] #27 6.985 Get:14 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB] [2021-03-19T20:54:20.225Z] #27 6.985 Get:15 http://security.debian.org/debian-security buster/updates/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-03-19T20:54:20.225Z] #27 6.985 Get:16 http://security.debian.org/debian-security buster/updates/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB] [2021-03-19T20:54:20.225Z] #27 6.985 Get:17 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB] [2021-03-19T20:54:20.285Z] #30 7.481 [2021-03-19T20:54:20.481Z] #27 6.991 Get:18 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u5 [844 kB] [2021-03-19T20:54:20.481Z] #27 6.991 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-03-19T20:54:20.481Z] #27 6.991 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-03-19T20:54:20.481Z] #27 6.993 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-03-19T20:54:20.481Z] #27 7.207 debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:54:20.481Z] #27 7.230 Fetched 5057 kB in 0s (13.1 MB/s) [2021-03-19T20:54:20.739Z] #27 7.309 Selecting previously unselected package libssl1.1:amd64. [2021-03-19T20:54:20.739Z] #27 7.309 (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 ... 6677 files and directories currently installed.) [2021-03-19T20:54:20.739Z] #27 7.312 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_amd64.deb ... [2021-03-19T20:54:20.739Z] #27 7.323 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-03-19T20:54:20.995Z] #27 7.596 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-19T20:54:20.995Z] #27 7.596 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-03-19T20:54:20.995Z] #27 7.596 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-19T20:54:20.995Z] #27 7.642 Selecting previously unselected package libsasl2-2:amd64. [2021-03-19T20:54:20.995Z] #27 7.642 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-03-19T20:54:20.995Z] #27 7.646 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-19T20:54:20.995Z] #27 7.693 Selecting previously unselected package libldap-common. [2021-03-19T20:54:20.995Z] #27 7.693 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-03-19T20:54:20.995Z] #27 7.698 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-19T20:54:20.995Z] #27 7.770 Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-19T20:54:21.172Z] 1301750ffb48: Pull complete [2021-03-19T20:54:21.254Z] #27 7.771 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-03-19T20:54:21.254Z] #27 7.776 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-03-19T20:54:21.254Z] #27 7.881 Selecting previously unselected package openssl. [2021-03-19T20:54:21.254Z] #27 7.881 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_amd64.deb ... [2021-03-19T20:54:21.254Z] #27 7.890 Unpacking openssl (1.1.1d-0+deb10u5) ... [2021-03-19T20:54:21.318Z] #30 8.495 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-03-19T20:54:21.318Z] #30 8.532 skipping existing aab193acf6ba [2021-03-19T20:54:21.318Z] #30 8.640 [2021-03-19T20:54:21.517Z] #27 8.131 Selecting previously unselected package ca-certificates. [2021-03-19T20:54:21.517Z] #27 8.131 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2021-03-19T20:54:21.517Z] #27 8.131 Unpacking ca-certificates (20200601~deb10u2) ... [2021-03-19T20:54:21.517Z] #27 8.229 Selecting previously unselected package libkeyutils1:amd64. [2021-03-19T20:54:21.517Z] #27 8.229 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ... [2021-03-19T20:54:21.517Z] #27 8.234 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-03-19T20:54:21.775Z] #27 8.279 Selecting previously unselected package libkrb5support0:amd64. [2021-03-19T20:54:21.775Z] #27 8.280 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-03-19T20:54:21.775Z] #27 8.285 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-03-19T20:54:21.775Z] #27 8.334 Selecting previously unselected package libk5crypto3:amd64. [2021-03-19T20:54:21.775Z] #27 8.334 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-03-19T20:54:21.775Z] #27 8.339 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-03-19T20:54:21.775Z] #27 8.419 Selecting previously unselected package libkrb5-3:amd64. [2021-03-19T20:54:21.775Z] #27 8.419 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-03-19T20:54:21.775Z] #27 8.428 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-03-19T20:54:22.032Z] #27 8.535 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-19T20:54:22.032Z] #27 8.535 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-03-19T20:54:22.032Z] #27 8.550 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-03-19T20:54:22.032Z] #27 8.614 Selecting previously unselected package libnghttp2-14:amd64. [2021-03-19T20:54:22.032Z] #27 8.614 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-03-19T20:54:22.032Z] #27 8.623 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-03-19T20:54:22.032Z] #27 8.686 Selecting previously unselected package libpsl5:amd64. [2021-03-19T20:54:22.032Z] #27 8.686 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-03-19T20:54:22.032Z] #27 8.697 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-03-19T20:54:22.032Z] #27 8.739 Selecting previously unselected package librtmp1:amd64. [2021-03-19T20:54:22.032Z] #27 8.739 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-03-19T20:54:22.290Z] #27 8.743 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-03-19T20:54:22.290Z] #27 8.808 Selecting previously unselected package libssh2-1:amd64. [2021-03-19T20:54:22.290Z] #27 8.808 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-03-19T20:54:22.290Z] #27 8.813 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-03-19T20:54:22.290Z] #27 8.953 Selecting previously unselected package libcurl4:amd64. [2021-03-19T20:54:22.290Z] #27 8.953 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ... [2021-03-19T20:54:22.290Z] #27 8.961 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-03-19T20:54:22.349Z] #30 9.642 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-03-19T20:54:22.547Z] #27 9.074 Selecting previously unselected package curl. [2021-03-19T20:54:22.547Z] #27 9.074 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ... [2021-03-19T20:54:22.547Z] #27 9.079 Unpacking curl (7.64.0-4+deb10u1) ... [2021-03-19T20:54:22.547Z] #27 9.166 Selecting previously unselected package libonig5:amd64. [2021-03-19T20:54:22.547Z] #27 9.166 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-03-19T20:54:22.547Z] #27 9.168 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-03-19T20:54:22.547Z] #27 9.315 Selecting previously unselected package libjq1:amd64. [2021-03-19T20:54:22.547Z] #27 9.315 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-03-19T20:54:22.641Z] #30 10.00 #=#=# [2021-03-19T20:54:22.803Z] #27 9.332 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-19T20:54:22.803Z] #27 9.396 Selecting previously unselected package jq. [2021-03-19T20:54:22.803Z] #27 9.397 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-03-19T20:54:22.803Z] #27 9.402 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-19T20:54:22.803Z] #27 9.455 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-03-19T20:54:22.803Z] #27 9.481 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-03-19T20:54:22.803Z] #27 9.491 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-03-19T20:54:23.059Z] #27 9.610 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-03-19T20:54:23.059Z] #27 9.629 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-19T20:54:23.059Z] #27 9.654 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-03-19T20:54:23.059Z] #27 9.667 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-19T20:54:23.059Z] #27 9.684 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-03-19T20:54:23.059Z] #27 9.698 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-03-19T20:54:23.059Z] #27 9.711 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-19T20:54:23.059Z] #27 9.721 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-03-19T20:54:23.059Z] #27 9.737 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-03-19T20:54:23.059Z] #27 9.756 Setting up openssl (1.1.1d-0+deb10u5) ... [2021-03-19T20:54:23.059Z] #27 9.777 Setting up libonig5:amd64 (6.9.1-1) ... [2021-03-19T20:54:23.059Z] #27 9.790 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-19T20:54:23.268Z] dc5c6edc9cff: Pull complete [2021-03-19T20:54:23.322Z] #27 9.821 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-03-19T20:54:23.322Z] #27 9.841 Setting up ca-certificates (20200601~deb10u2) ... [2021-03-19T20:54:23.578Z] #27 ... [2021-03-19T20:54:23.578Z] [2021-03-19T20:54:23.578Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:54:23.578Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-19T20:54:23.578Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.7s done [2021-03-19T20:54:23.578Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.7s done [2021-03-19T20:54:23.578Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 7.1s done [2021-03-19T20:54:23.578Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0.9s [2021-03-19T20:54:23.835Z] #9 ... [2021-03-19T20:54:23.835Z] [2021-03-19T20:54:23.835Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-03-19T20:54:23.835Z] #27 sha256:a183c933d34ebf3f11ac5a473ac20eddb7cda49f6f857966e698ef57b90473a8 [2021-03-19T20:54:23.835Z] #27 10.59 Updating certificates in /etc/ssl/certs... [2021-03-19T20:54:24.415Z] #30 10.13 0.5% #### 6.1% ######## 12.3% ############# 18.2% ################# 24.3% ##################### 30.4% ########################## 36.6% ################################ 44.8% ###################################### 52.9% ########################################## 59.1% ############################################## 65.2% ################################################### 71.4% ####################################################### 77.5% ############################################################# 85.7% ##################### [2021-03-19T20:54:24.415Z] #30 ... [2021-03-19T20:54:24.415Z] [2021-03-19T20:54:24.415Z] #25 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-19T20:54:24.415Z] #25 2.810 + RM_GOPATH=0 [2021-03-19T20:54:24.415Z] #25 2.810 + TMP_GOPATH= [2021-03-19T20:54:24.415Z] #25 2.810 + : /build [2021-03-19T20:54:24.415Z] #25 2.810 + '[' -z '' ']' [2021-03-19T20:54:24.415Z] #25 2.810 ++ mktemp -d [2021-03-19T20:54:24.415Z] #25 2.810 + export GOPATH=/tmp/tmp.9we2pyNoCE [2021-03-19T20:54:24.415Z] #25 2.810 + GOPATH=/tmp/tmp.9we2pyNoCE [2021-03-19T20:54:24.415Z] #25 2.810 + RM_GOPATH=1 [2021-03-19T20:54:24.415Z] #25 2.810 + case "$(go env GOARCH)" in [2021-03-19T20:54:24.415Z] #25 2.810 ++ go env GOARCH [2021-03-19T20:54:24.415Z] #25 2.810 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:54:24.415Z] #25 2.810 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:54:24.415Z] #25 2.810 ++ dirname /tmp/install/install.sh [2021-03-19T20:54:24.415Z] #25 2.816 Install docker/cli version 17.06.2-ce from stable [2021-03-19T20:54:24.415Z] #25 2.816 + dir=/tmp/install [2021-03-19T20:54:24.415Z] #25 2.816 + bin=dockercli [2021-03-19T20:54:24.415Z] #25 2.816 + shift [2021-03-19T20:54:24.415Z] #25 2.816 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-03-19T20:54:24.415Z] #25 2.816 + . /tmp/install/dockercli.installer [2021-03-19T20:54:24.415Z] #25 2.816 ++ : stable [2021-03-19T20:54:24.415Z] #25 2.816 ++ : 17.06.2-ce [2021-03-19T20:54:24.415Z] #25 2.816 + install_dockercli [2021-03-19T20:54:24.415Z] #25 2.816 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-03-19T20:54:24.415Z] #25 2.816 ++ uname -m [2021-03-19T20:54:24.415Z] #25 2.836 + arch=s390x [2021-03-19T20:54:24.415Z] #25 2.836 + '[' s390x '!=' x86_64 ']' [2021-03-19T20:54:24.415Z] #25 2.836 + '[' s390x '!=' s390x ']' [2021-03-19T20:54:24.415Z] #25 2.836 + url=https://download.docker.com/linux/static [2021-03-19T20:54:24.415Z] #25 2.836 + tar -xz docker/docker [2021-03-19T20:54:24.415Z] #25 2.836 + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz [2021-03-19T20:54:24.415Z] #25 8.358 + mkdir -p /build [2021-03-19T20:54:24.415Z] #25 8.359 + mv docker/docker /build/ [2021-03-19T20:54:24.415Z] #25 8.360 + rmdir docker [2021-03-19T20:54:24.415Z] #25 DONE 9.1s [2021-03-19T20:54:24.415Z] [2021-03-19T20:54:24.415Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-03-19T20:54:24.415Z] #30 10.13 0.5% #### 6.1% ######## 12.3% ############# 18.2% ################# 24.3% ##################### 30.4% ########################## 36.6% ################################ 44.8% ###################################### 52.9% ########################################## 59.1% ############################################## 65.2% ################################################### 71.4% ####################################################### 77.5% ############################################################# 85.7% ################################################################ 89.8% [2021-03-19T20:54:24.415Z] #30 ... [2021-03-19T20:54:24.415Z] [2021-03-19T20:54:24.415Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-19T20:54:24.415Z] #50 1.506 + RM_GOPATH=0 [2021-03-19T20:54:24.415Z] #50 1.506 + TMP_GOPATH= [2021-03-19T20:54:24.415Z] #50 1.506 + : /build [2021-03-19T20:54:24.415Z] #50 1.506 + '[' -z '' ']' [2021-03-19T20:54:24.415Z] #50 1.506 ++ mktemp -d [2021-03-19T20:54:24.415Z] #50 1.517 + export GOPATH=/tmp/tmp.s2ZO8GL50p [2021-03-19T20:54:24.415Z] #50 1.517 + GOPATH=/tmp/tmp.s2ZO8GL50p [2021-03-19T20:54:24.415Z] #50 1.517 + RM_GOPATH=1 [2021-03-19T20:54:24.415Z] #50 1.517 + case "$(go env GOARCH)" in [2021-03-19T20:54:24.415Z] #50 1.517 ++ go env GOARCH [2021-03-19T20:54:24.415Z] #50 1.517 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:54:24.415Z] #50 1.517 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:54:24.415Z] #50 1.521 ++ dirname /tmp/install/install.sh [2021-03-19T20:54:24.415Z] #50 1.526 + dir=/tmp/install [2021-03-19T20:54:24.415Z] #50 1.526 + bin=golangci_lint [2021-03-19T20:54:24.415Z] #50 1.526 + shift [2021-03-19T20:54:24.415Z] #50 1.526 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-03-19T20:54:24.415Z] #50 1.526 + . /tmp/install/golangci_lint.installer [2021-03-19T20:54:24.415Z] #50 1.526 ++ : v1.23.8 [2021-03-19T20:54:24.415Z] #50 1.526 + install_golangci_lint [2021-03-19T20:54:24.415Z] #50 1.526 + set -e [2021-03-19T20:54:24.415Z] #50 1.526 + export GO111MODULE=on [2021-03-19T20:54:24.415Z] #50 1.526 + GO111MODULE=on [2021-03-19T20:54:24.415Z] #50 1.526 + GOBIN=/build [2021-03-19T20:54:24.415Z] #50 1.526 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-03-19T20:54:24.415Z] #50 1.557 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-03-19T20:54:24.415Z] #50 1.557 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-03-19T20:54:24.415Z] #50 1.557 go: finding github.com v1.23.8 [2021-03-19T20:54:24.415Z] #50 1.557 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-03-19T20:54:24.415Z] #50 1.557 go: finding github.com/golangci v1.23.8 [2021-03-19T20:54:24.416Z] #50 1.881 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-03-19T20:54:24.416Z] #50 2.142 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-03-19T20:54:24.416Z] #50 4.943 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-19T20:54:24.416Z] #50 5.004 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-03-19T20:54:24.416Z] #50 5.017 go: downloading github.com/fatih/color v1.7.0 [2021-03-19T20:54:24.416Z] #50 5.018 go: downloading github.com/stretchr/testify v1.4.0 [2021-03-19T20:54:24.416Z] #50 5.041 go: downloading github.com/spf13/cobra v0.0.5 [2021-03-19T20:54:24.416Z] #50 5.067 go: downloading github.com/spf13/pflag v1.0.5 [2021-03-19T20:54:24.416Z] #50 5.078 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-19T20:54:24.416Z] #50 5.099 go: downloading github.com/spf13/viper v1.6.1 [2021-03-19T20:54:24.416Z] #50 5.220 go: extracting github.com/fatih/color v1.7.0 [2021-03-19T20:54:24.416Z] #50 5.274 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-19T20:54:24.416Z] #50 5.323 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-19T20:54:24.416Z] #50 5.323 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-19T20:54:24.416Z] #50 5.337 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-19T20:54:24.416Z] #50 5.364 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-03-19T20:54:24.416Z] #50 5.391 go: extracting github.com/stretchr/testify v1.4.0 [2021-03-19T20:54:24.416Z] #50 5.435 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-03-19T20:54:24.416Z] #50 5.543 go: extracting github.com/spf13/viper v1.6.1 [2021-03-19T20:54:24.416Z] #50 5.548 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-19T20:54:24.416Z] #50 5.557 go: extracting github.com/spf13/pflag v1.0.5 [2021-03-19T20:54:24.416Z] #50 5.575 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-19T20:54:24.416Z] #50 5.577 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-03-19T20:54:24.416Z] #50 5.711 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-19T20:54:24.416Z] #50 5.771 go: extracting github.com/spf13/cobra v0.0.5 [2021-03-19T20:54:24.416Z] #50 5.836 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-03-19T20:54:24.416Z] #50 5.861 go: downloading github.com/magiconair/properties v1.8.1 [2021-03-19T20:54:24.416Z] #50 5.890 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-03-19T20:54:24.416Z] #50 6.025 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-03-19T20:54:24.416Z] #50 6.040 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-03-19T20:54:24.416Z] #50 6.210 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-19T20:54:24.416Z] #50 6.238 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-03-19T20:54:24.416Z] #50 6.416 go: extracting github.com/magiconair/properties v1.8.1 [2021-03-19T20:54:24.416Z] #50 6.562 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-03-19T20:54:24.416Z] #50 6.655 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-19T20:54:24.416Z] #50 6.682 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-19T20:54:24.416Z] #50 6.802 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-19T20:54:24.416Z] #50 6.901 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-19T20:54:24.416Z] #50 6.976 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-03-19T20:54:24.416Z] #50 7.013 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-19T20:54:24.416Z] #50 7.094 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-03-19T20:54:24.416Z] #50 7.126 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-19T20:54:24.416Z] #50 7.156 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-19T20:54:24.416Z] #50 7.311 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-03-19T20:54:24.416Z] #50 7.375 go: downloading github.com/gogo/protobuf v1.2.1 [2021-03-19T20:54:24.416Z] #50 8.065 go: downloading github.com/pkg/errors v0.8.1 [2021-03-19T20:54:24.416Z] #50 8.303 go: extracting github.com/pkg/errors v0.8.1 [2021-03-19T20:54:24.714Z] #50 ... [2021-03-19T20:54:24.714Z] [2021-03-19T20:54:24.714Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-03-19T20:54:24.714Z] #30 10.13 0.5% #### 6.1% ######## 12.3% ############# 18.2% ################# 24.3% ##################### 30.4% ########################## 36.6% ################################ 44.8% ###################################### 52.9% ########################################## 59.1% ############################################## 65.2% ################################################### 71.4% ####################################################### 77.5% ############################################################# 85.7% ################################################################ 89.8% ##################################################################### 96.3% ######################################################################## 100.0% [2021-03-19T20:54:24.714Z] #30 12.16 [2021-03-19T20:54:25.726Z] #27 12.02 137 added, 0 removed; done. [2021-03-19T20:54:25.727Z] #27 12.06 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-03-19T20:54:25.727Z] #27 12.07 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-19T20:54:25.727Z] #27 12.09 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-03-19T20:54:25.727Z] #27 12.10 Setting up curl (7.64.0-4+deb10u1) ... [2021-03-19T20:54:25.727Z] #27 12.11 Processing triggers for libc-bin (2.28-10) ... [2021-03-19T20:54:25.727Z] #27 12.13 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-03-19T20:54:25.727Z] #27 12.14 Updating certificates in /etc/ssl/certs... [2021-03-19T20:54:25.746Z] #30 ... [2021-03-19T20:54:25.746Z] [2021-03-19T20:54:25.746Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2021-03-19T20:54:25.746Z] #41 2.843 + git clone https://github.com/docker/distribution.git . [2021-03-19T20:54:25.746Z] #41 2.843 Cloning into '.'... [2021-03-19T20:54:25.746Z] #41 ... [2021-03-19T20:54:25.746Z] [2021-03-19T20:54:25.746Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2021-03-19T20:54:25.746Z] #33 1.056 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-03-19T20:54:25.746Z] #33 1.056 Cloning into '.'... [2021-03-19T20:54:25.746Z] #33 ... [2021-03-19T20:54:25.746Z] [2021-03-19T20:54:25.746Z] #48 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-19T20:54:25.746Z] #48 2.417 + RM_GOPATH=0 [2021-03-19T20:54:25.746Z] #48 2.417 + TMP_GOPATH= [2021-03-19T20:54:25.746Z] #48 2.417 + : /build [2021-03-19T20:54:25.746Z] #48 2.417 + '[' -z '' ']' [2021-03-19T20:54:25.746Z] #48 2.417 ++ mktemp -d [2021-03-19T20:54:25.746Z] #48 2.422 + export GOPATH=/tmp/tmp.8rlKHzDRS4 [2021-03-19T20:54:25.746Z] #48 2.422 + GOPATH=/tmp/tmp.8rlKHzDRS4 [2021-03-19T20:54:25.746Z] #48 2.422 + RM_GOPATH=1 [2021-03-19T20:54:25.746Z] #48 2.422 + case "$(go env GOARCH)" in [2021-03-19T20:54:25.746Z] #48 2.422 ++ go env GOARCH [2021-03-19T20:54:25.746Z] #48 2.439 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:54:25.746Z] #48 2.439 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:54:25.746Z] #48 2.440 ++ dirname /tmp/install/install.sh [2021-03-19T20:54:25.746Z] #48 2.457 + dir=/tmp/install [2021-03-19T20:54:25.746Z] #48 2.457 + bin=gotestsum [2021-03-19T20:54:25.746Z] #48 2.457 + shift [2021-03-19T20:54:25.746Z] #48 2.457 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-03-19T20:54:25.746Z] #48 2.457 + . /tmp/install/gotestsum.installer [2021-03-19T20:54:25.746Z] #48 2.457 ++ : v0.5.3 [2021-03-19T20:54:25.746Z] #48 2.457 + install_gotestsum [2021-03-19T20:54:25.746Z] #48 2.457 + set -e [2021-03-19T20:54:25.746Z] #48 2.457 + export GO111MODULE=on [2021-03-19T20:54:25.746Z] #48 2.457 + GO111MODULE=on [2021-03-19T20:54:25.746Z] #48 2.457 + GOBIN=/build [2021-03-19T20:54:25.746Z] #48 2.457 + go get gotest.tools/gotestsum@v0.5.3 [2021-03-19T20:54:25.746Z] #48 2.457 go: finding gotest.tools v0.5.3 [2021-03-19T20:54:25.746Z] #48 2.457 go: finding gotest.tools/gotestsum v0.5.3 [2021-03-19T20:54:25.746Z] #48 3.063 go: downloading gotest.tools/gotestsum v0.5.3 [2021-03-19T20:54:25.746Z] #48 3.411 go: extracting gotest.tools/gotestsum v0.5.3 [2021-03-19T20:54:25.746Z] #48 3.753 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-03-19T20:54:25.746Z] #48 3.778 go: downloading github.com/pkg/errors v0.9.1 [2021-03-19T20:54:25.746Z] #48 3.801 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-19T20:54:25.746Z] #48 3.801 go: downloading github.com/fatih/color v1.9.0 [2021-03-19T20:54:25.746Z] #48 3.801 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-19T20:54:25.746Z] #48 3.802 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-19T20:54:25.746Z] #48 3.804 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-03-19T20:54:25.746Z] #48 3.808 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-19T20:54:25.746Z] #48 3.884 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-19T20:54:25.746Z] #48 3.953 go: extracting github.com/pkg/errors v0.9.1 [2021-03-19T20:54:25.746Z] #48 4.018 go: downloading github.com/spf13/pflag v1.0.3 [2021-03-19T20:54:25.746Z] #48 4.041 go: extracting github.com/fatih/color v1.9.0 [2021-03-19T20:54:25.746Z] #48 4.045 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-19T20:54:25.746Z] #48 4.097 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-19T20:54:25.746Z] #48 4.098 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-19T20:54:25.746Z] #48 4.128 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-19T20:54:25.746Z] #48 4.273 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-03-19T20:54:25.746Z] #48 4.319 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-03-19T20:54:25.746Z] #48 4.380 go: extracting github.com/spf13/pflag v1.0.3 [2021-03-19T20:54:25.746Z] #48 5.513 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-19T20:54:25.746Z] #48 6.040 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-19T20:54:25.746Z] #48 7.052 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-19T20:54:25.746Z] #48 10.15 go: finding github.com/fatih/color v1.9.0 [2021-03-19T20:54:25.746Z] #48 10.23 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-19T20:54:25.746Z] #48 10.28 go: finding github.com/pkg/errors v0.9.1 [2021-03-19T20:54:25.746Z] #48 10.29 go: finding github.com/mattn/go-colorable v0.1.6 [2021-03-19T20:54:25.746Z] #48 10.34 go: finding github.com/spf13/pflag v1.0.3 [2021-03-19T20:54:25.746Z] #48 10.35 go: finding github.com/mattn/go-isatty v0.0.12 [2021-03-19T20:54:25.746Z] #48 10.40 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-19T20:54:26.075Z] #48 10.51 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-03-19T20:54:26.075Z] #48 ... [2021-03-19T20:54:26.075Z] [2021-03-19T20:54:26.075Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2021-03-19T20:54:26.075Z] #43 3.640 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-19T20:54:26.075Z] #43 3.682 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-19T20:54:26.075Z] #43 3.709 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-19T20:54:26.075Z] #43 4.444 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2021-03-19T20:54:26.075Z] #43 6.511 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [240 kB] [2021-03-19T20:54:26.075Z] #43 8.341 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [9508 B] [2021-03-19T20:54:26.075Z] #43 ... [2021-03-19T20:54:26.075Z] [2021-03-19T20:54:26.075Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-19T20:54:26.075Z] #46 2.191 + RM_GOPATH=0 [2021-03-19T20:54:26.075Z] #46 2.191 + TMP_GOPATH= [2021-03-19T20:54:26.075Z] #46 2.191 + : /build [2021-03-19T20:54:26.075Z] #46 2.191 + '[' -z '' ']' [2021-03-19T20:54:26.075Z] #46 2.202 ++ mktemp -d [2021-03-19T20:54:26.075Z] #46 2.202 + export GOPATH=/tmp/tmp.mxBDHxxU8Y [2021-03-19T20:54:26.075Z] #46 2.202 + GOPATH=/tmp/tmp.mxBDHxxU8Y [2021-03-19T20:54:26.075Z] #46 2.202 + RM_GOPATH=1 [2021-03-19T20:54:26.075Z] #46 2.202 + case "$(go env GOARCH)" in [2021-03-19T20:54:26.075Z] #46 2.202 ++ go env GOARCH [2021-03-19T20:54:26.075Z] #46 2.226 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:54:26.075Z] #46 2.226 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:54:26.075Z] #46 2.228 ++ dirname /tmp/install/install.sh [2021-03-19T20:54:26.075Z] #46 2.231 + dir=/tmp/install [2021-03-19T20:54:26.075Z] #46 2.231 + bin=vndr [2021-03-19T20:54:26.075Z] #46 2.231 + shift [2021-03-19T20:54:26.075Z] #46 2.231 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-03-19T20:54:26.075Z] #46 2.231 + . /tmp/install/vndr.installer [2021-03-19T20:54:26.075Z] #46 2.231 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-19T20:54:26.075Z] #46 2.231 + install_vndr [2021-03-19T20:54:26.075Z] #46 2.231 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-03-19T20:54:26.075Z] #46 2.231 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.mxBDHxxU8Y/src/github.com/LK4D4/vndr [2021-03-19T20:54:26.075Z] #46 2.231 Cloning into '/tmp/tmp.mxBDHxxU8Y/src/github.com/LK4D4/vndr'... [2021-03-19T20:54:26.075Z] #46 2.231 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-19T20:54:26.075Z] #46 2.985 + cd /tmp/tmp.mxBDHxxU8Y/src/github.com/LK4D4/vndr [2021-03-19T20:54:26.075Z] #46 2.985 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-19T20:54:26.075Z] #46 2.988 + go build -buildmode=pie -v -o /build/vndr . [2021-03-19T20:54:26.075Z] #46 3.812 runtime/internal/atomic [2021-03-19T20:54:26.075Z] #46 3.838 internal/cpu [2021-03-19T20:54:26.075Z] #46 3.919 runtime/internal/sys [2021-03-19T20:54:26.075Z] #46 4.038 runtime/internal/math [2021-03-19T20:54:26.075Z] #46 4.105 internal/race [2021-03-19T20:54:26.075Z] #46 4.201 sync/atomic [2021-03-19T20:54:26.075Z] #46 4.346 unicode [2021-03-19T20:54:26.075Z] #46 4.381 internal/bytealg [2021-03-19T20:54:26.075Z] #46 4.842 runtime [2021-03-19T20:54:26.075Z] #46 6.751 unicode/utf8 [2021-03-19T20:54:26.075Z] #46 7.177 math [2021-03-19T20:54:26.366Z] #46 ... [2021-03-19T20:54:26.366Z] [2021-03-19T20:54:26.366Z] #68 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-19T20:54:26.366Z] #68 3.014 + RM_GOPATH=0 [2021-03-19T20:54:26.366Z] #68 3.014 + TMP_GOPATH= [2021-03-19T20:54:26.366Z] #68 3.014 + : /build [2021-03-19T20:54:26.366Z] #68 3.014 + '[' -z '' ']' [2021-03-19T20:54:26.366Z] #68 3.014 ++ mktemp -d [2021-03-19T20:54:26.366Z] #68 3.014 + export GOPATH=/tmp/tmp.XqOshF6k05 [2021-03-19T20:54:26.366Z] #68 3.014 + GOPATH=/tmp/tmp.XqOshF6k05 [2021-03-19T20:54:26.366Z] #68 3.014 + RM_GOPATH=1 [2021-03-19T20:54:26.366Z] #68 3.014 + case "$(go env GOARCH)" in [2021-03-19T20:54:26.366Z] #68 3.014 ++ go env GOARCH [2021-03-19T20:54:26.367Z] #68 3.017 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:54:26.367Z] #68 3.017 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:54:26.367Z] #68 3.018 ++ dirname /tmp/install/install.sh [2021-03-19T20:54:26.367Z] #68 3.019 + dir=/tmp/install [2021-03-19T20:54:26.367Z] #68 3.019 + bin=proxy [2021-03-19T20:54:26.367Z] #68 3.019 + shift [2021-03-19T20:54:26.367Z] #68 3.019 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-03-19T20:54:26.367Z] #68 3.020 + . /tmp/install/proxy.installer [2021-03-19T20:54:26.367Z] #68 3.020 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-19T20:54:26.367Z] #68 3.044 + install_proxy [2021-03-19T20:54:26.367Z] #68 3.044 + case "$1" in [2021-03-19T20:54:26.367Z] #68 3.044 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-19T20:54:26.367Z] #68 3.044 + export CGO_ENABLED=0 [2021-03-19T20:54:26.367Z] #68 3.044 + CGO_ENABLED=0 [2021-03-19T20:54:26.367Z] #68 3.044 + _install_proxy [2021-03-19T20:54:26.367Z] #68 3.044 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7' [2021-03-19T20:54:26.367Z] #68 3.044 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.XqOshF6k05/src/github.com/docker/libnetwork [2021-03-19T20:54:26.367Z] #68 3.047 Cloning into '/tmp/tmp.XqOshF6k05/src/github.com/docker/libnetwork'... [2021-03-19T20:54:26.367Z] #68 ... [2021-03-19T20:54:26.367Z] [2021-03-19T20:54:26.367Z] #56 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2021-03-19T20:54:26.367Z] #56 3.486 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-19T20:54:26.367Z] #56 3.519 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-19T20:54:26.367Z] #56 3.529 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-19T20:54:26.367Z] #56 4.367 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2021-03-19T20:54:26.367Z] #56 5.995 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [240 kB] [2021-03-19T20:54:26.367Z] #56 8.080 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [9508 B] [2021-03-19T20:54:26.367Z] #56 ... [2021-03-19T20:54:26.367Z] [2021-03-19T20:54:26.367Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2021-03-19T20:54:26.367Z] #37 3.508 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-19T20:54:26.367Z] #37 3.541 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-19T20:54:26.367Z] #37 3.586 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-19T20:54:26.367Z] #37 4.329 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2021-03-19T20:54:26.367Z] #37 5.892 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [240 kB] [2021-03-19T20:54:26.367Z] #37 7.501 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [9508 B] [2021-03-19T20:54:26.655Z] #27 13.04 0 added, 0 removed; done. [2021-03-19T20:54:26.655Z] #27 13.04 Running hooks in /etc/ca-certificates/update.d... [2021-03-19T20:54:26.655Z] #27 13.04 done. [2021-03-19T20:54:26.658Z] #37 ... [2021-03-19T20:54:26.658Z] [2021-03-19T20:54:26.658Z] #59 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-19T20:54:26.658Z] #59 2.142 + RM_GOPATH=0 [2021-03-19T20:54:26.658Z] #59 2.142 + TMP_GOPATH= [2021-03-19T20:54:26.658Z] #59 2.142 + : /build [2021-03-19T20:54:26.658Z] #59 2.142 + '[' -z '' ']' [2021-03-19T20:54:26.658Z] #59 2.144 ++ mktemp -d [2021-03-19T20:54:26.658Z] #59 2.144 + export GOPATH=/tmp/tmp.7U1qui9sHn [2021-03-19T20:54:26.658Z] #59 2.144 + GOPATH=/tmp/tmp.7U1qui9sHn [2021-03-19T20:54:26.658Z] #59 2.144 + RM_GOPATH=1 [2021-03-19T20:54:26.658Z] #59 2.144 + case "$(go env GOARCH)" in [2021-03-19T20:54:26.658Z] #59 2.144 ++ go env GOARCH [2021-03-19T20:54:26.658Z] #59 2.144 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:54:26.658Z] #59 2.144 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:54:26.658Z] #59 2.144 ++ dirname /tmp/install/install.sh [2021-03-19T20:54:26.658Z] #59 2.144 + dir=/tmp/install [2021-03-19T20:54:26.658Z] #59 2.144 + bin=rootlesskit [2021-03-19T20:54:26.658Z] #59 2.144 + shift [2021-03-19T20:54:26.658Z] #59 2.144 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-03-19T20:54:26.658Z] #59 2.144 + . /tmp/install/rootlesskit.installer [2021-03-19T20:54:26.658Z] #59 2.144 ++ : 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-19T20:54:26.658Z] #59 2.144 + install_rootlesskit [2021-03-19T20:54:26.658Z] #59 2.144 + case "$1" in [2021-03-19T20:54:26.658Z] #59 2.144 + export CGO_ENABLED=0 [2021-03-19T20:54:26.658Z] #59 2.144 + CGO_ENABLED=0 [2021-03-19T20:54:26.658Z] #59 2.144 + _install_rootlesskit [2021-03-19T20:54:26.658Z] #59 2.150 Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-19T20:54:26.658Z] #59 2.150 + echo 'Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa' [2021-03-19T20:54:26.658Z] #59 2.150 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.7U1qui9sHn/src/github.com/rootless-containers/rootlesskit [2021-03-19T20:54:26.658Z] #59 2.150 Cloning into '/tmp/tmp.7U1qui9sHn/src/github.com/rootless-containers/rootlesskit'... [2021-03-19T20:54:26.658Z] #59 5.351 + cd /tmp/tmp.7U1qui9sHn/src/github.com/rootless-containers/rootlesskit [2021-03-19T20:54:26.658Z] #59 5.351 + git checkout -q 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-19T20:54:26.658Z] #59 5.455 + export GO111MODULE=on [2021-03-19T20:54:26.658Z] #59 5.455 + GO111MODULE=on [2021-03-19T20:54:26.658Z] #59 5.455 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-19T20:54:26.658Z] #59 5.455 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-03-19T20:54:26.658Z] #59 6.543 go: downloading github.com/sirupsen/logrus v1.7.0 [2021-03-19T20:54:26.658Z] #59 6.543 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-19T20:54:26.658Z] #59 6.543 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-19T20:54:26.658Z] #59 6.546 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-19T20:54:26.658Z] #59 6.546 go: downloading github.com/pkg/errors v0.9.1 [2021-03-19T20:54:26.658Z] #59 6.576 go: downloading github.com/moby/vpnkit v0.4.0 [2021-03-19T20:54:26.658Z] #59 6.624 go: downloading github.com/google/uuid v1.2.0 [2021-03-19T20:54:26.658Z] #59 6.713 go: downloading github.com/moby/sys/mountinfo v0.4.0 [2021-03-19T20:54:26.658Z] #59 6.728 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-19T20:54:26.658Z] #59 6.730 go: downloading github.com/gorilla/mux v1.8.0 [2021-03-19T20:54:26.658Z] #59 6.785 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-03-19T20:54:26.658Z] #59 6.840 go: extracting github.com/sirupsen/logrus v1.7.0 [2021-03-19T20:54:26.658Z] #59 6.903 go: extracting github.com/moby/sys/mountinfo v0.4.0 [2021-03-19T20:54:26.658Z] #59 6.938 go: extracting github.com/pkg/errors v0.9.1 [2021-03-19T20:54:26.658Z] #59 7.266 go: downloading github.com/gofrs/flock v0.8.0 [2021-03-19T20:54:26.658Z] #59 7.337 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-19T20:54:26.658Z] #59 7.379 go: extracting github.com/google/uuid v1.2.0 [2021-03-19T20:54:26.658Z] #59 7.455 go: extracting github.com/gorilla/mux v1.8.0 [2021-03-19T20:54:26.658Z] #59 8.346 go: extracting github.com/gofrs/flock v0.8.0 [2021-03-19T20:54:26.658Z] #59 8.496 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-19T20:54:26.658Z] #59 8.599 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-03-19T20:54:26.658Z] #59 9.213 go: extracting github.com/moby/vpnkit v0.4.0 [2021-03-19T20:54:26.658Z] #59 9.670 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-03-19T20:54:26.658Z] #59 9.849 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-19T20:54:26.658Z] #59 11.18 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-19T20:54:26.658Z] #59 ... [2021-03-19T20:54:26.658Z] [2021-03-19T20:54:26.658Z] #35 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-19T20:54:26.658Z] #35 2.566 + RM_GOPATH=0 [2021-03-19T20:54:26.658Z] #35 2.566 + TMP_GOPATH= [2021-03-19T20:54:26.658Z] #35 2.566 + : /build [2021-03-19T20:54:26.658Z] #35 2.566 + '[' -z '' ']' [2021-03-19T20:54:26.658Z] #35 2.567 ++ mktemp -d [2021-03-19T20:54:26.658Z] #35 2.568 + export GOPATH=/tmp/tmp.K9SHLZRahK [2021-03-19T20:54:26.658Z] #35 2.568 + GOPATH=/tmp/tmp.K9SHLZRahK [2021-03-19T20:54:26.658Z] #35 2.568 + RM_GOPATH=1 [2021-03-19T20:54:26.658Z] #35 2.568 + case "$(go env GOARCH)" in [2021-03-19T20:54:26.658Z] #35 2.568 ++ go env GOARCH [2021-03-19T20:54:26.658Z] #35 2.582 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:54:26.658Z] #35 2.582 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:54:26.658Z] #35 2.582 ++ dirname /tmp/install/install.sh [2021-03-19T20:54:26.658Z] #35 2.582 + dir=/tmp/install [2021-03-19T20:54:26.658Z] #35 2.582 + bin=tomlv [2021-03-19T20:54:26.658Z] #35 2.582 + shift [2021-03-19T20:54:26.658Z] #35 2.582 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-03-19T20:54:26.658Z] #35 2.582 + . /tmp/install/tomlv.installer [2021-03-19T20:54:26.658Z] #35 2.582 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-19T20:54:26.658Z] #35 2.582 + install_tomlv [2021-03-19T20:54:26.658Z] #35 2.582 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-03-19T20:54:26.658Z] #35 2.582 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.K9SHLZRahK/src/github.com/BurntSushi/toml [2021-03-19T20:54:26.658Z] #35 2.585 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-19T20:54:26.658Z] #35 2.590 Cloning into '/tmp/tmp.K9SHLZRahK/src/github.com/BurntSushi/toml'... [2021-03-19T20:54:26.658Z] #35 3.294 + cd /tmp/tmp.K9SHLZRahK/src/github.com/BurntSushi/toml [2021-03-19T20:54:26.658Z] #35 3.294 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-19T20:54:26.658Z] #35 3.319 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-03-19T20:54:26.658Z] #35 3.682 internal/cpu [2021-03-19T20:54:26.658Z] #35 3.696 runtime/internal/atomic [2021-03-19T20:54:26.658Z] #35 3.926 runtime/internal/sys [2021-03-19T20:54:26.658Z] #35 4.107 math/bits [2021-03-19T20:54:26.658Z] #35 4.264 internal/bytealg [2021-03-19T20:54:26.658Z] #35 4.493 runtime [2021-03-19T20:54:26.658Z] #35 4.506 math [2021-03-19T20:54:26.658Z] #35 8.552 internal/testlog [2021-03-19T20:54:26.658Z] #35 8.829 encoding [2021-03-19T20:54:26.658Z] #35 9.147 runtime/cgo [2021-03-19T20:54:26.949Z] #35 ... [2021-03-19T20:54:26.949Z] [2021-03-19T20:54:26.949Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-19T20:54:26.949Z] #52 1.432 + RM_GOPATH=0 [2021-03-19T20:54:26.949Z] #52 1.432 + TMP_GOPATH= [2021-03-19T20:54:26.949Z] #52 1.432 + : /build [2021-03-19T20:54:26.949Z] #52 1.432 + '[' -z '' ']' [2021-03-19T20:54:26.949Z] #52 1.433 ++ mktemp -d [2021-03-19T20:54:26.949Z] #52 1.435 + export GOPATH=/tmp/tmp.QH5iwh9dPw [2021-03-19T20:54:26.949Z] #52 1.435 + GOPATH=/tmp/tmp.QH5iwh9dPw [2021-03-19T20:54:26.949Z] #52 1.435 + RM_GOPATH=1 [2021-03-19T20:54:26.949Z] #52 1.435 + case "$(go env GOARCH)" in [2021-03-19T20:54:26.949Z] #52 1.457 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-19T20:54:26.949Z] #52 1.457 ++ go env GOARCH [2021-03-19T20:54:26.949Z] #52 1.457 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:54:26.949Z] #52 1.457 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:54:26.949Z] #52 1.457 ++ dirname /tmp/install/install.sh [2021-03-19T20:54:26.949Z] #52 1.457 + dir=/tmp/install [2021-03-19T20:54:26.949Z] #52 1.457 + bin=shfmt [2021-03-19T20:54:26.949Z] #52 1.457 + shift [2021-03-19T20:54:26.949Z] #52 1.457 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-03-19T20:54:26.949Z] #52 1.457 + . /tmp/install/shfmt.installer [2021-03-19T20:54:26.949Z] #52 1.457 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-19T20:54:26.949Z] #52 1.457 + install_shfmt [2021-03-19T20:54:26.949Z] #52 1.457 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-03-19T20:54:26.949Z] #52 1.457 + git clone https://github.com/mvdan/sh.git /tmp/tmp.QH5iwh9dPw/src/github.com/mvdan/sh [2021-03-19T20:54:26.949Z] #52 1.457 Cloning into '/tmp/tmp.QH5iwh9dPw/src/github.com/mvdan/sh'... [2021-03-19T20:54:26.949Z] #52 7.944 + cd /tmp/tmp.QH5iwh9dPw/src/github.com/mvdan/sh [2021-03-19T20:54:26.949Z] #52 7.944 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-19T20:54:26.949Z] #52 8.003 + GO111MODULE=on [2021-03-19T20:54:26.949Z] #52 8.003 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-03-19T20:54:26.949Z] #52 9.035 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-19T20:54:26.949Z] #52 9.055 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-19T20:54:26.949Z] #52 9.056 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-19T20:54:26.949Z] #52 9.508 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-19T20:54:26.949Z] #52 9.512 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-19T20:54:26.949Z] #52 10.16 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-19T20:54:26.949Z] #52 10.91 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-19T20:54:26.949Z] #52 ... [2021-03-19T20:54:26.949Z] [2021-03-19T20:54:26.949Z] #14 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=m... [2021-03-19T20:54:26.949Z] #14 2.741 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-03-19T20:54:26.949Z] #14 2.773 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-19T20:54:26.949Z] #14 2.827 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-19T20:54:26.949Z] #14 2.838 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-19T20:54:26.949Z] #14 3.567 Get:5 http://deb.debian.org/debian buster-backports/main s390x Packages [425 kB] [2021-03-19T20:54:26.949Z] #14 4.739 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2021-03-19T20:54:26.949Z] #14 6.746 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [240 kB] [2021-03-19T20:54:26.949Z] #14 8.295 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [9508 B] [2021-03-19T20:54:27.240Z] #14 ... [2021-03-19T20:54:27.240Z] [2021-03-19T20:54:27.240Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-19T20:54:27.240Z] #52 11.76 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-19T20:54:27.750Z] 3c370c2e2f82: Pull complete [2021-03-19T20:54:27.750Z] 5ffb2f5886e2: Pull complete [2021-03-19T20:54:27.750Z] Digest: sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:54:27.750Z] Status: Downloaded newer image for golang:1.13.15-buster [2021-03-19T20:54:27.750Z] ---> 805dc2d65d1c [2021-03-19T20:54:27.750Z] Step 5/15 : ARG BUILDX_REPO [2021-03-19T20:54:27.750Z] ---> Running in a19e21d15486 [2021-03-19T20:54:27.750Z] Removing intermediate container a19e21d15486 [2021-03-19T20:54:27.750Z] ---> e34c8bdee578 [2021-03-19T20:54:27.750Z] Step 6/15 : RUN git clone "${BUILDX_REPO}" /buildx [2021-03-19T20:54:27.750Z] ---> Running in 5fde651e9612 [2021-03-19T20:54:27.750Z] Cloning into '/buildx'... [2021-03-19T20:54:27.870Z] #52 12.57 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-19T20:54:28.161Z] #52 ... [2021-03-19T20:54:28.161Z] [2021-03-19T20:54:28.161Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-03-19T20:54:28.161Z] #30 13.36 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-03-19T20:54:28.161Z] #30 13.67 [2021-03-19T20:54:28.161Z] #30 13.81 ######################################################################## 100.0% [2021-03-19T20:54:28.161Z] #30 13.89 [2021-03-19T20:54:28.161Z] #30 14.55 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-03-19T20:54:28.161Z] #30 14.95 #=#=# [2021-03-19T20:54:28.161Z] #30 15.09 ######################################################################## 100.0% [2021-03-19T20:54:28.161Z] #30 15.17 [2021-03-19T20:54:28.161Z] #30 15.23 Download of images into '/build' complete. [2021-03-19T20:54:28.161Z] #30 15.24 Use something like the following to load the result into a Docker daemon: [2021-03-19T20:54:28.161Z] #30 15.24 tar -cC '/build' . | docker load [2021-03-19T20:54:28.161Z] #30 DONE 15.5s [2021-03-19T20:54:28.451Z] [2021-03-19T20:54:28.451Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-19T20:54:28.451Z] #52 12.75 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-19T20:54:28.451Z] #52 12.97 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-19T20:54:28.544Z] #27 DONE 15.2s [2021-03-19T20:54:28.544Z] [2021-03-19T20:54:28.544Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-03-19T20:54:28.544Z] #28 sha256:cfccaf0dd13d57d5f69c7ddd657fa88967c6879ffeb8554c69bbfa7baf0f96d9 [2021-03-19T20:54:28.544Z] #28 DONE 0.1s [2021-03-19T20:54:28.544Z] [2021-03-19T20:54:28.544Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:54:28.544Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-19T20:54:28.544Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.2s done [2021-03-19T20:54:28.745Z] #52 13.08 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-19T20:54:28.800Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e [2021-03-19T20:54:29.036Z] #52 13.69 runtime [2021-03-19T20:54:29.326Z] #52 13.71 runtime/cgo [2021-03-19T20:54:31.293Z] Removing intermediate container 5fde651e9612 [2021-03-19T20:54:31.293Z] ---> 219c7dfc008b [2021-03-19T20:54:31.293Z] Step 7/15 : WORKDIR /buildx [2021-03-19T20:54:31.595Z] ---> Running in 500688400f78 [2021-03-19T20:54:31.595Z] Removing intermediate container 500688400f78 [2021-03-19T20:54:31.595Z] ---> 69d8c14c6180 [2021-03-19T20:54:31.595Z] Step 8/15 : ARG BUILDX_COMMIT [2021-03-19T20:54:31.595Z] ---> Running in 6c2f44130da8 [2021-03-19T20:54:31.595Z] Removing intermediate container 6c2f44130da8 [2021-03-19T20:54:31.595Z] ---> cb92658b25a9 [2021-03-19T20:54:31.595Z] Step 9/15 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2021-03-19T20:54:31.595Z] ---> Running in 4e7282b1db69 [2021-03-19T20:54:32.232Z] From https://github.com/docker/buildx [2021-03-19T20:54:32.232Z] * [new tag] v0.5.1 -> build [2021-03-19T20:54:32.526Z] Switched to branch 'build' [2021-03-19T20:54:32.820Z] Removing intermediate container 4e7282b1db69 [2021-03-19T20:54:32.820Z] ---> e2eb180600be [2021-03-19T20:54:32.820Z] Step 10/15 : ARG GOOS [2021-03-19T20:54:33.117Z] ---> Running in 18c07b7c92c5 [2021-03-19T20:54:33.117Z] Removing intermediate container 18c07b7c92c5 [2021-03-19T20:54:33.117Z] ---> 95d9ef973aec [2021-03-19T20:54:33.117Z] Step 11/15 : ARG GOARCH [2021-03-19T20:54:33.117Z] ---> Running in 22e9d3c06830 [2021-03-19T20:54:33.117Z] Removing intermediate container 22e9d3c06830 [2021-03-19T20:54:33.117Z] ---> ca9774bc0d6e [2021-03-19T20:54:33.117Z] 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 [2021-03-19T20:54:33.117Z] ---> Running in 7ca5103637aa [2021-03-19T20:54:33.772Z] #52 ... [2021-03-19T20:54:33.772Z] [2021-03-19T20:54:33.772Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-19T20:54:33.772Z] #50 9.315 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-19T20:54:33.772Z] #50 9.896 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-19T20:54:33.772Z] #50 10.17 go: extracting github.com/gogo/protobuf v1.2.1 [2021-03-19T20:54:33.772Z] #50 12.18 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-19T20:54:33.772Z] #50 12.36 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-19T20:54:33.772Z] #50 12.37 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-19T20:54:33.772Z] #50 12.67 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-03-19T20:54:33.772Z] #50 13.29 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-03-19T20:54:33.772Z] #50 13.32 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-19T20:54:33.772Z] #50 13.32 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-19T20:54:33.772Z] #50 13.32 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-19T20:54:33.772Z] #50 13.32 go: downloading github.com/subosito/gotenv v1.2.0 [2021-03-19T20:54:33.772Z] #50 13.32 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-03-19T20:54:33.772Z] #50 13.33 go: downloading github.com/spf13/cast v1.3.0 [2021-03-19T20:54:33.772Z] #50 13.33 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-19T20:54:33.772Z] #50 13.33 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-19T20:54:33.772Z] #50 13.33 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-19T20:54:33.772Z] #50 13.34 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-19T20:54:33.772Z] #50 13.37 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-19T20:54:33.772Z] #50 13.37 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-19T20:54:33.772Z] #50 13.42 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-03-19T20:54:33.772Z] #50 13.44 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-19T20:54:33.772Z] #50 13.47 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-19T20:54:33.772Z] #50 13.47 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-19T20:54:33.772Z] #50 13.47 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-19T20:54:33.772Z] #50 13.48 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-19T20:54:33.772Z] #50 13.48 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-19T20:54:33.772Z] #50 13.48 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-19T20:54:33.772Z] #50 13.50 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-19T20:54:33.772Z] #50 13.58 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-19T20:54:33.772Z] #50 13.64 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-19T20:54:33.772Z] #50 13.65 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-19T20:54:33.772Z] #50 13.65 go: extracting github.com/spf13/cast v1.3.0 [2021-03-19T20:54:33.772Z] #50 13.65 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-03-19T20:54:33.772Z] #50 13.66 go: extracting github.com/subosito/gotenv v1.2.0 [2021-03-19T20:54:33.772Z] #50 13.69 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-03-19T20:54:33.772Z] #50 13.70 go: downloading github.com/spf13/afero v1.1.2 [2021-03-19T20:54:33.772Z] #50 13.70 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-19T20:54:33.772Z] #50 13.71 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-19T20:54:33.772Z] #50 13.72 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-03-19T20:54:33.772Z] #50 13.76 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-19T20:54:33.772Z] #50 13.78 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-19T20:54:33.772Z] #50 13.78 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-19T20:54:33.772Z] #50 13.80 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-03-19T20:54:33.772Z] #50 13.82 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-19T20:54:33.772Z] #50 13.86 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-03-19T20:54:33.772Z] #50 13.86 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-19T20:54:33.772Z] #50 13.88 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-03-19T20:54:33.772Z] #50 13.88 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-19T20:54:33.772Z] #50 13.88 go: extracting github.com/spf13/afero v1.1.2 [2021-03-19T20:54:33.772Z] #50 13.94 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-03-19T20:54:33.772Z] #50 13.98 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-19T20:54:33.772Z] #50 13.98 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-19T20:54:33.772Z] #50 13.98 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-03-19T20:54:33.772Z] #50 13.98 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-19T20:54:33.772Z] #50 14.09 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-19T20:54:33.772Z] #50 14.10 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-03-19T20:54:33.772Z] #50 14.18 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-03-19T20:54:33.772Z] #50 14.18 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-03-19T20:54:33.772Z] #50 14.19 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-03-19T20:54:33.772Z] #50 14.25 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-19T20:54:33.772Z] #50 14.25 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-19T20:54:33.772Z] #50 14.27 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-19T20:54:33.772Z] #50 14.28 go: downloading github.com/ultraware/funlen v0.0.2 [2021-03-19T20:54:33.772Z] #50 14.28 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-03-19T20:54:33.772Z] #50 14.31 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-19T20:54:33.772Z] #50 14.31 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-19T20:54:33.772Z] #50 14.35 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-19T20:54:33.772Z] #50 14.38 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-19T20:54:33.772Z] #50 14.38 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-03-19T20:54:33.772Z] #50 14.39 go: extracting github.com/ultraware/funlen v0.0.2 [2021-03-19T20:54:33.772Z] #50 14.40 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-19T20:54:33.772Z] #50 14.45 go: downloading golang.org/x/text v0.3.2 [2021-03-19T20:54:33.772Z] #50 14.54 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-19T20:54:33.772Z] #50 14.67 go: downloading github.com/gobwas/glob v0.2.3 [2021-03-19T20:54:33.772Z] #50 14.67 go: downloading github.com/stretchr/objx v0.2.0 [2021-03-19T20:54:33.772Z] #50 14.72 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-03-19T20:54:33.772Z] #50 14.73 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-19T20:54:33.772Z] #50 14.73 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-19T20:54:33.772Z] #50 14.76 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-03-19T20:54:33.772Z] #50 14.87 go: extracting github.com/gobwas/glob v0.2.3 [2021-03-19T20:54:33.772Z] #50 14.92 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-19T20:54:33.772Z] #50 14.95 go: extracting github.com/stretchr/objx v0.2.0 [2021-03-19T20:54:33.772Z] #50 14.96 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-03-19T20:54:33.772Z] #50 15.07 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-19T20:54:33.772Z] #50 15.22 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-19T20:54:33.772Z] #50 15.32 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-03-19T20:54:33.772Z] #50 15.32 go: downloading github.com/kisielk/gotool v1.0.0 [2021-03-19T20:54:33.772Z] #50 15.33 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-03-19T20:54:33.772Z] #50 15.34 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-03-19T20:54:33.772Z] #50 15.41 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-03-19T20:54:33.772Z] #50 15.41 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-19T20:54:33.772Z] #50 15.41 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-19T20:54:33.772Z] #50 15.41 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-03-19T20:54:33.772Z] #50 15.46 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-03-19T20:54:33.772Z] #50 15.46 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-03-19T20:54:33.772Z] #50 15.53 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-19T20:54:33.772Z] #50 15.54 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-03-19T20:54:33.772Z] #50 15.54 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-03-19T20:54:33.772Z] #50 15.55 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-03-19T20:54:33.772Z] #50 15.61 go: extracting github.com/kisielk/gotool v1.0.0 [2021-03-19T20:54:33.772Z] #50 15.71 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-03-19T20:54:33.772Z] #50 15.71 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-03-19T20:54:33.772Z] #50 15.75 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-03-19T20:54:33.772Z] #50 15.76 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-03-19T20:54:33.772Z] #50 15.77 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-03-19T20:54:33.772Z] #50 17.52 go: extracting golang.org/x/text v0.3.2 [2021-03-19T20:54:34.049Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.1s [2021-03-19T20:54:34.108Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-06b0aa16425bd6c33) in /home/ubuntu/workspace/moby_PR-42173 [Pipeline] { [Pipeline] checkout [2021-03-19T20:54:34.309Z] The recommended git tool is: git [2021-03-19T20:54:36.548Z] #50 20.79 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-19T20:54:36.548Z] #50 20.80 go: finding github.com/fatih/color v1.7.0 [2021-03-19T20:54:36.548Z] #50 ... [2021-03-19T20:54:36.548Z] [2021-03-19T20:54:36.549Z] #48 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-19T20:54:36.549Z] #48 10.71 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-19T20:54:36.549Z] #48 10.74 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-19T20:54:36.549Z] #48 10.86 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-19T20:54:36.549Z] #48 ... [2021-03-19T20:54:36.549Z] [2021-03-19T20:54:36.549Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-19T20:54:36.549Z] #50 20.89 go: finding github.com/go-critic/go-critic v0.4.1 [2021-03-19T20:54:36.549Z] #50 20.91 go: finding github.com/mattn/go-colorable v0.1.4 [2021-03-19T20:54:36.549Z] #50 20.93 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-19T20:54:36.549Z] #50 20.95 go: finding github.com/mattn/go-isatty v0.0.8 [2021-03-19T20:54:36.549Z] #50 20.95 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-03-19T20:54:36.549Z] #50 20.96 go: finding github.com/pkg/errors v0.8.1 [2021-03-19T20:54:36.549Z] #50 20.98 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-03-19T20:54:36.549Z] #50 20.98 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-03-19T20:54:36.549Z] #50 20.99 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-19T20:54:36.549Z] #50 21.01 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-03-19T20:54:36.549Z] #50 21.02 go: finding github.com/sirupsen/logrus v1.4.2 [2021-03-19T20:54:36.549Z] #50 21.02 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-03-19T20:54:36.549Z] #50 21.06 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-03-19T20:54:36.549Z] #50 21.07 go: finding github.com/stretchr/testify v1.4.0 [2021-03-19T20:54:36.549Z] #50 21.07 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-03-19T20:54:36.549Z] #50 21.09 go: finding github.com/spf13/viper v1.6.1 [2021-03-19T20:54:36.549Z] #50 21.09 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-03-19T20:54:36.549Z] #50 21.09 go: finding github.com/davecgh/go-spew v1.1.1 [2021-03-19T20:54:36.549Z] #50 21.16 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-03-19T20:54:36.549Z] #50 21.17 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-19T20:54:36.549Z] #50 21.19 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-19T20:54:36.549Z] #50 21.21 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-03-19T20:54:36.549Z] #50 21.23 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-03-19T20:54:36.549Z] #50 21.24 go: finding github.com/spf13/cobra v0.0.5 [2021-03-19T20:54:36.549Z] #50 21.25 go: finding github.com/stretchr/objx v0.2.0 [2021-03-19T20:54:36.549Z] #50 21.26 go: finding github.com/gobwas/glob v0.2.3 [2021-03-19T20:54:36.841Z] #50 21.27 go: finding github.com/hashicorp/hcl v1.0.0 [2021-03-19T20:54:36.841Z] #50 21.27 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-03-19T20:54:36.841Z] #50 21.28 go: finding github.com/spf13/pflag v1.0.5 [2021-03-19T20:54:36.841Z] #50 21.31 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-19T20:54:36.841Z] #50 21.40 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-19T20:54:36.841Z] #50 21.40 go: finding github.com/magiconair/properties v1.8.1 [2021-03-19T20:54:36.841Z] #50 21.43 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-03-19T20:54:36.841Z] #50 21.44 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-19T20:54:36.841Z] #50 21.46 go: finding github.com/pelletier/go-toml v1.2.0 [2021-03-19T20:54:36.841Z] #50 21.47 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-19T20:54:37.133Z] #50 21.50 go: finding github.com/spf13/afero v1.1.2 [2021-03-19T20:54:37.133Z] #50 21.56 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-19T20:54:37.133Z] #50 21.58 go: finding github.com/spf13/cast v1.3.0 [2021-03-19T20:54:37.133Z] #50 21.59 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-19T20:54:37.133Z] #50 21.60 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-03-19T20:54:37.133Z] #50 21.61 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-19T20:54:37.133Z] #50 21.63 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-19T20:54:37.133Z] #50 21.66 go: finding golang.org/x/text v0.3.2 [2021-03-19T20:54:37.133Z] #50 21.66 go: finding github.com/subosito/gotenv v1.2.0 [2021-03-19T20:54:37.133Z] #50 21.67 go: finding gopkg.in/ini.v1 v1.51.0 [2021-03-19T20:54:37.133Z] #50 21.68 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-19T20:54:37.133Z] #50 21.70 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-19T20:54:37.133Z] #50 ... [2021-03-19T20:54:37.133Z] [2021-03-19T20:54:37.133Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-19T20:54:37.133Z] #46 11.66 unicode/utf16 [2021-03-19T20:54:37.133Z] #46 11.80 container/list [2021-03-19T20:54:37.133Z] #46 12.17 crypto/internal/subtle [2021-03-19T20:54:37.133Z] #46 12.25 crypto/subtle [2021-03-19T20:54:37.133Z] #46 12.29 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-03-19T20:54:37.133Z] #46 12.37 internal/nettrace [2021-03-19T20:54:37.133Z] #46 12.44 runtime/cgo [2021-03-19T20:54:37.424Z] #46 ... [2021-03-19T20:54:37.424Z] [2021-03-19T20:54:37.424Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-19T20:54:37.424Z] #50 21.71 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-19T20:54:37.424Z] #50 21.71 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-19T20:54:37.424Z] #50 21.76 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-19T20:54:37.424Z] #50 21.76 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-19T20:54:37.424Z] #50 21.78 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-19T20:54:37.424Z] #50 21.79 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-19T20:54:37.424Z] #50 21.79 go: finding github.com/kisielk/gotool v1.0.0 [2021-03-19T20:54:37.424Z] #50 21.79 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-19T20:54:37.424Z] #50 21.80 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-19T20:54:37.424Z] #50 21.88 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-19T20:54:37.424Z] #50 21.91 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-03-19T20:54:37.424Z] #50 21.91 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-19T20:54:37.424Z] #50 21.93 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-19T20:54:37.424Z] #50 21.93 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-19T20:54:37.424Z] #50 21.97 go: finding github.com/ultraware/funlen v0.0.2 [2021-03-19T20:54:37.424Z] #50 21.97 go: finding github.com/gogo/protobuf v1.2.1 [2021-03-19T20:54:37.424Z] #50 21.98 go: finding github.com/ultraware/whitespace v0.0.4 [2021-03-19T20:54:37.424Z] #50 21.98 go: finding github.com/uudashr/gocognit v1.0.1 [2021-03-19T20:54:37.424Z] #50 21.99 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-19T20:54:37.424Z] #50 22.07 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-19T20:54:37.714Z] #50 22.08 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-19T20:54:37.714Z] #50 22.09 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-19T20:54:37.714Z] #50 22.13 go: finding github.com/BurntSushi/toml v0.3.1 [2021-03-19T20:54:37.714Z] #50 22.21 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-19T20:54:38.035Z] using credential docker-jenkins-github-credentials [2021-03-19T20:54:38.042Z] Cloning the remote Git repository [2021-03-19T20:54:38.043Z] Cloning with configured refspecs honoured and without tags [2021-03-19T20:54:38.225Z] #9 ... [2021-03-19T20:54:38.225Z] [2021-03-19T20:54:38.225Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-19T20:54:38.225Z] #29 sha256:c4f76da527b9cbfc7187a19c637828b675c9005ab8012b4ae4868f146ee50a7a [2021-03-19T20:54:38.225Z] #29 1.645 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-03-19T20:54:38.225Z] #29 1.754 [2021-03-19T20:54:38.225Z] #29 1.881 ########## 14.0% ########################## 36.7% ######################################## 56.6% ####################################################### 76.6% ##################################################################### 96.5% ######################################################################## 100.0% [2021-03-19T20:54:38.225Z] #29 2.400 [2021-03-19T20:54:38.225Z] #29 2.536 ################################################################## 92.5% ######################################################################## 100.0% [2021-03-19T20:54:38.225Z] #29 2.655 [2021-03-19T20:54:38.225Z] #29 2.786 ##################################### 52.8% ######################################################################## 100.0% [2021-03-19T20:54:38.225Z] #29 2.967 [2021-03-19T20:54:38.225Z] #29 3.095 ######### 13.4% ########################## 36.3% ####################################### 55.3% ##################################################### 75.0% ################################################################### 94.0% ######################################################################## 100.0% [2021-03-19T20:54:38.225Z] #29 3.647 [2021-03-19T20:54:38.225Z] #29 3.773 ## 4.0% ###### 9.6% ########## 14.8% ############## 20.0% ################## 25.3% ##################### 30.5% ######################### 35.6% ############################# 40.9% ################################# 46.1% #################################### 51.4% ####################################### 54.7% ############################################ 62.5% ################################################# 69.4% ####################################################### 77.4% ############################################################## 86.7% ################################################################### 94.1% ####################################################################### 99.2% ######################################################################## 100.0% [2021-03-19T20:54:38.225Z] #29 5.649 [2021-03-19T20:54:38.225Z] #29 6.028 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-03-19T20:54:38.225Z] #29 6.124 [2021-03-19T20:54:38.225Z] #29 6.206 ######################################################################## 100.0% [2021-03-19T20:54:38.225Z] #29 6.231 [2021-03-19T20:54:38.225Z] #29 6.625 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-03-19T20:54:38.225Z] #29 6.750 [2021-03-19T20:54:38.225Z] #29 6.872 ######################################################################## 100.0% [2021-03-19T20:54:38.225Z] #29 6.921 [2021-03-19T20:54:38.225Z] #29 7.268 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-03-19T20:54:38.225Z] #29 7.378 [2021-03-19T20:54:38.225Z] #29 7.511 ########## 14.7% ######################## 34.0% ##################################### 52.1% ################################################## 69.9% ############################################################### 87.6% ######################################################################## 100.0% [2021-03-19T20:54:38.225Z] #29 8.013 [2021-03-19T20:54:38.225Z] #29 8.333 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-03-19T20:54:38.225Z] #29 8.418 [2021-03-19T20:54:38.225Z] #29 8.485 ######################################################################## 100.0% [2021-03-19T20:54:38.225Z] #29 8.511 [2021-03-19T20:54:38.225Z] #29 8.778 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-03-19T20:54:38.225Z] #29 8.900 [2021-03-19T20:54:38.225Z] #29 8.955 ######################################################################## 100.0% [2021-03-19T20:54:38.225Z] #29 8.986 [2021-03-19T20:54:38.225Z] #29 9.015 Download of images into '/build' complete. [2021-03-19T20:54:38.225Z] #29 9.015 Use something like the following to load the result into a Docker daemon: [2021-03-19T20:54:38.225Z] #29 9.015 tar -cC '/build' . | docker load [2021-03-19T20:54:38.225Z] #29 ... [2021-03-19T20:54:38.225Z] [2021-03-19T20:54:38.225Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:54:38.225Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-19T20:54:38.747Z] #50 ... [2021-03-19T20:54:38.747Z] [2021-03-19T20:54:38.747Z] #59 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-19T20:54:38.747Z] #59 13.26 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-19T20:54:38.747Z] #59 13.34 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-03-19T20:54:38.747Z] #59 13.44 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-19T20:54:38.747Z] #59 13.59 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-03-19T20:54:38.747Z] #59 13.99 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-03-19T20:54:38.747Z] #59 15.18 go: finding github.com/pkg/errors v0.9.1 [2021-03-19T20:54:38.747Z] #59 15.25 go: finding github.com/sirupsen/logrus v1.7.0 [2021-03-19T20:54:38.747Z] #59 15.33 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-19T20:54:38.747Z] #59 15.37 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-19T20:54:38.747Z] #59 15.48 go: finding github.com/google/uuid v1.2.0 [2021-03-19T20:54:38.747Z] #59 15.53 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-19T20:54:38.747Z] #59 15.53 go: finding github.com/gofrs/flock v0.8.0 [2021-03-19T20:54:38.747Z] #59 15.55 go: finding github.com/moby/vpnkit v0.4.0 [2021-03-19T20:54:38.747Z] #59 15.60 go: finding github.com/gorilla/mux v1.8.0 [2021-03-19T20:54:38.747Z] #59 15.61 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-19T20:54:38.747Z] #59 15.70 go: finding github.com/moby/sys/mountinfo v0.4.0 [2021-03-19T20:54:38.747Z] #59 15.71 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-03-19T20:54:38.747Z] #59 15.71 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-03-19T20:54:38.747Z] #59 15.81 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-19T20:54:38.747Z] #59 15.84 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-03-19T20:54:37.952Z] Cloning repository https://github.com/moby/moby.git [2021-03-19T20:54:38.029Z] > git init /home/ubuntu/workspace/moby_PR-42173 # timeout=10 [2021-03-19T20:54:38.298Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-19T20:54:38.298Z] > git --version # timeout=10 [2021-03-19T20:54:38.314Z] > git --version # 'git version 2.17.1' [2021-03-19T20:54:38.314Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-19T20:54:38.326Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42173/head:refs/remotes/origin/PR-42173 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-19T20:54:39.039Z] #59 ... [2021-03-19T20:54:39.039Z] [2021-03-19T20:54:39.039Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2021-03-19T20:54:39.039Z] #43 14.68 Fetched 8112 kB in 11s (731 kB/s) [2021-03-19T20:54:39.039Z] #43 14.68 Reading package lists... [2021-03-19T20:54:39.039Z] #43 17.84 Reading package lists... [2021-03-19T20:54:39.039Z] #43 21.06 Building dependency tree... [2021-03-19T20:54:39.039Z] #43 21.86 The following additional packages will be installed: [2021-03-19T20:54:39.039Z] #43 21.89 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-03-19T20:54:39.039Z] #43 21.89 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-03-19T20:54:39.039Z] #43 21.89 Suggested packages: [2021-03-19T20:54:39.039Z] #43 21.89 manpages-dev python-setuptools [2021-03-19T20:54:39.039Z] #43 22.67 The following NEW packages will be installed: [2021-03-19T20:54:39.039Z] #43 22.70 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-03-19T20:54:39.039Z] #43 22.70 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-03-19T20:54:39.039Z] #43 22.70 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-03-19T20:54:39.039Z] #43 22.70 python-six zlib1g-dev [2021-03-19T20:54:39.039Z] #43 22.78 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded. [2021-03-19T20:54:39.039Z] #43 22.78 Need to get 3742 kB of archives. [2021-03-19T20:54:39.039Z] #43 22.78 After this operation, 22.0 MB of additional disk space will be used. [2021-03-19T20:54:39.039Z] #43 22.78 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libcap-dev s390x 1:2.25-2 [30.3 kB] [2021-03-19T20:54:39.039Z] #43 22.80 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2021-03-19T20:54:39.039Z] #43 22.81 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1-dev s390x 1.1.6+dfsg-3.1 [114 kB] [2021-03-19T20:54:39.039Z] #43 22.82 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2021-03-19T20:54:39.039Z] #43 22.82 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-dev s390x 3.4.0-1 [99.5 kB] [2021-03-19T20:54:39.039Z] #43 22.82 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2021-03-19T20:54:39.039Z] #43 22.82 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c-dev s390x 1.3.1-1+b1 [33.8 kB] [2021-03-19T20:54:39.039Z] #43 22.83 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x zlib1g-dev s390x 1:1.2.11.dfsg-1 [211 kB] [2021-03-19T20:54:39.039Z] #43 22.84 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf17 s390x 3.6.1.3-2 [716 kB] [2021-03-19T20:54:39.039Z] #43 22.87 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-lite17 s390x 3.6.1.3-2 [152 kB] [2021-03-19T20:54:39.039Z] #43 22.89 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-dev s390x 3.6.1.3-2 [1004 kB] [2021-03-19T20:54:39.039Z] #43 22.89 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotoc17 s390x 3.6.1.3-2 [582 kB] [2021-03-19T20:54:39.039Z] #43 22.99 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-c-compiler s390x 1.3.1-1+b1 [67.4 kB] [2021-03-19T20:54:39.039Z] #43 22.99 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-compiler s390x 3.6.1.3-2 [64.7 kB] [2021-03-19T20:54:39.039Z] #43 22.99 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pkg-resources all 40.8.0-1 [182 kB] [2021-03-19T20:54:39.039Z] #43 22.99 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-six all 1.12.0-1 [15.7 kB] [2021-03-19T20:54:39.039Z] #43 23.01 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-protobuf s390x 3.6.1.3-2 [328 kB] [2021-03-19T20:54:39.039Z] #43 ... [2021-03-19T20:54:39.039Z] [2021-03-19T20:54:39.039Z] #56 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2021-03-19T20:54:39.039Z] #56 14.59 Fetched 8112 kB in 11s (726 kB/s) [2021-03-19T20:54:39.039Z] #56 14.59 Reading package lists... [2021-03-19T20:54:39.039Z] #56 17.79 Reading package lists... [2021-03-19T20:54:39.039Z] #56 20.90 Building dependency tree... [2021-03-19T20:54:39.039Z] #56 21.91 The following additional packages will be installed: [2021-03-19T20:54:39.039Z] #56 21.96 libbtrfs0 [2021-03-19T20:54:39.039Z] #56 22.01 The following NEW packages will be installed: [2021-03-19T20:54:39.039Z] #56 22.01 libbtrfs-dev libbtrfs0 [2021-03-19T20:54:39.039Z] #56 22.15 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded. [2021-03-19T20:54:39.039Z] #56 22.15 Need to get 118 kB of archives. [2021-03-19T20:54:39.039Z] #56 22.15 After this operation, 390 kB of additional disk space will be used. [2021-03-19T20:54:39.039Z] #56 22.15 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2021-03-19T20:54:39.039Z] #56 22.17 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2021-03-19T20:54:39.039Z] #56 22.69 debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:54:39.039Z] #56 22.75 Fetched 118 kB in 0s (1156 kB/s) [2021-03-19T20:54:39.039Z] #56 22.83 Selecting previously unselected package libbtrfs0. [2021-03-19T20:54:39.039Z] #56 22.83 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2021-03-19T20:54:39.039Z] #56 22.85 Preparing to unpack .../libbtrfs0_4.20.1-2_s390x.deb ... [2021-03-19T20:54:39.039Z] #56 22.87 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-19T20:54:39.039Z] #56 22.96 Selecting previously unselected package libbtrfs-dev. [2021-03-19T20:54:39.039Z] #56 22.96 Preparing to unpack .../libbtrfs-dev_4.20.1-2_s390x.deb ... [2021-03-19T20:54:39.039Z] #56 22.96 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-19T20:54:39.039Z] #56 23.08 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-19T20:54:39.039Z] #56 23.09 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-19T20:54:39.039Z] #56 23.12 Processing triggers for libc-bin (2.28-10) ... [2021-03-19T20:54:39.039Z] #56 DONE 23.6s [2021-03-19T20:54:39.040Z] [2021-03-19T20:54:39.040Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-19T20:54:39.151Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 10.4s done [2021-03-19T20:54:39.675Z] #57 ... [2021-03-19T20:54:39.675Z] [2021-03-19T20:54:39.675Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2021-03-19T20:54:39.675Z] #41 14.01 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-03-19T20:54:39.675Z] #41 15.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 [2021-03-19T20:54:39.675Z] #41 ... [2021-03-19T20:54:39.675Z] [2021-03-19T20:54:39.675Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2021-03-19T20:54:39.675Z] #37 14.22 Fetched 8112 kB in 11s (753 kB/s) [2021-03-19T20:54:39.675Z] #37 14.22 Reading package lists... [2021-03-19T20:54:39.675Z] #37 17.38 Reading package lists... [2021-03-19T20:54:39.675Z] #37 20.46 Building dependency tree... [2021-03-19T20:54:39.675Z] #37 21.32 The following additional packages will be installed: [2021-03-19T20:54:39.675Z] #37 21.32 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-03-19T20:54:39.675Z] #37 21.32 Suggested packages: [2021-03-19T20:54:39.675Z] #37 21.32 cmake-doc ninja-build lrzip [2021-03-19T20:54:39.675Z] #37 21.32 Recommended packages: [2021-03-19T20:54:39.675Z] #37 21.32 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-03-19T20:54:39.675Z] #37 22.04 The following NEW packages will be installed: [2021-03-19T20:54:39.675Z] #37 22.08 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-03-19T20:54:39.675Z] #37 22.08 vim-common xxd [2021-03-19T20:54:39.675Z] #37 22.19 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded. [2021-03-19T20:54:39.675Z] #37 22.19 Need to get 14.0 MB of archives. [2021-03-19T20:54:39.675Z] #37 22.19 After this operation, 62.1 MB of additional disk space will be used. [2021-03-19T20:54:39.675Z] #37 22.19 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2021-03-19T20:54:39.675Z] #37 22.22 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2021-03-19T20:54:39.675Z] #37 22.23 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake-data all 3.13.4-1 [1476 kB] [2021-03-19T20:54:39.675Z] #37 22.28 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] [2021-03-19T20:54:39.675Z] #37 22.67 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libxml2 s390x 2.9.4+dfsg1-7+deb10u1 [607 kB] [2021-03-19T20:54:39.675Z] #37 22.73 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libarchive13 s390x 3.3.3-4+deb10u1 [290 kB] [2021-03-19T20:54:39.675Z] #37 22.76 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] [2021-03-19T20:54:39.675Z] #37 22.76 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x librhash0 s390x 1.3.8-1 [121 kB] [2021-03-19T20:54:39.675Z] #37 22.77 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libuv1 s390x 1.24.1-1 [104 kB] [2021-03-19T20:54:39.675Z] #37 22.77 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake s390x 3.13.4-1 [2912 kB] [2021-03-19T20:54:39.675Z] #37 23.64 debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:54:39.675Z] #37 23.77 Fetched 14.0 MB in 1s (17.3 MB/s) [2021-03-19T20:54:39.675Z] #37 23.84 Selecting previously unselected package xxd. [2021-03-19T20:54:39.675Z] #37 23.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 ... 15177 files and directories currently installed.) [2021-03-19T20:54:39.675Z] #37 23.92 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_s390x.deb ... [2021-03-19T20:54:39.675Z] #37 23.92 Unpacking xxd (2:8.1.0875-5) ... [2021-03-19T20:54:39.675Z] #37 24.15 Selecting previously unselected package vim-common. [2021-03-19T20:54:39.675Z] #37 24.15 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-19T20:54:39.675Z] #37 24.16 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-19T20:54:39.675Z] #37 ... [2021-03-19T20:54:39.675Z] [2021-03-19T20:54:39.675Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-19T20:54:39.675Z] #57 0.745 + RM_GOPATH=0 [2021-03-19T20:54:39.675Z] #57 0.746 + TMP_GOPATH= [2021-03-19T20:54:39.675Z] #57 0.746 + : /build [2021-03-19T20:54:39.675Z] #57 0.746 + '[' -z '' ']' [2021-03-19T20:54:39.675Z] #57 0.746 ++ mktemp -d [2021-03-19T20:54:39.675Z] #57 0.750 + export GOPATH=/tmp/tmp.wIS2JPHGUS [2021-03-19T20:54:39.675Z] #57 0.750 + GOPATH=/tmp/tmp.wIS2JPHGUS [2021-03-19T20:54:39.675Z] #57 0.750 + RM_GOPATH=1 [2021-03-19T20:54:39.675Z] #57 0.751 + case "$(go env GOARCH)" in [2021-03-19T20:54:39.675Z] #57 0.751 ++ go env GOARCH [2021-03-19T20:54:39.675Z] #57 0.771 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:54:39.675Z] #57 0.771 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:54:39.675Z] #57 0.772 ++ dirname /tmp/install/install.sh [2021-03-19T20:54:39.675Z] #57 0.773 + dir=/tmp/install [2021-03-19T20:54:39.675Z] #57 0.773 + bin=containerd [2021-03-19T20:54:39.675Z] #57 0.774 + shift [2021-03-19T20:54:39.675Z] #57 0.774 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-03-19T20:54:39.675Z] #57 0.774 + . /tmp/install/containerd.installer [2021-03-19T20:54:39.675Z] #57 0.774 ++ set -e [2021-03-19T20:54:39.675Z] #57 0.774 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-19T20:54:39.675Z] #57 0.774 + install_containerd [2021-03-19T20:54:39.675Z] #57 0.774 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e' [2021-03-19T20:54:39.675Z] #57 0.774 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-19T20:54:39.675Z] #57 0.774 + git clone https://github.com/containerd/containerd.git /tmp/tmp.wIS2JPHGUS/src/github.com/containerd/containerd [2021-03-19T20:54:39.675Z] #57 0.776 Cloning into '/tmp/tmp.wIS2JPHGUS/src/github.com/containerd/containerd'... [2021-03-19T20:54:40.307Z] #57 ... [2021-03-19T20:54:40.307Z] [2021-03-19T20:54:40.307Z] #14 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=m... [2021-03-19T20:54:40.307Z] #14 13.85 Fetched 8584 kB in 11s (767 kB/s) [2021-03-19T20:54:40.307Z] #14 13.85 Reading package lists... [2021-03-19T20:54:40.307Z] #14 17.15 Reading package lists... [2021-03-19T20:54:40.307Z] #14 20.59 Building dependency tree... [2021-03-19T20:54:40.307Z] #14 21.50 The following additional packages will be installed: [2021-03-19T20:54:40.307Z] #14 21.50 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-03-19T20:54:40.307Z] #14 21.50 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-03-19T20:54:40.307Z] #14 21.50 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-03-19T20:54:40.307Z] #14 21.50 libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1 [2021-03-19T20:54:40.307Z] #14 21.50 mingw-w64-common mingw-w64-x86-64-dev [2021-03-19T20:54:40.307Z] #14 21.50 Suggested packages: [2021-03-19T20:54:40.307Z] #14 21.50 gcc-8-locales seccomp wine64 [2021-03-19T20:54:40.307Z] #14 22.36 The following NEW packages will be installed: [2021-03-19T20:54:40.307Z] #14 22.36 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-03-19T20:54:40.307Z] #14 22.36 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-03-19T20:54:40.307Z] #14 22.37 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-03-19T20:54:40.307Z] #14 22.37 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-03-19T20:54:40.307Z] #14 22.37 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-03-19T20:54:40.307Z] #14 22.37 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-03-19T20:54:40.307Z] #14 22.37 The following packages will be upgraded: [2021-03-19T20:54:40.307Z] #14 22.37 libseccomp2 libsystemd0 libudev1 [2021-03-19T20:54:40.307Z] #14 22.55 3 upgraded, 25 newly installed, 0 to remove and 21 not upgraded. [2021-03-19T20:54:40.307Z] #14 22.55 Need to get 73.8 MB of archives. [2021-03-19T20:54:40.307Z] #14 22.55 After this operation, 494 MB of additional disk space will be used. [2021-03-19T20:54:40.307Z] #14 22.55 Get:1 http://deb.debian.org/debian buster-backports/main s390x libseccomp2 s390x 2.4.1-2~bpo10+1 [44.9 kB] [2021-03-19T20:54:40.307Z] #14 22.56 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd0 s390x 241-7~deb10u6 [307 kB] [2021-03-19T20:54:40.307Z] #14 22.58 Get:3 http://deb.debian.org/debian buster-backports/main s390x libseccomp-dev s390x 2.4.1-2~bpo10+1 [65.3 kB] [2021-03-19T20:54:40.307Z] #14 22.61 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev1 s390x 241-7~deb10u6 [145 kB] [2021-03-19T20:54:40.307Z] #14 22.62 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64-i686 s390x 2.31.1-11+8.3 [2161 kB] [2021-03-19T20:54:40.307Z] #14 22.79 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64-x86-64 s390x 2.31.1-11+8.3 [2517 kB] [2021-03-19T20:54:40.307Z] #14 22.92 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-03-19T20:54:40.307Z] #14 22.93 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper1.02.1 s390x 2:1.02.155-3 [135 kB] [2021-03-19T20:54:40.307Z] #14 22.93 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x dmsetup s390x 2:1.02.155-3 [89.2 kB] [2021-03-19T20:54:40.307Z] #14 22.94 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-common all 6.0.0-3 [4910 kB] [2021-03-19T20:54:40.307Z] #14 23.24 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-03-19T20:54:40.307Z] #14 23.43 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x gcc-mingw-w64-base s390x 8.3.0-6+21.3~deb10u1 [175 kB] [2021-03-19T20:54:40.307Z] #14 23.45 Get:13 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] [2021-03-19T20:54:40.307Z] #14 ... [2021-03-19T20:54:40.307Z] [2021-03-19T20:54:40.307Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2021-03-19T20:54:40.307Z] #43 23.65 debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:54:40.307Z] #43 23.79 Fetched 3742 kB in 0s (13.8 MB/s) [2021-03-19T20:54:40.307Z] #43 23.84 Selecting previously unselected package libcap-dev:s390x. [2021-03-19T20:54:40.307Z] #43 23.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 ... 15177 files and directories currently installed.) [2021-03-19T20:54:40.307Z] #43 23.89 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_s390x.deb ... [2021-03-19T20:54:40.307Z] #43 23.90 Unpacking libcap-dev:s390x (1:2.25-2) ... [2021-03-19T20:54:40.307Z] #43 24.04 Selecting previously unselected package libnet1:s390x. [2021-03-19T20:54:40.307Z] #43 24.05 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2021-03-19T20:54:40.307Z] #43 24.05 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2021-03-19T20:54:40.307Z] #43 24.15 Selecting previously unselected package libnet1-dev. [2021-03-19T20:54:40.307Z] #43 24.15 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_s390x.deb ... [2021-03-19T20:54:40.307Z] #43 24.15 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-19T20:54:40.307Z] #43 24.32 Selecting previously unselected package libnl-3-200:s390x. [2021-03-19T20:54:40.307Z] #43 24.32 Preparing to unpack .../03-libnl-3-200_3.4.0-1_s390x.deb ... [2021-03-19T20:54:40.307Z] #43 24.32 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2021-03-19T20:54:40.307Z] #43 24.45 Selecting previously unselected package libnl-3-dev:s390x. [2021-03-19T20:54:40.307Z] #43 24.50 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_s390x.deb ... [2021-03-19T20:54:40.307Z] #43 24.50 Unpacking libnl-3-dev:s390x (3.4.0-1) ... [2021-03-19T20:54:40.307Z] #43 24.66 Selecting previously unselected package libprotobuf-c1:s390x. [2021-03-19T20:54:40.307Z] #43 24.66 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2021-03-19T20:54:40.307Z] #43 24.67 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2021-03-19T20:54:40.307Z] #43 24.71 Selecting previously unselected package libprotobuf-c-dev:s390x. [2021-03-19T20:54:40.307Z] #43 24.72 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_s390x.deb ... [2021-03-19T20:54:40.307Z] #43 24.72 Unpacking libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2021-03-19T20:54:40.307Z] #43 24.81 Selecting previously unselected package zlib1g-dev:s390x. [2021-03-19T20:54:40.307Z] #43 24.81 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_s390x.deb ... [2021-03-19T20:54:40.307Z] #43 24.81 Unpacking zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2021-03-19T20:54:40.514Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2021-03-19T20:54:40.600Z] #43 24.96 Selecting previously unselected package libprotobuf17:s390x. [2021-03-19T20:54:40.600Z] #43 24.97 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_s390x.deb ... [2021-03-19T20:54:40.600Z] #43 24.97 Unpacking libprotobuf17:s390x (3.6.1.3-2) ... [2021-03-19T20:54:40.891Z] #43 ... [2021-03-19T20:54:40.891Z] [2021-03-19T20:54:40.891Z] #68 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-19T20:54:40.891Z] #68 15.34 + cd /tmp/tmp.XqOshF6k05/src/github.com/docker/libnetwork [2021-03-19T20:54:40.891Z] #68 15.34 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-19T20:54:40.891Z] #68 15.80 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-03-19T20:54:40.891Z] #68 ... [2021-03-19T20:54:40.891Z] [2021-03-19T20:54:40.891Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2021-03-19T20:54:40.891Z] #43 25.45 Selecting previously unselected package libprotobuf-lite17:s390x. [2021-03-19T20:54:40.891Z] #43 25.45 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_s390x.deb ... [2021-03-19T20:54:40.891Z] #43 25.45 Unpacking libprotobuf-lite17:s390x (3.6.1.3-2) ... [2021-03-19T20:54:41.182Z] #43 25.56 Selecting previously unselected package libprotobuf-dev:s390x. [2021-03-19T20:54:41.182Z] #43 25.57 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_s390x.deb ... [2021-03-19T20:54:41.182Z] #43 25.57 Unpacking libprotobuf-dev:s390x (3.6.1.3-2) ... [2021-03-19T20:54:41.815Z] #43 ... [2021-03-19T20:54:41.815Z] [2021-03-19T20:54:41.815Z] #68 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-19T20:54:41.815Z] #68 DONE 26.4s [2021-03-19T20:54:41.815Z] [2021-03-19T20:54:41.815Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2021-03-19T20:54:41.815Z] #43 26.34 Selecting previously unselected package libprotoc17:s390x. [2021-03-19T20:54:41.815Z] #43 26.34 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_s390x.deb ... [2021-03-19T20:54:41.815Z] #43 26.36 Unpacking libprotoc17:s390x (3.6.1.3-2) ... [2021-03-19T20:54:42.451Z] #43 27.02 Selecting previously unselected package protobuf-c-compiler. [2021-03-19T20:54:42.451Z] #43 27.04 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_s390x.deb ... [2021-03-19T20:54:42.451Z] #43 27.05 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-19T20:54:42.451Z] #43 27.13 Selecting previously unselected package protobuf-compiler. [2021-03-19T20:54:42.743Z] #43 27.13 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_s390x.deb ... [2021-03-19T20:54:42.743Z] #43 27.15 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-03-19T20:54:42.743Z] #43 27.25 Selecting previously unselected package python-pkg-resources. [2021-03-19T20:54:42.743Z] #43 27.25 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-03-19T20:54:42.743Z] #43 27.26 Unpacking python-pkg-resources (40.8.0-1) ... [2021-03-19T20:54:43.028Z] #9 DONE 43.0s [2021-03-19T20:54:43.028Z] [2021-03-19T20:54:43.028Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-03-19T20:54:43.028Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-03-19T20:54:43.028Z] #10 ... [2021-03-19T20:54:43.028Z] [2021-03-19T20:54:43.028Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-19T20:54:43.028Z] #29 sha256:c4f76da527b9cbfc7187a19c637828b675c9005ab8012b4ae4868f146ee50a7a [2021-03-19T20:54:43.028Z] #29 DONE 14.2s [2021-03-19T20:54:43.028Z] [2021-03-19T20:54:43.028Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-03-19T20:54:43.028Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-03-19T20:54:43.034Z] #43 27.48 Selecting previously unselected package python-six. [2021-03-19T20:54:43.034Z] #43 27.48 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-03-19T20:54:43.034Z] #43 27.48 Unpacking python-six (1.12.0-1) ... [2021-03-19T20:54:43.034Z] #43 27.54 Selecting previously unselected package python-protobuf. [2021-03-19T20:54:43.034Z] #43 27.54 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_s390x.deb ... [2021-03-19T20:54:43.034Z] #43 27.54 Unpacking python-protobuf (3.6.1.3-2) ... [2021-03-19T20:54:43.665Z] #43 28.01 Setting up python-pkg-resources (40.8.0-1) ... [2021-03-19T20:54:43.959Z] #10 DONE 1.3s [2021-03-19T20:54:43.959Z] [2021-03-19T20:54:43.959Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-03-19T20:54:43.959Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-03-19T20:54:45.170Z] #43 29.73 Setting up libprotobuf-lite17:s390x (3.6.1.3-2) ... [2021-03-19T20:54:45.170Z] #43 29.74 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2021-03-19T20:54:45.170Z] #43 29.75 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2021-03-19T20:54:45.170Z] #43 29.76 Setting up libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2021-03-19T20:54:45.170Z] #43 29.77 Setting up python-six (1.12.0-1) ... [2021-03-19T20:54:45.331Z] #11 DONE 1.1s [2021-03-19T20:54:45.331Z] [2021-03-19T20:54:45.331Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-03-19T20:54:45.331Z] #24 sha256:c6014e28daa6f2627b302991138acf42d27c2b2790c1b66e76b3374f14900c72 [2021-03-19T20:54:45.331Z] #24 ... [2021-03-19T20:54:45.331Z] [2021-03-19T20:54:45.331Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-03-19T20:54:45.331Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-03-19T20:54:45.331Z] #39 DONE 0.3s [2021-03-19T20:54:45.331Z] [2021-03-19T20:54:45.331Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-03-19T20:54:45.331Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-03-19T20:54:45.331Z] #31 DONE 0.4s [2021-03-19T20:54:45.588Z] [2021-03-19T20:54:45.588Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-19T20:54:45.588Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-19T20:54:46.675Z] #43 31.20 Setting up zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2021-03-19T20:54:46.675Z] #43 31.21 Setting up libnl-3-200:s390x (3.4.0-1) ... [2021-03-19T20:54:46.675Z] #43 31.26 Setting up libprotobuf17:s390x (3.6.1.3-2) ... [2021-03-19T20:54:46.675Z] #43 31.28 Setting up libcap-dev:s390x (1:2.25-2) ... [2021-03-19T20:54:46.965Z] #43 31.29 Setting up libprotoc17:s390x (3.6.1.3-2) ... [2021-03-19T20:54:46.965Z] #43 31.29 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-03-19T20:54:46.965Z] #43 31.31 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-19T20:54:46.965Z] #43 31.32 Setting up libprotobuf-dev:s390x (3.6.1.3-2) ... [2021-03-19T20:54:46.965Z] #43 31.33 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-19T20:54:46.965Z] #43 31.35 Setting up python-protobuf (3.6.1.3-2) ... [2021-03-19T20:54:47.997Z] #43 ... [2021-03-19T20:54:47.997Z] [2021-03-19T20:54:47.997Z] #35 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-19T20:54:47.997Z] #35 22.22 sync [2021-03-19T20:54:47.997Z] #35 22.22 internal/reflectlite [2021-03-19T20:54:47.997Z] #35 24.27 sort [2021-03-19T20:54:47.997Z] #35 24.28 errors [2021-03-19T20:54:47.997Z] #35 24.54 strconv [2021-03-19T20:54:47.997Z] #35 25.29 io [2021-03-19T20:54:47.997Z] #35 26.74 internal/oserror [2021-03-19T20:54:47.997Z] #35 26.85 syscall [2021-03-19T20:54:47.997Z] #35 27.38 reflect [2021-03-19T20:54:47.997Z] #35 31.91 time [2021-03-19T20:54:47.997Z] #35 ... [2021-03-19T20:54:47.997Z] [2021-03-19T20:54:47.997Z] #14 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=m... [2021-03-19T20:54:47.997Z] #14 25.30 Get:14 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] [2021-03-19T20:54:47.997Z] #14 26.71 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor1 s390x 2.13.2-10 [93.1 kB] [2021-03-19T20:54:47.997Z] #14 26.71 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor-dev s390x 2.13.2-10 [135 kB] [2021-03-19T20:54:47.997Z] #14 26.72 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2021-03-19T20:54:47.997Z] #14 26.73 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2021-03-19T20:54:47.997Z] #14 26.73 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-event1.02.1 s390x 2:1.02.155-3 [22.3 kB] [2021-03-19T20:54:47.997Z] #14 26.73 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev-dev s390x 241-7~deb10u6 [110 kB] [2021-03-19T20:54:47.997Z] #14 26.74 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsepol1-dev s390x 2.8-1 [313 kB] [2021-03-19T20:54:47.997Z] #14 26.75 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre16-3 s390x 2:8.39-12 [188 kB] [2021-03-19T20:54:47.997Z] #14 26.77 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre32-3 s390x 2:8.39-12 [183 kB] [2021-03-19T20:54:47.997Z] #14 26.77 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcrecpp0v5 s390x 2:8.39-12 [151 kB] [2021-03-19T20:54:47.997Z] #14 26.78 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre3-dev s390x 2:8.39-12 [481 kB] [2021-03-19T20:54:47.997Z] #14 26.81 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x libselinux1-dev s390x 2.8-1+b1 [165 kB] [2021-03-19T20:54:47.997Z] #14 26.82 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-dev s390x 2:1.02.155-3 [51.4 kB] [2021-03-19T20:54:47.997Z] #14 26.83 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd-dev s390x 241-7~deb10u6 [322 kB] [2021-03-19T20:54:47.997Z] #14 27.50 debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:54:47.997Z] #14 27.62 Fetched 73.8 MB in 4s (16.6 MB/s) [2021-03-19T20:54:47.997Z] #14 27.67 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2021-03-19T20:54:47.997Z] #14 27.73 Preparing to unpack .../libsystemd0_241-7~deb10u6_s390x.deb ... [2021-03-19T20:54:47.997Z] #14 27.74 Unpacking libsystemd0:s390x (241-7~deb10u6) over (241-7~deb10u4) ... [2021-03-19T20:54:47.997Z] #14 28.09 Setting up libsystemd0:s390x (241-7~deb10u6) ... [2021-03-19T20:54:47.997Z] #14 28.21 (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.) [2021-03-19T20:54:47.998Z] #14 28.31 Preparing to unpack .../libseccomp2_2.4.1-2~bpo10+1_s390x.deb ... [2021-03-19T20:54:47.998Z] #14 28.32 Unpacking libseccomp2:s390x (2.4.1-2~bpo10+1) over (2.3.3-4) ... [2021-03-19T20:54:47.998Z] #14 28.43 Setting up libseccomp2:s390x (2.4.1-2~bpo10+1) ... [2021-03-19T20:54:47.998Z] #14 28.51 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2021-03-19T20:54:47.998Z] #14 28.58 Preparing to unpack .../libudev1_241-7~deb10u6_s390x.deb ... [2021-03-19T20:54:47.998Z] #14 28.59 Unpacking libudev1:s390x (241-7~deb10u6) over (241-7~deb10u4) ... [2021-03-19T20:54:47.998Z] #14 28.69 Setting up libudev1:s390x (241-7~deb10u6) ... [2021-03-19T20:54:47.998Z] #14 28.84 Selecting previously unselected package binutils-mingw-w64-i686. [2021-03-19T20:54:47.998Z] #14 28.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 ... 15177 files and directories currently installed.) [2021-03-19T20:54:47.998Z] #14 28.93 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_s390x.deb ... [2021-03-19T20:54:47.998Z] #14 28.94 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-19T20:54:47.998Z] #14 30.56 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-03-19T20:54:47.998Z] #14 30.57 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_s390x.deb ... [2021-03-19T20:54:47.998Z] #14 30.58 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-19T20:54:48.629Z] #14 32.25 Selecting previously unselected package binutils-mingw-w64. [2021-03-19T20:54:48.629Z] #14 32.27 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-03-19T20:54:48.629Z] #14 32.27 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-19T20:54:48.919Z] #14 32.35 Selecting previously unselected package libdevmapper1.02.1:s390x. [2021-03-19T20:54:48.919Z] #14 32.35 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_s390x.deb ... [2021-03-19T20:54:48.920Z] #14 32.35 Unpacking libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2021-03-19T20:54:48.920Z] #14 32.47 Selecting previously unselected package dmsetup. [2021-03-19T20:54:48.920Z] #14 32.47 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_s390x.deb ... [2021-03-19T20:54:48.920Z] #14 32.48 Unpacking dmsetup (2:1.02.155-3) ... [2021-03-19T20:54:48.920Z] #14 32.62 Selecting previously unselected package mingw-w64-common. [2021-03-19T20:54:49.211Z] #14 32.62 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-03-19T20:54:49.211Z] #14 32.62 Unpacking mingw-w64-common (6.0.0-3) ... [2021-03-19T20:54:49.501Z] #14 ... [2021-03-19T20:54:49.501Z] [2021-03-19T20:54:49.501Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-19T20:54:49.501Z] #46 23.89 github.com/LK4D4/vndr/godl/singleflight [2021-03-19T20:54:49.501Z] #46 23.90 internal/reflectlite [2021-03-19T20:54:49.501Z] #46 24.16 math/rand [2021-03-19T20:54:49.501Z] #46 24.86 internal/singleflight [2021-03-19T20:54:49.501Z] #46 25.90 io [2021-03-19T20:54:49.501Z] #46 25.90 strconv [2021-03-19T20:54:49.501Z] #46 26.75 bytes [2021-03-19T20:54:49.501Z] #46 28.31 bufio [2021-03-19T20:54:49.501Z] #46 28.93 reflect [2021-03-19T20:54:49.501Z] #46 29.18 syscall [2021-03-19T20:54:49.501Z] #46 ... [2021-03-19T20:54:49.501Z] [2021-03-19T20:54:49.501Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2021-03-19T20:54:49.501Z] #33 27.56 Checking out files: 92% (1403/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. [2021-03-19T20:54:49.501Z] #33 27.76 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-03-19T20:54:49.501Z] #33 27.90 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-19T20:54:49.792Z] #33 ... [2021-03-19T20:54:49.792Z] [2021-03-19T20:54:49.792Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2021-03-19T20:54:49.792Z] #37 24.39 Selecting previously unselected package cmake-data. [2021-03-19T20:54:49.792Z] #37 24.40 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-03-19T20:54:49.792Z] #37 24.40 Unpacking cmake-data (3.13.4-1) ... [2021-03-19T20:54:49.792Z] #37 26.55 Selecting previously unselected package libicu63:s390x. [2021-03-19T20:54:49.792Z] #37 26.56 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_s390x.deb ... [2021-03-19T20:54:49.792Z] #37 26.58 Unpacking libicu63:s390x (63.1-6+deb10u1) ... [2021-03-19T20:54:49.792Z] #37 31.16 Selecting previously unselected package libxml2:s390x. [2021-03-19T20:54:49.792Z] #37 31.17 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_s390x.deb ... [2021-03-19T20:54:49.792Z] #37 31.17 Unpacking libxml2:s390x (2.9.4+dfsg1-7+deb10u1) ... [2021-03-19T20:54:49.792Z] #37 31.47 Selecting previously unselected package libarchive13:s390x. [2021-03-19T20:54:49.792Z] #37 31.47 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_s390x.deb ... [2021-03-19T20:54:49.792Z] #37 31.47 Unpacking libarchive13:s390x (3.3.3-4+deb10u1) ... [2021-03-19T20:54:49.792Z] #37 31.72 Selecting previously unselected package libjsoncpp1:s390x. [2021-03-19T20:54:49.792Z] #37 31.73 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_s390x.deb ... [2021-03-19T20:54:49.792Z] #37 31.73 Unpacking libjsoncpp1:s390x (1.7.4-3) ... [2021-03-19T20:54:49.792Z] #37 31.85 Selecting previously unselected package librhash0:s390x. [2021-03-19T20:54:49.792Z] #37 31.85 Preparing to unpack .../7-librhash0_1.3.8-1_s390x.deb ... [2021-03-19T20:54:49.792Z] #37 31.86 Unpacking librhash0:s390x (1.3.8-1) ... [2021-03-19T20:54:49.792Z] #37 31.96 Selecting previously unselected package libuv1:s390x. [2021-03-19T20:54:49.792Z] #37 31.97 Preparing to unpack .../8-libuv1_1.24.1-1_s390x.deb ... [2021-03-19T20:54:49.792Z] #37 31.97 Unpacking libuv1:s390x (1.24.1-1) ... [2021-03-19T20:54:49.792Z] #37 32.06 Selecting previously unselected package cmake. [2021-03-19T20:54:49.792Z] #37 32.07 Preparing to unpack .../9-cmake_3.13.4-1_s390x.deb ... [2021-03-19T20:54:49.792Z] #37 32.07 Unpacking cmake (3.13.4-1) ... [2021-03-19T20:54:49.792Z] #37 34.35 Setting up libicu63:s390x (63.1-6+deb10u1) ... [2021-03-19T20:54:49.792Z] #37 34.37 Setting up xxd (2:8.1.0875-5) ... [2021-03-19T20:54:49.792Z] #37 34.39 Setting up libuv1:s390x (1.24.1-1) ... [2021-03-19T20:54:49.792Z] #37 34.39 Setting up vim-common (2:8.1.0875-5) ... [2021-03-19T20:54:49.792Z] #37 34.41 Setting up librhash0:s390x (1.3.8-1) ... [2021-03-19T20:54:50.085Z] #37 34.42 Setting up cmake-data (3.13.4-1) ... [2021-03-19T20:54:50.085Z] #37 34.43 Setting up libxml2:s390x (2.9.4+dfsg1-7+deb10u1) ... [2021-03-19T20:54:50.085Z] #37 34.44 Setting up libjsoncpp1:s390x (1.7.4-3) ... [2021-03-19T20:54:50.085Z] #37 34.44 Setting up libarchive13:s390x (3.3.3-4+deb10u1) ... [2021-03-19T20:54:50.085Z] #37 34.45 Setting up cmake (3.13.4-1) ... [2021-03-19T20:54:50.085Z] #37 34.46 Processing triggers for libc-bin (2.28-10) ... [2021-03-19T20:54:50.085Z] #37 34.51 Processing triggers for mime-support (3.62) ... [2021-03-19T20:54:50.085Z] #37 ... [2021-03-19T20:54:50.085Z] [2021-03-19T20:54:50.085Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2021-03-19T20:54:50.085Z] #43 34.39 Setting up libnl-3-dev:s390x (3.4.0-1) ... [2021-03-19T20:54:50.085Z] #43 34.40 Processing triggers for libc-bin (2.28-10) ... [2021-03-19T20:54:50.376Z] #43 DONE 34.8s [2021-03-19T20:54:50.376Z] [2021-03-19T20:54:50.376Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2021-03-19T20:54:50.376Z] #37 DONE 34.8s [2021-03-19T20:54:50.376Z] [2021-03-19T20:54:50.376Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-19T20:54:50.892Z] #32 ... [2021-03-19T20:54:50.892Z] [2021-03-19T20:54:50.892Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-03-19T20:54:50.892Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9 [2021-03-19T20:54:50.892Z] #12 DONE 5.6s [2021-03-19T20:54:50.892Z] [2021-03-19T20:54:50.892Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:54:50.892Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:54:51.020Z] #44 ... [2021-03-19T20:54:51.020Z] [2021-03-19T20:54:51.020Z] #48 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-19T20:54:51.020Z] #48 DONE 35.4s [2021-03-19T20:54:51.020Z] [2021-03-19T20:54:51.020Z] #38 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-19T20:54:51.653Z] #38 1.300 + RM_GOPATH=0 [2021-03-19T20:54:51.653Z] #38 1.300 + TMP_GOPATH= [2021-03-19T20:54:51.653Z] #38 1.300 + : /build [2021-03-19T20:54:51.653Z] #38 1.300 + '[' -z '' ']' [2021-03-19T20:54:51.653Z] #38 1.300 ++ mktemp -d [2021-03-19T20:54:51.653Z] #38 1.300 + export GOPATH=/tmp/tmp.FGfHeNpZ9O [2021-03-19T20:54:51.653Z] #38 1.300 + GOPATH=/tmp/tmp.FGfHeNpZ9O [2021-03-19T20:54:51.653Z] #38 1.300 + RM_GOPATH=1 [2021-03-19T20:54:51.653Z] #38 1.300 + case "$(go env GOARCH)" in [2021-03-19T20:54:51.653Z] #38 1.300 ++ go env GOARCH [2021-03-19T20:54:51.653Z] #38 1.328 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:54:51.653Z] #38 1.328 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:54:51.653Z] #38 1.328 ++ dirname /tmp/install/install.sh [2021-03-19T20:54:51.653Z] #38 1.328 + dir=/tmp/install [2021-03-19T20:54:51.653Z] #38 1.328 + bin=tini [2021-03-19T20:54:51.653Z] #38 1.328 + shift [2021-03-19T20:54:51.653Z] #38 1.328 + '[' '!' -f /tmp/install/tini.installer ']' [2021-03-19T20:54:51.653Z] #38 1.328 + . /tmp/install/tini.installer [2021-03-19T20:54:51.653Z] #38 1.328 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-19T20:54:51.653Z] #38 1.328 + install_tini [2021-03-19T20:54:51.653Z] #38 1.328 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-03-19T20:54:51.653Z] #38 1.328 + git clone https://github.com/krallin/tini.git /tmp/tmp.FGfHeNpZ9O/tini [2021-03-19T20:54:51.653Z] #38 1.328 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-19T20:54:51.653Z] #38 1.344 Cloning into '/tmp/tmp.FGfHeNpZ9O/tini'... [2021-03-19T20:54:52.345Z] #38 1.898 + cd /tmp/tmp.FGfHeNpZ9O/tini [2021-03-19T20:54:52.345Z] #38 1.898 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-19T20:54:52.345Z] #38 1.909 + cmake . [2021-03-19T20:54:52.636Z] #38 2.218 -- The C compiler identification is GNU 8.3.0 [2021-03-19T20:54:52.636Z] #38 2.274 -- Check for working C compiler: /usr/bin/cc [2021-03-19T20:54:53.269Z] #38 2.643 -- Check for working C compiler: /usr/bin/cc -- works [2021-03-19T20:54:53.269Z] #38 2.644 -- Detecting C compiler ABI info [2021-03-19T20:54:53.269Z] #38 2.951 -- Detecting C compiler ABI info - done [2021-03-19T20:54:53.269Z] #38 2.955 -- Detecting C compile features [2021-03-19T20:54:53.904Z] #38 ... [2021-03-19T20:54:53.904Z] [2021-03-19T20:54:53.904Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-19T20:54:53.904Z] #52 28.36 syscall [2021-03-19T20:54:53.904Z] #52 28.36 reflect [2021-03-19T20:54:53.904Z] #52 33.61 time [2021-03-19T20:54:53.904Z] #52 36.60 encoding/binary [2021-03-19T20:54:53.904Z] #52 37.98 encoding/base64 [2021-03-19T20:54:53.904Z] #52 38.16 context [2021-03-19T20:54:53.904Z] #52 38.49 os [2021-03-19T20:54:53.904Z] #52 38.60 strings [2021-03-19T20:54:53.904Z] #52 ... [2021-03-19T20:54:53.904Z] [2021-03-19T20:54:53.904Z] #14 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=m... [2021-03-19T20:54:53.904Z] #14 37.32 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-03-19T20:54:53.904Z] #14 37.32 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-03-19T20:54:53.904Z] #14 37.32 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-19T20:54:54.879Z] Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-001eb8def79b8b5af) in /home/ubuntu/workspace/moby_PR-42173 [Pipeline] { [Pipeline] checkout [2021-03-19T20:54:54.987Z] The recommended git tool is: git [2021-03-19T20:54:55.072Z] #13 ... [2021-03-19T20:54:55.072Z] [2021-03-19T20:54:55.072Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:54:55.072Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-19T20:54:55.072Z] #36 7.919 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-19T20:54:55.072Z] #36 7.985 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-19T20:54:55.072Z] #36 7.985 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-19T20:54:55.072Z] #36 9.173 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-19T20:54:55.072Z] #36 ... [2021-03-19T20:54:55.072Z] [2021-03-19T20:54:55.072Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:54:55.072Z] #45 sha256:dcea8893a85a8f4eabc7fea730df65a7e224daa747783186796bd0e70ed61308 [2021-03-19T20:54:55.072Z] #45 8.494 + RM_GOPATH=0 [2021-03-19T20:54:55.072Z] #45 8.494 + TMP_GOPATH= [2021-03-19T20:54:55.072Z] #45 8.494 + : /build [2021-03-19T20:54:55.072Z] #45 8.494 + '[' -z '' ']' [2021-03-19T20:54:55.072Z] #45 8.494 ++ mktemp -d [2021-03-19T20:54:55.072Z] #45 8.494 + export GOPATH=/tmp/tmp.x45Z8hk0ij [2021-03-19T20:54:55.072Z] #45 8.494 + GOPATH=/tmp/tmp.x45Z8hk0ij [2021-03-19T20:54:55.072Z] #45 8.494 + RM_GOPATH=1 [2021-03-19T20:54:55.072Z] #45 8.494 + case "$(go env GOARCH)" in [2021-03-19T20:54:55.072Z] #45 8.494 ++ go env GOARCH [2021-03-19T20:54:55.072Z] #45 8.525 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-19T20:54:55.072Z] #45 8.539 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:54:55.072Z] #45 8.539 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:54:55.072Z] #45 8.539 ++ dirname /tmp/install/install.sh [2021-03-19T20:54:55.072Z] #45 8.539 + dir=/tmp/install [2021-03-19T20:54:55.072Z] #45 8.539 + bin=vndr [2021-03-19T20:54:55.072Z] #45 8.539 + shift [2021-03-19T20:54:55.072Z] #45 8.539 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-03-19T20:54:55.072Z] #45 8.539 + . /tmp/install/vndr.installer [2021-03-19T20:54:55.072Z] #45 8.539 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-19T20:54:55.072Z] #45 8.539 + install_vndr [2021-03-19T20:54:55.072Z] #45 8.539 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-03-19T20:54:55.072Z] #45 8.539 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.x45Z8hk0ij/src/github.com/LK4D4/vndr [2021-03-19T20:54:55.072Z] #45 8.539 Cloning into '/tmp/tmp.x45Z8hk0ij/src/github.com/LK4D4/vndr'... [2021-03-19T20:54:55.072Z] #45 9.783 + cd /tmp/tmp.x45Z8hk0ij/src/github.com/LK4D4/vndr [2021-03-19T20:54:55.072Z] #45 9.783 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-19T20:54:55.072Z] #45 9.826 + go build -buildmode=pie -v -o /build/vndr . [2021-03-19T20:54:55.354Z] #45 ... [2021-03-19T20:54:55.354Z] [2021-03-19T20:54:55.354Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-19T20:54:55.354Z] #58 sha256:96a051c932b0e974a2fbbdc9990bcae231cf7f3471f312d761f0bbeef1c1e01c [2021-03-19T20:54:55.354Z] #58 6.419 + RM_GOPATH=0 [2021-03-19T20:54:55.354Z] #58 6.419 + TMP_GOPATH= [2021-03-19T20:54:55.354Z] #58 6.419 + : /build [2021-03-19T20:54:55.354Z] #58 6.419 + '[' -z '' ']' [2021-03-19T20:54:55.354Z] #58 6.419 ++ mktemp -d [2021-03-19T20:54:55.354Z] #58 6.419 + export GOPATH=/tmp/tmp.kzb2hwplkC [2021-03-19T20:54:55.354Z] #58 6.419 + GOPATH=/tmp/tmp.kzb2hwplkC [2021-03-19T20:54:55.354Z] #58 6.419 + RM_GOPATH=1 [2021-03-19T20:54:55.354Z] #58 6.419 + case "$(go env GOARCH)" in [2021-03-19T20:54:55.354Z] #58 6.419 ++ go env GOARCH [2021-03-19T20:54:55.354Z] #58 6.423 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:54:55.354Z] #58 6.423 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:54:55.354Z] #58 6.423 ++ dirname /tmp/install/install.sh [2021-03-19T20:54:55.354Z] #58 6.427 Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-19T20:54:55.354Z] #58 6.438 + dir=/tmp/install [2021-03-19T20:54:55.354Z] #58 6.438 + bin=rootlesskit [2021-03-19T20:54:55.354Z] #58 6.438 + shift [2021-03-19T20:54:55.354Z] #58 6.438 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-03-19T20:54:55.354Z] #58 6.438 + . /tmp/install/rootlesskit.installer [2021-03-19T20:54:55.354Z] #58 6.438 ++ : 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-19T20:54:55.354Z] #58 6.438 + install_rootlesskit [2021-03-19T20:54:55.354Z] #58 6.438 + case "$1" in [2021-03-19T20:54:55.354Z] #58 6.438 + export CGO_ENABLED=0 [2021-03-19T20:54:55.354Z] #58 6.438 + CGO_ENABLED=0 [2021-03-19T20:54:55.354Z] #58 6.438 + _install_rootlesskit [2021-03-19T20:54:55.354Z] #58 6.438 + echo 'Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa' [2021-03-19T20:54:55.354Z] #58 6.438 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.kzb2hwplkC/src/github.com/rootless-containers/rootlesskit [2021-03-19T20:54:55.354Z] #58 6.438 Cloning into '/tmp/tmp.kzb2hwplkC/src/github.com/rootless-containers/rootlesskit'... [2021-03-19T20:54:55.354Z] #58 7.799 + cd /tmp/tmp.kzb2hwplkC/src/github.com/rootless-containers/rootlesskit [2021-03-19T20:54:55.354Z] #58 7.799 + git checkout -q 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-19T20:54:55.354Z] #58 7.859 + export GO111MODULE=on [2021-03-19T20:54:55.354Z] #58 7.859 + GO111MODULE=on [2021-03-19T20:54:55.354Z] #58 7.859 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-19T20:54:55.354Z] #58 7.859 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-03-19T20:54:55.611Z] #58 ... [2021-03-19T20:54:55.611Z] [2021-03-19T20:54:55.611Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-19T20:54:55.611Z] #34 sha256:db922b973d5bcd087088f8c82326af81d3c4b4d0083713be1f2f948ba05f2ba3 [2021-03-19T20:54:55.611Z] #34 8.769 + RM_GOPATH=0 [2021-03-19T20:54:55.611Z] #34 8.769 + TMP_GOPATH= [2021-03-19T20:54:55.611Z] #34 8.769 + : /build [2021-03-19T20:54:55.611Z] #34 8.769 + '[' -z '' ']' [2021-03-19T20:54:55.611Z] #34 8.769 ++ mktemp -d [2021-03-19T20:54:55.611Z] #34 8.769 + export GOPATH=/tmp/tmp.ONXdKyQTV1 [2021-03-19T20:54:55.611Z] #34 8.769 + GOPATH=/tmp/tmp.ONXdKyQTV1 [2021-03-19T20:54:55.611Z] #34 8.769 + RM_GOPATH=1 [2021-03-19T20:54:55.611Z] #34 8.769 + case "$(go env GOARCH)" in [2021-03-19T20:54:55.611Z] #34 8.769 ++ go env GOARCH [2021-03-19T20:54:55.611Z] #34 8.777 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:54:55.611Z] #34 8.777 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:54:55.611Z] #34 8.777 ++ dirname /tmp/install/install.sh [2021-03-19T20:54:55.611Z] #34 8.794 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-19T20:54:55.611Z] #34 8.794 + dir=/tmp/install [2021-03-19T20:54:55.611Z] #34 8.794 + bin=tomlv [2021-03-19T20:54:55.611Z] #34 8.794 + shift [2021-03-19T20:54:55.611Z] #34 8.794 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-03-19T20:54:55.611Z] #34 8.794 + . /tmp/install/tomlv.installer [2021-03-19T20:54:55.611Z] #34 8.794 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-19T20:54:55.611Z] #34 8.794 + install_tomlv [2021-03-19T20:54:55.611Z] #34 8.794 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-03-19T20:54:55.611Z] #34 8.794 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.ONXdKyQTV1/src/github.com/BurntSushi/toml [2021-03-19T20:54:55.611Z] #34 8.855 Cloning into '/tmp/tmp.ONXdKyQTV1/src/github.com/BurntSushi/toml'... [2021-03-19T20:54:55.611Z] #34 ... [2021-03-19T20:54:55.611Z] [2021-03-19T20:54:55.611Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-03-19T20:54:55.611Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-19T20:54:55.611Z] #55 7.965 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-19T20:54:55.611Z] #55 7.980 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-19T20:54:55.611Z] #55 7.980 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-19T20:54:55.611Z] #55 9.405 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-19T20:54:55.611Z] #55 ... [2021-03-19T20:54:55.611Z] [2021-03-19T20:54:55.611Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-03-19T20:54:55.611Z] #47 sha256:2092271bebcfcdf1bec23cbcce1adf02fc0617ef3f1242f214a46273bfe7f66a [2021-03-19T20:54:55.611Z] #47 8.267 + RM_GOPATH=0 [2021-03-19T20:54:55.611Z] #47 8.267 + TMP_GOPATH= [2021-03-19T20:54:55.611Z] #47 8.267 + : /build [2021-03-19T20:54:55.611Z] #47 8.267 + '[' -z '' ']' [2021-03-19T20:54:55.611Z] #47 8.267 ++ mktemp -d [2021-03-19T20:54:55.611Z] #47 8.267 + export GOPATH=/tmp/tmp.J8kBxYzbCf [2021-03-19T20:54:55.611Z] #47 8.267 + GOPATH=/tmp/tmp.J8kBxYzbCf [2021-03-19T20:54:55.611Z] #47 8.267 + RM_GOPATH=1 [2021-03-19T20:54:55.611Z] #47 8.267 + case "$(go env GOARCH)" in [2021-03-19T20:54:55.611Z] #47 8.275 ++ go env GOARCH [2021-03-19T20:54:55.611Z] #47 8.297 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:54:55.611Z] #47 8.297 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:54:55.611Z] #47 8.297 ++ dirname /tmp/install/install.sh [2021-03-19T20:54:55.611Z] #47 8.308 + dir=/tmp/install [2021-03-19T20:54:55.611Z] #47 8.308 + bin=gotestsum [2021-03-19T20:54:55.611Z] #47 8.308 + shift [2021-03-19T20:54:55.611Z] #47 8.308 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-03-19T20:54:55.611Z] #47 8.308 + . /tmp/install/gotestsum.installer [2021-03-19T20:54:55.611Z] #47 8.308 ++ : v0.5.3 [2021-03-19T20:54:55.611Z] #47 8.308 + install_gotestsum [2021-03-19T20:54:55.611Z] #47 8.308 + set -e [2021-03-19T20:54:55.611Z] #47 8.308 + export GO111MODULE=on [2021-03-19T20:54:55.611Z] #47 8.308 + GO111MODULE=on [2021-03-19T20:54:55.611Z] #47 8.308 + GOBIN=/build [2021-03-19T20:54:55.611Z] #47 8.308 + go get gotest.tools/gotestsum@v0.5.3 [2021-03-19T20:54:55.611Z] #47 8.358 go: finding gotest.tools/gotestsum v0.5.3 [2021-03-19T20:54:55.611Z] #47 8.358 go: finding gotest.tools v0.5.3 [2021-03-19T20:54:55.611Z] #47 9.634 go: downloading gotest.tools/gotestsum v0.5.3 [2021-03-19T20:54:55.611Z] #47 10.22 go: extracting gotest.tools/gotestsum v0.5.3 [2021-03-19T20:54:55.868Z] #47 ... [2021-03-19T20:54:55.868Z] [2021-03-19T20:54:55.868Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-19T20:54:55.868Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-19T20:54:55.868Z] #40 9.003 + git clone https://github.com/docker/distribution.git . [2021-03-19T20:54:55.868Z] #40 9.005 Cloning into '.'... [2021-03-19T20:54:55.868Z] #40 ... [2021-03-19T20:54:55.868Z] [2021-03-19T20:54:55.868Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:54:55.868Z] #49 sha256:226e4cdca77329df1d62dc1ed11f292f8b862c32d457a58c3ceaffec585a06ba [2021-03-19T20:54:55.868Z] #49 6.999 + RM_GOPATH=0 [2021-03-19T20:54:55.868Z] #49 6.999 + TMP_GOPATH= [2021-03-19T20:54:55.868Z] #49 6.999 + : /build [2021-03-19T20:54:55.868Z] #49 6.999 + '[' -z '' ']' [2021-03-19T20:54:55.868Z] #49 6.999 ++ mktemp -d [2021-03-19T20:54:55.868Z] #49 6.999 + export GOPATH=/tmp/tmp.5vP7xD5r06 [2021-03-19T20:54:55.868Z] #49 6.999 + GOPATH=/tmp/tmp.5vP7xD5r06 [2021-03-19T20:54:55.868Z] #49 6.999 + RM_GOPATH=1 [2021-03-19T20:54:55.868Z] #49 6.999 + case "$(go env GOARCH)" in [2021-03-19T20:54:55.868Z] #49 6.999 ++ go env GOARCH [2021-03-19T20:54:55.868Z] #49 7.000 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:54:55.868Z] #49 7.000 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:54:55.868Z] #49 7.003 ++ dirname /tmp/install/install.sh [2021-03-19T20:54:55.868Z] #49 7.004 + dir=/tmp/install [2021-03-19T20:54:55.868Z] #49 7.005 + bin=golangci_lint [2021-03-19T20:54:55.868Z] #49 7.005 + shift [2021-03-19T20:54:55.868Z] #49 7.005 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-03-19T20:54:55.868Z] #49 7.005 + . /tmp/install/golangci_lint.installer [2021-03-19T20:54:55.868Z] #49 7.005 ++ : v1.23.8 [2021-03-19T20:54:55.868Z] #49 7.005 + install_golangci_lint [2021-03-19T20:54:55.868Z] #49 7.005 + set -e [2021-03-19T20:54:55.868Z] #49 7.005 + export GO111MODULE=on [2021-03-19T20:54:55.868Z] #49 7.005 + GO111MODULE=on [2021-03-19T20:54:55.868Z] #49 7.005 + GOBIN=/build [2021-03-19T20:54:55.868Z] #49 7.005 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-03-19T20:54:55.868Z] #49 7.049 go: finding github.com v1.23.8 [2021-03-19T20:54:55.868Z] #49 7.067 go: finding github.com/golangci v1.23.8 [2021-03-19T20:54:55.868Z] #49 7.067 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-03-19T20:54:55.868Z] #49 7.067 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-03-19T20:54:55.868Z] #49 7.067 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-03-19T20:54:55.868Z] #49 7.736 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-03-19T20:54:55.868Z] #49 8.233 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-03-19T20:54:56.124Z] #49 ... [2021-03-19T20:54:56.124Z] [2021-03-19T20:54:56.124Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:54:56.124Z] #51 sha256:b96f323355eb744496a90a86893b5de303e87dbe96a908fc2b231d4941f7968f [2021-03-19T20:54:56.124Z] #51 7.191 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-19T20:54:56.124Z] #51 7.191 + RM_GOPATH=0 [2021-03-19T20:54:56.124Z] #51 7.191 + TMP_GOPATH= [2021-03-19T20:54:56.124Z] #51 7.191 + : /build [2021-03-19T20:54:56.124Z] #51 7.191 + '[' -z '' ']' [2021-03-19T20:54:56.124Z] #51 7.191 ++ mktemp -d [2021-03-19T20:54:56.124Z] #51 7.191 + export GOPATH=/tmp/tmp.galZrvWqkn [2021-03-19T20:54:56.124Z] #51 7.191 + GOPATH=/tmp/tmp.galZrvWqkn [2021-03-19T20:54:56.124Z] #51 7.191 + RM_GOPATH=1 [2021-03-19T20:54:56.124Z] #51 7.191 + case "$(go env GOARCH)" in [2021-03-19T20:54:56.124Z] #51 7.191 ++ go env GOARCH [2021-03-19T20:54:56.124Z] #51 7.191 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:54:56.124Z] #51 7.191 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:54:56.124Z] #51 7.191 ++ dirname /tmp/install/install.sh [2021-03-19T20:54:56.124Z] #51 7.191 + dir=/tmp/install [2021-03-19T20:54:56.124Z] #51 7.191 + bin=shfmt [2021-03-19T20:54:56.124Z] #51 7.191 + shift [2021-03-19T20:54:56.124Z] #51 7.191 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-03-19T20:54:56.124Z] #51 7.191 + . /tmp/install/shfmt.installer [2021-03-19T20:54:56.124Z] #51 7.191 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-19T20:54:56.124Z] #51 7.191 + install_shfmt [2021-03-19T20:54:56.124Z] #51 7.191 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-03-19T20:54:56.124Z] #51 7.191 + git clone https://github.com/mvdan/sh.git /tmp/tmp.galZrvWqkn/src/github.com/mvdan/sh [2021-03-19T20:54:56.124Z] #51 7.191 Cloning into '/tmp/tmp.galZrvWqkn/src/github.com/mvdan/sh'... [2021-03-19T20:54:56.380Z] #51 ... [2021-03-19T20:54:56.380Z] [2021-03-19T20:54:56.380Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:54:56.380Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-19T20:54:56.380Z] #42 9.798 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-19T20:54:56.380Z] #42 9.928 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-19T20:54:56.380Z] #42 9.928 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-19T20:54:56.380Z] #42 ... [2021-03-19T20:54:56.380Z] [2021-03-19T20:54:56.380Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-03-19T20:54:56.380Z] #67 sha256:7bf96bec4cce06432da218042cf07dbfac9cdbb67da6a99ecb6141b522cff18b [2021-03-19T20:54:56.380Z] #67 8.001 + RM_GOPATH=0 [2021-03-19T20:54:56.380Z] #67 8.001 + TMP_GOPATH= [2021-03-19T20:54:56.380Z] #67 8.001 + : /build [2021-03-19T20:54:56.380Z] #67 8.001 + '[' -z '' ']' [2021-03-19T20:54:56.380Z] #67 8.001 ++ mktemp -d [2021-03-19T20:54:56.380Z] #67 8.001 + export GOPATH=/tmp/tmp.gu3uO8EXaS [2021-03-19T20:54:56.380Z] #67 8.001 + GOPATH=/tmp/tmp.gu3uO8EXaS [2021-03-19T20:54:56.380Z] #67 8.001 + RM_GOPATH=1 [2021-03-19T20:54:56.380Z] #67 8.001 + case "$(go env GOARCH)" in [2021-03-19T20:54:56.380Z] #67 8.001 ++ go env GOARCH [2021-03-19T20:54:56.380Z] #67 8.026 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:54:56.380Z] #67 8.026 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:54:56.380Z] #67 8.036 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-19T20:54:56.380Z] #67 8.036 ++ dirname /tmp/install/install.sh [2021-03-19T20:54:56.380Z] #67 8.036 + dir=/tmp/install [2021-03-19T20:54:56.380Z] #67 8.036 + bin=proxy [2021-03-19T20:54:56.380Z] #67 8.036 + shift [2021-03-19T20:54:56.380Z] #67 8.036 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-03-19T20:54:56.380Z] #67 8.036 + . /tmp/install/proxy.installer [2021-03-19T20:54:56.380Z] #67 8.036 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-19T20:54:56.380Z] #67 8.036 + install_proxy [2021-03-19T20:54:56.380Z] #67 8.036 + case "$1" in [2021-03-19T20:54:56.380Z] #67 8.036 + export CGO_ENABLED=0 [2021-03-19T20:54:56.380Z] #67 8.036 + CGO_ENABLED=0 [2021-03-19T20:54:56.380Z] #67 8.036 + _install_proxy [2021-03-19T20:54:56.380Z] #67 8.036 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7' [2021-03-19T20:54:56.380Z] #67 8.036 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.gu3uO8EXaS/src/github.com/docker/libnetwork [2021-03-19T20:54:56.380Z] #67 8.051 Cloning into '/tmp/tmp.gu3uO8EXaS/src/github.com/docker/libnetwork'... [2021-03-19T20:54:56.636Z] #14 ... [2021-03-19T20:54:56.636Z] [2021-03-19T20:54:56.636Z] #38 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-19T20:54:56.636Z] #38 4.008 -- Detecting C compile features - done [2021-03-19T20:54:56.636Z] #38 4.036 -- Performing Test HAS_BUILTIN_FORTIFY [2021-03-19T20:54:56.636Z] #38 4.153 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-03-19T20:54:56.636Z] #38 4.254 -- Configuring done [2021-03-19T20:54:56.636Z] #38 4.270 -- Generating done [2021-03-19T20:54:56.636Z] #38 4.275 -- Build files have been written to: /tmp/tmp.FGfHeNpZ9O/tini [2021-03-19T20:54:56.636Z] #38 4.282 + make tini-static [2021-03-19T20:54:56.636Z] #38 4.596 Scanning dependencies of target tini-static [2021-03-19T20:54:56.636Z] #38 4.609 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-03-19T20:54:56.636Z] #38 5.186 [100%] Linking C executable tini-static [2021-03-19T20:54:56.636Z] #38 5.411 [100%] Built target tini-static [2021-03-19T20:54:56.636Z] #38 5.485 + mkdir -p /build [2021-03-19T20:54:56.636Z] #38 5.486 + cp tini-static /build/docker-init [2021-03-19T20:54:56.636Z] #38 DONE 5.8s [2021-03-19T20:54:56.636Z] [2021-03-19T20:54:56.636Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-19T20:54:56.636Z] #52 40.70 fmt [2021-03-19T20:54:56.636Z] #52 40.70 path/filepath [2021-03-19T20:54:56.638Z] #67 ... [2021-03-19T20:54:56.638Z] [2021-03-19T20:54:56.638Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-19T20:54:56.638Z] #58 sha256:96a051c932b0e974a2fbbdc9990bcae231cf7f3471f312d761f0bbeef1c1e01c [2021-03-19T20:54:56.638Z] #58 10.52 go: downloading github.com/sirupsen/logrus v1.7.0 [2021-03-19T20:54:56.638Z] #58 10.65 go: downloading github.com/pkg/errors v0.9.1 [2021-03-19T20:54:56.638Z] #58 10.70 go: downloading github.com/google/uuid v1.2.0 [2021-03-19T20:54:56.638Z] #58 10.71 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-19T20:54:56.638Z] #58 10.76 go: downloading github.com/gorilla/mux v1.8.0 [2021-03-19T20:54:56.638Z] #58 10.91 go: downloading github.com/gofrs/flock v0.8.0 [2021-03-19T20:54:56.638Z] #58 10.92 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-19T20:54:56.638Z] #58 10.92 go: downloading github.com/moby/sys/mountinfo v0.4.0 [2021-03-19T20:54:56.638Z] #58 10.97 go: downloading github.com/moby/vpnkit v0.4.0 [2021-03-19T20:54:56.638Z] #58 11.26 go: extracting github.com/gorilla/mux v1.8.0 [2021-03-19T20:54:56.638Z] #58 11.55 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-19T20:54:56.638Z] #58 11.55 go: extracting github.com/gofrs/flock v0.8.0 [2021-03-19T20:54:56.638Z] #58 11.57 go: extracting github.com/moby/sys/mountinfo v0.4.0 [2021-03-19T20:54:56.638Z] #58 11.63 go: extracting github.com/google/uuid v1.2.0 [2021-03-19T20:54:56.895Z] #58 11.71 go: extracting github.com/pkg/errors v0.9.1 [2021-03-19T20:54:56.895Z] #58 11.73 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-19T20:54:57.151Z] #58 12.05 go: extracting github.com/sirupsen/logrus v1.7.0 [2021-03-19T20:54:57.151Z] #58 12.11 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-03-19T20:54:57.287Z] #52 41.82 golang.org/x/sys/unix [2021-03-19T20:54:58.851Z] using credential docker-jenkins-github-credentials [2021-03-19T20:54:58.860Z] Cloning the remote Git repository [2021-03-19T20:54:58.860Z] Cloning with configured refspecs honoured and without tags [2021-03-19T20:54:59.353Z] #52 43.87 encoding/json [2021-03-19T20:54:59.692Z] #58 14.33 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-19T20:54:58.775Z] Cloning repository https://github.com/moby/moby.git [2021-03-19T20:54:58.836Z] > git init /home/ubuntu/workspace/moby_PR-42173 # timeout=10 [2021-03-19T20:54:59.092Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-19T20:54:59.093Z] > git --version # timeout=10 [2021-03-19T20:54:59.104Z] > git --version # 'git version 2.7.4' [2021-03-19T20:54:59.104Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-19T20:54:59.107Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/42173/head:refs/remotes/origin/PR-42173 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-19T20:55:00.256Z] #58 15.07 go: extracting github.com/moby/vpnkit v0.4.0 [2021-03-19T20:55:01.418Z] #52 ... [2021-03-19T20:55:01.419Z] [2021-03-19T20:55:01.419Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-19T20:55:01.419Z] #46 35.73 time [2021-03-19T20:55:01.419Z] #46 37.83 strings [2021-03-19T20:55:01.419Z] #46 39.12 os [2021-03-19T20:55:01.419Z] #46 39.60 regexp/syntax [2021-03-19T20:55:01.419Z] #46 41.50 fmt [2021-03-19T20:55:01.419Z] #46 42.39 regexp [2021-03-19T20:55:01.419Z] #46 43.89 go/token [2021-03-19T20:55:01.419Z] #46 44.38 go/scanner [2021-03-19T20:55:01.419Z] #46 44.83 internal/lazyregexp [2021-03-19T20:55:01.419Z] #46 45.05 go/ast [2021-03-19T20:55:01.419Z] #46 45.06 net/url [2021-03-19T20:55:01.419Z] #46 ... [2021-03-19T20:55:01.419Z] [2021-03-19T20:55:01.419Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-19T20:55:01.419Z] #44 7.186 Note: Building without setproctitle() and strlcpy() support. [2021-03-19T20:55:01.419Z] #44 7.186 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-19T20:55:01.419Z] #44 7.201 Note: Building without GnuTLS support [2021-03-19T20:55:01.419Z] #44 7.205 Makefile.config:39: Warn: you have no libnftables installed [2021-03-19T20:55:01.419Z] #44 7.205 Makefile.config:40: Warn: Building without nftables support [2021-03-19T20:55:01.419Z] #44 8.146 fatal: not a git repository (or any of the parent directories): .git [2021-03-19T20:55:01.419Z] #44 8.175 GEN .gitid [2021-03-19T20:55:01.419Z] #44 8.182 GEN criu/include/version.h [2021-03-19T20:55:01.419Z] #44 8.205 GEN include/common/asm [2021-03-19T20:55:01.419Z] #44 8.964 PBCC images/timens.pb-c.c [2021-03-19T20:55:01.419Z] #44 8.994 DEP images/timens.pb-c.d [2021-03-19T20:55:01.419Z] #44 9.007 PBCC images/fown.pb-c.c [2021-03-19T20:55:01.419Z] #44 9.028 PBCC images/google/protobuf/descriptor.pb-c.c [2021-03-19T20:55:01.419Z] #44 9.081 PBCC images/opts.pb-c.c [2021-03-19T20:55:01.419Z] #44 9.086 PBCC images/memfd.pb-c.c [2021-03-19T20:55:01.419Z] #44 9.115 DEP images/fown.pb-c.d [2021-03-19T20:55:01.419Z] #44 9.159 DEP images/google/protobuf/descriptor.pb-c.d [2021-03-19T20:55:01.419Z] #44 9.186 DEP images/opts.pb-c.d [2021-03-19T20:55:01.419Z] #44 9.219 DEP images/memfd.pb-c.d [2021-03-19T20:55:01.419Z] #44 9.258 PBCC images/sit.pb-c.c [2021-03-19T20:55:01.419Z] #44 9.288 DEP images/sit.pb-c.d [2021-03-19T20:55:01.419Z] #44 9.317 PBCC images/macvlan.pb-c.c [2021-03-19T20:55:01.419Z] #44 9.320 DEP images/macvlan.pb-c.d [2021-03-19T20:55:01.419Z] #44 9.363 PBCC images/autofs.pb-c.c [2021-03-19T20:55:01.419Z] #44 9.394 DEP images/autofs.pb-c.d [2021-03-19T20:55:01.419Z] #44 9.428 PBCC images/sysctl.pb-c.c [2021-03-19T20:55:01.419Z] #44 9.444 DEP images/sysctl.pb-c.d [2021-03-19T20:55:01.419Z] #44 9.471 PBCC images/time.pb-c.c [2021-03-19T20:55:01.419Z] #44 9.485 DEP images/time.pb-c.d [2021-03-19T20:55:01.419Z] #44 9.534 PBCC images/binfmt-misc.pb-c.c [2021-03-19T20:55:01.419Z] #44 9.537 DEP images/binfmt-misc.pb-c.d [2021-03-19T20:55:01.419Z] #44 9.580 PBCC images/seccomp.pb-c.c [2021-03-19T20:55:01.419Z] #44 9.592 DEP images/seccomp.pb-c.d [2021-03-19T20:55:01.419Z] #44 9.621 PBCC images/userns.pb-c.c [2021-03-19T20:55:01.419Z] #44 9.636 DEP images/userns.pb-c.d [2021-03-19T20:55:01.419Z] #44 9.676 PBCC images/cgroup.pb-c.c [2021-03-19T20:55:01.419Z] #44 9.681 DEP images/cgroup.pb-c.d [2021-03-19T20:55:01.419Z] #44 9.709 PBCC images/ext-file.pb-c.c [2021-03-19T20:55:01.419Z] #44 9.726 DEP images/ext-file.pb-c.d [2021-03-19T20:55:01.419Z] #44 9.753 PBCC images/rpc.pb-c.c [2021-03-19T20:55:01.419Z] #44 9.779 DEP images/rpc.pb-c.d [2021-03-19T20:55:01.419Z] #44 9.825 PBCC images/siginfo.pb-c.c [2021-03-19T20:55:01.419Z] #44 9.836 DEP images/siginfo.pb-c.d [2021-03-19T20:55:01.419Z] #44 9.859 PBCC images/pagemap.pb-c.c [2021-03-19T20:55:01.419Z] #44 9.876 DEP images/pagemap.pb-c.d [2021-03-19T20:55:01.419Z] #44 9.903 PBCC images/rlimit.pb-c.c [2021-03-19T20:55:01.419Z] #44 9.912 DEP images/rlimit.pb-c.d [2021-03-19T20:55:01.419Z] #44 9.967 PBCC images/file-lock.pb-c.c [2021-03-19T20:55:01.419Z] #44 9.970 DEP images/file-lock.pb-c.d [2021-03-19T20:55:01.419Z] #44 9.995 PBCC images/tty.pb-c.c [2021-03-19T20:55:01.419Z] #44 10.01 DEP images/tty.pb-c.d [2021-03-19T20:55:01.419Z] #44 10.04 PBCC images/tun.pb-c.c [2021-03-19T20:55:01.419Z] #44 10.06 PBCC images/netdev.pb-c.c [2021-03-19T20:55:01.419Z] #44 10.09 DEP images/tun.pb-c.d [2021-03-19T20:55:01.419Z] #44 10.13 DEP images/netdev.pb-c.d [2021-03-19T20:55:01.419Z] #44 10.15 PBCC images/vma.pb-c.c [2021-03-19T20:55:01.419Z] #44 10.19 DEP images/vma.pb-c.d [2021-03-19T20:55:01.419Z] #44 10.24 PBCC images/creds.pb-c.c [2021-03-19T20:55:01.419Z] #44 10.26 DEP images/creds.pb-c.d [2021-03-19T20:55:01.419Z] #44 10.29 PBCC images/utsns.pb-c.c [2021-03-19T20:55:01.419Z] #44 10.30 DEP images/utsns.pb-c.d [2021-03-19T20:55:01.419Z] #44 10.31 PBCC images/ipc-desc.pb-c.c [2021-03-19T20:55:01.419Z] #44 10.33 PBCC images/ipc-sem.pb-c.c [2021-03-19T20:55:01.419Z] #44 10.35 DEP images/ipc-desc.pb-c.d [2021-03-19T20:55:01.419Z] #44 10.37 DEP images/ipc-sem.pb-c.d [2021-03-19T20:55:01.419Z] #44 10.41 PBCC images/ipc-msg.pb-c.c [2021-03-19T20:55:01.419Z] #44 10.41 DEP images/ipc-msg.pb-c.d [2021-03-19T20:55:01.419Z] #44 10.46 PBCC images/ipc-shm.pb-c.c [2021-03-19T20:55:01.419Z] #44 10.46 DEP images/ipc-shm.pb-c.d [2021-03-19T20:55:01.419Z] #44 10.48 PBCC images/ipc-var.pb-c.c [2021-03-19T20:55:01.419Z] #44 10.50 DEP images/ipc-var.pb-c.d [2021-03-19T20:55:01.419Z] #44 10.55 PBCC images/sk-opts.pb-c.c [2021-03-19T20:55:01.419Z] #44 10.56 PBCC images/packet-sock.pb-c.c [2021-03-19T20:55:01.419Z] #44 10.58 DEP images/sk-opts.pb-c.d [2021-03-19T20:55:01.419Z] #44 10.60 DEP images/packet-sock.pb-c.d [2021-03-19T20:55:01.419Z] #44 10.63 PBCC images/sk-netlink.pb-c.c [2021-03-19T20:55:01.419Z] #44 10.68 DEP images/sk-netlink.pb-c.d [2021-03-19T20:55:01.419Z] #44 10.71 PBCC images/sk-inet.pb-c.c [2021-03-19T20:55:01.419Z] #44 10.74 DEP images/sk-inet.pb-c.d [2021-03-19T20:55:01.419Z] #44 10.78 PBCC images/sk-unix.pb-c.c [2021-03-19T20:55:01.419Z] #44 10.81 DEP images/sk-unix.pb-c.d [2021-03-19T20:55:01.419Z] #44 10.85 PBCC images/mm.pb-c.c [2021-03-19T20:55:01.419Z] #44 10.87 DEP images/mm.pb-c.d [2021-03-19T20:55:01.419Z] #44 10.91 PBCC images/timerfd.pb-c.c [2021-03-19T20:55:01.419Z] #44 10.93 DEP images/timerfd.pb-c.d [2021-03-19T20:55:01.419Z] #44 10.98 PBCC images/timer.pb-c.c [2021-03-19T20:55:01.419Z] #44 11.00 DEP images/timer.pb-c.d [2021-03-19T20:55:01.419Z] #44 11.05 PBCC images/sa.pb-c.c [2021-03-19T20:55:01.419Z] #44 11.10 DEP images/sa.pb-c.d [2021-03-19T20:55:01.419Z] #44 11.14 PBCC images/pipe-data.pb-c.c [2021-03-19T20:55:01.419Z] #44 11.16 DEP images/pipe-data.pb-c.d [2021-03-19T20:55:01.419Z] #44 11.22 PBCC images/mnt.pb-c.c [2021-03-19T20:55:01.419Z] #44 11.24 DEP images/mnt.pb-c.d [2021-03-19T20:55:01.419Z] #44 11.29 PBCC images/sk-packet.pb-c.c [2021-03-19T20:55:01.638Z] #58 16.56 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-03-19T20:55:01.710Z] #44 11.29 DEP images/sk-packet.pb-c.d [2021-03-19T20:55:01.710Z] #44 11.33 PBCC images/tcp-stream.pb-c.c [2021-03-19T20:55:01.710Z] #44 11.36 DEP images/tcp-stream.pb-c.d [2021-03-19T20:55:01.710Z] #44 11.39 PBCC images/pipe.pb-c.c [2021-03-19T20:55:01.710Z] #44 11.43 DEP images/pipe.pb-c.d [2021-03-19T20:55:01.710Z] #44 11.48 PBCC images/pstree.pb-c.c [2021-03-19T20:55:01.710Z] #44 11.50 DEP images/pstree.pb-c.d [2021-03-19T20:55:01.710Z] #44 11.52 PBCC images/fs.pb-c.c [2021-03-19T20:55:01.710Z] #44 11.56 DEP images/fs.pb-c.d [2021-03-19T20:55:01.710Z] #44 11.59 PBCC images/signalfd.pb-c.c [2021-03-19T20:55:01.710Z] #44 11.61 DEP images/signalfd.pb-c.d [2021-03-19T20:55:01.895Z] #58 16.72 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-19T20:55:02.001Z] #44 11.62 PBCC images/fh.pb-c.c [2021-03-19T20:55:02.001Z] #44 11.64 PBCC images/fsnotify.pb-c.c [2021-03-19T20:55:02.001Z] #44 11.66 DEP images/fh.pb-c.d [2021-03-19T20:55:02.001Z] #44 11.72 DEP images/fsnotify.pb-c.d [2021-03-19T20:55:02.001Z] #44 11.75 PBCC images/eventpoll.pb-c.c [2021-03-19T20:55:02.001Z] #44 11.76 DEP images/eventpoll.pb-c.d [2021-03-19T20:55:02.001Z] #44 11.78 PBCC images/eventfd.pb-c.c [2021-03-19T20:55:02.001Z] #44 11.78 DEP images/eventfd.pb-c.d [2021-03-19T20:55:02.001Z] #44 11.83 PBCC images/remap-file-path.pb-c.c [2021-03-19T20:55:02.001Z] #44 ... [2021-03-19T20:55:02.001Z] [2021-03-19T20:55:02.001Z] #35 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-19T20:55:02.001Z] #35 36.60 internal/fmtsort [2021-03-19T20:55:02.001Z] #35 36.91 internal/syscall/execenv [2021-03-19T20:55:02.001Z] #35 36.92 internal/poll [2021-03-19T20:55:02.001Z] #35 37.07 internal/syscall/unix [2021-03-19T20:55:02.001Z] #35 37.22 strings [2021-03-19T20:55:02.001Z] #35 37.91 os [2021-03-19T20:55:02.001Z] #35 38.83 path [2021-03-19T20:55:02.001Z] #35 39.17 text/tabwriter [2021-03-19T20:55:02.001Z] #35 40.03 fmt [2021-03-19T20:55:02.001Z] #35 40.04 path/filepath [2021-03-19T20:55:02.001Z] #35 41.09 io/ioutil [2021-03-19T20:55:02.001Z] #35 42.32 flag [2021-03-19T20:55:02.001Z] #35 42.33 github.com/BurntSushi/toml [2021-03-19T20:55:02.001Z] #35 43.30 log [2021-03-19T20:55:02.001Z] #35 44.87 github.com/BurntSushi/toml/cmd/tomlv [2021-03-19T20:55:02.292Z] #35 ... [2021-03-19T20:55:02.292Z] [2021-03-19T20:55:02.292Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-19T20:55:02.292Z] #44 11.84 DEP images/remap-file-path.pb-c.d [2021-03-19T20:55:02.292Z] #44 11.85 PBCC images/fifo.pb-c.c [2021-03-19T20:55:02.292Z] #44 11.87 DEP images/fifo.pb-c.d [2021-03-19T20:55:02.292Z] #44 11.89 PBCC images/ghost-file.pb-c.c [2021-03-19T20:55:02.292Z] #44 11.91 DEP images/ghost-file.pb-c.d [2021-03-19T20:55:02.292Z] #44 11.94 PBCC images/regfile.pb-c.c [2021-03-19T20:55:02.292Z] #44 11.97 DEP images/regfile.pb-c.d [2021-03-19T20:55:02.292Z] #44 11.99 PBCC images/ns.pb-c.c [2021-03-19T20:55:02.292Z] #44 12.01 DEP images/ns.pb-c.d [2021-03-19T20:55:02.292Z] #44 12.04 PBCC images/fdinfo.pb-c.c [2021-03-19T20:55:02.292Z] #44 12.06 DEP images/fdinfo.pb-c.d [2021-03-19T20:55:02.292Z] #44 12.13 PBCC images/core-aarch64.pb-c.c [2021-03-19T20:55:02.292Z] #44 12.15 PBCC images/core-arm.pb-c.c [2021-03-19T20:55:02.292Z] #44 12.18 PBCC images/core-ppc64.pb-c.c [2021-03-19T20:55:02.458Z] #58 ... [2021-03-19T20:55:02.458Z] [2021-03-19T20:55:02.458Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-03-19T20:55:02.458Z] #47 sha256:2092271bebcfcdf1bec23cbcce1adf02fc0617ef3f1242f214a46273bfe7f66a [2021-03-19T20:55:02.458Z] #47 11.79 go: downloading github.com/fatih/color v1.9.0 [2021-03-19T20:55:02.458Z] #47 11.87 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-19T20:55:02.458Z] #47 11.88 go: downloading github.com/pkg/errors v0.9.1 [2021-03-19T20:55:02.458Z] #47 11.95 go: downloading github.com/spf13/pflag v1.0.3 [2021-03-19T20:55:02.458Z] #47 12.10 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-19T20:55:02.458Z] #47 12.14 go: extracting github.com/fatih/color v1.9.0 [2021-03-19T20:55:02.458Z] #47 12.18 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-19T20:55:02.458Z] #47 12.34 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-03-19T20:55:02.458Z] #47 12.34 go: extracting github.com/pkg/errors v0.9.1 [2021-03-19T20:55:02.458Z] #47 12.35 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-19T20:55:02.458Z] #47 12.35 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-19T20:55:02.458Z] #47 12.51 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-19T20:55:02.458Z] #47 12.51 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-19T20:55:02.458Z] #47 12.54 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-19T20:55:02.458Z] #47 12.81 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-03-19T20:55:02.458Z] #47 13.01 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-19T20:55:02.458Z] #47 13.03 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-03-19T20:55:02.458Z] #47 13.07 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-03-19T20:55:02.458Z] #47 13.12 go: extracting github.com/spf13/pflag v1.0.3 [2021-03-19T20:55:02.458Z] #47 15.63 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-19T20:55:02.458Z] #47 17.40 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-19T20:55:02.583Z] #44 12.23 PBCC images/core-s390.pb-c.c [2021-03-19T20:55:02.583Z] #44 12.27 PBCC images/core-x86.pb-c.c [2021-03-19T20:55:02.583Z] #44 12.29 PBCC images/core.pb-c.c [2021-03-19T20:55:02.583Z] #44 12.31 PBCC images/inventory.pb-c.c [2021-03-19T20:55:02.583Z] #44 12.34 DEP images/core-aarch64.pb-c.d [2021-03-19T20:55:02.583Z] #44 12.37 DEP images/core-arm.pb-c.d [2021-03-19T20:55:02.583Z] #44 12.41 DEP images/core-ppc64.pb-c.d [2021-03-19T20:55:02.875Z] #44 12.43 DEP images/core-s390.pb-c.d [2021-03-19T20:55:02.875Z] #44 12.45 DEP images/core-x86.pb-c.d [2021-03-19T20:55:02.875Z] #44 12.49 DEP images/core.pb-c.d [2021-03-19T20:55:02.875Z] #44 12.52 DEP images/inventory.pb-c.d [2021-03-19T20:55:02.875Z] #44 12.58 PBCC images/cpuinfo.pb-c.c [2021-03-19T20:55:02.875Z] #44 12.59 DEP images/cpuinfo.pb-c.d [2021-03-19T20:55:02.875Z] #44 12.63 PBCC images/stats.pb-c.c [2021-03-19T20:55:03.035Z] #47 ... [2021-03-19T20:55:03.035Z] [2021-03-19T20:55:03.035Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-03-19T20:55:03.035Z] #24 sha256:c6014e28daa6f2627b302991138acf42d27c2b2790c1b66e76b3374f14900c72 [2021-03-19T20:55:03.035Z] #24 8.050 + RM_GOPATH=0 [2021-03-19T20:55:03.035Z] #24 8.050 + TMP_GOPATH= [2021-03-19T20:55:03.035Z] #24 8.050 + : /build [2021-03-19T20:55:03.035Z] #24 8.050 + '[' -z '' ']' [2021-03-19T20:55:03.035Z] #24 8.050 ++ mktemp -d [2021-03-19T20:55:03.035Z] #24 8.050 + export GOPATH=/tmp/tmp.XJKRcrAq0Z [2021-03-19T20:55:03.035Z] #24 8.050 + GOPATH=/tmp/tmp.XJKRcrAq0Z [2021-03-19T20:55:03.035Z] #24 8.050 + RM_GOPATH=1 [2021-03-19T20:55:03.035Z] #24 8.050 + case "$(go env GOARCH)" in [2021-03-19T20:55:03.035Z] #24 8.050 ++ go env GOARCH [2021-03-19T20:55:03.035Z] #24 8.079 Install docker/cli version 17.06.2-ce from stable [2021-03-19T20:55:03.035Z] #24 8.080 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:55:03.035Z] #24 8.080 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:55:03.035Z] #24 8.080 ++ dirname /tmp/install/install.sh [2021-03-19T20:55:03.035Z] #24 8.080 + dir=/tmp/install [2021-03-19T20:55:03.035Z] #24 8.080 + bin=dockercli [2021-03-19T20:55:03.035Z] #24 8.080 + shift [2021-03-19T20:55:03.035Z] #24 8.080 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-03-19T20:55:03.035Z] #24 8.080 + . /tmp/install/dockercli.installer [2021-03-19T20:55:03.035Z] #24 8.080 ++ : stable [2021-03-19T20:55:03.035Z] #24 8.080 ++ : 17.06.2-ce [2021-03-19T20:55:03.035Z] #24 8.080 + install_dockercli [2021-03-19T20:55:03.035Z] #24 8.080 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-03-19T20:55:03.035Z] #24 8.080 ++ uname -m [2021-03-19T20:55:03.035Z] #24 8.116 + arch=x86_64 [2021-03-19T20:55:03.035Z] #24 8.116 + '[' x86_64 '!=' x86_64 ']' [2021-03-19T20:55:03.035Z] #24 8.116 + url=https://download.docker.com/linux/static [2021-03-19T20:55:03.035Z] #24 8.116 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-03-19T20:55:03.035Z] #24 8.116 + tar -xz docker/docker [2021-03-19T20:55:03.166Z] #44 12.65 DEP images/stats.pb-c.d [2021-03-19T20:55:03.166Z] #44 ... [2021-03-19T20:55:03.166Z] [2021-03-19T20:55:03.166Z] #35 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-19T20:55:03.166Z] #35 DONE 47.6s [2021-03-19T20:55:03.225Z] Fetching without tags [2021-03-19T20:55:03.296Z] #24 ... [2021-03-19T20:55:03.296Z] [2021-03-19T20:55:03.296Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:55:03.296Z] #49 sha256:226e4cdca77329df1d62dc1ed11f292f8b862c32d457a58c3ceaffec585a06ba [2021-03-19T20:55:03.296Z] #49 18.03 go: downloading github.com/spf13/viper v1.6.1 [2021-03-19T20:55:03.296Z] #49 18.06 go: downloading github.com/spf13/cobra v0.0.5 [2021-03-19T20:55:03.296Z] #49 18.09 go: downloading github.com/fatih/color v1.7.0 [2021-03-19T20:55:03.296Z] #49 18.10 go: downloading github.com/spf13/pflag v1.0.5 [2021-03-19T20:55:03.296Z] #49 18.22 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-19T20:55:03.462Z] [2021-03-19T20:55:03.462Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-19T20:55:03.462Z] #52 47.15 github.com/pkg/diff [2021-03-19T20:55:03.462Z] #52 47.24 go/ast [2021-03-19T20:55:03.553Z] #49 18.51 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-03-19T20:55:03.553Z] #49 18.51 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-19T20:55:03.553Z] #49 18.51 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-03-19T20:55:03.715Z] Merging remotes/origin/master commit 788f2883d285fc997d25cd27235c5b17cf3c0947 into PR head commit 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c [2021-03-19T20:55:03.811Z] #49 18.69 go: extracting github.com/spf13/viper v1.6.1 [2021-03-19T20:55:03.811Z] #49 18.78 go: downloading github.com/stretchr/testify v1.4.0 [2021-03-19T20:55:04.094Z] #52 48.62 golang.org/x/crypto/ssh/terminal [2021-03-19T20:55:04.110Z] #49 19.06 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-03-19T20:55:04.110Z] #49 19.16 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-03-19T20:55:04.110Z] #49 ... [2021-03-19T20:55:04.110Z] [2021-03-19T20:55:04.110Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-19T20:55:04.110Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-19T20:55:04.110Z] #32 8.680 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-03-19T20:55:04.110Z] #32 8.680 Cloning into '.'... [2021-03-19T20:55:04.366Z] #32 ... [2021-03-19T20:55:04.366Z] [2021-03-19T20:55:04.366Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:55:04.366Z] #49 sha256:226e4cdca77329df1d62dc1ed11f292f8b862c32d457a58c3ceaffec585a06ba [2021-03-19T20:55:04.366Z] #49 19.21 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-19T20:55:04.366Z] #49 19.21 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-19T20:55:04.623Z] #49 19.71 go: extracting github.com/fatih/color v1.7.0 [2021-03-19T20:55:04.879Z] #49 19.84 go: extracting github.com/spf13/cobra v0.0.5 [2021-03-19T20:55:04.879Z] #49 19.89 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-03-19T20:55:04.978Z] Merge succeeded, producing 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c [2021-03-19T20:55:04.978Z] Checking out Revision 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c (PR-42173) [2021-03-19T20:55:03.109Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-19T20:55:03.128Z] > git config --add remote.origin.fetch +refs/pull/42173/head:refs/remotes/origin/PR-42173 # timeout=10 [2021-03-19T20:55:03.161Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-19T20:55:03.201Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-19T20:55:03.225Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-19T20:55:03.229Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-19T20:55:03.231Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42173/head:refs/remotes/origin/PR-42173 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-19T20:55:03.724Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T20:55:03.776Z] > git checkout -f 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c # timeout=10 [2021-03-19T20:55:04.856Z] > git remote # timeout=10 [2021-03-19T20:55:04.872Z] > git config --get remote.origin.url # timeout=10 [2021-03-19T20:55:04.888Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-19T20:55:04.889Z] > git merge 788f2883d285fc997d25cd27235c5b17cf3c0947 # timeout=10 [2021-03-19T20:55:04.953Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-19T20:55:04.975Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T20:55:05.016Z] > git checkout -f 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c # timeout=10 [2021-03-19T20:55:05.128Z] #52 49.67 mvdan.cc/editorconfig [2021-03-19T20:55:05.136Z] #49 19.90 go: extracting github.com/spf13/pflag v1.0.5 [2021-03-19T20:55:05.136Z] #49 19.96 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-03-19T20:55:05.392Z] #49 20.45 go: downloading github.com/pkg/errors v0.8.1 [2021-03-19T20:55:05.648Z] #49 20.72 go: extracting github.com/stretchr/testify v1.4.0 [2021-03-19T20:55:05.761Z] #52 50.45 mvdan.cc/sh/v3/fileutil [2021-03-19T20:55:05.904Z] #49 ... [2021-03-19T20:55:05.904Z] [2021-03-19T20:55:05.904Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-19T20:55:05.904Z] #34 sha256:db922b973d5bcd087088f8c82326af81d3c4b4d0083713be1f2f948ba05f2ba3 [2021-03-19T20:55:05.904Z] #34 10.75 + cd /tmp/tmp.ONXdKyQTV1/src/github.com/BurntSushi/toml [2021-03-19T20:55:05.904Z] #34 10.75 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-19T20:55:05.904Z] #34 10.79 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-03-19T20:55:05.904Z] #34 11.71 runtime/internal/atomic [2021-03-19T20:55:05.904Z] #34 11.73 internal/cpu [2021-03-19T20:55:05.904Z] #34 12.43 runtime/internal/sys [2021-03-19T20:55:05.904Z] #34 12.99 runtime/internal/math [2021-03-19T20:55:05.904Z] #34 13.04 internal/bytealg [2021-03-19T20:55:05.904Z] #34 13.09 math/bits [2021-03-19T20:55:05.904Z] #34 13.92 runtime [2021-03-19T20:55:05.904Z] #34 14.00 math [2021-03-19T20:55:05.904Z] #34 ... [2021-03-19T20:55:05.904Z] [2021-03-19T20:55:05.904Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:55:05.904Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:55:05.904Z] #13 5.225 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-03-19T20:55:05.904Z] #13 5.226 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-19T20:55:05.904Z] #13 5.458 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-19T20:55:05.904Z] #13 5.458 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-19T20:55:05.904Z] #13 7.531 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [458 kB] [2021-03-19T20:55:05.904Z] #13 10.45 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-19T20:55:05.904Z] #13 13.78 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [269 kB] [2021-03-19T20:55:06.052Z] #52 50.58 mvdan.cc/sh/v3/syntax [2021-03-19T20:55:06.160Z] #13 ... [2021-03-19T20:55:06.160Z] [2021-03-19T20:55:06.160Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:55:06.160Z] #49 sha256:226e4cdca77329df1d62dc1ed11f292f8b862c32d457a58c3ceaffec585a06ba [2021-03-19T20:55:06.160Z] #49 20.89 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-03-19T20:55:06.160Z] #49 20.98 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-19T20:55:06.160Z] #49 21.01 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-03-19T20:55:06.417Z] #49 21.31 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-03-19T20:55:06.417Z] #49 21.33 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-19T20:55:06.675Z] #49 21.59 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-03-19T20:55:06.675Z] #49 21.61 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-19T20:55:06.675Z] #49 21.61 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-19T20:55:06.675Z] #49 21.63 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-03-19T20:55:06.935Z] #49 21.92 go: extracting github.com/pkg/errors v0.8.1 [2021-03-19T20:55:06.935Z] #49 21.92 go: downloading github.com/spf13/cast v1.3.0 [2021-03-19T20:55:06.935Z] #49 ... [2021-03-19T20:55:06.935Z] [2021-03-19T20:55:06.935Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:55:06.935Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-19T20:55:06.935Z] #42 11.88 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-19T20:55:06.935Z] #42 16.11 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [269 kB] [2021-03-19T20:55:06.935Z] #42 19.75 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-19T20:55:07.191Z] #42 ... [2021-03-19T20:55:07.191Z] [2021-03-19T20:55:07.191Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:55:07.191Z] #45 sha256:dcea8893a85a8f4eabc7fea730df65a7e224daa747783186796bd0e70ed61308 [2021-03-19T20:55:07.191Z] #45 11.98 internal/cpu [2021-03-19T20:55:07.191Z] #45 11.98 runtime/internal/atomic [2021-03-19T20:55:07.191Z] #45 12.76 runtime/internal/sys [2021-03-19T20:55:07.191Z] #45 12.77 internal/bytealg [2021-03-19T20:55:07.191Z] #45 13.03 runtime/internal/math [2021-03-19T20:55:07.191Z] #45 13.33 internal/race [2021-03-19T20:55:07.191Z] #45 13.57 sync/atomic [2021-03-19T20:55:07.191Z] #45 14.63 runtime [2021-03-19T20:55:07.191Z] #45 14.92 unicode [2021-03-19T20:55:07.191Z] #45 21.14 unicode/utf8 [2021-03-19T20:55:07.191Z] #45 21.84 internal/testlog [2021-03-19T20:55:07.191Z] #45 ... [2021-03-19T20:55:07.191Z] [2021-03-19T20:55:07.191Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:55:07.191Z] #49 sha256:226e4cdca77329df1d62dc1ed11f292f8b862c32d457a58c3ceaffec585a06ba [2021-03-19T20:55:07.191Z] #49 22.19 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-19T20:55:07.191Z] #49 22.20 go: extracting github.com/spf13/cast v1.3.0 [2021-03-19T20:55:07.449Z] #49 22.50 go: downloading github.com/magiconair/properties v1.8.1 [2021-03-19T20:55:07.537Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0444f529265a175e2) in /home/ubuntu/workspace/moby_PR-42173 [Pipeline] { [Pipeline] checkout [2021-03-19T20:55:07.700Z] The recommended git tool is: git [2021-03-19T20:55:07.706Z] #49 22.62 go: downloading github.com/subosito/gotenv v1.2.0 [2021-03-19T20:55:07.706Z] #49 22.63 go: extracting github.com/magiconair/properties v1.8.1 [2021-03-19T20:55:07.706Z] #49 22.76 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-03-19T20:55:07.706Z] #49 ... [2021-03-19T20:55:07.706Z] [2021-03-19T20:55:07.706Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-03-19T20:55:07.706Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-19T20:55:07.706Z] #55 12.75 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [269 kB] [2021-03-19T20:55:07.706Z] #55 15.18 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-19T20:55:07.963Z] #55 ... [2021-03-19T20:55:07.963Z] [2021-03-19T20:55:07.963Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-03-19T20:55:07.963Z] #24 sha256:c6014e28daa6f2627b302991138acf42d27c2b2790c1b66e76b3374f14900c72 [2021-03-19T20:55:07.963Z] #24 22.80 + mkdir -p /build [2021-03-19T20:55:07.963Z] #24 22.81 + mv docker/docker /build/ [2021-03-19T20:55:07.963Z] #24 22.82 + rmdir docker [2021-03-19T20:55:08.121Z] #52 ... [2021-03-19T20:55:08.121Z] [2021-03-19T20:55:08.121Z] #14 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=m... [2021-03-19T20:55:08.121Z] #14 41.41 Selecting previously unselected package gcc-mingw-w64-base. [2021-03-19T20:55:08.121Z] #14 41.42 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_s390x.deb ... [2021-03-19T20:55:08.121Z] #14 41.43 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-19T20:55:08.121Z] #14 41.54 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-03-19T20:55:08.121Z] #14 41.54 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2021-03-19T20:55:08.121Z] #14 41.54 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-19T20:55:08.121Z] #14 ... [2021-03-19T20:55:08.121Z] [2021-03-19T20:55:08.121Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-19T20:55:08.121Z] #57 28.13 Checking out files: 80% (3078/3820) Checking out files: 81% (3095/3820) Checking out files: 82% (3133/3820) Checking out files: 83% (3171/3820) Checking out files: 84% (3209/3820) Checking out files: 85% (3247/3820) Checking out files: 86% (3286/3820) Checking out files: 87% (3324/3820) Checking out files: 88% (3362/3820) Checking out files: 89% (3400/3820) Checking out files: 90% (3438/3820) Checking out files: 91% (3477/3820) Checking out files: 92% (3515/3820) Checking out files: 93% (3553/3820) Checking out files: 94% (3591/3820) Checking out files: 95% (3629/3820) Checking out files: 96% (3668/3820) Checking out files: 97% (3706/3820) Checking out files: 98% (3744/3820) Checking out files: 99% (3782/3820) Checking out files: 100% (3820/3820) Checking out files: 100% (3820/3820), done. [2021-03-19T20:55:08.121Z] #57 28.58 + cd /tmp/tmp.wIS2JPHGUS/src/github.com/containerd/containerd [2021-03-19T20:55:08.121Z] #57 28.58 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-19T20:55:08.221Z] #24 ... [2021-03-19T20:55:08.221Z] [2021-03-19T20:55:08.221Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:55:08.221Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-19T20:55:08.221Z] #36 13.16 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [269 kB] [2021-03-19T20:55:08.221Z] #36 16.85 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-19T20:55:08.518Z] #36 ... [2021-03-19T20:55:08.518Z] [2021-03-19T20:55:08.518Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:55:08.518Z] #49 sha256:226e4cdca77329df1d62dc1ed11f292f8b862c32d457a58c3ceaffec585a06ba [2021-03-19T20:55:08.518Z] #49 22.77 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-03-19T20:55:08.518Z] #49 22.80 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-03-19T20:55:08.518Z] #49 22.98 go: downloading github.com/stretchr/objx v0.2.0 [2021-03-19T20:55:08.518Z] #49 22.99 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-03-19T20:55:08.518Z] #49 23.31 go: extracting github.com/subosito/gotenv v1.2.0 [2021-03-19T20:55:08.518Z] #49 23.40 go: extracting github.com/stretchr/objx v0.2.0 [2021-03-19T20:55:08.518Z] #49 23.45 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-03-19T20:55:08.518Z] #49 23.57 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-03-19T20:55:08.518Z] #49 23.57 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-19T20:55:08.518Z] #49 23.62 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-03-19T20:55:08.518Z] #49 23.66 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-03-19T20:55:09.083Z] #49 ... [2021-03-19T20:55:09.083Z] [2021-03-19T20:55:09.083Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-03-19T20:55:09.083Z] #24 sha256:c6014e28daa6f2627b302991138acf42d27c2b2790c1b66e76b3374f14900c72 [2021-03-19T20:55:09.083Z] #24 DONE 24.0s [2021-03-19T20:55:09.083Z] [2021-03-19T20:55:09.083Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:55:09.083Z] #45 sha256:dcea8893a85a8f4eabc7fea730df65a7e224daa747783186796bd0e70ed61308 [2021-03-19T20:55:09.083Z] #45 22.33 encoding [2021-03-19T20:55:09.083Z] #45 22.62 unicode/utf16 [2021-03-19T20:55:09.083Z] #45 22.82 container/list [2021-03-19T20:55:09.083Z] #45 23.57 crypto/internal/subtle [2021-03-19T20:55:09.083Z] #45 23.77 crypto/subtle [2021-03-19T20:55:09.083Z] #45 24.13 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-03-19T20:55:09.228Z] #57 29.95 + export 'BUILDTAGS=netgo osusergo static_build' [2021-03-19T20:55:09.228Z] #57 29.95 + BUILDTAGS='netgo osusergo static_build' [2021-03-19T20:55:09.228Z] #57 29.95 + export EXTRA_FLAGS=-buildmode=pie [2021-03-19T20:55:09.228Z] #57 29.95 + EXTRA_FLAGS=-buildmode=pie [2021-03-19T20:55:09.228Z] #57 29.95 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-03-19T20:55:09.228Z] #57 29.95 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-03-19T20:55:09.228Z] #57 29.95 + '[' '' = dynamic ']' [2021-03-19T20:55:09.228Z] #57 29.95 + make [2021-03-19T20:55:09.339Z] #45 24.35 internal/nettrace [2021-03-19T20:55:09.603Z] #57 30.66 + bin/ctr [2021-03-19T20:55:09.888Z] Commit message: "libcontainerd: remove unused consts" [2021-03-19T20:55:09.949Z] #45 24.83 runtime/cgo [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2021-03-19T20:55:10.319Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-064f65322a5301ec0) in /home/ubuntu/workspace/moby_PR-42173 [Pipeline] { [Pipeline] checkout [Pipeline] sh [2021-03-19T20:55:10.868Z] using credential docker-jenkins-github-credentials [2021-03-19T20:55:10.877Z] Cloning the remote Git repository [2021-03-19T20:55:10.877Z] Cloning with configured refspecs honoured and without tags [2021-03-19T20:55:10.901Z] Cloning repository https://github.com/moby/moby.git [2021-03-19T20:55:10.969Z] > git init /home/ubuntu/workspace/moby_PR-42173 # timeout=10 [2021-03-19T20:55:11.279Z] The recommended git tool is: git [2021-03-19T20:55:11.288Z] + docker version [2021-03-19T20:55:11.832Z] #57 ... [2021-03-19T20:55:11.832Z] [2021-03-19T20:55:11.832Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-19T20:55:11.832Z] #46 46.13 text/template/parse [2021-03-19T20:55:11.832Z] #46 48.78 go/parser [2021-03-19T20:55:11.832Z] #46 49.27 text/template [2021-03-19T20:55:11.832Z] #46 51.18 encoding/xml [2021-03-19T20:55:11.832Z] #46 52.29 go/doc [2021-03-19T20:55:11.832Z] #46 54.09 github.com/LK4D4/vndr/versioned [2021-03-19T20:55:11.832Z] #46 54.15 compress/flate [2021-03-19T20:55:11.832Z] #46 54.73 github.com/LK4D4/vndr/build [2021-03-19T20:55:11.832Z] #46 55.53 hash/crc32 [2021-03-19T20:55:11.832Z] #46 55.78 compress/gzip [2021-03-19T20:55:11.832Z] #46 56.19 net [2021-03-19T20:55:11.832Z] #46 ... [2021-03-19T20:55:11.832Z] [2021-03-19T20:55:11.832Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-19T20:55:11.832Z] #44 13.92 make[1]: Nothing to be done for 'all'. [2021-03-19T20:55:11.832Z] #44 14.62 CC images/stats.o [2021-03-19T20:55:11.832Z] #44 14.81 CC images/core.o [2021-03-19T20:55:11.832Z] #44 15.14 CC images/core-x86.o [2021-03-19T20:55:11.832Z] #44 15.51 CC images/core-arm.o [2021-03-19T20:55:11.832Z] #44 15.70 CC images/core-aarch64.o [2021-03-19T20:55:11.832Z] #44 15.84 CC images/core-ppc64.o [2021-03-19T20:55:11.832Z] #44 16.10 CC images/core-s390.o [2021-03-19T20:55:11.832Z] #44 16.37 CC images/cpuinfo.o [2021-03-19T20:55:11.832Z] #44 16.53 CC images/inventory.o [2021-03-19T20:55:11.832Z] #44 16.72 CC images/fdinfo.o [2021-03-19T20:55:11.832Z] #44 16.88 CC images/fown.o [2021-03-19T20:55:11.832Z] #44 16.98 CC images/ns.o [2021-03-19T20:55:11.832Z] #44 17.11 CC images/regfile.o [2021-03-19T20:55:11.832Z] #44 17.24 CC images/ghost-file.o [2021-03-19T20:55:11.832Z] #44 17.39 CC images/fifo.o [2021-03-19T20:55:11.832Z] #44 17.53 CC images/remap-file-path.o [2021-03-19T20:55:11.832Z] #44 17.61 CC images/eventfd.o [2021-03-19T20:55:11.832Z] #44 17.69 CC images/eventpoll.o [2021-03-19T20:55:11.832Z] #44 17.79 CC images/fh.o [2021-03-19T20:55:11.832Z] #44 17.90 CC images/fsnotify.o [2021-03-19T20:55:11.832Z] #44 18.34 CC images/signalfd.o [2021-03-19T20:55:11.832Z] #44 18.41 CC images/fs.o [2021-03-19T20:55:11.832Z] #44 18.52 CC images/pstree.o [2021-03-19T20:55:11.832Z] #44 18.65 CC images/pipe.o [2021-03-19T20:55:11.832Z] #44 18.76 CC images/tcp-stream.o [2021-03-19T20:55:11.832Z] #44 18.85 CC images/sk-packet.o [2021-03-19T20:55:11.832Z] #44 18.99 CC images/mnt.o [2021-03-19T20:55:11.832Z] #44 19.08 CC images/pipe-data.o [2021-03-19T20:55:11.832Z] #44 19.13 CC images/sa.o [2021-03-19T20:55:11.832Z] #44 19.22 CC images/timer.o [2021-03-19T20:55:11.832Z] #44 19.47 CC images/timerfd.o [2021-03-19T20:55:11.832Z] #44 19.56 CC images/mm.o [2021-03-19T20:55:11.832Z] #44 19.81 CC images/sk-opts.o [2021-03-19T20:55:11.832Z] #44 19.94 CC images/sk-unix.o [2021-03-19T20:55:11.832Z] #44 20.17 CC images/sk-inet.o [2021-03-19T20:55:11.832Z] #44 20.33 CC images/tun.o [2021-03-19T20:55:11.832Z] #44 20.51 CC images/sk-netlink.o [2021-03-19T20:55:11.832Z] #44 20.72 CC images/packet-sock.o [2021-03-19T20:55:11.833Z] #44 21.01 CC images/ipc-var.o [2021-03-19T20:55:11.833Z] #44 21.14 CC images/ipc-desc.o [2021-03-19T20:55:11.833Z] #44 21.26 CC images/ipc-shm.o [2021-03-19T20:55:11.833Z] #44 21.42 CC images/ipc-msg.o [2021-03-19T20:55:11.833Z] #44 21.64 CC images/ipc-sem.o [2021-03-19T20:55:12.123Z] #44 21.76 CC images/utsns.o [2021-03-19T20:55:12.123Z] #44 21.87 CC images/creds.o [2021-03-19T20:55:12.123Z] #44 22.01 CC images/vma.o [2021-03-19T20:55:11.320Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-19T20:55:11.320Z] > git --version # timeout=10 [2021-03-19T20:55:11.343Z] > git --version # 'git version 2.25.1' [2021-03-19T20:55:11.343Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-19T20:55:11.346Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42173/head:refs/remotes/origin/PR-42173 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-19T20:55:12.414Z] #44 ... [2021-03-19T20:55:12.414Z] [2021-03-19T20:55:12.414Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-19T20:55:12.414Z] #46 56.94 vendor/golang.org/x/text/transform [2021-03-19T20:55:13.063Z] #46 57.40 vendor/golang.org/x/text/unicode/bidi [2021-03-19T20:55:13.353Z] #45 ... [2021-03-19T20:55:13.353Z] [2021-03-19T20:55:13.353Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:55:13.353Z] #49 sha256:226e4cdca77329df1d62dc1ed11f292f8b862c32d457a58c3ceaffec585a06ba [2021-03-19T20:55:13.353Z] #49 24.28 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-03-19T20:55:13.353Z] #49 24.30 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-03-19T20:55:13.353Z] #49 24.38 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-03-19T20:55:13.353Z] #49 24.64 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-03-19T20:55:13.353Z] #49 24.90 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-03-19T20:55:13.353Z] #49 24.90 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-03-19T20:55:13.353Z] #49 24.90 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-19T20:55:13.353Z] #49 24.92 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-03-19T20:55:13.353Z] #49 25.02 go: downloading github.com/ultraware/funlen v0.0.2 [2021-03-19T20:55:13.353Z] #49 25.44 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-03-19T20:55:13.353Z] #49 25.46 go: extracting github.com/ultraware/funlen v0.0.2 [2021-03-19T20:55:13.353Z] #49 25.63 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-19T20:55:13.353Z] #49 25.66 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-03-19T20:55:13.353Z] #49 25.71 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-19T20:55:13.353Z] #49 25.71 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-19T20:55:13.353Z] #49 25.85 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-19T20:55:13.353Z] #49 26.01 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-03-19T20:55:13.353Z] #49 26.17 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-03-19T20:55:13.353Z] #49 26.61 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-19T20:55:13.353Z] #49 26.63 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-03-19T20:55:13.353Z] #49 26.69 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-19T20:55:13.353Z] #49 26.83 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-03-19T20:55:13.353Z] #49 26.91 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-19T20:55:13.353Z] #49 27.82 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-19T20:55:13.353Z] #49 27.99 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-19T20:55:13.384Z] #46 ... [2021-03-19T20:55:13.384Z] [2021-03-19T20:55:13.384Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-19T20:55:13.384Z] #52 54.63 mvdan.cc/sh/v3/cmd/shfmt [2021-03-19T20:55:13.384Z] #52 DONE 57.7s [2021-03-19T20:55:13.384Z] [2021-03-19T20:55:13.384Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-19T20:55:13.384Z] #44 22.17 CC images/netdev.o [2021-03-19T20:55:13.384Z] #44 22.40 CC images/tty.o [2021-03-19T20:55:13.384Z] #44 22.76 CC images/file-lock.o [2021-03-19T20:55:13.384Z] #44 22.87 CC images/rlimit.o [2021-03-19T20:55:13.384Z] #44 23.01 CC images/pagemap.o [2021-03-19T20:55:13.675Z] #44 23.24 CC images/siginfo.o [2021-03-19T20:55:13.675Z] #44 23.44 CC images/rpc.o [2021-03-19T20:55:13.920Z] #49 ... [2021-03-19T20:55:13.920Z] [2021-03-19T20:55:13.920Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-19T20:55:13.920Z] #58 sha256:96a051c932b0e974a2fbbdc9990bcae231cf7f3471f312d761f0bbeef1c1e01c [2021-03-19T20:55:13.920Z] #58 18.99 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-03-19T20:55:13.920Z] #58 21.11 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-19T20:55:13.920Z] #58 23.15 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-19T20:55:13.920Z] #58 25.75 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-19T20:55:13.920Z] #58 26.44 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-19T20:55:13.920Z] #58 26.76 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-03-19T20:55:13.920Z] #58 27.08 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-03-19T20:55:13.920Z] #58 27.63 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-03-19T20:55:14.180Z] #58 ... [2021-03-19T20:55:14.180Z] [2021-03-19T20:55:14.180Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:55:14.180Z] #51 sha256:b96f323355eb744496a90a86893b5de303e87dbe96a908fc2b231d4941f7968f [2021-03-19T20:55:14.180Z] #51 21.44 + cd /tmp/tmp.galZrvWqkn/src/github.com/mvdan/sh [2021-03-19T20:55:14.180Z] #51 21.45 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-19T20:55:14.180Z] #51 21.62 + GO111MODULE=on [2021-03-19T20:55:14.180Z] #51 21.63 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-03-19T20:55:14.180Z] #51 23.87 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-19T20:55:14.180Z] #51 23.89 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-19T20:55:14.180Z] #51 23.91 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-19T20:55:14.180Z] #51 24.24 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-19T20:55:14.180Z] #51 24.71 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-19T20:55:14.180Z] #51 25.93 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-19T20:55:14.180Z] #51 27.38 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-19T20:55:14.308Z] #44 24.02 CC images/ext-file.o [2021-03-19T20:55:14.401Z] using credential docker-jenkins-github-credentials [2021-03-19T20:55:14.416Z] Cloning the remote Git repository [2021-03-19T20:55:14.416Z] Cloning with configured refspecs honoured and without tags [2021-03-19T20:55:14.457Z] #51 29.56 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-19T20:55:14.599Z] #44 24.11 CC images/cgroup.o [2021-03-19T20:55:14.890Z] #44 24.41 CC images/userns.o [2021-03-19T20:55:14.890Z] #44 24.58 CC images/google/protobuf/descriptor.o [2021-03-19T20:55:14.460Z] Cloning repository https://github.com/moby/moby.git [2021-03-19T20:55:14.512Z] > git init /home/ubuntu/workspace/moby_PR-42173 # timeout=10 [2021-03-19T20:55:14.790Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-19T20:55:14.791Z] > git --version # timeout=10 [2021-03-19T20:55:14.800Z] > git --version # 'git version 2.17.1' [2021-03-19T20:55:14.801Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-19T20:55:14.821Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42173/head:refs/remotes/origin/PR-42173 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-19T20:55:15.033Z] #51 ... [2021-03-19T20:55:15.033Z] [2021-03-19T20:55:15.033Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-03-19T20:55:15.033Z] #47 sha256:2092271bebcfcdf1bec23cbcce1adf02fc0617ef3f1242f214a46273bfe7f66a [2021-03-19T20:55:15.033Z] #47 20.10 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-19T20:55:15.033Z] #47 25.71 go: finding github.com/fatih/color v1.9.0 [2021-03-19T20:55:15.033Z] #47 25.82 go: finding github.com/pkg/errors v0.9.1 [2021-03-19T20:55:15.033Z] #47 25.88 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-19T20:55:15.033Z] #47 25.98 go: finding github.com/mattn/go-colorable v0.1.6 [2021-03-19T20:55:15.033Z] #47 26.05 go: finding github.com/spf13/pflag v1.0.3 [2021-03-19T20:55:15.033Z] #47 26.25 go: finding github.com/mattn/go-isatty v0.0.12 [2021-03-19T20:55:15.033Z] #47 26.76 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-19T20:55:15.033Z] #47 27.09 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-03-19T20:55:15.033Z] #47 27.10 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-19T20:55:15.033Z] #47 27.19 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-19T20:55:15.033Z] #47 27.21 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-19T20:55:15.497Z] Client: Docker Engine - Community [2021-03-19T20:55:15.498Z] Version: 20.10.3 [2021-03-19T20:55:15.498Z] API version: 1.41 [2021-03-19T20:55:15.498Z] Go version: go1.13.15 [2021-03-19T20:55:15.498Z] Git commit: 48d30b5 [2021-03-19T20:55:15.498Z] Built: Fri Jan 29 14:33:13 2021 [2021-03-19T20:55:15.498Z] OS/Arch: linux/amd64 [2021-03-19T20:55:15.498Z] Context: default [2021-03-19T20:55:15.498Z] Experimental: true [2021-03-19T20:55:15.498Z] [2021-03-19T20:55:15.498Z] Server: Docker Engine - Community [2021-03-19T20:55:15.498Z] Engine: [2021-03-19T20:55:15.498Z] Version: 20.10.3 [2021-03-19T20:55:15.498Z] API version: 1.41 (minimum version 1.12) [2021-03-19T20:55:15.498Z] Go version: go1.13.15 [2021-03-19T20:55:15.498Z] Git commit: 46229ca [2021-03-19T20:55:15.498Z] Built: Fri Jan 29 14:31:25 2021 [2021-03-19T20:55:15.498Z] OS/Arch: linux/amd64 [2021-03-19T20:55:15.498Z] Experimental: true [2021-03-19T20:55:15.498Z] containerd: [2021-03-19T20:55:15.498Z] Version: 1.4.3 [2021-03-19T20:55:15.498Z] GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-03-19T20:55:15.498Z] runc: [2021-03-19T20:55:15.498Z] Version: 1.0.0-rc92 [2021-03-19T20:55:15.498Z] GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-03-19T20:55:15.498Z] docker-init: [2021-03-19T20:55:15.498Z] Version: 0.19.0 [2021-03-19T20:55:15.498Z] GitCommit: de40ad0 [Pipeline] sh [2021-03-19T20:55:15.830Z] + docker info [2021-03-19T20:55:15.943Z] #44 25.47 CC images/opts.o [2021-03-19T20:55:15.943Z] #44 25.56 CC images/seccomp.o [2021-03-19T20:55:15.943Z] #44 25.73 CC images/binfmt-misc.o [2021-03-19T20:55:15.943Z] #44 25.82 CC images/time.o [2021-03-19T20:55:16.235Z] #44 25.92 CC images/sysctl.o [2021-03-19T20:55:16.235Z] #44 26.04 CC images/autofs.o [2021-03-19T20:55:16.400Z] #47 ... [2021-03-19T20:55:16.400Z] [2021-03-19T20:55:16.400Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-19T20:55:16.400Z] #34 sha256:db922b973d5bcd087088f8c82326af81d3c4b4d0083713be1f2f948ba05f2ba3 [2021-03-19T20:55:16.400Z] #34 21.32 unicode/utf8 [2021-03-19T20:55:16.400Z] #34 22.24 internal/testlog [2021-03-19T20:55:16.400Z] #34 22.90 runtime/cgo [2021-03-19T20:55:16.400Z] #34 ... [2021-03-19T20:55:16.400Z] [2021-03-19T20:55:16.400Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:55:16.400Z] #51 sha256:b96f323355eb744496a90a86893b5de303e87dbe96a908fc2b231d4941f7968f [2021-03-19T20:55:16.400Z] #51 31.44 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-19T20:55:16.526Z] #44 26.14 CC images/macvlan.o [2021-03-19T20:55:16.526Z] #44 26.23 CC images/sit.o [2021-03-19T20:55:16.817Z] #44 26.35 CC images/memfd.o [2021-03-19T20:55:16.817Z] #44 26.51 CC images/timens.o [2021-03-19T20:55:16.817Z] #44 26.64 LINK images/built-in.o [2021-03-19T20:55:16.817Z] #44 26.71 GEN compel/include/asm [2021-03-19T20:55:16.961Z] #51 31.89 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-19T20:55:17.182Z] #44 26.72 GEN compel/include/version.h [2021-03-19T20:55:17.182Z] #44 26.74 touch .config [2021-03-19T20:55:17.182Z] #44 26.76 GEN include/common/config.h [2021-03-19T20:55:17.182Z] #44 26.79 DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d [2021-03-19T20:55:17.182Z] #44 26.83 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-03-19T20:55:17.182Z] #44 26.85 GEN compel/plugins/include/uapi/std/syscall.h [2021-03-19T20:55:17.182Z] #44 26.87 GEN compel/arch/s390/plugins/std/syscalls/syscalls.S [2021-03-19T20:55:17.182Z] #44 26.88 DEP compel/arch/s390/plugins/std/syscalls/syscalls.d [2021-03-19T20:55:17.182Z] #44 26.89 DEP compel/arch/s390/plugins/std/parasite-head.d [2021-03-19T20:55:17.182Z] #44 26.91 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-03-19T20:55:17.182Z] #44 26.91 DEP compel/plugins/std/infect.d [2021-03-19T20:55:17.218Z] #51 32.12 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-19T20:55:17.473Z] #44 27.03 DEP compel/plugins/std/string.d [2021-03-19T20:55:17.473Z] #44 27.13 DEP compel/plugins/std/log.d [2021-03-19T20:55:17.473Z] #44 27.16 DEP compel/plugins/std/fds.d [2021-03-19T20:55:17.473Z] #44 27.20 DEP compel/plugins/std/std.d [2021-03-19T20:55:17.474Z] #51 32.34 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-19T20:55:17.732Z] #51 ... [2021-03-19T20:55:17.732Z] [2021-03-19T20:55:17.732Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:55:17.732Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:55:17.732Z] #13 17.16 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-19T20:55:17.764Z] #44 27.31 DEP compel/plugins/shmem/shmem.d [2021-03-19T20:55:17.764Z] #44 27.43 DEP compel/plugins/fds/fds.d [2021-03-19T20:55:17.764Z] #44 27.53 CC compel/plugins/std/std.o [2021-03-19T20:55:17.989Z] #13 ... [2021-03-19T20:55:17.989Z] [2021-03-19T20:55:17.989Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-19T20:55:17.989Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-19T20:55:18.057Z] #44 27.70 CC compel/plugins/std/fds.o [2021-03-19T20:55:18.348Z] #44 28.00 CC compel/plugins/std/log.o [2021-03-19T20:55:18.503Z] #40 32.37 Checking out files: 67% (1138/1682) Checking out files: 68% (1144/1682) Checking out files: 69% (1161/1682) Checking out files: 70% (1178/1682) Checking out files: 71% (1195/1682) Checking out files: 72% (1212/1682) Checking out files: 73% (1228/1682) Checking out files: 74% (1245/1682) Checking out files: 75% (1262/1682) Checking out files: 76% (1279/1682) Checking out files: 77% (1296/1682) Checking out files: 78% (1312/1682) Checking out files: 79% (1329/1682) Checking out files: 80% (1346/1682) Checking out files: 81% (1363/1682) Checking out files: 82% (1380/1682) Checking out files: 83% (1397/1682) Checking out files: 84% (1413/1682) Checking out files: 85% (1430/1682) Checking out files: 86% (1447/1682) Checking out files: 87% (1464/1682) Checking out files: 88% (1481/1682) Checking out files: 89% (1497/1682) Checking out files: 90% (1514/1682) Checking out files: 91% (1531/1682) Checking out files: 92% (1548/1682) Checking out files: 93% (1565/1682) Checking out files: 94% (1582/1682) Checking out files: 95% (1598/1682) Checking out files: 96% (1615/1682) Checking out files: 97% (1632/1682) Checking out files: 98% (1649/1682) Checking out files: 99% (1666/1682) Checking out files: 100% (1682/1682) Checking out files: 100% (1682/1682), done. [2021-03-19T20:55:18.639Z] #44 28.50 CC compel/plugins/std/string.o [2021-03-19T20:55:18.760Z] #40 33.33 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-03-19T20:55:19.334Z] #44 28.96 CC compel/plugins/std/infect.o [2021-03-19T20:55:19.334Z] #44 29.16 CC compel/arch/s390/plugins/std/parasite-head.o [2021-03-19T20:55:19.334Z] #44 29.18 CC compel/arch/s390/plugins/std/syscalls/syscalls.o [2021-03-19T20:55:19.334Z] #44 29.22 CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o [2021-03-19T20:55:19.625Z] #44 29.31 AR compel/plugins/std.lib.a [2021-03-19T20:55:19.625Z] #44 29.34 CC compel/plugins/fds/fds.o [2021-03-19T20:55:19.916Z] #44 29.58 AR compel/plugins/fds.lib.a [2021-03-19T20:55:19.916Z] #44 29.61 HOSTDEP compel/src/lib/log-host.d [2021-03-19T20:55:19.916Z] #44 29.70 HOSTDEP compel/src/lib/handle-elf-host.d [2021-03-19T20:55:20.207Z] #44 29.77 HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d [2021-03-19T20:55:20.207Z] #44 29.81 HOSTDEP compel/src/main-host.d [2021-03-19T20:55:20.207Z] #44 29.89 DEP compel/src/lib/ptrace.d [2021-03-19T20:55:20.207Z] #44 29.99 DEP compel/src/lib/infect.d [2021-03-19T20:55:20.500Z] #44 30.18 DEP compel/src/lib/infect-util.d [2021-03-19T20:55:20.500Z] #44 30.23 DEP compel/src/lib/infect-rpc.d [2021-03-19T20:55:20.629Z] Fetching without tags [2021-03-19T20:55:20.868Z] #44 30.31 DEP compel/arch/s390/src/lib/infect.d [2021-03-19T20:55:20.868Z] #44 30.41 DEP compel/arch/s390/src/lib/cpu.d [2021-03-19T20:55:20.868Z] #44 30.46 DEP compel/src/lib/log.d [2021-03-19T20:55:20.868Z] #44 30.50 DEP compel/src/main.d [2021-03-19T20:55:20.868Z] #44 30.60 DEP compel/src/lib/handle-elf.d [2021-03-19T20:55:20.868Z] #44 30.68 DEP compel/arch/s390/src/lib/handle-elf.d [2021-03-19T20:55:21.034Z] Merging remotes/origin/master commit 788f2883d285fc997d25cd27235c5b17cf3c0947 into PR head commit 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c [2021-03-19T20:55:20.535Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-19T20:55:20.556Z] > git config --add remote.origin.fetch +refs/pull/42173/head:refs/remotes/origin/PR-42173 # timeout=10 [2021-03-19T20:55:20.565Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-19T20:55:20.580Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-19T20:55:20.620Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-19T20:55:20.620Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-19T20:55:20.622Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/42173/head:refs/remotes/origin/PR-42173 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-19T20:55:21.030Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T20:55:21.036Z] > git checkout -f 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c # timeout=10 [2021-03-19T20:55:21.159Z] #44 30.75 CC compel/src/lib/log.o [2021-03-19T20:55:21.159Z] #44 30.90 CC compel/arch/s390/src/lib/cpu.o [2021-03-19T20:55:21.454Z] #44 31.03 CC compel/arch/s390/src/lib/infect.o [2021-03-19T20:55:21.746Z] #44 31.44 CC compel/src/lib/infect-rpc.o [2021-03-19T20:55:22.037Z] #44 31.66 CC compel/src/lib/infect-util.o [2021-03-19T20:55:22.037Z] #44 31.84 CC compel/src/lib/infect.o [2021-03-19T20:55:22.098Z] #40 36.46 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-03-19T20:55:22.414Z] Client: [2021-03-19T20:55:22.414Z] Context: default [2021-03-19T20:55:22.414Z] Debug Mode: false [2021-03-19T20:55:22.414Z] Plugins: [2021-03-19T20:55:22.414Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-03-19T20:55:22.414Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-03-19T20:55:22.414Z] [2021-03-19T20:55:22.414Z] Server: [2021-03-19T20:55:22.414Z] Containers: 0 [2021-03-19T20:55:22.414Z] Running: 0 [2021-03-19T20:55:22.414Z] Paused: 0 [2021-03-19T20:55:22.414Z] Stopped: 0 [2021-03-19T20:55:22.414Z] Images: 0 [2021-03-19T20:55:22.414Z] Server Version: 20.10.3 [2021-03-19T20:55:22.414Z] Storage Driver: overlay2 [2021-03-19T20:55:22.414Z] Backing Filesystem: extfs [2021-03-19T20:55:22.414Z] Supports d_type: true [2021-03-19T20:55:22.414Z] Native Overlay Diff: true [2021-03-19T20:55:22.414Z] Logging Driver: json-file [2021-03-19T20:55:22.414Z] Cgroup Driver: cgroupfs [2021-03-19T20:55:22.414Z] Cgroup Version: 1 [2021-03-19T20:55:22.414Z] Plugins: [2021-03-19T20:55:22.414Z] Volume: local [2021-03-19T20:55:22.414Z] Network: bridge host ipvlan macvlan null overlay [2021-03-19T20:55:22.414Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-03-19T20:55:22.414Z] Swarm: inactive [2021-03-19T20:55:22.414Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-03-19T20:55:22.414Z] Default Runtime: runc [2021-03-19T20:55:22.414Z] Init Binary: docker-init [2021-03-19T20:55:22.414Z] containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-03-19T20:55:22.414Z] runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-03-19T20:55:22.414Z] init version: de40ad0 [2021-03-19T20:55:22.414Z] Security Options: [2021-03-19T20:55:22.414Z] apparmor [2021-03-19T20:55:22.414Z] seccomp [2021-03-19T20:55:22.414Z] Profile: default [2021-03-19T20:55:22.414Z] Kernel Version: 5.4.0-1037-aws [2021-03-19T20:55:22.414Z] Operating System: Ubuntu 18.04.5 LTS [2021-03-19T20:55:22.414Z] OSType: linux [2021-03-19T20:55:22.414Z] Architecture: x86_64 [2021-03-19T20:55:22.414Z] CPUs: 2 [2021-03-19T20:55:22.414Z] Total Memory: 7.487GiB [2021-03-19T20:55:22.414Z] Name: ip-10-100-126-49 [2021-03-19T20:55:22.414Z] ID: IQLA:KLHL:T3IO:DJRF:WETX:4WTK:4HWM:S2ZH:2QDS:GI4C:WACL:ZD5O [2021-03-19T20:55:22.414Z] Docker Root Dir: /var/lib/docker [2021-03-19T20:55:22.414Z] Debug Mode: false [2021-03-19T20:55:22.414Z] Registry: https://index.docker.io/v1/ [2021-03-19T20:55:22.414Z] Labels: [2021-03-19T20:55:22.414Z] Experimental: true [2021-03-19T20:55:22.414Z] Insecure Registries: [2021-03-19T20:55:22.414Z] 127.0.0.0/8 [2021-03-19T20:55:22.414Z] Live Restore Enabled: true [2021-03-19T20:55:22.414Z] [2021-03-19T20:55:22.414Z] WARNING: No swap limit support [2021-03-19T20:55:22.414Z] WARNING: No blkio weight support [2021-03-19T20:55:22.414Z] WARNING: No blkio weight_device support [Pipeline] sh [2021-03-19T20:55:22.722Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-19T20:55:22.722Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-19T20:55:22.722Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42173/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-03-19T20:55:22.722Z] + bash /home/ubuntu/workspace/moby_PR-42173/check-config.sh [2021-03-19T20:55:22.983Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-03-19T20:55:22.983Z] info: reading kernel config from /boot/config-5.4.0-1037-aws ... [2021-03-19T20:55:22.983Z] [2021-03-19T20:55:22.983Z] Generally Necessary: [2021-03-19T20:55:22.983Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-03-19T20:55:22.983Z] - apparmor: enabled and tools installed [2021-03-19T20:55:22.983Z] - CONFIG_NAMESPACES: enabled [2021-03-19T20:55:22.983Z] - CONFIG_NET_NS: enabled [2021-03-19T20:55:22.983Z] - CONFIG_PID_NS: enabled [2021-03-19T20:55:22.983Z] - CONFIG_IPC_NS: enabled [2021-03-19T20:55:22.983Z] - CONFIG_UTS_NS: enabled [2021-03-19T20:55:22.983Z] - CONFIG_CGROUPS: enabled [2021-03-19T20:55:22.983Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-03-19T20:55:22.983Z] - CONFIG_CGROUP_DEVICE: enabled [2021-03-19T20:55:22.983Z] - CONFIG_CGROUP_FREEZER: enabled [2021-03-19T20:55:22.983Z] - CONFIG_CGROUP_SCHED: enabled [2021-03-19T20:55:22.983Z] - CONFIG_CPUSETS: enabled [2021-03-19T20:55:22.983Z] - CONFIG_MEMCG: enabled [2021-03-19T20:55:22.983Z] - CONFIG_KEYS: enabled [2021-03-19T20:55:22.983Z] - CONFIG_VETH: enabled (as module) [2021-03-19T20:55:22.983Z] - CONFIG_BRIDGE: enabled (as module) [2021-03-19T20:55:22.983Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-03-19T20:55:22.983Z] - CONFIG_NF_NAT_IPV4: missing [2021-03-19T20:55:22.983Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-03-19T20:55:22.983Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-03-19T20:55:22.983Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-03-19T20:55:22.983Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-03-19T20:55:22.983Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-03-19T20:55:23.254Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-03-19T20:55:23.254Z] - CONFIG_NF_NAT: enabled (as module) [2021-03-19T20:55:23.254Z] - CONFIG_NF_NAT_NEEDED: missing [2021-03-19T20:55:23.254Z] - CONFIG_POSIX_MQUEUE: enabled [2021-03-19T20:55:23.254Z] [2021-03-19T20:55:23.254Z] Optional Features: [2021-03-19T20:55:23.254Z] - CONFIG_USER_NS: enabled [2021-03-19T20:55:23.254Z] - CONFIG_SECCOMP: enabled [2021-03-19T20:55:23.254Z] - CONFIG_CGROUP_PIDS: enabled [2021-03-19T20:55:23.254Z] - CONFIG_MEMCG_SWAP: enabled [2021-03-19T20:55:23.254Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-03-19T20:55:23.254Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-03-19T20:55:23.254Z] - CONFIG_BLK_CGROUP: enabled [2021-03-19T20:55:23.254Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-03-19T20:55:23.254Z] - CONFIG_IOSCHED_CFQ: missing [2021-03-19T20:55:23.254Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2021-03-19T20:55:23.254Z] - CONFIG_CGROUP_PERF: enabled [2021-03-19T20:55:23.254Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-03-19T20:55:23.254Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-03-19T20:55:23.254Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-03-19T20:55:23.254Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-03-19T20:55:23.254Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-03-19T20:55:23.254Z] - CONFIG_RT_GROUP_SCHED: missing [2021-03-19T20:55:23.255Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-03-19T20:55:23.255Z] - CONFIG_IP_VS: enabled (as module) [2021-03-19T20:55:23.255Z] - CONFIG_IP_VS_NFCT: enabled [2021-03-19T20:55:23.255Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-03-19T20:55:23.255Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-03-19T20:55:23.255Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-03-19T20:55:23.255Z] - CONFIG_EXT4_FS: enabled [2021-03-19T20:55:23.255Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-03-19T20:55:23.255Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-03-19T20:55:23.255Z] - Network Drivers: [2021-03-19T20:55:23.255Z] - "overlay": [2021-03-19T20:55:23.255Z] - CONFIG_VXLAN: enabled (as module) [2021-03-19T20:55:23.255Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-03-19T20:55:23.255Z] Optional (for encrypted networks): [2021-03-19T20:55:23.389Z] > git remote # timeout=10 [2021-03-19T20:55:23.396Z] > git config --get remote.origin.url # timeout=10 [2021-03-19T20:55:23.523Z] - CONFIG_CRYPTO: enabled [2021-03-19T20:55:23.523Z] - CONFIG_CRYPTO_AEAD: enabled [2021-03-19T20:55:23.523Z] - CONFIG_CRYPTO_GCM: enabled [2021-03-19T20:55:23.523Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-03-19T20:55:23.523Z] - CONFIG_CRYPTO_GHASH: enabled [2021-03-19T20:55:23.523Z] - CONFIG_XFRM: enabled [2021-03-19T20:55:23.523Z] - CONFIG_XFRM_USER: enabled (as module) [2021-03-19T20:55:23.523Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-03-19T20:55:23.523Z] - CONFIG_INET_ESP: enabled (as module) [2021-03-19T20:55:23.523Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2021-03-19T20:55:23.523Z] - "ipvlan": [2021-03-19T20:55:23.523Z] - CONFIG_IPVLAN: enabled (as module) [2021-03-19T20:55:23.523Z] - "macvlan": [2021-03-19T20:55:23.523Z] - CONFIG_MACVLAN: enabled (as module) [2021-03-19T20:55:23.523Z] - CONFIG_DUMMY: enabled (as module) [2021-03-19T20:55:23.523Z] - "ftp,tftp client in container": [2021-03-19T20:55:23.523Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-03-19T20:55:23.523Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-03-19T20:55:23.523Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-03-19T20:55:23.523Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-03-19T20:55:23.523Z] - Storage Drivers: [2021-03-19T20:55:23.523Z] - "aufs": [2021-03-19T20:55:23.523Z] - CONFIG_AUFS_FS: enabled (as module) [2021-03-19T20:55:23.523Z] - "btrfs": [2021-03-19T20:55:23.523Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-03-19T20:55:23.523Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-03-19T20:55:23.523Z] - "devicemapper": [2021-03-19T20:55:23.523Z] - CONFIG_BLK_DEV_DM: enabled [2021-03-19T20:55:23.523Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-03-19T20:55:23.523Z] - "overlay": [2021-03-19T20:55:23.523Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-03-19T20:55:23.523Z] - "zfs": [2021-03-19T20:55:23.523Z] - /dev/zfs: present [2021-03-19T20:55:23.523Z] - zfs command: missing [2021-03-19T20:55:23.523Z] - zpool command: missing [2021-03-19T20:55:23.523Z] [2021-03-19T20:55:23.523Z] Limits: [2021-03-19T20:55:23.523Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-03-19T20:55:23.523Z] [2021-03-19T20:55:23.523Z] + true [Pipeline] } [2021-03-19T20:55:23.540Z] Merge succeeded, producing 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c [2021-03-19T20:55:23.540Z] Checking out Revision 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c (PR-42173) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-03-19T20:55:23.657Z] #44 33.01 CC compel/src/lib/ptrace.o [2021-03-19T20:55:23.657Z] #44 33.30 AR compel/libcompel.a [2021-03-19T20:55:23.657Z] #44 33.36 HOSTCC compel/src/main-host.o [2021-03-19T20:55:23.657Z] #44 33.51 HOSTCC compel/arch/s390/src/lib/handle-elf-host.o [2021-03-19T20:55:23.915Z] + sudo modprobe ip_vs [2021-03-19T20:55:23.915Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:0f32beb4f8d0a1db1ecc945f9669a35fd463af2c . [2021-03-19T20:55:23.948Z] #44 33.60 HOSTCC compel/src/lib/handle-elf-host.o [2021-03-19T20:55:23.948Z] #44 ... [2021-03-19T20:55:23.948Z] [2021-03-19T20:55:23.948Z] #14 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=m... [2021-03-19T20:55:23.948Z] #14 57.41 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-03-19T20:55:23.948Z] #14 57.42 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2021-03-19T20:55:23.948Z] #14 57.42 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-19T20:55:23.948Z] #14 66.82 Selecting previously unselected package libapparmor1:s390x. [2021-03-19T20:55:23.948Z] #14 66.82 Preparing to unpack .../10-libapparmor1_2.13.2-10_s390x.deb ... [2021-03-19T20:55:23.948Z] #14 66.82 Unpacking libapparmor1:s390x (2.13.2-10) ... [2021-03-19T20:55:23.948Z] #14 66.86 Selecting previously unselected package libapparmor-dev:s390x. [2021-03-19T20:55:23.948Z] #14 66.86 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_s390x.deb ... [2021-03-19T20:55:23.948Z] #14 66.87 Unpacking libapparmor-dev:s390x (2.13.2-10) ... [2021-03-19T20:55:23.948Z] #14 66.94 Selecting previously unselected package libbtrfs0. [2021-03-19T20:55:23.948Z] #14 66.95 Preparing to unpack .../12-libbtrfs0_4.20.1-2_s390x.deb ... [2021-03-19T20:55:23.948Z] #14 66.95 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-19T20:55:23.948Z] #14 66.98 Selecting previously unselected package libbtrfs-dev. [2021-03-19T20:55:23.948Z] #14 66.98 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_s390x.deb ... [2021-03-19T20:55:23.948Z] #14 66.99 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-19T20:55:23.948Z] #14 67.08 Selecting previously unselected package libdevmapper-event1.02.1:s390x. [2021-03-19T20:55:23.948Z] #14 67.08 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_s390x.deb ... [2021-03-19T20:55:23.948Z] #14 67.08 Unpacking libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2021-03-19T20:55:23.948Z] #14 67.12 Selecting previously unselected package libudev-dev:s390x. [2021-03-19T20:55:23.948Z] #14 67.12 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_s390x.deb ... [2021-03-19T20:55:23.948Z] #14 67.12 Unpacking libudev-dev:s390x (241-7~deb10u6) ... [2021-03-19T20:55:23.948Z] #14 67.23 Selecting previously unselected package libsepol1-dev:s390x. [2021-03-19T20:55:23.948Z] #14 67.23 Preparing to unpack .../16-libsepol1-dev_2.8-1_s390x.deb ... [2021-03-19T20:55:23.948Z] #14 67.24 Unpacking libsepol1-dev:s390x (2.8-1) ... [2021-03-19T20:55:23.948Z] #14 67.45 Selecting previously unselected package libpcre16-3:s390x. [2021-03-19T20:55:23.948Z] #14 67.45 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_s390x.deb ... [2021-03-19T20:55:23.948Z] #14 67.45 Unpacking libpcre16-3:s390x (2:8.39-12) ... [2021-03-19T20:55:23.948Z] #14 67.52 Selecting previously unselected package libpcre32-3:s390x. [2021-03-19T20:55:23.948Z] #14 67.52 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_s390x.deb ... [2021-03-19T20:55:23.948Z] #14 67.53 Unpacking libpcre32-3:s390x (2:8.39-12) ... [2021-03-19T20:55:23.948Z] #14 67.62 Selecting previously unselected package libpcrecpp0v5:s390x. [2021-03-19T20:55:23.989Z] #40 ... [2021-03-19T20:55:23.989Z] [2021-03-19T20:55:23.989Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:55:23.989Z] #49 sha256:226e4cdca77329df1d62dc1ed11f292f8b862c32d457a58c3ceaffec585a06ba [2021-03-19T20:55:23.989Z] #49 32.80 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-03-19T20:55:23.989Z] #49 32.82 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-19T20:55:23.989Z] #49 32.82 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-19T20:55:23.989Z] #49 32.88 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-19T20:55:23.989Z] #49 32.90 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-19T20:55:23.989Z] #49 32.90 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-19T20:55:23.989Z] #49 32.95 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-03-19T20:55:23.989Z] #49 33.00 go: downloading github.com/gobwas/glob v0.2.3 [2021-03-19T20:55:23.989Z] #49 33.08 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-19T20:55:23.989Z] #49 33.08 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-19T20:55:23.989Z] #49 33.21 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-19T20:55:23.989Z] #49 33.29 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-03-19T20:55:23.989Z] #49 33.33 go: downloading github.com/spf13/afero v1.1.2 [2021-03-19T20:55:23.989Z] #49 33.47 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-03-19T20:55:23.989Z] #49 33.58 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-19T20:55:23.989Z] #49 33.90 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-19T20:55:23.989Z] #49 33.91 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-03-19T20:55:23.989Z] #49 33.91 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-19T20:55:23.989Z] #49 33.93 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-19T20:55:23.989Z] #49 33.94 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-19T20:55:23.989Z] #49 34.00 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-03-19T20:55:23.989Z] #49 34.05 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-03-19T20:55:23.989Z] #49 34.06 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-19T20:55:23.989Z] #49 34.06 go: extracting github.com/spf13/afero v1.1.2 [2021-03-19T20:55:23.989Z] #49 34.11 go: extracting github.com/gobwas/glob v0.2.3 [2021-03-19T20:55:23.989Z] #49 34.11 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-19T20:55:23.989Z] #49 34.11 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-19T20:55:23.989Z] #49 34.39 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-19T20:55:23.989Z] #49 34.62 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-03-19T20:55:23.989Z] #49 34.70 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-03-19T20:55:23.989Z] #49 34.71 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-19T20:55:23.989Z] #49 34.71 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-19T20:55:23.989Z] #49 34.75 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-19T20:55:23.989Z] #49 34.78 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-19T20:55:23.989Z] #49 34.79 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-19T20:55:23.989Z] #49 34.80 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-03-19T20:55:23.989Z] #49 34.81 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-19T20:55:23.989Z] #49 34.82 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-19T20:55:23.989Z] #49 34.88 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-03-19T20:55:23.989Z] #49 34.91 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-19T20:55:23.989Z] #49 35.04 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-19T20:55:23.989Z] #49 35.26 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-19T20:55:23.989Z] #49 35.26 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-19T20:55:23.989Z] #49 35.37 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-19T20:55:23.989Z] #49 35.37 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-19T20:55:23.989Z] #49 35.38 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-19T20:55:23.989Z] #49 35.38 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-19T20:55:23.989Z] #49 35.41 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-19T20:55:23.989Z] #49 35.52 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-03-19T20:55:23.989Z] #49 35.57 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-03-19T20:55:23.989Z] #49 35.78 go: downloading golang.org/x/text v0.3.2 [2021-03-19T20:55:23.989Z] #49 35.79 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-19T20:55:23.989Z] #49 35.88 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-19T20:55:23.989Z] #49 35.89 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-03-19T20:55:23.989Z] #49 36.03 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-19T20:55:23.989Z] #49 36.13 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-19T20:55:23.989Z] #49 36.16 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-19T20:55:23.989Z] #49 36.17 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-19T20:55:23.989Z] #49 36.29 go: downloading github.com/kisielk/gotool v1.0.0 [2021-03-19T20:55:23.989Z] #49 36.35 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-19T20:55:23.989Z] #49 36.43 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-19T20:55:23.989Z] #49 36.90 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-03-19T20:55:23.989Z] #49 36.96 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-19T20:55:23.989Z] #49 37.12 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-03-19T20:55:23.989Z] #49 37.28 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-19T20:55:23.989Z] #49 37.39 go: extracting github.com/kisielk/gotool v1.0.0 [2021-03-19T20:55:23.989Z] #49 37.42 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-19T20:55:23.989Z] #49 37.43 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-03-19T20:55:23.989Z] #49 37.47 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-19T20:55:23.989Z] #49 37.58 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-19T20:55:23.989Z] #49 37.71 go: downloading github.com/gogo/protobuf v1.2.1 [2021-03-19T20:55:23.989Z] #49 37.74 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-19T20:55:23.989Z] #49 38.01 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-19T20:55:23.989Z] #49 38.82 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-19T20:55:24.174Z] #1 [internal] load build definition from Dockerfile [2021-03-19T20:55:24.174Z] #1 sha256:8934776d07e6d93598b6659effd03c99bad85442e2b60ae6c4bc392692d87b4e [2021-03-19T20:55:24.174Z] #1 transferring dockerfile: [2021-03-19T20:55:24.174Z] #1 transferring dockerfile: 17.02kB done [2021-03-19T20:55:24.174Z] #1 DONE 0.2s [2021-03-19T20:55:24.174Z] [2021-03-19T20:55:24.174Z] #2 [internal] load .dockerignore [2021-03-19T20:55:24.174Z] #2 sha256:189c452281653b6f31e93c25abc90bff5f7ba776e965d7af997c292b24206149 [2021-03-19T20:55:24.174Z] #2 transferring context: 87B done [2021-03-19T20:55:24.174Z] #2 DONE 0.2s [2021-03-19T20:55:24.174Z] [2021-03-19T20:55:24.174Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-03-19T20:55:24.174Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-03-19T20:55:24.239Z] #14 67.63 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_s390x.deb ... [2021-03-19T20:55:24.239Z] #14 67.63 Unpacking libpcrecpp0v5:s390x (2:8.39-12) ... [2021-03-19T20:55:24.239Z] #14 67.70 Selecting previously unselected package libpcre3-dev:s390x. [2021-03-19T20:55:24.239Z] #14 67.70 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_s390x.deb ... [2021-03-19T20:55:24.239Z] #14 67.71 Unpacking libpcre3-dev:s390x (2:8.39-12) ... [2021-03-19T20:55:24.239Z] #14 ... [2021-03-19T20:55:24.239Z] [2021-03-19T20:55:24.239Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-19T20:55:24.239Z] #44 33.78 HOSTCC compel/src/lib/log-host.o [2021-03-19T20:55:24.239Z] #44 33.86 HOSTLINK compel/compel-host-bin [2021-03-19T20:55:24.239Z] #44 33.94 DEP soccr/soccr.d [2021-03-19T20:55:24.239Z] #44 33.99 CC soccr/soccr.o [2021-03-19T20:55:24.239Z] #44 ... [2021-03-19T20:55:24.239Z] [2021-03-19T20:55:24.239Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-19T20:55:24.239Z] #46 58.76 vendor/golang.org/x/text/secure/bidirule [2021-03-19T20:55:24.239Z] #46 58.93 vendor/golang.org/x/text/unicode/norm [2021-03-19T20:55:24.239Z] #46 61.55 vendor/golang.org/x/net/idna [2021-03-19T20:55:24.239Z] #46 62.91 vendor/golang.org/x/net/http2/hpack [2021-03-19T20:55:24.239Z] #46 63.53 mime [2021-03-19T20:55:24.239Z] #46 64.61 mime/quotedprintable [2021-03-19T20:55:24.239Z] #46 64.77 net/http/internal [2021-03-19T20:55:24.239Z] #46 66.77 crypto/tls [2021-03-19T20:55:24.530Z] #46 ... [2021-03-19T20:55:24.530Z] [2021-03-19T20:55:24.530Z] #14 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=m... [2021-03-19T20:55:24.530Z] #14 67.94 Selecting previously unselected package libselinux1-dev:s390x. [2021-03-19T20:55:24.530Z] #14 67.94 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_s390x.deb ... [2021-03-19T20:55:24.530Z] #14 67.95 Unpacking libselinux1-dev:s390x (2.8-1+b1) ... [2021-03-19T20:55:24.530Z] #14 68.09 Selecting previously unselected package libdevmapper-dev:s390x. [2021-03-19T20:55:24.530Z] #14 68.09 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_s390x.deb ... [2021-03-19T20:55:24.530Z] #14 68.09 Unpacking libdevmapper-dev:s390x (2:1.02.155-3) ... [2021-03-19T20:55:24.530Z] #14 68.12 Selecting previously unselected package libseccomp-dev:s390x. [2021-03-19T20:55:24.530Z] #14 68.13 Preparing to unpack .../23-libseccomp-dev_2.4.1-2~bpo10+1_s390x.deb ... [2021-03-19T20:55:24.530Z] #14 68.13 Unpacking libseccomp-dev:s390x (2.4.1-2~bpo10+1) ... [2021-03-19T20:55:24.530Z] #14 68.20 Selecting previously unselected package libsystemd-dev:s390x. [2021-03-19T20:55:24.530Z] #14 68.20 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_s390x.deb ... [2021-03-19T20:55:24.530Z] #14 68.20 Unpacking libsystemd-dev:s390x (241-7~deb10u6) ... [2021-03-19T20:55:24.742Z] #3 DONE 0.4s [2021-03-19T20:55:24.742Z] [2021-03-19T20:55:24.742Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-03-19T20:55:24.742Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-03-19T20:55:24.742Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-03-19T20:55:24.742Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-03-19T20:55:24.742Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done [2021-03-19T20:55:24.742Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done [2021-03-19T20:55:24.742Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 4.19MB / 9.64MB 0.1s [2021-03-19T20:55:24.820Z] #14 68.44 Setting up libpcrecpp0v5:s390x (2:8.39-12) ... [2021-03-19T20:55:24.820Z] #14 68.45 Setting up libseccomp-dev:s390x (2.4.1-2~bpo10+1) ... [2021-03-19T20:55:24.820Z] #14 68.45 Setting up libapparmor1:s390x (2.13.2-10) ... [2021-03-19T20:55:24.820Z] #14 68.46 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-19T20:55:24.820Z] #14 68.47 Setting up libpcre16-3:s390x (2:8.39-12) ... [2021-03-19T20:55:24.820Z] #14 68.47 Setting up libsepol1-dev:s390x (2.8-1) ... [2021-03-19T20:55:24.820Z] #14 68.48 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-19T20:55:24.820Z] #14 68.49 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-19T20:55:24.820Z] #14 68.49 Setting up libpcre32-3:s390x (2:8.39-12) ... [2021-03-19T20:55:24.820Z] #14 68.50 Setting up libudev-dev:s390x (241-7~deb10u6) ... [2021-03-19T20:55:24.820Z] #14 68.52 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-19T20:55:24.918Z] #49 39.82 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-19T20:55:25.001Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s [2021-03-19T20:55:25.001Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.3s done [2021-03-19T20:55:25.001Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 [2021-03-19T20:55:25.121Z] #14 68.53 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-19T20:55:25.121Z] #14 68.54 Setting up libapparmor-dev:s390x (2.13.2-10) ... [2021-03-19T20:55:25.121Z] #14 68.54 Setting up mingw-w64-common (6.0.0-3) ... [2021-03-19T20:55:25.121Z] #14 68.55 Setting up libsystemd-dev:s390x (241-7~deb10u6) ... [2021-03-19T20:55:25.121Z] #14 68.56 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-19T20:55:25.121Z] #14 68.57 Setting up libpcre3-dev:s390x (2:8.39-12) ... [2021-03-19T20:55:25.121Z] #14 68.58 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-19T20:55:25.121Z] #14 68.58 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 [2021-03-19T20:55:25.121Z] #14 68.59 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 [2021-03-19T20:55:25.121Z] #14 68.59 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-19T20:55:25.121Z] #14 68.59 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 [2021-03-19T20:55:25.121Z] #14 68.60 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 [2021-03-19T20:55:25.121Z] #14 68.60 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-19T20:55:25.121Z] #14 68.61 Setting up libselinux1-dev:s390x (2.8-1+b1) ... [2021-03-19T20:55:25.121Z] #14 68.61 Setting up libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2021-03-19T20:55:25.122Z] #14 68.62 Setting up dmsetup (2:1.02.155-3) ... [2021-03-19T20:55:25.122Z] #14 68.63 Setting up libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2021-03-19T20:55:25.122Z] #14 68.64 Setting up libdevmapper-dev:s390x (2:1.02.155-3) ... [2021-03-19T20:55:25.122Z] #14 68.65 Processing triggers for libc-bin (2.28-10) ... [2021-03-19T20:55:25.428Z] #14 DONE 69.0s [2021-03-19T20:55:25.428Z] [2021-03-19T20:55:25.428Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-19T20:55:25.428Z] #44 34.54 AR soccr/libsoccr.a [2021-03-19T20:55:25.428Z] #44 34.55 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-19T20:55:25.428Z] #44 34.74 DEP criu/arch/s390/sigframe.d [2021-03-19T20:55:25.428Z] #44 34.86 DEP criu/arch/s390/crtools.d [2021-03-19T20:55:25.428Z] #44 34.92 DEP criu/arch/s390/cpu.d [2021-03-19T20:55:25.428Z] #44 34.99 CC criu/arch/s390/cpu.o [2021-03-19T20:55:25.428Z] #44 35.24 CC criu/arch/s390/crtools.o [2021-03-19T20:55:25.569Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.4s done [2021-03-19T20:55:25.569Z] #4 DONE 0.8s [2021-03-19T20:55:25.569Z] [2021-03-19T20:55:25.569Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-03-19T20:55:25.569Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-03-19T20:55:23.414Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-19T20:55:23.504Z] > git merge 788f2883d285fc997d25cd27235c5b17cf3c0947 # timeout=10 [2021-03-19T20:55:23.520Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-19T20:55:23.534Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T20:55:23.544Z] > git checkout -f 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c # timeout=10 [2021-03-19T20:55:26.138Z] #6 DONE 0.3s [2021-03-19T20:55:26.138Z] [2021-03-19T20:55:26.138Z] #7 [internal] load metadata for docker.io/library/debian:buster [2021-03-19T20:55:26.138Z] #7 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-03-19T20:55:26.138Z] #7 DONE 0.3s [2021-03-19T20:55:26.138Z] [2021-03-19T20:55:26.138Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-03-19T20:55:26.138Z] #5 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-03-19T20:55:26.138Z] #5 DONE 0.4s [2021-03-19T20:55:26.138Z] [2021-03-19T20:55:26.138Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-03-19T20:55:26.138Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-03-19T20:55:26.138Z] #8 DONE 0.5s [2021-03-19T20:55:26.475Z] #44 36.01 CC criu/arch/s390/sigframe.o [2021-03-19T20:55:26.475Z] #44 36.20 LINK criu/arch/s390/crtools.built-in.o [2021-03-19T20:55:26.475Z] #44 36.21 DEP criu/pie/util-vdso.d [2021-03-19T20:55:26.475Z] #44 36.33 DEP criu/pie/util.d [2021-03-19T20:55:26.767Z] #44 ... [2021-03-19T20:55:26.767Z] [2021-03-19T20:55:26.767Z] #15 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-03-19T20:55:26.767Z] #15 DONE 1.3s [2021-03-19T20:55:26.767Z] [2021-03-19T20:55:26.767Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-19T20:55:26.767Z] #54 1.037 + RM_GOPATH=0 [2021-03-19T20:55:26.767Z] #54 1.037 + TMP_GOPATH= [2021-03-19T20:55:26.767Z] #54 1.037 + : /build [2021-03-19T20:55:26.767Z] #54 1.037 + '[' -z '' ']' [2021-03-19T20:55:26.767Z] #54 1.037 ++ mktemp -d [2021-03-19T20:55:26.767Z] #54 1.044 + export GOPATH=/tmp/tmp.UayZNkbHWO [2021-03-19T20:55:26.767Z] #54 1.044 + GOPATH=/tmp/tmp.UayZNkbHWO [2021-03-19T20:55:26.767Z] #54 1.044 + RM_GOPATH=1 [2021-03-19T20:55:26.767Z] #54 1.044 + case "$(go env GOARCH)" in [2021-03-19T20:55:26.767Z] #54 1.044 ++ go env GOARCH [2021-03-19T20:55:26.767Z] #54 1.047 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:55:26.767Z] #54 1.047 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:55:26.767Z] #54 1.047 ++ dirname /tmp/install/install.sh [2021-03-19T20:55:26.767Z] #54 1.048 + dir=/tmp/install [2021-03-19T20:55:26.767Z] #54 1.048 + bin=runc [2021-03-19T20:55:26.767Z] #54 1.048 + shift [2021-03-19T20:55:26.767Z] #54 1.048 + '[' '!' -f /tmp/install/runc.installer ']' [2021-03-19T20:55:26.767Z] #54 1.048 + . /tmp/install/runc.installer [2021-03-19T20:55:26.767Z] #54 1.048 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-19T20:55:26.767Z] #54 1.048 + install_runc [2021-03-19T20:55:26.767Z] #54 1.049 + uname -r [2021-03-19T20:55:26.767Z] #54 1.049 + grep -q '^3\.10\.0.*\.el7\.' [2021-03-19T20:55:26.767Z] #54 1.052 + RUNC_BUILDTAGS='seccomp ' [2021-03-19T20:55:26.767Z] #54 1.052 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-03-19T20:55:26.767Z] #54 1.052 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-03-19T20:55:26.767Z] #54 1.052 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.UayZNkbHWO/src/github.com/opencontainers/runc [2021-03-19T20:55:26.767Z] #54 1.057 Cloning into '/tmp/tmp.UayZNkbHWO/src/github.com/opencontainers/runc'... [2021-03-19T20:55:27.080Z] [2021-03-19T20:55:27.080Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-03-19T20:55:27.080Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-03-19T20:55:27.080Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-03-19T20:55:27.080Z] #64 DONE 0.1s [2021-03-19T20:55:27.080Z] [2021-03-19T20:55:27.080Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:55:27.080Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-19T20:55:27.080Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:55:27.080Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2021-03-19T20:55:27.080Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2021-03-19T20:55:27.080Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-03-19T20:55:27.080Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2021-03-19T20:55:27.343Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 1.05MB / 7.81MB 0.2s [2021-03-19T20:55:27.343Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 0B / 50.40MB 0.2s [2021-03-19T20:55:27.343Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0B / 10.00MB 0.2s [2021-03-19T20:55:27.343Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 5.24MB / 7.81MB 0.3s [2021-03-19T20:55:27.344Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 1.47MB / 10.00MB 0.3s [2021-03-19T20:55:27.437Z] #49 ... [2021-03-19T20:55:27.437Z] [2021-03-19T20:55:27.437Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:55:27.437Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-19T20:55:27.437Z] #36 32.39 Fetched 8424 kB in 25s (341 kB/s) [2021-03-19T20:55:27.437Z] #36 32.39 Reading package lists... [2021-03-19T20:55:27.603Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.53MB / 7.81MB 0.4s [2021-03-19T20:55:27.603Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 4.19MB / 10.00MB 0.4s [2021-03-19T20:55:27.603Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.5s done [2021-03-19T20:55:27.603Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.6s [2021-03-19T20:55:27.603Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 0B / 51.83MB 0.6s [2021-03-19T20:55:27.603Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 6.29MB / 50.40MB 0.7s [2021-03-19T20:55:27.693Z] #36 ... [2021-03-19T20:55:27.694Z] [2021-03-19T20:55:27.694Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-03-19T20:55:27.694Z] #67 sha256:7bf96bec4cce06432da218042cf07dbfac9cdbb67da6a99ecb6141b522cff18b [2021-03-19T20:55:27.694Z] #67 33.17 Checking out files: 44% (843/1905) Checking out files: 45% (858/1905) Checking out files: 46% (877/1905) Checking out files: 47% (896/1905) Checking out files: 48% (915/1905) Checking out files: 49% (934/1905) Checking out files: 50% (953/1905) Checking out files: 51% (972/1905) Checking out files: 52% (991/1905) Checking out files: 53% (1010/1905) Checking out files: 54% (1029/1905) Checking out files: 55% (1048/1905) Checking out files: 56% (1067/1905) Checking out files: 57% (1086/1905) Checking out files: 58% (1105/1905) Checking out files: 59% (1124/1905) Checking out files: 60% (1143/1905) Checking out files: 61% (1163/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2021-03-19T20:55:27.694Z] #67 34.90 + cd /tmp/tmp.gu3uO8EXaS/src/github.com/docker/libnetwork [2021-03-19T20:55:27.694Z] #67 34.90 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-19T20:55:27.694Z] #67 35.42 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-03-19T20:55:27.694Z] #67 ... [2021-03-19T20:55:27.694Z] [2021-03-19T20:55:27.694Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-03-19T20:55:27.694Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-19T20:55:27.694Z] #55 32.65 Fetched 8424 kB in 25s (337 kB/s) [2021-03-19T20:55:27.807Z] #54 ... [2021-03-19T20:55:27.807Z] [2021-03-19T20:55:27.807Z] #16 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2021-03-19T20:55:27.807Z] #16 DONE 1.0s [2021-03-19T20:55:27.807Z] [2021-03-19T20:55:27.807Z] #17 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2021-03-19T20:55:27.866Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 10.49MB / 50.40MB 0.8s [2021-03-19T20:55:27.866Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.7s done [2021-03-19T20:55:27.866Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 4.19MB / 51.83MB 0.8s [2021-03-19T20:55:27.866Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0B / 68.67MB 0.8s [2021-03-19T20:55:27.866Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 14.68MB / 50.40MB 0.9s [2021-03-19T20:55:27.866Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 10.49MB / 51.83MB 0.9s [2021-03-19T20:55:27.916Z] Commit message: "libcontainerd: remove unused consts" [2021-03-19T20:55:27.950Z] #55 32.65 Reading package lists... [2021-03-19T20:55:27.950Z] #55 ... [2021-03-19T20:55:27.950Z] [2021-03-19T20:55:27.950Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:55:27.950Z] #49 sha256:226e4cdca77329df1d62dc1ed11f292f8b862c32d457a58c3ceaffec585a06ba [2021-03-19T20:55:27.950Z] #49 42.91 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-19T20:55:28.131Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 17.83MB / 50.40MB 1.0s [2021-03-19T20:55:28.131Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 13.63MB / 51.83MB 1.0s [2021-03-19T20:55:28.131Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 4.19MB / 68.67MB 1.0s [2021-03-19T20:55:28.131Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 23.07MB / 50.40MB 1.1s [2021-03-19T20:55:28.131Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 16.78MB / 51.83MB 1.1s [2021-03-19T20:55:28.131Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 9.44MB / 68.67MB 1.1s [2021-03-19T20:55:28.133Z] #17 0.682 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-03-19T20:55:28.206Z] #49 ... [2021-03-19T20:55:28.206Z] [2021-03-19T20:55:28.206Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-19T20:55:28.206Z] #58 sha256:96a051c932b0e974a2fbbdc9990bcae231cf7f3471f312d761f0bbeef1c1e01c [2021-03-19T20:55:28.206Z] #58 33.12 go: finding github.com/pkg/errors v0.9.1 [2021-03-19T20:55:28.206Z] #58 33.54 go: finding github.com/sirupsen/logrus v1.7.0 [2021-03-19T20:55:28.206Z] #58 33.61 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-19T20:55:28.206Z] #58 33.98 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-19T20:55:28.206Z] #58 34.09 go: finding github.com/google/uuid v1.2.0 [2021-03-19T20:55:28.206Z] #58 34.22 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-19T20:55:28.206Z] #58 34.24 go: finding github.com/gofrs/flock v0.8.0 [2021-03-19T20:55:28.206Z] #58 34.27 go: finding github.com/moby/vpnkit v0.4.0 [2021-03-19T20:55:28.206Z] #58 34.49 go: finding github.com/gorilla/mux v1.8.0 [2021-03-19T20:55:28.206Z] #58 34.58 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-19T20:55:28.206Z] #58 34.61 go: finding github.com/moby/sys/mountinfo v0.4.0 [2021-03-19T20:55:28.206Z] #58 34.71 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-03-19T20:55:28.206Z] #58 34.71 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-03-19T20:55:28.206Z] #58 35.11 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-19T20:55:28.206Z] #58 35.30 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-03-19T20:55:28.206Z] #58 ... [2021-03-19T20:55:28.206Z] [2021-03-19T20:55:28.206Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:55:28.206Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-03-19T20:55:28.395Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 28.47MB / 50.40MB 1.3s [2021-03-19T20:55:28.395Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 23.07MB / 51.83MB 1.3s [2021-03-19T20:55:28.395Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 18.87MB / 68.67MB 1.3s [2021-03-19T20:55:28.435Z] #17 DONE 0.8s [2021-03-19T20:55:28.435Z] [2021-03-19T20:55:28.435Z] #18 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2021-03-19T20:55:28.654Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 35.65MB / 50.40MB 1.5s [2021-03-19T20:55:28.654Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 28.31MB / 51.83MB 1.5s [2021-03-19T20:55:28.654Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 23.04MB / 68.67MB 1.5s [2021-03-19T20:55:28.654Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 33.55MB / 51.83MB 1.7s [2021-03-19T20:55:28.654Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 28.31MB / 68.67MB 1.7s [2021-03-19T20:55:28.779Z] #36 43.33 Reading package lists... [2021-03-19T20:55:28.779Z] #36 ... [2021-03-19T20:55:28.779Z] [2021-03-19T20:55:28.779Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:55:28.779Z] #51 sha256:b96f323355eb744496a90a86893b5de303e87dbe96a908fc2b231d4941f7968f [2021-03-19T20:55:28.779Z] #51 33.75 runtime/cgo [2021-03-19T20:55:28.779Z] #51 33.90 runtime [2021-03-19T20:55:28.914Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 44.04MB / 50.40MB 1.7s [2021-03-19T20:55:28.914Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.9s [2021-03-19T20:55:28.914Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 40.89MB / 51.83MB 1.9s [2021-03-19T20:55:28.914Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 37.75MB / 68.67MB 1.9s [2021-03-19T20:55:28.914Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 45.09MB / 51.83MB 2.0s [2021-03-19T20:55:29.036Z] #51 ... [2021-03-19T20:55:29.036Z] [2021-03-19T20:55:29.036Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:55:29.036Z] #45 sha256:dcea8893a85a8f4eabc7fea730df65a7e224daa747783186796bd0e70ed61308 [2021-03-19T20:55:29.036Z] #45 43.80 vendor/golang.org/x/crypto/internal/subtle [2021-03-19T20:55:29.036Z] #45 43.97 vendor/golang.org/x/crypto/curve25519 [2021-03-19T20:55:29.082Z] #18 ... [2021-03-19T20:55:29.082Z] [2021-03-19T20:55:29.082Z] #59 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-19T20:55:29.082Z] #59 69.13 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-19T20:55:29.082Z] #59 69.13 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-03-19T20:55:29.082Z] #59 DONE 73.7s [2021-03-19T20:55:29.082Z] [2021-03-19T20:55:29.082Z] #60 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-03-19T20:55:29.110Z] + docker version [2021-03-19T20:55:29.173Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 50.05MB / 51.83MB 2.1s [2021-03-19T20:55:29.173Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 42.99MB / 68.67MB 2.1s [2021-03-19T20:55:29.433Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 47.19MB / 68.67MB 2.2s [2021-03-19T20:55:29.433Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.2s done [2021-03-19T20:55:29.433Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 57.27MB / 68.67MB 2.4s [2021-03-19T20:55:29.455Z] #60 DONE 0.1s [2021-03-19T20:55:29.455Z] [2021-03-19T20:55:29.455Z] #61 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-03-19T20:55:29.455Z] #61 DONE 0.1s [2021-03-19T20:55:29.455Z] [2021-03-19T20:55:29.455Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-19T20:55:29.455Z] #44 36.50 CC criu/pie/util.o [2021-03-19T20:55:29.455Z] #44 36.77 CC criu/pie/util-vdso.o [2021-03-19T20:55:29.455Z] #44 37.31 AR criu/pie/pie.lib.a [2021-03-19T20:55:29.455Z] #44 37.35 DEP criu/pie/restorer.d [2021-03-19T20:55:29.455Z] #44 37.52 DEP criu/arch/s390/restorer.d [2021-03-19T20:55:29.455Z] #44 37.83 DEP criu/arch/s390/vdso-pie.d [2021-03-19T20:55:29.455Z] #44 37.89 DEP criu/pie/parasite-vdso.d [2021-03-19T20:55:29.455Z] #44 37.97 DEP criu/pie/parasite.d [2021-03-19T20:55:29.455Z] #44 38.15 CC criu/pie/parasite.o [2021-03-19T20:55:29.455Z] #44 38.94 LINK criu/pie/parasite.built-in.o [2021-03-19T20:55:29.455Z] #44 38.94 GEN criu/pie/parasite-blob.h [2021-03-19T20:55:29.455Z] #44 38.95 CC criu/pie/parasite-vdso.o [2021-03-19T20:55:29.701Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 62.91MB / 68.67MB 2.6s [2021-03-19T20:55:29.701Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 2.7s [2021-03-19T20:55:29.701Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.7s done [2021-03-19T20:55:29.701Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 [2021-03-19T20:55:29.701Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 2.8s [2021-03-19T20:55:29.701Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 1.02MB / 120.17MB 2.8s [2021-03-19T20:55:29.746Z] #44 ... [2021-03-19T20:55:29.746Z] [2021-03-19T20:55:29.746Z] #18 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2021-03-19T20:55:29.746Z] #18 DONE 1.2s [2021-03-19T20:55:29.961Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 8.39MB / 120.17MB 3.0s [2021-03-19T20:55:30.037Z] [2021-03-19T20:55:30.037Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-19T20:55:30.037Z] #44 39.57 CC criu/arch/s390/vdso-pie.o [2021-03-19T20:55:30.336Z] #44 39.86 CC criu/arch/s390/restorer.o [2021-03-19T20:55:30.531Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 3.3s done [2021-03-19T20:55:30.531Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 16.78MB / 120.17MB 3.3s [2021-03-19T20:55:30.531Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.3s done [2021-03-19T20:55:30.628Z] #44 40.28 CC criu/pie/restorer.o [2021-03-19T20:55:30.790Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 23.07MB / 120.17MB 3.6s [2021-03-19T20:55:30.950Z] Fetching without tags [2021-03-19T20:55:31.026Z] #44 ... [2021-03-19T20:55:31.027Z] [2021-03-19T20:55:31.027Z] #19 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2021-03-19T20:55:31.027Z] #19 DONE 1.2s [2021-03-19T20:55:31.027Z] [2021-03-19T20:55:31.027Z] #20 [dev-systemd-false 6/26] RUN ldconfig [2021-03-19T20:55:31.051Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 32.51MB / 120.17MB 4.0s [2021-03-19T20:55:31.377Z] Merging remotes/origin/master commit 788f2883d285fc997d25cd27235c5b17cf3c0947 into PR head commit 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c [2021-03-19T20:55:31.624Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 44.04MB / 120.17MB 4.4s [2021-03-19T20:55:30.833Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-19T20:55:30.859Z] > git config --add remote.origin.fetch +refs/pull/42173/head:refs/remotes/origin/PR-42173 # timeout=10 [2021-03-19T20:55:30.879Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-19T20:55:30.906Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-19T20:55:30.962Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-19T20:55:30.962Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-19T20:55:30.995Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42173/head:refs/remotes/origin/PR-42173 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-19T20:55:31.384Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T20:55:31.419Z] > git checkout -f 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c # timeout=10 [2021-03-19T20:55:31.884Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 53.48MB / 120.17MB 4.6s [2021-03-19T20:55:31.884Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 59.77MB / 120.17MB 4.8s [2021-03-19T20:55:32.059Z] #20 DONE 1.1s [2021-03-19T20:55:32.059Z] [2021-03-19T20:55:32.059Z] #21 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2021-03-19T20:55:32.153Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 67.11MB / 120.17MB 5.1s [2021-03-19T20:55:32.304Z] #45 ... [2021-03-19T20:55:32.305Z] [2021-03-19T20:55:32.305Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:55:32.305Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-19T20:55:32.305Z] #42 36.69 Fetched 8424 kB in 27s (310 kB/s) [2021-03-19T20:55:32.305Z] #42 36.69 Reading package lists... [2021-03-19T20:55:32.305Z] #42 46.57 Reading package lists... [2021-03-19T20:55:32.305Z] #42 ... [2021-03-19T20:55:32.305Z] [2021-03-19T20:55:32.305Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-03-19T20:55:32.305Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-19T20:55:32.420Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 78.10MB / 120.17MB 5.5s [2021-03-19T20:55:32.679Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 87.03MB / 120.17MB 5.7s [2021-03-19T20:55:32.939Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 97.52MB / 120.17MB 5.9s [2021-03-19T20:55:32.939Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 104.60MB / 120.17MB 6.0s [2021-03-19T20:55:33.019Z] Merge succeeded, producing 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c [2021-03-19T20:55:33.019Z] Checking out Revision 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c (PR-42173) [2021-03-19T20:55:33.242Z] #21 0.848 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-03-19T20:55:33.242Z] #21 0.885 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-19T20:55:33.242Z] #21 0.919 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-19T20:55:33.242Z] #21 0.936 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-19T20:55:33.242Z] #21 1.181 Get:5 http://deb.debian.org/debian buster-backports/main s390x Packages [425 kB] [2021-03-19T20:55:33.513Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 113.25MB / 120.17MB 6.5s [2021-03-19T20:55:33.670Z] #55 43.54 Reading package lists... [2021-03-19T20:55:33.670Z] #55 ... [2021-03-19T20:55:33.670Z] [2021-03-19T20:55:33.670Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:55:33.670Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:55:33.670Z] #13 33.04 Fetched 8929 kB in 28s (318 kB/s) [2021-03-19T20:55:33.772Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 6.7s [2021-03-19T20:55:32.945Z] > git remote # timeout=10 [2021-03-19T20:55:32.964Z] > git config --get remote.origin.url # timeout=10 [2021-03-19T20:55:32.969Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-19T20:55:32.970Z] > git merge 788f2883d285fc997d25cd27235c5b17cf3c0947 # timeout=10 [2021-03-19T20:55:32.985Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-19T20:55:33.027Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T20:55:33.045Z] > git checkout -f 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c # timeout=10 [2021-03-19T20:55:33.883Z] #21 1.669 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2021-03-19T20:55:33.932Z] #13 33.04 Reading package lists... [2021-03-19T20:55:33.932Z] #13 ... [2021-03-19T20:55:33.932Z] [2021-03-19T20:55:33.932Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:55:33.932Z] #49 sha256:226e4cdca77329df1d62dc1ed11f292f8b862c32d457a58c3ceaffec585a06ba [2021-03-19T20:55:33.932Z] #49 47.57 go: extracting github.com/gogo/protobuf v1.2.1 [2021-03-19T20:55:34.714Z] #9 ... [2021-03-19T20:55:34.714Z] [2021-03-19T20:55:34.714Z] #23 [internal] load build context [2021-03-19T20:55:34.714Z] #23 sha256:50f43fa95162ae441056c1436598cb0889f87f5d9e04bca9e650d72d08725514 [2021-03-19T20:55:34.714Z] #23 transferring context: 53.43MB 7.0s done [2021-03-19T20:55:34.714Z] #23 DONE 7.7s [2021-03-19T20:55:34.714Z] [2021-03-19T20:55:34.714Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:55:34.714Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-19T20:55:34.714Z] #9 ... [2021-03-19T20:55:34.714Z] [2021-03-19T20:55:34.714Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:9d4ab94af82b2567c272c7f47fa1204cd9b40914704213f1c257c44042f82aac [2021-03-19T20:55:34.714Z] #26 sha256:16452bcde2a629f773c8fe8bd8c61842d25443d6f6d8f74851a9f812d704b538 [2021-03-19T20:55:34.714Z] #26 resolve docker.io/library/debian:buster@sha256:9d4ab94af82b2567c272c7f47fa1204cd9b40914704213f1c257c44042f82aac done [2021-03-19T20:55:34.714Z] #26 sha256:9d4ab94af82b2567c272c7f47fa1204cd9b40914704213f1c257c44042f82aac 1.85kB / 1.85kB done [2021-03-19T20:55:34.714Z] #26 sha256:a4e852392000434b7c50b26dcf6a659a037521b17df69dd2ace5c2368efba38b 529B / 529B done [2021-03-19T20:55:34.714Z] #26 sha256:dc2eddc158255ea75b9774d29924a700e95d988bcb7612abbda29baddb291670 1.46kB / 1.46kB done [2021-03-19T20:55:34.714Z] #26 sha256:e22122b926a1a853d61887fa35c3fe53e05ee7dc0f2f488936dc9838bd0e230d 50.40MB / 50.40MB 6.0s done [2021-03-19T20:55:34.714Z] #26 extracting sha256:e22122b926a1a853d61887fa35c3fe53e05ee7dc0f2f488936dc9838bd0e230d 0.8s [2021-03-19T20:55:34.714Z] #26 ... [2021-03-19T20:55:34.714Z] [2021-03-19T20:55:34.714Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:55:34.714Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-19T20:55:34.918Z] #21 2.958 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [240 kB] [2021-03-19T20:55:34.973Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.1s [2021-03-19T20:55:34.973Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 7.7s done [2021-03-19T20:55:35.233Z] #9 ... [2021-03-19T20:55:35.233Z] [2021-03-19T20:55:35.233Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-03-19T20:55:35.233Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-03-19T20:55:35.233Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-03-19T20:55:35.233Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-03-19T20:55:35.233Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-03-19T20:55:35.233Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-03-19T20:55:35.233Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 3.9s done [2021-03-19T20:55:35.233Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.9s done [2021-03-19T20:55:35.233Z] #62 DONE 8.1s [2021-03-19T20:55:35.233Z] [2021-03-19T20:55:35.233Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:55:35.233Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-19T20:55:35.497Z] #9 ... [2021-03-19T20:55:35.497Z] [2021-03-19T20:55:35.497Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-03-19T20:55:35.497Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-03-19T20:55:35.497Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 done [2021-03-19T20:55:35.497Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-03-19T20:55:35.497Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-03-19T20:55:35.497Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 4.6s done [2021-03-19T20:55:35.497Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.6s done [2021-03-19T20:55:35.497Z] #64 DONE 8.6s [2021-03-19T20:55:35.497Z] [2021-03-19T20:55:35.497Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:55:35.497Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-19T20:55:35.950Z] #21 4.082 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [9508 B] [2021-03-19T20:55:36.241Z] #21 ... [2021-03-19T20:55:36.241Z] [2021-03-19T20:55:36.241Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-19T20:55:36.241Z] #46 70.91 net/http/httptrace [2021-03-19T20:55:36.241Z] #46 71.06 net/http [2021-03-19T20:55:36.241Z] #46 79.72 github.com/LK4D4/vndr/godl [2021-03-19T20:55:36.241Z] #46 80.18 github.com/LK4D4/vndr [2021-03-19T20:55:36.532Z] #46 ... [2021-03-19T20:55:36.532Z] [2021-03-19T20:55:36.532Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-19T20:55:36.532Z] #44 41.88 LINK criu/pie/restorer.built-in.o [2021-03-19T20:55:36.532Z] #44 41.89 GEN criu/pie/restorer-blob.h [2021-03-19T20:55:36.532Z] #44 41.92 DEP criu/vdso.d [2021-03-19T20:55:36.532Z] #44 42.06 DEP criu/uts_ns.d [2021-03-19T20:55:36.532Z] #44 42.20 DEP criu/util.d [2021-03-19T20:55:36.532Z] #44 42.30 DEP criu/uffd.d [2021-03-19T20:55:36.532Z] #44 42.47 DEP criu/tun.d [2021-03-19T20:55:36.532Z] #44 42.57 DEP criu/tty.d [2021-03-19T20:55:36.532Z] #44 42.67 DEP criu/timerfd.d [2021-03-19T20:55:36.532Z] #44 42.79 DEP criu/timens.d [2021-03-19T20:55:36.532Z] #44 42.96 DEP criu/sysfs_parse.d [2021-03-19T20:55:36.532Z] #44 43.06 DEP criu/sysctl.d [2021-03-19T20:55:36.532Z] #44 43.24 DEP criu/string.d [2021-03-19T20:55:36.532Z] #44 43.27 DEP criu/stats.d [2021-03-19T20:55:36.532Z] #44 43.34 DEP criu/sockets.d [2021-03-19T20:55:36.532Z] #44 43.52 DEP criu/sk-unix.d [2021-03-19T20:55:36.532Z] #44 43.64 DEP criu/sk-tcp.d [2021-03-19T20:55:36.532Z] #44 43.75 DEP criu/sk-queue.d [2021-03-19T20:55:36.532Z] #44 43.89 DEP criu/sk-packet.d [2021-03-19T20:55:36.532Z] #44 44.08 DEP criu/sk-netlink.d [2021-03-19T20:55:36.532Z] #44 44.25 DEP criu/sk-inet.d [2021-03-19T20:55:36.532Z] #44 44.49 DEP criu/signalfd.d [2021-03-19T20:55:36.532Z] #44 44.57 DEP criu/sigframe.d [2021-03-19T20:55:36.532Z] #44 44.61 DEP criu/shmem.d [2021-03-19T20:55:36.532Z] #44 44.71 DEP criu/servicefd.d [2021-03-19T20:55:36.532Z] #44 44.88 DEP criu/seize.d [2021-03-19T20:55:36.532Z] #44 44.99 DEP criu/seccomp.d [2021-03-19T20:55:36.532Z] #44 45.10 DEP criu/rst-malloc.d [2021-03-19T20:55:36.532Z] #44 45.15 DEP criu/rbtree.d [2021-03-19T20:55:36.532Z] #44 45.17 DEP criu/pstree.d [2021-03-19T20:55:36.532Z] #44 45.34 DEP criu/protobuf.d [2021-03-19T20:55:36.532Z] #44 45.52 GEN criu/protobuf-desc-gen.h [2021-03-19T20:55:36.823Z] #44 46.46 DEP criu/protobuf-desc.d [2021-03-19T20:55:36.823Z] #44 46.56 DEP criu/proc_parse.d [2021-03-19T20:55:37.113Z] #44 46.76 DEP criu/plugin.d [2021-03-19T20:55:37.113Z] #44 46.83 DEP criu/pipes.d [2021-03-19T20:55:37.363Z] Commit message: "libcontainerd: remove unused consts" [2021-03-19T20:55:37.484Z] #44 46.99 DEP criu/pie-util.d [2021-03-19T20:55:37.484Z] #44 47.10 DEP criu/pie-util-vdso.d [2021-03-19T20:55:37.484Z] #44 47.25 DEP criu/path.d [2021-03-19T20:55:37.775Z] #44 47.33 DEP criu/parasite-syscall.d [2021-03-19T20:55:37.775Z] #44 47.46 DEP criu/pagemap.d [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-03-19T20:55:38.066Z] #44 47.58 DEP criu/pagemap-cache.d [2021-03-19T20:55:38.066Z] #44 47.73 DEP criu/page-xfer.d [2021-03-19T20:55:38.066Z] #44 ... [2021-03-19T20:55:38.066Z] [2021-03-19T20:55:38.066Z] #21 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2021-03-19T20:55:38.066Z] #21 6.090 Fetched 8584 kB in 5s (1623 kB/s) [2021-03-19T20:55:38.103Z] #49 53.16 go: extracting golang.org/x/text v0.3.2 [2021-03-19T20:55:38.383Z] + docker version [2021-03-19T20:55:38.664Z] #49 ... [2021-03-19T20:55:38.664Z] [2021-03-19T20:55:38.664Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:55:38.664Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-19T20:55:38.664Z] #36 43.33 Reading package lists... [2021-03-19T20:55:38.786Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 8.6s done [2021-03-19T20:55:38.786Z] #9 ... [2021-03-19T20:55:38.786Z] [2021-03-19T20:55:38.786Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-03-19T20:55:38.786Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-03-19T20:55:38.786Z] #63 DONE 1.0s [2021-03-19T20:55:38.786Z] [2021-03-19T20:55:38.786Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:55:38.786Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-19T20:55:38.786Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2021-03-19T20:55:39.149Z] Client: Docker Engine - Community [2021-03-19T20:55:39.149Z] Version: 20.10.3 [2021-03-19T20:55:39.149Z] API version: 1.41 [2021-03-19T20:55:39.149Z] Go version: go1.13.15 [2021-03-19T20:55:39.149Z] Git commit: 48d30b5 [2021-03-19T20:55:39.149Z] Built: Fri Jan 29 14:33:53 2021 [2021-03-19T20:55:39.149Z] OS/Arch: linux/arm64 [2021-03-19T20:55:39.149Z] Context: default [2021-03-19T20:55:39.149Z] Experimental: true [2021-03-19T20:55:39.149Z] [2021-03-19T20:55:39.149Z] Server: Docker Engine - Community [2021-03-19T20:55:39.149Z] Engine: [2021-03-19T20:55:39.149Z] Version: 20.10.3 [2021-03-19T20:55:39.149Z] API version: 1.41 (minimum version 1.12) [2021-03-19T20:55:39.149Z] Go version: go1.13.15 [2021-03-19T20:55:39.149Z] Git commit: 46229ca [2021-03-19T20:55:39.149Z] Built: Fri Jan 29 14:32:08 2021 [2021-03-19T20:55:39.149Z] OS/Arch: linux/arm64 [2021-03-19T20:55:39.149Z] Experimental: true [2021-03-19T20:55:39.149Z] containerd: [2021-03-19T20:55:39.149Z] Version: 1.4.3 [2021-03-19T20:55:39.149Z] GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-03-19T20:55:39.149Z] runc: [2021-03-19T20:55:39.149Z] Version: 1.0.0-rc92 [2021-03-19T20:55:39.149Z] GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-03-19T20:55:39.149Z] docker-init: [2021-03-19T20:55:39.149Z] Version: 0.19.0 [2021-03-19T20:55:39.149Z] GitCommit: de40ad0 [Pipeline] sh [2021-03-19T20:55:39.359Z] #9 ... [2021-03-19T20:55:39.359Z] [2021-03-19T20:55:39.359Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-03-19T20:55:39.359Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-03-19T20:55:39.359Z] #65 DONE 0.8s [2021-03-19T20:55:39.359Z] [2021-03-19T20:55:39.359Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:55:39.359Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-19T20:55:39.481Z] + docker info [2021-03-19T20:55:39.618Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.9s done [2021-03-19T20:55:39.618Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 [2021-03-19T20:55:39.680Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-19T20:55:39.704Z] > git config --add remote.origin.fetch +refs/pull/42173/head:refs/remotes/origin/PR-42173 # timeout=10 [2021-03-19T20:55:39.728Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-19T20:55:39.780Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-19T20:55:39.876Z] #9 ... [2021-03-19T20:55:39.876Z] [2021-03-19T20:55:39.876Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:9d4ab94af82b2567c272c7f47fa1204cd9b40914704213f1c257c44042f82aac [2021-03-19T20:55:39.876Z] #26 sha256:16452bcde2a629f773c8fe8bd8c61842d25443d6f6d8f74851a9f812d704b538 [2021-03-19T20:55:39.876Z] #26 extracting sha256:e22122b926a1a853d61887fa35c3fe53e05ee7dc0f2f488936dc9838bd0e230d 6.0s done [2021-03-19T20:55:39.876Z] #26 DONE 12.9s [2021-03-19T20:55:39.947Z] Fetching without tags [2021-03-19T20:55:40.135Z] [2021-03-19T20:55:40.135Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:55:40.135Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-19T20:55:40.248Z] #21 6.090 Reading package lists... [2021-03-19T20:55:40.387Z] Merging remotes/origin/master commit 788f2883d285fc997d25cd27235c5b17cf3c0947 into PR head commit 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c [2021-03-19T20:55:40.703Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.9s done [2021-03-19T20:55:40.962Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab [2021-03-19T20:55:41.157Z] #36 54.00 Building dependency tree... [2021-03-19T20:55:41.394Z] Merge succeeded, producing 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c [2021-03-19T20:55:41.394Z] Checking out Revision 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c (PR-42173) [2021-03-19T20:55:41.816Z] #21 8.002 Reading package lists... [2021-03-19T20:55:41.816Z] #21 ... [2021-03-19T20:55:41.816Z] [2021-03-19T20:55:41.816Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-19T20:55:41.816Z] #46 DONE 86.1s [2021-03-19T20:55:41.816Z] [2021-03-19T20:55:41.816Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-19T20:55:41.816Z] #44 47.90 DEP criu/page-pipe.d [2021-03-19T20:55:41.816Z] #44 48.02 DEP criu/netfilter.d [2021-03-19T20:55:41.816Z] #44 48.13 DEP criu/net.d [2021-03-19T20:55:41.816Z] #44 48.30 DEP criu/namespaces.d [2021-03-19T20:55:41.816Z] #44 48.45 DEP criu/mount.d [2021-03-19T20:55:41.816Z] #44 48.62 DEP criu/memfd.d [2021-03-19T20:55:41.816Z] #44 48.70 DEP criu/mem.d [2021-03-19T20:55:41.816Z] #44 48.90 DEP criu/lsm.d [2021-03-19T20:55:41.816Z] #44 48.98 DEP criu/log.d [2021-03-19T20:55:41.816Z] #44 49.12 DEP criu/libnetlink.d [2021-03-19T20:55:41.816Z] #44 49.25 DEP criu/kerndat.d [2021-03-19T20:55:41.816Z] #44 49.45 DEP criu/kcmp-ids.d [2021-03-19T20:55:41.816Z] #44 49.53 DEP criu/irmap.d [2021-03-19T20:55:41.816Z] #44 49.59 DEP criu/ipc_ns.d [2021-03-19T20:55:41.816Z] #44 49.73 DEP criu/image.d [2021-03-19T20:55:41.816Z] #44 49.92 DEP criu/image-desc.d [2021-03-19T20:55:41.816Z] #44 50.01 DEP criu/fsnotify.d [2021-03-19T20:55:41.816Z] #44 50.12 DEP criu/filesystems.d [2021-03-19T20:55:41.816Z] #44 50.28 DEP criu/files.d [2021-03-19T20:55:41.816Z] #44 50.46 DEP criu/files-reg.d [2021-03-19T20:55:41.816Z] #44 50.64 DEP criu/files-ext.d [2021-03-19T20:55:41.816Z] #44 50.79 DEP criu/file-lock.d [2021-03-19T20:55:41.816Z] #44 50.92 DEP criu/file-ids.d [2021-03-19T20:55:41.816Z] #44 51.07 DEP criu/fifo.d [2021-03-19T20:55:41.816Z] #44 51.20 DEP criu/fdstore.d [2021-03-19T20:55:41.816Z] #44 51.27 DEP criu/fault-injection.d [2021-03-19T20:55:41.816Z] #44 51.29 DEP criu/external.d [2021-03-19T20:55:41.816Z] #44 51.43 DEP criu/eventpoll.d [2021-03-19T20:55:41.816Z] #44 51.53 DEP criu/eventfd.d [2021-03-19T20:55:41.816Z] #44 51.69 DEP criu/crtools.d [2021-03-19T20:55:42.108Z] #44 51.89 DEP criu/cr-service.d [2021-03-19T20:55:39.954Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-19T20:55:39.955Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-19T20:55:39.956Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42173/head:refs/remotes/origin/PR-42173 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-19T20:55:40.393Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T20:55:40.438Z] > git checkout -f 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c # timeout=10 [2021-03-19T20:55:41.244Z] > git remote # timeout=10 [2021-03-19T20:55:41.284Z] > git config --get remote.origin.url # timeout=10 [2021-03-19T20:55:41.311Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-19T20:55:41.315Z] > git merge 788f2883d285fc997d25cd27235c5b17cf3c0947 # timeout=10 [2021-03-19T20:55:41.354Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-19T20:55:41.396Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T20:55:41.422Z] > git checkout -f 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c # timeout=10 [2021-03-19T20:55:42.399Z] #44 52.00 DEP criu/cr-restore.d [2021-03-19T20:55:42.399Z] #44 52.07 DEP criu/cr-errno.d [2021-03-19T20:55:42.399Z] #44 ... [2021-03-19T20:55:42.399Z] [2021-03-19T20:55:42.399Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-19T20:55:42.399Z] #54 6.951 + cd /tmp/tmp.UayZNkbHWO/src/github.com/opencontainers/runc [2021-03-19T20:55:42.399Z] #54 6.951 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-19T20:55:42.399Z] #54 7.167 + '[' -z '' ']' [2021-03-19T20:55:42.399Z] #54 7.168 + target=static [2021-03-19T20:55:42.399Z] #54 7.168 + make 'BUILDTAGS=seccomp ' static [2021-03-19T20:55:42.399Z] #54 7.457 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o runc . [2021-03-19T20:55:42.399Z] #54 ... [2021-03-19T20:55:42.399Z] [2021-03-19T20:55:42.399Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-19T20:55:42.399Z] #44 52.08 DEP criu/cr-dump.d [2021-03-19T20:55:42.399Z] #44 52.15 DEP criu/cr-dedup.d [2021-03-19T20:55:42.399Z] #44 52.21 DEP criu/cr-check.d [2021-03-19T20:55:42.690Z] #44 52.31 DEP criu/config.d [2021-03-19T20:55:42.690Z] #44 52.44 DEP criu/clone-noasan.d [2021-03-19T20:55:42.690Z] #44 52.50 DEP criu/cgroup.d [2021-03-19T20:55:42.981Z] #44 52.62 DEP criu/cgroup-props.d [2021-03-19T20:55:43.055Z] #36 58.06 The following additional packages will be installed: [2021-03-19T20:55:43.055Z] #36 58.08 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-03-19T20:55:43.055Z] #36 58.10 Suggested packages: [2021-03-19T20:55:43.055Z] #36 58.11 cmake-doc ninja-build lrzip [2021-03-19T20:55:43.055Z] #36 58.11 Recommended packages: [2021-03-19T20:55:43.055Z] #36 58.11 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-03-19T20:55:43.272Z] #44 52.74 DEP criu/bitmap.d [2021-03-19T20:55:43.272Z] #44 52.75 DEP criu/bfd.d [2021-03-19T20:55:43.272Z] #44 52.82 DEP criu/autofs.d [2021-03-19T20:55:43.272Z] #44 52.97 DEP criu/aio.d [2021-03-19T20:55:43.562Z] #44 53.12 DEP criu/action-scripts.d [2021-03-19T20:55:43.853Z] #44 53.40 CC criu/action-scripts.o [2021-03-19T20:55:43.853Z] #44 53.74 CC criu/aio.o [2021-03-19T20:55:44.423Z] #36 59.29 The following NEW packages will be installed: [2021-03-19T20:55:44.423Z] #36 ... [2021-03-19T20:55:44.423Z] [2021-03-19T20:55:44.423Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:55:44.423Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:55:44.423Z] #13 33.04 Reading package lists... [2021-03-19T20:55:44.423Z] #13 44.28 Reading package lists... [2021-03-19T20:55:44.423Z] #13 53.75 Building dependency tree... [2021-03-19T20:55:44.423Z] #13 ... [2021-03-19T20:55:44.423Z] [2021-03-19T20:55:44.423Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:55:44.423Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-19T20:55:44.423Z] #36 59.32 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-03-19T20:55:44.423Z] #36 59.32 vim-common xxd [2021-03-19T20:55:44.488Z] #44 54.16 CC criu/autofs.o [2021-03-19T20:55:44.988Z] #36 59.79 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded. [2021-03-19T20:55:44.988Z] #36 59.79 Need to get 14.9 MB of archives. [2021-03-19T20:55:44.988Z] #36 59.79 After this operation, 61.8 MB of additional disk space will be used. [2021-03-19T20:55:44.988Z] #36 59.79 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-03-19T20:55:44.988Z] #36 59.81 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-03-19T20:55:44.988Z] #36 59.81 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-03-19T20:55:44.988Z] #36 60.01 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-03-19T20:55:45.531Z] #44 55.17 CC criu/bfd.o [2021-03-19T20:55:45.531Z] #44 ... [2021-03-19T20:55:45.531Z] [2021-03-19T20:55:45.531Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2021-03-19T20:55:45.531Z] #33 DONE 90.0s [2021-03-19T20:55:45.580Z] Commit message: "libcontainerd: remove unused consts" [2021-03-19T20:55:45.839Z] [2021-03-19T20:55:45.839Z] #21 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2021-03-19T20:55:45.839Z] #21 8.002 Reading package lists... [2021-03-19T20:55:45.839Z] #21 10.23 Building dependency tree... [2021-03-19T20:55:45.839Z] #21 10.78 libcap2-bin is already the newest version (1:2.25-2). [2021-03-19T20:55:45.839Z] #21 10.78 The following additional packages will be installed: [2021-03-19T20:55:45.839Z] #21 10.79 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-03-19T20:55:45.839Z] #21 10.79 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-03-19T20:55:45.839Z] #21 10.79 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-03-19T20:55:45.839Z] #21 10.79 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-03-19T20:55:45.839Z] #21 10.79 python3.7 python3.7-minimal vim-runtime xxd [2021-03-19T20:55:45.839Z] #21 10.79 Suggested packages: [2021-03-19T20:55:45.839Z] #21 10.79 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-03-19T20:55:45.839Z] #21 10.79 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-03-19T20:55:45.839Z] #21 10.79 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-03-19T20:55:45.839Z] #21 10.79 Recommended packages: [2021-03-19T20:55:45.839Z] #21 10.79 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-03-19T20:55:45.839Z] #21 10.79 python3-keyrings.alt python3-xdg unzip [2021-03-19T20:55:45.839Z] #21 11.81 The following NEW packages will be installed: [2021-03-19T20:55:45.839Z] #21 11.81 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-03-19T20:55:45.839Z] #21 11.81 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-03-19T20:55:45.839Z] #21 11.81 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-03-19T20:55:45.839Z] #21 11.81 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-03-19T20:55:45.839Z] #21 11.82 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-03-19T20:55:45.839Z] #21 11.82 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-03-19T20:55:45.839Z] #21 11.82 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-03-19T20:55:45.839Z] #21 11.82 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-03-19T20:55:45.839Z] #21 11.82 xz-utils zip [2021-03-19T20:55:45.839Z] #21 11.92 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded. [2021-03-19T20:55:45.839Z] #21 11.92 Need to get 27.7 MB of archives. [2021-03-19T20:55:45.839Z] #21 11.92 After this operation, 117 MB of additional disk space will be used. [2021-03-19T20:55:45.839Z] #21 11.92 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x pigz s390x 2.4-1 [52.8 kB] [2021-03-19T20:55:45.839Z] #21 11.94 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-minimal s390x 3.7.3-2+deb10u2 [586 kB] [2021-03-19T20:55:45.839Z] #21 11.97 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7-minimal s390x 3.7.3-2+deb10u2 [1590 kB] [2021-03-19T20:55:45.839Z] #21 12.03 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-minimal s390x 3.7.3-1 [36.6 kB] [2021-03-19T20:55:45.840Z] #21 12.03 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libmpdec2 s390x 2.4.2-2 [83.3 kB] [2021-03-19T20:55:45.840Z] #21 12.03 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-stdlib s390x 3.7.3-2+deb10u2 [1684 kB] [2021-03-19T20:55:45.840Z] #21 12.08 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7 s390x 3.7.3-2+deb10u2 [330 kB] [2021-03-19T20:55:45.840Z] #21 12.09 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3-stdlib s390x 3.7.3-1 [20.0 kB] [2021-03-19T20:55:45.840Z] #21 12.09 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3 s390x 3.7.3-1 [61.5 kB] [2021-03-19T20:55:45.840Z] #21 12.09 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip4tc0 s390x 1.8.2-4 [69.5 kB] [2021-03-19T20:55:45.840Z] #21 12.10 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip6tc0 s390x 1.8.2-4 [69.8 kB] [2021-03-19T20:55:45.840Z] #21 12.10 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libiptc0 s390x 1.8.2-4 [59.6 kB] [2021-03-19T20:55:45.840Z] #21 12.10 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnfnetlink0 s390x 1.0.1-3+b1 [13.7 kB] [2021-03-19T20:55:45.840Z] #21 12.10 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnetfilter-conntrack3 s390x 1.0.7-1 [39.0 kB] [2021-03-19T20:55:45.840Z] #21 12.10 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnftnl11 s390x 1.1.2-2 [50.6 kB] [2021-03-19T20:55:45.840Z] #21 12.11 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x iptables s390x 1.8.2-4 [379 kB] [2021-03-19T20:55:45.840Z] #21 12.13 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2021-03-19T20:55:45.840Z] #21 12.13 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2021-03-19T20:55:45.840Z] #21 12.14 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x bash-completion all 1:2.8-6 [208 kB] [2021-03-19T20:55:45.840Z] #21 12.14 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x bzip2 s390x 1.0.6-9.2~deb10u1 [47.8 kB] [2021-03-19T20:55:45.840Z] #21 12.15 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x xz-utils s390x 5.2.4-1 [181 kB] [2021-03-19T20:55:45.840Z] #21 12.15 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x apparmor s390x 2.13.2-10 [529 kB] [2021-03-19T20:55:45.840Z] #21 12.16 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x aufs-tools s390x 1:4.14+20190211-1 [104 kB] [2021-03-19T20:55:45.840Z] #21 12.17 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2021-03-19T20:55:45.840Z] #21 12.18 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2021-03-19T20:55:45.840Z] #21 12.18 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2021-03-19T20:55:45.840Z] #21 12.18 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libaio1 s390x 0.3.112-3 [11.1 kB] [2021-03-19T20:55:45.840Z] #21 12.18 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main s390x libgpm2 s390x 1.20.7-5 [35.2 kB] [2021-03-19T20:55:45.840Z] #21 12.18 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] [2021-03-19T20:55:45.840Z] #21 12.41 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2021-03-19T20:55:45.840Z] #21 12.44 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2021-03-19T20:55:45.840Z] #21 12.44 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2021-03-19T20:55:45.840Z] #21 12.44 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main s390x libreadline5 s390x 5.2+dfsg-3+b13 [114 kB] [2021-03-19T20:55:45.840Z] #21 12.44 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main s390x net-tools s390x 1.60+git20180626.aebd88e-1 [242 kB] [2021-03-19T20:55:45.840Z] #21 12.45 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pip-whl all 18.1-5 [1591 kB] [2021-03-19T20:55:45.840Z] #21 12.50 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-03-19T20:55:45.840Z] #21 12.50 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-distutils all 3.7.3-1 [142 kB] [2021-03-19T20:55:45.840Z] #21 12.50 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pip all 18.1-5 [171 kB] [2021-03-19T20:55:45.840Z] #21 12.51 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pkg-resources all 40.8.0-1 [153 kB] [2021-03-19T20:55:45.840Z] #21 12.51 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-setuptools all 40.8.0-1 [306 kB] [2021-03-19T20:55:45.840Z] #21 12.52 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-wheel all 0.32.3-2 [19.4 kB] [2021-03-19T20:55:45.840Z] #21 12.52 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main s390x sudo s390x 1.8.27-1+deb10u3 [1199 kB] [2021-03-19T20:55:45.840Z] #21 12.55 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main s390x thin-provisioning-tools s390x 0.7.6-2.1 [314 kB] [2021-03-19T20:55:45.840Z] #21 12.59 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main s390x uidmap s390x 1:4.5-1.1 [257 kB] [2021-03-19T20:55:45.840Z] #21 12.59 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-03-19T20:55:45.840Z] #21 12.71 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim s390x 2:8.1.0875-5 [1188 kB] [2021-03-19T20:55:45.840Z] #21 12.75 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main s390x xfsprogs s390x 4.20.0-1 [865 kB] [2021-03-19T20:55:45.840Z] #21 12.77 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main s390x zip s390x 3.0-11+b1 [232 kB] [2021-03-19T20:55:45.840Z] #21 13.30 debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:55:45.840Z] #21 13.33 Fetched 27.7 MB in 1s (29.6 MB/s) [2021-03-19T20:55:45.840Z] #21 13.38 Selecting previously unselected package pigz. [2021-03-19T20:55:45.840Z] #21 13.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 ... 23201 files and directories currently installed.) [2021-03-19T20:55:45.840Z] #21 13.42 Preparing to unpack .../archives/pigz_2.4-1_s390x.deb ... [2021-03-19T20:55:45.840Z] #21 13.43 Unpacking pigz (2.4-1) ... [2021-03-19T20:55:45.840Z] #21 13.48 Selecting previously unselected package libpython3.7-minimal:s390x. [2021-03-19T20:55:45.840Z] #21 13.48 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_s390x.deb ... [2021-03-19T20:55:45.840Z] #21 13.49 Unpacking libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ... [2021-03-19T20:55:45.840Z] #21 13.87 Selecting previously unselected package python3.7-minimal. [2021-03-19T20:55:45.840Z] #21 13.87 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_s390x.deb ... [2021-03-19T20:55:45.840Z] #21 13.89 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-03-19T20:55:46.238Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.0s [2021-03-19T20:55:46.398Z] #36 61.21 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-03-19T20:55:46.398Z] #36 ... [2021-03-19T20:55:46.398Z] [2021-03-19T20:55:46.398Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-03-19T20:55:46.398Z] #67 sha256:7bf96bec4cce06432da218042cf07dbfac9cdbb67da6a99ecb6141b522cff18b [2021-03-19T20:55:46.398Z] #67 DONE 61.4s [2021-03-19T20:55:46.398Z] [2021-03-19T20:55:46.398Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:55:46.398Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-19T20:55:46.398Z] #36 61.36 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-03-19T20:55:46.398Z] #36 61.45 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-03-19T20:55:46.398Z] #36 61.45 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-03-19T20:55:46.398Z] #36 61.45 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-03-19T20:55:46.398Z] #36 61.45 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-03-19T20:55:46.545Z] #21 14.44 Setting up libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ... [2021-03-19T20:55:46.545Z] #21 14.45 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2021-03-19T20:55:46.612Z] + docker version [2021-03-19T20:55:47.595Z] #21 15.59 Selecting previously unselected package python3-minimal. [2021-03-19T20:55:47.595Z] #21 15.59 (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 ... 23450 files and directories currently installed.) [2021-03-19T20:55:47.595Z] #21 15.60 Preparing to unpack .../python3-minimal_3.7.3-1_s390x.deb ... [2021-03-19T20:55:47.595Z] #21 15.60 Unpacking python3-minimal (3.7.3-1) ... [2021-03-19T20:55:47.595Z] #21 15.64 Selecting previously unselected package libmpdec2:s390x. [2021-03-19T20:55:47.595Z] #21 15.64 Preparing to unpack .../libmpdec2_2.4.2-2_s390x.deb ... [2021-03-19T20:55:47.595Z] #21 15.64 Unpacking libmpdec2:s390x (2.4.2-2) ... [2021-03-19T20:55:47.595Z] #21 15.72 Selecting previously unselected package libpython3.7-stdlib:s390x. [2021-03-19T20:55:47.621Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 6.6s done [2021-03-19T20:55:47.621Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 [2021-03-19T20:55:47.886Z] #21 15.73 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_s390x.deb ... [2021-03-19T20:55:47.886Z] #21 15.73 Unpacking libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ... [2021-03-19T20:55:48.177Z] #21 16.22 Selecting previously unselected package python3.7. [2021-03-19T20:55:48.177Z] #21 16.23 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_s390x.deb ... [2021-03-19T20:55:48.177Z] #21 16.23 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2021-03-19T20:55:48.177Z] #21 16.29 Selecting previously unselected package libpython3-stdlib:s390x. [2021-03-19T20:55:48.378Z] Client: Docker Engine - Community [2021-03-19T20:55:48.378Z] Version: 20.10.3 [2021-03-19T20:55:48.378Z] API version: 1.41 [2021-03-19T20:55:48.378Z] Go version: go1.13.15 [2021-03-19T20:55:48.378Z] Git commit: 48d30b5 [2021-03-19T20:55:48.378Z] Built: Fri Jan 29 14:33:21 2021 [2021-03-19T20:55:48.378Z] OS/Arch: linux/amd64 [2021-03-19T20:55:48.378Z] Context: default [2021-03-19T20:55:48.378Z] Experimental: true [2021-03-19T20:55:48.378Z] [2021-03-19T20:55:48.378Z] Server: Docker Engine - Community [2021-03-19T20:55:48.378Z] Engine: [2021-03-19T20:55:48.378Z] Version: 20.10.3 [2021-03-19T20:55:48.378Z] API version: 1.41 (minimum version 1.12) [2021-03-19T20:55:48.378Z] Go version: go1.13.15 [2021-03-19T20:55:48.378Z] Git commit: 46229ca [2021-03-19T20:55:48.378Z] Built: Fri Jan 29 14:31:32 2021 [2021-03-19T20:55:48.378Z] OS/Arch: linux/amd64 [2021-03-19T20:55:48.378Z] Experimental: true [2021-03-19T20:55:48.378Z] containerd: [2021-03-19T20:55:48.378Z] Version: 1.4.3 [2021-03-19T20:55:48.378Z] GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-03-19T20:55:48.378Z] runc: [2021-03-19T20:55:48.378Z] Version: 1.0.0-rc92 [2021-03-19T20:55:48.378Z] GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-03-19T20:55:48.378Z] docker-init: [2021-03-19T20:55:48.378Z] Version: 0.19.0 [2021-03-19T20:55:48.378Z] GitCommit: de40ad0 [Pipeline] sh [2021-03-19T20:55:48.468Z] #21 16.30 Preparing to unpack .../libpython3-stdlib_3.7.3-1_s390x.deb ... [2021-03-19T20:55:48.468Z] #21 16.30 Unpacking libpython3-stdlib:s390x (3.7.3-1) ... [2021-03-19T20:55:48.468Z] #21 16.35 Setting up python3-minimal (3.7.3-1) ... [2021-03-19T20:55:48.697Z] + docker info [2021-03-19T20:55:48.768Z] #21 16.84 Selecting previously unselected package python3. [2021-03-19T20:55:48.920Z] #36 ... [2021-03-19T20:55:48.920Z] [2021-03-19T20:55:48.920Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-03-19T20:55:48.920Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-19T20:55:48.920Z] #55 43.54 Reading package lists... [2021-03-19T20:55:48.920Z] #55 54.05 Building dependency tree... [2021-03-19T20:55:48.920Z] #55 58.40 The following additional packages will be installed: [2021-03-19T20:55:48.920Z] #55 58.44 libbtrfs0 [2021-03-19T20:55:48.920Z] #55 58.79 The following NEW packages will be installed: [2021-03-19T20:55:48.920Z] #55 58.84 libbtrfs-dev libbtrfs0 [2021-03-19T20:55:48.920Z] #55 59.33 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded. [2021-03-19T20:55:48.920Z] #55 59.33 Need to get 119 kB of archives. [2021-03-19T20:55:48.920Z] #55 59.33 After this operation, 387 kB of additional disk space will be used. [2021-03-19T20:55:48.920Z] #55 59.33 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-03-19T20:55:48.920Z] #55 59.34 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-03-19T20:55:48.920Z] #55 60.96 debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:55:48.920Z] #55 61.38 Fetched 119 kB in 0s (414 kB/s) [2021-03-19T20:55:48.920Z] #55 61.59 Selecting previously unselected package libbtrfs0. [2021-03-19T20:55:48.920Z] #55 61.59 (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.) [2021-03-19T20:55:48.920Z] #55 61.71 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-03-19T20:55:48.920Z] #55 61.75 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-19T20:55:48.920Z] #55 62.10 Selecting previously unselected package libbtrfs-dev. [2021-03-19T20:55:48.920Z] #55 62.10 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-03-19T20:55:48.920Z] #55 62.10 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-19T20:55:48.920Z] #55 62.46 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-19T20:55:48.920Z] #55 62.56 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-19T20:55:48.920Z] #55 62.61 Processing triggers for libc-bin (2.28-10) ... [2021-03-19T20:55:48.920Z] #55 DONE 63.4s [2021-03-19T20:55:48.920Z] [2021-03-19T20:55:48.920Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:55:48.920Z] #49 sha256:226e4cdca77329df1d62dc1ed11f292f8b862c32d457a58c3ceaffec585a06ba [2021-03-19T20:55:48.920Z] #49 61.79 go: finding github.com/fatih/color v1.7.0 [2021-03-19T20:55:48.920Z] #49 61.89 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-19T20:55:48.920Z] #49 61.96 go: finding github.com/mattn/go-colorable v0.1.4 [2021-03-19T20:55:48.920Z] #49 62.06 go: finding github.com/mattn/go-isatty v0.0.8 [2021-03-19T20:55:48.920Z] #49 62.17 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-19T20:55:48.920Z] #49 62.31 go: finding github.com/go-critic/go-critic v0.4.1 [2021-03-19T20:55:48.920Z] #49 62.34 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-19T20:55:48.920Z] #49 62.36 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-03-19T20:55:48.920Z] #49 62.36 go: finding github.com/pkg/errors v0.8.1 [2021-03-19T20:55:48.920Z] #49 62.38 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-03-19T20:55:48.920Z] #49 62.39 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-03-19T20:55:48.920Z] #49 62.50 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-03-19T20:55:48.920Z] #49 62.50 go: finding github.com/sirupsen/logrus v1.4.2 [2021-03-19T20:55:48.920Z] #49 62.55 go: finding github.com/stretchr/testify v1.4.0 [2021-03-19T20:55:48.920Z] #49 62.55 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-03-19T20:55:48.920Z] #49 62.62 go: finding github.com/spf13/viper v1.6.1 [2021-03-19T20:55:48.920Z] #49 62.62 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-03-19T20:55:48.920Z] #49 62.62 go: finding github.com/davecgh/go-spew v1.1.1 [2021-03-19T20:55:48.920Z] #49 62.69 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-03-19T20:55:48.920Z] #49 62.75 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-03-19T20:55:48.920Z] #49 62.80 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-03-19T20:55:48.920Z] #49 62.91 go: finding github.com/stretchr/objx v0.2.0 [2021-03-19T20:55:48.920Z] #49 62.95 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-03-19T20:55:48.920Z] #49 63.04 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-19T20:55:48.920Z] #49 63.08 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-03-19T20:55:48.920Z] #49 63.11 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-19T20:55:48.920Z] #49 63.11 go: finding github.com/gobwas/glob v0.2.3 [2021-03-19T20:55:48.920Z] #49 63.16 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-03-19T20:55:48.920Z] #49 63.16 go: finding github.com/spf13/cobra v0.0.5 [2021-03-19T20:55:48.920Z] #49 63.26 go: finding github.com/hashicorp/hcl v1.0.0 [2021-03-19T20:55:48.920Z] #49 63.33 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-19T20:55:48.920Z] #49 63.41 go: finding github.com/spf13/pflag v1.0.5 [2021-03-19T20:55:48.920Z] #49 63.64 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-19T20:55:48.920Z] #49 63.74 go: finding github.com/magiconair/properties v1.8.1 [2021-03-19T20:55:48.920Z] #49 63.93 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-03-19T20:55:48.920Z] #49 63.97 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-19T20:55:49.004Z] #9 ... [2021-03-19T20:55:49.004Z] [2021-03-19T20:55:49.004Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-03-19T20:55:49.004Z] #27 sha256:a183c933d34ebf3f11ac5a473ac20eddb7cda49f6f857966e698ef57b90473a8 [2021-03-19T20:55:49.004Z] #27 1.280 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-19T20:55:49.004Z] #27 1.321 Get:2 http://deb.debian.org/debian buster InRelease [122 kB] [2021-03-19T20:55:49.004Z] #27 1.332 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-19T20:55:49.004Z] #27 1.545 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [269 kB] [2021-03-19T20:55:49.004Z] #27 1.901 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-19T20:55:49.004Z] #27 2.202 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-19T20:55:49.004Z] #27 3.856 Fetched 8424 kB in 3s (2977 kB/s) [2021-03-19T20:55:49.004Z] #27 3.856 Reading package lists... [2021-03-19T20:55:49.004Z] #27 4.822 Reading package lists... [2021-03-19T20:55:49.004Z] #27 5.798 Building dependency tree... [2021-03-19T20:55:49.004Z] #27 6.140 The following additional packages will be installed: [2021-03-19T20:55:49.004Z] #27 6.140 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-03-19T20:55:49.004Z] #27 6.140 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-03-19T20:55:49.004Z] #27 6.145 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-03-19T20:55:49.004Z] #27 6.145 Suggested packages: [2021-03-19T20:55:49.004Z] #27 6.145 krb5-doc krb5-user [2021-03-19T20:55:49.004Z] #27 6.145 Recommended packages: [2021-03-19T20:55:49.004Z] #27 6.145 krb5-locales publicsuffix libsasl2-modules [2021-03-19T20:55:49.004Z] #27 6.331 The following NEW packages will be installed: [2021-03-19T20:55:49.004Z] #27 6.332 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-03-19T20:55:49.004Z] #27 6.332 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-03-19T20:55:49.004Z] #27 6.332 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-03-19T20:55:49.004Z] #27 6.333 libssh2-1 libssl1.1 openssl [2021-03-19T20:55:49.004Z] #27 6.620 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2021-03-19T20:55:49.004Z] #27 6.620 Need to get 5057 kB of archives. [2021-03-19T20:55:49.004Z] #27 6.620 After this operation, 12.1 MB of additional disk space will be used. [2021-03-19T20:55:49.004Z] #27 6.620 Get:1 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-03-19T20:55:49.004Z] #27 6.634 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u5 [1539 kB] [2021-03-19T20:55:49.004Z] #27 6.634 Get:3 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-03-19T20:55:49.004Z] #27 6.634 Get:4 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-03-19T20:55:49.004Z] #27 6.634 Get:5 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-03-19T20:55:49.004Z] #27 6.634 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-03-19T20:55:49.004Z] #27 6.634 Get:7 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-03-19T20:55:49.004Z] #27 6.636 Get:8 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-03-19T20:55:49.004Z] #27 6.642 Get:9 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-03-19T20:55:49.004Z] #27 6.668 Get:10 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-03-19T20:55:49.004Z] #27 6.670 Get:11 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-03-19T20:55:49.004Z] #27 6.671 Get:12 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-03-19T20:55:49.004Z] #27 6.678 Get:13 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-03-19T20:55:49.004Z] #27 6.688 Get:14 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB] [2021-03-19T20:55:49.004Z] #27 6.693 Get:15 http://security.debian.org/debian-security buster/updates/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-03-19T20:55:49.004Z] #27 6.714 Get:16 http://security.debian.org/debian-security buster/updates/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB] [2021-03-19T20:55:49.004Z] #27 6.714 Get:17 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB] [2021-03-19T20:55:49.004Z] #27 6.714 Get:18 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u5 [844 kB] [2021-03-19T20:55:49.004Z] #27 6.722 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-03-19T20:55:49.004Z] #27 6.727 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-03-19T20:55:49.004Z] #27 6.742 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-03-19T20:55:49.004Z] #27 6.931 debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:55:49.004Z] #27 6.956 Fetched 5057 kB in 0s (12.9 MB/s) [2021-03-19T20:55:49.004Z] #27 7.049 Selecting previously unselected package libssl1.1:amd64. [2021-03-19T20:55:49.004Z] #27 7.049 (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 ... 6677 files and directories currently installed.) [2021-03-19T20:55:49.004Z] #27 7.049 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_amd64.deb ... [2021-03-19T20:55:49.004Z] #27 7.061 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-03-19T20:55:49.004Z] #27 7.309 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-19T20:55:49.004Z] #27 7.309 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-03-19T20:55:49.004Z] #27 7.314 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-19T20:55:49.004Z] #27 7.373 Selecting previously unselected package libsasl2-2:amd64. [2021-03-19T20:55:49.004Z] #27 7.373 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-03-19T20:55:49.004Z] #27 7.385 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-19T20:55:49.004Z] #27 7.503 Selecting previously unselected package libldap-common. [2021-03-19T20:55:49.004Z] #27 7.503 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-03-19T20:55:49.004Z] #27 7.503 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-19T20:55:49.004Z] #27 7.638 Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-19T20:55:49.004Z] #27 7.638 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-03-19T20:55:49.004Z] #27 7.645 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-03-19T20:55:49.004Z] #27 7.733 Selecting previously unselected package openssl. [2021-03-19T20:55:49.004Z] #27 7.733 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_amd64.deb ... [2021-03-19T20:55:49.004Z] #27 7.737 Unpacking openssl (1.1.1d-0+deb10u5) ... [2021-03-19T20:55:49.004Z] #27 7.937 Selecting previously unselected package ca-certificates. [2021-03-19T20:55:49.004Z] #27 7.937 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2021-03-19T20:55:49.004Z] #27 7.942 Unpacking ca-certificates (20200601~deb10u2) ... [2021-03-19T20:55:49.004Z] #27 8.044 Selecting previously unselected package libkeyutils1:amd64. [2021-03-19T20:55:49.004Z] #27 8.044 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ... [2021-03-19T20:55:49.004Z] #27 8.049 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-03-19T20:55:49.004Z] #27 8.092 Selecting previously unselected package libkrb5support0:amd64. [2021-03-19T20:55:49.004Z] #27 8.092 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-03-19T20:55:49.004Z] #27 8.097 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-03-19T20:55:49.004Z] #27 8.161 Selecting previously unselected package libk5crypto3:amd64. [2021-03-19T20:55:49.004Z] #27 8.161 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-03-19T20:55:49.004Z] #27 8.169 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-03-19T20:55:49.004Z] #27 8.243 Selecting previously unselected package libkrb5-3:amd64. [2021-03-19T20:55:49.004Z] #27 8.243 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-03-19T20:55:49.004Z] #27 8.249 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-03-19T20:55:49.004Z] #27 8.402 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-19T20:55:49.004Z] #27 8.402 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-03-19T20:55:49.004Z] #27 8.407 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-03-19T20:55:49.004Z] #27 8.499 Selecting previously unselected package libnghttp2-14:amd64. [2021-03-19T20:55:49.004Z] #27 8.499 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-03-19T20:55:49.004Z] #27 8.503 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-03-19T20:55:49.004Z] #27 8.560 Selecting previously unselected package libpsl5:amd64. [2021-03-19T20:55:49.004Z] #27 8.560 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-03-19T20:55:49.004Z] #27 8.565 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-03-19T20:55:49.004Z] #27 8.631 Selecting previously unselected package librtmp1:amd64. [2021-03-19T20:55:49.004Z] #27 8.631 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-03-19T20:55:49.004Z] #27 8.638 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-03-19T20:55:49.004Z] #27 8.703 Selecting previously unselected package libssh2-1:amd64. [2021-03-19T20:55:49.004Z] #27 8.703 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-03-19T20:55:49.004Z] #27 8.708 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-03-19T20:55:49.004Z] #27 8.785 Selecting previously unselected package libcurl4:amd64. [2021-03-19T20:55:49.004Z] #27 8.785 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ... [2021-03-19T20:55:49.004Z] #27 8.798 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-03-19T20:55:49.004Z] #27 8.892 Selecting previously unselected package curl. [2021-03-19T20:55:49.004Z] #27 8.892 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ... [2021-03-19T20:55:49.004Z] #27 8.898 Unpacking curl (7.64.0-4+deb10u1) ... [2021-03-19T20:55:49.004Z] #27 8.986 Selecting previously unselected package libonig5:amd64. [2021-03-19T20:55:49.004Z] #27 8.986 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-03-19T20:55:49.004Z] #27 8.991 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-03-19T20:55:49.004Z] #27 9.087 Selecting previously unselected package libjq1:amd64. [2021-03-19T20:55:49.004Z] #27 9.087 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-03-19T20:55:49.004Z] #27 9.092 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-19T20:55:49.004Z] #27 9.153 Selecting previously unselected package jq. [2021-03-19T20:55:49.004Z] #27 9.153 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-03-19T20:55:49.004Z] #27 9.158 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-19T20:55:49.004Z] #27 9.217 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-03-19T20:55:49.059Z] #21 16.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 ... 23862 files and directories currently installed.) [2021-03-19T20:55:49.059Z] #21 16.89 Preparing to unpack .../00-python3_3.7.3-1_s390x.deb ... [2021-03-19T20:55:49.059Z] #21 16.89 Unpacking python3 (3.7.3-1) ... [2021-03-19T20:55:49.059Z] #21 16.95 Selecting previously unselected package libip4tc0:s390x. [2021-03-19T20:55:49.059Z] #21 16.96 Preparing to unpack .../01-libip4tc0_1.8.2-4_s390x.deb ... [2021-03-19T20:55:49.059Z] #21 16.96 Unpacking libip4tc0:s390x (1.8.2-4) ... [2021-03-19T20:55:49.059Z] #21 17.01 Selecting previously unselected package libip6tc0:s390x. [2021-03-19T20:55:49.059Z] #21 17.01 Preparing to unpack .../02-libip6tc0_1.8.2-4_s390x.deb ... [2021-03-19T20:55:49.059Z] #21 17.01 Unpacking libip6tc0:s390x (1.8.2-4) ... [2021-03-19T20:55:49.059Z] #21 17.06 Selecting previously unselected package libiptc0:s390x. [2021-03-19T20:55:49.059Z] #21 17.06 Preparing to unpack .../03-libiptc0_1.8.2-4_s390x.deb ... [2021-03-19T20:55:49.059Z] #21 17.06 Unpacking libiptc0:s390x (1.8.2-4) ... [2021-03-19T20:55:49.059Z] #21 17.11 Selecting previously unselected package libnfnetlink0:s390x. [2021-03-19T20:55:49.059Z] #21 17.11 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_s390x.deb ... [2021-03-19T20:55:49.059Z] #21 17.12 Unpacking libnfnetlink0:s390x (1.0.1-3+b1) ... [2021-03-19T20:55:49.059Z] #21 17.14 Selecting previously unselected package libnetfilter-conntrack3:s390x. [2021-03-19T20:55:49.059Z] #21 17.14 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_s390x.deb ... [2021-03-19T20:55:49.059Z] #21 17.14 Unpacking libnetfilter-conntrack3:s390x (1.0.7-1) ... [2021-03-19T20:55:49.059Z] #21 17.19 Selecting previously unselected package libnftnl11:s390x. [2021-03-19T20:55:49.178Z] #49 64.03 go: finding github.com/pelletier/go-toml v1.2.0 [2021-03-19T20:55:49.178Z] #49 64.04 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-19T20:55:49.178Z] #49 64.08 go: finding github.com/spf13/afero v1.1.2 [2021-03-19T20:55:49.178Z] #49 64.13 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-19T20:55:49.178Z] #49 64.26 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-19T20:55:49.264Z] #27 9.243 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-03-19T20:55:49.264Z] #27 9.253 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-03-19T20:55:49.264Z] #27 9.419 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-03-19T20:55:49.264Z] #27 9.433 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-19T20:55:49.264Z] #27 9.454 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-03-19T20:55:49.264Z] #27 9.463 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-19T20:55:49.264Z] #27 9.477 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-03-19T20:55:49.350Z] #21 17.19 Preparing to unpack .../06-libnftnl11_1.1.2-2_s390x.deb ... [2021-03-19T20:55:49.350Z] #21 17.19 Unpacking libnftnl11:s390x (1.1.2-2) ... [2021-03-19T20:55:49.350Z] #21 17.24 Selecting previously unselected package iptables. [2021-03-19T20:55:49.350Z] #21 17.24 Preparing to unpack .../07-iptables_1.8.2-4_s390x.deb ... [2021-03-19T20:55:49.350Z] #21 17.24 Unpacking iptables (1.8.2-4) ... [2021-03-19T20:55:49.350Z] #21 17.43 Selecting previously unselected package xxd. [2021-03-19T20:55:49.350Z] #21 17.43 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_s390x.deb ... [2021-03-19T20:55:49.350Z] #21 17.43 Unpacking xxd (2:8.1.0875-5) ... [2021-03-19T20:55:49.438Z] #49 64.28 go: finding github.com/spf13/cast v1.3.0 [2021-03-19T20:55:49.438Z] #49 64.32 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-03-19T20:55:49.438Z] #49 64.35 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-19T20:55:49.438Z] #49 64.37 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-19T20:55:49.522Z] #27 9.491 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-03-19T20:55:49.522Z] #27 9.502 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-19T20:55:49.522Z] #27 9.521 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-03-19T20:55:49.522Z] #27 9.535 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-03-19T20:55:49.522Z] #27 9.548 Setting up openssl (1.1.1d-0+deb10u5) ... [2021-03-19T20:55:49.522Z] #27 ... [2021-03-19T20:55:49.522Z] [2021-03-19T20:55:49.522Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:55:49.522Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-19T20:55:49.641Z] #21 17.53 Selecting previously unselected package vim-common. [2021-03-19T20:55:49.641Z] #21 17.53 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-19T20:55:49.641Z] #21 17.54 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-19T20:55:49.641Z] #21 17.64 Selecting previously unselected package bash-completion. [2021-03-19T20:55:49.641Z] #21 17.64 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-03-19T20:55:49.697Z] #49 64.64 go: finding github.com/subosito/gotenv v1.2.0 [2021-03-19T20:55:49.697Z] #49 64.69 go: finding golang.org/x/text v0.3.2 [2021-03-19T20:55:49.954Z] #49 64.72 go: finding gopkg.in/ini.v1 v1.51.0 [2021-03-19T20:55:49.954Z] #49 64.85 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-19T20:55:49.954Z] #49 64.86 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-19T20:55:49.954Z] #49 64.89 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-19T20:55:49.954Z] #49 64.97 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-19T20:55:49.954Z] #49 64.97 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-19T20:55:49.954Z] #49 64.99 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-19T20:55:49.954Z] #49 65.03 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-19T20:55:50.211Z] #49 65.18 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-19T20:55:50.211Z] #49 65.19 go: finding github.com/kisielk/gotool v1.0.0 [2021-03-19T20:55:50.211Z] #49 65.19 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-19T20:55:50.211Z] #49 65.20 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-19T20:55:50.211Z] #49 65.25 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-19T20:55:50.211Z] #49 65.32 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-03-19T20:55:50.468Z] #49 65.33 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-19T20:55:50.468Z] #49 65.34 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-19T20:55:50.468Z] #49 65.39 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-19T20:55:50.468Z] #49 65.44 go: finding github.com/ultraware/funlen v0.0.2 [2021-03-19T20:55:50.468Z] #49 65.47 go: finding github.com/ultraware/whitespace v0.0.4 [2021-03-19T20:55:50.468Z] #49 65.49 go: finding github.com/uudashr/gocognit v1.0.1 [2021-03-19T20:55:50.468Z] #49 65.51 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-19T20:55:50.724Z] #49 65.61 go: finding github.com/gogo/protobuf v1.2.1 [2021-03-19T20:55:50.724Z] #49 65.83 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-19T20:55:50.821Z] Client: Docker Engine - Community [2021-03-19T20:55:50.821Z] Version: 20.10.3 [2021-03-19T20:55:50.821Z] API version: 1.41 [2021-03-19T20:55:50.821Z] Go version: go1.13.15 [2021-03-19T20:55:50.821Z] Git commit: 48d30b5 [2021-03-19T20:55:50.821Z] Built: Fri Jan 29 14:33:13 2021 [2021-03-19T20:55:50.821Z] OS/Arch: linux/amd64 [2021-03-19T20:55:50.821Z] Context: default [2021-03-19T20:55:50.821Z] Experimental: true [2021-03-19T20:55:50.821Z] [2021-03-19T20:55:50.821Z] Server: Docker Engine - Community [2021-03-19T20:55:50.821Z] Engine: [2021-03-19T20:55:50.821Z] Version: 20.10.3 [2021-03-19T20:55:50.821Z] API version: 1.41 (minimum version 1.12) [2021-03-19T20:55:50.821Z] Go version: go1.13.15 [2021-03-19T20:55:50.821Z] Git commit: 46229ca [2021-03-19T20:55:50.821Z] Built: Fri Jan 29 14:31:25 2021 [2021-03-19T20:55:50.821Z] OS/Arch: linux/amd64 [2021-03-19T20:55:50.821Z] Experimental: true [2021-03-19T20:55:50.821Z] containerd: [2021-03-19T20:55:50.821Z] Version: 1.4.3 [2021-03-19T20:55:50.821Z] GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-03-19T20:55:50.821Z] runc: [2021-03-19T20:55:50.821Z] Version: 1.0.0-rc92 [2021-03-19T20:55:50.821Z] GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-03-19T20:55:50.821Z] docker-init: [2021-03-19T20:55:50.821Z] Version: 0.19.0 [2021-03-19T20:55:50.821Z] GitCommit: de40ad0 [Pipeline] sh [2021-03-19T20:55:50.981Z] #49 65.95 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-19T20:55:50.981Z] #49 66.10 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-19T20:55:51.151Z] + docker info [2021-03-19T20:55:51.220Z] #21 19.03 Unpacking bash-completion (1:2.8-6) ... [2021-03-19T20:55:51.220Z] #21 19.26 Selecting previously unselected package bzip2. [2021-03-19T20:55:51.238Z] #49 66.10 go: finding github.com/BurntSushi/toml v0.3.1 [2021-03-19T20:55:51.238Z] #49 66.22 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-19T20:55:51.495Z] #49 ... [2021-03-19T20:55:51.495Z] [2021-03-19T20:55:51.495Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:55:51.495Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-19T20:55:51.495Z] #42 46.57 Reading package lists... [2021-03-19T20:55:51.495Z] #42 56.71 Building dependency tree... [2021-03-19T20:55:51.495Z] #42 61.30 The following additional packages will be installed: [2021-03-19T20:55:51.495Z] #42 61.31 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-03-19T20:55:51.495Z] #42 61.32 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-03-19T20:55:51.495Z] #42 61.36 Suggested packages: [2021-03-19T20:55:51.495Z] #42 61.37 manpages-dev python-setuptools [2021-03-19T20:55:51.495Z] #42 63.72 The following NEW packages will be installed: [2021-03-19T20:55:51.495Z] #42 63.80 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-03-19T20:55:51.495Z] #42 63.80 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-03-19T20:55:51.495Z] #42 63.80 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-03-19T20:55:51.495Z] #42 63.80 python-six zlib1g-dev [2021-03-19T20:55:51.495Z] #42 64.35 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded. [2021-03-19T20:55:51.495Z] #42 64.35 Need to get 4095 kB of archives. [2021-03-19T20:55:51.495Z] #42 64.35 After this operation, 22.5 MB of additional disk space will be used. [2021-03-19T20:55:51.495Z] #42 64.35 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2021-03-19T20:55:51.495Z] #42 64.36 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-03-19T20:55:51.495Z] #42 64.40 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2021-03-19T20:55:51.495Z] #42 64.45 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-03-19T20:55:51.495Z] #42 64.45 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2021-03-19T20:55:51.495Z] #42 64.46 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-03-19T20:55:51.495Z] #42 64.46 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2021-03-19T20:55:51.495Z] #42 64.46 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2021-03-19T20:55:51.495Z] #42 64.49 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-03-19T20:55:51.495Z] #42 64.58 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2021-03-19T20:55:51.496Z] #42 64.61 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2021-03-19T20:55:51.496Z] #42 64.75 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2021-03-19T20:55:51.496Z] #42 64.86 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2021-03-19T20:55:51.496Z] #42 64.87 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2021-03-19T20:55:51.496Z] #42 64.88 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-03-19T20:55:51.496Z] #42 64.91 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2021-03-19T20:55:51.496Z] #42 64.92 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2021-03-19T20:55:51.496Z] #42 66.42 debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:55:51.511Z] #21 19.26 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_s390x.deb ... [2021-03-19T20:55:51.511Z] #21 19.27 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-19T20:55:51.511Z] #21 19.31 Selecting previously unselected package xz-utils. [2021-03-19T20:55:51.511Z] #21 19.31 Preparing to unpack .../12-xz-utils_5.2.4-1_s390x.deb ... [2021-03-19T20:55:51.511Z] #21 19.32 Unpacking xz-utils (5.2.4-1) ... [2021-03-19T20:55:51.511Z] #21 19.42 Selecting previously unselected package apparmor. [2021-03-19T20:55:51.511Z] #21 19.42 Preparing to unpack .../13-apparmor_2.13.2-10_s390x.deb ... [2021-03-19T20:55:51.511Z] #21 19.45 Unpacking apparmor (2.13.2-10) ... [2021-03-19T20:55:51.748Z] Client: [2021-03-19T20:55:51.748Z] Context: default [2021-03-19T20:55:51.748Z] Debug Mode: false [2021-03-19T20:55:51.748Z] Plugins: [2021-03-19T20:55:51.748Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-03-19T20:55:51.748Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-03-19T20:55:51.748Z] [2021-03-19T20:55:51.748Z] Server: [2021-03-19T20:55:51.748Z] Containers: 0 [2021-03-19T20:55:51.748Z] Running: 0 [2021-03-19T20:55:51.748Z] Paused: 0 [2021-03-19T20:55:51.748Z] Stopped: 0 [2021-03-19T20:55:51.748Z] Images: 0 [2021-03-19T20:55:51.748Z] Server Version: 20.10.3 [2021-03-19T20:55:51.748Z] Storage Driver: overlay2 [2021-03-19T20:55:51.748Z] Backing Filesystem: extfs [2021-03-19T20:55:51.748Z] Supports d_type: true [2021-03-19T20:55:51.748Z] Native Overlay Diff: true [2021-03-19T20:55:51.748Z] Logging Driver: json-file [2021-03-19T20:55:51.748Z] Cgroup Driver: cgroupfs [2021-03-19T20:55:51.748Z] Cgroup Version: 1 [2021-03-19T20:55:51.748Z] Plugins: [2021-03-19T20:55:51.748Z] Volume: local [2021-03-19T20:55:51.748Z] Network: bridge host ipvlan macvlan null overlay [2021-03-19T20:55:51.748Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-03-19T20:55:51.748Z] Swarm: inactive [2021-03-19T20:55:51.748Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-03-19T20:55:51.748Z] Default Runtime: runc [2021-03-19T20:55:51.748Z] Init Binary: docker-init [2021-03-19T20:55:51.748Z] containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-03-19T20:55:51.748Z] runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-03-19T20:55:51.748Z] init version: de40ad0 [2021-03-19T20:55:51.748Z] Security Options: [2021-03-19T20:55:51.748Z] apparmor [2021-03-19T20:55:51.748Z] seccomp [2021-03-19T20:55:51.748Z] Profile: default [2021-03-19T20:55:51.748Z] Kernel Version: 4.15.0-1093-aws [2021-03-19T20:55:51.748Z] Operating System: Ubuntu 16.04.7 LTS [2021-03-19T20:55:51.748Z] OSType: linux [2021-03-19T20:55:51.748Z] Architecture: aarch64 [2021-03-19T20:55:51.748Z] CPUs: 4 [2021-03-19T20:55:51.748Z] Total Memory: 7.525GiB [2021-03-19T20:55:51.748Z] Name: ip-10-100-63-220 [2021-03-19T20:55:51.748Z] ID: HS3U:IGO5:VPJI:V5M2:5SX2:V5CR:PRXJ:5HSF:G7SK:JBQF:ATHM:TB3S [2021-03-19T20:55:51.748Z] Docker Root Dir: /var/lib/docker [2021-03-19T20:55:51.748Z] Debug Mode: false [2021-03-19T20:55:51.748Z] Registry: https://index.docker.io/v1/ [2021-03-19T20:55:51.748Z] Labels: [2021-03-19T20:55:51.748Z] Experimental: true [2021-03-19T20:55:51.748Z] Insecure Registries: [2021-03-19T20:55:51.748Z] 127.0.0.0/8 [2021-03-19T20:55:51.748Z] Live Restore Enabled: true [2021-03-19T20:55:51.748Z] [2021-03-19T20:55:51.748Z] WARNING: No swap limit support [2021-03-19T20:55:51.753Z] #42 ... [2021-03-19T20:55:51.753Z] [2021-03-19T20:55:51.753Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:55:51.753Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-19T20:55:51.753Z] #36 64.09 debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:55:51.753Z] #36 64.39 Fetched 14.9 MB in 2s (6045 kB/s) [2021-03-19T20:55:51.753Z] #36 64.54 Selecting previously unselected package xxd. [2021-03-19T20:55:51.753Z] #36 64.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 ... 15410 files and directories currently installed.) [2021-03-19T20:55:51.753Z] #36 64.67 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-03-19T20:55:51.753Z] #36 64.67 Unpacking xxd (2:8.1.0875-5) ... [2021-03-19T20:55:51.753Z] #36 64.99 Selecting previously unselected package vim-common. [2021-03-19T20:55:51.753Z] #36 65.00 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-19T20:55:51.753Z] #36 65.05 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-19T20:55:51.753Z] #36 65.55 Selecting previously unselected package cmake-data. [2021-03-19T20:55:51.753Z] #36 65.55 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-03-19T20:55:51.753Z] #36 65.58 Unpacking cmake-data (3.13.4-1) ... [Pipeline] sh [2021-03-19T20:55:51.803Z] #21 19.69 Selecting previously unselected package aufs-tools. [2021-03-19T20:55:51.803Z] #21 19.69 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_s390x.deb ... [2021-03-19T20:55:51.803Z] #21 19.69 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-03-19T20:55:51.803Z] #21 19.77 Selecting previously unselected package libonig5:s390x. [2021-03-19T20:55:51.803Z] #21 19.77 Preparing to unpack .../15-libonig5_6.9.1-1_s390x.deb ... [2021-03-19T20:55:51.803Z] #21 19.77 Unpacking libonig5:s390x (6.9.1-1) ... [2021-03-19T20:55:51.803Z] #21 19.85 Selecting previously unselected package libjq1:s390x. [2021-03-19T20:55:51.803Z] #21 19.85 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_s390x.deb ... [2021-03-19T20:55:51.803Z] #21 19.85 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2021-03-19T20:55:51.803Z] #21 19.91 Selecting previously unselected package jq. [2021-03-19T20:55:51.803Z] #21 19.91 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_s390x.deb ... [2021-03-19T20:55:51.803Z] #21 19.91 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-19T20:55:51.803Z] #21 19.95 Selecting previously unselected package libaio1:s390x. [2021-03-19T20:55:52.069Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-19T20:55:52.069Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-19T20:55:52.069Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42173/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-03-19T20:55:52.069Z] + bash /home/ubuntu/workspace/moby_PR-42173/check-config.sh [2021-03-19T20:55:52.069Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-03-19T20:55:52.069Z] info: reading kernel config from /boot/config-4.15.0-1093-aws ... [2021-03-19T20:55:52.069Z] [2021-03-19T20:55:52.069Z] Generally Necessary: [2021-03-19T20:55:52.069Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-03-19T20:55:52.069Z] - apparmor: enabled and tools installed [2021-03-19T20:55:52.093Z] #21 19.96 Preparing to unpack .../18-libaio1_0.3.112-3_s390x.deb ... [2021-03-19T20:55:52.093Z] #21 19.96 Unpacking libaio1:s390x (0.3.112-3) ... [2021-03-19T20:55:52.093Z] #21 19.99 Selecting previously unselected package libgpm2:s390x. [2021-03-19T20:55:52.093Z] #21 19.99 Preparing to unpack .../19-libgpm2_1.20.7-5_s390x.deb ... [2021-03-19T20:55:52.093Z] #21 20.00 Unpacking libgpm2:s390x (1.20.7-5) ... [2021-03-19T20:55:52.093Z] #21 20.05 Selecting previously unselected package libicu63:s390x. [2021-03-19T20:55:52.093Z] #21 20.05 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_s390x.deb ... [2021-03-19T20:55:52.093Z] #21 20.05 Unpacking libicu63:s390x (63.1-6+deb10u1) ... [2021-03-19T20:55:52.333Z] - CONFIG_NAMESPACES: enabled [2021-03-19T20:55:52.333Z] - CONFIG_NET_NS: enabled [2021-03-19T20:55:52.333Z] - CONFIG_PID_NS: enabled [2021-03-19T20:55:52.333Z] - CONFIG_IPC_NS: enabled [2021-03-19T20:55:52.333Z] - CONFIG_UTS_NS: enabled [2021-03-19T20:55:52.333Z] - CONFIG_CGROUPS: enabled [2021-03-19T20:55:52.333Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-03-19T20:55:52.333Z] - CONFIG_CGROUP_DEVICE: enabled [2021-03-19T20:55:52.333Z] - CONFIG_CGROUP_FREEZER: enabled [2021-03-19T20:55:52.333Z] - CONFIG_CGROUP_SCHED: enabled [2021-03-19T20:55:52.333Z] - CONFIG_CPUSETS: enabled [2021-03-19T20:55:52.333Z] - CONFIG_MEMCG: enabled [2021-03-19T20:55:52.333Z] - CONFIG_KEYS: enabled [2021-03-19T20:55:52.333Z] - CONFIG_VETH: enabled (as module) [2021-03-19T20:55:52.333Z] - CONFIG_BRIDGE: enabled (as module) [2021-03-19T20:55:52.333Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-03-19T20:55:52.333Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2021-03-19T20:55:52.333Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-03-19T20:55:52.333Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-03-19T20:55:52.333Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-03-19T20:55:52.333Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-03-19T20:55:52.333Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-03-19T20:55:52.333Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-03-19T20:55:52.333Z] - CONFIG_NF_NAT: enabled (as module) [2021-03-19T20:55:52.333Z] - CONFIG_NF_NAT_NEEDED: enabled [2021-03-19T20:55:52.333Z] - CONFIG_POSIX_MQUEUE: enabled [2021-03-19T20:55:52.333Z] [2021-03-19T20:55:52.333Z] Optional Features: [2021-03-19T20:55:52.333Z] - CONFIG_USER_NS: enabled [2021-03-19T20:55:52.597Z] - CONFIG_SECCOMP: enabled [2021-03-19T20:55:52.597Z] - CONFIG_CGROUP_PIDS: enabled [2021-03-19T20:55:52.597Z] - CONFIG_MEMCG_SWAP: enabled [2021-03-19T20:55:52.597Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-03-19T20:55:52.597Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-03-19T20:55:52.597Z] - CONFIG_BLK_CGROUP: enabled [2021-03-19T20:55:52.597Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-03-19T20:55:52.597Z] - CONFIG_IOSCHED_CFQ: enabled [2021-03-19T20:55:52.597Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2021-03-19T20:55:52.597Z] - CONFIG_CGROUP_PERF: enabled [2021-03-19T20:55:52.597Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-03-19T20:55:52.597Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-03-19T20:55:52.597Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-03-19T20:55:52.597Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-03-19T20:55:52.597Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-03-19T20:55:52.597Z] - CONFIG_RT_GROUP_SCHED: missing [2021-03-19T20:55:52.597Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-03-19T20:55:52.597Z] - CONFIG_IP_VS: enabled (as module) [2021-03-19T20:55:52.597Z] - CONFIG_IP_VS_NFCT: enabled [2021-03-19T20:55:52.597Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-03-19T20:55:52.597Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-03-19T20:55:52.597Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-03-19T20:55:52.597Z] - CONFIG_EXT4_FS: enabled [2021-03-19T20:55:52.597Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-03-19T20:55:52.597Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-03-19T20:55:52.597Z] - Network Drivers: [2021-03-19T20:55:52.597Z] - "overlay": [2021-03-19T20:55:52.826Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.1s [2021-03-19T20:55:52.861Z] - CONFIG_VXLAN: enabled (as module) [2021-03-19T20:55:52.861Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-03-19T20:55:52.861Z] Optional (for encrypted networks): [2021-03-19T20:55:52.861Z] - CONFIG_CRYPTO: enabled [2021-03-19T20:55:52.861Z] - CONFIG_CRYPTO_AEAD: enabled [2021-03-19T20:55:52.861Z] - CONFIG_CRYPTO_GCM: enabled [2021-03-19T20:55:52.861Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-03-19T20:55:52.861Z] - CONFIG_CRYPTO_GHASH: enabled [2021-03-19T20:55:52.861Z] - CONFIG_XFRM: enabled [2021-03-19T20:55:52.861Z] - CONFIG_XFRM_USER: enabled (as module) [2021-03-19T20:55:52.861Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-03-19T20:55:52.861Z] - CONFIG_INET_ESP: enabled (as module) [2021-03-19T20:55:52.861Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2021-03-19T20:55:52.861Z] - "ipvlan": [2021-03-19T20:55:52.861Z] - CONFIG_IPVLAN: enabled (as module) [2021-03-19T20:55:52.861Z] - "macvlan": [2021-03-19T20:55:52.861Z] - CONFIG_MACVLAN: enabled (as module) [2021-03-19T20:55:52.861Z] - CONFIG_DUMMY: enabled (as module) [2021-03-19T20:55:52.861Z] - "ftp,tftp client in container": [2021-03-19T20:55:52.861Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-03-19T20:55:52.861Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-03-19T20:55:52.861Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-03-19T20:55:52.861Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-03-19T20:55:52.861Z] - Storage Drivers: [2021-03-19T20:55:52.861Z] - "aufs": [2021-03-19T20:55:52.861Z] - CONFIG_AUFS_FS: enabled (as module) [2021-03-19T20:55:52.861Z] - "btrfs": [2021-03-19T20:55:52.861Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-03-19T20:55:52.861Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-03-19T20:55:52.861Z] - "devicemapper": [2021-03-19T20:55:53.086Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.3s done [2021-03-19T20:55:53.121Z] #36 ... [2021-03-19T20:55:53.122Z] [2021-03-19T20:55:53.122Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-19T20:55:53.122Z] #34 sha256:db922b973d5bcd087088f8c82326af81d3c4b4d0083713be1f2f948ba05f2ba3 [2021-03-19T20:55:53.122Z] #34 57.79 internal/reflectlite [2021-03-19T20:55:53.122Z] #34 57.79 sync [2021-03-19T20:55:53.122Z] #34 61.64 errors [2021-03-19T20:55:53.122Z] #34 61.64 sort [2021-03-19T20:55:53.122Z] #34 62.31 strconv [2021-03-19T20:55:53.122Z] #34 64.20 io [2021-03-19T20:55:53.122Z] #34 65.99 internal/oserror [2021-03-19T20:55:53.122Z] #34 66.03 syscall [2021-03-19T20:55:53.122Z] #34 ... [2021-03-19T20:55:53.122Z] [2021-03-19T20:55:53.122Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:55:53.122Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-19T20:55:53.122Z] #42 66.79 Fetched 4095 kB in 1s (4648 kB/s) [2021-03-19T20:55:53.122Z] #42 66.92 Selecting previously unselected package libcap-dev:amd64. [2021-03-19T20:55:53.122Z] #42 66.92 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-19T20:55:53.122Z] #42 67.06 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2021-03-19T20:55:53.122Z] #42 67.07 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2021-03-19T20:55:53.122Z] #42 67.57 Selecting previously unselected package libnet1:amd64. [2021-03-19T20:55:53.122Z] #42 67.59 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-03-19T20:55:53.122Z] #42 67.60 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-19T20:55:53.122Z] #42 68.08 Selecting previously unselected package libnet1-dev. [2021-03-19T20:55:53.126Z] - CONFIG_BLK_DEV_DM: enabled [2021-03-19T20:55:53.126Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-03-19T20:55:53.126Z] - "overlay": [2021-03-19T20:55:53.126Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-03-19T20:55:53.126Z] - "zfs": [2021-03-19T20:55:53.126Z] - /dev/zfs: missing [2021-03-19T20:55:53.126Z] - zfs command: missing [2021-03-19T20:55:53.126Z] - zpool command: missing [2021-03-19T20:55:53.126Z] [2021-03-19T20:55:53.126Z] Limits: [2021-03-19T20:55:53.126Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-03-19T20:55:53.126Z] [2021-03-19T20:55:53.126Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-03-19T20:55:53.345Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e [2021-03-19T20:55:53.378Z] #42 68.13 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2021-03-19T20:55:53.378Z] #42 68.19 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-19T20:55:53.484Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:0f32beb4f8d0a1db1ecc945f9669a35fd463af2c . [2021-03-19T20:55:53.750Z] #1 [internal] load build definition from Dockerfile [2021-03-19T20:55:53.750Z] #1 sha256:1305df7e9d99b46f2745597a1d1ca22b3eec2aa98651663cbc9ed16f1b68b5c8 [2021-03-19T20:55:53.750Z] #1 transferring dockerfile: 17.02kB done [2021-03-19T20:55:53.891Z] #42 68.71 Selecting previously unselected package libnl-3-200:amd64. [2021-03-19T20:55:53.891Z] #42 68.73 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2021-03-19T20:55:53.891Z] #42 68.73 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-03-19T20:55:54.013Z] #1 DONE 0.2s [2021-03-19T20:55:54.013Z] [2021-03-19T20:55:54.013Z] #2 [internal] load .dockerignore [2021-03-19T20:55:54.013Z] #2 sha256:fa45d434fce4249c1830e11336f6d225e64db688d87bc88f9b1018ec61c436f8 [2021-03-19T20:55:54.013Z] #2 transferring context: 87B done [2021-03-19T20:55:54.013Z] #2 DONE 0.0s [2021-03-19T20:55:54.148Z] #42 68.98 Selecting previously unselected package libnl-3-dev:amd64. [2021-03-19T20:55:54.148Z] #42 69.00 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2021-03-19T20:55:54.148Z] #42 69.02 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2021-03-19T20:55:54.276Z] [2021-03-19T20:55:54.276Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-03-19T20:55:54.276Z] #3 sha256:294a0880f468e89a28a1e5e4d13ea717bf9a656005ccb802a8dcbf12ae5d5949 [2021-03-19T20:55:54.710Z] #42 69.60 Selecting previously unselected package libprotobuf-c1:amd64. [2021-03-19T20:55:54.710Z] #42 69.60 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-03-19T20:55:54.710Z] #42 69.61 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-19T20:55:54.723Z] #9 ... [2021-03-19T20:55:54.723Z] [2021-03-19T20:55:54.723Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-03-19T20:55:54.723Z] #27 sha256:a183c933d34ebf3f11ac5a473ac20eddb7cda49f6f857966e698ef57b90473a8 [2021-03-19T20:55:54.723Z] #27 9.600 Setting up libonig5:amd64 (6.9.1-1) ... [2021-03-19T20:55:54.723Z] #27 9.613 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-19T20:55:54.723Z] #27 9.627 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-03-19T20:55:54.723Z] #27 9.640 Setting up ca-certificates (20200601~deb10u2) ... [2021-03-19T20:55:54.723Z] #27 10.35 Updating certificates in /etc/ssl/certs... [2021-03-19T20:55:54.723Z] #27 11.61 137 added, 0 removed; done. [2021-03-19T20:55:54.723Z] #27 11.69 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-03-19T20:55:54.723Z] #27 11.70 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-19T20:55:54.723Z] #27 11.72 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-03-19T20:55:54.723Z] #27 11.74 Setting up curl (7.64.0-4+deb10u1) ... [2021-03-19T20:55:54.723Z] #27 11.75 Processing triggers for libc-bin (2.28-10) ... [2021-03-19T20:55:54.723Z] #27 11.78 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-03-19T20:55:54.723Z] #27 11.79 Updating certificates in /etc/ssl/certs... [2021-03-19T20:55:54.723Z] #27 12.71 0 added, 0 removed; done. [2021-03-19T20:55:54.723Z] #27 12.71 Running hooks in /etc/ca-certificates/update.d... [2021-03-19T20:55:54.723Z] #27 12.71 done. [2021-03-19T20:55:54.723Z] #27 DONE 14.5s [2021-03-19T20:55:54.723Z] [2021-03-19T20:55:54.723Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-03-19T20:55:54.723Z] #28 sha256:c4104e6384bc7a06926d127d133c128edc9a81b2e9e35893bd3d7f5aa00b3e37 [2021-03-19T20:55:54.723Z] #28 DONE 0.1s [2021-03-19T20:55:54.723Z] [2021-03-19T20:55:54.723Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:55:54.723Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-19T20:55:54.819Z] #21 22.39 Selecting previously unselected package libnet1:s390x. [2021-03-19T20:55:54.819Z] #21 22.40 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2021-03-19T20:55:54.819Z] #21 22.40 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2021-03-19T20:55:54.819Z] #21 22.46 Selecting previously unselected package libnl-3-200:s390x. [2021-03-19T20:55:54.819Z] #21 22.46 Preparing to unpack .../22-libnl-3-200_3.4.0-1_s390x.deb ... [2021-03-19T20:55:54.819Z] #21 22.46 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2021-03-19T20:55:54.819Z] #21 22.52 Selecting previously unselected package libprotobuf-c1:s390x. [2021-03-19T20:55:54.819Z] #21 22.52 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2021-03-19T20:55:54.819Z] #21 22.53 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2021-03-19T20:55:54.819Z] #21 22.56 Selecting previously unselected package libreadline5:s390x. [2021-03-19T20:55:54.819Z] #21 22.56 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_s390x.deb ... [2021-03-19T20:55:54.819Z] #21 22.57 Unpacking libreadline5:s390x (5.2+dfsg-3+b13) ... [2021-03-19T20:55:54.819Z] #21 22.62 Selecting previously unselected package net-tools. [2021-03-19T20:55:54.819Z] #21 22.62 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_s390x.deb ... [2021-03-19T20:55:54.819Z] #21 22.62 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-19T20:55:54.819Z] #21 22.76 Selecting previously unselected package python-pip-whl. [2021-03-19T20:55:54.819Z] #21 22.76 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-03-19T20:55:54.819Z] #21 22.76 Unpacking python-pip-whl (18.1-5) ... [2021-03-19T20:55:54.853Z] #3 DONE 0.6s [2021-03-19T20:55:54.853Z] [2021-03-19T20:55:54.853Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-03-19T20:55:54.853Z] #4 sha256:08363c8751d4545d25bea104f7e51e11696d0e0abf10a017a959436e69805043 [2021-03-19T20:55:54.853Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-03-19T20:55:54.853Z] #4 sha256:fedac250e13a5a3b8fcd0c6f42857dd78f31052801662f20fc895fd7993eb28a 528B / 528B done [2021-03-19T20:55:54.853Z] #4 sha256:d9b7b6a9d13deb44598f3c9a244fe9e3b10f85457aa34d4e499afaff6a85c631 1.21kB / 1.21kB done [2021-03-19T20:55:54.853Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 9.01MB / 9.01MB 0.2s [2021-03-19T20:55:54.853Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-03-19T20:55:54.970Z] #42 69.87 Selecting previously unselected package libprotobuf-c-dev:amd64. [2021-03-19T20:55:54.970Z] #42 69.87 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2021-03-19T20:55:54.970Z] #42 69.89 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-03-19T20:55:54.970Z] #42 ... [2021-03-19T20:55:54.970Z] [2021-03-19T20:55:54.970Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:55:54.970Z] #45 sha256:dcea8893a85a8f4eabc7fea730df65a7e224daa747783186796bd0e70ed61308 [2021-03-19T20:55:54.970Z] #45 59.96 internal/reflectlite [2021-03-19T20:55:54.970Z] #45 59.97 sync [2021-03-19T20:55:54.970Z] #45 62.43 github.com/LK4D4/vndr/godl/singleflight [2021-03-19T20:55:54.970Z] #45 62.88 math/rand [2021-03-19T20:55:54.970Z] #45 64.71 internal/singleflight [2021-03-19T20:55:54.970Z] #45 65.52 strconv [2021-03-19T20:55:54.970Z] #45 65.54 io [2021-03-19T20:55:54.971Z] #45 67.46 bytes [2021-03-19T20:55:54.971Z] #45 ... [2021-03-19T20:55:54.971Z] [2021-03-19T20:55:54.971Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:55:54.971Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-19T20:55:54.971Z] #42 70.07 Selecting previously unselected package zlib1g-dev:amd64. [2021-03-19T20:55:55.185Z] #21 23.16 Selecting previously unselected package python3-lib2to3. [2021-03-19T20:55:55.185Z] #21 23.17 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-03-19T20:55:55.185Z] #21 23.17 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-03-19T20:55:55.185Z] #21 23.27 Selecting previously unselected package python3-distutils. [2021-03-19T20:55:55.228Z] #42 70.09 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2021-03-19T20:55:55.228Z] #42 70.15 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-03-19T20:55:55.431Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 9.01MB / 9.01MB 0.4s done [2021-03-19T20:55:55.431Z] #4 extracting sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a [2021-03-19T20:55:55.446Z] Removing intermediate container 7ca5103637aa [2021-03-19T20:55:55.446Z] ---> afeb8cb1102f [2021-03-19T20:55:55.446Z] Step 13/15 : FROM golang:${GO_VERSION}-buster [2021-03-19T20:55:55.446Z] ---> 805dc2d65d1c [2021-03-19T20:55:55.446Z] Step 14/15 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2021-03-19T20:55:55.446Z] ---> d4cc4c817989 [2021-03-19T20:55:55.446Z] Step 15/15 : ENTRYPOINT ["/usr/bin/buildx"] [2021-03-19T20:55:55.446Z] ---> Running in 48722f583bdb [2021-03-19T20:55:55.446Z] Removing intermediate container 48722f583bdb [2021-03-19T20:55:55.446Z] ---> 21dfb162323d [2021-03-19T20:55:55.446Z] Successfully built 21dfb162323d [2021-03-19T20:55:55.446Z] Successfully tagged moby-buildx:latest [2021-03-19T20:55:55.446Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2021-03-19T20:55:55.446Z] if [ -n "${id}" ]; then \ [2021-03-19T20:55:55.446Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2021-03-19T20:55:55.446Z] && touch bundles/buildx; \ [2021-03-19T20:55:55.446Z] docker rm -f ${id}; \ [2021-03-19T20:55:55.446Z] fi [2021-03-19T20:55:55.446Z] ba726d414c792f3a4910fe868499cd38767ec2ad0fdac5bbfd3bd818e567b98c [2021-03-19T20:55:55.446Z] bundles/buildx version [2021-03-19T20:55:55.446Z] buildx v0.5.1 11057da [2021-03-19T20:55:55.446Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:0f32beb4f8d0a1db1ecc945f9669a35fd463af2c . [2021-03-19T20:55:55.446Z] #1 [internal] booting buildkit [2021-03-19T20:55:55.446Z] #1 sha256:7146471ba27da50581286c401ed846bc92f5e6baf0c7781bedc2f13af1de3a73 [2021-03-19T20:55:55.446Z] #1 pulling image moby/buildkit:buildx-stable-1 [2021-03-19T20:55:55.476Z] #21 23.27 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-03-19T20:55:55.476Z] #21 23.27 Unpacking python3-distutils (3.7.3-1) ... [2021-03-19T20:55:55.476Z] #21 23.36 Selecting previously unselected package python3-pip. [2021-03-19T20:55:55.476Z] #21 23.36 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-03-19T20:55:55.476Z] #21 23.36 Unpacking python3-pip (18.1-5) ... [2021-03-19T20:55:55.476Z] #21 23.47 Selecting previously unselected package python3-pkg-resources. [2021-03-19T20:55:55.476Z] #21 23.47 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-03-19T20:55:55.476Z] #21 23.48 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-03-19T20:55:55.696Z] #4 extracting sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 0.2s done [2021-03-19T20:55:55.696Z] #4 DONE 0.9s [2021-03-19T20:55:55.739Z] #1 pulling image moby/buildkit:buildx-stable-1 2.7s done [2021-03-19T20:55:55.767Z] #21 23.58 Selecting previously unselected package python3-setuptools. [2021-03-19T20:55:55.767Z] #21 23.59 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-03-19T20:55:55.767Z] #21 23.59 Unpacking python3-setuptools (40.8.0-1) ... [2021-03-19T20:55:55.767Z] #21 23.69 Selecting previously unselected package python3-wheel. [2021-03-19T20:55:55.767Z] #21 23.70 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-03-19T20:55:55.767Z] #21 23.70 Unpacking python3-wheel (0.32.3-2) ... [2021-03-19T20:55:55.767Z] #21 23.76 Selecting previously unselected package sudo. [2021-03-19T20:55:55.767Z] #21 23.76 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_s390x.deb ... [2021-03-19T20:55:55.767Z] #21 23.76 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-03-19T20:55:55.767Z] #21 ... [2021-03-19T20:55:55.767Z] [2021-03-19T20:55:55.767Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-19T20:55:55.767Z] #44 55.52 CC criu/bitmap.o [2021-03-19T20:55:55.767Z] #44 55.77 CC criu/cgroup-props.o [2021-03-19T20:55:55.767Z] #44 56.26 CC criu/cgroup.o [2021-03-19T20:55:55.767Z] #44 57.77 CC criu/clone-noasan.o [2021-03-19T20:55:55.767Z] #44 57.93 CC criu/config.o [2021-03-19T20:55:55.767Z] #44 58.67 CC criu/cr-check.o [2021-03-19T20:55:55.767Z] #44 59.69 CC criu/cr-dedup.o [2021-03-19T20:55:55.767Z] #44 59.89 CC criu/cr-dump.o [2021-03-19T20:55:55.767Z] #44 61.13 CC criu/cr-errno.o [2021-03-19T20:55:55.767Z] #44 61.16 CC criu/cr-restore.o [2021-03-19T20:55:55.767Z] #44 63.30 CC criu/cr-service.o [2021-03-19T20:55:55.767Z] #44 64.06 CC criu/crtools.o [2021-03-19T20:55:55.767Z] #44 64.38 CC criu/eventfd.o [2021-03-19T20:55:55.767Z] #44 64.64 CC criu/eventpoll.o [2021-03-19T20:55:55.767Z] #44 65.33 CC criu/external.o [2021-03-19T20:55:55.767Z] #44 65.52 CC criu/fault-injection.o [2021-03-19T20:55:55.767Z] #44 65.56 CC criu/fdstore.o [2021-03-19T20:55:55.791Z] #42 70.70 Selecting previously unselected package libprotobuf17:amd64. [2021-03-19T20:55:55.792Z] #42 70.70 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-03-19T20:55:55.792Z] #42 70.73 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-03-19T20:55:56.034Z] #1 creating container buildx_buildkit_default [2021-03-19T20:55:56.058Z] #44 65.72 CC criu/fifo.o [2021-03-19T20:55:56.058Z] #44 ... [2021-03-19T20:55:56.058Z] [2021-03-19T20:55:56.058Z] #21 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2021-03-19T20:55:56.058Z] #21 24.07 Selecting previously unselected package thin-provisioning-tools. [2021-03-19T20:55:56.058Z] #21 24.07 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_s390x.deb ... [2021-03-19T20:55:56.058Z] #21 24.07 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-03-19T20:55:56.275Z] [2021-03-19T20:55:56.275Z] #8 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-03-19T20:55:56.275Z] #8 sha256:0ff4d7102a8b2da8074784734c04086c33174d81a15b9d3c7333eecc02eac4f0 [2021-03-19T20:55:56.275Z] #8 DONE 0.4s [2021-03-19T20:55:56.275Z] [2021-03-19T20:55:56.275Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-03-19T20:55:56.275Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-03-19T20:55:56.330Z] #1 creating container buildx_buildkit_default 0.4s done [2021-03-19T20:55:56.330Z] #1 DONE 3.1s [2021-03-19T20:55:56.349Z] #21 24.19 Selecting previously unselected package uidmap. [2021-03-19T20:55:56.349Z] #21 24.19 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_s390x.deb ... [2021-03-19T20:55:56.349Z] #21 24.19 Unpacking uidmap (1:4.5-1.1) ... [2021-03-19T20:55:56.349Z] #21 24.28 Selecting previously unselected package vim-runtime. [2021-03-19T20:55:56.349Z] #21 24.28 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-03-19T20:55:56.349Z] #21 24.30 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-03-19T20:55:56.349Z] #21 24.31 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-03-19T20:55:56.349Z] #21 24.31 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-03-19T20:55:56.447Z] Client: [2021-03-19T20:55:56.447Z] Context: default [2021-03-19T20:55:56.447Z] Debug Mode: false [2021-03-19T20:55:56.447Z] Plugins: [2021-03-19T20:55:56.447Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-03-19T20:55:56.447Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-03-19T20:55:56.447Z] [2021-03-19T20:55:56.447Z] Server: [2021-03-19T20:55:56.447Z] Containers: 0 [2021-03-19T20:55:56.447Z] Running: 0 [2021-03-19T20:55:56.447Z] Paused: 0 [2021-03-19T20:55:56.447Z] Stopped: 0 [2021-03-19T20:55:56.447Z] Images: 0 [2021-03-19T20:55:56.447Z] Server Version: 20.10.3 [2021-03-19T20:55:56.447Z] Storage Driver: overlay2 [2021-03-19T20:55:56.447Z] Backing Filesystem: extfs [2021-03-19T20:55:56.447Z] Supports d_type: true [2021-03-19T20:55:56.447Z] Native Overlay Diff: true [2021-03-19T20:55:56.447Z] Logging Driver: json-file [2021-03-19T20:55:56.447Z] Cgroup Driver: cgroupfs [2021-03-19T20:55:56.447Z] Cgroup Version: 1 [2021-03-19T20:55:56.447Z] Plugins: [2021-03-19T20:55:56.447Z] Volume: local [2021-03-19T20:55:56.447Z] Network: bridge host ipvlan macvlan null overlay [2021-03-19T20:55:56.447Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-03-19T20:55:56.447Z] Swarm: inactive [2021-03-19T20:55:56.447Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-03-19T20:55:56.447Z] Default Runtime: runc [2021-03-19T20:55:56.447Z] Init Binary: docker-init [2021-03-19T20:55:56.447Z] containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-03-19T20:55:56.447Z] runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-03-19T20:55:56.447Z] init version: de40ad0 [2021-03-19T20:55:56.447Z] Security Options: [2021-03-19T20:55:56.447Z] apparmor [2021-03-19T20:55:56.447Z] seccomp [2021-03-19T20:55:56.447Z] Profile: default [2021-03-19T20:55:56.447Z] Kernel Version: 5.4.0-1037-aws [2021-03-19T20:55:56.447Z] Operating System: Ubuntu 18.04.5 LTS [2021-03-19T20:55:56.447Z] OSType: linux [2021-03-19T20:55:56.447Z] Architecture: x86_64 [2021-03-19T20:55:56.447Z] CPUs: 2 [2021-03-19T20:55:56.447Z] Total Memory: 7.487GiB [2021-03-19T20:55:56.447Z] Name: ip-10-100-46-197 [2021-03-19T20:55:56.447Z] ID: IQLA:KLHL:T3IO:DJRF:WETX:4WTK:4HWM:S2ZH:2QDS:GI4C:WACL:ZD5O [2021-03-19T20:55:56.447Z] Docker Root Dir: /var/lib/docker [2021-03-19T20:55:56.447Z] Debug Mode: false [2021-03-19T20:55:56.447Z] Registry: https://index.docker.io/v1/ [2021-03-19T20:55:56.447Z] Labels: [2021-03-19T20:55:56.447Z] Experimental: true [2021-03-19T20:55:56.447Z] Insecure Registries: [2021-03-19T20:55:56.447Z] 127.0.0.0/8 [2021-03-19T20:55:56.447Z] Live Restore Enabled: true [2021-03-19T20:55:56.447Z] [2021-03-19T20:55:56.447Z] WARNING: No swap limit support [2021-03-19T20:55:56.447Z] WARNING: No blkio weight support [2021-03-19T20:55:56.447Z] WARNING: No blkio weight_device support [Pipeline] sh [2021-03-19T20:55:56.540Z] #7 DONE 0.5s [2021-03-19T20:55:56.540Z] [2021-03-19T20:55:56.540Z] #6 [internal] load metadata for docker.io/library/debian:buster [2021-03-19T20:55:56.540Z] #6 sha256:f1b65f84b73951f42780ae75c92800bded73658353301e79e5dc186186c67a6c [2021-03-19T20:55:56.624Z] [2021-03-19T20:55:56.624Z] #2 [internal] load build definition from Dockerfile [2021-03-19T20:55:56.624Z] #2 sha256:cf1c87cb79fcc257051907680541ad45d9770f627115984b712f33fc65e1dd63 [2021-03-19T20:55:56.624Z] #2 transferring dockerfile: 17.01kB done [2021-03-19T20:55:56.624Z] #2 DONE 0.0s [2021-03-19T20:55:56.624Z] [2021-03-19T20:55:56.624Z] #3 [internal] load .dockerignore [2021-03-19T20:55:56.624Z] #3 sha256:5f2fb6711ea2c0e67fa6782f2eaba2adc9cf69eb5b87e412b99bcdbcea91c7b3 [2021-03-19T20:55:56.624Z] #3 transferring context: 87B done [2021-03-19T20:55:56.624Z] #3 DONE 0.0s [2021-03-19T20:55:56.624Z] [2021-03-19T20:55:56.624Z] #4 resolve image config for docker.io/docker/dockerfile:1.2 [2021-03-19T20:55:56.624Z] #4 sha256:015248391ba8b1ea9cbf068fd1b217d4a8c47b8199713eff20dde0d4bb1ff54e [2021-03-19T20:55:56.727Z] #42 ... [2021-03-19T20:55:56.727Z] [2021-03-19T20:55:56.727Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:55:56.727Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:55:56.727Z] #13 53.75 Building dependency tree... [2021-03-19T20:55:56.727Z] #13 59.79 The following additional packages will be installed: [2021-03-19T20:55:56.727Z] #13 59.82 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-03-19T20:55:56.727Z] #13 59.82 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-03-19T20:55:56.727Z] #13 59.82 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-03-19T20:55:56.727Z] #13 59.83 libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1 [2021-03-19T20:55:56.727Z] #13 59.83 mingw-w64-common mingw-w64-x86-64-dev [2021-03-19T20:55:56.727Z] #13 59.83 Suggested packages: [2021-03-19T20:55:56.727Z] #13 59.84 gcc-8-locales seccomp wine64 [2021-03-19T20:55:56.727Z] #13 61.95 The following NEW packages will be installed: [2021-03-19T20:55:56.727Z] #13 61.97 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-03-19T20:55:56.727Z] #13 61.98 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-03-19T20:55:56.727Z] #13 61.98 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-03-19T20:55:56.727Z] #13 61.98 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-03-19T20:55:56.727Z] #13 61.98 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-03-19T20:55:56.727Z] #13 62.00 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-03-19T20:55:56.727Z] #13 62.00 The following packages will be upgraded: [2021-03-19T20:55:56.727Z] #13 62.03 libseccomp2 libsystemd0 libudev1 [2021-03-19T20:55:56.727Z] #13 62.57 3 upgraded, 25 newly installed, 0 to remove and 21 not upgraded. [2021-03-19T20:55:56.727Z] #13 62.57 Need to get 78.2 MB of archives. [2021-03-19T20:55:56.727Z] #13 62.57 After this operation, 487 MB of additional disk space will be used. [2021-03-19T20:55:56.727Z] #13 62.57 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB] [2021-03-19T20:55:56.727Z] #13 62.58 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB] [2021-03-19T20:55:56.727Z] #13 62.60 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u6 [331 kB] [2021-03-19T20:55:56.727Z] #13 62.64 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u6 [151 kB] [2021-03-19T20:55:56.727Z] #13 62.66 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2021-03-19T20:55:56.727Z] #13 63.09 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2021-03-19T20:55:56.727Z] #13 63.54 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-03-19T20:55:56.727Z] #13 63.56 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-03-19T20:55:56.727Z] #13 63.57 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-03-19T20:55:56.727Z] #13 63.59 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-03-19T20:55:56.727Z] #13 64.27 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-03-19T20:55:56.727Z] #13 64.72 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2021-03-19T20:55:56.727Z] #13 64.74 Get:13 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] [2021-03-19T20:55:56.764Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-19T20:55:56.764Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-19T20:55:56.764Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42173/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-03-19T20:55:56.764Z] + bash /home/ubuntu/workspace/moby_PR-42173/check-config.sh [2021-03-19T20:55:56.764Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-03-19T20:55:56.764Z] info: reading kernel config from /boot/config-5.4.0-1037-aws ... [2021-03-19T20:55:56.764Z] [2021-03-19T20:55:56.764Z] Generally Necessary: [2021-03-19T20:55:56.764Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-03-19T20:55:56.764Z] - apparmor: enabled and tools installed [2021-03-19T20:55:56.764Z] - CONFIG_NAMESPACES: enabled [2021-03-19T20:55:56.764Z] - CONFIG_NET_NS: enabled [2021-03-19T20:55:56.764Z] - CONFIG_PID_NS: enabled [2021-03-19T20:55:56.764Z] - CONFIG_IPC_NS: enabled [2021-03-19T20:55:56.764Z] - CONFIG_UTS_NS: enabled [2021-03-19T20:55:56.764Z] - CONFIG_CGROUPS: enabled [2021-03-19T20:55:56.764Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-03-19T20:55:56.764Z] - CONFIG_CGROUP_DEVICE: enabled [2021-03-19T20:55:56.764Z] - CONFIG_CGROUP_FREEZER: enabled [2021-03-19T20:55:56.764Z] - CONFIG_CGROUP_SCHED: enabled [2021-03-19T20:55:56.764Z] - CONFIG_CPUSETS: enabled [2021-03-19T20:55:56.764Z] - CONFIG_MEMCG: enabled [2021-03-19T20:55:56.764Z] - CONFIG_KEYS: enabled [2021-03-19T20:55:56.764Z] - CONFIG_VETH: enabled (as module) [2021-03-19T20:55:56.764Z] - CONFIG_BRIDGE: enabled (as module) [2021-03-19T20:55:56.764Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-03-19T20:55:56.764Z] - CONFIG_NF_NAT_IPV4: missing [2021-03-19T20:55:56.764Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-03-19T20:55:56.764Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-03-19T20:55:56.764Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-03-19T20:55:56.764Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-03-19T20:55:56.764Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-03-19T20:55:56.764Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-03-19T20:55:56.764Z] - CONFIG_NF_NAT: enabled (as module) [2021-03-19T20:55:56.764Z] - CONFIG_NF_NAT_NEEDED: missing [2021-03-19T20:55:56.764Z] - CONFIG_POSIX_MQUEUE: enabled [2021-03-19T20:55:56.764Z] [2021-03-19T20:55:56.764Z] Optional Features: [2021-03-19T20:55:56.764Z] - CONFIG_USER_NS: enabled [2021-03-19T20:55:56.764Z] - CONFIG_SECCOMP: enabled [2021-03-19T20:55:56.764Z] - CONFIG_CGROUP_PIDS: enabled [2021-03-19T20:55:56.764Z] - CONFIG_MEMCG_SWAP: enabled [2021-03-19T20:55:56.764Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-03-19T20:55:56.764Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-03-19T20:55:56.804Z] #6 ... [2021-03-19T20:55:56.804Z] [2021-03-19T20:55:56.804Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-03-19T20:55:56.804Z] #5 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-03-19T20:55:56.804Z] #5 DONE 0.6s [2021-03-19T20:55:56.804Z] [2021-03-19T20:55:56.804Z] #6 [internal] load metadata for docker.io/library/debian:buster [2021-03-19T20:55:56.804Z] #6 sha256:f1b65f84b73951f42780ae75c92800bded73658353301e79e5dc186186c67a6c [2021-03-19T20:55:57.001Z] #13 ... [2021-03-19T20:55:57.001Z] [2021-03-19T20:55:57.002Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:55:57.002Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-19T20:55:57.002Z] #42 71.91 Selecting previously unselected package libprotobuf-lite17:amd64. [2021-03-19T20:55:57.002Z] #42 71.91 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2021-03-19T20:55:57.002Z] #42 71.92 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-03-19T20:55:57.040Z] - CONFIG_BLK_CGROUP: enabled [2021-03-19T20:55:57.040Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-03-19T20:55:57.040Z] - CONFIG_IOSCHED_CFQ: missing [2021-03-19T20:55:57.041Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2021-03-19T20:55:57.041Z] - CONFIG_CGROUP_PERF: enabled [2021-03-19T20:55:57.041Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-03-19T20:55:57.041Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-03-19T20:55:57.041Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-03-19T20:55:57.041Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-03-19T20:55:57.041Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-03-19T20:55:57.041Z] - CONFIG_RT_GROUP_SCHED: missing [2021-03-19T20:55:57.041Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-03-19T20:55:57.041Z] - CONFIG_IP_VS: enabled (as module) [2021-03-19T20:55:57.041Z] - CONFIG_IP_VS_NFCT: enabled [2021-03-19T20:55:57.041Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-03-19T20:55:57.041Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-03-19T20:55:57.041Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-03-19T20:55:57.041Z] - CONFIG_EXT4_FS: enabled [2021-03-19T20:55:57.041Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-03-19T20:55:57.041Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-03-19T20:55:57.041Z] - Network Drivers: [2021-03-19T20:55:57.041Z] - "overlay": [2021-03-19T20:55:57.041Z] - CONFIG_VXLAN: enabled (as module) [2021-03-19T20:55:57.041Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-03-19T20:55:57.041Z] Optional (for encrypted networks): [2021-03-19T20:55:57.041Z] - CONFIG_CRYPTO: enabled [2021-03-19T20:55:57.041Z] - CONFIG_CRYPTO_AEAD: enabled [2021-03-19T20:55:57.041Z] - CONFIG_CRYPTO_GCM: enabled [2021-03-19T20:55:57.041Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-03-19T20:55:57.041Z] - CONFIG_CRYPTO_GHASH: enabled [2021-03-19T20:55:57.041Z] - CONFIG_XFRM: enabled [2021-03-19T20:55:57.041Z] - CONFIG_XFRM_USER: enabled (as module) [2021-03-19T20:55:57.041Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-03-19T20:55:57.041Z] - CONFIG_INET_ESP: enabled (as module) [2021-03-19T20:55:57.041Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2021-03-19T20:55:57.041Z] - "ipvlan": [2021-03-19T20:55:57.041Z] - CONFIG_IPVLAN: enabled (as module) [2021-03-19T20:55:57.041Z] - "macvlan": [2021-03-19T20:55:57.041Z] - CONFIG_MACVLAN: enabled (as module) [2021-03-19T20:55:57.041Z] - CONFIG_DUMMY: enabled (as module) [2021-03-19T20:55:57.041Z] - "ftp,tftp client in container": [2021-03-19T20:55:57.261Z] #42 72.26 Selecting previously unselected package libprotobuf-dev:amd64. [2021-03-19T20:55:57.261Z] #42 72.27 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2021-03-19T20:55:57.261Z] #42 72.30 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-03-19T20:55:57.261Z] #4 DONE 0.5s [2021-03-19T20:55:57.261Z] [2021-03-19T20:55:57.261Z] #5 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-03-19T20:55:57.261Z] #5 sha256:c1ffd679b366d96d85a26e8e9be46cbf879ab4272e5979aa145e5162ea217d35 [2021-03-19T20:55:57.261Z] #5 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-03-19T20:55:57.314Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-03-19T20:55:57.314Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-03-19T20:55:57.314Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-03-19T20:55:57.314Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-03-19T20:55:57.314Z] - Storage Drivers: [2021-03-19T20:55:57.314Z] - "aufs": [2021-03-19T20:55:57.314Z] - CONFIG_AUFS_FS: enabled (as module) [2021-03-19T20:55:57.314Z] - "btrfs": [2021-03-19T20:55:57.314Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-03-19T20:55:57.314Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-03-19T20:55:57.314Z] - "devicemapper": [2021-03-19T20:55:57.314Z] - CONFIG_BLK_DEV_DM: enabled [2021-03-19T20:55:57.314Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-03-19T20:55:57.314Z] - "overlay": [2021-03-19T20:55:57.314Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-03-19T20:55:57.314Z] - "zfs": [2021-03-19T20:55:57.314Z] - /dev/zfs: present [2021-03-19T20:55:57.314Z] - zfs command: missing [2021-03-19T20:55:57.314Z] - zpool command: missing [2021-03-19T20:55:57.314Z] [2021-03-19T20:55:57.314Z] Limits: [2021-03-19T20:55:57.314Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-03-19T20:55:57.314Z] [2021-03-19T20:55:57.314Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-03-19T20:55:57.554Z] #5 sha256:0fbb1661cd80a39540a487f097952096281220bdd316f86c49a0ff30e5b4d988 8.92MB / 8.92MB 0.2s done [2021-03-19T20:55:57.554Z] #5 extracting sha256:0fbb1661cd80a39540a487f097952096281220bdd316f86c49a0ff30e5b4d988 [2021-03-19T20:55:57.554Z] #5 extracting sha256:0fbb1661cd80a39540a487f097952096281220bdd316f86c49a0ff30e5b4d988 0.1s done [2021-03-19T20:55:57.554Z] #5 DONE 0.3s [2021-03-19T20:55:57.670Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:0f32beb4f8d0a1db1ecc945f9669a35fd463af2c . [2021-03-19T20:55:57.670Z] #1 [internal] load build definition from Dockerfile [2021-03-19T20:55:57.670Z] #1 sha256:b507658bf165b9fee260858b77a404dcb3714b2b3caa91ee9b9cdaa2426a013d [2021-03-19T20:55:57.670Z] #1 transferring dockerfile: 17.02kB done [2021-03-19T20:55:57.848Z] [2021-03-19T20:55:57.848Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-03-19T20:55:57.848Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-03-19T20:55:57.930Z] #1 DONE 0.1s [2021-03-19T20:55:57.930Z] [2021-03-19T20:55:57.930Z] #2 [internal] load .dockerignore [2021-03-19T20:55:57.930Z] #2 sha256:cdf33b66ff1ccd5db375bddb2c6086b1e1f65e37d42be0d4dc4d7077cf791032 [2021-03-19T20:55:57.930Z] #2 transferring context: 87B done [2021-03-19T20:55:57.930Z] #2 DONE 0.1s [2021-03-19T20:55:57.930Z] [2021-03-19T20:55:57.930Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-03-19T20:55:57.930Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-03-19T20:55:58.441Z] #21 26.30 Selecting previously unselected package vim. [2021-03-19T20:55:58.441Z] #21 26.30 Preparing to unpack .../37-vim_2%3a8.1.0875-5_s390x.deb ... [2021-03-19T20:55:58.441Z] #21 26.31 Unpacking vim (2:8.1.0875-5) ... [2021-03-19T20:55:58.635Z] #42 ... [2021-03-19T20:55:58.635Z] [2021-03-19T20:55:58.635Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-19T20:55:58.635Z] #56 sha256:c3a248de174e46393527b7999afa19b72d7795c2b19963e1251c2b7bc966f059 [2021-03-19T20:55:58.635Z] #56 1.533 + RM_GOPATH=0 [2021-03-19T20:55:58.635Z] #56 1.533 + TMP_GOPATH= [2021-03-19T20:55:58.635Z] #56 1.533 + : /build [2021-03-19T20:55:58.635Z] #56 1.533 + '[' -z '' ']' [2021-03-19T20:55:58.635Z] #56 1.536 ++ mktemp -d [2021-03-19T20:55:58.635Z] #56 1.538 + export GOPATH=/tmp/tmp.KPDV4wXNvf [2021-03-19T20:55:58.635Z] #56 1.538 + GOPATH=/tmp/tmp.KPDV4wXNvf [2021-03-19T20:55:58.635Z] #56 1.538 + RM_GOPATH=1 [2021-03-19T20:55:58.635Z] #56 1.538 + case "$(go env GOARCH)" in [2021-03-19T20:55:58.635Z] #56 1.538 ++ go env GOARCH [2021-03-19T20:55:58.635Z] #56 1.565 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:55:58.635Z] #56 1.565 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:55:58.635Z] #56 1.565 ++ dirname /tmp/install/install.sh [2021-03-19T20:55:58.635Z] #56 1.590 + dir=/tmp/install [2021-03-19T20:55:58.635Z] #56 1.590 + bin=containerd [2021-03-19T20:55:58.635Z] #56 1.590 + shift [2021-03-19T20:55:58.635Z] #56 1.590 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-03-19T20:55:58.635Z] #56 1.590 + . /tmp/install/containerd.installer [2021-03-19T20:55:58.635Z] #56 1.591 ++ set -e [2021-03-19T20:55:58.635Z] #56 1.594 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-19T20:55:58.635Z] #56 1.598 + install_containerd [2021-03-19T20:55:58.635Z] #56 1.598 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-19T20:55:58.635Z] #56 1.602 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e' [2021-03-19T20:55:58.635Z] #56 1.602 + git clone https://github.com/containerd/containerd.git /tmp/tmp.KPDV4wXNvf/src/github.com/containerd/containerd [2021-03-19T20:55:58.635Z] #56 1.613 Cloning into '/tmp/tmp.KPDV4wXNvf/src/github.com/containerd/containerd'... [2021-03-19T20:55:58.635Z] #56 ... [2021-03-19T20:55:58.635Z] [2021-03-19T20:55:58.635Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:55:58.635Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-19T20:55:58.635Z] #42 73.75 Selecting previously unselected package libprotoc17:amd64. [2021-03-19T20:55:58.733Z] #21 26.63 Selecting previously unselected package xfsprogs. [2021-03-19T20:55:58.733Z] #21 26.64 Preparing to unpack .../38-xfsprogs_4.20.0-1_s390x.deb ... [2021-03-19T20:55:58.733Z] #21 26.64 Unpacking xfsprogs (4.20.0-1) ... [2021-03-19T20:55:58.733Z] #21 26.90 Selecting previously unselected package zip. [2021-03-19T20:55:58.876Z] #3 DONE 0.8s [2021-03-19T20:55:58.876Z] [2021-03-19T20:55:58.876Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-03-19T20:55:58.876Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-03-19T20:55:58.876Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-03-19T20:55:58.876Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-03-19T20:55:58.876Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done [2021-03-19T20:55:58.876Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done [2021-03-19T20:55:58.876Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s [2021-03-19T20:55:58.876Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s done [2021-03-19T20:55:58.876Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 [2021-03-19T20:55:58.892Z] #42 73.75 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2021-03-19T20:55:58.892Z] #42 73.76 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2021-03-19T20:55:58.897Z] #9 DONE 1.1s [2021-03-19T20:55:58.897Z] [2021-03-19T20:55:58.897Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-03-19T20:55:58.897Z] #6 sha256:372687b2b903cd79cdd8659c1562f9f4227eb74c5d3643ad399921b7565c1743 [2021-03-19T20:55:58.897Z] #6 DONE 1.1s [2021-03-19T20:55:58.897Z] [2021-03-19T20:55:58.897Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-03-19T20:55:58.897Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-03-19T20:55:58.897Z] #8 DONE 1.1s [2021-03-19T20:55:58.897Z] [2021-03-19T20:55:58.897Z] #7 [internal] load metadata for docker.io/library/debian:buster [2021-03-19T20:55:58.897Z] #7 sha256:40c9f69513e725b643844c4f54ff586edd2c989eaf3d76fa2bc341d2ddd2df16 [2021-03-19T20:55:58.897Z] #7 DONE 1.1s [2021-03-19T20:55:58.897Z] [2021-03-19T20:55:58.897Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-03-19T20:55:58.897Z] #65 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-03-19T20:55:58.897Z] #65 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-03-19T20:55:58.897Z] #65 DONE 0.1s [2021-03-19T20:55:58.897Z] [2021-03-19T20:55:58.897Z] #24 [internal] load build context [2021-03-19T20:55:58.897Z] #24 sha256:5b4e14f0a9deaa65da2767211ce3297a528d06d2817774069e1bdde3a00c47ce [2021-03-19T20:55:59.024Z] #21 26.91 Preparing to unpack .../39-zip_3.0-11+b1_s390x.deb ... [2021-03-19T20:55:59.024Z] #21 26.91 Unpacking zip (3.0-11+b1) ... [2021-03-19T20:55:59.024Z] #21 27.01 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-03-19T20:55:59.024Z] #21 27.03 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-19T20:55:59.024Z] #21 27.03 Setting up libip6tc0:s390x (1.8.2-4) ... [2021-03-19T20:55:59.024Z] #21 27.04 Setting up libreadline5:s390x (5.2+dfsg-3+b13) ... [2021-03-19T20:55:59.024Z] #21 27.05 Setting up libgpm2:s390x (1.20.7-5) ... [2021-03-19T20:55:59.024Z] #21 27.05 Setting up libip4tc0:s390x (1.8.2-4) ... [2021-03-19T20:55:59.024Z] #21 27.06 Setting up uidmap (1:4.5-1.1) ... [2021-03-19T20:55:59.024Z] #21 27.07 Setting up libnftnl11:s390x (1.1.2-2) ... [2021-03-19T20:55:59.024Z] #21 27.08 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2021-03-19T20:55:59.024Z] #21 27.08 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-19T20:55:59.024Z] #21 27.09 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2021-03-19T20:55:59.024Z] #21 27.10 Setting up libicu63:s390x (63.1-6+deb10u1) ... [2021-03-19T20:55:59.024Z] #21 27.10 Setting up xxd (2:8.1.0875-5) ... [2021-03-19T20:55:59.024Z] #21 27.11 Setting up zip (3.0-11+b1) ... [2021-03-19T20:55:59.024Z] #21 27.12 Setting up vim-common (2:8.1.0875-5) ... [2021-03-19T20:55:59.114Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.1s [2021-03-19T20:55:59.315Z] #21 27.13 Setting up bash-completion (1:2.8-6) ... [2021-03-19T20:55:59.446Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.4s done [2021-03-19T20:55:59.446Z] #4 DONE 0.8s [2021-03-19T20:55:59.709Z] [2021-03-19T20:55:59.709Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-03-19T20:55:59.709Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-03-19T20:55:59.766Z] #24 ... [2021-03-19T20:55:59.766Z] [2021-03-19T20:55:59.766Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:55:59.766Z] #10 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1 [2021-03-19T20:55:59.766Z] #10 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.1s done [2021-03-19T20:55:59.766Z] #10 DONE 0.5s [2021-03-19T20:55:59.766Z] [2021-03-19T20:55:59.766Z] #24 [internal] load build context [2021-03-19T20:55:59.766Z] #24 sha256:5b4e14f0a9deaa65da2767211ce3297a528d06d2817774069e1bdde3a00c47ce [2021-03-19T20:55:59.969Z] #6 ... [2021-03-19T20:55:59.969Z] [2021-03-19T20:55:59.969Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-03-19T20:55:59.969Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-03-19T20:55:59.969Z] #7 DONE 0.3s [2021-03-19T20:56:00.173Z] #6 DONE 3.8s [2021-03-19T20:56:00.230Z] [2021-03-19T20:56:00.230Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-03-19T20:56:00.230Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-03-19T20:56:00.259Z] #42 75.03 Selecting previously unselected package protobuf-c-compiler. [2021-03-19T20:56:00.259Z] #42 75.04 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2021-03-19T20:56:00.259Z] #42 75.07 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-19T20:56:00.490Z] #8 ... [2021-03-19T20:56:00.491Z] [2021-03-19T20:56:00.491Z] #5 [internal] load metadata for docker.io/library/debian:buster [2021-03-19T20:56:00.491Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-03-19T20:56:00.491Z] #5 DONE 0.9s [2021-03-19T20:56:00.491Z] [2021-03-19T20:56:00.491Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-03-19T20:56:00.491Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-03-19T20:56:00.756Z] [2021-03-19T20:56:00.756Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:9d4ab94af82b2567c272c7f47fa1204cd9b40914704213f1c257c44042f82aac [2021-03-19T20:56:00.756Z] #26 sha256:45bb9a48d6e782a3e60f03223bc352dade75860f5d24602d08c115e73091c9fd [2021-03-19T20:56:00.756Z] #26 resolve docker.io/library/debian:buster@sha256:9d4ab94af82b2567c272c7f47fa1204cd9b40914704213f1c257c44042f82aac done [2021-03-19T20:56:00.756Z] #26 sha256:9d4ab94af82b2567c272c7f47fa1204cd9b40914704213f1c257c44042f82aac 1.85kB / 1.85kB done [2021-03-19T20:56:00.821Z] #21 28.55 Setting up libiptc0:s390x (1.8.2-4) ... [2021-03-19T20:56:00.821Z] #21 28.56 Setting up xz-utils (5.2.4-1) ... [2021-03-19T20:56:00.821Z] #21 28.57 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-03-19T20:56:00.821Z] #21 28.58 Setting up sudo (1.8.27-1+deb10u3) ... [2021-03-19T20:56:00.821Z] #21 28.62 invoke-rc.d: could not determine current runlevel [2021-03-19T20:56:00.821Z] #21 28.62 invoke-rc.d: policy-rc.d denied execution of start. [2021-03-19T20:56:00.821Z] #21 28.63 Setting up pigz (2.4-1) ... [2021-03-19T20:56:00.821Z] #21 28.63 Setting up libnfnetlink0:s390x (1.0.1-3+b1) ... [2021-03-19T20:56:00.821Z] #21 28.64 Setting up libnl-3-200:s390x (3.4.0-1) ... [2021-03-19T20:56:00.821Z] #21 28.65 Setting up python-pip-whl (18.1-5) ... [2021-03-19T20:56:00.821Z] #21 28.66 Setting up libmpdec2:s390x (2.4.2-2) ... [2021-03-19T20:56:00.821Z] #21 28.67 Setting up vim-runtime (2:8.1.0875-5) ... [2021-03-19T20:56:00.821Z] #21 28.86 Setting up libaio1:s390x (0.3.112-3) ... [2021-03-19T20:56:00.821Z] #21 28.87 Setting up libonig5:s390x (6.9.1-1) ... [2021-03-19T20:56:00.821Z] #21 28.87 Setting up libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ... [2021-03-19T20:56:00.821Z] #21 28.88 Setting up vim (2:8.1.0875-5) ... [2021-03-19T20:56:00.821Z] #21 28.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-03-19T20:56:00.821Z] #21 28.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-03-19T20:56:00.821Z] #21 28.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-03-19T20:56:00.821Z] #21 28.90 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-03-19T20:56:00.821Z] #21 28.90 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-03-19T20:56:00.821Z] #21 28.90 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-03-19T20:56:00.821Z] #21 28.91 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-03-19T20:56:00.821Z] #21 28.91 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-03-19T20:56:00.821Z] #21 28.92 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2021-03-19T20:56:00.821Z] #21 28.93 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-03-19T20:56:00.821Z] #21 28.94 Setting up libnetfilter-conntrack3:s390x (1.0.7-1) ... [2021-03-19T20:56:00.821Z] #21 28.94 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-19T20:56:00.821Z] #21 28.95 Setting up libpython3-stdlib:s390x (3.7.3-1) ... [2021-03-19T20:56:00.822Z] #42 75.53 Selecting previously unselected package protobuf-compiler. [2021-03-19T20:56:00.822Z] #42 75.53 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2021-03-19T20:56:00.822Z] #42 75.53 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-03-19T20:56:01.020Z] #26 sha256:e2e57caf3a6744542984f4107cd43fe826e3fb8be3a0d4d34a6cb158851f4c42 1.46kB / 1.46kB done [2021-03-19T20:56:01.020Z] #26 sha256:917ab0af993d3997abb8404f8b309c832d73bc9996cb04cc89c656258c6b3999 529B / 529B done [2021-03-19T20:56:01.080Z] #42 76.00 Selecting previously unselected package python-pkg-resources. [2021-03-19T20:56:01.080Z] #42 76.00 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-03-19T20:56:01.080Z] #42 76.06 Unpacking python-pkg-resources (40.8.0-1) ... [2021-03-19T20:56:01.112Z] #21 28.96 Setting up python3.7 (3.7.3-2+deb10u2) ... [2021-03-19T20:56:01.647Z] #42 76.62 Selecting previously unselected package python-six. [2021-03-19T20:56:01.647Z] #42 76.62 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-03-19T20:56:01.647Z] #42 76.63 Unpacking python-six (1.12.0-1) ... [2021-03-19T20:56:01.904Z] #42 76.82 Selecting previously unselected package python-protobuf. [2021-03-19T20:56:01.904Z] #42 76.82 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2021-03-19T20:56:01.904Z] #42 76.82 Unpacking python-protobuf (3.6.1.3-2) ... [2021-03-19T20:56:02.306Z] #24 transferring context: 11.77MB 2.9s [2021-03-19T20:56:02.306Z] #24 ... [2021-03-19T20:56:02.306Z] [2021-03-19T20:56:02.306Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-03-19T20:56:02.306Z] #63 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-03-19T20:56:02.306Z] #63 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-03-19T20:56:02.306Z] #63 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.7s done [2021-03-19T20:56:02.306Z] #63 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.1s done [2021-03-19T20:56:02.306Z] #63 DONE 2.8s [2021-03-19T20:56:02.306Z] [2021-03-19T20:56:02.306Z] #24 [internal] load build context [2021-03-19T20:56:02.306Z] #24 sha256:5b4e14f0a9deaa65da2767211ce3297a528d06d2817774069e1bdde3a00c47ce [2021-03-19T20:56:02.410Z] #8 DONE 2.6s [2021-03-19T20:56:02.410Z] [2021-03-19T20:56:02.410Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-03-19T20:56:02.410Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-03-19T20:56:02.410Z] #6 DONE 2.6s [2021-03-19T20:56:02.708Z] #24 ... [2021-03-19T20:56:02.708Z] [2021-03-19T20:56:02.708Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-03-19T20:56:02.708Z] #65 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-03-19T20:56:02.708Z] #65 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.9s done [2021-03-19T20:56:02.708Z] #65 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.7s done [2021-03-19T20:56:02.708Z] #65 DONE 3.7s [2021-03-19T20:56:02.708Z] [2021-03-19T20:56:02.708Z] #24 [internal] load build context [2021-03-19T20:56:02.708Z] #24 sha256:5b4e14f0a9deaa65da2767211ce3297a528d06d2817774069e1bdde3a00c47ce [2021-03-19T20:56:02.709Z] #21 30.47 Setting up iptables (1.8.2-4) ... [2021-03-19T20:56:02.709Z] #21 30.48 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-19T20:56:02.709Z] #21 30.48 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-19T20:56:02.709Z] #21 30.49 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-19T20:56:02.709Z] #21 30.49 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-19T20:56:02.709Z] #21 30.50 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-03-19T20:56:02.709Z] #21 30.50 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-03-19T20:56:02.709Z] #21 30.51 Setting up python3 (3.7.3-1) ... [2021-03-19T20:56:02.709Z] #21 30.71 Setting up python3-wheel (0.32.3-2) ... [2021-03-19T20:56:02.988Z] [2021-03-19T20:56:02.988Z] #23 [internal] load build context [2021-03-19T20:56:02.988Z] #23 sha256:90d3576900835695e10a529f5d75f931518d308bc69e9f6bd5610fbb84b7cb30 [2021-03-19T20:56:02.988Z] #23 transferring context: 33.25kB 0.1s [2021-03-19T20:56:03.000Z] #21 31.09 Setting up apparmor (2.13.2-10) ... [2021-03-19T20:56:03.305Z] #42 78.08 Setting up python-pkg-resources (40.8.0-1) ... [2021-03-19T20:56:03.308Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 10.2s [2021-03-19T20:56:03.418Z] #24 ... [2021-03-19T20:56:03.418Z] [2021-03-19T20:56:03.418Z] #64 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-03-19T20:56:03.418Z] #64 sha256:9291c3b4e140d56f3257205169f51baeff14b98cd9f05d842abc32b62c68ed9f [2021-03-19T20:56:03.418Z] #64 DONE 0.2s [2021-03-19T20:56:03.418Z] [2021-03-19T20:56:03.418Z] #24 [internal] load build context [2021-03-19T20:56:03.418Z] #24 sha256:5b4e14f0a9deaa65da2767211ce3297a528d06d2817774069e1bdde3a00c47ce [2021-03-19T20:56:03.597Z] #42 ... [2021-03-19T20:56:03.597Z] [2021-03-19T20:56:03.597Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-19T20:56:03.597Z] #34 sha256:db922b973d5bcd087088f8c82326af81d3c4b4d0083713be1f2f948ba05f2ba3 [2021-03-19T20:56:03.597Z] #34 68.64 reflect [2021-03-19T20:56:03.597Z] #34 77.09 time [2021-03-19T20:56:03.600Z] Client: [2021-03-19T20:56:03.600Z] Context: default [2021-03-19T20:56:03.600Z] Debug Mode: false [2021-03-19T20:56:03.600Z] Plugins: [2021-03-19T20:56:03.600Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-03-19T20:56:03.600Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-03-19T20:56:03.600Z] [2021-03-19T20:56:03.600Z] Server: [2021-03-19T20:56:03.600Z] Containers: 0 [2021-03-19T20:56:03.600Z] Running: 0 [2021-03-19T20:56:03.600Z] Paused: 0 [2021-03-19T20:56:03.600Z] Stopped: 0 [2021-03-19T20:56:03.600Z] Images: 0 [2021-03-19T20:56:03.600Z] Server Version: 20.10.3 [2021-03-19T20:56:03.600Z] Storage Driver: overlay2 [2021-03-19T20:56:03.600Z] Backing Filesystem: extfs [2021-03-19T20:56:03.600Z] Supports d_type: true [2021-03-19T20:56:03.600Z] Native Overlay Diff: true [2021-03-19T20:56:03.600Z] Logging Driver: json-file [2021-03-19T20:56:03.600Z] Cgroup Driver: systemd [2021-03-19T20:56:03.600Z] Cgroup Version: 2 [2021-03-19T20:56:03.600Z] Plugins: [2021-03-19T20:56:03.600Z] Volume: local [2021-03-19T20:56:03.600Z] Network: bridge host ipvlan macvlan null overlay [2021-03-19T20:56:03.600Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-03-19T20:56:03.600Z] Swarm: inactive [2021-03-19T20:56:03.600Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-03-19T20:56:03.600Z] Default Runtime: runc [2021-03-19T20:56:03.600Z] Init Binary: docker-init [2021-03-19T20:56:03.600Z] containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-03-19T20:56:03.600Z] runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-03-19T20:56:03.600Z] init version: de40ad0 [2021-03-19T20:56:03.600Z] Security Options: [2021-03-19T20:56:03.600Z] apparmor [2021-03-19T20:56:03.600Z] seccomp [2021-03-19T20:56:03.600Z] Profile: default [2021-03-19T20:56:03.600Z] cgroupns [2021-03-19T20:56:03.600Z] Kernel Version: 5.4.0-1037-aws [2021-03-19T20:56:03.600Z] Operating System: Ubuntu 20.04.2 LTS [2021-03-19T20:56:03.600Z] OSType: linux [2021-03-19T20:56:03.600Z] Architecture: x86_64 [2021-03-19T20:56:03.600Z] CPUs: 2 [2021-03-19T20:56:03.600Z] Total Memory: 7.487GiB [2021-03-19T20:56:03.600Z] Name: ip-10-100-38-145 [2021-03-19T20:56:03.600Z] ID: OFF2:BTCM:CKDV:MQWH:UM2E:5MQ5:AWUO:EWJ5:ACPR:VNBW:3JGL:VG7K [2021-03-19T20:56:03.600Z] Docker Root Dir: /var/lib/docker [2021-03-19T20:56:03.600Z] Debug Mode: false [2021-03-19T20:56:03.600Z] Registry: https://index.docker.io/v1/ [2021-03-19T20:56:03.600Z] Labels: [2021-03-19T20:56:03.600Z] Experimental: true [2021-03-19T20:56:03.600Z] Insecure Registries: [2021-03-19T20:56:03.600Z] 127.0.0.0/8 [2021-03-19T20:56:03.600Z] Live Restore Enabled: true [2021-03-19T20:56:03.600Z] [2021-03-19T20:56:03.600Z] WARNING: No kernel memory TCP limit support [2021-03-19T20:56:03.600Z] WARNING: No oom kill disable support [2021-03-19T20:56:03.600Z] WARNING: Support for cgroup v2 is experimental [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-03-19T20:56:03.853Z] #34 ... [2021-03-19T20:56:03.853Z] [2021-03-19T20:56:03.853Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-19T20:56:03.853Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-19T20:56:03.853Z] #32 69.44 Checking out files: 67% (1022/1521) Checking out files: 68% (1035/1521) Checking out files: 69% (1050/1521) Checking out files: 70% (1065/1521) Checking out files: 71% (1080/1521) Checking out files: 72% (1096/1521) Checking out files: 73% (1111/1521) Checking out files: 74% (1126/1521) Checking out files: 75% (1141/1521) Checking out files: 76% (1156/1521) Checking out files: 77% (1172/1521) Checking out files: 78% (1187/1521) Checking out files: 79% (1202/1521) Checking out files: 80% (1217/1521) Checking out files: 81% (1233/1521) Checking out files: 82% (1248/1521) Checking out files: 83% (1263/1521) Checking out files: 84% (1278/1521) Checking out files: 85% (1293/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 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. [2021-03-19T20:56:03.853Z] #32 71.12 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-03-19T20:56:03.853Z] #32 71.35 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-19T20:56:03.947Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:0f32beb4f8d0a1db1ecc945f9669a35fd463af2c . [2021-03-19T20:56:04.037Z] #21 32.05 Setting up xfsprogs (4.20.0-1) ... [2021-03-19T20:56:04.037Z] #21 32.07 Setting up python3-lib2to3 (3.7.3-1) ... [2021-03-19T20:56:04.207Z] #1 [internal] load build definition from Dockerfile [2021-03-19T20:56:04.207Z] #1 sha256:9c689620e3d8a0307c35e2d17c4a644c8b8c2ce327a1baadf2e5f89aa23bfebb [2021-03-19T20:56:04.207Z] #1 transferring dockerfile: 17.02kB done [2021-03-19T20:56:04.207Z] #1 DONE 0.0s [2021-03-19T20:56:04.207Z] [2021-03-19T20:56:04.207Z] #2 [internal] load .dockerignore [2021-03-19T20:56:04.207Z] #2 sha256:6960f463f7f90357f8898a581550c7420044f801c7a1930e99cfed6a6ad57de6 [2021-03-19T20:56:04.207Z] #2 transferring context: 87B done [2021-03-19T20:56:04.207Z] #2 DONE 0.0s [2021-03-19T20:56:04.207Z] [2021-03-19T20:56:04.207Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-03-19T20:56:04.207Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-03-19T20:56:04.226Z] #24 ... [2021-03-19T20:56:04.226Z] [2021-03-19T20:56:04.226Z] #66 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-03-19T20:56:04.226Z] #66 sha256:f5430741c081573d02fc73e742c13c54ad86b2979a0d716d52e92328bd15c9ac [2021-03-19T20:56:04.226Z] #66 DONE 0.4s [2021-03-19T20:56:04.226Z] [2021-03-19T20:56:04.226Z] #24 [internal] load build context [2021-03-19T20:56:04.226Z] #24 sha256:5b4e14f0a9deaa65da2767211ce3297a528d06d2817774069e1bdde3a00c47ce [2021-03-19T20:56:04.247Z] #9 ... [2021-03-19T20:56:04.247Z] [2021-03-19T20:56:04.247Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-19T20:56:04.247Z] #29 sha256:90b3e92e83f513c3848835e396ea54a0fd9a62b54eb9fabe78578242aa9ad78d [2021-03-19T20:56:04.247Z] #29 1.576 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-03-19T20:56:04.247Z] #29 1.683 [2021-03-19T20:56:04.247Z] #29 1.804 ############ 17.3% ########################## 37.1% ######################################## 56.7% ##################################################### 74.2% ##################################################################### 96.3% ######################################################################## 100.0% [2021-03-19T20:56:04.247Z] #29 2.338 [2021-03-19T20:56:04.247Z] #29 2.457 ######################################################################## 100.0% [2021-03-19T20:56:04.247Z] #29 2.561 [2021-03-19T20:56:04.247Z] #29 2.681 ######################################################## 78.9% ######################################################################## 100.0% [2021-03-19T20:56:04.247Z] #29 2.824 [2021-03-19T20:56:04.247Z] #29 2.958 ######### 13.0% ######################### 35.8% ####################################### 55.2% ##################################################### 74.3% ################################################################### 93.9% ######################################################################## 100.0% [2021-03-19T20:56:04.247Z] #29 3.503 [2021-03-19T20:56:04.247Z] #29 3.619 ### 4.8% ###### 9.7% ########## 14.6% ############## 20.7% ################## 25.9% ###################### 31.1% ########################## 36.4% ############################# 41.5% ################################# 46.8% ##################################### 52.0% ######################################### 57.2% ############################################ 62.2% ################################################ 67.6% #################################################### 72.7% ####################################################### 76.6% ############################################################ 83.4% ############################################################### 88.6% ################################################################# 90.7% ####################################################################### 99.1% ######################################################################## 100.0% [2021-03-19T20:56:04.247Z] #29 5.472 [2021-03-19T20:56:04.247Z] #29 5.794 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-03-19T20:56:04.247Z] #29 5.922 [2021-03-19T20:56:04.247Z] #29 5.987 ######################################################################## 100.0% [2021-03-19T20:56:04.247Z] #29 6.013 [2021-03-19T20:56:04.247Z] #29 6.395 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-03-19T20:56:04.247Z] #29 6.494 [2021-03-19T20:56:04.247Z] #29 6.619 ################################################ 67.5% ######################################################################## 100.0% [2021-03-19T20:56:04.247Z] #29 6.659 [2021-03-19T20:56:04.247Z] #29 7.779 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-03-19T20:56:04.247Z] #29 7.926 [2021-03-19T20:56:04.247Z] #29 8.041 ##### 7.2% ###################### 31.1% ##################################### 51.5% ########################################### 60.6% ########################################################### 82.9% ######################################################################## 100.0% [2021-03-19T20:56:04.247Z] #29 8.536 [2021-03-19T20:56:04.247Z] #29 8.838 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-03-19T20:56:04.247Z] #29 8.959 [2021-03-19T20:56:04.247Z] #29 9.046 ######################################################################## 100.0% [2021-03-19T20:56:04.247Z] #29 9.081 [2021-03-19T20:56:04.247Z] #29 9.360 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-03-19T20:56:04.247Z] #29 9.464 [2021-03-19T20:56:04.247Z] #29 9.550 ######################################################################## 100.0% [2021-03-19T20:56:04.247Z] #29 9.562 [2021-03-19T20:56:04.247Z] #29 9.587 Download of images into '/build' complete. [2021-03-19T20:56:04.247Z] #29 9.587 Use something like the following to load the result into a Docker daemon: [2021-03-19T20:56:04.247Z] #29 9.587 tar -cC '/build' . | docker load [2021-03-19T20:56:04.247Z] #29 ... [2021-03-19T20:56:04.247Z] [2021-03-19T20:56:04.247Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:56:04.247Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-19T20:56:04.383Z] #26 ... [2021-03-19T20:56:04.383Z] [2021-03-19T20:56:04.383Z] #23 [internal] load build context [2021-03-19T20:56:04.383Z] #23 sha256:a81252ebab1507b0e989522f63904355221a0c8173a4dcb186b090e2a5c67f5b [2021-03-19T20:56:04.383Z] #23 transferring context: 53.43MB 2.7s done [2021-03-19T20:56:04.383Z] #23 DONE 3.1s [2021-03-19T20:56:04.383Z] [2021-03-19T20:56:04.383Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:56:04.383Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-03-19T20:56:04.383Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2021-03-19T20:56:04.383Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-03-19T20:56:04.383Z] #9 sha256:c6f3dd0bda1f61865a66d18090c8cecbe4df870c2d1083927e043367ef707688 1.79kB / 1.79kB done [2021-03-19T20:56:04.383Z] #9 sha256:688d484c81b27fd58d8180e0f2b8371eb311a2f9afe5a4d761f838c9936152e7 6.19kB / 6.19kB done [2021-03-19T20:56:04.383Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 2.0s done [2021-03-19T20:56:04.383Z] #9 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 0.8s done [2021-03-19T20:56:04.383Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 3.0s done [2021-03-19T20:56:04.383Z] #9 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 3.1s [2021-03-19T20:56:04.383Z] #9 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 0.8s [2021-03-19T20:56:04.383Z] #9 ... [2021-03-19T20:56:04.383Z] [2021-03-19T20:56:04.383Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-03-19T20:56:04.383Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-03-19T20:56:04.383Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 done [2021-03-19T20:56:04.383Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-03-19T20:56:04.383Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-03-19T20:56:04.383Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-03-19T20:56:04.383Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s done [2021-03-19T20:56:04.383Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.5s done [2021-03-19T20:56:04.383Z] #62 DONE 3.4s [2021-03-19T20:56:04.383Z] [2021-03-19T20:56:04.383Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:56:04.383Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-03-19T20:56:04.383Z] #9 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 3.2s done [2021-03-19T20:56:04.383Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 0B / 62.53MB 3.2s [2021-03-19T20:56:04.383Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 8.39MB / 62.53MB 3.4s [2021-03-19T20:56:04.383Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 0B / 97.69MB 3.4s [2021-03-19T20:56:04.383Z] #9 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 3.3s done [2021-03-19T20:56:04.383Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 20.97MB / 62.53MB 3.5s [2021-03-19T20:56:04.383Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 5.24MB / 97.69MB 3.5s [2021-03-19T20:56:04.383Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 32.51MB / 62.53MB 3.6s [2021-03-19T20:56:04.383Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 18.87MB / 97.69MB 3.6s [2021-03-19T20:56:04.402Z] #21 32.31 Setting up python3-pkg-resources (40.8.0-1) ... [2021-03-19T20:56:04.468Z] #3 DONE 0.4s [2021-03-19T20:56:04.468Z] [2021-03-19T20:56:04.468Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-03-19T20:56:04.468Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-03-19T20:56:04.468Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-03-19T20:56:04.468Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 4.19MB / 9.64MB 0.1s [2021-03-19T20:56:04.468Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-03-19T20:56:04.468Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done [2021-03-19T20:56:04.648Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 45.09MB / 62.53MB 3.7s [2021-03-19T20:56:04.648Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 32.51MB / 97.69MB 3.7s [2021-03-19T20:56:04.648Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 61.87MB / 62.53MB 3.9s [2021-03-19T20:56:04.648Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 51.38MB / 97.69MB 3.9s [2021-03-19T20:56:04.648Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 57.67MB / 97.69MB 4.0s [2021-03-19T20:56:04.729Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s [2021-03-19T20:56:04.729Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done [2021-03-19T20:56:04.729Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.3s done [2021-03-19T20:56:04.814Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 11.5s done [2021-03-19T20:56:04.914Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 66.06MB / 97.69MB 4.1s [2021-03-19T20:56:04.914Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 72.35MB / 97.69MB 4.2s [2021-03-19T20:56:04.992Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.1s [2021-03-19T20:56:05.034Z] #21 32.92 Setting up python3-distutils (3.7.3-1) ... [2021-03-19T20:56:05.178Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 87.75MB / 97.69MB 4.3s [2021-03-19T20:56:05.178Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 95.42MB / 97.69MB 4.5s [2021-03-19T20:56:05.252Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.3s done [2021-03-19T20:56:05.252Z] #4 DONE 0.7s [2021-03-19T20:56:05.252Z] [2021-03-19T20:56:05.252Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-03-19T20:56:05.252Z] #7 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-03-19T20:56:05.325Z] #21 33.26 Setting up python3-setuptools (40.8.0-1) ... [2021-03-19T20:56:05.746Z] #32 ... [2021-03-19T20:56:05.746Z] [2021-03-19T20:56:05.746Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:56:05.746Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-19T20:56:05.746Z] #36 70.34 Selecting previously unselected package libicu63:amd64. [2021-03-19T20:56:05.746Z] #36 70.38 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-03-19T20:56:05.746Z] #36 70.40 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-19T20:56:05.746Z] #36 ... [2021-03-19T20:56:05.746Z] [2021-03-19T20:56:05.746Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:56:05.746Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:56:05.746Z] #13 69.10 Get:14 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] [2021-03-19T20:56:05.746Z] #13 72.73 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-03-19T20:56:05.746Z] #13 72.74 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-03-19T20:56:05.746Z] #13 72.74 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-03-19T20:56:05.746Z] #13 72.74 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-03-19T20:56:05.746Z] #13 72.75 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2021-03-19T20:56:05.746Z] #13 72.75 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u6 [110 kB] [2021-03-19T20:56:05.746Z] #13 72.77 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-03-19T20:56:05.746Z] #13 72.81 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-03-19T20:56:05.746Z] #13 72.83 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-03-19T20:56:05.746Z] #13 72.84 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-03-19T20:56:05.746Z] #13 72.85 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-03-19T20:56:05.746Z] #13 72.93 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-03-19T20:56:05.746Z] #13 72.95 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-03-19T20:56:05.746Z] #13 72.95 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u6 [322 kB] [2021-03-19T20:56:05.746Z] #13 74.42 debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:56:05.746Z] #13 74.78 Fetched 78.2 MB in 11s (7342 kB/s) [2021-03-19T20:56:05.746Z] #13 74.95 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-19T20:56:05.746Z] #13 75.15 Preparing to unpack .../libsystemd0_241-7~deb10u6_amd64.deb ... [2021-03-19T20:56:05.958Z] #21 33.88 Setting up python3-pip (18.1-5) ... [2021-03-19T20:56:06.002Z] #13 75.26 Unpacking libsystemd0:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-03-19T20:56:06.002Z] #13 ... [2021-03-19T20:56:06.002Z] [2021-03-19T20:56:06.002Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:56:06.002Z] #51 sha256:b96f323355eb744496a90a86893b5de303e87dbe96a908fc2b231d4941f7968f [2021-03-19T20:56:06.002Z] #51 70.90 bytes [2021-03-19T20:56:06.002Z] #51 70.98 syscall [2021-03-19T20:56:06.002Z] #51 74.42 reflect [2021-03-19T20:56:06.002Z] #51 ... [2021-03-19T20:56:06.002Z] [2021-03-19T20:56:06.003Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:56:06.003Z] #45 sha256:dcea8893a85a8f4eabc7fea730df65a7e224daa747783186796bd0e70ed61308 [2021-03-19T20:56:06.003Z] #45 70.96 reflect [2021-03-19T20:56:06.003Z] #45 71.53 bufio [2021-03-19T20:56:06.003Z] #45 74.68 syscall [2021-03-19T20:56:06.191Z] #7 DONE 0.7s [2021-03-19T20:56:06.191Z] [2021-03-19T20:56:06.191Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-03-19T20:56:06.191Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-03-19T20:56:06.191Z] #8 DONE 0.6s [2021-03-19T20:56:06.191Z] [2021-03-19T20:56:06.191Z] #5 [internal] load metadata for docker.io/library/debian:buster [2021-03-19T20:56:06.191Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-03-19T20:56:06.191Z] #5 DONE 0.7s [2021-03-19T20:56:06.191Z] [2021-03-19T20:56:06.191Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-03-19T20:56:06.191Z] #6 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-03-19T20:56:06.191Z] #6 DONE 0.8s [2021-03-19T20:56:06.249Z] #21 ... [2021-03-19T20:56:06.249Z] [2021-03-19T20:56:06.249Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-19T20:56:06.249Z] #44 66.02 CC criu/file-ids.o [2021-03-19T20:56:06.249Z] #44 66.17 CC criu/file-lock.o [2021-03-19T20:56:06.249Z] #44 66.70 CC criu/files-ext.o [2021-03-19T20:56:06.249Z] #44 66.91 CC criu/files-reg.o [2021-03-19T20:56:06.249Z] #44 68.06 CC criu/files.o [2021-03-19T20:56:06.249Z] #44 69.31 CC criu/filesystems.o [2021-03-19T20:56:06.249Z] #44 69.76 CC criu/fsnotify.o [2021-03-19T20:56:06.249Z] #44 70.42 CC criu/image-desc.o [2021-03-19T20:56:06.249Z] #44 70.48 CC criu/image.o [2021-03-19T20:56:06.249Z] #44 70.87 CC criu/ipc_ns.o [2021-03-19T20:56:06.249Z] #44 71.66 CC criu/irmap.o [2021-03-19T20:56:06.249Z] #44 72.18 CC criu/kcmp-ids.o [2021-03-19T20:56:06.249Z] #44 72.39 CC criu/kerndat.o [2021-03-19T20:56:06.249Z] #44 73.14 CC criu/libnetlink.o [2021-03-19T20:56:06.249Z] #44 73.35 CC criu/log.o [2021-03-19T20:56:06.249Z] #44 73.64 CC criu/lsm.o [2021-03-19T20:56:06.249Z] #44 73.83 CC criu/mem.o [2021-03-19T20:56:06.249Z] #44 74.83 CC criu/memfd.o [2021-03-19T20:56:06.249Z] #44 75.22 CC criu/mount.o [2021-03-19T20:56:06.541Z] #44 ... [2021-03-19T20:56:06.541Z] [2021-03-19T20:56:06.541Z] #21 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2021-03-19T20:56:06.541Z] #21 34.47 Processing triggers for libc-bin (2.28-10) ... [2021-03-19T20:56:06.541Z] #21 34.48 Processing triggers for mime-support (3.62) ... [2021-03-19T20:56:06.566Z] #45 ... [2021-03-19T20:56:06.566Z] [2021-03-19T20:56:06.566Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:56:06.566Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:56:06.566Z] #13 76.13 Setting up libsystemd0:amd64 (241-7~deb10u6) ... [2021-03-19T20:56:06.717Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2021-03-19T20:56:07.020Z] #24 transferring context: 49.27MB 8.0s [2021-03-19T20:56:07.020Z] #24 transferring context: 53.43MB 8.3s done [2021-03-19T20:56:07.020Z] #24 DONE 8.3s [2021-03-19T20:56:07.020Z] [2021-03-19T20:56:07.020Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:56:07.020Z] #10 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1 [2021-03-19T20:56:07.020Z] #10 sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 157B / 157B 0.3s done [2021-03-19T20:56:07.020Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 96.52MB / 96.52MB 5.8s done [2021-03-19T20:56:07.020Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 73.58MB / 73.58MB 5.4s done [2021-03-19T20:56:07.020Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 57.46MB / 57.46MB 5.0s done [2021-03-19T20:56:07.020Z] #10 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 10.73MB / 10.73MB 1.1s done [2021-03-19T20:56:07.020Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 54.14MB / 54.14MB 4.7s done [2021-03-19T20:56:07.020Z] #10 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 8.25MB / 8.25MB 0.9s done [2021-03-19T20:56:07.020Z] #10 extracting sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 [2021-03-19T20:56:07.107Z] #9 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 3.4s done [2021-03-19T20:56:07.107Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 6.2s done [2021-03-19T20:56:07.129Z] #13 76.59 (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.) [2021-03-19T20:56:07.129Z] #13 76.65 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ... [2021-03-19T20:56:07.206Z] #21 DONE 35.1s [2021-03-19T20:56:07.206Z] [2021-03-19T20:56:07.206Z] #22 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2021-03-19T20:56:07.386Z] #13 76.73 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-03-19T20:56:07.643Z] #13 77.08 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ... [2021-03-19T20:56:08.059Z] #9 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 [2021-03-19T20:56:08.110Z] [2021-03-19T20:56:08.110Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-03-19T20:56:08.110Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-03-19T20:56:08.110Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 done [2021-03-19T20:56:08.110Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-03-19T20:56:08.110Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-03-19T20:56:08.110Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-03-19T20:56:08.242Z] #22 0.848 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-03-19T20:56:08.242Z] #22 0.851 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-03-19T20:56:08.242Z] #22 0.852 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-03-19T20:56:08.242Z] #22 DONE 1.1s [2021-03-19T20:56:08.242Z] [2021-03-19T20:56:08.242Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-19T20:56:08.242Z] #44 77.53 CC criu/namespaces.o [2021-03-19T20:56:08.299Z] #23 transferring context: 53.43MB 4.9s done [2021-03-19T20:56:08.299Z] #23 DONE 5.0s [2021-03-19T20:56:08.299Z] [2021-03-19T20:56:08.299Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:56:08.299Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-19T20:56:08.299Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2021-03-19T20:56:08.299Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2021-03-19T20:56:08.299Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-03-19T20:56:08.299Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2021-03-19T20:56:08.299Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.4s done [2021-03-19T20:56:08.299Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.6s done [2021-03-19T20:56:08.299Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.4s done [2021-03-19T20:56:08.299Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 3.4s done [2021-03-19T20:56:08.299Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 106.95MB / 120.17MB 4.9s [2021-03-19T20:56:08.299Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 4.9s done [2021-03-19T20:56:08.299Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 1.8s [2021-03-19T20:56:08.299Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.5s done [2021-03-19T20:56:08.299Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 113.86MB / 120.17MB 5.1s [2021-03-19T20:56:08.299Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 119.88MB / 120.17MB 5.3s [2021-03-19T20:56:08.460Z] #9 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0.5s done [2021-03-19T20:56:08.571Z] #13 77.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 ... 15410 files and directories currently installed.) [2021-03-19T20:56:08.571Z] #13 77.91 Preparing to unpack .../libudev1_241-7~deb10u6_amd64.deb ... [2021-03-19T20:56:08.571Z] #13 77.94 Unpacking libudev1:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-03-19T20:56:08.621Z] #9 DONE 41.7s [2021-03-19T20:56:08.621Z] [2021-03-19T20:56:08.621Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-19T20:56:08.621Z] #29 sha256:90b3e92e83f513c3848835e396ea54a0fd9a62b54eb9fabe78578242aa9ad78d [2021-03-19T20:56:08.884Z] #29 ... [2021-03-19T20:56:08.884Z] [2021-03-19T20:56:08.884Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-03-19T20:56:08.884Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-03-19T20:56:09.110Z] #10 ... [2021-03-19T20:56:09.110Z] [2021-03-19T20:56:09.110Z] #27 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:9d4ab94af82b2567c272c7f47fa1204cd9b40914704213f1c257c44042f82aac [2021-03-19T20:56:09.110Z] #27 sha256:6394764ba1d9e7fa8f22311094ee37ee616cb9ef29c9942f5ce2463749ea7dc8 [2021-03-19T20:56:09.110Z] #27 resolve docker.io/library/debian:buster@sha256:9d4ab94af82b2567c272c7f47fa1204cd9b40914704213f1c257c44042f82aac 0.1s done [2021-03-19T20:56:09.110Z] #27 sha256:e82e55acc97d8fc958b57715031c249868ac5d8978e8d9f94ca4c15d553fe3cf 54.14MB / 54.14MB 4.3s done [2021-03-19T20:56:09.110Z] #27 extracting sha256:e82e55acc97d8fc958b57715031c249868ac5d8978e8d9f94ca4c15d553fe3cf 5.4s done [2021-03-19T20:56:09.110Z] #27 DONE 9.8s [2021-03-19T20:56:09.110Z] [2021-03-19T20:56:09.110Z] #28 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-03-19T20:56:09.110Z] #28 sha256:5b13b60a42c97a1939b19a02c3f61293b1fe8c8e3cf254431a5b2a0694f5d7b5 [2021-03-19T20:56:09.110Z] #28 0.226 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-19T20:56:09.111Z] #28 0.246 Get:2 http://deb.debian.org/debian buster InRelease [122 kB] [2021-03-19T20:56:09.111Z] #28 0.274 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-19T20:56:09.111Z] #28 0.488 Get:4 http://security.debian.org/debian-security buster/updates/main ppc64el Packages [260 kB] [2021-03-19T20:56:09.159Z] #13 78.60 Setting up libudev1:amd64 (241-7~deb10u6) ... [2021-03-19T20:56:09.238Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 6.3s done [2021-03-19T20:56:09.278Z] #44 78.70 CC criu/net.o [2021-03-19T20:56:09.410Z] #28 ... [2021-03-19T20:56:09.410Z] [2021-03-19T20:56:09.410Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:56:09.410Z] #10 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1 [2021-03-19T20:56:09.410Z] #10 extracting sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 4.6s done [2021-03-19T20:56:09.410Z] #10 extracting sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 0.4s done [2021-03-19T20:56:09.410Z] #10 DONE 9.9s [2021-03-19T20:56:09.410Z] [2021-03-19T20:56:09.410Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:56:09.410Z] #10 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1 [2021-03-19T20:56:09.410Z] #10 extracting sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 [2021-03-19T20:56:09.458Z] #10 ... [2021-03-19T20:56:09.458Z] [2021-03-19T20:56:09.458Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-19T20:56:09.458Z] #29 sha256:90b3e92e83f513c3848835e396ea54a0fd9a62b54eb9fabe78578242aa9ad78d [2021-03-19T20:56:09.458Z] #29 DONE 14.7s [2021-03-19T20:56:09.458Z] [2021-03-19T20:56:09.458Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-03-19T20:56:09.458Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-03-19T20:56:09.498Z] #9 ... [2021-03-19T20:56:09.498Z] [2021-03-19T20:56:09.498Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-03-19T20:56:09.498Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-03-19T20:56:09.498Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-03-19T20:56:09.498Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-03-19T20:56:09.498Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-03-19T20:56:09.498Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 4.9s done [2021-03-19T20:56:09.498Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.5s done [2021-03-19T20:56:09.498Z] #62 DONE 6.7s [2021-03-19T20:56:09.498Z] [2021-03-19T20:56:09.498Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:56:09.498Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-19T20:56:09.498Z] #9 ... [2021-03-19T20:56:09.498Z] [2021-03-19T20:56:09.498Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:9d4ab94af82b2567c272c7f47fa1204cd9b40914704213f1c257c44042f82aac [2021-03-19T20:56:09.498Z] #26 sha256:16452bcde2a629f773c8fe8bd8c61842d25443d6f6d8f74851a9f812d704b538 [2021-03-19T20:56:09.498Z] #26 resolve docker.io/library/debian:buster@sha256:9d4ab94af82b2567c272c7f47fa1204cd9b40914704213f1c257c44042f82aac done [2021-03-19T20:56:09.498Z] #26 sha256:9d4ab94af82b2567c272c7f47fa1204cd9b40914704213f1c257c44042f82aac 1.85kB / 1.85kB done [2021-03-19T20:56:09.498Z] #26 sha256:a4e852392000434b7c50b26dcf6a659a037521b17df69dd2ace5c2368efba38b 529B / 529B done [2021-03-19T20:56:09.498Z] #26 sha256:dc2eddc158255ea75b9774d29924a700e95d988bcb7612abbda29baddb291670 1.46kB / 1.46kB done [2021-03-19T20:56:09.498Z] #26 sha256:e22122b926a1a853d61887fa35c3fe53e05ee7dc0f2f488936dc9838bd0e230d 50.40MB / 50.40MB 2.0s done [2021-03-19T20:56:09.498Z] #26 extracting sha256:e22122b926a1a853d61887fa35c3fe53e05ee7dc0f2f488936dc9838bd0e230d 4.3s [2021-03-19T20:56:09.709Z] #10 extracting sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 0.4s done [2021-03-19T20:56:09.709Z] #10 extracting sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 [2021-03-19T20:56:09.758Z] #26 ... [2021-03-19T20:56:09.758Z] [2021-03-19T20:56:09.758Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:56:09.758Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-19T20:56:10.388Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 9.5s [2021-03-19T20:56:10.388Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 9.7s done [2021-03-19T20:56:10.393Z] #10 DONE 1.7s [2021-03-19T20:56:10.527Z] #13 79.72 Selecting previously unselected package binutils-mingw-w64-i686. [2021-03-19T20:56:10.527Z] #13 79.72 (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.) [2021-03-19T20:56:10.527Z] #13 79.76 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-03-19T20:56:10.527Z] #13 79.85 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-19T20:56:10.527Z] #13 ... [2021-03-19T20:56:10.527Z] [2021-03-19T20:56:10.527Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-03-19T20:56:10.527Z] #47 sha256:2092271bebcfcdf1bec23cbcce1adf02fc0617ef3f1242f214a46273bfe7f66a [2021-03-19T20:56:10.527Z] #47 DONE 85.5s [2021-03-19T20:56:10.652Z] #9 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0.1s [2021-03-19T20:56:10.652Z] #9 ... [2021-03-19T20:56:10.652Z] [2021-03-19T20:56:10.652Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-03-19T20:56:10.652Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-03-19T20:56:10.652Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 done [2021-03-19T20:56:10.652Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-03-19T20:56:10.652Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-03-19T20:56:10.652Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-03-19T20:56:10.652Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 4.1s done [2021-03-19T20:56:10.652Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.8s done [2021-03-19T20:56:10.653Z] [2021-03-19T20:56:10.653Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-03-19T20:56:10.653Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-03-19T20:56:10.784Z] [2021-03-19T20:56:10.784Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:56:10.784Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-19T20:56:10.784Z] #42 85.28 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-03-19T20:56:10.784Z] #42 85.51 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-19T20:56:10.784Z] #42 85.54 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-19T20:56:10.784Z] #42 85.56 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-03-19T20:56:10.784Z] #42 85.57 Setting up python-six (1.12.0-1) ... [2021-03-19T20:56:10.827Z] #44 80.53 CC criu/netfilter.o [2021-03-19T20:56:10.915Z] #64 ... [2021-03-19T20:56:10.915Z] [2021-03-19T20:56:10.915Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:56:10.915Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-03-19T20:56:10.915Z] #9 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0.3s done [2021-03-19T20:56:11.118Z] #44 80.87 CC criu/page-pipe.o [2021-03-19T20:56:11.144Z] #9 ... [2021-03-19T20:56:11.144Z] [2021-03-19T20:56:11.144Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-03-19T20:56:11.144Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-03-19T20:56:11.144Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 done [2021-03-19T20:56:11.144Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-03-19T20:56:11.144Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-03-19T20:56:11.144Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-03-19T20:56:11.144Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 5.1s done [2021-03-19T20:56:11.144Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.2s done [2021-03-19T20:56:11.144Z] #64 DONE 8.3s [2021-03-19T20:56:11.404Z] [2021-03-19T20:56:11.404Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:56:11.404Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-19T20:56:11.418Z] #44 81.22 CC criu/page-xfer.o [2021-03-19T20:56:11.443Z] #62 ... [2021-03-19T20:56:11.443Z] [2021-03-19T20:56:11.443Z] #23 [internal] load build context [2021-03-19T20:56:11.443Z] #23 sha256:e66b93029ee72914565a14ee42162e3555672af65cd8749b9379a0f2cd94508e [2021-03-19T20:56:11.443Z] #23 transferring context: 53.42MB 2.5s done [2021-03-19T20:56:11.443Z] #23 DONE 3.0s [2021-03-19T20:56:11.443Z] [2021-03-19T20:56:11.443Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-03-19T20:56:11.443Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-03-19T20:56:11.443Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0B / 9.86MB 3.1s [2021-03-19T20:56:11.443Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.15MB / 9.86MB 3.4s [2021-03-19T20:56:11.443Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 3.5s [2021-03-19T20:56:11.590Z] #11 DONE 1.0s [2021-03-19T20:56:11.590Z] [2021-03-19T20:56:11.590Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-03-19T20:56:11.590Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-03-19T20:56:11.706Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 3.6s done [2021-03-19T20:56:11.706Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 [2021-03-19T20:56:11.851Z] #31 ... [2021-03-19T20:56:11.851Z] [2021-03-19T20:56:11.851Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-03-19T20:56:11.851Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-03-19T20:56:11.851Z] #39 DONE 0.3s [2021-03-19T20:56:11.851Z] [2021-03-19T20:56:11.851Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-03-19T20:56:11.851Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-03-19T20:56:11.851Z] #31 DONE 0.3s [2021-03-19T20:56:11.851Z] [2021-03-19T20:56:11.851Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-19T20:56:11.851Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-19T20:56:11.866Z] #9 ... [2021-03-19T20:56:11.866Z] [2021-03-19T20:56:11.866Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-03-19T20:56:11.866Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-03-19T20:56:11.866Z] #64 DONE 11.3s [2021-03-19T20:56:12.129Z] [2021-03-19T20:56:12.129Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:9d4ab94af82b2567c272c7f47fa1204cd9b40914704213f1c257c44042f82aac [2021-03-19T20:56:12.129Z] #26 sha256:45bb9a48d6e782a3e60f03223bc352dade75860f5d24602d08c115e73091c9fd [2021-03-19T20:56:12.129Z] #26 sha256:e9742a63e95a88f8685c4f23a73f7dd15e4039ac1862ce5753c53406a5f7c04a 49.20MB / 49.20MB 11.0s done [2021-03-19T20:56:12.129Z] #26 extracting sha256:e9742a63e95a88f8685c4f23a73f7dd15e4039ac1862ce5753c53406a5f7c04a [2021-03-19T20:56:12.345Z] #9 ... [2021-03-19T20:56:12.345Z] [2021-03-19T20:56:12.345Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-03-19T20:56:12.345Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-03-19T20:56:12.345Z] #63 DONE 0.6s [2021-03-19T20:56:12.345Z] [2021-03-19T20:56:12.345Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:56:12.345Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-19T20:56:12.462Z] #10 extracting sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 2.6s done [2021-03-19T20:56:12.462Z] #10 extracting sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad [2021-03-19T20:56:12.510Z] #44 82.14 CC criu/pagemap-cache.o [2021-03-19T20:56:12.802Z] #44 82.32 CC criu/pagemap.o [2021-03-19T20:56:12.917Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 6.9s [2021-03-19T20:56:13.093Z] #44 82.86 CC criu/parasite-syscall.o [2021-03-19T20:56:13.096Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.3s done [2021-03-19T20:56:13.487Z] #9 ... [2021-03-19T20:56:13.488Z] [2021-03-19T20:56:13.488Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-03-19T20:56:13.488Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-03-19T20:56:13.488Z] #65 DONE 0.9s [2021-03-19T20:56:13.488Z] [2021-03-19T20:56:13.488Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:56:13.488Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-19T20:56:13.671Z] #62 DONE 5.6s [2021-03-19T20:56:13.671Z] [2021-03-19T20:56:13.671Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-03-19T20:56:13.671Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-03-19T20:56:13.671Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 done [2021-03-19T20:56:13.671Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-03-19T20:56:13.671Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-03-19T20:56:13.671Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-03-19T20:56:13.671Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 3.5s done [2021-03-19T20:56:13.671Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.5s done [2021-03-19T20:56:13.671Z] #64 DONE 5.6s [2021-03-19T20:56:13.671Z] [2021-03-19T20:56:13.671Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:56:13.671Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-19T20:56:13.671Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2021-03-19T20:56:13.671Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2021-03-19T20:56:13.671Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.5s done [2021-03-19T20:56:13.671Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-03-19T20:56:13.671Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.6s done [2021-03-19T20:56:13.671Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.9s done [2021-03-19T20:56:13.671Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2021-03-19T20:56:13.671Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.2s done [2021-03-19T20:56:13.671Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 3.1s done [2021-03-19T20:56:13.671Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 3.6s [2021-03-19T20:56:13.671Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.1s done [2021-03-19T20:56:13.671Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 5.0s done [2021-03-19T20:56:13.728Z] #44 83.38 CC criu/path.o [2021-03-19T20:56:13.728Z] #44 83.52 CC criu/pie-util-vdso.o [2021-03-19T20:56:14.019Z] #44 83.80 CC criu/pie-util.o [2021-03-19T20:56:14.019Z] #44 83.90 CC criu/pipes.o [2021-03-19T20:56:14.720Z] #44 84.35 CC criu/plugin.o [2021-03-19T20:56:14.870Z] #9 ... [2021-03-19T20:56:14.870Z] [2021-03-19T20:56:14.870Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:9d4ab94af82b2567c272c7f47fa1204cd9b40914704213f1c257c44042f82aac [2021-03-19T20:56:14.870Z] #26 sha256:16452bcde2a629f773c8fe8bd8c61842d25443d6f6d8f74851a9f812d704b538 [2021-03-19T20:56:14.870Z] #26 extracting sha256:e22122b926a1a853d61887fa35c3fe53e05ee7dc0f2f488936dc9838bd0e230d 9.0s done [2021-03-19T20:56:14.870Z] #26 DONE 11.8s [2021-03-19T20:56:14.870Z] [2021-03-19T20:56:14.870Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:56:14.870Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-19T20:56:14.870Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 8.8s done [2021-03-19T20:56:14.955Z] #42 89.86 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-03-19T20:56:14.955Z] #42 89.89 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-03-19T20:56:14.955Z] #42 89.92 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-03-19T20:56:14.955Z] #42 89.94 Setting up libcap-dev:amd64 (1:2.25-2) ... [2021-03-19T20:56:14.955Z] #42 89.96 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2021-03-19T20:56:14.955Z] #42 89.99 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-03-19T20:56:14.955Z] #42 90.03 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-19T20:56:14.955Z] #42 90.05 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-03-19T20:56:14.955Z] #42 90.08 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-19T20:56:15.011Z] #44 84.66 CC criu/proc_parse.o [2021-03-19T20:56:15.056Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 4.8s done [2021-03-19T20:56:15.130Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2021-03-19T20:56:15.212Z] #42 90.10 Setting up python-protobuf (3.6.1.3-2) ... [2021-03-19T20:56:15.223Z] #10 extracting sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 2.4s done [2021-03-19T20:56:15.223Z] #10 extracting sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 [2021-03-19T20:56:15.639Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2021-03-19T20:56:15.775Z] #42 ... [2021-03-19T20:56:15.775Z] [2021-03-19T20:56:15.775Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:56:15.775Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-19T20:56:15.775Z] #36 81.71 Selecting previously unselected package libxml2:amd64. [2021-03-19T20:56:15.775Z] #36 81.72 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-03-19T20:56:15.775Z] #36 81.76 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-03-19T20:56:15.775Z] #36 83.14 Selecting previously unselected package libarchive13:amd64. [2021-03-19T20:56:15.775Z] #36 83.14 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-03-19T20:56:15.775Z] #36 83.15 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-03-19T20:56:15.775Z] #36 83.75 Selecting previously unselected package libjsoncpp1:amd64. [2021-03-19T20:56:15.775Z] #36 83.76 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-03-19T20:56:15.775Z] #36 83.77 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-03-19T20:56:15.775Z] #36 84.66 Selecting previously unselected package librhash0:amd64. [2021-03-19T20:56:15.775Z] #36 84.66 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-03-19T20:56:15.775Z] #36 84.68 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-03-19T20:56:15.775Z] #36 85.56 Selecting previously unselected package libuv1:amd64. [2021-03-19T20:56:15.775Z] #36 85.57 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-03-19T20:56:15.775Z] #36 85.58 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-03-19T20:56:15.775Z] #36 85.78 Selecting previously unselected package cmake. [2021-03-19T20:56:15.775Z] #36 85.79 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-03-19T20:56:15.775Z] #36 85.80 Unpacking cmake (3.13.4-1) ... [2021-03-19T20:56:15.775Z] #36 89.48 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-19T20:56:15.775Z] #36 89.51 Setting up xxd (2:8.1.0875-5) ... [2021-03-19T20:56:15.775Z] #36 89.53 Setting up libuv1:amd64 (1.24.1-1) ... [2021-03-19T20:56:15.775Z] #36 89.56 Setting up vim-common (2:8.1.0875-5) ... [2021-03-19T20:56:15.775Z] #36 89.60 Setting up librhash0:amd64 (1.3.8-1) ... [2021-03-19T20:56:15.775Z] #36 89.61 Setting up cmake-data (3.13.4-1) ... [2021-03-19T20:56:15.775Z] #36 89.63 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-03-19T20:56:15.775Z] #36 89.65 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-03-19T20:56:15.775Z] #36 89.67 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-03-19T20:56:15.775Z] #36 89.69 Setting up cmake (3.13.4-1) ... [2021-03-19T20:56:15.775Z] #36 89.70 Processing triggers for libc-bin (2.28-10) ... [2021-03-19T20:56:15.775Z] #36 89.83 Processing triggers for mime-support (3.62) ... [2021-03-19T20:56:15.775Z] #36 DONE 90.6s [2021-03-19T20:56:15.775Z] [2021-03-19T20:56:15.775Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-03-19T20:56:15.775Z] #37 sha256:f42ea20cf65471e26940e9c32de5c83a22ef1fc0a29d6965d01740dd49ea8384 [2021-03-19T20:56:15.862Z] #10 ... [2021-03-19T20:56:15.862Z] [2021-03-19T20:56:15.862Z] #28 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-03-19T20:56:15.862Z] #28 sha256:5b13b60a42c97a1939b19a02c3f61293b1fe8c8e3cf254431a5b2a0694f5d7b5 [2021-03-19T20:56:15.862Z] #28 0.805 Get:5 http://deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-03-19T20:56:15.862Z] #28 1.183 Get:6 http://deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B] [2021-03-19T20:56:15.862Z] #28 3.393 Fetched 8199 kB in 3s (2585 kB/s) [2021-03-19T20:56:15.862Z] #28 3.393 Reading package lists... [2021-03-19T20:56:15.862Z] #28 4.842 Reading package lists... [2021-03-19T20:56:15.862Z] #28 6.330 Building dependency tree... [2021-03-19T20:56:15.862Z] #28 6.751 The following additional packages will be installed: [2021-03-19T20:56:15.862Z] #28 6.751 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-03-19T20:56:15.862Z] #28 6.751 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-03-19T20:56:15.862Z] #28 6.752 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-03-19T20:56:15.862Z] #28 6.753 Suggested packages: [2021-03-19T20:56:15.862Z] #28 6.753 krb5-doc krb5-user [2021-03-19T20:56:15.862Z] #28 6.753 Recommended packages: [2021-03-19T20:56:15.862Z] #28 6.753 krb5-locales publicsuffix libsasl2-modules [2021-03-19T20:56:15.862Z] #28 7.026 The following NEW packages will be installed: [2021-03-19T20:56:15.862Z] #28 7.026 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-03-19T20:56:15.862Z] #28 7.026 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-03-19T20:56:15.862Z] #28 7.027 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-03-19T20:56:15.862Z] #28 7.028 libssh2-1 libssl1.1 openssl [2021-03-19T20:56:15.862Z] #28 7.077 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2021-03-19T20:56:15.862Z] #28 7.077 Need to get 5175 kB of archives. [2021-03-19T20:56:15.862Z] #28 7.077 After this operation, 14.6 MB of additional disk space will be used. [2021-03-19T20:56:15.862Z] #28 7.077 Get:1 http://security.debian.org/debian-security buster/updates/main ppc64el libssl1.1 ppc64el 1.1.1d-0+deb10u5 [1526 kB] [2021-03-19T20:56:15.862Z] #28 7.090 Get:2 http://deb.debian.org/debian buster/main ppc64el libsasl2-modules-db ppc64el 2.1.27+dfsg-1+deb10u1 [71.2 kB] [2021-03-19T20:56:15.862Z] #28 7.123 Get:3 http://deb.debian.org/debian buster/main ppc64el libsasl2-2 ppc64el 2.1.27+dfsg-1+deb10u1 [115 kB] [2021-03-19T20:56:15.862Z] #28 7.127 Get:4 http://deb.debian.org/debian buster/main ppc64el ca-certificates all 20200601~deb10u2 [166 kB] [2021-03-19T20:56:15.862Z] #28 7.131 Get:5 http://security.debian.org/debian-security buster/updates/main ppc64el libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-03-19T20:56:15.862Z] #28 7.138 Get:6 http://security.debian.org/debian-security buster/updates/main ppc64el libldap-2.4-2 ppc64el 2.4.47+dfsg-3+deb10u6 [243 kB] [2021-03-19T20:56:15.862Z] #28 7.139 Get:7 http://deb.debian.org/debian buster/main ppc64el libkeyutils1 ppc64el 1.6-6 [16.2 kB] [2021-03-19T20:56:15.862Z] #28 7.140 Get:8 http://deb.debian.org/debian buster/main ppc64el libkrb5support0 ppc64el 1.17-3+deb10u1 [69.3 kB] [2021-03-19T20:56:15.862Z] #28 7.146 Get:9 http://security.debian.org/debian-security buster/updates/main ppc64el openssl ppc64el 1.1.1d-0+deb10u5 [844 kB] [2021-03-19T20:56:15.862Z] #28 7.156 Get:10 http://deb.debian.org/debian buster/main ppc64el libk5crypto3 ppc64el 1.17-3+deb10u1 [134 kB] [2021-03-19T20:56:15.862Z] #28 7.167 Get:11 http://deb.debian.org/debian buster/main ppc64el libkrb5-3 ppc64el 1.17-3+deb10u1 [400 kB] [2021-03-19T20:56:15.862Z] #28 7.173 Get:12 http://deb.debian.org/debian buster/main ppc64el libgssapi-krb5-2 ppc64el 1.17-3+deb10u1 [172 kB] [2021-03-19T20:56:15.862Z] #28 7.178 Get:13 http://deb.debian.org/debian buster/main ppc64el libnghttp2-14 ppc64el 1.36.0-2+deb10u1 [92.1 kB] [2021-03-19T20:56:15.862Z] #28 7.183 Get:14 http://deb.debian.org/debian buster/main ppc64el libpsl5 ppc64el 0.20.2-2 [55.6 kB] [2021-03-19T20:56:15.862Z] #28 7.183 Get:15 http://deb.debian.org/debian buster/main ppc64el librtmp1 ppc64el 2.4+20151223.gitfa8646d.1-2 [60.2 kB] [2021-03-19T20:56:15.862Z] #28 7.184 Get:16 http://deb.debian.org/debian buster/main ppc64el libssh2-1 ppc64el 1.8.0-2.1 [147 kB] [2021-03-19T20:56:15.862Z] #28 7.191 Get:17 http://deb.debian.org/debian buster/main ppc64el libcurl4 ppc64el 7.64.0-4+deb10u1 [348 kB] [2021-03-19T20:56:15.862Z] #28 7.198 Get:18 http://deb.debian.org/debian buster/main ppc64el curl ppc64el 7.64.0-4+deb10u1 [268 kB] [2021-03-19T20:56:15.862Z] #28 7.204 Get:19 http://deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2021-03-19T20:56:15.862Z] #28 7.208 Get:20 http://deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2021-03-19T20:56:15.862Z] #28 7.211 Get:21 http://deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2021-03-19T20:56:16.072Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.8s done [2021-03-19T20:56:16.072Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.1s [2021-03-19T20:56:16.211Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.7s done [2021-03-19T20:56:16.367Z] #26 extracting sha256:e9742a63e95a88f8685c4f23a73f7dd15e4039ac1862ce5753c53406a5f7c04a 3.9s done [2021-03-19T20:56:16.367Z] #26 DONE 15.8s [2021-03-19T20:56:16.367Z] [2021-03-19T20:56:16.367Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:56:16.367Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-03-19T20:56:16.367Z] #9 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 4.1s [2021-03-19T20:56:16.472Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 [2021-03-19T20:56:16.472Z] #9 ... [2021-03-19T20:56:16.472Z] [2021-03-19T20:56:16.472Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-03-19T20:56:16.472Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-03-19T20:56:16.472Z] #63 DONE 0.8s [2021-03-19T20:56:16.472Z] [2021-03-19T20:56:16.472Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:9d4ab94af82b2567c272c7f47fa1204cd9b40914704213f1c257c44042f82aac [2021-03-19T20:56:16.472Z] #26 sha256:16452bcde2a629f773c8fe8bd8c61842d25443d6f6d8f74851a9f812d704b538 [2021-03-19T20:56:16.472Z] #26 resolve docker.io/library/debian:buster@sha256:9d4ab94af82b2567c272c7f47fa1204cd9b40914704213f1c257c44042f82aac done [2021-03-19T20:56:16.472Z] #26 sha256:9d4ab94af82b2567c272c7f47fa1204cd9b40914704213f1c257c44042f82aac 1.85kB / 1.85kB done [2021-03-19T20:56:16.472Z] #26 sha256:a4e852392000434b7c50b26dcf6a659a037521b17df69dd2ace5c2368efba38b 529B / 529B done [2021-03-19T20:56:16.472Z] #26 sha256:dc2eddc158255ea75b9774d29924a700e95d988bcb7612abbda29baddb291670 1.46kB / 1.46kB done [2021-03-19T20:56:16.472Z] #26 sha256:e22122b926a1a853d61887fa35c3fe53e05ee7dc0f2f488936dc9838bd0e230d 50.40MB / 50.40MB 5.5s done [2021-03-19T20:56:16.472Z] #26 extracting sha256:e22122b926a1a853d61887fa35c3fe53e05ee7dc0f2f488936dc9838bd0e230d 2.7s [2021-03-19T20:56:16.512Z] #28 7.437 debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:56:16.512Z] #28 7.464 Fetched 5175 kB in 0s (35.0 MB/s) [2021-03-19T20:56:16.512Z] #28 7.495 Selecting previously unselected package libssl1.1:ppc64el. [2021-03-19T20:56:16.512Z] #28 7.495 (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 ... 6677 files and directories currently installed.) [2021-03-19T20:56:16.512Z] #28 7.505 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_ppc64el.deb ... [2021-03-19T20:56:16.512Z] #28 7.515 Unpacking libssl1.1:ppc64el (1.1.1d-0+deb10u5) ... [2021-03-19T20:56:16.512Z] #28 7.747 Selecting previously unselected package libsasl2-modules-db:ppc64el. [2021-03-19T20:56:16.512Z] #28 7.747 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_ppc64el.deb ... [2021-03-19T20:56:16.512Z] #28 7.749 Unpacking libsasl2-modules-db:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2021-03-19T20:56:16.512Z] #28 7.786 Selecting previously unselected package libsasl2-2:ppc64el. [2021-03-19T20:56:16.512Z] #28 7.786 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_ppc64el.deb ... [2021-03-19T20:56:16.512Z] #28 7.790 Unpacking libsasl2-2:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2021-03-19T20:56:16.512Z] #28 7.847 Selecting previously unselected package libldap-common. [2021-03-19T20:56:16.631Z] #9 ... [2021-03-19T20:56:16.631Z] [2021-03-19T20:56:16.631Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-03-19T20:56:16.631Z] #63 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2021-03-19T20:56:16.631Z] #63 DONE 1.9s [2021-03-19T20:56:16.631Z] [2021-03-19T20:56:16.631Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:56:16.631Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-03-19T20:56:16.631Z] #9 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 4.4s done [2021-03-19T20:56:16.645Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.7s done [2021-03-19T20:56:16.708Z] #37 1.199 + RM_GOPATH=0 [2021-03-19T20:56:16.708Z] #37 1.199 + TMP_GOPATH= [2021-03-19T20:56:16.708Z] #37 1.199 + : /build [2021-03-19T20:56:16.708Z] #37 1.199 + '[' -z '' ']' [2021-03-19T20:56:16.732Z] #26 ... [2021-03-19T20:56:16.732Z] [2021-03-19T20:56:16.732Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:56:16.732Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-19T20:56:16.807Z] #28 7.852 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-03-19T20:56:16.807Z] #28 7.857 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-19T20:56:16.807Z] #28 7.940 Selecting previously unselected package libldap-2.4-2:ppc64el. [2021-03-19T20:56:16.807Z] #28 7.942 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_ppc64el.deb ... [2021-03-19T20:56:16.807Z] #28 7.943 Unpacking libldap-2.4-2:ppc64el (2.4.47+dfsg-3+deb10u6) ... [2021-03-19T20:56:16.807Z] #28 8.007 Selecting previously unselected package openssl. [2021-03-19T20:56:16.807Z] #28 8.010 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_ppc64el.deb ... [2021-03-19T20:56:16.808Z] #28 8.011 Unpacking openssl (1.1.1d-0+deb10u5) ... [2021-03-19T20:56:16.808Z] #28 8.146 Selecting previously unselected package ca-certificates. [2021-03-19T20:56:16.808Z] #28 8.146 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2021-03-19T20:56:16.944Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab [2021-03-19T20:56:16.965Z] #37 1.201 ++ mktemp -d [2021-03-19T20:56:16.965Z] #37 1.206 + export GOPATH=/tmp/tmp.RTQ2xhBFqE [2021-03-19T20:56:16.965Z] #37 1.206 + GOPATH=/tmp/tmp.RTQ2xhBFqE [2021-03-19T20:56:16.965Z] #37 1.206 + RM_GOPATH=1 [2021-03-19T20:56:16.965Z] #37 1.206 + case "$(go env GOARCH)" in [2021-03-19T20:56:16.965Z] #37 1.209 ++ go env GOARCH [2021-03-19T20:56:16.965Z] #37 1.247 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:16.965Z] #37 1.247 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:16.965Z] #37 1.248 ++ dirname /tmp/install/install.sh [2021-03-19T20:56:16.965Z] #37 1.251 + dir=/tmp/install [2021-03-19T20:56:16.965Z] #37 1.251 + bin=tini [2021-03-19T20:56:16.965Z] #37 1.251 + shift [2021-03-19T20:56:16.965Z] #37 1.251 + '[' '!' -f /tmp/install/tini.installer ']' [2021-03-19T20:56:16.965Z] #37 1.252 + . /tmp/install/tini.installer [2021-03-19T20:56:16.965Z] #37 1.252 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-19T20:56:16.965Z] #37 1.252 + install_tini [2021-03-19T20:56:16.965Z] #37 1.252 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-03-19T20:56:16.965Z] #37 1.253 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-19T20:56:16.965Z] #37 1.253 + git clone https://github.com/krallin/tini.git /tmp/tmp.RTQ2xhBFqE/tini [2021-03-19T20:56:16.965Z] #37 1.257 Cloning into '/tmp/tmp.RTQ2xhBFqE/tini'... [2021-03-19T20:56:17.079Z] #44 86.48 CC criu/protobuf-desc.o [2021-03-19T20:56:17.104Z] #28 8.149 Unpacking ca-certificates (20200601~deb10u2) ... [2021-03-19T20:56:17.104Z] #28 8.216 Selecting previously unselected package libkeyutils1:ppc64el. [2021-03-19T20:56:17.104Z] #28 8.219 Preparing to unpack .../07-libkeyutils1_1.6-6_ppc64el.deb ... [2021-03-19T20:56:17.104Z] #28 8.225 Unpacking libkeyutils1:ppc64el (1.6-6) ... [2021-03-19T20:56:17.104Z] #28 8.251 Selecting previously unselected package libkrb5support0:ppc64el. [2021-03-19T20:56:17.104Z] #28 8.253 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_ppc64el.deb ... [2021-03-19T20:56:17.104Z] #28 8.254 Unpacking libkrb5support0:ppc64el (1.17-3+deb10u1) ... [2021-03-19T20:56:17.104Z] #28 8.287 Selecting previously unselected package libk5crypto3:ppc64el. [2021-03-19T20:56:17.104Z] #28 8.289 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_ppc64el.deb ... [2021-03-19T20:56:17.104Z] #28 8.291 Unpacking libk5crypto3:ppc64el (1.17-3+deb10u1) ... [2021-03-19T20:56:17.104Z] #28 8.329 Selecting previously unselected package libkrb5-3:ppc64el. [2021-03-19T20:56:17.104Z] #28 8.331 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_ppc64el.deb ... [2021-03-19T20:56:17.104Z] #28 8.332 Unpacking libkrb5-3:ppc64el (1.17-3+deb10u1) ... [2021-03-19T20:56:17.222Z] #37 ... [2021-03-19T20:56:17.222Z] [2021-03-19T20:56:17.222Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:56:17.222Z] #51 sha256:b96f323355eb744496a90a86893b5de303e87dbe96a908fc2b231d4941f7968f [2021-03-19T20:56:17.222Z] #51 82.27 time [2021-03-19T20:56:17.222Z] #51 89.55 context [2021-03-19T20:56:17.222Z] #51 90.85 os [2021-03-19T20:56:17.308Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.6s done [2021-03-19T20:56:17.308Z] #9 ... [2021-03-19T20:56:17.308Z] [2021-03-19T20:56:17.308Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:9d4ab94af82b2567c272c7f47fa1204cd9b40914704213f1c257c44042f82aac [2021-03-19T20:56:17.308Z] #26 sha256:16452bcde2a629f773c8fe8bd8c61842d25443d6f6d8f74851a9f812d704b538 [2021-03-19T20:56:17.308Z] #26 extracting sha256:e22122b926a1a853d61887fa35c3fe53e05ee7dc0f2f488936dc9838bd0e230d 3.4s done [2021-03-19T20:56:17.308Z] #26 DONE 9.5s [2021-03-19T20:56:17.400Z] #28 8.420 Selecting previously unselected package libgssapi-krb5-2:ppc64el. [2021-03-19T20:56:17.400Z] #28 8.422 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_ppc64el.deb ... [2021-03-19T20:56:17.400Z] #28 8.425 Unpacking libgssapi-krb5-2:ppc64el (1.17-3+deb10u1) ... [2021-03-19T20:56:17.400Z] #28 8.473 Selecting previously unselected package libnghttp2-14:ppc64el. [2021-03-19T20:56:17.400Z] #28 8.475 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_ppc64el.deb ... [2021-03-19T20:56:17.400Z] #28 8.477 Unpacking libnghttp2-14:ppc64el (1.36.0-2+deb10u1) ... [2021-03-19T20:56:17.400Z] #28 8.520 Selecting previously unselected package libpsl5:ppc64el. [2021-03-19T20:56:17.400Z] #28 8.523 Preparing to unpack .../13-libpsl5_0.20.2-2_ppc64el.deb ... [2021-03-19T20:56:17.400Z] #28 8.524 Unpacking libpsl5:ppc64el (0.20.2-2) ... [2021-03-19T20:56:17.400Z] #28 8.553 Selecting previously unselected package librtmp1:ppc64el. [2021-03-19T20:56:17.400Z] #28 8.555 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_ppc64el.deb ... [2021-03-19T20:56:17.400Z] #28 8.556 Unpacking librtmp1:ppc64el (2.4+20151223.gitfa8646d.1-2) ... [2021-03-19T20:56:17.400Z] #28 8.584 Selecting previously unselected package libssh2-1:ppc64el. [2021-03-19T20:56:17.400Z] #28 8.586 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_ppc64el.deb ... [2021-03-19T20:56:17.400Z] #28 8.587 Unpacking libssh2-1:ppc64el (1.8.0-2.1) ... [2021-03-19T20:56:17.400Z] #28 8.626 Selecting previously unselected package libcurl4:ppc64el. [2021-03-19T20:56:17.400Z] #28 8.628 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_ppc64el.deb ... [2021-03-19T20:56:17.400Z] #28 8.630 Unpacking libcurl4:ppc64el (7.64.0-4+deb10u1) ... [2021-03-19T20:56:17.400Z] #28 8.689 Selecting previously unselected package curl. [2021-03-19T20:56:17.400Z] #28 8.690 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_ppc64el.deb ... [2021-03-19T20:56:17.400Z] #28 8.693 Unpacking curl (7.64.0-4+deb10u1) ... [2021-03-19T20:56:17.400Z] #28 8.756 Selecting previously unselected package libonig5:ppc64el. [2021-03-19T20:56:17.403Z] #44 87.07 CC criu/protobuf.o [2021-03-19T20:56:17.479Z] #51 ... [2021-03-19T20:56:17.479Z] [2021-03-19T20:56:17.479Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:56:17.479Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:56:17.479Z] #13 82.33 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-03-19T20:56:17.479Z] #13 82.35 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-03-19T20:56:17.479Z] #13 82.36 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-19T20:56:17.479Z] #13 85.17 Selecting previously unselected package binutils-mingw-w64. [2021-03-19T20:56:17.479Z] #13 85.19 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-03-19T20:56:17.479Z] #13 85.19 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-19T20:56:17.479Z] #13 85.36 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-03-19T20:56:17.479Z] #13 85.39 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-03-19T20:56:17.479Z] #13 85.40 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-03-19T20:56:17.479Z] #13 85.61 Selecting previously unselected package dmsetup. [2021-03-19T20:56:17.479Z] #13 85.61 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-03-19T20:56:17.479Z] #13 85.61 Unpacking dmsetup (2:1.02.155-3) ... [2021-03-19T20:56:17.479Z] #13 85.90 Selecting previously unselected package mingw-w64-common. [2021-03-19T20:56:17.479Z] #13 85.91 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-03-19T20:56:17.479Z] #13 85.92 Unpacking mingw-w64-common (6.0.0-3) ... [2021-03-19T20:56:17.568Z] [2021-03-19T20:56:17.568Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-03-19T20:56:17.568Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-03-19T20:56:17.568Z] #65 DONE 0.9s [2021-03-19T20:56:17.568Z] [2021-03-19T20:56:17.568Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:56:17.568Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-19T20:56:17.568Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab [2021-03-19T20:56:17.694Z] #44 87.28 CC criu/pstree.o [2021-03-19T20:56:17.696Z] #28 8.758 Preparing to unpack .../18-libonig5_6.9.1-1_ppc64el.deb ... [2021-03-19T20:56:17.696Z] #28 8.767 Unpacking libonig5:ppc64el (6.9.1-1) ... [2021-03-19T20:56:17.696Z] #28 8.813 Selecting previously unselected package libjq1:ppc64el. [2021-03-19T20:56:17.696Z] #28 8.816 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2021-03-19T20:56:17.696Z] #28 8.817 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2021-03-19T20:56:17.696Z] #28 8.856 Selecting previously unselected package jq. [2021-03-19T20:56:17.696Z] #28 8.858 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_ppc64el.deb ... [2021-03-19T20:56:17.696Z] #28 8.859 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-19T20:56:17.696Z] #28 8.894 Setting up libkeyutils1:ppc64el (1.6-6) ... [2021-03-19T20:56:17.696Z] #28 8.898 Setting up libpsl5:ppc64el (0.20.2-2) ... [2021-03-19T20:56:17.696Z] #28 8.901 Setting up libssl1.1:ppc64el (1.1.1d-0+deb10u5) ... [2021-03-19T20:56:17.696Z] #28 9.066 Setting up libnghttp2-14:ppc64el (1.36.0-2+deb10u1) ... [2021-03-19T20:56:17.696Z] #28 9.067 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-19T20:56:17.696Z] #28 9.072 Setting up libkrb5support0:ppc64el (1.17-3+deb10u1) ... [2021-03-19T20:56:17.696Z] #28 9.074 Setting up libsasl2-modules-db:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2021-03-19T20:56:17.696Z] #28 9.077 Setting up librtmp1:ppc64el (2.4+20151223.gitfa8646d.1-2) ... [2021-03-19T20:56:17.696Z] #28 9.080 Setting up libk5crypto3:ppc64el (1.17-3+deb10u1) ... [2021-03-19T20:56:17.696Z] #28 9.084 Setting up libsasl2-2:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2021-03-19T20:56:17.696Z] #28 9.087 Setting up libssh2-1:ppc64el (1.8.0-2.1) ... [2021-03-19T20:56:17.696Z] #28 9.092 Setting up libkrb5-3:ppc64el (1.17-3+deb10u1) ... [2021-03-19T20:56:17.696Z] #28 9.095 Setting up openssl (1.1.1d-0+deb10u5) ... [2021-03-19T20:56:17.696Z] #28 9.101 Setting up libonig5:ppc64el (6.9.1-1) ... [2021-03-19T20:56:17.696Z] #28 9.104 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2021-03-19T20:56:17.696Z] #28 9.107 Setting up libldap-2.4-2:ppc64el (2.4.47+dfsg-3+deb10u6) ... [2021-03-19T20:56:17.994Z] #28 9.113 Setting up ca-certificates (20200601~deb10u2) ... [2021-03-19T20:56:18.026Z] #9 ... [2021-03-19T20:56:18.026Z] [2021-03-19T20:56:18.026Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-03-19T20:56:18.026Z] #65 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2021-03-19T20:56:18.026Z] #65 DONE 1.4s [2021-03-19T20:56:18.026Z] [2021-03-19T20:56:18.026Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:56:18.026Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-03-19T20:56:18.026Z] #9 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 [2021-03-19T20:56:18.326Z] #44 ... [2021-03-19T20:56:18.326Z] [2021-03-19T20:56:18.326Z] #23 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-19T20:56:18.326Z] #23 3.142 Collecting yamllint==1.16.0 [2021-03-19T20:56:18.326Z] #23 3.326 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-03-19T20:56:18.326Z] #23 3.343 Collecting pyyaml (from yamllint==1.16.0) [2021-03-19T20:56:18.326Z] #23 3.537 Downloading https://files.pythonhosted.org/packages/a0/a4/d63f2d7597e1a4b55aa3b4d6c5b029991d3b824b5bd331af8d4ab1ed687d/PyYAML-5.4.1.tar.gz (175kB) [2021-03-19T20:56:18.326Z] #23 3.868 Installing build dependencies: started [2021-03-19T20:56:18.326Z] #23 ... [2021-03-19T20:56:18.326Z] [2021-03-19T20:56:18.326Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-19T20:56:18.326Z] #44 88.06 CC criu/rbtree.o [2021-03-19T20:56:18.438Z] #32 ... [2021-03-19T20:56:18.438Z] [2021-03-19T20:56:18.438Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-03-19T20:56:18.438Z] #67 sha256:7a81b4ba642cf9f1c57e8f1ec86c8da4b8bf40a03dacc606580622d85be7466b [2021-03-19T20:56:18.438Z] #67 6.169 + RM_GOPATH=0 [2021-03-19T20:56:18.438Z] #67 6.169 + TMP_GOPATH= [2021-03-19T20:56:18.438Z] #67 6.169 + : /build [2021-03-19T20:56:18.438Z] #67 6.169 + '[' -z '' ']' [2021-03-19T20:56:18.438Z] #67 6.169 ++ mktemp -d [2021-03-19T20:56:18.438Z] #67 6.169 + export GOPATH=/tmp/tmp.scqDI2NIDU [2021-03-19T20:56:18.438Z] #67 6.169 + GOPATH=/tmp/tmp.scqDI2NIDU [2021-03-19T20:56:18.438Z] #67 6.169 + RM_GOPATH=1 [2021-03-19T20:56:18.438Z] #67 6.169 + case "$(go env GOARCH)" in [2021-03-19T20:56:18.438Z] #67 6.169 ++ go env GOARCH [2021-03-19T20:56:18.438Z] #67 6.172 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:18.438Z] #67 6.172 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:18.438Z] #67 6.173 ++ dirname /tmp/install/install.sh [2021-03-19T20:56:18.438Z] #67 6.174 + dir=/tmp/install [2021-03-19T20:56:18.438Z] #67 6.174 + bin=proxy [2021-03-19T20:56:18.438Z] #67 6.174 + shift [2021-03-19T20:56:18.438Z] #67 6.174 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-03-19T20:56:18.438Z] #67 6.174 + . /tmp/install/proxy.installer [2021-03-19T20:56:18.438Z] #67 6.174 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-19T20:56:18.438Z] #67 6.174 + install_proxy [2021-03-19T20:56:18.438Z] #67 6.174 + case "$1" in [2021-03-19T20:56:18.438Z] #67 6.174 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-19T20:56:18.438Z] #67 6.176 + export CGO_ENABLED=0 [2021-03-19T20:56:18.438Z] #67 6.176 + CGO_ENABLED=0 [2021-03-19T20:56:18.438Z] #67 6.176 + _install_proxy [2021-03-19T20:56:18.438Z] #67 6.176 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7' [2021-03-19T20:56:18.438Z] #67 6.176 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.scqDI2NIDU/src/github.com/docker/libnetwork [2021-03-19T20:56:18.438Z] #67 6.180 Cloning into '/tmp/tmp.scqDI2NIDU/src/github.com/docker/libnetwork'... [2021-03-19T20:56:18.438Z] #67 ... [2021-03-19T20:56:18.438Z] [2021-03-19T20:56:18.438Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-03-19T20:56:18.438Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9 [2021-03-19T20:56:18.438Z] #12 DONE 6.4s [2021-03-19T20:56:18.438Z] [2021-03-19T20:56:18.438Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-19T20:56:18.438Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-19T20:56:18.438Z] #40 ... [2021-03-19T20:56:18.438Z] [2021-03-19T20:56:18.438Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:56:18.438Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:56:18.617Z] #44 88.36 CC criu/rst-malloc.o [2021-03-19T20:56:18.639Z] #28 10.01 Updating certificates in /etc/ssl/certs... [2021-03-19T20:56:18.981Z] #44 88.71 CC criu/seccomp.o [2021-03-19T20:56:19.613Z] #44 89.26 CC criu/seize.o [2021-03-19T20:56:19.695Z] #28 ... [2021-03-19T20:56:19.695Z] [2021-03-19T20:56:19.695Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:56:19.695Z] #10 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1 [2021-03-19T20:56:19.695Z] #10 extracting sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 4.7s done [2021-03-19T20:56:19.695Z] #10 DONE 20.1s [2021-03-19T20:56:19.695Z] [2021-03-19T20:56:19.695Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:56:19.695Z] #10 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1 [2021-03-19T20:56:19.695Z] #10 extracting sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 0.0s done [2021-03-19T20:56:19.695Z] #10 DONE 20.1s [2021-03-19T20:56:19.695Z] [2021-03-19T20:56:19.695Z] #11 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-03-19T20:56:19.695Z] #11 sha256:de2b7e1945dbe926869611b3b2029194bc28030208e03614c2a9fe1f572df858 [2021-03-19T20:56:19.695Z] #11 DONE 0.2s [2021-03-19T20:56:19.695Z] [2021-03-19T20:56:19.695Z] #28 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-03-19T20:56:19.695Z] #28 sha256:5b13b60a42c97a1939b19a02c3f61293b1fe8c8e3cf254431a5b2a0694f5d7b5 [2021-03-19T20:56:19.695Z] #28 10.94 137 added, 0 removed; done. [2021-03-19T20:56:19.695Z] #28 10.97 Setting up libgssapi-krb5-2:ppc64el (1.17-3+deb10u1) ... [2021-03-19T20:56:19.695Z] #28 10.98 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-19T20:56:19.695Z] #28 10.98 Setting up libcurl4:ppc64el (7.64.0-4+deb10u1) ... [2021-03-19T20:56:19.695Z] #28 10.98 Setting up curl (7.64.0-4+deb10u1) ... [2021-03-19T20:56:19.695Z] #28 10.98 Processing triggers for libc-bin (2.28-10) ... [2021-03-19T20:56:19.695Z] #28 10.99 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-03-19T20:56:19.695Z] #28 11.00 Updating certificates in /etc/ssl/certs... [2021-03-19T20:56:19.904Z] #44 ... [2021-03-19T20:56:19.904Z] [2021-03-19T20:56:19.904Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2021-03-19T20:56:19.904Z] #41 114.3 + dpkg --print-architecture [2021-03-19T20:56:19.904Z] #41 114.3 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-03-19T20:56:19.904Z] #41 114.9 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-03-19T20:56:19.904Z] #41 114.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-03-19T20:56:20.000Z] #28 ... [2021-03-19T20:56:20.000Z] [2021-03-19T20:56:20.000Z] #12 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-03-19T20:56:20.000Z] #12 sha256:ff794b9c1ccc7e487b8893ee6ce30fad412303a0fbaab6fd892b0bc7b203e159 [2021-03-19T20:56:20.000Z] #12 DONE 0.2s [2021-03-19T20:56:20.000Z] [2021-03-19T20:56:20.000Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-03-19T20:56:20.000Z] #40 sha256:b948760ec906f0112e36d43a368d2764d9e6051a21547341b1990eac2341e2c0 [2021-03-19T20:56:20.000Z] #40 DONE 0.1s [2021-03-19T20:56:20.000Z] [2021-03-19T20:56:20.000Z] #32 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-03-19T20:56:20.000Z] #32 sha256:34d72fd651778c0cdb3dc938aacb06f57ff1869c20cbd1458f724e704eb32e92 [2021-03-19T20:56:20.000Z] #32 DONE 0.1s [2021-03-19T20:56:20.000Z] [2021-03-19T20:56:20.000Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-19T20:56:20.000Z] #33 sha256:ba59694c74ae35466e9aac70d02cc54f7d6e23f684c9a35cfebae8ddb1b44030 [2021-03-19T20:56:20.195Z] #41 ... [2021-03-19T20:56:20.195Z] [2021-03-19T20:56:20.195Z] #23 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-19T20:56:20.195Z] #23 10.66 Installing build dependencies: finished with status 'done' [2021-03-19T20:56:20.593Z] #9 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 2.0s done [2021-03-19T20:56:20.593Z] #9 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe [2021-03-19T20:56:20.648Z] #33 ... [2021-03-19T20:56:20.648Z] [2021-03-19T20:56:20.648Z] #13 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-03-19T20:56:20.648Z] #13 sha256:5a1f2a0034de595e514e07eaa74fd77b855eb96acfd626c32dc2608ff009b168 [2021-03-19T20:56:20.648Z] #13 DONE 0.5s [2021-03-19T20:56:20.648Z] [2021-03-19T20:56:20.648Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:56:20.648Z] #46 sha256:01cdc391c2a635773473112dcab908b7b7dfe0e9cca8ea606d862f15501446b8 [2021-03-19T20:56:20.648Z] #46 0.472 + RM_GOPATH=0 [2021-03-19T20:56:20.648Z] #46 0.473 + TMP_GOPATH= [2021-03-19T20:56:20.648Z] #46 0.474 + : /build [2021-03-19T20:56:20.648Z] #46 0.474 + '[' -z '' ']' [2021-03-19T20:56:20.648Z] #46 0.475 ++ mktemp -d [2021-03-19T20:56:20.648Z] #46 0.477 + export GOPATH=/tmp/tmp.gLCa2pOiEB [2021-03-19T20:56:20.648Z] #46 0.477 + GOPATH=/tmp/tmp.gLCa2pOiEB [2021-03-19T20:56:20.648Z] #46 0.478 + RM_GOPATH=1 [2021-03-19T20:56:20.648Z] #46 0.478 + case "$(go env GOARCH)" in [2021-03-19T20:56:20.648Z] #46 0.478 ++ go env GOARCH [2021-03-19T20:56:20.648Z] #46 0.485 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:20.648Z] #46 0.485 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:20.648Z] #46 0.486 ++ dirname /tmp/install/install.sh [2021-03-19T20:56:20.648Z] #46 0.488 + dir=/tmp/install [2021-03-19T20:56:20.648Z] #46 0.488 + bin=vndr [2021-03-19T20:56:20.648Z] #46 0.488 + shift [2021-03-19T20:56:20.648Z] #46 0.488 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-03-19T20:56:20.648Z] #46 0.488 + . /tmp/install/vndr.installer [2021-03-19T20:56:20.648Z] #46 0.489 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-19T20:56:20.648Z] #46 0.489 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-19T20:56:20.648Z] #46 0.489 + install_vndr [2021-03-19T20:56:20.648Z] #46 0.489 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-03-19T20:56:20.648Z] #46 0.489 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.gLCa2pOiEB/src/github.com/LK4D4/vndr [2021-03-19T20:56:20.648Z] #46 0.493 Cloning into '/tmp/tmp.gLCa2pOiEB/src/github.com/LK4D4/vndr'... [2021-03-19T20:56:20.758Z] #13 ... [2021-03-19T20:56:20.758Z] [2021-03-19T20:56:20.758Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-03-19T20:56:20.758Z] #37 sha256:f42ea20cf65471e26940e9c32de5c83a22ef1fc0a29d6965d01740dd49ea8384 [2021-03-19T20:56:20.758Z] #37 2.049 + cd /tmp/tmp.RTQ2xhBFqE/tini [2021-03-19T20:56:20.758Z] #37 2.049 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-19T20:56:20.758Z] #37 2.055 + cmake . [2021-03-19T20:56:20.758Z] #37 2.711 -- The C compiler identification is GNU 8.3.0 [2021-03-19T20:56:20.758Z] #37 2.748 -- Check for working C compiler: /usr/bin/cc [2021-03-19T20:56:20.758Z] #37 3.558 -- Check for working C compiler: /usr/bin/cc -- works [2021-03-19T20:56:20.758Z] #37 3.559 -- Detecting C compiler ABI info [2021-03-19T20:56:20.758Z] #37 4.195 -- Detecting C compiler ABI info - done [2021-03-19T20:56:20.758Z] #37 4.234 -- Detecting C compile features [2021-03-19T20:56:20.758Z] #37 ... [2021-03-19T20:56:20.758Z] [2021-03-19T20:56:20.758Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-19T20:56:20.758Z] #34 sha256:db922b973d5bcd087088f8c82326af81d3c4b4d0083713be1f2f948ba05f2ba3 [2021-03-19T20:56:20.758Z] #34 85.30 internal/poll [2021-03-19T20:56:20.758Z] #34 87.58 internal/fmtsort [2021-03-19T20:56:20.758Z] #34 88.56 internal/syscall/execenv [2021-03-19T20:56:20.758Z] #34 88.71 internal/syscall/unix [2021-03-19T20:56:20.758Z] #34 88.76 strings [2021-03-19T20:56:20.758Z] #34 89.07 os [2021-03-19T20:56:20.758Z] #34 91.70 path [2021-03-19T20:56:20.758Z] #34 92.37 text/tabwriter [2021-03-19T20:56:20.758Z] #34 92.98 fmt [2021-03-19T20:56:20.758Z] #34 93.14 path/filepath [2021-03-19T20:56:20.758Z] #34 94.73 io/ioutil [2021-03-19T20:56:20.758Z] #34 ... [2021-03-19T20:56:20.758Z] [2021-03-19T20:56:20.758Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:56:20.758Z] #51 sha256:b96f323355eb744496a90a86893b5de303e87dbe96a908fc2b231d4941f7968f [2021-03-19T20:56:20.758Z] #51 92.64 encoding/binary [2021-03-19T20:56:20.758Z] #51 94.52 encoding/base64 [2021-03-19T20:56:20.758Z] #51 94.81 fmt [2021-03-19T20:56:20.758Z] #51 95.67 golang.org/x/sys/unix [2021-03-19T20:56:20.949Z] #46 1.066 + cd /tmp/tmp.gLCa2pOiEB/src/github.com/LK4D4/vndr [2021-03-19T20:56:20.949Z] #46 1.069 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-19T20:56:20.949Z] #46 1.078 + go build -buildmode=pie -v -o /build/vndr . [2021-03-19T20:56:21.015Z] #51 ... [2021-03-19T20:56:21.015Z] [2021-03-19T20:56:21.015Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:56:21.015Z] #45 sha256:dcea8893a85a8f4eabc7fea730df65a7e224daa747783186796bd0e70ed61308 [2021-03-19T20:56:21.015Z] #45 85.91 internal/poll [2021-03-19T20:56:21.015Z] #45 88.84 internal/syscall/unix [2021-03-19T20:56:21.015Z] #45 89.22 os [2021-03-19T20:56:21.015Z] #45 89.26 strings [2021-03-19T20:56:21.015Z] #45 92.10 regexp/syntax [2021-03-19T20:56:21.015Z] #45 93.76 fmt [2021-03-19T20:56:21.272Z] #45 ... [2021-03-19T20:56:21.272Z] [2021-03-19T20:56:21.272Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:56:21.272Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-19T20:56:21.272Z] #42 96.23 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2021-03-19T20:56:21.272Z] #42 96.24 Processing triggers for libc-bin (2.28-10) ... [2021-03-19T20:56:21.760Z] #13 ... [2021-03-19T20:56:21.760Z] [2021-03-19T20:56:21.760Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-03-19T20:56:21.760Z] #24 sha256:3fd7e441ad0f1f63c71b1783d6f8481413f30d4a79f9738046c0d316f8d10d07 [2021-03-19T20:56:21.760Z] #24 6.985 + RM_GOPATH=0 [2021-03-19T20:56:21.760Z] #24 6.985 + TMP_GOPATH= [2021-03-19T20:56:21.760Z] #24 6.985 + : /build [2021-03-19T20:56:21.760Z] #24 6.985 + '[' -z '' ']' [2021-03-19T20:56:21.760Z] #24 6.985 ++ mktemp -d [2021-03-19T20:56:21.760Z] #24 6.985 + export GOPATH=/tmp/tmp.zg2PflBecH [2021-03-19T20:56:21.760Z] #24 6.985 + GOPATH=/tmp/tmp.zg2PflBecH [2021-03-19T20:56:21.760Z] #24 6.985 + RM_GOPATH=1 [2021-03-19T20:56:21.760Z] #24 6.985 + case "$(go env GOARCH)" in [2021-03-19T20:56:21.760Z] #24 6.985 ++ go env GOARCH [2021-03-19T20:56:21.760Z] #24 7.003 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:21.760Z] #24 7.003 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:21.760Z] #24 7.003 ++ dirname /tmp/install/install.sh [2021-03-19T20:56:21.760Z] #24 7.003 + dir=/tmp/install [2021-03-19T20:56:21.760Z] #24 7.003 + bin=dockercli [2021-03-19T20:56:21.760Z] #24 7.003 + shift [2021-03-19T20:56:21.760Z] #24 7.003 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-03-19T20:56:21.760Z] #24 7.003 + . /tmp/install/dockercli.installer [2021-03-19T20:56:21.760Z] #24 7.003 ++ : stable [2021-03-19T20:56:21.760Z] #24 7.003 ++ : 17.06.2-ce [2021-03-19T20:56:21.760Z] #24 7.003 + install_dockercli [2021-03-19T20:56:21.760Z] #24 7.003 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-03-19T20:56:21.760Z] #24 7.003 ++ uname -m [2021-03-19T20:56:21.760Z] #24 7.003 + arch=x86_64 [2021-03-19T20:56:21.760Z] #24 7.003 + '[' x86_64 '!=' x86_64 ']' [2021-03-19T20:56:21.760Z] #24 7.003 + url=https://download.docker.com/linux/static [2021-03-19T20:56:21.760Z] #24 7.003 + tar -xz docker/docker [2021-03-19T20:56:21.760Z] #24 7.003 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-03-19T20:56:21.760Z] #24 7.008 Install docker/cli version 17.06.2-ce from stable [2021-03-19T20:56:21.760Z] #24 ... [2021-03-19T20:56:21.760Z] [2021-03-19T20:56:21.760Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:56:21.760Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-19T20:56:21.760Z] #42 8.956 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-19T20:56:21.760Z] #42 9.048 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-19T20:56:21.760Z] #42 9.062 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-19T20:56:21.773Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 3.9s done [2021-03-19T20:56:21.773Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 [2021-03-19T20:56:22.021Z] #42 ... [2021-03-19T20:56:22.021Z] [2021-03-19T20:56:22.021Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-19T20:56:22.021Z] #34 sha256:ba890707e73ea5f286488af78044c544b4435d8418e9ce43a87726e9fbbaad59 [2021-03-19T20:56:22.021Z] #34 8.218 + RM_GOPATH=0 [2021-03-19T20:56:22.021Z] #34 8.218 + TMP_GOPATH= [2021-03-19T20:56:22.021Z] #34 8.218 + : /build [2021-03-19T20:56:22.021Z] #34 8.218 + '[' -z '' ']' [2021-03-19T20:56:22.021Z] #34 8.218 ++ mktemp -d [2021-03-19T20:56:22.021Z] #34 8.218 + export GOPATH=/tmp/tmp.2YZjZotPWw [2021-03-19T20:56:22.021Z] #34 8.218 + GOPATH=/tmp/tmp.2YZjZotPWw [2021-03-19T20:56:22.021Z] #34 8.218 + RM_GOPATH=1 [2021-03-19T20:56:22.021Z] #34 8.218 + case "$(go env GOARCH)" in [2021-03-19T20:56:22.021Z] #34 8.218 ++ go env GOARCH [2021-03-19T20:56:22.021Z] #34 8.341 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:22.021Z] #34 8.341 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:22.021Z] #34 8.341 ++ dirname /tmp/install/install.sh [2021-03-19T20:56:22.021Z] #34 8.342 + dir=/tmp/install [2021-03-19T20:56:22.021Z] #34 8.342 + bin=tomlv [2021-03-19T20:56:22.021Z] #34 8.342 + shift [2021-03-19T20:56:22.021Z] #34 8.342 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-03-19T20:56:22.021Z] #34 8.342 + . /tmp/install/tomlv.installer [2021-03-19T20:56:22.021Z] #34 8.342 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-19T20:56:22.021Z] #34 8.342 + install_tomlv [2021-03-19T20:56:22.021Z] #34 8.342 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-03-19T20:56:22.021Z] #34 8.342 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.2YZjZotPWw/src/github.com/BurntSushi/toml [2021-03-19T20:56:22.021Z] #34 8.343 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-19T20:56:22.021Z] #34 8.353 Cloning into '/tmp/tmp.2YZjZotPWw/src/github.com/BurntSushi/toml'... [2021-03-19T20:56:22.021Z] #34 9.910 + cd /tmp/tmp.2YZjZotPWw/src/github.com/BurntSushi/toml [2021-03-19T20:56:22.021Z] #34 9.910 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-19T20:56:22.021Z] #34 9.938 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-03-19T20:56:22.021Z] #34 ... [2021-03-19T20:56:22.021Z] [2021-03-19T20:56:22.021Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-03-19T20:56:22.021Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-19T20:56:22.021Z] #55 9.148 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-19T20:56:22.021Z] #55 9.273 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-19T20:56:22.021Z] #55 9.273 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-19T20:56:22.210Z] #42 DONE 97.0s [2021-03-19T20:56:22.210Z] [2021-03-19T20:56:22.210Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-03-19T20:56:22.210Z] #37 sha256:f42ea20cf65471e26940e9c32de5c83a22ef1fc0a29d6965d01740dd49ea8384 [2021-03-19T20:56:22.210Z] #37 6.327 -- Detecting C compile features - done [2021-03-19T20:56:22.210Z] #37 6.437 -- Performing Test HAS_BUILTIN_FORTIFY [2021-03-19T20:56:22.260Z] #23 13.89 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-03-19T20:56:22.260Z] #23 13.91 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-03-19T20:56:22.260Z] #23 13.93 Building wheels for collected packages: pyyaml [2021-03-19T20:56:22.260Z] #23 13.93 Running setup.py bdist_wheel for pyyaml: started [2021-03-19T20:56:22.280Z] #55 ... [2021-03-19T20:56:22.280Z] [2021-03-19T20:56:22.280Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-03-19T20:56:22.280Z] #47 sha256:f24ad774b1bee98636902ffac858642277b07b9a181d0019531ecb7505503607 [2021-03-19T20:56:22.280Z] #47 6.863 + RM_GOPATH=0 [2021-03-19T20:56:22.280Z] #47 6.863 + TMP_GOPATH= [2021-03-19T20:56:22.280Z] #47 6.863 + : /build [2021-03-19T20:56:22.280Z] #47 6.863 + '[' -z '' ']' [2021-03-19T20:56:22.280Z] #47 6.863 ++ mktemp -d [2021-03-19T20:56:22.280Z] #47 6.863 + export GOPATH=/tmp/tmp.iDVUdcsaDN [2021-03-19T20:56:22.280Z] #47 6.863 + GOPATH=/tmp/tmp.iDVUdcsaDN [2021-03-19T20:56:22.280Z] #47 6.863 + RM_GOPATH=1 [2021-03-19T20:56:22.280Z] #47 6.863 + case "$(go env GOARCH)" in [2021-03-19T20:56:22.280Z] #47 6.868 ++ go env GOARCH [2021-03-19T20:56:22.280Z] #47 6.901 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:22.280Z] #47 6.901 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:22.280Z] #47 6.901 ++ dirname /tmp/install/install.sh [2021-03-19T20:56:22.280Z] #47 6.905 + dir=/tmp/install [2021-03-19T20:56:22.280Z] #47 6.905 + bin=gotestsum [2021-03-19T20:56:22.280Z] #47 6.905 + shift [2021-03-19T20:56:22.280Z] #47 6.905 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-03-19T20:56:22.280Z] #47 6.905 + . /tmp/install/gotestsum.installer [2021-03-19T20:56:22.280Z] #47 6.905 ++ : v0.5.3 [2021-03-19T20:56:22.280Z] #47 6.905 + install_gotestsum [2021-03-19T20:56:22.280Z] #47 6.905 + set -e [2021-03-19T20:56:22.280Z] #47 6.905 + export GO111MODULE=on [2021-03-19T20:56:22.280Z] #47 6.905 + GO111MODULE=on [2021-03-19T20:56:22.280Z] #47 6.905 + GOBIN=/build [2021-03-19T20:56:22.280Z] #47 6.905 + go get gotest.tools/gotestsum@v0.5.3 [2021-03-19T20:56:22.280Z] #47 6.932 go: finding gotest.tools v0.5.3 [2021-03-19T20:56:22.280Z] #47 6.940 go: finding gotest.tools/gotestsum v0.5.3 [2021-03-19T20:56:22.280Z] #47 8.094 go: downloading gotest.tools/gotestsum v0.5.3 [2021-03-19T20:56:22.280Z] #47 8.778 go: extracting gotest.tools/gotestsum v0.5.3 [2021-03-19T20:56:22.280Z] #47 10.04 go: downloading github.com/pkg/errors v0.9.1 [2021-03-19T20:56:22.280Z] #47 10.22 go: downloading github.com/spf13/pflag v1.0.3 [2021-03-19T20:56:22.280Z] #47 10.29 go: downloading github.com/fatih/color v1.9.0 [2021-03-19T20:56:22.280Z] #47 10.58 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-19T20:56:22.280Z] #47 ... [2021-03-19T20:56:22.280Z] [2021-03-19T20:56:22.280Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:56:22.280Z] #49 sha256:1d825f363e705a339d4a3766adffa15c59f3958db7bfc9b7a5f17a457a96a742 [2021-03-19T20:56:22.280Z] #49 6.705 + RM_GOPATH=0 [2021-03-19T20:56:22.280Z] #49 6.705 + TMP_GOPATH= [2021-03-19T20:56:22.280Z] #49 6.705 + : /build [2021-03-19T20:56:22.280Z] #49 6.705 + '[' -z '' ']' [2021-03-19T20:56:22.280Z] #49 6.710 ++ mktemp -d [2021-03-19T20:56:22.280Z] #49 6.710 + export GOPATH=/tmp/tmp.NzWU1qxOVN [2021-03-19T20:56:22.280Z] #49 6.710 + GOPATH=/tmp/tmp.NzWU1qxOVN [2021-03-19T20:56:22.280Z] #49 6.710 + RM_GOPATH=1 [2021-03-19T20:56:22.280Z] #49 6.710 + case "$(go env GOARCH)" in [2021-03-19T20:56:22.280Z] #49 6.710 ++ go env GOARCH [2021-03-19T20:56:22.280Z] #49 6.719 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:22.280Z] #49 6.719 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:22.280Z] #49 6.719 ++ dirname /tmp/install/install.sh [2021-03-19T20:56:22.280Z] #49 6.719 + dir=/tmp/install [2021-03-19T20:56:22.280Z] #49 6.719 + bin=golangci_lint [2021-03-19T20:56:22.280Z] #49 6.719 + shift [2021-03-19T20:56:22.280Z] #49 6.719 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-03-19T20:56:22.280Z] #49 6.719 + . /tmp/install/golangci_lint.installer [2021-03-19T20:56:22.280Z] #49 6.719 ++ : v1.23.8 [2021-03-19T20:56:22.280Z] #49 6.719 + install_golangci_lint [2021-03-19T20:56:22.280Z] #49 6.719 + set -e [2021-03-19T20:56:22.280Z] #49 6.719 + export GO111MODULE=on [2021-03-19T20:56:22.280Z] #49 6.719 + GO111MODULE=on [2021-03-19T20:56:22.280Z] #49 6.719 + GOBIN=/build [2021-03-19T20:56:22.280Z] #49 6.719 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-03-19T20:56:22.280Z] #49 6.769 go: finding github.com v1.23.8 [2021-03-19T20:56:22.280Z] #49 6.780 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-03-19T20:56:22.280Z] #49 6.780 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-03-19T20:56:22.281Z] #49 6.780 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-03-19T20:56:22.281Z] #49 6.780 go: finding github.com/golangci v1.23.8 [2021-03-19T20:56:22.281Z] #49 7.647 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-03-19T20:56:22.281Z] #49 8.305 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-03-19T20:56:22.319Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.2s [2021-03-19T20:56:22.502Z] #46 2.669 internal/cpu [2021-03-19T20:56:22.546Z] #49 ... [2021-03-19T20:56:22.546Z] [2021-03-19T20:56:22.546Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:56:22.546Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-19T20:56:22.546Z] #36 9.271 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-19T20:56:22.546Z] #36 9.380 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-19T20:56:22.546Z] #36 9.380 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-19T20:56:22.546Z] #36 ... [2021-03-19T20:56:22.546Z] [2021-03-19T20:56:22.546Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:56:22.546Z] #51 sha256:2ae17ab665c367de12f129d18e13d9230e3d4f2f61b045cf5abc7a9a6cf418f6 [2021-03-19T20:56:22.546Z] #51 7.231 + RM_GOPATH=0 [2021-03-19T20:56:22.546Z] #51 7.231 + TMP_GOPATH= [2021-03-19T20:56:22.546Z] #51 7.231 + : /build [2021-03-19T20:56:22.546Z] #51 7.231 + '[' -z '' ']' [2021-03-19T20:56:22.546Z] #51 7.231 ++ mktemp -d [2021-03-19T20:56:22.546Z] #51 7.231 + export GOPATH=/tmp/tmp.GEpgaQzJyW [2021-03-19T20:56:22.546Z] #51 7.231 + GOPATH=/tmp/tmp.GEpgaQzJyW [2021-03-19T20:56:22.546Z] #51 7.231 + RM_GOPATH=1 [2021-03-19T20:56:22.546Z] #51 7.231 + case "$(go env GOARCH)" in [2021-03-19T20:56:22.546Z] #51 7.231 ++ go env GOARCH [2021-03-19T20:56:22.546Z] #51 7.234 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-19T20:56:22.546Z] #51 7.244 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:22.546Z] #51 7.244 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:22.546Z] #51 7.244 ++ dirname /tmp/install/install.sh [2021-03-19T20:56:22.546Z] #51 7.244 + dir=/tmp/install [2021-03-19T20:56:22.546Z] #51 7.244 + bin=shfmt [2021-03-19T20:56:22.546Z] #51 7.244 + shift [2021-03-19T20:56:22.546Z] #51 7.244 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-03-19T20:56:22.546Z] #51 7.244 + . /tmp/install/shfmt.installer [2021-03-19T20:56:22.546Z] #51 7.244 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-19T20:56:22.546Z] #51 7.244 + install_shfmt [2021-03-19T20:56:22.546Z] #51 7.244 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-03-19T20:56:22.546Z] #51 7.244 + git clone https://github.com/mvdan/sh.git /tmp/tmp.GEpgaQzJyW/src/github.com/mvdan/sh [2021-03-19T20:56:22.546Z] #51 7.244 Cloning into '/tmp/tmp.GEpgaQzJyW/src/github.com/mvdan/sh'... [2021-03-19T20:56:22.773Z] #37 6.897 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-03-19T20:56:22.773Z] #37 7.032 -- Configuring done [2021-03-19T20:56:22.773Z] #37 7.069 -- Generating done [2021-03-19T20:56:22.773Z] #37 7.093 -- Build files have been written to: /tmp/tmp.RTQ2xhBFqE/tini [2021-03-19T20:56:22.773Z] #37 7.107 + make tini-static [2021-03-19T20:56:22.801Z] #46 ... [2021-03-19T20:56:22.801Z] [2021-03-19T20:56:22.801Z] #28 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-03-19T20:56:22.801Z] #28 sha256:5b13b60a42c97a1939b19a02c3f61293b1fe8c8e3cf254431a5b2a0694f5d7b5 [2021-03-19T20:56:22.801Z] #28 13.62 0 added, 0 removed; done. [2021-03-19T20:56:22.801Z] #28 13.62 Running hooks in /etc/ca-certificates/update.d... [2021-03-19T20:56:22.801Z] #28 13.63 done. [2021-03-19T20:56:22.801Z] #28 DONE 13.9s [2021-03-19T20:56:22.801Z] [2021-03-19T20:56:22.801Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:56:22.801Z] #46 sha256:01cdc391c2a635773473112dcab908b7b7dfe0e9cca8ea606d862f15501446b8 [2021-03-19T20:56:22.801Z] #46 2.834 runtime/internal/sys [2021-03-19T20:56:22.801Z] #46 ... [2021-03-19T20:56:22.801Z] [2021-03-19T20:56:22.801Z] #29 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-03-19T20:56:22.801Z] #29 sha256:b98c78600e74a5201600784608ceaaafdc6a07acbf1fbcd5807acb82f3a4da13 [2021-03-19T20:56:22.801Z] #29 DONE 0.1s [2021-03-19T20:56:22.801Z] [2021-03-19T20:56:22.801Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:56:22.801Z] #46 sha256:01cdc391c2a635773473112dcab908b7b7dfe0e9cca8ea606d862f15501446b8 [2021-03-19T20:56:22.801Z] #46 2.868 internal/race [2021-03-19T20:56:22.801Z] #46 2.921 runtime/internal/atomic [2021-03-19T20:56:22.806Z] #51 ... [2021-03-19T20:56:22.806Z] [2021-03-19T20:56:22.806Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:56:22.806Z] #45 sha256:67006e49ecacf95c79a8a79ecf4742c89a06b2be4a211d790cbd334ebffd6eb6 [2021-03-19T20:56:22.806Z] #45 7.770 + RM_GOPATH=0 [2021-03-19T20:56:22.806Z] #45 7.770 + TMP_GOPATH= [2021-03-19T20:56:22.806Z] #45 7.770 + : /build [2021-03-19T20:56:22.806Z] #45 7.770 + '[' -z '' ']' [2021-03-19T20:56:22.806Z] #45 7.770 ++ mktemp -d [2021-03-19T20:56:22.806Z] #45 7.770 + export GOPATH=/tmp/tmp.9YhX0tDE25 [2021-03-19T20:56:22.806Z] #45 7.770 + GOPATH=/tmp/tmp.9YhX0tDE25 [2021-03-19T20:56:22.806Z] #45 7.770 + RM_GOPATH=1 [2021-03-19T20:56:22.806Z] #45 7.770 + case "$(go env GOARCH)" in [2021-03-19T20:56:22.806Z] #45 7.770 ++ go env GOARCH [2021-03-19T20:56:22.806Z] #45 7.813 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:22.806Z] #45 7.813 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:22.806Z] #45 7.813 ++ dirname /tmp/install/install.sh [2021-03-19T20:56:22.806Z] #45 7.817 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-19T20:56:22.806Z] #45 7.817 + dir=/tmp/install [2021-03-19T20:56:22.806Z] #45 7.817 + bin=vndr [2021-03-19T20:56:22.806Z] #45 7.817 + shift [2021-03-19T20:56:22.806Z] #45 7.817 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-03-19T20:56:22.806Z] #45 7.817 + . /tmp/install/vndr.installer [2021-03-19T20:56:22.806Z] #45 7.817 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-19T20:56:22.806Z] #45 7.817 + install_vndr [2021-03-19T20:56:22.806Z] #45 7.817 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-03-19T20:56:22.806Z] #45 7.817 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.9YhX0tDE25/src/github.com/LK4D4/vndr [2021-03-19T20:56:22.806Z] #45 7.848 Cloning into '/tmp/tmp.9YhX0tDE25/src/github.com/LK4D4/vndr'... [2021-03-19T20:56:22.806Z] #45 8.720 + cd /tmp/tmp.9YhX0tDE25/src/github.com/LK4D4/vndr [2021-03-19T20:56:22.806Z] #45 8.720 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-19T20:56:22.806Z] #45 8.756 + go build -buildmode=pie -v -o /build/vndr . [2021-03-19T20:56:22.806Z] #45 10.49 internal/cpu [2021-03-19T20:56:22.806Z] #45 10.49 runtime/internal/atomic [2021-03-19T20:56:22.806Z] #45 11.22 runtime/internal/sys [2021-03-19T20:56:22.806Z] #45 ... [2021-03-19T20:56:22.806Z] [2021-03-19T20:56:22.806Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-19T20:56:22.806Z] #58 sha256:939316376b23adf6f54d5792d37b5d17c3d9e83bb892fbad150c0f51e7c729b6 [2021-03-19T20:56:22.806Z] #58 7.681 + RM_GOPATH=0 [2021-03-19T20:56:22.806Z] #58 7.681 + TMP_GOPATH= [2021-03-19T20:56:22.806Z] #58 7.681 + : /build [2021-03-19T20:56:22.806Z] #58 7.681 + '[' -z '' ']' [2021-03-19T20:56:22.806Z] #58 7.681 ++ mktemp -d [2021-03-19T20:56:22.806Z] #58 7.681 + export GOPATH=/tmp/tmp.eO7WVeWauw [2021-03-19T20:56:22.806Z] #58 7.681 + GOPATH=/tmp/tmp.eO7WVeWauw [2021-03-19T20:56:22.806Z] #58 7.681 + RM_GOPATH=1 [2021-03-19T20:56:22.806Z] #58 7.681 + case "$(go env GOARCH)" in [2021-03-19T20:56:22.806Z] #58 7.681 ++ go env GOARCH [2021-03-19T20:56:22.806Z] #58 7.710 Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-19T20:56:22.806Z] #58 7.710 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:22.806Z] #58 7.710 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:22.806Z] #58 7.710 ++ dirname /tmp/install/install.sh [2021-03-19T20:56:22.806Z] #58 7.710 + dir=/tmp/install [2021-03-19T20:56:22.806Z] #58 7.710 + bin=rootlesskit [2021-03-19T20:56:22.806Z] #58 7.710 + shift [2021-03-19T20:56:22.806Z] #58 7.710 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-03-19T20:56:22.806Z] #58 7.710 + . /tmp/install/rootlesskit.installer [2021-03-19T20:56:22.806Z] #58 7.710 ++ : 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-19T20:56:22.806Z] #58 7.710 + install_rootlesskit [2021-03-19T20:56:22.806Z] #58 7.710 + case "$1" in [2021-03-19T20:56:22.806Z] #58 7.710 + export CGO_ENABLED=0 [2021-03-19T20:56:22.806Z] #58 7.710 + CGO_ENABLED=0 [2021-03-19T20:56:22.806Z] #58 7.710 + _install_rootlesskit [2021-03-19T20:56:22.806Z] #58 7.710 + echo 'Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa' [2021-03-19T20:56:22.806Z] #58 7.710 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.eO7WVeWauw/src/github.com/rootless-containers/rootlesskit [2021-03-19T20:56:22.806Z] #58 7.710 Cloning into '/tmp/tmp.eO7WVeWauw/src/github.com/rootless-containers/rootlesskit'... [2021-03-19T20:56:22.892Z] #23 14.69 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2021-03-19T20:56:22.892Z] #23 14.69 Stored in directory: /root/.cache/pip/wheels/2a/d4/92/cf299bdf4162957ca8126b46e913e29f76a4f17ca762c45028 [2021-03-19T20:56:23.080Z] #58 ... [2021-03-19T20:56:23.080Z] [2021-03-19T20:56:23.080Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:56:23.080Z] #45 sha256:67006e49ecacf95c79a8a79ecf4742c89a06b2be4a211d790cbd334ebffd6eb6 [2021-03-19T20:56:23.080Z] #45 11.50 runtime/internal/math [2021-03-19T20:56:23.080Z] #45 11.54 internal/bytealg [2021-03-19T20:56:23.080Z] #45 11.61 internal/race [2021-03-19T20:56:23.100Z] #46 3.225 sync/atomic [2021-03-19T20:56:23.183Z] #23 14.79 Successfully built pyyaml [2021-03-19T20:56:23.183Z] #23 14.80 Installing collected packages: pyyaml, pathspec, yamllint [2021-03-19T20:56:23.183Z] #23 15.01 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-03-19T20:56:23.336Z] #37 7.629 Scanning dependencies of target tini-static [2021-03-19T20:56:23.336Z] #37 7.766 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-03-19T20:56:23.340Z] #45 11.80 sync/atomic [2021-03-19T20:56:23.403Z] #46 3.386 runtime/internal/math [2021-03-19T20:56:23.703Z] #9 ... [2021-03-19T20:56:23.703Z] [2021-03-19T20:56:23.703Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-03-19T20:56:23.703Z] #27 sha256:a183c933d34ebf3f11ac5a473ac20eddb7cda49f6f857966e698ef57b90473a8 [2021-03-19T20:56:23.703Z] #27 1.567 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-19T20:56:23.703Z] #27 1.567 Get:2 http://deb.debian.org/debian buster InRelease [122 kB] [2021-03-19T20:56:23.703Z] #27 1.650 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-19T20:56:23.703Z] #27 1.732 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [269 kB] [2021-03-19T20:56:23.703Z] #27 2.049 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-19T20:56:23.703Z] #27 2.313 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-19T20:56:23.703Z] #27 4.021 Fetched 8424 kB in 3s (3110 kB/s) [2021-03-19T20:56:23.703Z] #27 4.021 Reading package lists... [2021-03-19T20:56:23.703Z] #27 4.989 Reading package lists... [2021-03-19T20:56:23.703Z] #27 5.919 Building dependency tree... [2021-03-19T20:56:23.703Z] #27 6.294 The following additional packages will be installed: [2021-03-19T20:56:23.703Z] #27 6.294 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-03-19T20:56:23.703Z] #27 6.294 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-03-19T20:56:23.703Z] #27 6.294 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-03-19T20:56:23.703Z] #27 6.294 Suggested packages: [2021-03-19T20:56:23.703Z] #27 6.294 krb5-doc krb5-user [2021-03-19T20:56:23.703Z] #27 6.294 Recommended packages: [2021-03-19T20:56:23.703Z] #27 6.294 krb5-locales publicsuffix libsasl2-modules [2021-03-19T20:56:23.703Z] #27 6.484 The following NEW packages will be installed: [2021-03-19T20:56:23.703Z] #27 6.484 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-03-19T20:56:23.703Z] #27 6.484 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-03-19T20:56:23.703Z] #27 6.484 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-03-19T20:56:23.703Z] #27 6.484 libssh2-1 libssl1.1 openssl [2021-03-19T20:56:23.703Z] #27 6.768 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2021-03-19T20:56:23.703Z] #27 6.768 Need to get 5057 kB of archives. [2021-03-19T20:56:23.703Z] #27 6.768 After this operation, 12.1 MB of additional disk space will be used. [2021-03-19T20:56:23.703Z] #27 6.768 Get:1 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-03-19T20:56:23.703Z] #27 6.768 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u5 [1539 kB] [2021-03-19T20:56:23.703Z] #27 6.768 Get:3 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-03-19T20:56:23.703Z] #27 6.768 Get:4 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-03-19T20:56:23.703Z] #27 6.793 Get:5 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-03-19T20:56:23.703Z] #27 6.793 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-03-19T20:56:23.703Z] #27 6.793 Get:7 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-03-19T20:56:23.703Z] #27 6.793 Get:8 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-03-19T20:56:23.703Z] #27 6.806 Get:9 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-03-19T20:56:23.703Z] #27 6.817 Get:10 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-03-19T20:56:23.703Z] #27 6.817 Get:11 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-03-19T20:56:23.703Z] #27 6.830 Get:12 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-03-19T20:56:23.703Z] #27 6.830 Get:13 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-03-19T20:56:23.703Z] #27 6.838 Get:14 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB] [2021-03-19T20:56:23.703Z] #27 6.845 Get:15 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB] [2021-03-19T20:56:23.703Z] #27 6.847 Get:16 http://security.debian.org/debian-security buster/updates/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-03-19T20:56:23.703Z] #27 6.852 Get:17 http://security.debian.org/debian-security buster/updates/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB] [2021-03-19T20:56:23.703Z] #27 6.853 Get:18 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-03-19T20:56:23.703Z] #27 6.857 Get:19 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u5 [844 kB] [2021-03-19T20:56:23.703Z] #27 6.868 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-03-19T20:56:23.703Z] #27 6.868 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-03-19T20:56:23.703Z] #27 7.057 debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:56:23.703Z] #27 7.084 Fetched 5057 kB in 0s (13.7 MB/s) [2021-03-19T20:56:23.703Z] #27 7.133 Selecting previously unselected package libssl1.1:amd64. [2021-03-19T20:56:23.704Z] #27 7.133 (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 ... 6677 files and directories currently installed.) [2021-03-19T20:56:23.704Z] #27 7.134 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_amd64.deb ... [2021-03-19T20:56:23.704Z] #27 7.146 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-03-19T20:56:23.704Z] #27 7.358 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-19T20:56:23.704Z] #27 7.358 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-03-19T20:56:23.704Z] #27 7.362 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-19T20:56:23.704Z] #27 7.415 Selecting previously unselected package libsasl2-2:amd64. [2021-03-19T20:56:23.704Z] #27 7.415 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-03-19T20:56:23.704Z] #27 7.420 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-19T20:56:23.704Z] #27 7.474 Selecting previously unselected package libldap-common. [2021-03-19T20:56:23.704Z] #27 7.474 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-03-19T20:56:23.704Z] #27 7.493 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-19T20:56:23.704Z] #27 7.552 Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-19T20:56:23.704Z] #27 7.552 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-03-19T20:56:23.704Z] #27 7.556 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-03-19T20:56:23.704Z] #27 7.671 Selecting previously unselected package openssl. [2021-03-19T20:56:23.704Z] #27 7.671 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_amd64.deb ... [2021-03-19T20:56:23.704Z] #27 7.674 Unpacking openssl (1.1.1d-0+deb10u5) ... [2021-03-19T20:56:23.704Z] #27 7.847 Selecting previously unselected package ca-certificates. [2021-03-19T20:56:23.704Z] #27 7.847 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2021-03-19T20:56:23.704Z] #27 7.862 Unpacking ca-certificates (20200601~deb10u2) ... [2021-03-19T20:56:23.704Z] #27 7.943 Selecting previously unselected package libkeyutils1:amd64. [2021-03-19T20:56:23.704Z] #27 7.944 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ... [2021-03-19T20:56:23.704Z] #27 7.948 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-03-19T20:56:23.704Z] #27 7.986 Selecting previously unselected package libkrb5support0:amd64. [2021-03-19T20:56:23.704Z] #27 7.986 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-03-19T20:56:23.704Z] #27 7.996 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-03-19T20:56:23.704Z] #27 8.032 Selecting previously unselected package libk5crypto3:amd64. [2021-03-19T20:56:23.704Z] #27 8.032 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-03-19T20:56:23.704Z] #27 8.035 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-03-19T20:56:23.704Z] #27 8.098 Selecting previously unselected package libkrb5-3:amd64. [2021-03-19T20:56:23.704Z] #27 8.098 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-03-19T20:56:23.704Z] #27 8.123 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-03-19T20:56:23.704Z] #27 8.212 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-19T20:56:23.704Z] #27 8.212 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-03-19T20:56:23.704Z] #27 8.217 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-03-19T20:56:23.704Z] #27 8.273 Selecting previously unselected package libnghttp2-14:amd64. [2021-03-19T20:56:23.704Z] #27 8.273 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-03-19T20:56:23.704Z] #27 8.277 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-03-19T20:56:23.704Z] #27 8.326 Selecting previously unselected package libpsl5:amd64. [2021-03-19T20:56:23.704Z] #27 8.326 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-03-19T20:56:23.704Z] #27 8.330 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-03-19T20:56:23.704Z] #27 8.387 Selecting previously unselected package librtmp1:amd64. [2021-03-19T20:56:23.704Z] #27 8.387 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-03-19T20:56:23.704Z] #27 8.390 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-03-19T20:56:23.704Z] #27 8.449 Selecting previously unselected package libssh2-1:amd64. [2021-03-19T20:56:23.704Z] #27 8.449 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-03-19T20:56:23.704Z] #27 8.449 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-03-19T20:56:23.704Z] #27 8.519 Selecting previously unselected package libcurl4:amd64. [2021-03-19T20:56:23.704Z] #27 8.519 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ... [2021-03-19T20:56:23.704Z] #27 8.525 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-03-19T20:56:23.704Z] #27 8.623 Selecting previously unselected package curl. [2021-03-19T20:56:23.704Z] #27 8.623 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ... [2021-03-19T20:56:23.704Z] #27 8.633 Unpacking curl (7.64.0-4+deb10u1) ... [2021-03-19T20:56:23.704Z] #27 8.698 Selecting previously unselected package libonig5:amd64. [2021-03-19T20:56:23.704Z] #27 8.698 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-03-19T20:56:23.704Z] #27 8.704 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-03-19T20:56:23.704Z] #27 8.773 Selecting previously unselected package libjq1:amd64. [2021-03-19T20:56:23.704Z] #27 8.774 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-03-19T20:56:23.704Z] #27 8.778 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-19T20:56:23.704Z] #27 8.840 Selecting previously unselected package jq. [2021-03-19T20:56:23.704Z] #27 8.840 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-03-19T20:56:23.704Z] #27 8.872 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-19T20:56:23.704Z] #27 8.921 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-03-19T20:56:23.704Z] #27 8.984 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-03-19T20:56:23.704Z] #27 9.002 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-03-19T20:56:23.704Z] #27 9.120 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-03-19T20:56:23.704Z] #27 9.129 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-19T20:56:23.704Z] #27 9.143 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-03-19T20:56:23.704Z] #27 9.153 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-19T20:56:23.704Z] #27 9.166 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-03-19T20:56:23.704Z] #27 9.181 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-03-19T20:56:23.704Z] #27 9.195 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-19T20:56:23.704Z] #27 9.206 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-03-19T20:56:23.704Z] #27 9.219 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-03-19T20:56:23.704Z] #27 9.230 Setting up openssl (1.1.1d-0+deb10u5) ... [2021-03-19T20:56:23.711Z] #46 3.631 unicode [2021-03-19T20:56:23.711Z] #46 3.860 internal/bytealg [2021-03-19T20:56:23.711Z] #46 3.945 unicode/utf8 [2021-03-19T20:56:23.829Z] #23 DONE 15.4s [2021-03-19T20:56:23.829Z] [2021-03-19T20:56:23.829Z] #26 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2021-03-19T20:56:23.829Z] #26 DONE 0.2s [2021-03-19T20:56:23.829Z] [2021-03-19T20:56:23.829Z] #31 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2021-03-19T20:56:23.909Z] #45 12.48 unicode [2021-03-19T20:56:23.965Z] #27 9.269 Setting up libonig5:amd64 (6.9.1-1) ... [2021-03-19T20:56:23.965Z] #27 9.281 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-19T20:56:23.965Z] #27 9.294 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-03-19T20:56:23.965Z] #27 9.307 Setting up ca-certificates (20200601~deb10u2) ... [2021-03-19T20:56:23.965Z] #27 ... [2021-03-19T20:56:23.965Z] [2021-03-19T20:56:23.965Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:56:23.965Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-19T20:56:23.965Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 7.1s done [2021-03-19T20:56:24.229Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 [2021-03-19T20:56:24.360Z] #46 4.246 math/bits [2021-03-19T20:56:24.479Z] #45 12.92 runtime [2021-03-19T20:56:24.866Z] #31 DONE 0.9s [2021-03-19T20:56:24.866Z] [2021-03-19T20:56:24.866Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-19T20:56:24.866Z] #44 89.86 CC criu/servicefd.o [2021-03-19T20:56:24.866Z] #44 90.25 CC criu/shmem.o [2021-03-19T20:56:24.866Z] #44 90.85 CC criu/sigframe.o [2021-03-19T20:56:24.866Z] #44 91.04 CC criu/signalfd.o [2021-03-19T20:56:24.866Z] #44 91.24 CC criu/sk-inet.o [2021-03-19T20:56:24.866Z] #44 92.11 CC criu/sk-netlink.o [2021-03-19T20:56:24.866Z] #44 92.37 CC criu/sk-packet.o [2021-03-19T20:56:24.866Z] #44 92.89 CC criu/sk-queue.o [2021-03-19T20:56:24.866Z] #44 93.16 CC criu/sk-tcp.o [2021-03-19T20:56:24.866Z] #44 93.64 CC criu/sk-unix.o [2021-03-19T20:56:24.866Z] #44 ... [2021-03-19T20:56:24.866Z] [2021-03-19T20:56:24.866Z] #34 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2021-03-19T20:56:24.866Z] #34 DONE 0.2s [2021-03-19T20:56:25.069Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.5s done [2021-03-19T20:56:25.157Z] [2021-03-19T20:56:25.157Z] #36 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2021-03-19T20:56:25.157Z] #36 DONE 0.1s [2021-03-19T20:56:25.157Z] [2021-03-19T20:56:25.157Z] #39 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2021-03-19T20:56:25.157Z] #39 DONE 0.1s [2021-03-19T20:56:25.157Z] [2021-03-19T20:56:25.157Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-19T20:56:25.157Z] #44 94.96 CC criu/sockets.o [2021-03-19T20:56:25.227Z] #37 9.296 [100%] Linking C executable tini-static [2021-03-19T20:56:25.330Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e [2021-03-19T20:56:25.420Z] #46 5.439 math [2021-03-19T20:56:25.788Z] #44 95.48 CC criu/stats.o [2021-03-19T20:56:25.790Z] #37 10.00 [100%] Built target tini-static [2021-03-19T20:56:25.790Z] #37 10.11 + mkdir -p /build [2021-03-19T20:56:25.790Z] #37 10.11 + cp tini-static /build/docker-init [2021-03-19T20:56:25.900Z] #9 ... [2021-03-19T20:56:25.900Z] [2021-03-19T20:56:25.900Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-03-19T20:56:25.900Z] #27 sha256:a183c933d34ebf3f11ac5a473ac20eddb7cda49f6f857966e698ef57b90473a8 [2021-03-19T20:56:25.900Z] #27 1.132 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-19T20:56:25.900Z] #27 1.132 Get:2 http://deb.debian.org/debian buster InRelease [122 kB] [2021-03-19T20:56:25.900Z] #27 1.139 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-19T20:56:25.900Z] #27 1.278 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [269 kB] [2021-03-19T20:56:25.900Z] #27 1.490 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-19T20:56:25.900Z] #27 1.788 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-19T20:56:25.900Z] #27 3.404 Fetched 8424 kB in 3s (3323 kB/s) [2021-03-19T20:56:25.900Z] #27 3.404 Reading package lists... [2021-03-19T20:56:25.900Z] #27 4.294 Reading package lists... [2021-03-19T20:56:25.900Z] #27 5.214 Building dependency tree... [2021-03-19T20:56:25.900Z] #27 5.536 The following additional packages will be installed: [2021-03-19T20:56:25.900Z] #27 5.536 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-03-19T20:56:25.900Z] #27 5.536 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-03-19T20:56:25.900Z] #27 5.536 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-03-19T20:56:25.900Z] #27 5.537 Suggested packages: [2021-03-19T20:56:25.900Z] #27 5.537 krb5-doc krb5-user [2021-03-19T20:56:25.900Z] #27 5.537 Recommended packages: [2021-03-19T20:56:25.900Z] #27 5.537 krb5-locales publicsuffix libsasl2-modules [2021-03-19T20:56:25.900Z] #27 5.705 The following NEW packages will be installed: [2021-03-19T20:56:25.900Z] #27 5.706 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-03-19T20:56:25.900Z] #27 5.706 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-03-19T20:56:25.900Z] #27 5.707 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-03-19T20:56:25.900Z] #27 5.707 libssh2-1 libssl1.1 openssl [2021-03-19T20:56:25.900Z] #27 5.986 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2021-03-19T20:56:25.900Z] #27 5.986 Need to get 5057 kB of archives. [2021-03-19T20:56:25.900Z] #27 5.986 After this operation, 12.1 MB of additional disk space will be used. [2021-03-19T20:56:25.900Z] #27 5.986 Get:1 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-03-19T20:56:25.900Z] #27 5.988 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u5 [1539 kB] [2021-03-19T20:56:25.900Z] #27 5.990 Get:3 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-03-19T20:56:25.900Z] #27 5.993 Get:4 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-03-19T20:56:25.901Z] #27 6.004 Get:5 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-03-19T20:56:25.901Z] #27 6.004 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-03-19T20:56:25.901Z] #27 6.004 Get:7 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-03-19T20:56:25.901Z] #27 6.004 Get:8 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-03-19T20:56:25.901Z] #27 6.015 Get:9 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-03-19T20:56:25.901Z] #27 6.019 Get:10 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-03-19T20:56:25.901Z] #27 6.020 Get:11 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-03-19T20:56:25.901Z] #27 6.021 Get:12 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-03-19T20:56:25.901Z] #27 6.022 Get:13 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-03-19T20:56:25.901Z] #27 6.028 Get:14 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB] [2021-03-19T20:56:25.901Z] #27 6.032 Get:15 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB] [2021-03-19T20:56:25.901Z] #27 6.045 Get:16 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-03-19T20:56:25.901Z] #27 6.047 Get:17 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-03-19T20:56:25.901Z] #27 6.052 Get:18 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-03-19T20:56:25.901Z] #27 6.062 Get:19 http://security.debian.org/debian-security buster/updates/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-03-19T20:56:25.901Z] #27 6.062 Get:20 http://security.debian.org/debian-security buster/updates/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB] [2021-03-19T20:56:25.901Z] #27 6.062 Get:21 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u5 [844 kB] [2021-03-19T20:56:25.901Z] #27 6.221 debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:56:25.901Z] #27 6.245 Fetched 5057 kB in 0s (14.7 MB/s) [2021-03-19T20:56:25.901Z] #27 6.292 Selecting previously unselected package libssl1.1:amd64. [2021-03-19T20:56:25.901Z] #27 6.292 (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 ... 6677 files and directories currently installed.) [2021-03-19T20:56:25.901Z] #27 6.292 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_amd64.deb ... [2021-03-19T20:56:25.901Z] #27 6.300 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-03-19T20:56:25.901Z] #27 6.495 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-19T20:56:25.901Z] #27 6.495 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-03-19T20:56:25.901Z] #27 6.499 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-19T20:56:25.901Z] #27 6.541 Selecting previously unselected package libsasl2-2:amd64. [2021-03-19T20:56:25.901Z] #27 6.541 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-03-19T20:56:25.901Z] #27 6.546 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-19T20:56:25.901Z] #27 6.588 Selecting previously unselected package libldap-common. [2021-03-19T20:56:25.901Z] #27 6.588 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-03-19T20:56:25.901Z] #27 6.596 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-19T20:56:25.901Z] #27 6.641 Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-19T20:56:25.901Z] #27 6.641 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-03-19T20:56:25.901Z] #27 6.645 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-03-19T20:56:25.901Z] #27 6.721 Selecting previously unselected package openssl. [2021-03-19T20:56:25.901Z] #27 6.721 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_amd64.deb ... [2021-03-19T20:56:25.901Z] #27 6.726 Unpacking openssl (1.1.1d-0+deb10u5) ... [2021-03-19T20:56:25.901Z] #27 6.861 Selecting previously unselected package ca-certificates. [2021-03-19T20:56:25.901Z] #27 6.861 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2021-03-19T20:56:25.901Z] #27 6.872 Unpacking ca-certificates (20200601~deb10u2) ... [2021-03-19T20:56:25.901Z] #27 6.934 Selecting previously unselected package libkeyutils1:amd64. [2021-03-19T20:56:25.901Z] #27 6.936 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ... [2021-03-19T20:56:25.901Z] #27 6.939 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-03-19T20:56:25.901Z] #27 6.974 Selecting previously unselected package libkrb5support0:amd64. [2021-03-19T20:56:25.901Z] #27 6.974 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-03-19T20:56:25.901Z] #27 6.979 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-03-19T20:56:25.901Z] #27 7.013 Selecting previously unselected package libk5crypto3:amd64. [2021-03-19T20:56:25.901Z] #27 7.014 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-03-19T20:56:25.901Z] #27 7.020 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-03-19T20:56:25.901Z] #27 7.069 Selecting previously unselected package libkrb5-3:amd64. [2021-03-19T20:56:25.901Z] #27 7.069 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-03-19T20:56:25.901Z] #27 7.073 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-03-19T20:56:25.901Z] #27 7.161 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-19T20:56:25.901Z] #27 7.161 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-03-19T20:56:25.901Z] #27 7.165 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-03-19T20:56:25.901Z] #27 7.217 Selecting previously unselected package libnghttp2-14:amd64. [2021-03-19T20:56:25.901Z] #27 7.217 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-03-19T20:56:25.901Z] #27 7.221 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-03-19T20:56:25.901Z] #27 7.267 Selecting previously unselected package libpsl5:amd64. [2021-03-19T20:56:25.901Z] #27 7.267 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-03-19T20:56:25.901Z] #27 7.271 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-03-19T20:56:25.901Z] #27 7.311 Selecting previously unselected package librtmp1:amd64. [2021-03-19T20:56:25.901Z] #27 7.311 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-03-19T20:56:25.901Z] #27 7.315 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-03-19T20:56:25.901Z] #27 7.396 Selecting previously unselected package libssh2-1:amd64. [2021-03-19T20:56:25.901Z] #27 7.396 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-03-19T20:56:25.901Z] #27 7.402 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-03-19T20:56:25.901Z] #27 7.460 Selecting previously unselected package libcurl4:amd64. [2021-03-19T20:56:25.901Z] #27 7.460 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ... [2021-03-19T20:56:25.901Z] #27 7.463 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-03-19T20:56:25.901Z] #27 7.519 Selecting previously unselected package curl. [2021-03-19T20:56:25.901Z] #27 7.519 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ... [2021-03-19T20:56:25.901Z] #27 7.522 Unpacking curl (7.64.0-4+deb10u1) ... [2021-03-19T20:56:25.901Z] #27 7.599 Selecting previously unselected package libonig5:amd64. [2021-03-19T20:56:25.901Z] #27 7.599 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-03-19T20:56:25.901Z] #27 7.604 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-03-19T20:56:25.901Z] #27 7.677 Selecting previously unselected package libjq1:amd64. [2021-03-19T20:56:25.901Z] #27 7.678 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-03-19T20:56:25.901Z] #27 7.681 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-19T20:56:25.901Z] #27 7.741 Selecting previously unselected package jq. [2021-03-19T20:56:25.901Z] #27 7.741 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-03-19T20:56:25.901Z] #27 7.743 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-19T20:56:25.901Z] #27 7.826 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-03-19T20:56:25.901Z] #27 7.836 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-03-19T20:56:25.901Z] #27 7.848 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-03-19T20:56:25.901Z] #27 7.957 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-03-19T20:56:25.901Z] #27 7.968 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-19T20:56:25.901Z] #27 7.984 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-03-19T20:56:25.901Z] #27 7.994 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-19T20:56:25.901Z] #27 8.005 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-03-19T20:56:25.901Z] #27 8.016 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-03-19T20:56:25.901Z] #27 8.027 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-19T20:56:25.901Z] #27 8.038 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-03-19T20:56:25.901Z] #27 8.048 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-03-19T20:56:25.901Z] #27 8.058 Setting up openssl (1.1.1d-0+deb10u5) ... [2021-03-19T20:56:25.901Z] #27 8.073 Setting up libonig5:amd64 (6.9.1-1) ... [2021-03-19T20:56:25.901Z] #27 8.090 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-19T20:56:25.901Z] #27 8.101 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-03-19T20:56:25.901Z] #27 8.111 Setting up ca-certificates (20200601~deb10u2) ... [2021-03-19T20:56:25.901Z] #27 ... [2021-03-19T20:56:25.901Z] [2021-03-19T20:56:25.901Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:56:25.901Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-19T20:56:25.917Z] #9 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 5.1s done [2021-03-19T20:56:25.917Z] #9 extracting sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 done [2021-03-19T20:56:26.047Z] #37 DONE 10.4s [2021-03-19T20:56:26.047Z] [2021-03-19T20:56:26.047Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:56:26.047Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:56:26.047Z] #43 2.297 Note: Building without setproctitle() and strlcpy() support. [2021-03-19T20:56:26.047Z] #43 2.298 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-19T20:56:26.047Z] #43 2.334 Note: Building without GnuTLS support [2021-03-19T20:56:26.047Z] #43 2.337 Makefile.config:39: Warn: you have no libnftables installed [2021-03-19T20:56:26.047Z] #43 2.337 Makefile.config:40: Warn: Building without nftables support [2021-03-19T20:56:26.069Z] #46 6.065 runtime [2021-03-19T20:56:26.069Z] #46 6.071 internal/testlog [2021-03-19T20:56:26.079Z] #44 95.67 CC criu/string.o [2021-03-19T20:56:26.079Z] #44 95.71 CC criu/sysctl.o [2021-03-19T20:56:26.188Z] #9 DONE 25.3s [2021-03-19T20:56:26.188Z] [2021-03-19T20:56:26.188Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-03-19T20:56:26.188Z] #10 sha256:a8dfe72bf17ed43cb49f11f8bd3245b42805f80ef5a25a941391f3e1c9a497b6 [2021-03-19T20:56:26.404Z] #44 96.12 CC criu/sysfs_parse.o [2021-03-19T20:56:26.452Z] #10 ... [2021-03-19T20:56:26.452Z] [2021-03-19T20:56:26.452Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-03-19T20:56:26.452Z] #27 sha256:042809446c6a0ab60da5f8da0f09ebf34dd975903acff610e00883df9e39ea02 [2021-03-19T20:56:26.452Z] #27 2.383 Get:1 http://deb.debian.org/debian buster InRelease [122 kB] [2021-03-19T20:56:26.452Z] #27 2.384 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-19T20:56:26.452Z] #27 2.399 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-19T20:56:26.452Z] #27 2.585 Get:4 http://security.debian.org/debian-security buster/updates/main arm64 Packages [264 kB] [2021-03-19T20:56:26.452Z] #27 2.791 Get:5 http://deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-03-19T20:56:26.452Z] #27 3.218 Get:6 http://deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-03-19T20:56:26.452Z] #27 4.768 Fetched 8248 kB in 3s (3142 kB/s) [2021-03-19T20:56:26.452Z] #27 4.768 Reading package lists... [2021-03-19T20:56:26.452Z] #27 6.099 Reading package lists... [2021-03-19T20:56:26.452Z] #27 7.396 Building dependency tree... [2021-03-19T20:56:26.452Z] #27 8.062 The following additional packages will be installed: [2021-03-19T20:56:26.452Z] #27 8.064 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-03-19T20:56:26.452Z] #27 8.064 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-03-19T20:56:26.452Z] #27 8.064 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-03-19T20:56:26.452Z] #27 8.075 Suggested packages: [2021-03-19T20:56:26.452Z] #27 8.075 krb5-doc krb5-user [2021-03-19T20:56:26.452Z] #27 8.075 Recommended packages: [2021-03-19T20:56:26.452Z] #27 8.075 krb5-locales publicsuffix libsasl2-modules [2021-03-19T20:56:26.452Z] #27 8.307 The following NEW packages will be installed: [2021-03-19T20:56:26.452Z] #27 8.307 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-03-19T20:56:26.452Z] #27 8.307 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-03-19T20:56:26.452Z] #27 8.307 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-03-19T20:56:26.452Z] #27 8.309 libssh2-1 libssl1.1 openssl [2021-03-19T20:56:26.452Z] #27 8.610 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2021-03-19T20:56:26.452Z] #27 8.610 Need to get 4777 kB of archives. [2021-03-19T20:56:26.452Z] #27 8.610 After this operation, 11.5 MB of additional disk space will be used. [2021-03-19T20:56:26.452Z] #27 8.610 Get:1 http://security.debian.org/debian-security buster/updates/main arm64 libssl1.1 arm64 1.1.1d-0+deb10u5 [1382 kB] [2021-03-19T20:56:26.452Z] #27 8.611 Get:2 http://deb.debian.org/debian buster/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-1+deb10u1 [69.3 kB] [2021-03-19T20:56:26.452Z] #27 8.616 Get:3 http://deb.debian.org/debian buster/main arm64 libsasl2-2 arm64 2.1.27+dfsg-1+deb10u1 [105 kB] [2021-03-19T20:56:26.452Z] #27 8.634 Get:4 http://deb.debian.org/debian buster/main arm64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-03-19T20:56:26.452Z] #27 8.634 Get:5 http://deb.debian.org/debian buster/main arm64 libkeyutils1 arm64 1.6-6 [14.9 kB] [2021-03-19T20:56:26.452Z] #27 8.634 Get:6 http://deb.debian.org/debian buster/main arm64 libkrb5support0 arm64 1.17-3+deb10u1 [64.9 kB] [2021-03-19T20:56:26.452Z] #27 8.634 Get:7 http://deb.debian.org/debian buster/main arm64 libk5crypto3 arm64 1.17-3+deb10u1 [123 kB] [2021-03-19T20:56:26.452Z] #27 8.634 Get:8 http://deb.debian.org/debian buster/main arm64 libkrb5-3 arm64 1.17-3+deb10u1 [351 kB] [2021-03-19T20:56:26.452Z] #27 8.642 Get:9 http://deb.debian.org/debian buster/main arm64 libgssapi-krb5-2 arm64 1.17-3+deb10u1 [150 kB] [2021-03-19T20:56:26.452Z] #27 8.646 Get:10 http://deb.debian.org/debian buster/main arm64 libnghttp2-14 arm64 1.36.0-2+deb10u1 [81.9 kB] [2021-03-19T20:56:26.452Z] #27 8.648 Get:11 http://deb.debian.org/debian buster/main arm64 libpsl5 arm64 0.20.2-2 [53.6 kB] [2021-03-19T20:56:26.452Z] #27 8.650 Get:12 http://deb.debian.org/debian buster/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2 [55.7 kB] [2021-03-19T20:56:26.452Z] #27 8.651 Get:13 http://deb.debian.org/debian buster/main arm64 libssh2-1 arm64 1.8.0-2.1 [135 kB] [2021-03-19T20:56:26.452Z] #27 8.655 Get:14 http://deb.debian.org/debian buster/main arm64 libcurl4 arm64 7.64.0-4+deb10u1 [312 kB] [2021-03-19T20:56:26.453Z] #27 8.668 Get:15 http://security.debian.org/debian-security buster/updates/main arm64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-03-19T20:56:26.453Z] #27 8.668 Get:16 http://security.debian.org/debian-security buster/updates/main arm64 libldap-2.4-2 arm64 2.4.47+dfsg-3+deb10u6 [216 kB] [2021-03-19T20:56:26.453Z] #27 8.668 Get:17 http://deb.debian.org/debian buster/main arm64 curl arm64 7.64.0-4+deb10u1 [260 kB] [2021-03-19T20:56:26.453Z] #27 8.668 Get:18 http://security.debian.org/debian-security buster/updates/main arm64 openssl arm64 1.1.1d-0+deb10u5 [823 kB] [2021-03-19T20:56:26.453Z] #27 8.668 Get:19 http://deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2021-03-19T20:56:26.453Z] #27 8.674 Get:20 http://deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2021-03-19T20:56:26.453Z] #27 8.674 Get:21 http://deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2021-03-19T20:56:26.453Z] #27 9.011 debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:56:26.453Z] #27 9.051 Fetched 4777 kB in 0s (15.0 MB/s) [2021-03-19T20:56:26.453Z] #27 9.098 Selecting previously unselected package libssl1.1:arm64. [2021-03-19T20:56:26.453Z] #27 9.098 (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 ... 6670 files and directories currently installed.) [2021-03-19T20:56:26.453Z] #27 9.107 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_arm64.deb ... [2021-03-19T20:56:26.453Z] #27 9.116 Unpacking libssl1.1:arm64 (1.1.1d-0+deb10u5) ... [2021-03-19T20:56:26.453Z] #27 9.376 Selecting previously unselected package libsasl2-modules-db:arm64. [2021-03-19T20:56:26.453Z] #27 9.377 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_arm64.deb ... [2021-03-19T20:56:26.453Z] #27 9.381 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-19T20:56:26.453Z] #27 9.428 Selecting previously unselected package libsasl2-2:arm64. [2021-03-19T20:56:26.453Z] #27 9.430 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_arm64.deb ... [2021-03-19T20:56:26.453Z] #27 9.434 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-19T20:56:26.453Z] #27 9.478 Selecting previously unselected package libldap-common. [2021-03-19T20:56:26.453Z] #27 9.480 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-03-19T20:56:26.453Z] #27 9.484 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-19T20:56:26.453Z] #27 9.530 Selecting previously unselected package libldap-2.4-2:arm64. [2021-03-19T20:56:26.453Z] #27 9.532 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_arm64.deb ... [2021-03-19T20:56:26.453Z] #27 9.536 Unpacking libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u6) ... [2021-03-19T20:56:26.453Z] #27 9.672 Selecting previously unselected package openssl. [2021-03-19T20:56:26.453Z] #27 9.674 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_arm64.deb ... [2021-03-19T20:56:26.453Z] #27 9.679 Unpacking openssl (1.1.1d-0+deb10u5) ... [2021-03-19T20:56:26.453Z] #27 9.908 Selecting previously unselected package ca-certificates. [2021-03-19T20:56:26.453Z] #27 9.911 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2021-03-19T20:56:26.453Z] #27 9.914 Unpacking ca-certificates (20200601~deb10u2) ... [2021-03-19T20:56:26.453Z] #27 10.02 Selecting previously unselected package libkeyutils1:arm64. [2021-03-19T20:56:26.453Z] #27 10.02 Preparing to unpack .../07-libkeyutils1_1.6-6_arm64.deb ... [2021-03-19T20:56:26.453Z] #27 10.02 Unpacking libkeyutils1:arm64 (1.6-6) ... [2021-03-19T20:56:26.453Z] #27 10.12 Selecting previously unselected package libkrb5support0:arm64. [2021-03-19T20:56:26.453Z] #27 10.12 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_arm64.deb ... [2021-03-19T20:56:26.716Z] #27 10.13 Unpacking libkrb5support0:arm64 (1.17-3+deb10u1) ... [2021-03-19T20:56:26.716Z] #27 10.18 Selecting previously unselected package libk5crypto3:arm64. [2021-03-19T20:56:26.716Z] #27 10.19 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_arm64.deb ... [2021-03-19T20:56:26.716Z] #27 10.19 Unpacking libk5crypto3:arm64 (1.17-3+deb10u1) ... [2021-03-19T20:56:26.716Z] #27 10.24 Selecting previously unselected package libkrb5-3:arm64. [2021-03-19T20:56:26.716Z] #27 10.24 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_arm64.deb ... [2021-03-19T20:56:26.716Z] #27 10.24 Unpacking libkrb5-3:arm64 (1.17-3+deb10u1) ... [2021-03-19T20:56:26.718Z] #46 6.894 unicode/utf16 [2021-03-19T20:56:26.720Z] #44 96.34 CC criu/timens.o [2021-03-19T20:56:27.011Z] #44 96.49 CC criu/timerfd.o [2021-03-19T20:56:27.011Z] #44 96.64 CC criu/tty.o [2021-03-19T20:56:27.304Z] #44 ... [2021-03-19T20:56:27.304Z] [2021-03-19T20:56:27.304Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-19T20:56:27.304Z] #50 131.1 + /build/golangci-lint --version [2021-03-19T20:56:27.304Z] #50 131.4 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-03-19T20:56:27.304Z] #50 DONE 131.7s [2021-03-19T20:56:27.304Z] [2021-03-19T20:56:27.304Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2021-03-19T20:56:27.416Z] #43 5.283 fatal: not a git repository (or any of the parent directories): .git [2021-03-19T20:56:27.416Z] #43 5.339 GEN .gitid [2021-03-19T20:56:27.416Z] #43 5.377 GEN criu/include/version.h [2021-03-19T20:56:27.416Z] #43 5.456 GEN include/common/asm [2021-03-19T20:56:28.261Z] #46 8.216 container/list [2021-03-19T20:56:28.261Z] #46 ... [2021-03-19T20:56:28.261Z] [2021-03-19T20:56:28.261Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-19T20:56:28.261Z] #30 sha256:4cd68f2222db7a4f91b6e61d8f105ac3d05507837cdfbbdfc8205fd2149b42f5 [2021-03-19T20:56:28.261Z] #30 4.340 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-03-19T20:56:28.261Z] #30 4.852 [2021-03-19T20:56:28.436Z] #41 ... [2021-03-19T20:56:28.436Z] [2021-03-19T20:56:28.436Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-19T20:56:28.436Z] #44 97.85 CC criu/tun.o [2021-03-19T20:56:28.436Z] #44 ... [2021-03-19T20:56:28.436Z] [2021-03-19T20:56:28.436Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2021-03-19T20:56:28.436Z] #41 DONE 132.8s [2021-03-19T20:56:28.436Z] [2021-03-19T20:56:28.436Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-19T20:56:28.436Z] #44 98.18 CC criu/uffd.o [2021-03-19T20:56:28.674Z] #45 17.15 unicode/utf8 [2021-03-19T20:56:28.674Z] #45 ... [2021-03-19T20:56:28.674Z] [2021-03-19T20:56:28.674Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-19T20:56:28.674Z] #58 sha256:939316376b23adf6f54d5792d37b5d17c3d9e83bb892fbad150c0f51e7c729b6 [2021-03-19T20:56:28.674Z] #58 14.31 + cd /tmp/tmp.eO7WVeWauw/src/github.com/rootless-containers/rootlesskit [2021-03-19T20:56:28.674Z] #58 14.31 + git checkout -q 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-19T20:56:28.674Z] #58 14.37 + export GO111MODULE=on [2021-03-19T20:56:28.674Z] #58 14.37 + GO111MODULE=on [2021-03-19T20:56:28.674Z] #58 14.37 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-19T20:56:28.674Z] #58 14.37 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-03-19T20:56:28.674Z] #58 16.91 go: downloading github.com/sirupsen/logrus v1.7.0 [2021-03-19T20:56:28.674Z] #58 16.96 go: downloading github.com/pkg/errors v0.9.1 [2021-03-19T20:56:28.674Z] #58 17.15 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-03-19T20:56:28.674Z] #58 17.19 go: downloading github.com/google/uuid v1.2.0 [2021-03-19T20:56:28.934Z] #58 17.28 go: downloading github.com/moby/vpnkit v0.4.0 [2021-03-19T20:56:28.934Z] #58 17.28 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-19T20:56:28.934Z] #58 17.31 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-19T20:56:28.934Z] #58 17.31 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-19T20:56:29.098Z] #44 98.79 CC criu/util.o [2021-03-19T20:56:29.192Z] #58 17.49 go: extracting github.com/sirupsen/logrus v1.7.0 [2021-03-19T20:56:29.192Z] #58 17.51 go: downloading github.com/gofrs/flock v0.8.0 [2021-03-19T20:56:29.275Z] #27 12.51 Selecting previously unselected package libgssapi-krb5-2:arm64. [2021-03-19T20:56:29.275Z] #27 12.52 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_arm64.deb ... [2021-03-19T20:56:29.275Z] #27 12.83 Unpacking libgssapi-krb5-2:arm64 (1.17-3+deb10u1) ... [2021-03-19T20:56:29.307Z] #43 6.926 PBCC images/timens.pb-c.c [2021-03-19T20:56:29.307Z] #43 6.981 DEP images/timens.pb-c.d [2021-03-19T20:56:29.307Z] #43 7.021 PBCC images/fown.pb-c.c [2021-03-19T20:56:29.307Z] #43 7.061 PBCC images/google/protobuf/descriptor.pb-c.c [2021-03-19T20:56:29.307Z] #43 7.131 PBCC images/opts.pb-c.c [2021-03-19T20:56:29.307Z] #43 7.179 PBCC images/memfd.pb-c.c [2021-03-19T20:56:29.307Z] #43 7.237 DEP images/fown.pb-c.d [2021-03-19T20:56:29.307Z] #43 7.309 DEP images/google/protobuf/descriptor.pb-c.d [2021-03-19T20:56:29.451Z] #58 18.02 go: downloading github.com/moby/sys/mountinfo v0.4.0 [2021-03-19T20:56:29.519Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 4.7s done [2021-03-19T20:56:29.519Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e [2021-03-19T20:56:29.564Z] #43 7.417 DEP images/opts.pb-c.d [2021-03-19T20:56:29.564Z] #43 7.455 DEP images/memfd.pb-c.d [2021-03-19T20:56:29.564Z] #43 7.539 PBCC images/sit.pb-c.c [2021-03-19T20:56:29.564Z] #43 7.622 DEP images/sit.pb-c.d [2021-03-19T20:56:29.709Z] #58 18.27 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-19T20:56:29.730Z] #44 ... [2021-03-19T20:56:29.730Z] [2021-03-19T20:56:29.730Z] #42 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2021-03-19T20:56:29.730Z] #42 DONE 0.2s [2021-03-19T20:56:29.730Z] [2021-03-19T20:56:29.730Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-19T20:56:29.730Z] #44 99.43 CC criu/uts_ns.o [2021-03-19T20:56:29.730Z] #44 99.51 CC criu/vdso.o [2021-03-19T20:56:29.773Z] #30 5.152 0.2% ### 5.0% ####### 11.0% ########## 15.1% ############# 19.2% ################ 23.3% ################### 27.3% ###################### 31.4% ############################ 39.6% ############################### 43.6% ################################### 49.7% ###################################### 53.8% ########################################### 59.9% ############################################## 64.0% ################################################## 70.0% [2021-03-19T20:56:29.773Z] #30 ... [2021-03-19T20:56:29.773Z] [2021-03-19T20:56:29.773Z] #59 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-19T20:56:29.773Z] #59 sha256:f70128a5ccad575f94a98ddbe0086434969b1a79b94f50efdd288e46d31c1189 [2021-03-19T20:56:29.773Z] #59 0.695 + RM_GOPATH=0 [2021-03-19T20:56:29.773Z] #59 0.695 + TMP_GOPATH= [2021-03-19T20:56:29.773Z] #59 0.696 + : /build [2021-03-19T20:56:29.773Z] #59 0.696 + '[' -z '' ']' [2021-03-19T20:56:29.773Z] #59 0.698 ++ mktemp -d [2021-03-19T20:56:29.773Z] #59 0.704 + export GOPATH=/tmp/tmp.NWPBaBaUrF [2021-03-19T20:56:29.773Z] #59 0.704 + GOPATH=/tmp/tmp.NWPBaBaUrF [2021-03-19T20:56:29.773Z] #59 0.704 + RM_GOPATH=1 [2021-03-19T20:56:29.773Z] #59 0.704 + case "$(go env GOARCH)" in [2021-03-19T20:56:29.773Z] #59 0.707 ++ go env GOARCH [2021-03-19T20:56:29.773Z] #59 0.719 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:29.773Z] #59 0.720 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:29.773Z] #59 0.723 ++ dirname /tmp/install/install.sh [2021-03-19T20:56:29.773Z] #59 0.725 + dir=/tmp/install [2021-03-19T20:56:29.773Z] #59 0.725 + bin=rootlesskit [2021-03-19T20:56:29.773Z] #59 0.725 + shift [2021-03-19T20:56:29.773Z] #59 0.725 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-03-19T20:56:29.773Z] #59 0.726 + . /tmp/install/rootlesskit.installer [2021-03-19T20:56:29.773Z] #59 0.726 ++ : 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-19T20:56:29.773Z] #59 0.727 + install_rootlesskit [2021-03-19T20:56:29.773Z] #59 0.727 + case "$1" in [2021-03-19T20:56:29.773Z] #59 0.727 + export CGO_ENABLED=0 [2021-03-19T20:56:29.773Z] #59 0.727 + CGO_ENABLED=0 [2021-03-19T20:56:29.773Z] #59 0.727 + _install_rootlesskit [2021-03-19T20:56:29.773Z] #59 0.728 + echo 'Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa' [2021-03-19T20:56:29.773Z] #59 0.728 Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-19T20:56:29.773Z] #59 0.728 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.NWPBaBaUrF/src/github.com/rootless-containers/rootlesskit [2021-03-19T20:56:29.773Z] #59 0.732 Cloning into '/tmp/tmp.NWPBaBaUrF/src/github.com/rootless-containers/rootlesskit'... [2021-03-19T20:56:29.773Z] #59 5.826 + cd /tmp/tmp.NWPBaBaUrF/src/github.com/rootless-containers/rootlesskit [2021-03-19T20:56:29.773Z] #59 5.827 + git checkout -q 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-19T20:56:29.773Z] #59 5.950 + export GO111MODULE=on [2021-03-19T20:56:29.773Z] #59 5.951 + GO111MODULE=on [2021-03-19T20:56:29.773Z] #59 5.952 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-19T20:56:29.773Z] #59 5.953 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-03-19T20:56:29.773Z] #59 8.744 go: downloading github.com/pkg/errors v0.9.1 [2021-03-19T20:56:29.773Z] #59 8.798 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-03-19T20:56:29.773Z] #59 8.896 go: downloading github.com/gofrs/flock v0.8.0 [2021-03-19T20:56:29.773Z] #59 8.903 go: downloading github.com/gorilla/mux v1.8.0 [2021-03-19T20:56:29.773Z] #59 8.904 go: downloading github.com/moby/sys/mountinfo v0.4.0 [2021-03-19T20:56:29.773Z] #59 8.920 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-19T20:56:29.773Z] #59 8.935 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-19T20:56:29.773Z] #59 8.988 go: extracting github.com/pkg/errors v0.9.1 [2021-03-19T20:56:29.773Z] #59 9.072 go: downloading github.com/google/uuid v1.2.0 [2021-03-19T20:56:29.773Z] #59 9.276 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-19T20:56:29.773Z] #59 9.443 go: extracting github.com/gofrs/flock v0.8.0 [2021-03-19T20:56:29.773Z] #59 9.579 go: downloading github.com/moby/vpnkit v0.4.0 [2021-03-19T20:56:29.773Z] #59 9.661 go: downloading github.com/sirupsen/logrus v1.7.0 [2021-03-19T20:56:29.773Z] #59 9.742 go: extracting github.com/moby/sys/mountinfo v0.4.0 [2021-03-19T20:56:29.773Z] #59 9.807 go: extracting github.com/gorilla/mux v1.8.0 [2021-03-19T20:56:29.773Z] #59 9.811 go: extracting github.com/google/uuid v1.2.0 [2021-03-19T20:56:29.780Z] #9 ... [2021-03-19T20:56:29.780Z] [2021-03-19T20:56:29.780Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-03-19T20:56:29.780Z] #27 sha256:a183c933d34ebf3f11ac5a473ac20eddb7cda49f6f857966e698ef57b90473a8 [2021-03-19T20:56:29.780Z] #27 10.03 Updating certificates in /etc/ssl/certs... [2021-03-19T20:56:29.780Z] #27 11.52 137 added, 0 removed; done. [2021-03-19T20:56:29.780Z] #27 11.55 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-03-19T20:56:29.780Z] #27 11.57 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-19T20:56:29.780Z] #27 11.58 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-03-19T20:56:29.780Z] #27 11.59 Setting up curl (7.64.0-4+deb10u1) ... [2021-03-19T20:56:29.780Z] #27 11.60 Processing triggers for libc-bin (2.28-10) ... [2021-03-19T20:56:29.780Z] #27 11.61 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-03-19T20:56:29.780Z] #27 11.63 Updating certificates in /etc/ssl/certs... [2021-03-19T20:56:29.780Z] #27 12.69 0 added, 0 removed; done. [2021-03-19T20:56:29.780Z] #27 12.69 Running hooks in /etc/ca-certificates/update.d... [2021-03-19T20:56:29.780Z] #27 12.69 done. [2021-03-19T20:56:29.780Z] #27 DONE 15.1s [2021-03-19T20:56:29.780Z] [2021-03-19T20:56:29.780Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:56:29.780Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-19T20:56:29.820Z] #43 7.697 PBCC images/macvlan.pb-c.c [2021-03-19T20:56:29.820Z] #43 7.762 DEP images/macvlan.pb-c.d [2021-03-19T20:56:29.820Z] #43 7.841 PBCC images/autofs.pb-c.c [2021-03-19T20:56:29.820Z] #43 7.853 DEP images/autofs.pb-c.d [2021-03-19T20:56:29.820Z] #43 7.925 PBCC images/sysctl.pb-c.c [2021-03-19T20:56:29.976Z] #58 18.45 go: extracting github.com/gofrs/flock v0.8.0 [2021-03-19T20:56:29.976Z] #58 18.48 go: extracting github.com/google/uuid v1.2.0 [2021-03-19T20:56:29.976Z] #58 18.48 go: extracting github.com/pkg/errors v0.9.1 [2021-03-19T20:56:30.021Z] #44 99.67 LINK criu/built-in.o [2021-03-19T20:56:30.021Z] #44 99.72 LINK criu/criu [2021-03-19T20:56:30.021Z] #44 99.85 DEP lib/c/criu.d [2021-03-19T20:56:30.042Z] #9 ... [2021-03-19T20:56:30.042Z] [2021-03-19T20:56:30.042Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-03-19T20:56:30.042Z] #28 sha256:35c95a685f881ca8704dac23f3dc1fe7dccb37cce28d5edcd73b113ee5eef124 [2021-03-19T20:56:30.042Z] #28 DONE 0.3s [2021-03-19T20:56:30.071Z] #59 10.12 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-19T20:56:30.071Z] #59 ... [2021-03-19T20:56:30.071Z] [2021-03-19T20:56:30.071Z] #56 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-03-19T20:56:30.071Z] #56 sha256:c6de94bf361792c0630dfe92297aafeb0498862bc4e1fa7f675f3ac2c82c21ea [2021-03-19T20:56:30.071Z] #56 0.944 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-19T20:56:30.071Z] #56 1.036 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-19T20:56:30.071Z] #56 1.052 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-19T20:56:30.071Z] #56 2.610 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-03-19T20:56:30.071Z] #56 4.745 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [260 kB] [2021-03-19T20:56:30.072Z] #56 6.816 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B] [2021-03-19T20:56:30.072Z] #56 ... [2021-03-19T20:56:30.072Z] [2021-03-19T20:56:30.072Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:56:30.072Z] #50 sha256:215d344bcc7283861030d950302f92637cfd52e58979a60470edd2ab99318878 [2021-03-19T20:56:30.072Z] #50 0.584 + RM_GOPATH=0 [2021-03-19T20:56:30.072Z] #50 0.585 + TMP_GOPATH= [2021-03-19T20:56:30.072Z] #50 0.585 + : /build [2021-03-19T20:56:30.072Z] #50 0.586 + '[' -z '' ']' [2021-03-19T20:56:30.072Z] #50 0.586 ++ mktemp -d [2021-03-19T20:56:30.072Z] #50 0.588 + export GOPATH=/tmp/tmp.XZSWXRLHko [2021-03-19T20:56:30.072Z] #50 0.589 + GOPATH=/tmp/tmp.XZSWXRLHko [2021-03-19T20:56:30.072Z] #50 0.589 + RM_GOPATH=1 [2021-03-19T20:56:30.072Z] #50 0.589 + case "$(go env GOARCH)" in [2021-03-19T20:56:30.072Z] #50 0.589 ++ go env GOARCH [2021-03-19T20:56:30.072Z] #50 0.601 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:30.072Z] #50 0.601 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:30.072Z] #50 0.602 ++ dirname /tmp/install/install.sh [2021-03-19T20:56:30.072Z] #50 0.603 + dir=/tmp/install [2021-03-19T20:56:30.072Z] #50 0.603 + bin=golangci_lint [2021-03-19T20:56:30.072Z] #50 0.603 + shift [2021-03-19T20:56:30.072Z] #50 0.604 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-03-19T20:56:30.072Z] #50 0.604 + . /tmp/install/golangci_lint.installer [2021-03-19T20:56:30.072Z] #50 0.604 ++ : v1.23.8 [2021-03-19T20:56:30.072Z] #50 0.604 + install_golangci_lint [2021-03-19T20:56:30.072Z] #50 0.604 + set -e [2021-03-19T20:56:30.072Z] #50 0.605 + export GO111MODULE=on [2021-03-19T20:56:30.072Z] #50 0.605 + GO111MODULE=on [2021-03-19T20:56:30.072Z] #50 0.605 + GOBIN=/build [2021-03-19T20:56:30.072Z] #50 0.605 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-03-19T20:56:30.072Z] #50 0.636 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-03-19T20:56:30.072Z] #50 0.637 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-03-19T20:56:30.072Z] #50 0.637 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-03-19T20:56:30.072Z] #50 0.639 go: finding github.com v1.23.8 [2021-03-19T20:56:30.072Z] #50 0.640 go: finding github.com/golangci v1.23.8 [2021-03-19T20:56:30.072Z] #50 1.542 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-03-19T20:56:30.072Z] #50 2.843 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-03-19T20:56:30.077Z] #43 7.950 DEP images/sysctl.pb-c.d [2021-03-19T20:56:30.077Z] #43 7.985 PBCC images/time.pb-c.c [2021-03-19T20:56:30.077Z] #43 8.018 DEP images/time.pb-c.d [2021-03-19T20:56:30.077Z] #43 8.089 PBCC images/binfmt-misc.pb-c.c [2021-03-19T20:56:30.077Z] #43 8.130 DEP images/binfmt-misc.pb-c.d [2021-03-19T20:56:30.077Z] #43 8.217 PBCC images/seccomp.pb-c.c [2021-03-19T20:56:30.103Z] #9 ... [2021-03-19T20:56:30.103Z] [2021-03-19T20:56:30.103Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-03-19T20:56:30.103Z] #27 sha256:a183c933d34ebf3f11ac5a473ac20eddb7cda49f6f857966e698ef57b90473a8 [2021-03-19T20:56:30.103Z] #27 8.685 Updating certificates in /etc/ssl/certs... [2021-03-19T20:56:30.103Z] #27 9.363 137 added, 0 removed; done. [2021-03-19T20:56:30.103Z] #27 9.402 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-03-19T20:56:30.103Z] #27 9.416 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-19T20:56:30.103Z] #27 9.437 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-03-19T20:56:30.103Z] #27 9.454 Setting up curl (7.64.0-4+deb10u1) ... [2021-03-19T20:56:30.103Z] #27 9.471 Processing triggers for libc-bin (2.28-10) ... [2021-03-19T20:56:30.103Z] #27 9.503 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-03-19T20:56:30.103Z] #27 9.516 Updating certificates in /etc/ssl/certs... [2021-03-19T20:56:30.103Z] #27 10.08 0 added, 0 removed; done. [2021-03-19T20:56:30.103Z] #27 10.08 Running hooks in /etc/ca-certificates/update.d... [2021-03-19T20:56:30.103Z] #27 10.08 done. [2021-03-19T20:56:30.103Z] #27 DONE 12.5s [2021-03-19T20:56:30.103Z] [2021-03-19T20:56:30.103Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:56:30.103Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-19T20:56:30.223Z] #27 13.60 Selecting previously unselected package libnghttp2-14:arm64. [2021-03-19T20:56:30.223Z] #27 13.60 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_arm64.deb ... [2021-03-19T20:56:30.302Z] [2021-03-19T20:56:30.302Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:56:30.302Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-19T20:56:30.313Z] #44 99.92 CC images/rpc.pb-c.o [2021-03-19T20:56:30.313Z] #44 100.1 CC lib/c/criu.o [2021-03-19T20:56:30.333Z] #43 8.272 DEP images/seccomp.pb-c.d [2021-03-19T20:56:30.333Z] #43 8.297 PBCC images/userns.pb-c.c [2021-03-19T20:56:30.333Z] #43 8.339 DEP images/userns.pb-c.d [2021-03-19T20:56:30.333Z] #43 8.397 PBCC images/cgroup.pb-c.c [2021-03-19T20:56:30.333Z] #43 8.441 DEP images/cgroup.pb-c.d [2021-03-19T20:56:30.363Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.1s [2021-03-19T20:56:30.374Z] #50 ... [2021-03-19T20:56:30.374Z] [2021-03-19T20:56:30.374Z] #48 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-03-19T20:56:30.374Z] #48 sha256:61d0010170f489a7a6d989813329998f13e5b47f882159d72341c7c9ea44c861 [2021-03-19T20:56:30.374Z] #48 0.765 + RM_GOPATH=0 [2021-03-19T20:56:30.374Z] #48 0.765 + TMP_GOPATH= [2021-03-19T20:56:30.374Z] #48 0.765 + : /build [2021-03-19T20:56:30.374Z] #48 0.765 + '[' -z '' ']' [2021-03-19T20:56:30.374Z] #48 0.766 ++ mktemp -d [2021-03-19T20:56:30.374Z] #48 0.772 + export GOPATH=/tmp/tmp.krY7R9njvA [2021-03-19T20:56:30.374Z] #48 0.772 + GOPATH=/tmp/tmp.krY7R9njvA [2021-03-19T20:56:30.374Z] #48 0.772 + RM_GOPATH=1 [2021-03-19T20:56:30.374Z] #48 0.772 + case "$(go env GOARCH)" in [2021-03-19T20:56:30.374Z] #48 0.773 ++ go env GOARCH [2021-03-19T20:56:30.374Z] #48 0.841 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:30.374Z] #48 0.841 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:30.374Z] #48 0.842 ++ dirname /tmp/install/install.sh [2021-03-19T20:56:30.374Z] #48 0.853 + dir=/tmp/install [2021-03-19T20:56:30.374Z] #48 0.853 + bin=gotestsum [2021-03-19T20:56:30.374Z] #48 0.853 + shift [2021-03-19T20:56:30.374Z] #48 0.853 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-03-19T20:56:30.374Z] #48 0.854 + . /tmp/install/gotestsum.installer [2021-03-19T20:56:30.374Z] #48 0.854 ++ : v0.5.3 [2021-03-19T20:56:30.374Z] #48 0.854 + install_gotestsum [2021-03-19T20:56:30.374Z] #48 0.856 + set -e [2021-03-19T20:56:30.374Z] #48 0.856 + export GO111MODULE=on [2021-03-19T20:56:30.374Z] #48 0.856 + GO111MODULE=on [2021-03-19T20:56:30.374Z] #48 0.856 + GOBIN=/build [2021-03-19T20:56:30.374Z] #48 0.856 + go get gotest.tools/gotestsum@v0.5.3 [2021-03-19T20:56:30.374Z] #48 0.882 go: finding gotest.tools v0.5.3 [2021-03-19T20:56:30.374Z] #48 0.924 go: finding gotest.tools/gotestsum v0.5.3 [2021-03-19T20:56:30.374Z] #48 1.913 go: downloading gotest.tools/gotestsum v0.5.3 [2021-03-19T20:56:30.374Z] #48 3.038 go: extracting gotest.tools/gotestsum v0.5.3 [2021-03-19T20:56:30.374Z] #48 4.828 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-19T20:56:30.374Z] #48 4.829 go: downloading github.com/fatih/color v1.9.0 [2021-03-19T20:56:30.374Z] #48 4.830 go: downloading github.com/spf13/pflag v1.0.3 [2021-03-19T20:56:30.374Z] #48 4.830 go: downloading github.com/pkg/errors v0.9.1 [2021-03-19T20:56:30.374Z] #48 4.904 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-19T20:56:30.374Z] #48 4.906 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-19T20:56:30.374Z] #48 4.984 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-03-19T20:56:30.374Z] #48 5.173 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-19T20:56:30.374Z] #48 5.206 go: extracting github.com/fatih/color v1.9.0 [2021-03-19T20:56:30.374Z] #48 5.233 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-19T20:56:30.374Z] #48 5.279 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-19T20:56:30.374Z] #48 5.310 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-19T20:56:30.374Z] #48 5.431 go: extracting github.com/pkg/errors v0.9.1 [2021-03-19T20:56:30.374Z] #48 5.472 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-19T20:56:30.374Z] #48 5.637 go: extracting github.com/spf13/pflag v1.0.3 [2021-03-19T20:56:30.374Z] #48 5.733 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-03-19T20:56:30.374Z] #48 6.393 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-19T20:56:30.374Z] #48 6.481 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-03-19T20:56:30.374Z] #48 6.553 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-03-19T20:56:30.374Z] #48 9.220 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-19T20:56:30.374Z] #48 10.35 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-19T20:56:30.374Z] #48 ... [2021-03-19T20:56:30.374Z] [2021-03-19T20:56:30.374Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:56:30.374Z] #43 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-03-19T20:56:30.374Z] #43 0.644 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-19T20:56:30.374Z] #43 0.686 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-19T20:56:30.374Z] #43 0.688 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-19T20:56:30.374Z] #43 2.246 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-03-19T20:56:30.374Z] #43 4.448 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [260 kB] [2021-03-19T20:56:30.374Z] #43 6.392 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B] [2021-03-19T20:56:30.374Z] #43 ... [2021-03-19T20:56:30.374Z] [2021-03-19T20:56:30.374Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:56:30.374Z] #52 sha256:34c480428f744c99a9fd576bd101776f0092976281931c1b73a94824fa8b1f23 [2021-03-19T20:56:30.374Z] #52 0.770 + RM_GOPATH=0 [2021-03-19T20:56:30.374Z] #52 0.770 + TMP_GOPATH= [2021-03-19T20:56:30.374Z] #52 0.770 + : /build [2021-03-19T20:56:30.374Z] #52 0.770 + '[' -z '' ']' [2021-03-19T20:56:30.374Z] #52 0.771 ++ mktemp -d [2021-03-19T20:56:30.374Z] #52 0.774 + export GOPATH=/tmp/tmp.qV6sITqEiu [2021-03-19T20:56:30.374Z] #52 0.775 + GOPATH=/tmp/tmp.qV6sITqEiu [2021-03-19T20:56:30.374Z] #52 0.775 + RM_GOPATH=1 [2021-03-19T20:56:30.374Z] #52 0.776 + case "$(go env GOARCH)" in [2021-03-19T20:56:30.374Z] #52 0.776 ++ go env GOARCH [2021-03-19T20:56:30.374Z] #52 0.856 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:30.374Z] #52 0.858 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:30.374Z] #52 0.861 ++ dirname /tmp/install/install.sh [2021-03-19T20:56:30.374Z] #52 0.862 + dir=/tmp/install [2021-03-19T20:56:30.374Z] #52 0.863 + bin=shfmt [2021-03-19T20:56:30.374Z] #52 0.864 + shift [2021-03-19T20:56:30.374Z] #52 0.866 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-03-19T20:56:30.374Z] #52 0.869 + . /tmp/install/shfmt.installer [2021-03-19T20:56:30.374Z] #52 0.871 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-19T20:56:30.374Z] #52 0.872 + install_shfmt [2021-03-19T20:56:30.374Z] #52 0.873 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-03-19T20:56:30.374Z] #52 0.873 + git clone https://github.com/mvdan/sh.git /tmp/tmp.qV6sITqEiu/src/github.com/mvdan/sh [2021-03-19T20:56:30.374Z] #52 0.874 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-19T20:56:30.374Z] #52 0.879 Cloning into '/tmp/tmp.qV6sITqEiu/src/github.com/mvdan/sh'... [2021-03-19T20:56:30.549Z] #58 ... [2021-03-19T20:56:30.549Z] [2021-03-19T20:56:30.549Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-19T20:56:30.549Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-19T20:56:30.549Z] #40 8.708 + git clone https://github.com/docker/distribution.git . [2021-03-19T20:56:30.549Z] #40 8.708 Cloning into '.'... [2021-03-19T20:56:30.590Z] #43 8.520 PBCC images/ext-file.pb-c.c [2021-03-19T20:56:30.590Z] #43 8.552 DEP images/ext-file.pb-c.d [2021-03-19T20:56:30.590Z] #43 8.605 PBCC images/rpc.pb-c.c [2021-03-19T20:56:30.675Z] #52 ... [2021-03-19T20:56:30.675Z] [2021-03-19T20:56:30.675Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:56:30.675Z] #37 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-03-19T20:56:30.675Z] #37 1.057 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-19T20:56:30.675Z] #37 1.182 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-19T20:56:30.675Z] #37 1.187 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-19T20:56:30.675Z] #37 2.711 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-03-19T20:56:30.675Z] #37 4.888 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [260 kB] [2021-03-19T20:56:30.675Z] #37 6.691 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B] [2021-03-19T20:56:30.675Z] #37 ... [2021-03-19T20:56:30.675Z] [2021-03-19T20:56:30.675Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-19T20:56:30.675Z] #41 sha256:901a5c29e907a8e8e928e98b52a88e62a3d1a37f080c0011a504e7b597e8f9f9 [2021-03-19T20:56:30.675Z] #41 0.669 + git clone https://github.com/docker/distribution.git . [2021-03-19T20:56:30.675Z] #41 0.680 Cloning into '.'... [2021-03-19T20:56:30.798Z] #27 14.20 Unpacking libnghttp2-14:arm64 (1.36.0-2+deb10u1) ... [2021-03-19T20:56:30.798Z] #27 14.38 Selecting previously unselected package libpsl5:arm64. [2021-03-19T20:56:30.798Z] #27 14.38 Preparing to unpack .../13-libpsl5_0.20.2-2_arm64.deb ... [2021-03-19T20:56:30.798Z] #27 14.39 Unpacking libpsl5:arm64 (0.20.2-2) ... [2021-03-19T20:56:30.798Z] #27 14.46 Selecting previously unselected package librtmp1:arm64. [2021-03-19T20:56:30.811Z] #40 ... [2021-03-19T20:56:30.811Z] [2021-03-19T20:56:30.811Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-19T20:56:30.811Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-19T20:56:30.811Z] #32 8.822 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-03-19T20:56:30.811Z] #32 8.825 Cloning into '.'... [2021-03-19T20:56:30.811Z] #32 ... [2021-03-19T20:56:30.811Z] [2021-03-19T20:56:30.811Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:56:30.811Z] #49 sha256:1d825f363e705a339d4a3766adffa15c59f3958db7bfc9b7a5f17a457a96a742 [2021-03-19T20:56:30.811Z] #49 18.08 go: downloading github.com/spf13/viper v1.6.1 [2021-03-19T20:56:30.811Z] #49 18.11 go: downloading github.com/fatih/color v1.7.0 [2021-03-19T20:56:30.811Z] #49 18.13 go: downloading github.com/pkg/errors v0.8.1 [2021-03-19T20:56:30.811Z] #49 18.14 go: downloading github.com/spf13/cobra v0.0.5 [2021-03-19T20:56:30.811Z] #49 18.39 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-19T20:56:30.811Z] #49 18.40 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-03-19T20:56:30.811Z] #49 18.41 go: downloading github.com/spf13/pflag v1.0.5 [2021-03-19T20:56:30.811Z] #49 18.58 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-03-19T20:56:30.811Z] #49 18.89 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-19T20:56:30.811Z] #49 18.94 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-03-19T20:56:30.811Z] #49 18.94 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-03-19T20:56:30.811Z] #49 18.94 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-03-19T20:56:30.811Z] #49 18.99 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-19T20:56:30.811Z] #49 19.00 go: extracting github.com/fatih/color v1.7.0 [2021-03-19T20:56:30.811Z] #49 19.15 go: downloading github.com/stretchr/testify v1.4.0 [2021-03-19T20:56:30.811Z] #49 19.16 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-03-19T20:56:30.811Z] #49 19.21 go: extracting github.com/pkg/errors v0.8.1 [2021-03-19T20:56:30.811Z] #49 19.37 go: extracting github.com/spf13/viper v1.6.1 [2021-03-19T20:56:30.847Z] #43 8.709 DEP images/rpc.pb-c.d [2021-03-19T20:56:30.847Z] #43 8.769 PBCC images/siginfo.pb-c.c [2021-03-19T20:56:30.847Z] #43 8.800 DEP images/siginfo.pb-c.d [2021-03-19T20:56:30.847Z] #43 ... [2021-03-19T20:56:30.847Z] [2021-03-19T20:56:30.847Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-19T20:56:30.847Z] #34 sha256:db922b973d5bcd087088f8c82326af81d3c4b4d0083713be1f2f948ba05f2ba3 [2021-03-19T20:56:30.847Z] #34 96.69 github.com/BurntSushi/toml [2021-03-19T20:56:30.847Z] #34 96.69 flag [2021-03-19T20:56:30.847Z] #34 98.87 log [2021-03-19T20:56:30.847Z] #34 101.7 github.com/BurntSushi/toml/cmd/tomlv [2021-03-19T20:56:30.847Z] #34 DONE 105.8s [2021-03-19T20:56:30.847Z] [2021-03-19T20:56:30.847Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:56:30.847Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:56:30.847Z] #43 8.832 PBCC images/pagemap.pb-c.c [2021-03-19T20:56:30.847Z] #43 ... [2021-03-19T20:56:30.847Z] [2021-03-19T20:56:30.847Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:56:30.847Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:56:30.847Z] #13 92.46 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-03-19T20:56:30.847Z] #13 92.47 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-03-19T20:56:30.847Z] #13 92.47 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-19T20:56:30.847Z] #13 99.09 Selecting previously unselected package gcc-mingw-w64-base. [2021-03-19T20:56:30.847Z] #13 99.12 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-03-19T20:56:30.847Z] #13 99.13 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-19T20:56:30.847Z] #13 99.30 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-03-19T20:56:30.847Z] #13 99.31 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-03-19T20:56:30.847Z] #13 99.32 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-19T20:56:30.938Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.5s done [2021-03-19T20:56:30.938Z] #9 ... [2021-03-19T20:56:30.938Z] [2021-03-19T20:56:30.938Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-03-19T20:56:30.938Z] #28 sha256:c4b06793ce616d7a60c4c4b134bd236f44e494cdb64bc48f7a84a930985fd559 [2021-03-19T20:56:30.938Z] #28 DONE 0.9s [2021-03-19T20:56:30.944Z] #44 100.6 LINK lib/c/built-in.o [2021-03-19T20:56:30.944Z] #44 100.6 LINK lib/c/libcriu.so [2021-03-19T20:56:30.944Z] #44 100.6 LINK lib/c/libcriu.a [2021-03-19T20:56:30.944Z] #44 100.7 GEN magic.py [2021-03-19T20:56:30.944Z] #44 100.8 Note: Building without setproctitle() and strlcpy() support. [2021-03-19T20:56:30.944Z] #44 100.8 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-19T20:56:30.944Z] #44 100.8 Note: Building without GnuTLS support [2021-03-19T20:56:30.944Z] #44 100.8 Makefile.config:39: Warn: you have no libnftables installed [2021-03-19T20:56:30.944Z] #44 100.8 Makefile.config:40: Warn: Building without nftables support [2021-03-19T20:56:30.974Z] #41 ... [2021-03-19T20:56:30.974Z] [2021-03-19T20:56:30.974Z] #35 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-19T20:56:30.974Z] #35 sha256:ea3dd951190a445f76bf7447cce0e28ecccd438c8a411288eb88b05a007f4077 [2021-03-19T20:56:30.974Z] #35 0.796 + RM_GOPATH=0 [2021-03-19T20:56:30.974Z] #35 0.796 + TMP_GOPATH= [2021-03-19T20:56:30.974Z] #35 0.796 + : /build [2021-03-19T20:56:30.974Z] #35 0.796 + '[' -z '' ']' [2021-03-19T20:56:30.974Z] #35 0.799 ++ mktemp -d [2021-03-19T20:56:30.974Z] #35 0.837 + export GOPATH=/tmp/tmp.S2grHfoGCu [2021-03-19T20:56:30.974Z] #35 0.851 + GOPATH=/tmp/tmp.S2grHfoGCu [2021-03-19T20:56:30.974Z] #35 0.851 + RM_GOPATH=1 [2021-03-19T20:56:30.974Z] #35 0.851 + case "$(go env GOARCH)" in [2021-03-19T20:56:30.974Z] #35 0.852 ++ go env GOARCH [2021-03-19T20:56:30.974Z] #35 0.872 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:30.974Z] #35 0.872 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:30.974Z] #35 0.912 ++ dirname /tmp/install/install.sh [2021-03-19T20:56:30.974Z] #35 0.914 + dir=/tmp/install [2021-03-19T20:56:30.974Z] #35 0.914 + bin=tomlv [2021-03-19T20:56:30.974Z] #35 0.914 + shift [2021-03-19T20:56:30.974Z] #35 0.914 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-03-19T20:56:30.974Z] #35 0.914 + . /tmp/install/tomlv.installer [2021-03-19T20:56:30.974Z] #35 0.915 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-19T20:56:30.974Z] #35 0.916 + install_tomlv [2021-03-19T20:56:30.974Z] #35 0.916 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-03-19T20:56:30.974Z] #35 0.916 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-19T20:56:30.974Z] #35 0.916 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.S2grHfoGCu/src/github.com/BurntSushi/toml [2021-03-19T20:56:30.974Z] #35 0.929 Cloning into '/tmp/tmp.S2grHfoGCu/src/github.com/BurntSushi/toml'... [2021-03-19T20:56:30.974Z] #35 2.173 + cd /tmp/tmp.S2grHfoGCu/src/github.com/BurntSushi/toml [2021-03-19T20:56:30.974Z] #35 2.177 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-19T20:56:30.974Z] #35 2.202 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-03-19T20:56:30.974Z] #35 3.042 runtime/internal/sys [2021-03-19T20:56:30.974Z] #35 3.125 math/bits [2021-03-19T20:56:30.974Z] #35 3.179 internal/cpu [2021-03-19T20:56:30.974Z] #35 3.288 runtime/internal/atomic [2021-03-19T20:56:30.974Z] #35 3.733 unicode/utf8 [2021-03-19T20:56:30.974Z] #35 4.321 unicode [2021-03-19T20:56:30.974Z] #35 4.559 internal/bytealg [2021-03-19T20:56:30.974Z] #35 5.129 math [2021-03-19T20:56:30.974Z] #35 5.373 internal/testlog [2021-03-19T20:56:30.974Z] #35 6.265 runtime [2021-03-19T20:56:30.974Z] #35 6.417 encoding [2021-03-19T20:56:30.974Z] #35 6.654 runtime/cgo [2021-03-19T20:56:30.974Z] #35 ... [2021-03-19T20:56:30.974Z] [2021-03-19T20:56:30.974Z] #68 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-03-19T20:56:30.974Z] #68 sha256:3ef5623a28fd446b1575f0f1c4f76047bfa1978592d486c77d37c53ab2ffdce7 [2021-03-19T20:56:30.974Z] #68 0.770 + RM_GOPATH=0 [2021-03-19T20:56:30.974Z] #68 0.770 + TMP_GOPATH= [2021-03-19T20:56:30.974Z] #68 0.770 + : /build [2021-03-19T20:56:30.974Z] #68 0.770 + '[' -z '' ']' [2021-03-19T20:56:30.974Z] #68 0.788 ++ mktemp -d [2021-03-19T20:56:30.974Z] #68 0.820 + export GOPATH=/tmp/tmp.MgLCAijyzo [2021-03-19T20:56:30.974Z] #68 0.821 + GOPATH=/tmp/tmp.MgLCAijyzo [2021-03-19T20:56:30.974Z] #68 0.821 + RM_GOPATH=1 [2021-03-19T20:56:30.974Z] #68 0.822 + case "$(go env GOARCH)" in [2021-03-19T20:56:30.974Z] #68 0.830 ++ go env GOARCH [2021-03-19T20:56:30.974Z] #68 0.845 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:30.974Z] #68 0.845 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:30.974Z] #68 0.864 ++ dirname /tmp/install/install.sh [2021-03-19T20:56:30.974Z] #68 0.866 + dir=/tmp/install [2021-03-19T20:56:30.974Z] #68 0.866 + bin=proxy [2021-03-19T20:56:30.974Z] #68 0.866 + shift [2021-03-19T20:56:30.974Z] #68 0.866 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-03-19T20:56:30.974Z] #68 0.867 + . /tmp/install/proxy.installer [2021-03-19T20:56:30.974Z] #68 0.867 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-19T20:56:30.974Z] #68 0.868 + install_proxy [2021-03-19T20:56:30.974Z] #68 0.868 + case "$1" in [2021-03-19T20:56:30.974Z] #68 0.869 + export CGO_ENABLED=0 [2021-03-19T20:56:30.974Z] #68 0.869 + CGO_ENABLED=0 [2021-03-19T20:56:30.974Z] #68 0.869 + _install_proxy [2021-03-19T20:56:30.974Z] #68 0.869 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7' [2021-03-19T20:56:30.974Z] #68 0.869 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-19T20:56:30.974Z] #68 0.870 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.MgLCAijyzo/src/github.com/docker/libnetwork [2021-03-19T20:56:30.974Z] #68 0.874 Cloning into '/tmp/tmp.MgLCAijyzo/src/github.com/docker/libnetwork'... [2021-03-19T20:56:31.061Z] #27 14.46 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_arm64.deb ... [2021-03-19T20:56:31.061Z] #27 14.54 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... [2021-03-19T20:56:31.104Z] #13 ... [2021-03-19T20:56:31.104Z] [2021-03-19T20:56:31.104Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:56:31.104Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:56:31.104Z] #43 8.973 DEP images/pagemap.pb-c.d [2021-03-19T20:56:31.104Z] #43 9.054 PBCC images/rlimit.pb-c.c [2021-03-19T20:56:31.104Z] #43 9.125 DEP images/rlimit.pb-c.d [2021-03-19T20:56:31.200Z] [2021-03-19T20:56:31.200Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:56:31.200Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-19T20:56:31.200Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2021-03-19T20:56:31.274Z] #68 ... [2021-03-19T20:56:31.274Z] [2021-03-19T20:56:31.274Z] #14 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:56:31.274Z] #14 sha256:5151d703b769bc35b6bada7e872d6f26a661733fd6a91bb6a69d949f095f4d31 [2021-03-19T20:56:31.274Z] #14 0.626 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-03-19T20:56:31.274Z] #14 0.697 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-19T20:56:31.274Z] #14 0.714 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-19T20:56:31.274Z] #14 0.746 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-19T20:56:31.274Z] #14 2.203 Get:5 http://deb.debian.org/debian buster-backports/main ppc64el Packages [446 kB] [2021-03-19T20:56:31.274Z] #14 4.396 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-03-19T20:56:31.274Z] #14 6.222 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [260 kB] [2021-03-19T20:56:31.274Z] #14 8.031 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B] [2021-03-19T20:56:31.274Z] #14 ... [2021-03-19T20:56:31.274Z] [2021-03-19T20:56:31.274Z] #25 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-03-19T20:56:31.274Z] #25 sha256:38212544a641902aab900f3b80cba791212c093aab995b3a7e6e15c64a418fc4 [2021-03-19T20:56:31.274Z] #25 0.664 + RM_GOPATH=0 [2021-03-19T20:56:31.274Z] #25 0.664 + TMP_GOPATH= [2021-03-19T20:56:31.274Z] #25 0.664 + : /build [2021-03-19T20:56:31.274Z] #25 0.664 + '[' -z '' ']' [2021-03-19T20:56:31.274Z] #25 0.665 ++ mktemp -d [2021-03-19T20:56:31.274Z] #25 0.668 + export GOPATH=/tmp/tmp.M1oQh7qQ9L [2021-03-19T20:56:31.274Z] #25 0.668 + GOPATH=/tmp/tmp.M1oQh7qQ9L [2021-03-19T20:56:31.274Z] #25 0.668 + RM_GOPATH=1 [2021-03-19T20:56:31.274Z] #25 0.669 + case "$(go env GOARCH)" in [2021-03-19T20:56:31.274Z] #25 0.670 ++ go env GOARCH [2021-03-19T20:56:31.274Z] #25 0.678 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:31.274Z] #25 0.678 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:31.274Z] #25 0.679 ++ dirname /tmp/install/install.sh [2021-03-19T20:56:31.274Z] #25 0.691 + dir=/tmp/install [2021-03-19T20:56:31.274Z] #25 0.691 + bin=dockercli [2021-03-19T20:56:31.274Z] #25 0.692 + shift [2021-03-19T20:56:31.274Z] #25 0.692 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-03-19T20:56:31.274Z] #25 0.692 + . /tmp/install/dockercli.installer [2021-03-19T20:56:31.274Z] #25 0.693 ++ : stable [2021-03-19T20:56:31.274Z] #25 0.693 ++ : 17.06.2-ce [2021-03-19T20:56:31.274Z] #25 0.694 + install_dockercli [2021-03-19T20:56:31.274Z] #25 0.694 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-03-19T20:56:31.274Z] #25 0.694 Install docker/cli version 17.06.2-ce from stable [2021-03-19T20:56:31.274Z] #25 0.696 ++ uname -m [2021-03-19T20:56:31.274Z] #25 0.698 + arch=ppc64le [2021-03-19T20:56:31.274Z] #25 0.698 + '[' ppc64le '!=' x86_64 ']' [2021-03-19T20:56:31.274Z] #25 0.700 + '[' ppc64le '!=' s390x ']' [2021-03-19T20:56:31.274Z] #25 0.700 + '[' ppc64le '!=' armhf ']' [2021-03-19T20:56:31.274Z] #25 0.700 + build_dockercli [2021-03-19T20:56:31.274Z] #25 0.701 + git clone https://github.com/docker/docker-ce /tmp/tmp.M1oQh7qQ9L/tmp/docker-ce [2021-03-19T20:56:31.274Z] #25 0.704 Cloning into '/tmp/tmp.M1oQh7qQ9L/tmp/docker-ce'... [2021-03-19T20:56:31.361Z] #43 9.215 PBCC images/file-lock.pb-c.c [2021-03-19T20:56:31.361Z] #43 9.240 DEP images/file-lock.pb-c.d [2021-03-19T20:56:31.361Z] #43 9.341 PBCC images/tty.pb-c.c [2021-03-19T20:56:31.361Z] #43 9.489 DEP images/tty.pb-c.d [2021-03-19T20:56:31.380Z] #49 19.54 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-19T20:56:31.380Z] #49 19.59 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-03-19T20:56:31.380Z] #49 19.84 go: extracting github.com/spf13/cobra v0.0.5 [2021-03-19T20:56:31.460Z] #9 DONE 23.3s [2021-03-19T20:56:31.460Z] [2021-03-19T20:56:31.460Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-03-19T20:56:31.460Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-03-19T20:56:31.576Z] #44 101.0 fatal: not a git repository (or any of the parent directories): .git [2021-03-19T20:56:31.576Z] #44 101.2 make[1]: Nothing to be done for 'all'. [2021-03-19T20:56:31.604Z] #25 ... [2021-03-19T20:56:31.604Z] [2021-03-19T20:56:31.604Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-19T20:56:31.604Z] #33 sha256:ba59694c74ae35466e9aac70d02cc54f7d6e23f684c9a35cfebae8ddb1b44030 [2021-03-19T20:56:31.604Z] #33 0.667 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-03-19T20:56:31.604Z] #33 0.672 Cloning into '.'... [2021-03-19T20:56:31.604Z] #33 ... [2021-03-19T20:56:31.604Z] [2021-03-19T20:56:31.604Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-19T20:56:31.604Z] #30 sha256:4cd68f2222db7a4f91b6e61d8f105ac3d05507837cdfbbdfc8205fd2149b42f5 [2021-03-19T20:56:31.605Z] #30 5.152 0.2% ### 5.0% ####### 11.0% ########## 15.1% ############# 19.2% ################ 23.3% ################### 27.3% ###################### 31.4% ############################ 39.6% ############################### 43.6% ################################### 49.7% ###################################### 53.8% ########################################### 59.9% ############################################## 64.0% ################################################## 70.0% ##################################################### 73.7% ####################################################### 77.2% ############################################################ 83.8% ############################################################### 88.1% ################################################################### 93.4% #################################################################### 95.4% ######################################################################## 100.0% [2021-03-19T20:56:31.605Z] #30 8.596 [2021-03-19T20:56:31.618Z] #43 9.609 PBCC images/tun.pb-c.c [2021-03-19T20:56:31.618Z] #43 9.721 PBCC images/netdev.pb-c.c [2021-03-19T20:56:31.639Z] #49 ... [2021-03-19T20:56:31.639Z] [2021-03-19T20:56:31.639Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-03-19T20:56:31.639Z] #24 sha256:3fd7e441ad0f1f63c71b1783d6f8481413f30d4a79f9738046c0d316f8d10d07 [2021-03-19T20:56:31.639Z] #24 18.41 + mkdir -p /build [2021-03-19T20:56:31.639Z] #24 18.42 + mv docker/docker /build/ [2021-03-19T20:56:31.639Z] #24 18.42 + rmdir docker [2021-03-19T20:56:31.639Z] #24 DONE 20.0s [2021-03-19T20:56:31.639Z] [2021-03-19T20:56:31.639Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:56:31.639Z] #49 sha256:1d825f363e705a339d4a3766adffa15c59f3958db7bfc9b7a5f17a457a96a742 [2021-03-19T20:56:31.639Z] #49 20.08 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-03-19T20:56:31.639Z] #49 20.11 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-03-19T20:56:31.639Z] #49 20.11 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-03-19T20:56:31.867Z] #44 101.5 make[1]: 'images/built-in.o' is up to date. [2021-03-19T20:56:31.867Z] #44 101.5 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-03-19T20:56:31.867Z] #44 101.5 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-03-19T20:56:31.867Z] #44 101.5 make[1]: 'compel/libcompel.a' is up to date. [2021-03-19T20:56:31.867Z] #44 101.5 make[1]: 'compel/compel-host-bin' is up to date. [2021-03-19T20:56:31.867Z] #44 101.6 make[1]: Nothing to be done for 'all'. [2021-03-19T20:56:31.867Z] #44 101.6 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-19T20:56:31.867Z] #44 101.6 make[2]: Nothing to be done for 'all'. [2021-03-19T20:56:31.867Z] #44 101.7 make[2]: Nothing to be done for 'all'. [2021-03-19T20:56:31.867Z] #44 101.7 make[2]: Nothing to be done for 'all'. [2021-03-19T20:56:31.867Z] #44 101.7 make[2]: Nothing to be done for 'all'. [2021-03-19T20:56:31.867Z] #44 101.7 make[2]: Nothing to be done for 'all'. [2021-03-19T20:56:31.867Z] #44 101.7 make[2]: Nothing to be done for 'all'. [2021-03-19T20:56:31.867Z] #44 101.8 make[2]: Nothing to be done for 'all'. [2021-03-19T20:56:31.875Z] #43 9.856 DEP images/tun.pb-c.d [2021-03-19T20:56:31.875Z] #43 ... [2021-03-19T20:56:31.875Z] [2021-03-19T20:56:31.875Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:56:31.875Z] #45 sha256:dcea8893a85a8f4eabc7fea730df65a7e224daa747783186796bd0e70ed61308 [2021-03-19T20:56:31.875Z] #45 96.70 regexp [2021-03-19T20:56:31.875Z] #45 99.36 go/token [2021-03-19T20:56:31.875Z] #45 100.3 go/scanner [2021-03-19T20:56:31.875Z] #45 100.8 internal/lazyregexp [2021-03-19T20:56:31.875Z] #45 101.0 net/url [2021-03-19T20:56:31.875Z] #45 102.2 go/ast [2021-03-19T20:56:31.875Z] #45 103.1 text/template/parse [2021-03-19T20:56:31.875Z] #45 ... [2021-03-19T20:56:31.875Z] [2021-03-19T20:56:31.875Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:56:31.875Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:56:31.875Z] #43 9.915 DEP images/netdev.pb-c.d [2021-03-19T20:56:31.875Z] #43 9.936 PBCC images/vma.pb-c.c [2021-03-19T20:56:31.875Z] #43 9.981 DEP images/vma.pb-c.d [2021-03-19T20:56:31.898Z] #49 20.27 go: extracting github.com/spf13/pflag v1.0.5 [2021-03-19T20:56:31.898Z] #49 20.36 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-19T20:56:31.904Z] #30 8.757 # 1.8% ############ 17.5% ########################################################### 82.7% ######################################################################## 100.0% [2021-03-19T20:56:32.009Z] #27 ... [2021-03-19T20:56:32.009Z] [2021-03-19T20:56:32.009Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-03-19T20:56:32.009Z] #10 sha256:a8dfe72bf17ed43cb49f11f8bd3245b42805f80ef5a25a941391f3e1c9a497b6 [2021-03-19T20:56:32.009Z] #10 DONE 5.9s [2021-03-19T20:56:32.009Z] [2021-03-19T20:56:32.009Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-03-19T20:56:32.009Z] #27 sha256:042809446c6a0ab60da5f8da0f09ebf34dd975903acff610e00883df9e39ea02 [2021-03-19T20:56:32.009Z] #27 15.57 Selecting previously unselected package libssh2-1:arm64. [2021-03-19T20:56:32.009Z] #27 ... [2021-03-19T20:56:32.009Z] [2021-03-19T20:56:32.009Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-03-19T20:56:32.009Z] #11 sha256:e46eee8ff92c21f88366fee713bb2a3f039cf670e8a8c0145a967ba89ac8e9b5 [2021-03-19T20:56:32.030Z] #10 DONE 0.7s [2021-03-19T20:56:32.030Z] [2021-03-19T20:56:32.030Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-03-19T20:56:32.030Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-03-19T20:56:32.132Z] #43 10.06 PBCC images/creds.pb-c.c [2021-03-19T20:56:32.132Z] #43 10.10 DEP images/creds.pb-c.d [2021-03-19T20:56:32.132Z] #43 10.18 PBCC images/utsns.pb-c.c [2021-03-19T20:56:32.132Z] #43 10.21 DEP images/utsns.pb-c.d [2021-03-19T20:56:32.158Z] #49 20.40 go: extracting github.com/stretchr/testify v1.4.0 [2021-03-19T20:56:32.158Z] #49 ... [2021-03-19T20:56:32.158Z] [2021-03-19T20:56:32.158Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:56:32.158Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:56:32.158Z] #13 4.122 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-03-19T20:56:32.158Z] #13 4.132 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-19T20:56:32.158Z] #13 4.291 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-19T20:56:32.158Z] #13 4.291 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-19T20:56:32.158Z] #13 6.721 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-19T20:56:32.158Z] #44 101.8 make[2]: Nothing to be done for 'all'. [2021-03-19T20:56:32.158Z] #13 9.246 Get:6 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [269 kB] [2021-03-19T20:56:32.158Z] #44 101.8 INSTALL criu/criu [2021-03-19T20:56:32.158Z] #13 13.31 Get:7 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-19T20:56:32.158Z] #13 ... [2021-03-19T20:56:32.158Z] [2021-03-19T20:56:32.158Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-03-19T20:56:32.158Z] #47 sha256:f24ad774b1bee98636902ffac858642277b07b9a181d0019531ecb7505503607 [2021-03-19T20:56:32.158Z] #47 10.88 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-19T20:56:32.158Z] #47 11.03 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-19T20:56:32.158Z] #47 11.03 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-03-19T20:56:32.158Z] #47 11.09 go: extracting github.com/pkg/errors v0.9.1 [2021-03-19T20:56:32.158Z] #47 11.15 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-19T20:56:32.158Z] #47 11.24 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-19T20:56:32.158Z] #47 11.40 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-19T20:56:32.158Z] #47 11.52 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-03-19T20:56:32.158Z] #47 11.59 go: extracting github.com/spf13/pflag v1.0.3 [2021-03-19T20:56:32.158Z] #47 11.69 go: extracting github.com/fatih/color v1.9.0 [2021-03-19T20:56:32.158Z] #47 11.70 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-19T20:56:32.158Z] #47 11.70 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-19T20:56:32.158Z] #47 11.73 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-19T20:56:32.158Z] #47 12.08 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-03-19T20:56:32.158Z] #47 12.20 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-03-19T20:56:32.158Z] #47 15.31 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-19T20:56:32.158Z] #47 15.96 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-19T20:56:32.158Z] #47 18.72 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-19T20:56:32.201Z] #30 9.568 [2021-03-19T20:56:32.388Z] #43 10.25 PBCC images/ipc-desc.pb-c.c [2021-03-19T20:56:32.388Z] #43 10.28 PBCC images/ipc-sem.pb-c.c [2021-03-19T20:56:32.388Z] #43 10.32 DEP images/ipc-desc.pb-c.d [2021-03-19T20:56:32.388Z] #43 10.36 DEP images/ipc-sem.pb-c.d [2021-03-19T20:56:32.388Z] #43 10.41 PBCC images/ipc-msg.pb-c.c [2021-03-19T20:56:32.388Z] #43 10.43 DEP images/ipc-msg.pb-c.d [2021-03-19T20:56:32.388Z] #43 10.48 PBCC images/ipc-shm.pb-c.c [2021-03-19T20:56:32.388Z] #43 10.51 DEP images/ipc-shm.pb-c.d [2021-03-19T20:56:32.417Z] #47 ... [2021-03-19T20:56:32.417Z] [2021-03-19T20:56:32.417Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:56:32.417Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-19T20:56:32.417Z] #42 10.69 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-19T20:56:32.417Z] #42 14.52 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [269 kB] [2021-03-19T20:56:32.417Z] #42 18.07 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-19T20:56:32.417Z] #42 ... [2021-03-19T20:56:32.417Z] [2021-03-19T20:56:32.417Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:56:32.418Z] #49 sha256:1d825f363e705a339d4a3766adffa15c59f3958db7bfc9b7a5f17a457a96a742 [2021-03-19T20:56:32.418Z] #49 20.77 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-03-19T20:56:32.418Z] #49 20.79 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-03-19T20:56:32.418Z] #49 20.87 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-19T20:56:32.449Z] #44 DONE 102.1s [2021-03-19T20:56:32.449Z] [2021-03-19T20:56:32.449Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-19T20:56:32.645Z] #43 10.57 PBCC images/ipc-var.pb-c.c [2021-03-19T20:56:32.645Z] #43 10.61 DEP images/ipc-var.pb-c.d [2021-03-19T20:56:32.645Z] #43 10.68 PBCC images/sk-opts.pb-c.c [2021-03-19T20:56:32.645Z] #43 10.71 PBCC images/packet-sock.pb-c.c [2021-03-19T20:56:32.645Z] #43 10.77 DEP images/sk-opts.pb-c.d [2021-03-19T20:56:32.645Z] #43 10.82 DEP images/packet-sock.pb-c.d [2021-03-19T20:56:32.678Z] #49 ... [2021-03-19T20:56:32.678Z] [2021-03-19T20:56:32.678Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-19T20:56:32.678Z] #34 sha256:ba890707e73ea5f286488af78044c544b4435d8418e9ce43a87726e9fbbaad59 [2021-03-19T20:56:32.678Z] #34 11.13 internal/cpu [2021-03-19T20:56:32.678Z] #34 11.15 runtime/internal/atomic [2021-03-19T20:56:32.678Z] #34 11.69 math/bits [2021-03-19T20:56:32.678Z] #34 12.60 internal/bytealg [2021-03-19T20:56:32.678Z] #34 12.82 math [2021-03-19T20:56:32.678Z] #34 13.88 runtime [2021-03-19T20:56:32.678Z] #34 20.64 internal/testlog [2021-03-19T20:56:32.678Z] #34 20.97 encoding [2021-03-19T20:56:32.902Z] #43 10.87 PBCC images/sk-netlink.pb-c.c [2021-03-19T20:56:32.902Z] #43 10.94 DEP images/sk-netlink.pb-c.d [2021-03-19T20:56:32.937Z] #34 21.22 runtime/cgo [2021-03-19T20:56:32.937Z] #34 ... [2021-03-19T20:56:32.937Z] [2021-03-19T20:56:32.937Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-03-19T20:56:32.937Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-19T20:56:32.937Z] #55 11.31 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-19T20:56:32.937Z] #55 13.97 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [269 kB] [2021-03-19T20:56:32.937Z] #55 17.20 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-19T20:56:32.937Z] #55 ... [2021-03-19T20:56:32.937Z] [2021-03-19T20:56:32.937Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:56:32.937Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-19T20:56:32.937Z] #36 11.37 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-19T20:56:32.937Z] #36 14.35 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [269 kB] [2021-03-19T20:56:32.937Z] #36 17.31 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-19T20:56:33.096Z] #30 9.868 #=#=# ############ 17.1% ########################### 37.7% ################################################# 68.5% ######################################################################## 100.0% [2021-03-19T20:56:33.158Z] #43 10.98 PBCC images/sk-inet.pb-c.c [2021-03-19T20:56:33.158Z] #43 11.04 DEP images/sk-inet.pb-c.d [2021-03-19T20:56:33.158Z] #43 11.09 PBCC images/sk-unix.pb-c.c [2021-03-19T20:56:33.158Z] #43 11.18 DEP images/sk-unix.pb-c.d [2021-03-19T20:56:33.196Z] #36 ... [2021-03-19T20:56:33.196Z] [2021-03-19T20:56:33.196Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:56:33.196Z] #49 sha256:1d825f363e705a339d4a3766adffa15c59f3958db7bfc9b7a5f17a457a96a742 [2021-03-19T20:56:33.196Z] #49 21.42 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-03-19T20:56:33.196Z] #49 21.50 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-03-19T20:56:33.196Z] #49 21.50 go: downloading github.com/subosito/gotenv v1.2.0 [2021-03-19T20:56:33.394Z] #30 10.62 [2021-03-19T20:56:33.414Z] #43 11.26 PBCC images/mm.pb-c.c [2021-03-19T20:56:33.414Z] #43 11.29 DEP images/mm.pb-c.d [2021-03-19T20:56:33.414Z] #43 11.36 PBCC images/timerfd.pb-c.c [2021-03-19T20:56:33.414Z] #43 11.46 DEP images/timerfd.pb-c.d [2021-03-19T20:56:33.419Z] #11 DONE 1.3s [2021-03-19T20:56:33.419Z] [2021-03-19T20:56:33.419Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-19T20:56:33.419Z] #29 sha256:91ac918145487e92fd9d9b340e9a215a11ef13cf0ba202cd02839430f7d09832 [2021-03-19T20:56:33.419Z] #29 1.386 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-03-19T20:56:33.419Z] #29 1.468 [2021-03-19T20:56:33.419Z] #29 1.586 ############ 17.9% ########################### 38.5% ########################################## 58.4% ######################################################## 78.5% ###################################################################### 98.3% ######################################################################## 100.0% [2021-03-19T20:56:33.419Z] #29 2.049 [2021-03-19T20:56:33.419Z] #29 2.160 ################################################################ 89.8% ######################################################################## 100.0% [2021-03-19T20:56:33.419Z] #29 2.232 [2021-03-19T20:56:33.419Z] #29 2.344 ########################################################### 82.0% ######################################################################## 100.0% [2021-03-19T20:56:33.419Z] #29 2.426 [2021-03-19T20:56:33.483Z] #57 ... [2021-03-19T20:56:33.483Z] [2021-03-19T20:56:33.483Z] #45 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-03-19T20:56:33.483Z] #45 DONE 0.1s [2021-03-19T20:56:33.510Z] #49 21.80 go: extracting github.com/subosito/gotenv v1.2.0 [2021-03-19T20:56:33.510Z] #49 21.94 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-03-19T20:56:33.670Z] #43 11.50 PBCC images/timer.pb-c.c [2021-03-19T20:56:33.670Z] #43 11.53 DEP images/timer.pb-c.d [2021-03-19T20:56:33.670Z] #43 11.61 PBCC images/sa.pb-c.c [2021-03-19T20:56:33.670Z] #43 11.67 DEP images/sa.pb-c.d [2021-03-19T20:56:33.670Z] #43 11.75 PBCC images/pipe-data.pb-c.c [2021-03-19T20:56:33.774Z] [2021-03-19T20:56:33.774Z] #47 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2021-03-19T20:56:33.774Z] #47 DONE 0.2s [2021-03-19T20:56:33.774Z] [2021-03-19T20:56:33.774Z] #49 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2021-03-19T20:56:33.774Z] #49 DONE 0.1s [2021-03-19T20:56:33.774Z] [2021-03-19T20:56:33.774Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-19T20:56:33.927Z] #43 11.82 DEP images/pipe-data.pb-c.d [2021-03-19T20:56:33.927Z] #43 11.86 PBCC images/mnt.pb-c.c [2021-03-19T20:56:33.927Z] #43 11.89 DEP images/mnt.pb-c.d [2021-03-19T20:56:33.927Z] #43 11.95 PBCC images/sk-packet.pb-c.c [2021-03-19T20:56:33.927Z] #43 11.97 DEP images/sk-packet.pb-c.d [2021-03-19T20:56:33.942Z] #11 DONE 1.7s [2021-03-19T20:56:33.942Z] [2021-03-19T20:56:33.942Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-03-19T20:56:33.942Z] #27 sha256:042809446c6a0ab60da5f8da0f09ebf34dd975903acff610e00883df9e39ea02 [2021-03-19T20:56:33.942Z] #27 15.57 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_arm64.deb ... [2021-03-19T20:56:33.942Z] #27 15.58 Unpacking libssh2-1:arm64 (1.8.0-2.1) ... [2021-03-19T20:56:33.942Z] #27 15.65 Selecting previously unselected package libcurl4:arm64. [2021-03-19T20:56:33.942Z] #27 15.65 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_arm64.deb ... [2021-03-19T20:56:33.942Z] #27 15.66 Unpacking libcurl4:arm64 (7.64.0-4+deb10u1) ... [2021-03-19T20:56:33.942Z] #27 15.83 Selecting previously unselected package curl. [2021-03-19T20:56:33.942Z] #27 15.83 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_arm64.deb ... [2021-03-19T20:56:33.942Z] #27 15.83 Unpacking curl (7.64.0-4+deb10u1) ... [2021-03-19T20:56:33.942Z] #27 15.95 Selecting previously unselected package libonig5:arm64. [2021-03-19T20:56:33.942Z] #27 15.95 Preparing to unpack .../18-libonig5_6.9.1-1_arm64.deb ... [2021-03-19T20:56:33.942Z] #27 15.96 Unpacking libonig5:arm64 (6.9.1-1) ... [2021-03-19T20:56:33.942Z] #27 16.15 Selecting previously unselected package libjq1:arm64. [2021-03-19T20:56:33.942Z] #27 16.15 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2021-03-19T20:56:33.942Z] #27 16.16 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-03-19T20:56:33.942Z] #27 16.20 Selecting previously unselected package jq. [2021-03-19T20:56:33.942Z] #27 16.20 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_arm64.deb ... [2021-03-19T20:56:33.942Z] #27 16.29 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-19T20:56:33.942Z] #27 16.34 Setting up libkeyutils1:arm64 (1.6-6) ... [2021-03-19T20:56:33.942Z] #27 17.01 Setting up libpsl5:arm64 (0.20.2-2) ... [2021-03-19T20:56:33.942Z] #27 17.14 Setting up libssl1.1:arm64 (1.1.1d-0+deb10u5) ... [2021-03-19T20:56:33.942Z] #27 ... [2021-03-19T20:56:33.942Z] [2021-03-19T20:56:33.942Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-03-19T20:56:33.942Z] #31 sha256:83c8560c50b15431e546bac469c64be716b739933dacb40c9db55dad341c2a58 [2021-03-19T20:56:33.942Z] #31 DONE 0.3s [2021-03-19T20:56:33.942Z] [2021-03-19T20:56:33.942Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-03-19T20:56:33.942Z] #39 sha256:5a8b6c7320e82a4b1d150c036edc95f00476bccb86f60acf022f7ce3ac710b58 [2021-03-19T20:56:33.942Z] #39 DONE 0.3s [2021-03-19T20:56:33.942Z] [2021-03-19T20:56:33.942Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-03-19T20:56:33.942Z] #27 sha256:042809446c6a0ab60da5f8da0f09ebf34dd975903acff610e00883df9e39ea02 [2021-03-19T20:56:33.942Z] #27 17.49 Setting up libnghttp2-14:arm64 (1.36.0-2+deb10u1) ... [2021-03-19T20:56:33.942Z] #27 17.51 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-19T20:56:33.942Z] #27 17.53 Setting up libkrb5support0:arm64 (1.17-3+deb10u1) ... [2021-03-19T20:56:33.942Z] #27 17.56 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-19T20:56:33.942Z] #27 17.58 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... [2021-03-19T20:56:33.942Z] #27 17.61 Setting up libk5crypto3:arm64 (1.17-3+deb10u1) ... [2021-03-19T20:56:33.942Z] #27 17.63 Setting up libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-19T20:56:33.943Z] #29 2.543 ###### 9.6% ########################## 36.4% ####################################### 55.0% ############################################ 61.4% ################################################################### 94.0% ######################################################################## 100.0% [2021-03-19T20:56:33.943Z] #29 3.073 [2021-03-19T20:56:34.064Z] #57 ... [2021-03-19T20:56:34.064Z] [2021-03-19T20:56:34.064Z] #51 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2021-03-19T20:56:34.064Z] #51 DONE 0.2s [2021-03-19T20:56:34.064Z] [2021-03-19T20:56:34.064Z] #53 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2021-03-19T20:56:34.064Z] #53 DONE 0.1s [2021-03-19T20:56:34.064Z] [2021-03-19T20:56:34.064Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-19T20:56:34.081Z] #49 22.39 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-03-19T20:56:34.183Z] #43 12.02 PBCC images/tcp-stream.pb-c.c [2021-03-19T20:56:34.183Z] #43 12.06 DEP images/tcp-stream.pb-c.d [2021-03-19T20:56:34.183Z] #43 12.13 PBCC images/pipe.pb-c.c [2021-03-19T20:56:34.183Z] #43 12.16 DEP images/pipe.pb-c.d [2021-03-19T20:56:34.183Z] #43 12.22 PBCC images/pstree.pb-c.c [2021-03-19T20:56:34.205Z] #27 17.65 Setting up libssh2-1:arm64 (1.8.0-2.1) ... [2021-03-19T20:56:34.205Z] #27 17.71 Setting up libkrb5-3:arm64 (1.17-3+deb10u1) ... [2021-03-19T20:56:34.205Z] #27 17.71 Setting up openssl (1.1.1d-0+deb10u5) ... [2021-03-19T20:56:34.205Z] #27 17.71 Setting up libonig5:arm64 (6.9.1-1) ... [2021-03-19T20:56:34.205Z] #27 17.72 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-03-19T20:56:34.205Z] #27 17.74 Setting up libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u6) ... [2021-03-19T20:56:34.205Z] #27 17.76 Setting up ca-certificates (20200601~deb10u2) ... [2021-03-19T20:56:34.440Z] #43 12.27 DEP images/pstree.pb-c.d [2021-03-19T20:56:34.440Z] #43 12.32 PBCC images/fs.pb-c.c [2021-03-19T20:56:34.440Z] #43 12.37 DEP images/fs.pb-c.d [2021-03-19T20:56:34.440Z] #43 12.43 PBCC images/signalfd.pb-c.c [2021-03-19T20:56:34.440Z] #43 12.51 DEP images/signalfd.pb-c.d [2021-03-19T20:56:34.511Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.0s [2021-03-19T20:56:34.649Z] #49 23.03 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-03-19T20:56:34.649Z] #49 23.04 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-03-19T20:56:34.696Z] #43 12.60 PBCC images/fh.pb-c.c [2021-03-19T20:56:34.696Z] #43 12.69 PBCC images/fsnotify.pb-c.c [2021-03-19T20:56:34.696Z] #43 12.76 DEP images/fh.pb-c.d [2021-03-19T20:56:34.750Z] #29 3.184 ### 4.8% ###### 9.5% ########## 15.2% ############## 20.4% ################## 25.6% ##################### 29.9% ######################### 36.0% ############################ 39 [2021-03-19T20:56:34.751Z] #29 ... [2021-03-19T20:56:34.751Z] [2021-03-19T20:56:34.751Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-03-19T20:56:34.751Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-03-19T20:56:34.751Z] #39 DONE 1.6s [2021-03-19T20:56:34.751Z] [2021-03-19T20:56:34.751Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-19T20:56:34.751Z] #29 sha256:91ac918145487e92fd9d9b340e9a215a11ef13cf0ba202cd02839430f7d09832 [2021-03-19T20:56:34.953Z] #43 12.82 DEP images/fsnotify.pb-c.d [2021-03-19T20:56:34.953Z] #43 12.87 PBCC images/eventpoll.pb-c.c [2021-03-19T20:56:34.953Z] #43 12.92 DEP images/eventpoll.pb-c.d [2021-03-19T20:56:34.953Z] #43 12.97 PBCC images/eventfd.pb-c.c [2021-03-19T20:56:34.953Z] #43 12.99 DEP images/eventfd.pb-c.d [2021-03-19T20:56:34.953Z] #43 13.04 PBCC images/remap-file-path.pb-c.c [2021-03-19T20:56:34.953Z] #43 ... [2021-03-19T20:56:34.953Z] [2021-03-19T20:56:34.953Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:56:34.953Z] #51 sha256:b96f323355eb744496a90a86893b5de303e87dbe96a908fc2b231d4941f7968f [2021-03-19T20:56:34.953Z] #51 99.98 encoding/json [2021-03-19T20:56:34.953Z] #51 105.6 github.com/pkg/diff [2021-03-19T20:56:34.953Z] #51 105.8 go/ast [2021-03-19T20:56:34.953Z] #51 107.6 golang.org/x/crypto/ssh/terminal [2021-03-19T20:56:34.953Z] #51 108.9 mvdan.cc/editorconfig [2021-03-19T20:56:35.015Z] #29 3.184 ### 4.8% ###### 9.5% ########## 15.2% ############## 20.4% ################## 25.6% ##################### 29.9% ######################### 36.0% ############################ 39.3% ################################# 46.4% [2021-03-19T20:56:35.015Z] #29 ... [2021-03-19T20:56:35.015Z] [2021-03-19T20:56:35.015Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-03-19T20:56:35.015Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-03-19T20:56:35.015Z] #31 DONE 1.6s [2021-03-19T20:56:35.015Z] [2021-03-19T20:56:35.015Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-19T20:56:35.015Z] #29 sha256:91ac918145487e92fd9d9b340e9a215a11ef13cf0ba202cd02839430f7d09832 [2021-03-19T20:56:35.210Z] #51 110.1 mvdan.cc/sh/v3/fileutil [2021-03-19T20:56:35.210Z] #51 ... [2021-03-19T20:56:35.210Z] [2021-03-19T20:56:35.210Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:56:35.210Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:56:35.210Z] #43 13.09 DEP images/remap-file-path.pb-c.d [2021-03-19T20:56:35.210Z] #43 13.13 PBCC images/fifo.pb-c.c [2021-03-19T20:56:35.210Z] #43 13.15 DEP images/fifo.pb-c.d [2021-03-19T20:56:35.210Z] #43 13.23 PBCC images/ghost-file.pb-c.c [2021-03-19T20:56:35.210Z] #43 13.27 DEP images/ghost-file.pb-c.d [2021-03-19T20:56:35.218Z] #49 23.59 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-03-19T20:56:35.467Z] #43 13.34 PBCC images/regfile.pb-c.c [2021-03-19T20:56:35.467Z] #43 13.39 DEP images/regfile.pb-c.d [2021-03-19T20:56:35.467Z] #43 13.49 PBCC images/ns.pb-c.c [2021-03-19T20:56:35.723Z] #43 13.54 DEP images/ns.pb-c.d [2021-03-19T20:56:35.723Z] #43 13.59 PBCC images/fdinfo.pb-c.c [2021-03-19T20:56:35.723Z] #43 13.69 DEP images/fdinfo.pb-c.d [2021-03-19T20:56:35.723Z] #43 13.74 PBCC images/core-aarch64.pb-c.c [2021-03-19T20:56:35.807Z] #29 3.184 ### 4.8% ###### 9.5% ########## 15.2% ############## 20.4% ################## 25.6% ##################### 29.9% ######################### 36.0% ############################ 39.3% ################################# 46.4% ################################### 49.8% ######################################## 56.7% ########################################### 59.8% ########################################### 59.9% ############################################### 66.1% ###################################################### 76.0% ########################################################### 83.0% ################################################################# 90.4% ##################################################################### 96.9% ######################################################################## 100.0% [2021-03-19T20:56:35.980Z] #43 13.84 PBCC images/core-arm.pb-c.c [2021-03-19T20:56:35.980Z] #43 13.87 PBCC images/core-ppc64.pb-c.c [2021-03-19T20:56:35.980Z] #43 13.94 PBCC images/core-s390.pb-c.c [2021-03-19T20:56:35.980Z] #43 14.01 PBCC images/core-x86.pb-c.c [2021-03-19T20:56:35.980Z] #43 14.08 PBCC images/core.pb-c.c [2021-03-19T20:56:36.071Z] #29 5.088 [2021-03-19T20:56:36.155Z] #49 24.58 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-03-19T20:56:36.185Z] #30 10.82 0.3% ##### 7.0% ######### 12.7% ########### 16.6% ################ 22.3% #################### 28.1% ######################## 33.8% ############################ 39.5% ################################ 45.3% ################################### 49.1% ####################################### 54.8% ########################################## 58.7% ############################################## 64.4% ################################################# 68.1% ##################################################### 73.9% ####################################################### 77.7% ############################################################ 83.4% ############################################################# 85.3% ############################################################## 87.2% ################################################################# 91.1% #################################################################### 94.9% ######################################################################## 100.0% [2021-03-19T20:56:36.236Z] #43 14.14 PBCC images/inventory.pb-c.c [2021-03-19T20:56:36.236Z] #43 14.20 DEP images/core-aarch64.pb-c.d [2021-03-19T20:56:36.236Z] #43 14.30 DEP images/core-arm.pb-c.d [2021-03-19T20:56:36.372Z] #29 5.554 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-03-19T20:56:36.492Z] #43 14.37 DEP images/core-ppc64.pb-c.d [2021-03-19T20:56:36.492Z] #43 14.43 DEP images/core-s390.pb-c.d [2021-03-19T20:56:36.492Z] #43 14.48 DEP images/core-x86.pb-c.d [2021-03-19T20:56:36.492Z] #43 14.53 DEP images/core.pb-c.d [2021-03-19T20:56:36.492Z] #43 14.59 DEP images/inventory.pb-c.d [2021-03-19T20:56:36.492Z] #43 14.64 PBCC images/cpuinfo.pb-c.c [2021-03-19T20:56:36.641Z] #29 5.732 [2021-03-19T20:56:36.641Z] #29 5.826 ######################################################################## 100.0% [2021-03-19T20:56:36.641Z] #29 5.886 [2021-03-19T20:56:36.749Z] #43 14.70 DEP images/cpuinfo.pb-c.d [2021-03-19T20:56:36.749Z] #43 14.75 PBCC images/stats.pb-c.c [2021-03-19T20:56:36.749Z] #43 14.77 DEP images/stats.pb-c.d [2021-03-19T20:56:36.777Z] #27 19.74 Updating certificates in /etc/ssl/certs... [2021-03-19T20:56:36.835Z] #30 13.91 [2021-03-19T20:56:37.093Z] #49 25.40 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-19T20:56:37.235Z] #29 6.415 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-03-19T20:56:37.534Z] #29 6.628 [2021-03-19T20:56:37.534Z] #29 6.740 ######################################################################## 100.0% [2021-03-19T20:56:37.534Z] #29 6.776 [2021-03-19T20:56:37.662Z] #49 26.07 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-19T20:56:37.921Z] #49 26.33 go: downloading github.com/spf13/afero v1.1.2 [2021-03-19T20:56:38.117Z] #43 16.10 make[1]: Nothing to be done for 'all'. [2021-03-19T20:56:38.117Z] #29 7.070 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-03-19T20:56:38.117Z] #29 7.221 [2021-03-19T20:56:38.180Z] #49 26.56 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-19T20:56:38.441Z] #49 26.75 go: extracting github.com/spf13/afero v1.1.2 [2021-03-19T20:56:38.644Z] #29 7.366 ######## 11.3% ################## 26.2% ##################################### 52.6% ################################################## 70.5% ############################################################### 88.6% ######################################################################## 100.0% [2021-03-19T20:56:38.644Z] #29 7.885 [2021-03-19T20:56:39.011Z] #49 27.16 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-19T20:56:39.215Z] #29 8.298 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-03-19T20:56:39.215Z] #29 8.388 [2021-03-19T20:56:39.271Z] #49 27.51 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-03-19T20:56:39.271Z] #49 ... [2021-03-19T20:56:39.271Z] [2021-03-19T20:56:39.271Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:56:39.271Z] #45 sha256:67006e49ecacf95c79a8a79ecf4742c89a06b2be4a211d790cbd334ebffd6eb6 [2021-03-19T20:56:39.271Z] #45 17.69 math [2021-03-19T20:56:39.271Z] #45 24.24 unicode/utf16 [2021-03-19T20:56:39.271Z] #45 25.18 container/list [2021-03-19T20:56:39.271Z] #45 26.38 crypto/internal/subtle [2021-03-19T20:56:39.271Z] #45 26.58 crypto/subtle [2021-03-19T20:56:39.271Z] #45 26.94 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-03-19T20:56:39.271Z] #45 27.33 internal/nettrace [2021-03-19T20:56:39.271Z] #45 27.84 runtime/cgo [2021-03-19T20:56:39.271Z] #45 ... [2021-03-19T20:56:39.271Z] [2021-03-19T20:56:39.271Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-03-19T20:56:39.271Z] #67 sha256:7a81b4ba642cf9f1c57e8f1ec86c8da4b8bf40a03dacc606580622d85be7466b [2021-03-19T20:56:39.414Z] #27 ... [2021-03-19T20:56:39.414Z] [2021-03-19T20:56:39.414Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-03-19T20:56:39.414Z] #12 sha256:a4fc3b84a9fb1d234e946cc4577deb87c7e6bc40e23bcd8c860a009a391faa80 [2021-03-19T20:56:39.414Z] #12 DONE 5.6s [2021-03-19T20:56:39.414Z] [2021-03-19T20:56:39.414Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-03-19T20:56:39.414Z] #27 sha256:042809446c6a0ab60da5f8da0f09ebf34dd975903acff610e00883df9e39ea02 [2021-03-19T20:56:39.414Z] #27 22.73 137 added, 0 removed; done. [2021-03-19T20:56:39.414Z] #27 ... [2021-03-19T20:56:39.414Z] [2021-03-19T20:56:39.414Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:56:39.414Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-03-19T20:56:39.475Z] #29 8.469 ######################################################################## 100.0% [2021-03-19T20:56:39.475Z] #29 8.505 [2021-03-19T20:56:39.475Z] #29 8.707 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-03-19T20:56:39.486Z] #43 17.43 CC images/stats.o [2021-03-19T20:56:39.684Z] #30 14.10 #=#=# 1.2% # 2.3% ## 3.9% #### 6.1% ##### 8.1% ###### 9.6% ####### 10.7% ######## 12.4% ########## 14.0% ########### 15.7% ############ 17.8% ############ 17.9% ############## 20.1% ############### 21.7% ################ 22.3% ################ 23.2% ################# 23.7% ################# 24.4% ################## 26.2% #################### 27.8% ##################### 29.4% ###################### 31.1% ####################### 32.1% ######################## 33.8% [2021-03-19T20:56:39.684Z] #30 ... [2021-03-19T20:56:39.684Z] [2021-03-19T20:56:39.684Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:56:39.684Z] #46 sha256:01cdc391c2a635773473112dcab908b7b7dfe0e9cca8ea606d862f15501446b8 [2021-03-19T20:56:39.684Z] #46 9.899 crypto/internal/subtle [2021-03-19T20:56:39.684Z] #46 10.27 crypto/subtle [2021-03-19T20:56:39.684Z] #46 10.82 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-03-19T20:56:39.684Z] #46 11.32 internal/nettrace [2021-03-19T20:56:39.684Z] #46 11.99 runtime/cgo [2021-03-19T20:56:39.684Z] #46 15.34 vendor/golang.org/x/crypto/internal/subtle [2021-03-19T20:56:39.736Z] #29 8.847 [2021-03-19T20:56:39.736Z] #29 8.916 ######################################################################## 100.0% [2021-03-19T20:56:39.736Z] #29 8.942 [2021-03-19T20:56:39.743Z] #43 17.79 CC images/core.o [2021-03-19T20:56:39.807Z] #9 ... [2021-03-19T20:56:39.807Z] [2021-03-19T20:56:39.807Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-19T20:56:39.807Z] #29 sha256:695a3affcb3347dc3652046e2b7a527d0143e36a2b7d39ff98bec8e018fbdaaf [2021-03-19T20:56:39.807Z] #29 2.192 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-03-19T20:56:39.807Z] #29 2.280 [2021-03-19T20:56:39.807Z] #29 2.402 ######## 11.5% ########################## 37.0% ######################################## 56.8% ####################################################### 76.7% ############################################################ 83.3% ######################################################################## 100.0% [2021-03-19T20:56:39.807Z] #29 2.968 [2021-03-19T20:56:39.807Z] #29 3.097 ################################ 45.0% ######################################################################## 100.0% [2021-03-19T20:56:39.807Z] #29 3.220 [2021-03-19T20:56:39.807Z] #29 3.346 ##################################################### 74.4% ######################################################################## 100.0% [2021-03-19T20:56:39.807Z] #29 3.475 [2021-03-19T20:56:39.807Z] #29 3.602 ###### 9.6% ########################## 36.7% ######################################## 56.0% ###################################################### 75.3% #################################################################### 94.6% ######################################################################## 100.0% [2021-03-19T20:56:39.807Z] #29 4.165 [2021-03-19T20:56:39.807Z] #29 4.331 0.0% ##### 7.5% ############ 17.4% ################ 22.6% #################### 27.8% ####################### 33.1% ########################### 38.3% ############################### 43.5% ################################### 48.7% ###################################### 54.0% ########################################## 58.8% ############################################## 64.3% ################################################ 66.7% #################################################### 73.0% ######################################################### 79.9% ############################################################# 85.2% ################################################################ 90.2% #################################################################### 95.4% ##################################################################### 96.2% ######################################################################## 100.0% [2021-03-19T20:56:39.807Z] #29 6.261 [2021-03-19T20:56:39.807Z] #29 6.581 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-03-19T20:56:39.807Z] #29 6.692 [2021-03-19T20:56:39.807Z] #29 6.770 ######################################################################## 100.0% [2021-03-19T20:56:39.807Z] #29 6.806 [2021-03-19T20:56:39.807Z] #29 7.121 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-03-19T20:56:39.807Z] #29 7.240 [2021-03-19T20:56:39.807Z] #29 7.353 ######################################################################## 100.0% [2021-03-19T20:56:39.807Z] #29 7.415 [2021-03-19T20:56:39.807Z] #29 7.703 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-03-19T20:56:39.807Z] #29 7.795 [2021-03-19T20:56:39.807Z] #29 7.913 ###### 8.4% ################# 24.9% ############################### 44.1% ################################################# 69.1% ############################################################### 88.2% ######################################################################## 100.0% [2021-03-19T20:56:39.807Z] #29 8.405 [2021-03-19T20:56:39.807Z] #29 8.774 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-03-19T20:56:39.807Z] #29 8.875 [2021-03-19T20:56:39.807Z] #29 8.952 ######################################################################## 100.0% [2021-03-19T20:56:39.807Z] #29 8.963 [2021-03-19T20:56:39.807Z] #29 ... [2021-03-19T20:56:39.807Z] [2021-03-19T20:56:39.807Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-19T20:56:39.807Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-19T20:56:39.807Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 10.2s [2021-03-19T20:56:39.987Z] #46 ... [2021-03-19T20:56:39.987Z] [2021-03-19T20:56:39.987Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-19T20:56:39.987Z] #30 sha256:4cd68f2222db7a4f91b6e61d8f105ac3d05507837cdfbbdfc8205fd2149b42f5 [2021-03-19T20:56:39.995Z] #29 8.955 Download of images into '/build' complete. [2021-03-19T20:56:39.995Z] #29 8.955 Use something like the following to load the result into a Docker daemon: [2021-03-19T20:56:39.995Z] #29 8.955 tar -cC '/build' . | docker load [2021-03-19T20:56:40.587Z] #30 14.10 #=#=# 1.2% # 2.3% ## 3.9% #### 6.1% ##### 8.1% ###### 9.6% ####### 10.7% ######## 12.4% ########## 14.0% ########### 15.7% ############ 17.8% ############ 17.9% ############## 20.1% ############### 21.7% ################ 22.3% ################ 23.2% ################# 23.7% ################# 24.4% ################## 26.2% #################### 27.8% ##################### 29.4% ###################### 31.1% ####################### 32.1% ######################## 33.8% ######################### 35.9% ########################### 37.6% ############################ 39.4% ############################# 40.5% ############################## 42.1% ############################### 43.2% ################################ 44.8% [2021-03-19T20:56:40.587Z] #30 ... [2021-03-19T20:56:40.587Z] [2021-03-19T20:56:40.587Z] #59 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-19T20:56:40.587Z] #59 sha256:f70128a5ccad575f94a98ddbe0086434969b1a79b94f50efdd288e46d31c1189 [2021-03-19T20:56:40.587Z] #59 10.77 go: extracting github.com/sirupsen/logrus v1.7.0 [2021-03-19T20:56:40.587Z] #59 10.82 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-19T20:56:40.587Z] #59 11.96 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-19T20:56:40.587Z] #59 11.99 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-03-19T20:56:40.587Z] #59 13.40 go: extracting github.com/moby/vpnkit v0.4.0 [2021-03-19T20:56:40.587Z] #59 14.45 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-19T20:56:40.587Z] #59 15.63 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-03-19T20:56:40.587Z] #59 18.45 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-19T20:56:40.672Z] #43 18.61 CC images/core-x86.o [2021-03-19T20:56:40.672Z] #43 ... [2021-03-19T20:56:40.672Z] [2021-03-19T20:56:40.672Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-19T20:56:40.672Z] #56 sha256:c3a248de174e46393527b7999afa19b72d7795c2b19963e1251c2b7bc966f059 [2021-03-19T20:56:40.746Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 11.1s done [2021-03-19T20:56:40.843Z] #67 27.65 Checking out files: 41% (782/1905) Checking out files: 42% (801/1905) Checking out files: 43% (820/1905) Checking out files: 44% (839/1905) Checking out files: 45% (858/1905) Checking out files: 46% (877/1905) Checking out files: 47% (896/1905) Checking out files: 48% (915/1905) Checking out files: 49% (934/1905) Checking out files: 50% (953/1905) Checking out files: 51% (972/1905) Checking out files: 52% (991/1905) Checking out files: 53% (1010/1905) Checking out files: 54% (1029/1905) Checking out files: 55% (1048/1905) Checking out files: 56% (1067/1905) Checking out files: 57% (1086/1905) Checking out files: 58% (1105/1905) Checking out files: 59% (1124/1905) Checking out files: 60% (1143/1905) Checking out files: 61% (1163/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) [2021-03-19T20:56:40.844Z] #67 ... [2021-03-19T20:56:40.844Z] [2021-03-19T20:56:40.844Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-19T20:56:40.844Z] #58 sha256:939316376b23adf6f54d5792d37b5d17c3d9e83bb892fbad150c0f51e7c729b6 [2021-03-19T20:56:40.844Z] #58 19.25 go: downloading github.com/gorilla/mux v1.8.0 [2021-03-19T20:56:40.844Z] #58 20.01 go: extracting github.com/moby/sys/mountinfo v0.4.0 [2021-03-19T20:56:40.844Z] #58 20.91 go: extracting github.com/gorilla/mux v1.8.0 [2021-03-19T20:56:40.844Z] #58 21.15 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-19T20:56:40.844Z] #58 22.63 go: extracting github.com/moby/vpnkit v0.4.0 [2021-03-19T20:56:40.844Z] #58 23.70 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-19T20:56:40.844Z] #58 23.77 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-03-19T20:56:40.844Z] #58 25.30 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-03-19T20:56:40.844Z] #58 25.49 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-19T20:56:40.898Z] #59 ... [2021-03-19T20:56:40.898Z] [2021-03-19T20:56:40.898Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-19T20:56:40.898Z] #30 sha256:4cd68f2222db7a4f91b6e61d8f105ac3d05507837cdfbbdfc8205fd2149b42f5 [2021-03-19T20:56:40.952Z] #57 121.8 + bin/containerd [2021-03-19T20:56:41.103Z] #58 ... [2021-03-19T20:56:41.103Z] [2021-03-19T20:56:41.103Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-03-19T20:56:41.103Z] #67 sha256:7a81b4ba642cf9f1c57e8f1ec86c8da4b8bf40a03dacc606580622d85be7466b [2021-03-19T20:56:41.103Z] #67 27.65 Checking out files: 41% (782/1905) Checking out files: 42% (801/1905) Checking out files: 43% (820/1905) Checking out files: 44% (839/1905) Checking out files: 45% (858/1905) Checking out files: 46% (877/1905) Checking out files: 47% (896/1905) Checking out files: 48% (915/1905) Checking out files: 49% (934/1905) Checking out files: 50% (953/1905) Checking out files: 51% (972/1905) Checking out files: 52% (991/1905) Checking out files: 53% (1010/1905) Checking out files: 54% (1029/1905) Checking out files: 55% (1048/1905) Checking out files: 56% (1067/1905) Checking out files: 57% (1086/1905) Checking out files: 58% (1105/1905) Checking out files: 59% (1124/1905) Checking out files: 60% (1143/1905) Checking out files: 61% (1163/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2021-03-19T20:56:41.103Z] #67 29.55 + cd /tmp/tmp.scqDI2NIDU/src/github.com/docker/libnetwork [2021-03-19T20:56:41.103Z] #67 29.55 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-19T20:56:41.196Z] #30 14.10 #=#=# 1.2% # 2.3% ## 3.9% #### 6.1% ##### 8.1% ###### 9.6% ####### 10.7% ######## 12.4% ########## 14.0% ########### 15.7% ############ 17.8% ############ 17.9% ############## 20.1% ############### 21.7% ################ 22.3% ################ 23.2% ################# 23.7% ################# 24.4% ################## 26.2% #################### 27.8% ##################### 29.4% ###################### 31.1% ####################### 32.1% ######################## 33.8% ######################### 35.9% ########################### 37.6% ############################ 39.4% ############################# 40.5% ############################## 42.1% ############################### 43.2% ################################ 44.8% ################################# 45.9% ################################# 47.0% ################################## 48.6% #################################### 50.2% ##################################### 51.8% ###################################### [2021-03-19T20:56:41.196Z] #30 ... [2021-03-19T20:56:41.196Z] [2021-03-19T20:56:41.196Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:56:41.196Z] #50 sha256:215d344bcc7283861030d950302f92637cfd52e58979a60470edd2ab99318878 [2021-03-19T20:56:41.196Z] #50 11.32 go: downloading github.com/spf13/cobra v0.0.5 [2021-03-19T20:56:41.196Z] #50 11.32 go: downloading github.com/pkg/errors v0.8.1 [2021-03-19T20:56:41.196Z] #50 11.36 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-19T20:56:41.196Z] #50 11.36 go: downloading github.com/spf13/pflag v1.0.5 [2021-03-19T20:56:41.196Z] #50 11.36 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-19T20:56:41.196Z] #50 11.46 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-19T20:56:41.196Z] #50 11.70 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-19T20:56:41.196Z] #50 11.92 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-19T20:56:41.196Z] #50 11.93 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-03-19T20:56:41.196Z] #50 11.94 go: extracting github.com/pkg/errors v0.8.1 [2021-03-19T20:56:41.196Z] #50 12.05 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-19T20:56:41.196Z] #50 12.12 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-19T20:56:41.196Z] #50 12.18 go: extracting github.com/spf13/cobra v0.0.5 [2021-03-19T20:56:41.196Z] #50 12.27 go: extracting github.com/spf13/pflag v1.0.5 [2021-03-19T20:56:41.196Z] #50 12.60 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-19T20:56:41.196Z] #50 12.62 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-03-19T20:56:41.196Z] #50 12.65 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-19T20:56:41.196Z] #50 12.65 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-19T20:56:41.196Z] #50 13.08 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-19T20:56:41.196Z] #50 13.23 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-19T20:56:41.196Z] #50 13.30 go: downloading github.com/ultraware/funlen v0.0.2 [2021-03-19T20:56:41.196Z] #50 13.44 go: extracting github.com/ultraware/funlen v0.0.2 [2021-03-19T20:56:41.196Z] #50 13.80 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-19T20:56:41.196Z] #50 15.61 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-19T20:56:41.196Z] #50 15.83 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-19T20:56:41.196Z] #50 16.09 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-19T20:56:41.196Z] #50 16.31 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-19T20:56:41.196Z] #50 16.57 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-19T20:56:41.196Z] #50 16.86 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-19T20:56:41.196Z] #50 16.98 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-19T20:56:41.196Z] #50 19.55 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-19T20:56:41.196Z] #50 19.55 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-03-19T20:56:41.196Z] #50 19.55 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-19T20:56:41.196Z] #50 19.56 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-19T20:56:41.196Z] #50 19.58 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-19T20:56:41.196Z] #50 19.60 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-19T20:56:41.196Z] #50 19.61 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-03-19T20:56:41.196Z] #50 19.62 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-03-19T20:56:41.196Z] #50 19.62 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-19T20:56:41.196Z] #50 19.68 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-19T20:56:41.196Z] #50 19.70 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-19T20:56:41.196Z] #50 19.70 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-19T20:56:41.196Z] #50 19.72 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-19T20:56:41.196Z] #50 19.72 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-03-19T20:56:41.196Z] #50 19.75 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-19T20:56:41.196Z] #50 19.91 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-03-19T20:56:41.196Z] #50 19.91 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-19T20:56:41.196Z] #50 19.91 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-19T20:56:41.196Z] #50 19.94 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-19T20:56:41.196Z] #50 19.99 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-19T20:56:41.196Z] #50 19.99 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-03-19T20:56:41.196Z] #50 20.08 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-19T20:56:41.196Z] #50 20.11 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-03-19T20:56:41.196Z] #50 20.20 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-03-19T20:56:41.196Z] #50 20.21 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-19T20:56:41.196Z] #50 20.30 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-19T20:56:41.196Z] #50 20.32 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-19T20:56:41.196Z] #50 20.34 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-19T20:56:41.196Z] #50 20.36 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-19T20:56:41.196Z] #50 20.38 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-03-19T20:56:41.196Z] #50 20.50 go: downloading golang.org/x/text v0.3.2 [2021-03-19T20:56:41.196Z] #50 20.62 go: downloading github.com/kisielk/gotool v1.0.0 [2021-03-19T20:56:41.196Z] #50 20.83 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-19T20:56:41.196Z] #50 20.83 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-19T20:56:41.196Z] #50 20.91 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-03-19T20:56:41.196Z] #50 21.01 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-19T20:56:41.196Z] #50 21.19 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-03-19T20:56:41.196Z] #50 21.25 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-19T20:56:41.381Z] #29 DONE 10.7s [2021-03-19T20:56:41.381Z] [2021-03-19T20:56:41.381Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-03-19T20:56:41.381Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9 [2021-03-19T20:56:41.381Z] #12 DONE 8.1s [2021-03-19T20:56:41.381Z] [2021-03-19T20:56:41.381Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:56:41.381Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:56:41.441Z] #56 51.50 Checking out files: 45% (1730/3820) Checking out files: 46% (1758/3820) Checking out files: 47% (1796/3820) Checking out files: 48% (1834/3820) Checking out files: 49% (1872/3820) Checking out files: 50% (1910/3820) Checking out files: 51% (1949/3820) Checking out files: 52% (1987/3820) Checking out files: 53% (2025/3820) Checking out files: 54% (2063/3820) Checking out files: 55% (2101/3820) Checking out files: 56% (2140/3820) Checking out files: 57% (2178/3820) Checking out files: 58% (2216/3820) Checking out files: 59% (2254/3820) Checking out files: 60% (2292/3820) Checking out files: 61% (2331/3820) Checking out files: 62% (2369/3820) Checking out files: 63% (2407/3820) Checking out files: 64% (2445/3820) Checking out files: 65% (2483/3820) Checking out files: 66% (2522/3820) Checking out files: 67% (2560/3820) Checking out files: 68% (2598/3820) Checking out files: 69% (2636/3820) Checking out files: 70% (2674/3820) Checking out files: 71% (2713/3820) Checking out files: 72% (2751/3820) Checking out files: 73% (2789/3820) Checking out files: 74% (2827/3820) Checking out files: 75% (2865/3820) Checking out files: 76% (2904/3820) Checking out files: 77% (2942/3820) Checking out files: 78% (2980/3820) Checking out files: 79% (3018/3820) Checking out files: 80% (3056/3820) Checking out files: 81% (3095/3820) Checking out files: 82% (3133/3820) Checking out files: 83% (3171/3820) Checking out files: 84% (3209/3820) Checking out files: 85% (3247/3820) Checking out files: 85% (3272/3820) Checking out files: 86% (3286/3820) Checking out files: 87% (3324/3820) Checking out files: 88% (3362/3820) Checking out files: 89% (3400/3820) Checking out files: 90% (3438/3820) Checking out files: 91% (3477/3820) Checking out files: 92% (3515/3820) Checking out files: 93% (3553/3820) Checking out files: 94% (3591/3820) Checking out files: 95% (3629/3820) Checking out files: 96% (3668/3820) Checking out files: 97% (3706/3820) Checking out files: 98% (3744/3820) Checking out files: 99% (3782/3820) Checking out files: 100% (3820/3820) Checking out files: 100% (3820/3820), done. [2021-03-19T20:56:41.442Z] #56 53.11 + cd /tmp/tmp.KPDV4wXNvf/src/github.com/containerd/containerd [2021-03-19T20:56:41.513Z] #50 21.46 go: downloading github.com/gobwas/glob v0.2.3 [2021-03-19T20:56:41.513Z] #50 21.51 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-03-19T20:56:41.513Z] #50 ... [2021-03-19T20:56:41.513Z] [2021-03-19T20:56:41.513Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-19T20:56:41.513Z] #41 sha256:901a5c29e907a8e8e928e98b52a88e62a3d1a37f080c0011a504e7b597e8f9f9 [2021-03-19T20:56:41.513Z] #41 18.90 Checking out files: 81% (1371/1682) Checking out files: 82% (1380/1682) Checking out files: 83% (1397/1682) Checking out files: 84% (1413/1682) Checking out files: 85% (1430/1682) Checking out files: 86% (1447/1682) Checking out files: 87% (1464/1682) Checking out files: 88% (1481/1682) Checking out files: 89% (1497/1682) Checking out files: 90% (1514/1682) Checking out files: 91% (1531/1682) Checking out files: 92% (1548/1682) Checking out files: 93% (1565/1682) Checking out files: 94% (1582/1682) Checking out files: 95% (1598/1682) Checking out files: 96% (1615/1682) Checking out files: 97% (1632/1682) Checking out files: 98% (1649/1682) Checking out files: 99% (1666/1682) Checking out files: 100% (1682/1682) Checking out files: 100% (1682/1682), done. [2021-03-19T20:56:41.513Z] #41 19.45 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-03-19T20:56:41.687Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a [2021-03-19T20:56:41.687Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2021-03-19T20:56:41.698Z] #56 53.12 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-19T20:56:42.033Z] #13 2.232 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-19T20:56:42.033Z] #13 2.259 Get:2 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-03-19T20:56:42.033Z] #13 2.309 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-19T20:56:42.033Z] #13 2.390 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-19T20:56:42.045Z] #67 30.30 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-03-19T20:56:42.180Z] #41 22.01 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-03-19T20:56:42.180Z] #41 ... [2021-03-19T20:56:42.180Z] [2021-03-19T20:56:42.180Z] #48 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-03-19T20:56:42.180Z] #48 sha256:61d0010170f489a7a6d989813329998f13e5b47f882159d72341c7c9ea44c861 [2021-03-19T20:56:42.180Z] #48 12.06 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-19T20:56:42.180Z] #48 16.51 go: finding github.com/fatih/color v1.9.0 [2021-03-19T20:56:42.180Z] #48 16.51 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-19T20:56:42.180Z] #48 16.57 go: finding github.com/pkg/errors v0.9.1 [2021-03-19T20:56:42.180Z] #48 16.63 go: finding github.com/spf13/pflag v1.0.3 [2021-03-19T20:56:42.180Z] #48 16.66 go: finding github.com/mattn/go-colorable v0.1.6 [2021-03-19T20:56:42.180Z] #48 16.83 go: finding github.com/mattn/go-isatty v0.0.12 [2021-03-19T20:56:42.180Z] #48 17.18 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-19T20:56:42.180Z] #48 17.29 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-03-19T20:56:42.180Z] #48 17.44 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-19T20:56:42.180Z] #48 17.56 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-19T20:56:42.180Z] #48 17.60 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-19T20:56:42.180Z] #48 ... [2021-03-19T20:56:42.180Z] [2021-03-19T20:56:42.180Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-19T20:56:42.180Z] #30 sha256:4cd68f2222db7a4f91b6e61d8f105ac3d05507837cdfbbdfc8205fd2149b42f5 [2021-03-19T20:56:42.457Z] #57 ... [2021-03-19T20:56:42.458Z] [2021-03-19T20:56:42.458Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-19T20:56:42.458Z] #54 76.15 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-03-19T20:56:42.458Z] #54 76.64 + mkdir -p /build [2021-03-19T20:56:42.458Z] #54 76.64 + cp runc /build/runc [2021-03-19T20:56:42.458Z] #54 DONE 77.0s [2021-03-19T20:56:42.458Z] [2021-03-19T20:56:42.458Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-19T20:56:42.615Z] #13 3.354 Get:5 http://deb.debian.org/debian buster-backports/main arm64 Packages [452 kB] [2021-03-19T20:56:42.629Z] #56 ... [2021-03-19T20:56:42.629Z] [2021-03-19T20:56:42.629Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:56:42.629Z] #45 sha256:dcea8893a85a8f4eabc7fea730df65a7e224daa747783186796bd0e70ed61308 [2021-03-19T20:56:42.629Z] #45 107.5 go/parser [2021-03-19T20:56:42.629Z] #45 107.5 text/template [2021-03-19T20:56:42.629Z] #45 111.2 encoding/xml [2021-03-19T20:56:42.629Z] #45 112.0 go/doc [2021-03-19T20:56:42.629Z] #45 115.2 github.com/LK4D4/vndr/build [2021-03-19T20:56:42.629Z] #45 116.8 github.com/LK4D4/vndr/versioned [2021-03-19T20:56:42.629Z] #45 116.9 compress/flate [2021-03-19T20:56:42.629Z] #45 ... [2021-03-19T20:56:42.629Z] [2021-03-19T20:56:42.629Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:56:42.629Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:56:42.629Z] #43 19.25 CC images/core-arm.o [2021-03-19T20:56:42.629Z] #43 19.65 CC images/core-aarch64.o [2021-03-19T20:56:42.629Z] #43 20.06 CC images/core-ppc64.o [2021-03-19T20:56:42.786Z] #30 14.10 #=#=# 1.2% # 2.3% ## 3.9% #### 6.1% ##### 8.1% ###### 9.6% ####### 10.7% ######## 12.4% ########## 14.0% ########### 15.7% ############ 17.8% ############ 17.9% ############## 20.1% ############### 21.7% ################ 22.3% ################ 23.2% ################# 23.7% ################# 24.4% ################## 26.2% #################### 27.8% ##################### 29.4% ###################### 31.1% ####################### 32.1% ######################## 33.8% ######################### 35.9% ########################### 37.6% ############################ 39.4% ############################# 40.5% ############################## 42.1% ############################### 43.2% ################################ 44.8% ################################# 45.9% ################################# 47.0% ################################## 48.6% #################################### 50.2% ##################################### 51.8% ###################################### 53.4% ####################################### 55.0% ######################################### 57.1% ########################################## 58.6% ########################################### 60.2% ############################################ 61.3% ############################################ 62.4% ############################################## 64.4% ############################################### 66.0% ################################################ 67.1% ################################################# 68.7% ################################################## 70.3% ################################################### 70.9% [2021-03-19T20:56:42.786Z] #30 ... [2021-03-19T20:56:42.786Z] [2021-03-19T20:56:42.786Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:56:42.786Z] #52 sha256:34c480428f744c99a9fd576bd101776f0092976281931c1b73a94824fa8b1f23 [2021-03-19T20:56:42.786Z] #52 12.97 + cd /tmp/tmp.qV6sITqEiu/src/github.com/mvdan/sh [2021-03-19T20:56:42.786Z] #52 12.98 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-19T20:56:42.786Z] #52 13.06 + GO111MODULE=on [2021-03-19T20:56:42.786Z] #52 13.06 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-03-19T20:56:42.786Z] #52 15.21 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-19T20:56:42.786Z] #52 15.26 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-19T20:56:42.786Z] #52 15.30 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-19T20:56:42.786Z] #52 15.55 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-19T20:56:42.786Z] #52 15.67 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-19T20:56:42.786Z] #52 16.93 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-19T20:56:42.786Z] #52 18.04 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-19T20:56:42.786Z] #52 20.24 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-19T20:56:42.786Z] #52 21.56 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-19T20:56:42.786Z] #52 21.64 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-19T20:56:42.786Z] #52 22.11 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-19T20:56:42.786Z] #52 22.51 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-19T20:56:42.890Z] #43 20.73 CC images/core-s390.o [2021-03-19T20:56:43.088Z] #52 ... [2021-03-19T20:56:43.088Z] [2021-03-19T20:56:43.088Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-19T20:56:43.088Z] #30 sha256:4cd68f2222db7a4f91b6e61d8f105ac3d05507837cdfbbdfc8205fd2149b42f5 [2021-03-19T20:56:43.304Z] #13 ... [2021-03-19T20:56:43.304Z] [2021-03-19T20:56:43.304Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-19T20:56:43.304Z] #58 sha256:0729c69654923e3184e19c6648b85cc6411016d44945b3dc5ec38c334b320422 [2021-03-19T20:56:43.304Z] #58 8.268 + RM_GOPATH=0 [2021-03-19T20:56:43.304Z] #58 8.268 + TMP_GOPATH= [2021-03-19T20:56:43.304Z] #58 8.268 + : /build [2021-03-19T20:56:43.304Z] #58 8.268 + '[' -z '' ']' [2021-03-19T20:56:43.304Z] #58 8.268 ++ mktemp -d [2021-03-19T20:56:43.304Z] #58 8.268 + export GOPATH=/tmp/tmp.CLRNYGFoAs [2021-03-19T20:56:43.304Z] #58 8.268 + GOPATH=/tmp/tmp.CLRNYGFoAs [2021-03-19T20:56:43.304Z] #58 8.268 + RM_GOPATH=1 [2021-03-19T20:56:43.304Z] #58 8.268 + case "$(go env GOARCH)" in [2021-03-19T20:56:43.304Z] #58 8.268 ++ go env GOARCH [2021-03-19T20:56:43.304Z] #58 8.293 Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-19T20:56:43.304Z] #58 8.297 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:43.304Z] #58 8.297 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:43.304Z] #58 8.297 ++ dirname /tmp/install/install.sh [2021-03-19T20:56:43.304Z] #58 8.297 + dir=/tmp/install [2021-03-19T20:56:43.304Z] #58 8.297 + bin=rootlesskit [2021-03-19T20:56:43.304Z] #58 8.297 + shift [2021-03-19T20:56:43.304Z] #58 8.297 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-03-19T20:56:43.304Z] #58 8.297 + . /tmp/install/rootlesskit.installer [2021-03-19T20:56:43.304Z] #58 8.297 ++ : 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-19T20:56:43.304Z] #58 8.297 + install_rootlesskit [2021-03-19T20:56:43.304Z] #58 8.297 + case "$1" in [2021-03-19T20:56:43.304Z] #58 8.297 + export CGO_ENABLED=0 [2021-03-19T20:56:43.304Z] #58 8.297 + CGO_ENABLED=0 [2021-03-19T20:56:43.304Z] #58 8.297 + _install_rootlesskit [2021-03-19T20:56:43.304Z] #58 8.297 + echo 'Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa' [2021-03-19T20:56:43.304Z] #58 8.297 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.CLRNYGFoAs/src/github.com/rootless-containers/rootlesskit [2021-03-19T20:56:43.304Z] #58 8.314 Cloning into '/tmp/tmp.CLRNYGFoAs/src/github.com/rootless-containers/rootlesskit'... [2021-03-19T20:56:43.429Z] #67 ... [2021-03-19T20:56:43.429Z] [2021-03-19T20:56:43.429Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:56:43.429Z] #51 sha256:2ae17ab665c367de12f129d18e13d9230e3d4f2f61b045cf5abc7a9a6cf418f6 [2021-03-19T20:56:43.429Z] #51 21.83 + cd /tmp/tmp.GEpgaQzJyW/src/github.com/mvdan/sh [2021-03-19T20:56:43.429Z] #51 21.83 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-19T20:56:43.429Z] #51 22.15 + GO111MODULE=on [2021-03-19T20:56:43.429Z] #51 22.15 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-03-19T20:56:43.429Z] #51 24.05 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-19T20:56:43.429Z] #51 24.11 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-19T20:56:43.429Z] #51 24.12 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-19T20:56:43.429Z] #51 24.63 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-19T20:56:43.429Z] #51 24.94 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-19T20:56:43.429Z] #51 25.94 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-19T20:56:43.429Z] #51 27.23 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-19T20:56:43.429Z] #51 29.76 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-19T20:56:43.429Z] #51 31.75 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-19T20:56:43.429Z] #51 31.88 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-19T20:56:43.429Z] #51 ... [2021-03-19T20:56:43.429Z] [2021-03-19T20:56:43.429Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-19T20:56:43.429Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-19T20:56:43.429Z] #40 30.64 Checking out files: 80% (1347/1682) Checking out files: 81% (1363/1682) Checking out files: 82% (1380/1682) Checking out files: 83% (1397/1682) Checking out files: 84% (1413/1682) Checking out files: 85% (1430/1682) Checking out files: 86% (1447/1682) Checking out files: 87% (1464/1682) Checking out files: 88% (1481/1682) Checking out files: 89% (1497/1682) Checking out files: 90% (1514/1682) Checking out files: 91% (1531/1682) Checking out files: 92% (1548/1682) Checking out files: 93% (1565/1682) Checking out files: 94% (1582/1682) Checking out files: 95% (1598/1682) Checking out files: 96% (1615/1682) Checking out files: 97% (1632/1682) Checking out files: 98% (1649/1682) Checking out files: 99% (1666/1682) Checking out files: 100% (1682/1682) Checking out files: 100% (1682/1682), done. [2021-03-19T20:56:43.429Z] #40 31.42 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-03-19T20:56:43.454Z] #43 21.49 CC images/cpuinfo.o [2021-03-19T20:56:43.500Z] #57 ... [2021-03-19T20:56:43.500Z] [2021-03-19T20:56:43.500Z] #55 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2021-03-19T20:56:43.500Z] #55 DONE 0.2s [2021-03-19T20:56:43.500Z] [2021-03-19T20:56:43.500Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-19T20:56:43.565Z] #58 ... [2021-03-19T20:56:43.565Z] [2021-03-19T20:56:43.565Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:56:43.565Z] #49 sha256:01ff86e85448981fd9bdd323542c05e8521e4f26b4d005fc5898f2c3b350ce98 [2021-03-19T20:56:43.565Z] #49 8.294 + RM_GOPATH=0 [2021-03-19T20:56:43.565Z] #49 8.294 + TMP_GOPATH= [2021-03-19T20:56:43.565Z] #49 8.294 + : /build [2021-03-19T20:56:43.565Z] #49 8.294 + '[' -z '' ']' [2021-03-19T20:56:43.565Z] #49 8.295 ++ mktemp -d [2021-03-19T20:56:43.565Z] #49 8.313 + export GOPATH=/tmp/tmp.LHqbwE8xe1 [2021-03-19T20:56:43.565Z] #49 8.313 + GOPATH=/tmp/tmp.LHqbwE8xe1 [2021-03-19T20:56:43.565Z] #49 8.313 + RM_GOPATH=1 [2021-03-19T20:56:43.565Z] #49 8.313 + case "$(go env GOARCH)" in [2021-03-19T20:56:43.565Z] #49 8.313 ++ go env GOARCH [2021-03-19T20:56:43.565Z] #49 8.348 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:43.565Z] #49 8.348 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:43.565Z] #49 8.348 ++ dirname /tmp/install/install.sh [2021-03-19T20:56:43.565Z] #49 8.348 + dir=/tmp/install [2021-03-19T20:56:43.565Z] #49 8.348 + bin=golangci_lint [2021-03-19T20:56:43.565Z] #49 8.348 + shift [2021-03-19T20:56:43.565Z] #49 8.348 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-03-19T20:56:43.565Z] #49 8.348 + . /tmp/install/golangci_lint.installer [2021-03-19T20:56:43.565Z] #49 8.348 ++ : v1.23.8 [2021-03-19T20:56:43.565Z] #49 8.348 + install_golangci_lint [2021-03-19T20:56:43.565Z] #49 8.348 + set -e [2021-03-19T20:56:43.565Z] #49 8.348 + export GO111MODULE=on [2021-03-19T20:56:43.565Z] #49 8.348 + GO111MODULE=on [2021-03-19T20:56:43.565Z] #49 8.348 + GOBIN=/build [2021-03-19T20:56:43.565Z] #49 8.348 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-03-19T20:56:43.565Z] #49 8.408 go: finding github.com v1.23.8 [2021-03-19T20:56:43.565Z] #49 8.408 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-03-19T20:56:43.565Z] #49 8.408 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-03-19T20:56:43.565Z] #49 8.408 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-03-19T20:56:43.565Z] #49 8.408 go: finding github.com/golangci v1.23.8 [2021-03-19T20:56:43.565Z] #49 9.391 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-03-19T20:56:43.565Z] #49 10.25 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-03-19T20:56:43.565Z] #49 ... [2021-03-19T20:56:43.565Z] [2021-03-19T20:56:43.565Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-03-19T20:56:43.565Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-19T20:56:43.565Z] #55 9.863 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-19T20:56:43.565Z] #55 9.885 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-19T20:56:43.565Z] #55 9.885 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-19T20:56:43.572Z] #13 ... [2021-03-19T20:56:43.572Z] [2021-03-19T20:56:43.572Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-03-19T20:56:43.572Z] #24 sha256:80cc1fdc566f46f825380aeedf630642335c0b510b8fdfdc36a8f868e7ce53ed [2021-03-19T20:56:43.572Z] #24 5.079 + RM_GOPATH=0 [2021-03-19T20:56:43.572Z] #24 5.079 + TMP_GOPATH= [2021-03-19T20:56:43.572Z] #24 5.079 + : /build [2021-03-19T20:56:43.572Z] #24 5.079 + '[' -z '' ']' [2021-03-19T20:56:43.572Z] #24 5.082 ++ mktemp -d [2021-03-19T20:56:43.572Z] #24 5.084 + export GOPATH=/tmp/tmp.cse5q4UeHA [2021-03-19T20:56:43.572Z] #24 5.084 + GOPATH=/tmp/tmp.cse5q4UeHA [2021-03-19T20:56:43.572Z] #24 5.084 + RM_GOPATH=1 [2021-03-19T20:56:43.572Z] #24 5.084 + case "$(go env GOARCH)" in [2021-03-19T20:56:43.572Z] #24 5.084 ++ go env GOARCH [2021-03-19T20:56:43.572Z] #24 5.125 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:43.572Z] #24 5.125 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:43.572Z] #24 5.128 ++ dirname /tmp/install/install.sh [2021-03-19T20:56:43.572Z] #24 5.140 + dir=/tmp/install [2021-03-19T20:56:43.572Z] #24 5.141 + bin=dockercli [2021-03-19T20:56:43.572Z] #24 5.141 + shift [2021-03-19T20:56:43.572Z] #24 5.142 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-03-19T20:56:43.572Z] #24 5.145 + . /tmp/install/dockercli.installer [2021-03-19T20:56:43.572Z] #24 5.146 ++ : stable [2021-03-19T20:56:43.572Z] #24 5.146 ++ : 17.06.2-ce [2021-03-19T20:56:43.572Z] #24 5.153 + install_dockercli [2021-03-19T20:56:43.572Z] #24 5.156 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-03-19T20:56:43.572Z] #24 5.156 Install docker/cli version 17.06.2-ce from stable [2021-03-19T20:56:43.572Z] #24 5.161 ++ uname -m [2021-03-19T20:56:43.572Z] #24 5.165 + arch=aarch64 [2021-03-19T20:56:43.572Z] #24 5.172 + '[' aarch64 '!=' x86_64 ']' [2021-03-19T20:56:43.572Z] #24 5.172 + '[' aarch64 '!=' s390x ']' [2021-03-19T20:56:43.572Z] #24 5.172 + '[' aarch64 '!=' armhf ']' [2021-03-19T20:56:43.572Z] #24 5.172 + build_dockercli [2021-03-19T20:56:43.572Z] #24 5.172 + git clone https://github.com/docker/docker-ce /tmp/tmp.cse5q4UeHA/tmp/docker-ce [2021-03-19T20:56:43.572Z] #24 5.181 Cloning into '/tmp/tmp.cse5q4UeHA/tmp/docker-ce'... [2021-03-19T20:56:43.826Z] #55 ... [2021-03-19T20:56:43.826Z] [2021-03-19T20:56:43.826Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-03-19T20:56:43.826Z] #47 sha256:ff5ee620caab2d93a23c4a9ad65b28cd53a3ec83108d17d6bb713db70de002d8 [2021-03-19T20:56:43.826Z] #47 6.260 + RM_GOPATH=0 [2021-03-19T20:56:43.826Z] #47 6.260 + TMP_GOPATH= [2021-03-19T20:56:43.826Z] #47 6.260 + : /build [2021-03-19T20:56:43.827Z] #47 6.260 + '[' -z '' ']' [2021-03-19T20:56:43.827Z] #47 6.261 ++ mktemp -d [2021-03-19T20:56:43.827Z] #47 6.262 + export GOPATH=/tmp/tmp.KczXQhFpEF [2021-03-19T20:56:43.827Z] #47 6.262 + GOPATH=/tmp/tmp.KczXQhFpEF [2021-03-19T20:56:43.827Z] #47 6.262 + RM_GOPATH=1 [2021-03-19T20:56:43.827Z] #47 6.262 + case "$(go env GOARCH)" in [2021-03-19T20:56:43.827Z] #47 6.263 ++ go env GOARCH [2021-03-19T20:56:43.827Z] #47 6.271 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:43.827Z] #47 6.271 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:43.827Z] #47 6.278 ++ dirname /tmp/install/install.sh [2021-03-19T20:56:43.827Z] #47 6.278 + dir=/tmp/install [2021-03-19T20:56:43.827Z] #47 6.278 + bin=gotestsum [2021-03-19T20:56:43.827Z] #47 6.278 + shift [2021-03-19T20:56:43.827Z] #47 6.278 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-03-19T20:56:43.827Z] #47 6.278 + . /tmp/install/gotestsum.installer [2021-03-19T20:56:43.827Z] #47 6.278 ++ : v0.5.3 [2021-03-19T20:56:43.827Z] #47 6.278 + install_gotestsum [2021-03-19T20:56:43.827Z] #47 6.278 + set -e [2021-03-19T20:56:43.827Z] #47 6.278 + export GO111MODULE=on [2021-03-19T20:56:43.827Z] #47 6.278 + GO111MODULE=on [2021-03-19T20:56:43.827Z] #47 6.278 + GOBIN=/build [2021-03-19T20:56:43.827Z] #47 6.278 + go get gotest.tools/gotestsum@v0.5.3 [2021-03-19T20:56:43.827Z] #47 6.389 go: finding gotest.tools/gotestsum v0.5.3 [2021-03-19T20:56:43.827Z] #47 6.389 go: finding gotest.tools v0.5.3 [2021-03-19T20:56:43.827Z] #47 6.949 go: downloading gotest.tools/gotestsum v0.5.3 [2021-03-19T20:56:43.827Z] #47 7.962 go: extracting gotest.tools/gotestsum v0.5.3 [2021-03-19T20:56:43.827Z] #47 8.577 go: downloading github.com/pkg/errors v0.9.1 [2021-03-19T20:56:43.827Z] #47 8.577 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-19T20:56:43.827Z] #47 8.594 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-03-19T20:56:43.827Z] #47 8.594 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-19T20:56:43.827Z] #47 8.714 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-19T20:56:43.827Z] #47 8.742 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-19T20:56:43.827Z] #47 8.793 go: downloading github.com/spf13/pflag v1.0.3 [2021-03-19T20:56:43.827Z] #47 9.010 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-03-19T20:56:43.827Z] #47 9.034 go: downloading github.com/fatih/color v1.9.0 [2021-03-19T20:56:43.827Z] #47 9.056 go: extracting github.com/pkg/errors v0.9.1 [2021-03-19T20:56:43.827Z] #47 9.088 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-19T20:56:43.827Z] #47 9.093 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-19T20:56:43.827Z] #47 9.138 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-19T20:56:43.827Z] #47 9.554 go: extracting github.com/fatih/color v1.9.0 [2021-03-19T20:56:43.827Z] #47 9.592 go: extracting github.com/spf13/pflag v1.0.3 [2021-03-19T20:56:43.827Z] #47 9.864 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-19T20:56:43.827Z] #47 9.864 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-19T20:56:43.827Z] #47 10.09 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-03-19T20:56:43.827Z] #47 10.10 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-03-19T20:56:43.838Z] #24 ... [2021-03-19T20:56:43.838Z] [2021-03-19T20:56:43.838Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:56:43.838Z] #49 sha256:f36e8795bd7341ad5a13b06ccf9ea591edb13a4017ac2f16c5a0e2a0dede854d [2021-03-19T20:56:43.838Z] #49 5.305 + RM_GOPATH=0 [2021-03-19T20:56:43.838Z] #49 5.305 + TMP_GOPATH= [2021-03-19T20:56:43.838Z] #49 5.305 + : /build [2021-03-19T20:56:43.838Z] #49 5.305 + '[' -z '' ']' [2021-03-19T20:56:43.838Z] #49 5.305 ++ mktemp -d [2021-03-19T20:56:43.838Z] #49 5.311 + export GOPATH=/tmp/tmp.GgF7e2UKDK [2021-03-19T20:56:43.838Z] #49 5.311 + GOPATH=/tmp/tmp.GgF7e2UKDK [2021-03-19T20:56:43.838Z] #49 5.311 + RM_GOPATH=1 [2021-03-19T20:56:43.838Z] #49 5.311 + case "$(go env GOARCH)" in [2021-03-19T20:56:43.838Z] #49 5.311 ++ go env GOARCH [2021-03-19T20:56:43.838Z] #49 5.364 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:43.838Z] #49 5.365 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:43.838Z] #49 5.368 ++ dirname /tmp/install/install.sh [2021-03-19T20:56:43.838Z] #49 5.385 + dir=/tmp/install [2021-03-19T20:56:43.838Z] #49 5.385 + bin=golangci_lint [2021-03-19T20:56:43.838Z] #49 5.385 + shift [2021-03-19T20:56:43.838Z] #49 5.385 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-03-19T20:56:43.838Z] #49 5.385 + . /tmp/install/golangci_lint.installer [2021-03-19T20:56:43.838Z] #49 5.385 ++ : v1.23.8 [2021-03-19T20:56:43.838Z] #49 5.385 + install_golangci_lint [2021-03-19T20:56:43.838Z] #49 5.385 + set -e [2021-03-19T20:56:43.838Z] #49 5.385 + export GO111MODULE=on [2021-03-19T20:56:43.838Z] #49 5.385 + GO111MODULE=on [2021-03-19T20:56:43.838Z] #49 5.385 + GOBIN=/build [2021-03-19T20:56:43.838Z] #49 5.385 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-03-19T20:56:43.838Z] #49 5.435 go: finding github.com v1.23.8 [2021-03-19T20:56:43.838Z] #49 5.438 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-03-19T20:56:43.838Z] #49 5.438 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-03-19T20:56:43.838Z] #49 5.462 go: finding github.com/golangci v1.23.8 [2021-03-19T20:56:43.838Z] #49 5.462 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-03-19T20:56:43.838Z] #49 7.244 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-03-19T20:56:43.838Z] #49 8.035 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-03-19T20:56:43.838Z] #49 ... [2021-03-19T20:56:43.838Z] [2021-03-19T20:56:43.838Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:56:43.838Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-03-19T20:56:43.838Z] #42 5.732 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-19T20:56:43.838Z] #42 5.765 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-19T20:56:43.838Z] #42 5.805 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-19T20:56:43.838Z] #42 7.765 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-03-19T20:56:43.838Z] #42 9.675 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [264 kB] [2021-03-19T20:56:44.017Z] #43 21.90 CC images/inventory.o [2021-03-19T20:56:44.100Z] #47 ... [2021-03-19T20:56:44.100Z] [2021-03-19T20:56:44.100Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:56:44.100Z] #51 sha256:740d52d1ecaa4c4c032b42b4207c84d0562938f4a45c307a65a3e28570259a9b [2021-03-19T20:56:44.100Z] #51 7.395 + RM_GOPATH=0 [2021-03-19T20:56:44.100Z] #51 7.395 + TMP_GOPATH= [2021-03-19T20:56:44.100Z] #51 7.395 + : /build [2021-03-19T20:56:44.100Z] #51 7.395 + '[' -z '' ']' [2021-03-19T20:56:44.100Z] #51 7.397 ++ mktemp -d [2021-03-19T20:56:44.100Z] #51 7.409 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-19T20:56:44.100Z] #51 7.410 + export GOPATH=/tmp/tmp.RVchjGfgkz [2021-03-19T20:56:44.100Z] #51 7.410 + GOPATH=/tmp/tmp.RVchjGfgkz [2021-03-19T20:56:44.100Z] #51 7.410 + RM_GOPATH=1 [2021-03-19T20:56:44.100Z] #51 7.410 + case "$(go env GOARCH)" in [2021-03-19T20:56:44.100Z] #51 7.410 ++ go env GOARCH [2021-03-19T20:56:44.100Z] #51 7.410 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:44.100Z] #51 7.410 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:44.100Z] #51 7.410 ++ dirname /tmp/install/install.sh [2021-03-19T20:56:44.100Z] #51 7.410 + dir=/tmp/install [2021-03-19T20:56:44.100Z] #51 7.410 + bin=shfmt [2021-03-19T20:56:44.100Z] #51 7.410 + shift [2021-03-19T20:56:44.100Z] #51 7.410 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-03-19T20:56:44.100Z] #51 7.410 + . /tmp/install/shfmt.installer [2021-03-19T20:56:44.100Z] #51 7.410 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-19T20:56:44.100Z] #51 7.410 + install_shfmt [2021-03-19T20:56:44.100Z] #51 7.410 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-03-19T20:56:44.100Z] #51 7.410 + git clone https://github.com/mvdan/sh.git /tmp/tmp.RVchjGfgkz/src/github.com/mvdan/sh [2021-03-19T20:56:44.100Z] #51 7.410 Cloning into '/tmp/tmp.RVchjGfgkz/src/github.com/mvdan/sh'... [2021-03-19T20:56:44.100Z] #51 ... [2021-03-19T20:56:44.100Z] [2021-03-19T20:56:44.100Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-03-19T20:56:44.100Z] #24 sha256:28c7e3baf331a18d3116a3814553eb6b169a7f02f05741707bd30919e72bbde2 [2021-03-19T20:56:44.100Z] #24 6.772 + RM_GOPATH=0 [2021-03-19T20:56:44.100Z] #24 6.772 + TMP_GOPATH= [2021-03-19T20:56:44.100Z] #24 6.772 + : /build [2021-03-19T20:56:44.100Z] #24 6.772 + '[' -z '' ']' [2021-03-19T20:56:44.100Z] #24 6.772 ++ mktemp -d [2021-03-19T20:56:44.100Z] #24 6.772 + export GOPATH=/tmp/tmp.SrtJzjHnwb [2021-03-19T20:56:44.100Z] #24 6.772 + GOPATH=/tmp/tmp.SrtJzjHnwb [2021-03-19T20:56:44.100Z] #24 6.772 + RM_GOPATH=1 [2021-03-19T20:56:44.100Z] #24 6.772 + case "$(go env GOARCH)" in [2021-03-19T20:56:44.100Z] #24 6.772 ++ go env GOARCH [2021-03-19T20:56:44.100Z] #24 6.778 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:44.100Z] #24 6.778 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:44.100Z] #24 6.778 ++ dirname /tmp/install/install.sh [2021-03-19T20:56:44.100Z] #24 6.778 + dir=/tmp/install [2021-03-19T20:56:44.100Z] #24 6.778 + bin=dockercli [2021-03-19T20:56:44.100Z] #24 6.778 + shift [2021-03-19T20:56:44.100Z] #24 6.778 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-03-19T20:56:44.100Z] #24 6.778 + . /tmp/install/dockercli.installer [2021-03-19T20:56:44.100Z] #24 6.778 ++ : stable [2021-03-19T20:56:44.100Z] #24 6.778 ++ : 17.06.2-ce [2021-03-19T20:56:44.100Z] #24 6.778 + install_dockercli [2021-03-19T20:56:44.100Z] #24 6.778 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-03-19T20:56:44.100Z] #24 6.778 Install docker/cli version 17.06.2-ce from stable [2021-03-19T20:56:44.100Z] #24 6.780 ++ uname -m [2021-03-19T20:56:44.100Z] #24 6.780 + arch=x86_64 [2021-03-19T20:56:44.100Z] #24 6.780 + '[' x86_64 '!=' x86_64 ']' [2021-03-19T20:56:44.100Z] #24 6.780 + url=https://download.docker.com/linux/static [2021-03-19T20:56:44.100Z] #24 6.790 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-03-19T20:56:44.100Z] #24 6.790 + tar -xz docker/docker [2021-03-19T20:56:44.100Z] #24 10.79 + mkdir -p /build [2021-03-19T20:56:44.100Z] #24 10.80 + mv docker/docker /build/ [2021-03-19T20:56:44.100Z] #24 10.80 + rmdir docker [2021-03-19T20:56:44.118Z] #42 ... [2021-03-19T20:56:44.118Z] [2021-03-19T20:56:44.118Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-19T20:56:44.118Z] #34 sha256:343c7b485a1b572e975a1c652b023ca6c2f0ae9c9d0d8b730818748767b2478c [2021-03-19T20:56:44.118Z] #34 4.573 + RM_GOPATH=0 [2021-03-19T20:56:44.118Z] #34 4.573 + TMP_GOPATH= [2021-03-19T20:56:44.118Z] #34 4.573 + : /build [2021-03-19T20:56:44.118Z] #34 4.573 + '[' -z '' ']' [2021-03-19T20:56:44.118Z] #34 4.573 ++ mktemp -d [2021-03-19T20:56:44.118Z] #34 4.574 + export GOPATH=/tmp/tmp.LOIkJ14QgP [2021-03-19T20:56:44.118Z] #34 4.574 + GOPATH=/tmp/tmp.LOIkJ14QgP [2021-03-19T20:56:44.118Z] #34 4.575 + RM_GOPATH=1 [2021-03-19T20:56:44.118Z] #34 4.575 + case "$(go env GOARCH)" in [2021-03-19T20:56:44.118Z] #34 4.575 ++ go env GOARCH [2021-03-19T20:56:44.118Z] #34 4.593 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-19T20:56:44.118Z] #34 4.594 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:44.118Z] #34 4.594 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:44.118Z] #34 4.594 ++ dirname /tmp/install/install.sh [2021-03-19T20:56:44.118Z] #34 4.594 + dir=/tmp/install [2021-03-19T20:56:44.118Z] #34 4.594 + bin=tomlv [2021-03-19T20:56:44.118Z] #34 4.594 + shift [2021-03-19T20:56:44.118Z] #34 4.594 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-03-19T20:56:44.118Z] #34 4.594 + . /tmp/install/tomlv.installer [2021-03-19T20:56:44.118Z] #34 4.594 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-19T20:56:44.118Z] #34 4.594 + install_tomlv [2021-03-19T20:56:44.118Z] #34 4.594 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-03-19T20:56:44.118Z] #34 4.594 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.LOIkJ14QgP/src/github.com/BurntSushi/toml [2021-03-19T20:56:44.118Z] #34 4.605 Cloning into '/tmp/tmp.LOIkJ14QgP/src/github.com/BurntSushi/toml'... [2021-03-19T20:56:44.118Z] #34 5.133 + cd /tmp/tmp.LOIkJ14QgP/src/github.com/BurntSushi/toml [2021-03-19T20:56:44.118Z] #34 5.133 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-19T20:56:44.118Z] #34 5.144 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-03-19T20:56:44.118Z] #34 5.569 internal/cpu [2021-03-19T20:56:44.118Z] #34 5.591 runtime/internal/sys [2021-03-19T20:56:44.118Z] #34 5.606 math/bits [2021-03-19T20:56:44.118Z] #34 5.650 runtime/internal/atomic [2021-03-19T20:56:44.118Z] #34 5.764 runtime/internal/math [2021-03-19T20:56:44.118Z] #34 5.855 unicode/utf8 [2021-03-19T20:56:44.118Z] #34 6.151 internal/bytealg [2021-03-19T20:56:44.118Z] #34 6.295 math [2021-03-19T20:56:44.118Z] #34 6.325 internal/race [2021-03-19T20:56:44.118Z] #34 6.461 sync/atomic [2021-03-19T20:56:44.118Z] #34 6.800 unicode [2021-03-19T20:56:44.118Z] #34 7.614 internal/testlog [2021-03-19T20:56:44.118Z] #34 8.557 runtime [2021-03-19T20:56:44.118Z] #34 8.585 runtime/cgo [2021-03-19T20:56:44.273Z] #43 22.18 CC images/fdinfo.o [2021-03-19T20:56:44.361Z] #24 ... [2021-03-19T20:56:44.361Z] [2021-03-19T20:56:44.361Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-19T20:56:44.361Z] #34 sha256:45a7d2588043b219796790bf5fc5f2d8c3075484c7ae812ab4b181e7b489fdc5 [2021-03-19T20:56:44.361Z] #34 7.504 + RM_GOPATH=0 [2021-03-19T20:56:44.361Z] #34 7.504 + TMP_GOPATH= [2021-03-19T20:56:44.361Z] #34 7.504 + : /build [2021-03-19T20:56:44.361Z] #34 7.504 + '[' -z '' ']' [2021-03-19T20:56:44.361Z] #34 7.504 ++ mktemp -d [2021-03-19T20:56:44.361Z] #34 7.615 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-19T20:56:44.361Z] #34 7.615 + export GOPATH=/tmp/tmp.Z1sfy9tVC0 [2021-03-19T20:56:44.361Z] #34 7.615 + GOPATH=/tmp/tmp.Z1sfy9tVC0 [2021-03-19T20:56:44.361Z] #34 7.615 + RM_GOPATH=1 [2021-03-19T20:56:44.361Z] #34 7.615 + case "$(go env GOARCH)" in [2021-03-19T20:56:44.361Z] #34 7.615 ++ go env GOARCH [2021-03-19T20:56:44.361Z] #34 7.615 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:44.361Z] #34 7.615 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:44.361Z] #34 7.615 ++ dirname /tmp/install/install.sh [2021-03-19T20:56:44.361Z] #34 7.615 + dir=/tmp/install [2021-03-19T20:56:44.361Z] #34 7.615 + bin=tomlv [2021-03-19T20:56:44.361Z] #34 7.615 + shift [2021-03-19T20:56:44.361Z] #34 7.615 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-03-19T20:56:44.361Z] #34 7.615 + . /tmp/install/tomlv.installer [2021-03-19T20:56:44.361Z] #34 7.615 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-19T20:56:44.361Z] #34 7.615 + install_tomlv [2021-03-19T20:56:44.361Z] #34 7.615 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-03-19T20:56:44.361Z] #34 7.615 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.Z1sfy9tVC0/src/github.com/BurntSushi/toml [2021-03-19T20:56:44.361Z] #34 7.615 Cloning into '/tmp/tmp.Z1sfy9tVC0/src/github.com/BurntSushi/toml'... [2021-03-19T20:56:44.361Z] #34 8.286 + cd /tmp/tmp.Z1sfy9tVC0/src/github.com/BurntSushi/toml [2021-03-19T20:56:44.361Z] #34 8.286 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-19T20:56:44.361Z] #34 8.317 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-03-19T20:56:44.361Z] #34 8.827 runtime/internal/atomic [2021-03-19T20:56:44.361Z] #34 8.827 internal/cpu [2021-03-19T20:56:44.361Z] #34 9.094 runtime/internal/sys [2021-03-19T20:56:44.361Z] #34 9.311 runtime/internal/math [2021-03-19T20:56:44.361Z] #34 9.413 math/bits [2021-03-19T20:56:44.361Z] #34 9.486 internal/bytealg [2021-03-19T20:56:44.361Z] #34 9.964 math [2021-03-19T20:56:44.361Z] #34 10.33 runtime [2021-03-19T20:56:44.361Z] #34 ... [2021-03-19T20:56:44.361Z] [2021-03-19T20:56:44.361Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:56:44.361Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-19T20:56:44.361Z] #42 8.827 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-19T20:56:44.361Z] #42 8.894 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-19T20:56:44.361Z] #42 8.894 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-19T20:56:44.361Z] #42 9.838 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-19T20:56:44.384Z] #34 ... [2021-03-19T20:56:44.384Z] [2021-03-19T20:56:44.384Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:56:44.384Z] #51 sha256:0811b4bae58ebeea9cd35702e1f36c3c870b703929ecc4654f5442dd6d3541fb [2021-03-19T20:56:44.384Z] #51 5.043 + RM_GOPATH=0 [2021-03-19T20:56:44.384Z] #51 5.043 + TMP_GOPATH= [2021-03-19T20:56:44.384Z] #51 5.043 + : /build [2021-03-19T20:56:44.384Z] #51 5.043 + '[' -z '' ']' [2021-03-19T20:56:44.384Z] #51 5.043 ++ mktemp -d [2021-03-19T20:56:44.384Z] #51 5.054 + export GOPATH=/tmp/tmp.qSqtNfXF0f [2021-03-19T20:56:44.384Z] #51 5.054 + GOPATH=/tmp/tmp.qSqtNfXF0f [2021-03-19T20:56:44.384Z] #51 5.054 + RM_GOPATH=1 [2021-03-19T20:56:44.384Z] #51 5.054 + case "$(go env GOARCH)" in [2021-03-19T20:56:44.384Z] #51 5.054 ++ go env GOARCH [2021-03-19T20:56:44.384Z] #51 5.105 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:44.384Z] #51 5.105 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:44.384Z] #51 5.105 ++ dirname /tmp/install/install.sh [2021-03-19T20:56:44.384Z] #51 5.118 + dir=/tmp/install [2021-03-19T20:56:44.384Z] #51 5.118 + bin=shfmt [2021-03-19T20:56:44.384Z] #51 5.118 + shift [2021-03-19T20:56:44.384Z] #51 5.118 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-03-19T20:56:44.384Z] #51 5.118 + . /tmp/install/shfmt.installer [2021-03-19T20:56:44.384Z] #51 5.118 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-19T20:56:44.384Z] #51 5.118 + install_shfmt [2021-03-19T20:56:44.384Z] #51 5.118 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-03-19T20:56:44.384Z] #51 5.118 + git clone https://github.com/mvdan/sh.git /tmp/tmp.qSqtNfXF0f/src/github.com/mvdan/sh [2021-03-19T20:56:44.384Z] #51 5.118 Cloning into '/tmp/tmp.qSqtNfXF0f/src/github.com/mvdan/sh'... [2021-03-19T20:56:44.384Z] #51 5.120 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-19T20:56:44.384Z] #51 ... [2021-03-19T20:56:44.384Z] [2021-03-19T20:56:44.384Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-19T20:56:44.384Z] #32 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805 [2021-03-19T20:56:44.384Z] #32 5.717 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-03-19T20:56:44.384Z] #32 5.743 Cloning into '.'... [2021-03-19T20:56:44.384Z] #32 ... [2021-03-19T20:56:44.384Z] [2021-03-19T20:56:44.384Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-19T20:56:44.384Z] #58 sha256:c951e0989007326ee2a2bb4d504b6cceebbabb0adff005b80756e41792ae8f61 [2021-03-19T20:56:44.384Z] #58 5.149 + RM_GOPATH=0 [2021-03-19T20:56:44.384Z] #58 5.149 + TMP_GOPATH= [2021-03-19T20:56:44.384Z] #58 5.150 + : /build [2021-03-19T20:56:44.384Z] #58 5.150 + '[' -z '' ']' [2021-03-19T20:56:44.384Z] #58 5.152 ++ mktemp -d [2021-03-19T20:56:44.384Z] #58 5.153 + export GOPATH=/tmp/tmp.W7S5PUeYr4 [2021-03-19T20:56:44.384Z] #58 5.153 + GOPATH=/tmp/tmp.W7S5PUeYr4 [2021-03-19T20:56:44.384Z] #58 5.153 + RM_GOPATH=1 [2021-03-19T20:56:44.384Z] #58 5.153 + case "$(go env GOARCH)" in [2021-03-19T20:56:44.384Z] #58 5.154 ++ go env GOARCH [2021-03-19T20:56:44.384Z] #58 5.183 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:44.384Z] #58 5.183 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:44.384Z] #58 5.183 ++ dirname /tmp/install/install.sh [2021-03-19T20:56:44.384Z] #58 5.189 + dir=/tmp/install [2021-03-19T20:56:44.384Z] #58 5.189 + bin=rootlesskit [2021-03-19T20:56:44.384Z] #58 5.189 + shift [2021-03-19T20:56:44.384Z] #58 5.189 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-03-19T20:56:44.384Z] #58 5.189 + . /tmp/install/rootlesskit.installer [2021-03-19T20:56:44.384Z] #58 5.189 ++ : 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-19T20:56:44.384Z] #58 5.189 + install_rootlesskit [2021-03-19T20:56:44.384Z] #58 5.189 + case "$1" in [2021-03-19T20:56:44.384Z] #58 5.189 + export CGO_ENABLED=0 [2021-03-19T20:56:44.384Z] #58 5.189 + CGO_ENABLED=0 [2021-03-19T20:56:44.384Z] #58 5.189 + _install_rootlesskit [2021-03-19T20:56:44.384Z] #58 5.203 Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-19T20:56:44.384Z] #58 5.203 + echo 'Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa' [2021-03-19T20:56:44.384Z] #58 5.203 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.W7S5PUeYr4/src/github.com/rootless-containers/rootlesskit [2021-03-19T20:56:44.384Z] #58 5.207 Cloning into '/tmp/tmp.W7S5PUeYr4/src/github.com/rootless-containers/rootlesskit'... [2021-03-19T20:56:44.384Z] #58 9.012 + cd /tmp/tmp.W7S5PUeYr4/src/github.com/rootless-containers/rootlesskit [2021-03-19T20:56:44.385Z] #58 9.012 + git checkout -q 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-19T20:56:44.385Z] #58 9.087 + export GO111MODULE=on [2021-03-19T20:56:44.385Z] #58 9.087 + GO111MODULE=on [2021-03-19T20:56:44.385Z] #58 9.087 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-19T20:56:44.385Z] #58 9.087 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-03-19T20:56:44.530Z] #43 22.46 CC images/fown.o [2021-03-19T20:56:44.634Z] #42 ... [2021-03-19T20:56:44.634Z] [2021-03-19T20:56:44.634Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:56:44.634Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-19T20:56:44.634Z] #36 8.827 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-19T20:56:44.634Z] #36 8.918 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-19T20:56:44.634Z] #36 8.918 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-19T20:56:44.634Z] #36 9.922 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-19T20:56:44.634Z] #36 ... [2021-03-19T20:56:44.634Z] [2021-03-19T20:56:44.634Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:56:44.634Z] #45 sha256:9df4444049aad817e1475f1ac1fdf7e8274ee4a1b46c939a92dae5960035473a [2021-03-19T20:56:44.634Z] #45 8.674 + RM_GOPATH=0 [2021-03-19T20:56:44.634Z] #45 8.674 + TMP_GOPATH= [2021-03-19T20:56:44.634Z] #45 8.674 + : /build [2021-03-19T20:56:44.634Z] #45 8.674 + '[' -z '' ']' [2021-03-19T20:56:44.634Z] #45 8.674 ++ mktemp -d [2021-03-19T20:56:44.634Z] #45 8.674 + export GOPATH=/tmp/tmp.7GcFrPizUM [2021-03-19T20:56:44.634Z] #45 8.674 + GOPATH=/tmp/tmp.7GcFrPizUM [2021-03-19T20:56:44.634Z] #45 8.674 + RM_GOPATH=1 [2021-03-19T20:56:44.634Z] #45 8.674 + case "$(go env GOARCH)" in [2021-03-19T20:56:44.634Z] #45 8.674 ++ go env GOARCH [2021-03-19T20:56:44.634Z] #45 8.718 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:44.634Z] #45 8.718 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:44.634Z] #45 8.718 ++ dirname /tmp/install/install.sh [2021-03-19T20:56:44.634Z] #45 8.724 + dir=/tmp/install [2021-03-19T20:56:44.634Z] #45 8.724 + bin=vndr [2021-03-19T20:56:44.634Z] #45 8.724 + shift [2021-03-19T20:56:44.634Z] #45 8.724 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-03-19T20:56:44.634Z] #45 8.724 + . /tmp/install/vndr.installer [2021-03-19T20:56:44.634Z] #45 8.724 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-19T20:56:44.634Z] #45 8.724 + install_vndr [2021-03-19T20:56:44.634Z] #45 8.724 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-03-19T20:56:44.634Z] #45 8.724 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.7GcFrPizUM/src/github.com/LK4D4/vndr [2021-03-19T20:56:44.634Z] #45 8.727 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-19T20:56:44.634Z] #45 8.742 Cloning into '/tmp/tmp.7GcFrPizUM/src/github.com/LK4D4/vndr'... [2021-03-19T20:56:44.634Z] #45 9.419 + cd /tmp/tmp.7GcFrPizUM/src/github.com/LK4D4/vndr [2021-03-19T20:56:44.634Z] #45 9.419 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-19T20:56:44.634Z] #45 9.419 + go build -buildmode=pie -v -o /build/vndr . [2021-03-19T20:56:44.634Z] #45 10.79 internal/race [2021-03-19T20:56:44.634Z] #45 11.02 sync/atomic [2021-03-19T20:56:44.634Z] #45 11.03 runtime [2021-03-19T20:56:44.634Z] #45 11.36 unicode [2021-03-19T20:56:44.650Z] #58 ... [2021-03-19T20:56:44.650Z] [2021-03-19T20:56:44.650Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:56:44.650Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-03-19T20:56:44.650Z] #36 5.404 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-19T20:56:44.650Z] #36 5.462 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-19T20:56:44.650Z] #36 5.484 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-19T20:56:44.650Z] #36 7.009 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-03-19T20:56:44.650Z] #36 8.429 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [264 kB] [2021-03-19T20:56:44.650Z] #36 10.23 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-03-19T20:56:44.786Z] #43 22.67 CC images/ns.o [2021-03-19T20:56:44.895Z] #45 ... [2021-03-19T20:56:44.895Z] [2021-03-19T20:56:44.895Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-03-19T20:56:44.895Z] #67 sha256:01615b5f7e8d299dacdd079189cf8638c9b6551fca7e2ea52e4f4854ebe0c835 [2021-03-19T20:56:44.895Z] #67 7.586 + RM_GOPATH=0 [2021-03-19T20:56:44.895Z] #67 7.586 + TMP_GOPATH= [2021-03-19T20:56:44.895Z] #67 7.586 + : /build [2021-03-19T20:56:44.895Z] #67 7.586 + '[' -z '' ']' [2021-03-19T20:56:44.895Z] #67 7.586 ++ mktemp -d [2021-03-19T20:56:44.895Z] #67 7.608 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-19T20:56:44.895Z] #67 7.615 + export GOPATH=/tmp/tmp.s2QpS31SJf [2021-03-19T20:56:44.895Z] #67 7.615 + GOPATH=/tmp/tmp.s2QpS31SJf [2021-03-19T20:56:44.895Z] #67 7.615 + RM_GOPATH=1 [2021-03-19T20:56:44.895Z] #67 7.615 + case "$(go env GOARCH)" in [2021-03-19T20:56:44.895Z] #67 7.615 ++ go env GOARCH [2021-03-19T20:56:44.895Z] #67 7.615 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:44.895Z] #67 7.615 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:44.895Z] #67 7.615 ++ dirname /tmp/install/install.sh [2021-03-19T20:56:44.895Z] #67 7.615 + dir=/tmp/install [2021-03-19T20:56:44.895Z] #67 7.615 + bin=proxy [2021-03-19T20:56:44.895Z] #67 7.615 + shift [2021-03-19T20:56:44.895Z] #67 7.615 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-03-19T20:56:44.895Z] #67 7.615 + . /tmp/install/proxy.installer [2021-03-19T20:56:44.895Z] #67 7.615 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-19T20:56:44.895Z] #67 7.615 + install_proxy [2021-03-19T20:56:44.895Z] #67 7.615 + case "$1" in [2021-03-19T20:56:44.895Z] #67 7.615 + export CGO_ENABLED=0 [2021-03-19T20:56:44.895Z] #67 7.615 + CGO_ENABLED=0 [2021-03-19T20:56:44.895Z] #67 7.615 + _install_proxy [2021-03-19T20:56:44.895Z] #67 7.615 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7' [2021-03-19T20:56:44.895Z] #67 7.615 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.s2QpS31SJf/src/github.com/docker/libnetwork [2021-03-19T20:56:44.895Z] #67 7.615 Cloning into '/tmp/tmp.s2QpS31SJf/src/github.com/docker/libnetwork'... [2021-03-19T20:56:44.895Z] #67 ... [2021-03-19T20:56:44.895Z] [2021-03-19T20:56:44.895Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-19T20:56:44.895Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-19T20:56:44.895Z] #32 7.332 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-03-19T20:56:44.895Z] #32 7.332 Cloning into '.'... [2021-03-19T20:56:44.915Z] #36 ... [2021-03-19T20:56:44.915Z] [2021-03-19T20:56:44.915Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-03-19T20:56:44.915Z] #47 sha256:105662e89aa750c48831836754d418e43cbcaa0699423d549a800307d015fbc5 [2021-03-19T20:56:44.915Z] #47 5.202 + RM_GOPATH=0 [2021-03-19T20:56:44.915Z] #47 5.202 + TMP_GOPATH= [2021-03-19T20:56:44.915Z] #47 5.202 + : /build [2021-03-19T20:56:44.915Z] #47 5.202 + '[' -z '' ']' [2021-03-19T20:56:44.915Z] #47 5.205 ++ mktemp -d [2021-03-19T20:56:44.915Z] #47 5.207 + export GOPATH=/tmp/tmp.HZqbwgWnsC [2021-03-19T20:56:44.915Z] #47 5.207 + GOPATH=/tmp/tmp.HZqbwgWnsC [2021-03-19T20:56:44.915Z] #47 5.207 + RM_GOPATH=1 [2021-03-19T20:56:44.915Z] #47 5.207 + case "$(go env GOARCH)" in [2021-03-19T20:56:44.915Z] #47 5.208 ++ go env GOARCH [2021-03-19T20:56:44.915Z] #47 5.223 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:44.915Z] #47 5.223 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:44.915Z] #47 5.227 ++ dirname /tmp/install/install.sh [2021-03-19T20:56:44.915Z] #47 5.233 + dir=/tmp/install [2021-03-19T20:56:44.915Z] #47 5.233 + bin=gotestsum [2021-03-19T20:56:44.915Z] #47 5.233 + shift [2021-03-19T20:56:44.915Z] #47 5.233 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-03-19T20:56:44.915Z] #47 5.233 + . /tmp/install/gotestsum.installer [2021-03-19T20:56:44.915Z] #47 5.233 ++ : v0.5.3 [2021-03-19T20:56:44.915Z] #47 5.233 + install_gotestsum [2021-03-19T20:56:44.915Z] #47 5.239 + set -e [2021-03-19T20:56:44.915Z] #47 5.239 + export GO111MODULE=on [2021-03-19T20:56:44.915Z] #47 5.239 + GO111MODULE=on [2021-03-19T20:56:44.915Z] #47 5.239 + GOBIN=/build [2021-03-19T20:56:44.915Z] #47 5.239 + go get gotest.tools/gotestsum@v0.5.3 [2021-03-19T20:56:44.915Z] #47 5.501 go: finding gotest.tools v0.5.3 [2021-03-19T20:56:44.915Z] #47 5.501 go: finding gotest.tools/gotestsum v0.5.3 [2021-03-19T20:56:44.915Z] #47 7.472 go: downloading gotest.tools/gotestsum v0.5.3 [2021-03-19T20:56:44.915Z] #47 8.051 go: extracting gotest.tools/gotestsum v0.5.3 [2021-03-19T20:56:44.915Z] #47 9.276 go: downloading github.com/spf13/pflag v1.0.3 [2021-03-19T20:56:44.915Z] #47 9.300 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-19T20:56:44.915Z] #47 9.313 go: downloading github.com/pkg/errors v0.9.1 [2021-03-19T20:56:44.915Z] #47 9.326 go: downloading github.com/fatih/color v1.9.0 [2021-03-19T20:56:44.915Z] #47 9.462 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-19T20:56:44.915Z] #47 9.696 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-19T20:56:44.915Z] #47 9.710 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-19T20:56:44.915Z] #47 9.715 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-19T20:56:44.915Z] #47 9.722 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-19T20:56:44.915Z] #47 9.886 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-03-19T20:56:44.915Z] #47 9.898 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-19T20:56:44.915Z] #47 10.06 go: extracting github.com/spf13/pflag v1.0.3 [2021-03-19T20:56:44.915Z] #47 10.17 go: extracting github.com/pkg/errors v0.9.1 [2021-03-19T20:56:44.915Z] #47 10.19 go: extracting github.com/fatih/color v1.9.0 [2021-03-19T20:56:44.915Z] #47 10.36 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-19T20:56:44.915Z] #47 10.36 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-19T20:56:44.915Z] #47 10.69 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-03-19T20:56:44.915Z] #47 10.78 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-03-19T20:56:44.915Z] #47 10.80 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-03-19T20:56:44.915Z] #47 ... [2021-03-19T20:56:44.915Z] [2021-03-19T20:56:44.915Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-19T20:56:44.915Z] #40 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926 [2021-03-19T20:56:44.915Z] #40 4.944 + git clone https://github.com/docker/distribution.git . [2021-03-19T20:56:44.915Z] #40 4.956 Cloning into '.'... [2021-03-19T20:56:44.993Z] #9 DONE 41.5s [2021-03-19T20:56:44.993Z] [2021-03-19T20:56:44.993Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-03-19T20:56:44.993Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-03-19T20:56:44.993Z] #10 ... [2021-03-19T20:56:44.993Z] [2021-03-19T20:56:44.993Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-19T20:56:44.993Z] #29 sha256:695a3affcb3347dc3652046e2b7a527d0143e36a2b7d39ff98bec8e018fbdaaf [2021-03-19T20:56:44.993Z] #29 9.396 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-03-19T20:56:44.993Z] #29 9.469 [2021-03-19T20:56:44.993Z] #29 9.527 ######################################################################## 100.0% [2021-03-19T20:56:44.993Z] #29 9.556 [2021-03-19T20:56:44.993Z] #29 9.577 Download of images into '/build' complete. [2021-03-19T20:56:44.993Z] #29 9.577 Use something like the following to load the result into a Docker daemon: [2021-03-19T20:56:44.993Z] #29 9.577 tar -cC '/build' . | docker load [2021-03-19T20:56:44.993Z] #29 DONE 14.7s [2021-03-19T20:56:44.993Z] [2021-03-19T20:56:44.993Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-03-19T20:56:44.993Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-03-19T20:56:45.043Z] #43 22.90 CC images/regfile.o [2021-03-19T20:56:45.043Z] #43 23.14 CC images/ghost-file.o [2021-03-19T20:56:45.156Z] #32 ... [2021-03-19T20:56:45.156Z] [2021-03-19T20:56:45.156Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-03-19T20:56:45.156Z] #24 sha256:28c7e3baf331a18d3116a3814553eb6b169a7f02f05741707bd30919e72bbde2 [2021-03-19T20:56:45.156Z] #24 DONE 11.8s [2021-03-19T20:56:45.156Z] [2021-03-19T20:56:45.156Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-19T20:56:45.156Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-19T20:56:45.156Z] #40 7.512 + git clone https://github.com/docker/distribution.git . [2021-03-19T20:56:45.156Z] #40 7.512 Cloning into '.'... [2021-03-19T20:56:45.156Z] #40 ... [2021-03-19T20:56:45.156Z] [2021-03-19T20:56:45.156Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:56:45.156Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-19T20:56:45.156Z] #42 11.70 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [269 kB] [2021-03-19T20:56:45.182Z] #40 ... [2021-03-19T20:56:45.182Z] [2021-03-19T20:56:45.182Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-03-19T20:56:45.182Z] #67 sha256:e07e730f594c826a70467ecc9a8ca1d757bd8b9d0f207bc7ef1917a2d4597407 [2021-03-19T20:56:45.182Z] #67 4.828 + RM_GOPATH=0 [2021-03-19T20:56:45.182Z] #67 4.828 + TMP_GOPATH= [2021-03-19T20:56:45.182Z] #67 4.830 + : /build [2021-03-19T20:56:45.182Z] #67 4.830 + '[' -z '' ']' [2021-03-19T20:56:45.182Z] #67 4.831 ++ mktemp -d [2021-03-19T20:56:45.182Z] #67 4.835 + export GOPATH=/tmp/tmp.IJUF6Gd4rW [2021-03-19T20:56:45.182Z] #67 4.835 + GOPATH=/tmp/tmp.IJUF6Gd4rW [2021-03-19T20:56:45.182Z] #67 4.835 + RM_GOPATH=1 [2021-03-19T20:56:45.182Z] #67 4.835 + case "$(go env GOARCH)" in [2021-03-19T20:56:45.182Z] #67 4.838 ++ go env GOARCH [2021-03-19T20:56:45.182Z] #67 4.858 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:45.182Z] #67 4.858 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:45.182Z] #67 4.861 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-19T20:56:45.182Z] #67 4.874 ++ dirname /tmp/install/install.sh [2021-03-19T20:56:45.182Z] #67 4.874 + dir=/tmp/install [2021-03-19T20:56:45.182Z] #67 4.874 + bin=proxy [2021-03-19T20:56:45.182Z] #67 4.874 + shift [2021-03-19T20:56:45.182Z] #67 4.874 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-03-19T20:56:45.182Z] #67 4.874 + . /tmp/install/proxy.installer [2021-03-19T20:56:45.182Z] #67 4.874 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-19T20:56:45.182Z] #67 4.874 + install_proxy [2021-03-19T20:56:45.182Z] #67 4.874 + case "$1" in [2021-03-19T20:56:45.182Z] #67 4.874 + export CGO_ENABLED=0 [2021-03-19T20:56:45.182Z] #67 4.874 + CGO_ENABLED=0 [2021-03-19T20:56:45.182Z] #67 4.874 + _install_proxy [2021-03-19T20:56:45.182Z] #67 4.874 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7' [2021-03-19T20:56:45.182Z] #67 4.874 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.IJUF6Gd4rW/src/github.com/docker/libnetwork [2021-03-19T20:56:45.182Z] #67 4.874 Cloning into '/tmp/tmp.IJUF6Gd4rW/src/github.com/docker/libnetwork'... [2021-03-19T20:56:45.182Z] #67 ... [2021-03-19T20:56:45.182Z] [2021-03-19T20:56:45.182Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-03-19T20:56:45.182Z] #55 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-03-19T20:56:45.182Z] #55 5.849 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-19T20:56:45.182Z] #55 6.030 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-19T20:56:45.182Z] #55 6.030 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-19T20:56:45.182Z] #55 6.962 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-03-19T20:56:45.182Z] #55 8.693 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [264 kB] [2021-03-19T20:56:45.182Z] #55 10.36 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-03-19T20:56:45.286Z] #30 14.10 #=#=# 1.2% # 2.3% ## 3.9% #### 6.1% ##### 8.1% ###### 9.6% ####### 10.7% ######## 12.4% ########## 14.0% ########### 15.7% ############ 17.8% ############ 17.9% ############## 20.1% ############### 21.7% ################ 22.3% ################ 23.2% ################# 23.7% ################# 24.4% ################## 26.2% #################### 27.8% ##################### 29.4% ###################### 31.1% ####################### 32.1% ######################## 33.8% ######################### 35.9% ########################### 37.6% ############################ 39.4% ############################# 40.5% ############################## 42.1% ############################### 43.2% ################################ 44.8% ################################# 45.9% ################################# 47.0% ################################## 48.6% #################################### 50.2% ##################################### 51.8% ###################################### 53.4% ####################################### 55.0% ######################################### 57.1% ########################################## 58.6% ########################################### 60.2% ############################################ 61.3% ############################################ 62.4% ############################################## 64.4% ############################################### 66.0% ################################################ 67.1% ################################################# 68.7% ################################################## 70.3% ################################################### 70.9% #################################################### 72.3% ##################################################### 74.0% ###################################################### 75.1% ###################################################### 76.2% ####################################################### 76.7% ######################################################## 78.3% ######################################################### 80.0% ########################################################## 81.6% ########################################################### 82.7% ############################################################ 84.3% ############################################################# 85.4% ############################################################### 87.6% ############################################################### 88.6% ################################################################ 90.2% ################################################################## 91.9% ################################################################### 93.5% #################################################################### 95.1% ##################################################################### 96.7% ###################################################################### 98.3% ####################################################################### 100.0% ######################################################################## 100.0% [2021-03-19T20:56:45.299Z] #43 ... [2021-03-19T20:56:45.299Z] [2021-03-19T20:56:45.299Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:56:45.299Z] #51 sha256:b96f323355eb744496a90a86893b5de303e87dbe96a908fc2b231d4941f7968f [2021-03-19T20:56:45.299Z] #51 110.3 mvdan.cc/sh/v3/syntax [2021-03-19T20:56:45.299Z] #51 116.5 mvdan.cc/sh/v3/cmd/shfmt [2021-03-19T20:56:45.299Z] #51 ... [2021-03-19T20:56:45.299Z] [2021-03-19T20:56:45.299Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-19T20:56:45.299Z] #56 sha256:c3a248de174e46393527b7999afa19b72d7795c2b19963e1251c2b7bc966f059 [2021-03-19T20:56:45.299Z] #56 54.80 + export 'BUILDTAGS=netgo osusergo static_build' [2021-03-19T20:56:45.299Z] #56 54.80 + BUILDTAGS='netgo osusergo static_build' [2021-03-19T20:56:45.299Z] #56 54.80 + export EXTRA_FLAGS=-buildmode=pie [2021-03-19T20:56:45.299Z] #56 54.80 + EXTRA_FLAGS=-buildmode=pie [2021-03-19T20:56:45.299Z] #56 54.80 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-03-19T20:56:45.299Z] #56 54.80 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-03-19T20:56:45.299Z] #56 54.80 + '[' '' = dynamic ']' [2021-03-19T20:56:45.299Z] #56 54.80 + make [2021-03-19T20:56:45.299Z] #56 55.78 + bin/ctr [2021-03-19T20:56:45.561Z] #55 ... [2021-03-19T20:56:45.561Z] [2021-03-19T20:56:45.561Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:56:45.561Z] #45 sha256:7c7570aae27449b8fbce88d7ff9f45e13317ac59cb4f516bce02de03467ff278 [2021-03-19T20:56:45.561Z] #45 4.724 + RM_GOPATH=0 [2021-03-19T20:56:45.561Z] #45 4.724 + TMP_GOPATH= [2021-03-19T20:56:45.561Z] #45 4.724 + : /build [2021-03-19T20:56:45.561Z] #45 4.724 + '[' -z '' ']' [2021-03-19T20:56:45.561Z] #45 4.724 ++ mktemp -d [2021-03-19T20:56:45.561Z] #45 4.726 + export GOPATH=/tmp/tmp.z0nCkoQtGH [2021-03-19T20:56:45.561Z] #45 4.726 + GOPATH=/tmp/tmp.z0nCkoQtGH [2021-03-19T20:56:45.561Z] #45 4.726 + RM_GOPATH=1 [2021-03-19T20:56:45.561Z] #45 4.727 + case "$(go env GOARCH)" in [2021-03-19T20:56:45.561Z] #45 4.729 ++ go env GOARCH [2021-03-19T20:56:45.561Z] #45 4.757 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:45.561Z] #45 4.757 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:45.561Z] #45 4.759 ++ dirname /tmp/install/install.sh [2021-03-19T20:56:45.561Z] #45 4.762 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-19T20:56:45.561Z] #45 4.763 + dir=/tmp/install [2021-03-19T20:56:45.561Z] #45 4.763 + bin=vndr [2021-03-19T20:56:45.561Z] #45 4.763 + shift [2021-03-19T20:56:45.561Z] #45 4.763 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-03-19T20:56:45.561Z] #45 4.763 + . /tmp/install/vndr.installer [2021-03-19T20:56:45.561Z] #45 4.763 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-19T20:56:45.561Z] #45 4.763 + install_vndr [2021-03-19T20:56:45.561Z] #45 4.763 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-03-19T20:56:45.561Z] #45 4.763 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.z0nCkoQtGH/src/github.com/LK4D4/vndr [2021-03-19T20:56:45.561Z] #45 4.767 Cloning into '/tmp/tmp.z0nCkoQtGH/src/github.com/LK4D4/vndr'... [2021-03-19T20:56:45.561Z] #45 5.271 + cd /tmp/tmp.z0nCkoQtGH/src/github.com/LK4D4/vndr [2021-03-19T20:56:45.561Z] #45 5.272 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-19T20:56:45.561Z] #45 5.298 + go build -buildmode=pie -v -o /build/vndr . [2021-03-19T20:56:45.561Z] #45 6.623 internal/bytealg [2021-03-19T20:56:45.561Z] #45 6.629 sync/atomic [2021-03-19T20:56:45.561Z] #45 6.669 unicode [2021-03-19T20:56:45.561Z] #45 6.697 unicode/utf8 [2021-03-19T20:56:45.561Z] #45 7.402 math [2021-03-19T20:56:45.561Z] #45 7.484 internal/testlog [2021-03-19T20:56:45.561Z] #45 7.829 encoding [2021-03-19T20:56:45.561Z] #45 8.140 unicode/utf16 [2021-03-19T20:56:45.561Z] #45 8.570 runtime [2021-03-19T20:56:45.561Z] #45 8.763 container/list [2021-03-19T20:56:45.561Z] #45 10.44 crypto/internal/subtle [2021-03-19T20:56:45.561Z] #45 10.94 crypto/subtle [2021-03-19T20:56:45.561Z] #45 11.15 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-03-19T20:56:45.561Z] #45 11.60 internal/nettrace [2021-03-19T20:56:45.561Z] #45 11.65 runtime/cgo [2021-03-19T20:56:45.561Z] #45 ... [2021-03-19T20:56:45.561Z] [2021-03-19T20:56:45.561Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-19T20:56:45.561Z] #58 sha256:c951e0989007326ee2a2bb4d504b6cceebbabb0adff005b80756e41792ae8f61 [2021-03-19T20:56:45.561Z] #58 11.14 go: downloading github.com/pkg/errors v0.9.1 [2021-03-19T20:56:45.561Z] #58 11.15 go: downloading github.com/sirupsen/logrus v1.7.0 [2021-03-19T20:56:45.561Z] #58 11.17 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-19T20:56:45.561Z] #58 11.23 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-19T20:56:45.561Z] #58 11.31 go: extracting github.com/pkg/errors v0.9.1 [2021-03-19T20:56:45.561Z] #58 11.54 go: downloading github.com/moby/sys/mountinfo v0.4.0 [2021-03-19T20:56:45.561Z] #58 11.88 go: extracting github.com/sirupsen/logrus v1.7.0 [2021-03-19T20:56:45.561Z] #58 11.90 go: downloading github.com/gofrs/flock v0.8.0 [2021-03-19T20:56:45.573Z] #10 DONE 1.3s [2021-03-19T20:56:45.573Z] [2021-03-19T20:56:45.573Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-03-19T20:56:45.573Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-03-19T20:56:45.584Z] #30 22.65 [2021-03-19T20:56:45.888Z] #58 11.96 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-19T20:56:45.888Z] #58 11.99 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-03-19T20:56:45.888Z] #58 12.00 go: downloading github.com/google/uuid v1.2.0 [2021-03-19T20:56:45.888Z] #58 12.12 go: downloading github.com/gorilla/mux v1.8.0 [2021-03-19T20:56:45.967Z] #40 ... [2021-03-19T20:56:45.967Z] [2021-03-19T20:56:45.967Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:56:45.967Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:56:45.967Z] #13 17.76 Get:8 http://deb.debian.org/debian buster-backports/main amd64 Packages [458 kB] [2021-03-19T20:56:45.967Z] #13 ... [2021-03-19T20:56:45.967Z] [2021-03-19T20:56:45.967Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:56:45.967Z] #49 sha256:1d825f363e705a339d4a3766adffa15c59f3958db7bfc9b7a5f17a457a96a742 [2021-03-19T20:56:45.967Z] #49 28.65 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-19T20:56:45.967Z] #49 30.96 go: downloading github.com/spf13/cast v1.3.0 [2021-03-19T20:56:45.967Z] #49 31.12 go: extracting github.com/spf13/cast v1.3.0 [2021-03-19T20:56:45.967Z] #49 33.01 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-03-19T20:56:45.967Z] #49 33.03 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-19T20:56:45.967Z] #49 33.08 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-19T20:56:45.967Z] #49 33.18 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-03-19T20:56:45.967Z] #49 33.18 go: downloading golang.org/x/text v0.3.2 [2021-03-19T20:56:45.967Z] #49 33.18 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-19T20:56:45.967Z] #49 33.19 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-19T20:56:45.967Z] #49 33.20 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-19T20:56:45.967Z] #49 33.26 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-19T20:56:45.967Z] #49 33.28 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-19T20:56:45.967Z] #49 33.52 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-19T20:56:45.967Z] #49 33.53 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-03-19T20:56:45.967Z] #49 33.59 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-03-19T20:56:45.967Z] #49 33.66 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-19T20:56:45.967Z] #49 33.79 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-19T20:56:45.967Z] #49 33.83 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-19T20:56:45.967Z] #49 33.86 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-03-19T20:56:45.967Z] #49 33.86 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-19T20:56:45.967Z] #49 33.99 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-19T20:56:45.967Z] #49 34.01 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-19T20:56:45.967Z] #49 34.15 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-03-19T20:56:45.967Z] #49 34.27 go: downloading github.com/magiconair/properties v1.8.1 [2021-03-19T20:56:45.967Z] #49 34.33 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-03-19T20:56:45.967Z] #49 ... [2021-03-19T20:56:45.967Z] [2021-03-19T20:56:45.967Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-03-19T20:56:45.967Z] #47 sha256:f24ad774b1bee98636902ffac858642277b07b9a181d0019531ecb7505503607 [2021-03-19T20:56:45.967Z] #47 24.37 go: finding github.com/fatih/color v1.9.0 [2021-03-19T20:56:45.967Z] #47 24.39 go: finding github.com/pkg/errors v0.9.1 [2021-03-19T20:56:45.967Z] #47 24.42 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-19T20:56:45.967Z] #47 24.44 go: finding github.com/mattn/go-colorable v0.1.6 [2021-03-19T20:56:45.967Z] #47 24.54 go: finding github.com/spf13/pflag v1.0.3 [2021-03-19T20:56:45.967Z] #47 24.59 go: finding github.com/mattn/go-isatty v0.0.12 [2021-03-19T20:56:45.967Z] #47 25.13 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-19T20:56:45.967Z] #47 25.54 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-03-19T20:56:45.967Z] #47 25.56 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-19T20:56:45.967Z] #47 25.70 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-19T20:56:45.967Z] #47 25.73 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-19T20:56:46.153Z] #58 12.46 go: extracting github.com/moby/sys/mountinfo v0.4.0 [2021-03-19T20:56:46.227Z] #47 ... [2021-03-19T20:56:46.227Z] [2021-03-19T20:56:46.227Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-19T20:56:46.227Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-19T20:56:46.228Z] #40 34.05 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-03-19T20:56:46.419Z] #58 12.75 go: downloading github.com/moby/vpnkit v0.4.0 [2021-03-19T20:56:46.419Z] #58 12.76 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-19T20:56:46.419Z] #58 12.77 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-19T20:56:46.419Z] #58 12.89 go: extracting github.com/gofrs/flock v0.8.0 [2021-03-19T20:56:46.686Z] #58 12.99 go: extracting github.com/google/uuid v1.2.0 [2021-03-19T20:56:46.952Z] #11 DONE 0.9s [2021-03-19T20:56:46.952Z] [2021-03-19T20:56:46.952Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-19T20:56:46.952Z] #58 sha256:a433a57029601133f46506bed3c358688b8891ed7814f92d40b425579013c89b [2021-03-19T20:56:46.952Z] #58 ... [2021-03-19T20:56:46.952Z] [2021-03-19T20:56:46.952Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-03-19T20:56:46.952Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-03-19T20:56:46.952Z] #39 DONE 0.3s [2021-03-19T20:56:46.952Z] [2021-03-19T20:56:46.952Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-03-19T20:56:46.952Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-03-19T20:56:46.952Z] #31 DONE 0.3s [2021-03-19T20:56:47.061Z] #58 13.21 go: extracting github.com/gorilla/mux v1.8.0 [2021-03-19T20:56:47.079Z] #42 13.71 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-19T20:56:47.122Z] #30 24.13 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-03-19T20:56:47.192Z] #56 ... [2021-03-19T20:56:47.192Z] [2021-03-19T20:56:47.192Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:56:47.192Z] #51 sha256:b96f323355eb744496a90a86893b5de303e87dbe96a908fc2b231d4941f7968f [2021-03-19T20:56:47.192Z] #51 DONE 122.3s [2021-03-19T20:56:47.218Z] [2021-03-19T20:56:47.218Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-19T20:56:47.218Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-19T20:56:47.421Z] #30 24.60 [2021-03-19T20:56:47.449Z] [2021-03-19T20:56:47.449Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:56:47.449Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:56:47.449Z] #43 23.49 CC images/fifo.o [2021-03-19T20:56:47.449Z] #43 23.77 CC images/remap-file-path.o [2021-03-19T20:56:47.449Z] #43 23.99 CC images/eventfd.o [2021-03-19T20:56:47.449Z] #43 24.25 CC images/eventpoll.o [2021-03-19T20:56:47.449Z] #43 24.62 CC images/fh.o [2021-03-19T20:56:47.449Z] #43 24.88 CC images/fsnotify.o [2021-03-19T20:56:47.449Z] #43 25.60 CC images/signalfd.o [2021-03-19T20:56:47.667Z] #58 13.96 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-19T20:56:47.667Z] #58 14.06 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-19T20:56:47.667Z] #58 14.18 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-03-19T20:56:47.721Z] #30 24.88 0.4% ############################################## 64.0% ######################################################################## 100.0% [2021-03-19T20:56:47.932Z] #58 ... [2021-03-19T20:56:47.932Z] [2021-03-19T20:56:47.932Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-03-19T20:56:47.932Z] #27 sha256:042809446c6a0ab60da5f8da0f09ebf34dd975903acff610e00883df9e39ea02 [2021-03-19T20:56:47.932Z] #27 22.98 Setting up libgssapi-krb5-2:arm64 (1.17-3+deb10u1) ... [2021-03-19T20:56:47.932Z] #27 23.08 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-19T20:56:47.932Z] #27 23.13 Setting up libcurl4:arm64 (7.64.0-4+deb10u1) ... [2021-03-19T20:56:47.932Z] #27 23.21 Setting up curl (7.64.0-4+deb10u1) ... [2021-03-19T20:56:47.932Z] #27 23.26 Processing triggers for libc-bin (2.28-10) ... [2021-03-19T20:56:47.932Z] #27 23.34 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-03-19T20:56:47.932Z] #27 23.37 Updating certificates in /etc/ssl/certs... [2021-03-19T20:56:47.932Z] #27 28.45 0 added, 0 removed; done. [2021-03-19T20:56:47.932Z] #27 28.45 Running hooks in /etc/ca-certificates/update.d... [2021-03-19T20:56:47.932Z] #27 28.46 done. [2021-03-19T20:56:47.932Z] #27 DONE 31.4s [2021-03-19T20:56:47.932Z] [2021-03-19T20:56:47.932Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-03-19T20:56:47.932Z] #28 sha256:33a2069c163d7a6cc00eb137eb3f27719fb20c8d073a96bc606253718363af2a [2021-03-19T20:56:48.012Z] #43 26.04 CC images/fs.o [2021-03-19T20:56:48.022Z] #30 25.18 [2021-03-19T20:56:48.321Z] #30 ... [2021-03-19T20:56:48.321Z] [2021-03-19T20:56:48.321Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:56:48.321Z] #37 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-03-19T20:56:48.321Z] #37 18.44 Fetched 8199 kB in 17s (472 kB/s) [2021-03-19T20:56:48.321Z] #37 18.44 Reading package lists... [2021-03-19T20:56:48.575Z] #43 26.54 CC images/pstree.o [2021-03-19T20:56:48.621Z] #37 27.86 Reading package lists... [2021-03-19T20:56:48.621Z] #37 ... [2021-03-19T20:56:48.621Z] [2021-03-19T20:56:48.621Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:56:48.621Z] #43 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-03-19T20:56:48.621Z] #43 18.37 Fetched 8199 kB in 18s (462 kB/s) [2021-03-19T20:56:48.621Z] #43 18.37 Reading package lists... [2021-03-19T20:56:48.621Z] #43 28.37 Reading package lists... [2021-03-19T20:56:48.621Z] #43 ... [2021-03-19T20:56:48.621Z] [2021-03-19T20:56:48.621Z] #68 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-03-19T20:56:48.621Z] #68 sha256:3ef5623a28fd446b1575f0f1c4f76047bfa1978592d486c77d37c53ab2ffdce7 [2021-03-19T20:56:48.621Z] #68 23.56 Checking out files: 50% (954/1905) Checking out files: 51% (972/1905) Checking out files: 52% (991/1905) Checking out files: 53% (1010/1905) Checking out files: 54% (1029/1905) Checking out files: 55% (1048/1905) Checking out files: 56% (1067/1905) Checking out files: 57% (1086/1905) Checking out files: 58% (1105/1905) Checking out files: 59% (1124/1905) Checking out files: 60% (1143/1905) Checking out files: 61% (1163/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 89% (1711/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2021-03-19T20:56:48.621Z] #68 24.98 + cd /tmp/tmp.MgLCAijyzo/src/github.com/docker/libnetwork [2021-03-19T20:56:48.621Z] #68 24.98 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-19T20:56:48.621Z] #68 25.44 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-03-19T20:56:48.832Z] #43 26.71 CC images/pipe.o [2021-03-19T20:56:48.832Z] #43 26.92 CC images/tcp-stream.o [2021-03-19T20:56:48.887Z] #28 DONE 0.8s [2021-03-19T20:56:48.887Z] [2021-03-19T20:56:48.887Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-19T20:56:48.887Z] #29 sha256:5022901ae8214cd8853276f0bd9e737e378415bcdd77bae71057d2f586e8d936 [2021-03-19T20:56:48.920Z] #68 ... [2021-03-19T20:56:48.920Z] [2021-03-19T20:56:48.920Z] #56 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-03-19T20:56:48.920Z] #56 sha256:c6de94bf361792c0630dfe92297aafeb0498862bc4e1fa7f675f3ac2c82c21ea [2021-03-19T20:56:48.920Z] #56 18.95 Fetched 8199 kB in 18s (455 kB/s) [2021-03-19T20:56:48.920Z] #56 18.95 Reading package lists... [2021-03-19T20:56:48.920Z] #56 26.04 Reading package lists... [2021-03-19T20:56:48.920Z] #56 ... [2021-03-19T20:56:48.920Z] [2021-03-19T20:56:48.920Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:56:48.920Z] #50 sha256:215d344bcc7283861030d950302f92637cfd52e58979a60470edd2ab99318878 [2021-03-19T20:56:48.920Z] #50 21.76 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-19T20:56:48.920Z] #50 21.82 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-03-19T20:56:48.920Z] #50 21.85 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-03-19T20:56:48.920Z] #50 21.95 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-19T20:56:48.920Z] #50 22.02 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-03-19T20:56:48.920Z] #50 22.06 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-19T20:56:48.920Z] #50 22.08 go: downloading github.com/gogo/protobuf v1.2.1 [2021-03-19T20:56:48.920Z] #50 22.11 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-03-19T20:56:48.920Z] #50 22.11 go: extracting github.com/kisielk/gotool v1.0.0 [2021-03-19T20:56:48.920Z] #50 22.15 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-19T20:56:48.920Z] #50 22.20 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-03-19T20:56:48.920Z] #50 22.36 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-19T20:56:48.920Z] #50 22.50 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-19T20:56:48.920Z] #50 22.57 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-03-19T20:56:48.920Z] #50 22.69 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-03-19T20:56:48.920Z] #50 22.72 go: extracting github.com/gobwas/glob v0.2.3 [2021-03-19T20:56:48.920Z] #50 22.84 go: downloading github.com/fatih/color v1.7.0 [2021-03-19T20:56:48.920Z] #50 22.85 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-03-19T20:56:48.920Z] #50 22.85 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-19T20:56:48.920Z] #50 22.85 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-19T20:56:48.920Z] #50 22.97 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-19T20:56:48.920Z] #50 23.40 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-19T20:56:48.920Z] #50 23.77 go: downloading github.com/spf13/viper v1.6.1 [2021-03-19T20:56:48.920Z] #50 24.05 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-03-19T20:56:48.920Z] #50 24.18 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-19T20:56:48.920Z] #50 24.29 go: extracting github.com/fatih/color v1.7.0 [2021-03-19T20:56:48.920Z] #50 24.92 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-19T20:56:48.920Z] #50 25.24 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-19T20:56:48.920Z] #50 25.43 go: extracting github.com/spf13/viper v1.6.1 [2021-03-19T20:56:48.920Z] #50 25.61 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-19T20:56:48.920Z] #50 25.84 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-19T20:56:48.920Z] #50 26.02 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-19T20:56:48.920Z] #50 26.09 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-19T20:56:48.920Z] #50 26.17 go: downloading github.com/subosito/gotenv v1.2.0 [2021-03-19T20:56:48.920Z] #50 26.34 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-03-19T20:56:48.920Z] #50 26.76 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-03-19T20:56:48.920Z] #50 26.82 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-19T20:56:48.920Z] #50 26.88 go: downloading github.com/magiconair/properties v1.8.1 [2021-03-19T20:56:48.920Z] #50 26.99 go: extracting github.com/subosito/gotenv v1.2.0 [2021-03-19T20:56:48.920Z] #50 27.04 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-03-19T20:56:48.920Z] #50 27.07 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-19T20:56:48.920Z] #50 27.08 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-19T20:56:48.920Z] #50 27.45 go: extracting github.com/magiconair/properties v1.8.1 [2021-03-19T20:56:48.920Z] #50 27.54 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-03-19T20:56:48.920Z] #50 27.54 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-03-19T20:56:48.920Z] #50 27.65 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-19T20:56:48.920Z] #50 27.65 go: downloading github.com/spf13/cast v1.3.0 [2021-03-19T20:56:48.920Z] #50 27.85 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-19T20:56:48.920Z] #50 27.86 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-19T20:56:48.920Z] #50 28.02 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-03-19T20:56:48.920Z] #50 28.16 go: extracting github.com/spf13/cast v1.3.0 [2021-03-19T20:56:48.920Z] #50 28.22 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-03-19T20:56:48.920Z] #50 28.29 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-03-19T20:56:48.920Z] #50 28.36 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-03-19T20:56:48.920Z] #50 28.51 go: downloading github.com/spf13/afero v1.1.2 [2021-03-19T20:56:48.920Z] #50 28.63 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-03-19T20:56:48.920Z] #50 28.93 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-03-19T20:56:48.921Z] #50 28.97 go: downloading github.com/stretchr/testify v1.4.0 [2021-03-19T20:56:49.220Z] #50 29.23 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-03-19T20:56:49.220Z] #50 29.39 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-03-19T20:56:49.395Z] #43 27.20 CC images/sk-packet.o [2021-03-19T20:56:49.395Z] #43 27.41 CC images/mnt.o [2021-03-19T20:56:49.527Z] #50 29.50 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-03-19T20:56:49.527Z] #50 29.51 go: extracting github.com/spf13/afero v1.1.2 [2021-03-19T20:56:49.527Z] #50 ... [2021-03-19T20:56:49.527Z] [2021-03-19T20:56:49.527Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-19T20:56:49.527Z] #30 sha256:4cd68f2222db7a4f91b6e61d8f105ac3d05507837cdfbbdfc8205fd2149b42f5 [2021-03-19T20:56:49.527Z] #30 26.70 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-03-19T20:56:49.527Z] #30 26.88 skipping existing 5cb8031fd95d [2021-03-19T20:56:49.651Z] #43 27.62 CC images/pipe-data.o [2021-03-19T20:56:49.832Z] #30 27.09 [2021-03-19T20:56:49.907Z] #43 27.78 CC images/sa.o [2021-03-19T20:56:49.907Z] #43 28.06 CC images/timer.o [2021-03-19T20:56:50.376Z] #42 ... [2021-03-19T20:56:50.376Z] [2021-03-19T20:56:50.376Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:56:50.376Z] #49 sha256:01ff86e85448981fd9bdd323542c05e8521e4f26b4d005fc5898f2c3b350ce98 [2021-03-19T20:56:50.376Z] #49 16.54 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-19T20:56:50.376Z] #49 16.54 go: downloading github.com/fatih/color v1.7.0 [2021-03-19T20:56:50.376Z] #49 16.56 go: downloading github.com/spf13/viper v1.6.1 [2021-03-19T20:56:50.376Z] #49 16.56 go: downloading github.com/spf13/pflag v1.0.5 [2021-03-19T20:56:50.376Z] #49 16.59 go: downloading github.com/spf13/cobra v0.0.5 [2021-03-19T20:56:50.376Z] #49 16.68 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-03-19T20:56:50.376Z] #49 16.80 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-03-19T20:56:50.376Z] #49 16.95 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-19T20:56:50.376Z] #49 16.95 go: extracting github.com/fatih/color v1.7.0 [2021-03-19T20:56:50.376Z] #49 16.95 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-03-19T20:56:50.376Z] #49 16.95 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-19T20:56:50.376Z] #49 16.95 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-03-19T20:56:50.376Z] #49 17.14 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-03-19T20:56:50.376Z] #49 17.22 go: extracting github.com/spf13/pflag v1.0.5 [2021-03-19T20:56:50.376Z] #49 17.22 go: extracting github.com/spf13/viper v1.6.1 [2021-03-19T20:56:50.376Z] #49 17.22 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-03-19T20:56:50.480Z] #43 28.51 CC images/timerfd.o [2021-03-19T20:56:50.636Z] #49 17.34 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-03-19T20:56:50.636Z] #49 17.38 go: downloading github.com/pkg/errors v0.8.1 [2021-03-19T20:56:50.636Z] #49 17.40 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-19T20:56:50.736Z] #43 28.74 CC images/mm.o [2021-03-19T20:56:50.885Z] #30 ... [2021-03-19T20:56:50.885Z] [2021-03-19T20:56:50.885Z] #14 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:56:50.885Z] #14 sha256:5151d703b769bc35b6bada7e872d6f26a661733fd6a91bb6a69d949f095f4d31 [2021-03-19T20:56:50.885Z] #14 20.57 Fetched 8692 kB in 20s (436 kB/s) [2021-03-19T20:56:50.885Z] #14 20.57 Reading package lists... [2021-03-19T20:56:51.183Z] #14 ... [2021-03-19T20:56:51.183Z] [2021-03-19T20:56:51.183Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:56:51.183Z] #50 sha256:215d344bcc7283861030d950302f92637cfd52e58979a60470edd2ab99318878 [2021-03-19T20:56:51.183Z] #50 29.66 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-03-19T20:56:51.183Z] #50 30.00 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-03-19T20:56:51.183Z] #50 30.16 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-03-19T20:56:51.183Z] #50 30.28 go: extracting github.com/stretchr/testify v1.4.0 [2021-03-19T20:56:51.183Z] #50 30.55 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-03-19T20:56:51.183Z] #50 30.56 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-03-19T20:56:51.183Z] #50 30.72 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-03-19T20:56:51.183Z] #50 30.73 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-03-19T20:56:51.183Z] #50 30.77 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-19T20:56:51.183Z] #50 30.77 go: downloading github.com/stretchr/objx v0.2.0 [2021-03-19T20:56:51.183Z] #50 31.10 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-03-19T20:56:51.183Z] #50 31.12 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-03-19T20:56:51.183Z] #50 31.35 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-03-19T20:56:51.183Z] #50 31.36 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-19T20:56:51.212Z] #49 17.85 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-03-19T20:56:51.212Z] #49 17.85 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-19T20:56:51.212Z] #49 17.85 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-03-19T20:56:51.212Z] #49 17.85 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-03-19T20:56:51.212Z] #49 17.85 go: downloading github.com/stretchr/testify v1.4.0 [2021-03-19T20:56:51.212Z] #49 17.85 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-03-19T20:56:51.212Z] #49 17.85 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-03-19T20:56:51.212Z] #49 17.85 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-03-19T20:56:51.212Z] #49 17.85 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-03-19T20:56:51.212Z] #49 17.85 go: extracting github.com/pkg/errors v0.8.1 [2021-03-19T20:56:51.212Z] #49 17.85 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-19T20:56:51.299Z] #43 29.11 CC images/sk-opts.o [2021-03-19T20:56:51.299Z] #43 29.37 CC images/sk-unix.o [2021-03-19T20:56:51.458Z] #29 2.650 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-03-19T20:56:51.472Z] #49 18.07 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-19T20:56:51.472Z] #49 18.13 go: extracting github.com/spf13/cobra v0.0.5 [2021-03-19T20:56:51.556Z] #43 29.66 CC images/sk-inet.o [2021-03-19T20:56:51.733Z] #49 18.33 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-03-19T20:56:51.733Z] #49 18.33 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-03-19T20:56:51.733Z] #49 18.38 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-03-19T20:56:51.733Z] #49 18.45 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-03-19T20:56:51.733Z] #49 18.59 go: extracting github.com/stretchr/testify v1.4.0 [2021-03-19T20:56:51.733Z] #49 18.59 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-03-19T20:56:51.812Z] #43 ... [2021-03-19T20:56:51.812Z] [2021-03-19T20:56:51.812Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:56:51.812Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:56:51.812Z] #13 121.3 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-03-19T20:56:51.812Z] #13 121.3 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-03-19T20:56:51.830Z] #50 31.82 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-03-19T20:56:51.830Z] #50 31.89 go: extracting github.com/stretchr/objx v0.2.0 [2021-03-19T20:56:52.039Z] #29 3.220 [2021-03-19T20:56:52.051Z] #49 18.68 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-03-19T20:56:52.069Z] #13 121.4 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-19T20:56:52.129Z] #50 32.14 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-03-19T20:56:52.428Z] #50 ... [2021-03-19T20:56:52.428Z] [2021-03-19T20:56:52.428Z] #59 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-19T20:56:52.428Z] #59 sha256:f70128a5ccad575f94a98ddbe0086434969b1a79b94f50efdd288e46d31c1189 [2021-03-19T20:56:52.428Z] #59 22.50 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-19T20:56:52.428Z] #59 22.73 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-19T20:56:52.428Z] #59 22.93 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-03-19T20:56:52.428Z] #59 23.51 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-03-19T20:56:52.428Z] #59 24.22 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-03-19T20:56:52.428Z] #59 27.60 go: finding github.com/pkg/errors v0.9.1 [2021-03-19T20:56:52.428Z] #59 27.67 go: finding github.com/sirupsen/logrus v1.7.0 [2021-03-19T20:56:52.428Z] #59 27.70 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-19T20:56:52.428Z] #59 27.89 go: finding github.com/google/uuid v1.2.0 [2021-03-19T20:56:52.428Z] #59 27.96 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-19T20:56:52.428Z] #59 28.33 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-19T20:56:52.428Z] #59 28.39 go: finding github.com/gofrs/flock v0.8.0 [2021-03-19T20:56:52.428Z] #59 28.42 go: finding github.com/moby/vpnkit v0.4.0 [2021-03-19T20:56:52.428Z] #59 28.54 go: finding github.com/gorilla/mux v1.8.0 [2021-03-19T20:56:52.428Z] #59 28.65 go: finding github.com/moby/sys/mountinfo v0.4.0 [2021-03-19T20:56:52.428Z] #59 28.77 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-03-19T20:56:52.428Z] #59 28.82 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-03-19T20:56:52.428Z] #59 28.83 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-19T20:56:52.428Z] #59 29.18 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-19T20:56:52.428Z] #59 29.46 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-03-19T20:56:52.622Z] #49 19.07 go: downloading github.com/magiconair/properties v1.8.1 [2021-03-19T20:56:52.622Z] #49 19.13 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-03-19T20:56:52.727Z] #59 ... [2021-03-19T20:56:52.727Z] [2021-03-19T20:56:52.727Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-19T20:56:52.727Z] #30 sha256:4cd68f2222db7a4f91b6e61d8f105ac3d05507837cdfbbdfc8205fd2149b42f5 [2021-03-19T20:56:52.727Z] #30 28.55 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-03-19T20:56:52.727Z] #30 29.20 [2021-03-19T20:56:52.814Z] #40 ... [2021-03-19T20:56:52.814Z] [2021-03-19T20:56:52.814Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:56:52.814Z] #49 sha256:1d825f363e705a339d4a3766adffa15c59f3958db7bfc9b7a5f17a457a96a742 [2021-03-19T20:56:52.814Z] #49 34.49 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-19T20:56:52.814Z] #49 34.58 go: downloading github.com/ultraware/funlen v0.0.2 [2021-03-19T20:56:52.814Z] #49 35.11 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-19T20:56:52.814Z] #49 35.11 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-19T20:56:52.814Z] #49 35.20 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-03-19T20:56:52.814Z] #49 35.22 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-03-19T20:56:52.814Z] #49 35.50 go: extracting github.com/magiconair/properties v1.8.1 [2021-03-19T20:56:52.814Z] #49 35.56 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-19T20:56:52.814Z] #49 35.85 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-19T20:56:52.814Z] #49 35.85 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-19T20:56:52.814Z] #49 35.91 go: extracting github.com/ultraware/funlen v0.0.2 [2021-03-19T20:56:52.814Z] #49 35.93 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-19T20:56:52.814Z] #49 36.17 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-19T20:56:52.814Z] #49 36.18 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-19T20:56:52.814Z] #49 36.32 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-19T20:56:52.814Z] #49 36.35 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-19T20:56:52.814Z] #49 36.39 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-19T20:56:52.814Z] #49 36.67 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-19T20:56:52.814Z] #49 36.70 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-19T20:56:52.814Z] #49 36.74 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-03-19T20:56:52.814Z] #49 36.90 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-03-19T20:56:52.814Z] #49 36.90 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-19T20:56:52.814Z] #49 36.98 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-19T20:56:52.814Z] #49 36.98 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-19T20:56:52.814Z] #49 36.98 go: downloading github.com/kisielk/gotool v1.0.0 [2021-03-19T20:56:52.814Z] #49 37.06 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-19T20:56:52.814Z] #49 37.12 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-19T20:56:52.814Z] #49 37.31 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-19T20:56:52.814Z] #49 37.45 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-19T20:56:52.814Z] #49 37.53 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-19T20:56:52.814Z] #49 37.58 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-19T20:56:52.814Z] #49 37.71 go: extracting github.com/kisielk/gotool v1.0.0 [2021-03-19T20:56:52.814Z] #49 38.01 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-03-19T20:56:52.814Z] #49 38.03 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-19T20:56:52.814Z] #49 38.38 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-03-19T20:56:52.814Z] #49 38.54 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-03-19T20:56:52.814Z] #49 38.55 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-03-19T20:56:52.814Z] #49 38.83 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-03-19T20:56:52.814Z] #49 38.90 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-19T20:56:52.814Z] #49 39.16 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-03-19T20:56:52.814Z] #49 39.17 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-03-19T20:56:52.814Z] #49 39.31 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-03-19T20:56:52.814Z] #49 39.62 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-03-19T20:56:52.814Z] #49 39.62 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-03-19T20:56:52.814Z] #49 39.84 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-03-19T20:56:52.814Z] #49 39.91 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-19T20:56:52.814Z] #49 40.22 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-03-19T20:56:52.814Z] #49 40.26 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-03-19T20:56:52.814Z] #49 40.32 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-19T20:56:52.814Z] #49 40.34 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-19T20:56:52.814Z] #49 40.40 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-19T20:56:52.814Z] #49 40.45 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-03-19T20:56:52.814Z] #49 40.46 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-19T20:56:52.814Z] #49 40.54 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-19T20:56:52.814Z] #49 40.55 go: downloading github.com/gobwas/glob v0.2.3 [2021-03-19T20:56:52.814Z] #49 40.55 go: downloading github.com/gogo/protobuf v1.2.1 [2021-03-19T20:56:52.814Z] #49 40.61 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-19T20:56:52.814Z] #49 41.04 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-19T20:56:52.814Z] #49 41.24 go: extracting github.com/gobwas/glob v0.2.3 [2021-03-19T20:56:52.883Z] #49 19.47 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-19T20:56:52.883Z] #49 19.60 go: extracting github.com/magiconair/properties v1.8.1 [2021-03-19T20:56:52.883Z] #49 19.66 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-03-19T20:56:53.074Z] #49 41.46 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-19T20:56:53.075Z] #49 41.46 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-19T20:56:53.075Z] #49 41.58 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-19T20:56:53.075Z] #49 ... [2021-03-19T20:56:53.075Z] [2021-03-19T20:56:53.075Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-19T20:56:53.075Z] #58 sha256:939316376b23adf6f54d5792d37b5d17c3d9e83bb892fbad150c0f51e7c729b6 [2021-03-19T20:56:53.075Z] #58 31.51 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-19T20:56:53.075Z] #58 32.02 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-19T20:56:53.075Z] #58 32.36 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-19T20:56:53.075Z] #58 32.46 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-03-19T20:56:53.075Z] #58 33.43 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-03-19T20:56:53.075Z] #58 35.47 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-03-19T20:56:53.075Z] #58 39.63 go: finding github.com/pkg/errors v0.9.1 [2021-03-19T20:56:53.075Z] #58 39.82 go: finding github.com/sirupsen/logrus v1.7.0 [2021-03-19T20:56:53.075Z] #58 40.02 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-19T20:56:53.075Z] #58 40.29 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-19T20:56:53.075Z] #58 40.51 go: finding github.com/google/uuid v1.2.0 [2021-03-19T20:56:53.075Z] #58 40.52 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-19T20:56:53.075Z] #58 40.61 go: finding github.com/gofrs/flock v0.8.0 [2021-03-19T20:56:53.075Z] #58 40.63 go: finding github.com/moby/vpnkit v0.4.0 [2021-03-19T20:56:53.075Z] #58 40.69 go: finding github.com/gorilla/mux v1.8.0 [2021-03-19T20:56:53.075Z] #58 40.92 go: finding github.com/moby/sys/mountinfo v0.4.0 [2021-03-19T20:56:53.075Z] #58 40.94 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-19T20:56:53.075Z] #58 41.06 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-03-19T20:56:53.075Z] #58 41.12 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-03-19T20:56:53.143Z] #49 19.82 go: downloading github.com/subosito/gotenv v1.2.0 [2021-03-19T20:56:53.143Z] #49 19.84 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-03-19T20:56:53.143Z] #49 19.87 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-19T20:56:53.338Z] #58 ... [2021-03-19T20:56:53.338Z] [2021-03-19T20:56:53.338Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:56:53.338Z] #49 sha256:1d825f363e705a339d4a3766adffa15c59f3958db7bfc9b7a5f17a457a96a742 [2021-03-19T20:56:53.338Z] #49 41.62 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-19T20:56:53.338Z] #49 41.68 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-19T20:56:53.338Z] #49 41.76 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-19T20:56:53.403Z] #49 19.96 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-03-19T20:56:53.403Z] #49 19.96 go: downloading github.com/spf13/cast v1.3.0 [2021-03-19T20:56:53.403Z] #49 20.03 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-03-19T20:56:53.403Z] #49 20.11 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-19T20:56:53.403Z] #49 20.12 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-19T20:56:53.436Z] #13 ... [2021-03-19T20:56:53.436Z] [2021-03-19T20:56:53.436Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:56:53.436Z] #45 sha256:dcea8893a85a8f4eabc7fea730df65a7e224daa747783186796bd0e70ed61308 [2021-03-19T20:56:53.436Z] #45 118.3 hash/crc32 [2021-03-19T20:56:53.436Z] #45 119.0 net [2021-03-19T20:56:53.436Z] #45 119.6 compress/gzip [2021-03-19T20:56:53.436Z] #45 120.3 vendor/golang.org/x/crypto/hkdf [2021-03-19T20:56:53.436Z] #45 120.5 vendor/golang.org/x/text/transform [2021-03-19T20:56:53.436Z] #45 121.4 vendor/golang.org/x/text/unicode/bidi [2021-03-19T20:56:53.436Z] #45 123.8 vendor/golang.org/x/text/secure/bidirule [2021-03-19T20:56:53.436Z] #45 124.1 vendor/golang.org/x/text/unicode/norm [2021-03-19T20:56:53.436Z] #45 128.1 vendor/golang.org/x/net/idna [2021-03-19T20:56:53.436Z] #45 ... [2021-03-19T20:56:53.436Z] [2021-03-19T20:56:53.436Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:56:53.436Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:56:53.436Z] #43 30.04 CC images/tun.o [2021-03-19T20:56:53.436Z] #43 30.35 CC images/sk-netlink.o [2021-03-19T20:56:53.436Z] #43 30.60 CC images/packet-sock.o [2021-03-19T20:56:53.436Z] #43 30.93 CC images/ipc-var.o [2021-03-19T20:56:53.436Z] #43 31.20 CC images/ipc-desc.o [2021-03-19T20:56:53.436Z] #43 31.43 CC images/ipc-shm.o [2021-03-19T20:56:53.598Z] #49 42.12 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-03-19T20:56:53.672Z] #49 20.33 go: extracting github.com/subosito/gotenv v1.2.0 [2021-03-19T20:56:53.672Z] #49 20.33 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-03-19T20:56:53.672Z] #49 20.37 go: extracting github.com/spf13/cast v1.3.0 [2021-03-19T20:56:53.672Z] #49 20.37 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-03-19T20:56:53.672Z] #49 20.44 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-19T20:56:53.672Z] #49 20.44 go: downloading github.com/stretchr/objx v0.2.0 [2021-03-19T20:56:53.672Z] #49 20.44 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-19T20:56:53.692Z] #43 31.73 CC images/ipc-msg.o [2021-03-19T20:56:53.801Z] #32 ... [2021-03-19T20:56:53.801Z] [2021-03-19T20:56:53.801Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-03-19T20:56:53.801Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9 [2021-03-19T20:56:53.801Z] #12 DONE 6.2s [2021-03-19T20:56:53.801Z] [2021-03-19T20:56:53.801Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-19T20:56:53.801Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-19T20:56:53.801Z] #40 ... [2021-03-19T20:56:53.801Z] [2021-03-19T20:56:53.801Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:56:53.801Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:56:53.858Z] #49 42.24 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-19T20:56:53.858Z] #49 ... [2021-03-19T20:56:53.858Z] [2021-03-19T20:56:53.858Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:56:53.858Z] #51 sha256:2ae17ab665c367de12f129d18e13d9230e3d4f2f61b045cf5abc7a9a6cf418f6 [2021-03-19T20:56:53.858Z] #51 32.16 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-19T20:56:53.858Z] #51 32.33 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-19T20:56:53.858Z] #51 33.97 runtime/cgo [2021-03-19T20:56:53.858Z] #51 34.15 runtime [2021-03-19T20:56:53.858Z] #51 ... [2021-03-19T20:56:53.858Z] [2021-03-19T20:56:53.858Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-19T20:56:53.858Z] #58 sha256:939316376b23adf6f54d5792d37b5d17c3d9e83bb892fbad150c0f51e7c729b6 [2021-03-19T20:56:53.858Z] #58 41.79 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-19T20:56:53.858Z] #58 42.14 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-03-19T20:56:53.949Z] #30 29.64 0.2% ### 4.8% ###### 8.5% ########## 14.0% ########## 14.3% ############## 19.8% ################### 27.2% ######################## 34.6% ############################### 43.8% #################################### 51.2% ########################################## 58.6% ############################################### 65.9% #################################################### 73.3% ########################################################## [2021-03-19T20:56:53.949Z] #30 ... [2021-03-19T20:56:53.949Z] [2021-03-19T20:56:53.949Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:56:53.949Z] #52 sha256:34c480428f744c99a9fd576bd101776f0092976281931c1b73a94824fa8b1f23 [2021-03-19T20:56:53.949Z] #52 23.95 runtime [2021-03-19T20:56:53.949Z] #52 ... [2021-03-19T20:56:53.949Z] [2021-03-19T20:56:53.949Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-19T20:56:53.949Z] #30 sha256:4cd68f2222db7a4f91b6e61d8f105ac3d05507837cdfbbdfc8205fd2149b42f5 [2021-03-19T20:56:53.949Z] #43 31.99 CC images/ipc-sem.o [2021-03-19T20:56:54.176Z] #29 3.417 #=#=# ##O#- # 1.1% ###### 9.7% ############ 17.9% ################ 23.0% ################### 27.2% ###################### 31.5% ######################### 36.0% ############################ 39.2% ############################### 44.1% ################################# 47.1% ##################################### 52.8% ######################################### 57.4% ############################################# 63.8% ################################################# 69.4% ###################################################### 75.1% ######################################################### 79.5% [2021-03-19T20:56:54.176Z] #29 ... [2021-03-19T20:56:54.176Z] [2021-03-19T20:56:54.176Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:56:54.176Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-03-19T20:56:54.176Z] #13 4.823 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-03-19T20:56:54.176Z] #13 6.098 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [264 kB] [2021-03-19T20:56:54.176Z] #13 7.835 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-03-19T20:56:54.176Z] #13 ... [2021-03-19T20:56:54.176Z] [2021-03-19T20:56:54.176Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-19T20:56:54.176Z] #29 sha256:5022901ae8214cd8853276f0bd9e737e378415bcdd77bae71057d2f586e8d936 [2021-03-19T20:56:54.257Z] #43 32.19 CC images/utsns.o [2021-03-19T20:56:54.257Z] #43 32.37 CC images/creds.o [2021-03-19T20:56:54.441Z] #29 3.417 #=#=# ##O#- # 1.1% ###### 9.7% ############ 17.9% ################ 23.0% ################### 27.2% ###################### 31.5% ######################### 36.0% ############################ 39.2% ############################### 44.1% ################################# 47.1% ##################################### 52.8% ######################################### 57.4% ############################################# 63.8% ################################################# 69.4% ###################################################### 75.1% ######################################################### 79.5% ############################################################## 86.3% #################################################################### 94.5% ######################################################################## 100.0% [2021-03-19T20:56:54.565Z] #30 29.64 0.2% ### 4.8% ###### 8.5% ########## 14.0% ########## 14.3% ############## 19.8% ################### 27.2% ######################## 34.6% ############################### 43.8% #################################### 51.2% ########################################## 58.6% ############################################### 65.9% #################################################### 73.3% ########################################################## 80.7% ############################################################### 88.0% #################################################################### 95.4% ####################################################################### 99.1% ######################################################################## 100.0% [2021-03-19T20:56:54.565Z] #30 31.82 [2021-03-19T20:56:54.614Z] #49 21.02 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-19T20:56:54.614Z] #49 ... [2021-03-19T20:56:54.614Z] [2021-03-19T20:56:54.614Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-03-19T20:56:54.614Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-19T20:56:54.614Z] #55 11.09 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-19T20:56:54.614Z] #55 13.21 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [269 kB] [2021-03-19T20:56:54.614Z] #55 15.48 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-19T20:56:54.614Z] #55 ... [2021-03-19T20:56:54.614Z] [2021-03-19T20:56:54.614Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:56:54.614Z] #49 sha256:01ff86e85448981fd9bdd323542c05e8521e4f26b4d005fc5898f2c3b350ce98 [2021-03-19T20:56:54.614Z] #49 21.25 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-19T20:56:54.614Z] #49 21.25 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-19T20:56:54.614Z] #49 21.25 go: extracting github.com/stretchr/objx v0.2.0 [2021-03-19T20:56:54.708Z] #29 5.896 [2021-03-19T20:56:54.800Z] #58 ... [2021-03-19T20:56:54.800Z] [2021-03-19T20:56:54.800Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:56:54.800Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-19T20:56:54.800Z] #36 33.28 Fetched 8424 kB in 24s (349 kB/s) [2021-03-19T20:56:54.800Z] #36 33.28 Reading package lists... [2021-03-19T20:56:54.835Z] #43 32.73 CC images/vma.o [2021-03-19T20:56:54.874Z] #49 21.43 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-03-19T20:56:54.874Z] #49 21.58 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-19T20:56:54.874Z] #49 21.58 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-19T20:56:54.874Z] #49 21.61 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-19T20:56:54.874Z] #49 21.61 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-19T20:56:55.059Z] #36 43.33 Reading package lists... [2021-03-19T20:56:55.059Z] #36 ... [2021-03-19T20:56:55.059Z] [2021-03-19T20:56:55.059Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:56:55.059Z] #49 sha256:1d825f363e705a339d4a3766adffa15c59f3958db7bfc9b7a5f17a457a96a742 [2021-03-19T20:56:55.059Z] #49 42.54 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-19T20:56:55.059Z] #49 42.55 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-19T20:56:55.059Z] #49 42.70 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-19T20:56:55.059Z] #49 42.71 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-03-19T20:56:55.059Z] #49 42.85 go: downloading github.com/stretchr/objx v0.2.0 [2021-03-19T20:56:55.059Z] #49 42.99 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-03-19T20:56:55.059Z] #49 43.22 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-19T20:56:55.091Z] #43 33.00 CC images/netdev.o [2021-03-19T20:56:55.135Z] #49 21.96 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-19T20:56:55.135Z] #49 21.96 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-19T20:56:55.299Z] #29 6.189 0.2% ############## 20.4% ############################# 40.8% ########################################### 59.8% [2021-03-19T20:56:55.299Z] #29 ... [2021-03-19T20:56:55.299Z] [2021-03-19T20:56:55.299Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:56:55.299Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-03-19T20:56:55.299Z] #42 11.73 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-03-19T20:56:55.299Z] #42 17.99 Fetched 8248 kB in 13s (660 kB/s) [2021-03-19T20:56:55.319Z] #49 43.78 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-19T20:56:55.319Z] #49 ... [2021-03-19T20:56:55.319Z] [2021-03-19T20:56:55.319Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-03-19T20:56:55.319Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-19T20:56:55.319Z] #55 33.78 Fetched 8424 kB in 25s (340 kB/s) [2021-03-19T20:56:55.395Z] #49 ... [2021-03-19T20:56:55.395Z] [2021-03-19T20:56:55.395Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-03-19T20:56:55.395Z] #47 sha256:ff5ee620caab2d93a23c4a9ad65b28cd53a3ec83108d17d6bb713db70de002d8 [2021-03-19T20:56:55.395Z] #47 12.04 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-19T20:56:55.395Z] #47 12.62 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-19T20:56:55.395Z] #47 14.38 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-19T20:56:55.395Z] #47 17.81 go: finding github.com/fatih/color v1.9.0 [2021-03-19T20:56:55.395Z] #47 17.85 go: finding github.com/pkg/errors v0.9.1 [2021-03-19T20:56:55.395Z] #47 17.87 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-19T20:56:55.395Z] #47 18.08 go: finding github.com/mattn/go-colorable v0.1.6 [2021-03-19T20:56:55.395Z] #47 18.08 go: finding github.com/spf13/pflag v1.0.3 [2021-03-19T20:56:55.395Z] #47 18.15 go: finding github.com/mattn/go-isatty v0.0.12 [2021-03-19T20:56:55.395Z] #47 18.29 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-19T20:56:55.395Z] #47 18.59 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-03-19T20:56:55.395Z] #47 18.59 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-19T20:56:55.395Z] #47 18.67 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-19T20:56:55.395Z] #47 18.72 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-19T20:56:55.571Z] #42 17.99 Reading package lists... [2021-03-19T20:56:55.571Z] #42 ... [2021-03-19T20:56:55.571Z] [2021-03-19T20:56:55.571Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-19T20:56:55.571Z] #29 sha256:5022901ae8214cd8853276f0bd9e737e378415bcdd77bae71057d2f586e8d936 [2021-03-19T20:56:55.571Z] #29 6.189 0.2% ############## 20.4% ############################# 40.8% ########################################### 59.8% ######################################################### 79.5% ################################################################## 92.9% ######################################################################## 100.0% [2021-03-19T20:56:55.578Z] #55 33.78 Reading package lists... [2021-03-19T20:56:55.578Z] #55 ... [2021-03-19T20:56:55.578Z] [2021-03-19T20:56:55.579Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:56:55.579Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-19T20:56:55.579Z] #42 35.12 Fetched 8424 kB in 26s (319 kB/s) [2021-03-19T20:56:55.579Z] #42 35.12 Reading package lists... [2021-03-19T20:56:55.579Z] #42 ... [2021-03-19T20:56:55.579Z] [2021-03-19T20:56:55.579Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-03-19T20:56:55.579Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-19T20:56:55.579Z] #55 33.78 Reading package lists... [2021-03-19T20:56:55.653Z] #43 33.51 CC images/tty.o [2021-03-19T20:56:55.656Z] #47 ... [2021-03-19T20:56:55.656Z] [2021-03-19T20:56:55.656Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:56:55.656Z] #49 sha256:01ff86e85448981fd9bdd323542c05e8521e4f26b4d005fc5898f2c3b350ce98 [2021-03-19T20:56:55.656Z] #49 22.16 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-03-19T20:56:55.656Z] #49 22.33 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-19T20:56:55.917Z] #49 ... [2021-03-19T20:56:55.917Z] [2021-03-19T20:56:55.917Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:56:55.917Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-19T20:56:55.917Z] #36 12.36 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [269 kB] [2021-03-19T20:56:55.917Z] #36 14.52 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-19T20:56:55.917Z] #36 ... [2021-03-19T20:56:55.917Z] [2021-03-19T20:56:55.917Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:56:55.917Z] #49 sha256:01ff86e85448981fd9bdd323542c05e8521e4f26b4d005fc5898f2c3b350ce98 [2021-03-19T20:56:55.917Z] #49 22.60 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-19T20:56:55.917Z] #49 22.60 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-19T20:56:56.109Z] #30 33.03 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-03-19T20:56:56.153Z] #29 7.291 [2021-03-19T20:56:56.153Z] #29 ... [2021-03-19T20:56:56.153Z] [2021-03-19T20:56:56.153Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-03-19T20:56:56.153Z] #47 sha256:105662e89aa750c48831836754d418e43cbcaa0699423d549a800307d015fbc5 [2021-03-19T20:56:56.153Z] #47 12.66 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-19T20:56:56.153Z] #47 12.79 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-19T20:56:56.153Z] #47 13.79 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-19T20:56:56.153Z] #47 18.47 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-19T20:56:56.153Z] #47 18.48 go: finding github.com/fatih/color v1.9.0 [2021-03-19T20:56:56.153Z] #47 18.56 go: finding github.com/pkg/errors v0.9.1 [2021-03-19T20:56:56.153Z] #47 18.57 go: finding github.com/spf13/pflag v1.0.3 [2021-03-19T20:56:56.153Z] #47 18.93 go: finding github.com/mattn/go-colorable v0.1.6 [2021-03-19T20:56:56.153Z] #47 19.00 go: finding github.com/mattn/go-isatty v0.0.12 [2021-03-19T20:56:56.153Z] #47 19.32 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-19T20:56:56.153Z] #47 19.51 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-03-19T20:56:56.153Z] #47 19.61 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-19T20:56:56.153Z] #47 19.66 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-19T20:56:56.153Z] #47 19.67 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-19T20:56:56.177Z] #49 ... [2021-03-19T20:56:56.177Z] [2021-03-19T20:56:56.177Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-19T20:56:56.178Z] #58 sha256:0729c69654923e3184e19c6648b85cc6411016d44945b3dc5ec38c334b320422 [2021-03-19T20:56:56.178Z] #58 12.93 + cd /tmp/tmp.CLRNYGFoAs/src/github.com/rootless-containers/rootlesskit [2021-03-19T20:56:56.178Z] #58 12.93 + git checkout -q 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-19T20:56:56.178Z] #58 12.94 + export GO111MODULE=on [2021-03-19T20:56:56.178Z] #58 12.94 + GO111MODULE=on [2021-03-19T20:56:56.178Z] #58 12.94 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-19T20:56:56.178Z] #58 12.94 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-03-19T20:56:56.178Z] #58 14.58 go: downloading github.com/sirupsen/logrus v1.7.0 [2021-03-19T20:56:56.178Z] #58 14.65 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-19T20:56:56.178Z] #58 14.66 go: downloading github.com/google/uuid v1.2.0 [2021-03-19T20:56:56.178Z] #58 14.66 go: downloading github.com/pkg/errors v0.9.1 [2021-03-19T20:56:56.178Z] #58 14.73 go: downloading github.com/gofrs/flock v0.8.0 [2021-03-19T20:56:56.178Z] #58 14.74 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-19T20:56:56.178Z] #58 14.87 go: downloading github.com/moby/sys/mountinfo v0.4.0 [2021-03-19T20:56:56.178Z] #58 14.91 go: extracting github.com/google/uuid v1.2.0 [2021-03-19T20:56:56.178Z] #58 15.00 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-03-19T20:56:56.178Z] #58 15.13 go: extracting github.com/pkg/errors v0.9.1 [2021-03-19T20:56:56.178Z] #58 15.18 go: extracting github.com/sirupsen/logrus v1.7.0 [2021-03-19T20:56:56.178Z] #58 15.26 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-19T20:56:56.178Z] #58 15.33 go: downloading github.com/moby/vpnkit v0.4.0 [2021-03-19T20:56:56.178Z] #58 15.40 go: extracting github.com/moby/sys/mountinfo v0.4.0 [2021-03-19T20:56:56.178Z] #58 15.43 go: extracting github.com/gofrs/flock v0.8.0 [2021-03-19T20:56:56.178Z] #58 15.73 go: downloading github.com/gorilla/mux v1.8.0 [2021-03-19T20:56:56.178Z] #58 15.78 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-19T20:56:56.178Z] #58 16.02 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-19T20:56:56.178Z] #58 16.63 go: extracting github.com/gorilla/mux v1.8.0 [2021-03-19T20:56:56.178Z] #58 17.22 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-19T20:56:56.178Z] #58 17.42 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-03-19T20:56:56.178Z] #58 18.59 go: extracting github.com/moby/vpnkit v0.4.0 [2021-03-19T20:56:56.178Z] #58 19.70 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-19T20:56:56.178Z] #58 21.02 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-03-19T20:56:56.178Z] #58 21.96 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-19T20:56:56.215Z] #43 34.18 CC images/file-lock.o [2021-03-19T20:56:56.409Z] #30 33.54 [2021-03-19T20:56:56.409Z] #30 33.72 ######################################################################## 100.0% [2021-03-19T20:56:56.418Z] #47 ... [2021-03-19T20:56:56.418Z] [2021-03-19T20:56:56.418Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-03-19T20:56:56.418Z] #67 sha256:e07e730f594c826a70467ecc9a8ca1d757bd8b9d0f207bc7ef1917a2d4597407 [2021-03-19T20:56:56.418Z] #67 16.67 Checking out files: 54% (1035/1905) Checking out files: 55% (1048/1905) Checking out files: 56% (1067/1905) Checking out files: 57% (1086/1905) Checking out files: 58% (1105/1905) Checking out files: 59% (1124/1905) Checking out files: 60% (1143/1905) Checking out files: 61% (1163/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2021-03-19T20:56:56.418Z] #67 17.75 + cd /tmp/tmp.IJUF6Gd4rW/src/github.com/docker/libnetwork [2021-03-19T20:56:56.418Z] #67 17.75 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-19T20:56:56.418Z] #67 18.05 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-03-19T20:56:56.418Z] #67 ... [2021-03-19T20:56:56.418Z] [2021-03-19T20:56:56.418Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-19T20:56:56.418Z] #29 sha256:5022901ae8214cd8853276f0bd9e737e378415bcdd77bae71057d2f586e8d936 [2021-03-19T20:56:56.438Z] #58 ... [2021-03-19T20:56:56.438Z] [2021-03-19T20:56:56.438Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:56:56.438Z] #49 sha256:01ff86e85448981fd9bdd323542c05e8521e4f26b4d005fc5898f2c3b350ce98 [2021-03-19T20:56:56.438Z] #49 23.04 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-19T20:56:56.470Z] #43 34.43 CC images/rlimit.o [2021-03-19T20:56:56.684Z] #29 7.720 #=#=# ################# 23.9% [2021-03-19T20:56:56.684Z] #29 ... [2021-03-19T20:56:56.684Z] [2021-03-19T20:56:56.684Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:56:56.684Z] #51 sha256:0811b4bae58ebeea9cd35702e1f36c3c870b703929ecc4654f5442dd6d3541fb [2021-03-19T20:56:56.684Z] #51 13.03 + cd /tmp/tmp.qSqtNfXF0f/src/github.com/mvdan/sh [2021-03-19T20:56:56.684Z] #51 13.03 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-19T20:56:56.684Z] #51 13.28 + GO111MODULE=on [2021-03-19T20:56:56.684Z] #51 13.28 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-03-19T20:56:56.685Z] #51 15.11 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-19T20:56:56.685Z] #51 15.16 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-19T20:56:56.685Z] #51 15.27 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-19T20:56:56.685Z] #51 15.28 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-19T20:56:56.685Z] #51 15.72 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-19T20:56:56.685Z] #51 16.29 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-19T20:56:56.685Z] #51 17.24 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-19T20:56:56.685Z] #51 18.14 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-19T20:56:56.685Z] #51 19.60 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-19T20:56:56.685Z] #51 19.66 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-19T20:56:56.685Z] #51 20.13 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-19T20:56:56.685Z] #51 20.22 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-19T20:56:56.685Z] #51 21.87 runtime [2021-03-19T20:56:56.685Z] #51 ... [2021-03-19T20:56:56.685Z] [2021-03-19T20:56:56.685Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-19T20:56:56.685Z] #29 sha256:5022901ae8214cd8853276f0bd9e737e378415bcdd77bae71057d2f586e8d936 [2021-03-19T20:56:56.699Z] #49 23.40 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-19T20:56:56.709Z] #30 33.85 [2021-03-19T20:56:56.728Z] #43 34.62 CC images/pagemap.o [2021-03-19T20:56:56.950Z] #29 7.720 #=#=# ################# 23.9% ############################ 39.4% ###################################### 53.7% [2021-03-19T20:56:56.950Z] #29 ... [2021-03-19T20:56:56.950Z] [2021-03-19T20:56:56.950Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:56:56.950Z] #45 sha256:7c7570aae27449b8fbce88d7ff9f45e13317ac59cb4f516bce02de03467ff278 [2021-03-19T20:56:56.950Z] #45 13.21 vendor/golang.org/x/crypto/internal/subtle [2021-03-19T20:56:56.950Z] #45 ... [2021-03-19T20:56:56.950Z] [2021-03-19T20:56:56.950Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-19T20:56:56.950Z] #29 sha256:5022901ae8214cd8853276f0bd9e737e378415bcdd77bae71057d2f586e8d936 [2021-03-19T20:56:56.950Z] #29 7.720 #=#=# ################# 23.9% ############################ 39.4% ###################################### 53.7% ############################################################## 86.8% ######################################################################## 100.0% [2021-03-19T20:56:56.983Z] #43 34.97 CC images/siginfo.o [2021-03-19T20:56:56.983Z] #43 35.15 CC images/rpc.o [2021-03-19T20:56:57.026Z] #49 23.55 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-19T20:56:57.102Z] #13 ... [2021-03-19T20:56:57.102Z] [2021-03-19T20:56:57.102Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-03-19T20:56:57.102Z] #67 sha256:62c05b37ba63a53a6a41d1810cbd1ed66e6c699874c7d18e04d7f61369a1b56c [2021-03-19T20:56:57.102Z] #67 6.499 + RM_GOPATH=0 [2021-03-19T20:56:57.102Z] #67 6.499 + TMP_GOPATH= [2021-03-19T20:56:57.102Z] #67 6.499 + : /build [2021-03-19T20:56:57.102Z] #67 6.499 + '[' -z '' ']' [2021-03-19T20:56:57.102Z] #67 6.499 ++ mktemp -d [2021-03-19T20:56:57.102Z] #67 6.535 + export GOPATH=/tmp/tmp.JmtdpJcs7n [2021-03-19T20:56:57.102Z] #67 6.535 + GOPATH=/tmp/tmp.JmtdpJcs7n [2021-03-19T20:56:57.102Z] #67 6.535 + RM_GOPATH=1 [2021-03-19T20:56:57.102Z] #67 6.535 + case "$(go env GOARCH)" in [2021-03-19T20:56:57.102Z] #67 6.535 ++ go env GOARCH [2021-03-19T20:56:57.102Z] #67 6.535 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:57.102Z] #67 6.535 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:57.102Z] #67 6.535 ++ dirname /tmp/install/install.sh [2021-03-19T20:56:57.102Z] #67 6.535 + dir=/tmp/install [2021-03-19T20:56:57.102Z] #67 6.535 + bin=proxy [2021-03-19T20:56:57.102Z] #67 6.535 + shift [2021-03-19T20:56:57.102Z] #67 6.535 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-03-19T20:56:57.102Z] #67 6.535 + . /tmp/install/proxy.installer [2021-03-19T20:56:57.102Z] #67 6.535 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-19T20:56:57.102Z] #67 6.535 + install_proxy [2021-03-19T20:56:57.102Z] #67 6.535 + case "$1" in [2021-03-19T20:56:57.102Z] #67 6.535 + export CGO_ENABLED=0 [2021-03-19T20:56:57.102Z] #67 6.535 + CGO_ENABLED=0 [2021-03-19T20:56:57.102Z] #67 6.535 + _install_proxy [2021-03-19T20:56:57.102Z] #67 6.535 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7' [2021-03-19T20:56:57.102Z] #67 6.535 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.JmtdpJcs7n/src/github.com/docker/libnetwork [2021-03-19T20:56:57.102Z] #67 6.536 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-19T20:56:57.103Z] #67 6.538 Cloning into '/tmp/tmp.JmtdpJcs7n/src/github.com/docker/libnetwork'... [2021-03-19T20:56:57.103Z] #67 ... [2021-03-19T20:56:57.103Z] [2021-03-19T20:56:57.103Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:56:57.103Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-19T20:56:57.103Z] #36 9.179 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-19T20:56:57.103Z] #36 9.260 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-19T20:56:57.103Z] #36 9.294 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-19T20:56:57.103Z] #36 ... [2021-03-19T20:56:57.103Z] [2021-03-19T20:56:57.103Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:56:57.103Z] #45 sha256:545ba0c6e50551d0b617ccbb97585f12f34dc9406939c9ddce5a9da66a6b6b5f [2021-03-19T20:56:57.103Z] #45 8.302 + RM_GOPATH=0 [2021-03-19T20:56:57.103Z] #45 8.302 + TMP_GOPATH= [2021-03-19T20:56:57.103Z] #45 8.302 + : /build [2021-03-19T20:56:57.103Z] #45 8.302 + '[' -z '' ']' [2021-03-19T20:56:57.103Z] #45 8.308 ++ mktemp -d [2021-03-19T20:56:57.103Z] #45 8.309 + export GOPATH=/tmp/tmp.IzR140DUsW [2021-03-19T20:56:57.103Z] #45 8.312 + GOPATH=/tmp/tmp.IzR140DUsW [2021-03-19T20:56:57.103Z] #45 8.312 + RM_GOPATH=1 [2021-03-19T20:56:57.103Z] #45 8.312 + case "$(go env GOARCH)" in [2021-03-19T20:56:57.103Z] #45 8.313 ++ go env GOARCH [2021-03-19T20:56:57.103Z] #45 8.436 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:57.103Z] #45 8.436 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:57.103Z] #45 8.436 ++ dirname /tmp/install/install.sh [2021-03-19T20:56:57.103Z] #45 8.447 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-19T20:56:57.103Z] #45 8.449 + dir=/tmp/install [2021-03-19T20:56:57.103Z] #45 8.449 + bin=vndr [2021-03-19T20:56:57.103Z] #45 8.449 + shift [2021-03-19T20:56:57.103Z] #45 8.449 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-03-19T20:56:57.103Z] #45 8.449 + . /tmp/install/vndr.installer [2021-03-19T20:56:57.103Z] #45 8.449 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-19T20:56:57.103Z] #45 8.449 + install_vndr [2021-03-19T20:56:57.103Z] #45 8.449 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-03-19T20:56:57.103Z] #45 8.449 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.IzR140DUsW/src/github.com/LK4D4/vndr [2021-03-19T20:56:57.103Z] #45 8.456 Cloning into '/tmp/tmp.IzR140DUsW/src/github.com/LK4D4/vndr'... [2021-03-19T20:56:57.103Z] #45 9.852 + cd /tmp/tmp.IzR140DUsW/src/github.com/LK4D4/vndr [2021-03-19T20:56:57.103Z] #45 9.852 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-19T20:56:57.103Z] #45 9.885 + go build -buildmode=pie -v -o /build/vndr . [2021-03-19T20:56:57.103Z] #45 ... [2021-03-19T20:56:57.103Z] [2021-03-19T20:56:57.103Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-19T20:56:57.103Z] #34 sha256:073b03b90a9a5bb1bc28094edaf3fa27be63ba388bb449ade0879fd09faccc7a [2021-03-19T20:56:57.103Z] #34 6.964 + RM_GOPATH=0 [2021-03-19T20:56:57.103Z] #34 6.968 + TMP_GOPATH= [2021-03-19T20:56:57.103Z] #34 6.968 + : /build [2021-03-19T20:56:57.103Z] #34 6.968 + '[' -z '' ']' [2021-03-19T20:56:57.103Z] #34 6.968 ++ mktemp -d [2021-03-19T20:56:57.103Z] #34 6.968 + export GOPATH=/tmp/tmp.HpT9Yp05wJ [2021-03-19T20:56:57.103Z] #34 6.968 + GOPATH=/tmp/tmp.HpT9Yp05wJ [2021-03-19T20:56:57.103Z] #34 6.968 + RM_GOPATH=1 [2021-03-19T20:56:57.103Z] #34 6.968 + case "$(go env GOARCH)" in [2021-03-19T20:56:57.103Z] #34 6.968 ++ go env GOARCH [2021-03-19T20:56:57.103Z] #34 6.986 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:57.103Z] #34 6.986 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:57.103Z] #34 6.986 ++ dirname /tmp/install/install.sh [2021-03-19T20:56:57.103Z] #34 7.043 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-19T20:56:57.103Z] #34 7.044 + dir=/tmp/install [2021-03-19T20:56:57.103Z] #34 7.044 + bin=tomlv [2021-03-19T20:56:57.103Z] #34 7.044 + shift [2021-03-19T20:56:57.103Z] #34 7.044 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-03-19T20:56:57.103Z] #34 7.044 + . /tmp/install/tomlv.installer [2021-03-19T20:56:57.103Z] #34 7.044 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-19T20:56:57.103Z] #34 7.044 + install_tomlv [2021-03-19T20:56:57.103Z] #34 7.044 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-03-19T20:56:57.103Z] #34 7.044 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.HpT9Yp05wJ/src/github.com/BurntSushi/toml [2021-03-19T20:56:57.103Z] #34 7.044 Cloning into '/tmp/tmp.HpT9Yp05wJ/src/github.com/BurntSushi/toml'... [2021-03-19T20:56:57.103Z] #34 7.837 + cd /tmp/tmp.HpT9Yp05wJ/src/github.com/BurntSushi/toml [2021-03-19T20:56:57.103Z] #34 7.837 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-19T20:56:57.103Z] #34 7.860 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-03-19T20:56:57.103Z] #34 9.049 internal/cpu [2021-03-19T20:56:57.103Z] #34 9.049 runtime/internal/atomic [2021-03-19T20:56:57.103Z] #34 9.706 runtime/internal/sys [2021-03-19T20:56:57.103Z] #34 9.853 internal/bytealg [2021-03-19T20:56:57.103Z] #34 10.15 runtime/internal/math [2021-03-19T20:56:57.103Z] #34 10.42 math/bits [2021-03-19T20:56:57.287Z] #49 23.93 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-19T20:56:57.287Z] #49 24.02 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-19T20:56:57.360Z] #30 34.63 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-03-19T20:56:57.364Z] #34 ... [2021-03-19T20:56:57.364Z] [2021-03-19T20:56:57.364Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:56:57.364Z] #49 sha256:c7a472f37232132d0f31b820187304080713900814e44b6fb27d74f662c96107 [2021-03-19T20:56:57.364Z] #49 6.436 + RM_GOPATH=0 [2021-03-19T20:56:57.364Z] #49 6.436 + TMP_GOPATH= [2021-03-19T20:56:57.364Z] #49 6.436 + : /build [2021-03-19T20:56:57.364Z] #49 6.436 + '[' -z '' ']' [2021-03-19T20:56:57.364Z] #49 6.436 ++ mktemp -d [2021-03-19T20:56:57.364Z] #49 6.436 + export GOPATH=/tmp/tmp.Oe9W4pT2g5 [2021-03-19T20:56:57.364Z] #49 6.436 + GOPATH=/tmp/tmp.Oe9W4pT2g5 [2021-03-19T20:56:57.364Z] #49 6.436 + RM_GOPATH=1 [2021-03-19T20:56:57.364Z] #49 6.436 + case "$(go env GOARCH)" in [2021-03-19T20:56:57.364Z] #49 6.442 ++ go env GOARCH [2021-03-19T20:56:57.364Z] #49 6.499 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:57.364Z] #49 6.499 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:57.364Z] #49 6.499 ++ dirname /tmp/install/install.sh [2021-03-19T20:56:57.364Z] #49 6.499 + dir=/tmp/install [2021-03-19T20:56:57.364Z] #49 6.499 + bin=golangci_lint [2021-03-19T20:56:57.364Z] #49 6.499 + shift [2021-03-19T20:56:57.364Z] #49 6.499 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-03-19T20:56:57.364Z] #49 6.499 + . /tmp/install/golangci_lint.installer [2021-03-19T20:56:57.364Z] #49 6.499 ++ : v1.23.8 [2021-03-19T20:56:57.364Z] #49 6.499 + install_golangci_lint [2021-03-19T20:56:57.364Z] #49 6.499 + set -e [2021-03-19T20:56:57.364Z] #49 6.499 + export GO111MODULE=on [2021-03-19T20:56:57.364Z] #49 6.499 + GO111MODULE=on [2021-03-19T20:56:57.364Z] #49 6.499 + GOBIN=/build [2021-03-19T20:56:57.364Z] #49 6.499 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-03-19T20:56:57.364Z] #49 6.534 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-03-19T20:56:57.364Z] #49 6.534 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-03-19T20:56:57.364Z] #49 6.534 go: finding github.com v1.23.8 [2021-03-19T20:56:57.364Z] #49 6.534 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-03-19T20:56:57.364Z] #49 6.534 go: finding github.com/golangci v1.23.8 [2021-03-19T20:56:57.364Z] #49 7.261 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-03-19T20:56:57.364Z] #49 7.851 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-03-19T20:56:57.364Z] #49 ... [2021-03-19T20:56:57.364Z] [2021-03-19T20:56:57.364Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:56:57.364Z] #51 sha256:d3025d275999e85c12bbf3de02d4702a09ac5a355658f8267cdd1b415e4d63bd [2021-03-19T20:56:57.364Z] #51 6.733 + RM_GOPATH=0 [2021-03-19T20:56:57.364Z] #51 6.735 + TMP_GOPATH= [2021-03-19T20:56:57.364Z] #51 6.735 + : /build [2021-03-19T20:56:57.364Z] #51 6.735 + '[' -z '' ']' [2021-03-19T20:56:57.364Z] #51 6.735 ++ mktemp -d [2021-03-19T20:56:57.364Z] #51 6.737 + export GOPATH=/tmp/tmp.qhP91A3GY8 [2021-03-19T20:56:57.364Z] #51 6.737 + GOPATH=/tmp/tmp.qhP91A3GY8 [2021-03-19T20:56:57.364Z] #51 6.737 + RM_GOPATH=1 [2021-03-19T20:56:57.364Z] #51 6.737 + case "$(go env GOARCH)" in [2021-03-19T20:56:57.364Z] #51 6.742 ++ go env GOARCH [2021-03-19T20:56:57.364Z] #51 6.745 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:57.364Z] #51 6.745 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:57.364Z] #51 6.745 ++ dirname /tmp/install/install.sh [2021-03-19T20:56:57.364Z] #51 6.745 + dir=/tmp/install [2021-03-19T20:56:57.364Z] #51 6.745 + bin=shfmt [2021-03-19T20:56:57.364Z] #51 6.745 + shift [2021-03-19T20:56:57.364Z] #51 6.745 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-03-19T20:56:57.364Z] #51 6.745 + . /tmp/install/shfmt.installer [2021-03-19T20:56:57.364Z] #51 6.745 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-19T20:56:57.364Z] #51 6.745 + install_shfmt [2021-03-19T20:56:57.364Z] #51 6.745 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-03-19T20:56:57.364Z] #51 6.745 + git clone https://github.com/mvdan/sh.git /tmp/tmp.qhP91A3GY8/src/github.com/mvdan/sh [2021-03-19T20:56:57.364Z] #51 6.745 Cloning into '/tmp/tmp.qhP91A3GY8/src/github.com/mvdan/sh'... [2021-03-19T20:56:57.364Z] #51 6.746 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-19T20:56:57.530Z] #29 8.619 [2021-03-19T20:56:57.627Z] #51 ... [2021-03-19T20:56:57.627Z] [2021-03-19T20:56:57.627Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-03-19T20:56:57.627Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-19T20:56:57.627Z] #55 7.736 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-19T20:56:57.627Z] #55 7.831 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-19T20:56:57.627Z] #55 7.831 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-19T20:56:57.627Z] #55 10.15 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-19T20:56:57.627Z] #55 ... [2021-03-19T20:56:57.627Z] [2021-03-19T20:56:57.627Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-03-19T20:56:57.627Z] #47 sha256:43dec2971f961509d27c86d291ed6f9a3d9b9847428d50de29bed132d54ac86d [2021-03-19T20:56:57.627Z] #47 7.508 + RM_GOPATH=0 [2021-03-19T20:56:57.627Z] #47 7.508 + TMP_GOPATH= [2021-03-19T20:56:57.627Z] #47 7.508 + : /build [2021-03-19T20:56:57.627Z] #47 7.508 + '[' -z '' ']' [2021-03-19T20:56:57.627Z] #47 7.508 ++ mktemp -d [2021-03-19T20:56:57.627Z] #47 7.508 + export GOPATH=/tmp/tmp.yVEQsuzv71 [2021-03-19T20:56:57.627Z] #47 7.508 + GOPATH=/tmp/tmp.yVEQsuzv71 [2021-03-19T20:56:57.627Z] #47 7.508 + RM_GOPATH=1 [2021-03-19T20:56:57.627Z] #47 7.508 + case "$(go env GOARCH)" in [2021-03-19T20:56:57.627Z] #47 7.508 ++ go env GOARCH [2021-03-19T20:56:57.627Z] #47 7.524 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:57.627Z] #47 7.524 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:57.627Z] #47 7.524 ++ dirname /tmp/install/install.sh [2021-03-19T20:56:57.627Z] #47 7.524 + dir=/tmp/install [2021-03-19T20:56:57.627Z] #47 7.524 + bin=gotestsum [2021-03-19T20:56:57.627Z] #47 7.524 + shift [2021-03-19T20:56:57.627Z] #47 7.524 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-03-19T20:56:57.627Z] #47 7.524 + . /tmp/install/gotestsum.installer [2021-03-19T20:56:57.627Z] #47 7.524 ++ : v0.5.3 [2021-03-19T20:56:57.627Z] #47 7.524 + install_gotestsum [2021-03-19T20:56:57.627Z] #47 7.533 + set -e [2021-03-19T20:56:57.627Z] #47 7.533 + export GO111MODULE=on [2021-03-19T20:56:57.627Z] #47 7.533 + GO111MODULE=on [2021-03-19T20:56:57.627Z] #47 7.533 + GOBIN=/build [2021-03-19T20:56:57.627Z] #47 7.533 + go get gotest.tools/gotestsum@v0.5.3 [2021-03-19T20:56:57.627Z] #47 7.555 go: finding gotest.tools v0.5.3 [2021-03-19T20:56:57.627Z] #47 7.555 go: finding gotest.tools/gotestsum v0.5.3 [2021-03-19T20:56:57.627Z] #47 9.046 go: downloading gotest.tools/gotestsum v0.5.3 [2021-03-19T20:56:57.627Z] #47 9.571 go: extracting gotest.tools/gotestsum v0.5.3 [2021-03-19T20:56:57.627Z] #47 10.81 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-19T20:56:57.627Z] #47 11.00 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-03-19T20:56:57.870Z] #49 ... [2021-03-19T20:56:57.870Z] [2021-03-19T20:56:57.870Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-19T20:56:57.870Z] #34 sha256:45a7d2588043b219796790bf5fc5f2d8c3075484c7ae812ab4b181e7b489fdc5 [2021-03-19T20:56:57.870Z] #34 14.61 unicode/utf8 [2021-03-19T20:56:57.870Z] #34 15.08 internal/testlog [2021-03-19T20:56:57.870Z] #34 15.43 encoding [2021-03-19T20:56:57.870Z] #34 15.53 runtime/cgo [2021-03-19T20:56:57.917Z] #47 11.19 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-19T20:56:57.918Z] #47 11.23 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-19T20:56:57.918Z] #47 ... [2021-03-19T20:56:57.918Z] [2021-03-19T20:56:57.918Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:56:57.918Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-19T20:56:57.918Z] #42 9.096 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-19T20:56:57.918Z] #42 9.165 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-19T20:56:57.918Z] #42 9.170 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-19T20:56:57.918Z] #42 11.10 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-19T20:56:57.918Z] #42 ... [2021-03-19T20:56:57.918Z] [2021-03-19T20:56:57.918Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-03-19T20:56:57.918Z] #24 sha256:b0aeec866a1f6076d9877e565fa3cf1f1ff36facece7ffc4f3ba85aa41740e07 [2021-03-19T20:56:57.918Z] #24 7.661 + RM_GOPATH=0 [2021-03-19T20:56:57.918Z] #24 7.661 + TMP_GOPATH= [2021-03-19T20:56:57.918Z] #24 7.661 + : /build [2021-03-19T20:56:57.918Z] #24 7.661 + '[' -z '' ']' [2021-03-19T20:56:57.918Z] #24 7.663 ++ mktemp -d [2021-03-19T20:56:57.918Z] #24 7.663 + export GOPATH=/tmp/tmp.1kiHf5ceT5 [2021-03-19T20:56:57.918Z] #24 7.663 + GOPATH=/tmp/tmp.1kiHf5ceT5 [2021-03-19T20:56:57.918Z] #24 7.663 + RM_GOPATH=1 [2021-03-19T20:56:57.918Z] #24 7.663 + case "$(go env GOARCH)" in [2021-03-19T20:56:57.918Z] #24 7.678 ++ go env GOARCH [2021-03-19T20:56:57.918Z] #24 7.681 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:57.918Z] #24 7.683 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:56:57.918Z] #24 7.683 ++ dirname /tmp/install/install.sh [2021-03-19T20:56:57.918Z] #24 7.692 Install docker/cli version 17.06.2-ce from stable [2021-03-19T20:56:57.918Z] #24 7.692 + dir=/tmp/install [2021-03-19T20:56:57.918Z] #24 7.692 + bin=dockercli [2021-03-19T20:56:57.918Z] #24 7.692 + shift [2021-03-19T20:56:57.918Z] #24 7.692 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-03-19T20:56:57.918Z] #24 7.692 + . /tmp/install/dockercli.installer [2021-03-19T20:56:57.918Z] #24 7.692 ++ : stable [2021-03-19T20:56:57.918Z] #24 7.692 ++ : 17.06.2-ce [2021-03-19T20:56:57.918Z] #24 7.692 + install_dockercli [2021-03-19T20:56:57.918Z] #24 7.692 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-03-19T20:56:57.918Z] #24 7.692 ++ uname -m [2021-03-19T20:56:57.918Z] #24 7.704 + arch=x86_64 [2021-03-19T20:56:57.918Z] #24 7.704 + '[' x86_64 '!=' x86_64 ']' [2021-03-19T20:56:57.918Z] #24 7.704 + url=https://download.docker.com/linux/static [2021-03-19T20:56:57.918Z] #24 7.704 + tar -xz docker/docker [2021-03-19T20:56:57.918Z] #24 7.707 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-03-19T20:56:58.007Z] #30 35.07 [2021-03-19T20:56:58.131Z] #34 ... [2021-03-19T20:56:58.131Z] [2021-03-19T20:56:58.131Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:56:58.131Z] #45 sha256:9df4444049aad817e1475f1ac1fdf7e8274ee4a1b46c939a92dae5960035473a [2021-03-19T20:56:58.131Z] #45 14.79 unicode/utf8 [2021-03-19T20:56:58.131Z] #45 15.54 unicode/utf16 [2021-03-19T20:56:58.131Z] #45 15.85 container/list [2021-03-19T20:56:58.131Z] #45 16.42 crypto/internal/subtle [2021-03-19T20:56:58.131Z] #45 16.56 crypto/subtle [2021-03-19T20:56:58.131Z] #45 16.78 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-03-19T20:56:58.131Z] #45 17.01 internal/nettrace [2021-03-19T20:56:58.131Z] #45 17.14 runtime/cgo [2021-03-19T20:56:58.131Z] #45 ... [2021-03-19T20:56:58.131Z] [2021-03-19T20:56:58.131Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-03-19T20:56:58.131Z] #67 sha256:01615b5f7e8d299dacdd079189cf8638c9b6551fca7e2ea52e4f4854ebe0c835 [2021-03-19T20:56:58.178Z] #24 ... [2021-03-19T20:56:58.179Z] [2021-03-19T20:56:58.179Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-03-19T20:56:58.179Z] #47 sha256:43dec2971f961509d27c86d291ed6f9a3d9b9847428d50de29bed132d54ac86d [2021-03-19T20:56:58.179Z] #47 11.28 go: downloading github.com/pkg/errors v0.9.1 [2021-03-19T20:56:58.179Z] #47 11.45 go: downloading github.com/fatih/color v1.9.0 [2021-03-19T20:56:58.179Z] #47 11.46 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-19T20:56:58.179Z] #47 11.49 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-19T20:56:58.179Z] #47 11.63 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-03-19T20:56:58.308Z] #30 35.26 ######################################################################## 100.0% [2021-03-19T20:56:58.308Z] #30 35.53 [2021-03-19T20:56:58.330Z] #29 8.972 #=#=# ### 4.9% ##### 8.3% ######## 11.8% ########### 15.3% ### [2021-03-19T20:56:58.330Z] #29 ... [2021-03-19T20:56:58.330Z] [2021-03-19T20:56:58.330Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-19T20:56:58.330Z] #58 sha256:c951e0989007326ee2a2bb4d504b6cceebbabb0adff005b80756e41792ae8f61 [2021-03-19T20:56:58.330Z] #58 14.55 go: extracting github.com/moby/vpnkit v0.4.0 [2021-03-19T20:56:58.330Z] #58 14.99 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-03-19T20:56:58.330Z] #58 17.07 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-19T20:56:58.330Z] #58 19.12 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-19T20:56:58.330Z] #58 19.39 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-19T20:56:58.330Z] #58 19.62 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-03-19T20:56:58.330Z] #58 19.75 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-03-19T20:56:58.330Z] #58 19.97 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-03-19T20:56:58.330Z] #58 24.38 go: finding github.com/pkg/errors v0.9.1 [2021-03-19T20:56:58.330Z] #58 24.41 go: finding github.com/sirupsen/logrus v1.7.0 [2021-03-19T20:56:58.330Z] #58 24.44 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-19T20:56:58.330Z] #58 24.68 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-19T20:56:58.330Z] #58 ... [2021-03-19T20:56:58.330Z] [2021-03-19T20:56:58.330Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-19T20:56:58.330Z] #29 sha256:5022901ae8214cd8853276f0bd9e737e378415bcdd77bae71057d2f586e8d936 [2021-03-19T20:56:58.348Z] #43 36.36 CC images/ext-file.o [2021-03-19T20:56:58.392Z] #67 24.18 Checking out files: 61% (1169/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2021-03-19T20:56:58.392Z] #67 25.07 + cd /tmp/tmp.s2QpS31SJf/src/github.com/docker/libnetwork [2021-03-19T20:56:58.392Z] #67 25.07 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-19T20:56:58.497Z] #47 11.63 go: downloading github.com/spf13/pflag v1.0.3 [2021-03-19T20:56:58.497Z] #47 11.65 go: extracting github.com/pkg/errors v0.9.1 [2021-03-19T20:56:58.497Z] #47 11.69 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-19T20:56:58.497Z] #47 11.74 go: extracting github.com/fatih/color v1.9.0 [2021-03-19T20:56:58.604Z] #43 36.57 CC images/cgroup.o [2021-03-19T20:56:58.605Z] #30 35.66 Download of images into '/build' complete. [2021-03-19T20:56:58.605Z] #30 35.66 Use something like the following to load the result into a Docker daemon: [2021-03-19T20:56:58.605Z] #30 35.66 tar -cC '/build' . | docker load [2021-03-19T20:56:58.605Z] #30 DONE 35.8s [2021-03-19T20:56:58.605Z] [2021-03-19T20:56:58.605Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:56:58.605Z] #37 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-03-19T20:56:58.605Z] #37 27.86 Reading package lists... [2021-03-19T20:56:58.605Z] #37 35.70 Building dependency tree... [2021-03-19T20:56:58.605Z] #37 38.43 The following additional packages will be installed: [2021-03-19T20:56:58.605Z] #37 38.44 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-03-19T20:56:58.605Z] #37 38.46 Suggested packages: [2021-03-19T20:56:58.605Z] #37 38.46 cmake-doc ninja-build lrzip [2021-03-19T20:56:58.605Z] #37 38.46 Recommended packages: [2021-03-19T20:56:58.605Z] #37 38.46 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-03-19T20:56:58.653Z] #67 25.27 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-03-19T20:56:58.773Z] #47 11.90 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-19T20:56:58.773Z] #47 11.96 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-19T20:56:58.773Z] #47 11.97 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-19T20:56:59.170Z] #43 37.15 CC images/userns.o [2021-03-19T20:56:59.426Z] #43 37.38 CC images/google/protobuf/descriptor.o [2021-03-19T20:56:59.664Z] #29 8.972 #=#=# ### 4.9% ##### 8.3% ######## 11.8% ########### 15.3% ############# 18.6% ############### 21.5% ################## 26.3% #################### 29.1% ####################### 32.7% ########################## 36.6% ############################## 41.7% ################################## 47.5% #################################### 50.9% ######################################### 58.3% ############################################# 63.9% ################################################### 71.0% ######################################################### 79.3% ############################################################# 85.3% ### [2021-03-19T20:56:59.664Z] #29 ... [2021-03-19T20:56:59.664Z] [2021-03-19T20:56:59.664Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:56:59.664Z] #49 sha256:f36e8795bd7341ad5a13b06ccf9ea591edb13a4017ac2f16c5a0e2a0dede854d [2021-03-19T20:56:59.664Z] #49 16.17 go: downloading github.com/spf13/pflag v1.0.5 [2021-03-19T20:56:59.664Z] #49 16.24 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-19T20:56:59.664Z] #49 16.43 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-03-19T20:56:59.664Z] #49 16.45 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-03-19T20:56:59.664Z] #49 16.46 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-19T20:56:59.664Z] #49 16.53 go: downloading github.com/fatih/color v1.7.0 [2021-03-19T20:56:59.664Z] #49 16.56 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-03-19T20:56:59.664Z] #49 16.61 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-19T20:56:59.664Z] #49 16.64 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-19T20:56:59.664Z] #49 16.64 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-03-19T20:56:59.664Z] #49 16.67 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-19T20:56:59.664Z] #49 16.67 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-19T20:56:59.664Z] #49 16.74 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-03-19T20:56:59.664Z] #49 16.78 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-03-19T20:56:59.664Z] #49 16.78 go: extracting github.com/fatih/color v1.7.0 [2021-03-19T20:56:59.664Z] #49 16.87 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-19T20:56:59.664Z] #49 16.88 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-19T20:56:59.664Z] #49 16.88 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-19T20:56:59.664Z] #49 16.94 go: extracting github.com/spf13/pflag v1.0.5 [2021-03-19T20:56:59.664Z] #49 16.99 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-19T20:56:59.664Z] #49 17.12 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-03-19T20:56:59.664Z] #49 17.21 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-19T20:56:59.664Z] #49 17.24 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-19T20:56:59.664Z] #49 17.32 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-19T20:56:59.664Z] #49 17.54 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-03-19T20:56:59.664Z] #49 17.61 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-19T20:56:59.664Z] #49 17.73 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-19T20:56:59.664Z] #49 17.79 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-19T20:56:59.664Z] #49 18.38 go: downloading github.com/spf13/viper v1.6.1 [2021-03-19T20:56:59.664Z] #49 18.57 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-19T20:56:59.664Z] #49 18.63 go: extracting github.com/spf13/viper v1.6.1 [2021-03-19T20:56:59.664Z] #49 19.40 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-19T20:56:59.664Z] #49 19.79 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-19T20:56:59.664Z] #49 20.09 go: downloading github.com/magiconair/properties v1.8.1 [2021-03-19T20:56:59.664Z] #49 20.27 go: extracting github.com/magiconair/properties v1.8.1 [2021-03-19T20:56:59.664Z] #49 21.18 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-19T20:56:59.664Z] #49 21.28 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-19T20:56:59.664Z] #49 21.28 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-19T20:56:59.664Z] #49 21.32 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-19T20:56:59.664Z] #49 21.33 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-03-19T20:56:59.664Z] #49 21.39 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-19T20:56:59.664Z] #49 21.40 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-03-19T20:56:59.664Z] #49 21.52 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-03-19T20:56:59.664Z] #49 21.83 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-03-19T20:56:59.664Z] #49 22.34 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-19T20:56:59.664Z] #49 22.36 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-19T20:56:59.664Z] #49 22.39 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-03-19T20:56:59.664Z] #49 22.45 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-03-19T20:56:59.664Z] #49 22.55 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-03-19T20:56:59.664Z] #49 22.67 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-03-19T20:56:59.664Z] #49 25.02 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-19T20:56:59.664Z] #49 25.04 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-03-19T20:56:59.664Z] #49 25.16 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-19T20:56:59.664Z] #49 25.17 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-19T20:56:59.664Z] #49 25.17 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-19T20:56:59.664Z] #49 25.17 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-19T20:56:59.664Z] #49 25.19 go: downloading github.com/gobwas/glob v0.2.3 [2021-03-19T20:56:59.664Z] #49 25.26 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-19T20:56:59.664Z] #49 25.29 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-03-19T20:56:59.664Z] #49 25.33 go: downloading github.com/pkg/errors v0.8.1 [2021-03-19T20:56:59.664Z] #49 25.35 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-19T20:56:59.664Z] #49 25.35 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-19T20:56:59.664Z] #49 25.40 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-19T20:56:59.664Z] #49 25.48 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-19T20:56:59.664Z] #49 25.50 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-19T20:56:59.664Z] #49 25.63 go: downloading github.com/gogo/protobuf v1.2.1 [2021-03-19T20:56:59.664Z] #49 25.63 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-19T20:56:59.664Z] #49 25.75 go: downloading github.com/spf13/cast v1.3.0 [2021-03-19T20:56:59.664Z] #49 25.82 go: extracting github.com/pkg/errors v0.8.1 [2021-03-19T20:56:59.664Z] #49 25.90 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-19T20:56:59.664Z] #49 25.91 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-03-19T20:56:59.664Z] #49 25.93 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-19T20:56:59.664Z] #49 25.96 go: extracting github.com/gobwas/glob v0.2.3 [2021-03-19T20:56:59.664Z] #49 25.99 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-19T20:56:59.664Z] #49 26.16 go: downloading golang.org/x/text v0.3.2 [2021-03-19T20:56:59.718Z] #47 12.78 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-03-19T20:56:59.718Z] #47 13.22 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-03-19T20:56:59.931Z] #49 26.20 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-19T20:56:59.931Z] #49 26.22 go: extracting github.com/spf13/cast v1.3.0 [2021-03-19T20:56:59.931Z] #49 26.23 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-03-19T20:56:59.931Z] #49 26.26 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-03-19T20:56:59.931Z] #49 26.28 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-19T20:56:59.931Z] #49 ... [2021-03-19T20:56:59.931Z] [2021-03-19T20:56:59.931Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-19T20:56:59.931Z] #29 sha256:5022901ae8214cd8853276f0bd9e737e378415bcdd77bae71057d2f586e8d936 [2021-03-19T20:56:59.931Z] #29 8.972 #=#=# ### 4.9% ##### 8.3% ######## 11.8% ########### 15.3% ############# 18.6% ############### 21.5% ################## 26.3% #################### 29.1% ####################### 32.7% ########################## 36.6% ############################## 41.7% ################################## 47.5% #################################### 50.9% ######################################### 58.3% ############################################# 63.9% ################################################### 71.0% ######################################################### 79.3% ############################################################# 85.3% ################################################################# 91.1% ######################################################################## 100.0% [2021-03-19T20:57:00.146Z] #37 40.03 The following NEW packages will be installed: [2021-03-19T20:57:00.146Z] #37 40.05 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-03-19T20:57:00.146Z] #37 40.05 vim-common xxd [2021-03-19T20:57:00.146Z] #37 40.36 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded. [2021-03-19T20:57:00.146Z] #37 40.36 Need to get 14.9 MB of archives. [2021-03-19T20:57:00.146Z] #37 40.36 After this operation, 67.2 MB of additional disk space will be used. [2021-03-19T20:57:00.146Z] #37 40.36 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2021-03-19T20:57:00.146Z] #37 40.40 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2021-03-19T20:57:00.293Z] #47 13.54 go: extracting github.com/spf13/pflag v1.0.3 [2021-03-19T20:57:00.444Z] #37 40.45 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake-data all 3.13.4-1 [1476 kB] [2021-03-19T20:57:00.444Z] #37 40.65 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2021-03-19T20:57:00.513Z] #29 ... [2021-03-19T20:57:00.513Z] [2021-03-19T20:57:00.513Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-03-19T20:57:00.513Z] #55 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-03-19T20:57:00.513Z] #55 16.74 Fetched 8248 kB in 11s (737 kB/s) [2021-03-19T20:57:00.513Z] #55 16.74 Reading package lists... [2021-03-19T20:57:00.513Z] #55 22.61 Reading package lists... [2021-03-19T20:57:00.513Z] #55 ... [2021-03-19T20:57:00.513Z] [2021-03-19T20:57:00.513Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:57:00.513Z] #49 sha256:f36e8795bd7341ad5a13b06ccf9ea591edb13a4017ac2f16c5a0e2a0dede854d [2021-03-19T20:57:00.513Z] #49 26.39 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-19T20:57:00.513Z] #49 26.44 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-03-19T20:57:00.513Z] #49 26.44 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-19T20:57:00.513Z] #49 26.54 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-19T20:57:00.513Z] #49 26.62 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-19T20:57:00.513Z] #49 26.64 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-19T20:57:00.513Z] #49 26.76 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-03-19T20:57:00.513Z] #49 26.78 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-19T20:57:00.513Z] #49 26.88 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-03-19T20:57:00.513Z] #49 26.96 go: downloading github.com/kisielk/gotool v1.0.0 [2021-03-19T20:57:00.725Z] #55 44.83 Reading package lists... [2021-03-19T20:57:00.725Z] #55 ... [2021-03-19T20:57:00.725Z] [2021-03-19T20:57:00.725Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:57:00.725Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:57:00.725Z] #13 32.35 Fetched 8929 kB in 28s (315 kB/s) [2021-03-19T20:57:00.725Z] #13 32.35 Reading package lists... [2021-03-19T20:57:00.725Z] #13 ... [2021-03-19T20:57:00.725Z] [2021-03-19T20:57:00.725Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:57:00.725Z] #49 sha256:1d825f363e705a339d4a3766adffa15c59f3958db7bfc9b7a5f17a457a96a742 [2021-03-19T20:57:00.725Z] #49 44.19 go: extracting github.com/stretchr/objx v0.2.0 [2021-03-19T20:57:00.725Z] #49 46.47 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-19T20:57:00.725Z] #49 48.81 go: extracting github.com/gogo/protobuf v1.2.1 [2021-03-19T20:57:00.744Z] #37 ... [2021-03-19T20:57:00.744Z] [2021-03-19T20:57:00.744Z] #56 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-03-19T20:57:00.744Z] #56 sha256:c6de94bf361792c0630dfe92297aafeb0498862bc4e1fa7f675f3ac2c82c21ea [2021-03-19T20:57:00.744Z] #56 26.04 Reading package lists... [2021-03-19T20:57:00.744Z] #56 33.90 Building dependency tree... [2021-03-19T20:57:00.744Z] #56 36.68 The following additional packages will be installed: [2021-03-19T20:57:00.744Z] #56 36.69 libbtrfs0 [2021-03-19T20:57:00.744Z] #56 36.91 The following NEW packages will be installed: [2021-03-19T20:57:00.744Z] #56 36.93 libbtrfs-dev libbtrfs0 [2021-03-19T20:57:00.744Z] #56 37.18 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded. [2021-03-19T20:57:00.744Z] #56 37.18 Need to get 120 kB of archives. [2021-03-19T20:57:00.744Z] #56 37.18 After this operation, 423 kB of additional disk space will be used. [2021-03-19T20:57:00.744Z] #56 37.18 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2021-03-19T20:57:00.744Z] #56 37.20 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2021-03-19T20:57:00.744Z] #56 39.13 debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:57:00.744Z] #56 39.41 Fetched 120 kB in 0s (1226 kB/s) [2021-03-19T20:57:00.744Z] #56 39.57 Selecting previously unselected package libbtrfs0. [2021-03-19T20:57:00.744Z] #56 39.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 ... 15339 files and directories currently installed.) [2021-03-19T20:57:00.744Z] #56 39.78 Preparing to unpack .../libbtrfs0_4.20.1-2_ppc64el.deb ... [2021-03-19T20:57:00.744Z] #56 39.80 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-19T20:57:00.744Z] #56 39.95 Selecting previously unselected package libbtrfs-dev. [2021-03-19T20:57:00.744Z] #56 39.97 Preparing to unpack .../libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2021-03-19T20:57:00.744Z] #56 39.99 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-19T20:57:00.744Z] #56 40.43 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-19T20:57:00.744Z] #56 40.44 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-19T20:57:00.744Z] #56 40.45 Processing triggers for libc-bin (2.28-10) ... [2021-03-19T20:57:00.744Z] #56 DONE 40.8s [2021-03-19T20:57:00.744Z] [2021-03-19T20:57:00.744Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-19T20:57:00.744Z] #57 sha256:56da9d5ee323ba3ac7ddd513220e74f373ad82a209980f522a80a8e05a52ead1 [2021-03-19T20:57:00.779Z] #49 27.03 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-19T20:57:00.779Z] #49 27.03 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-03-19T20:57:00.779Z] #49 27.06 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-19T20:57:00.779Z] #49 27.11 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-19T20:57:00.779Z] #49 27.16 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-19T20:57:01.044Z] #49 27.33 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-03-19T20:57:01.044Z] #49 27.35 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-19T20:57:01.044Z] #49 27.35 go: downloading github.com/stretchr/testify v1.4.0 [2021-03-19T20:57:01.044Z] #49 ... [2021-03-19T20:57:01.044Z] [2021-03-19T20:57:01.044Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-19T20:57:01.044Z] #40 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926 [2021-03-19T20:57:01.044Z] #40 17.05 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-03-19T20:57:01.044Z] #40 19.55 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-03-19T20:57:01.044Z] #40 ... [2021-03-19T20:57:01.044Z] [2021-03-19T20:57:01.044Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-19T20:57:01.044Z] #29 sha256:5022901ae8214cd8853276f0bd9e737e378415bcdd77bae71057d2f586e8d936 [2021-03-19T20:57:01.044Z] #29 11.68 [2021-03-19T20:57:01.052Z] #57 0.383 + RM_GOPATH=0 [2021-03-19T20:57:01.052Z] #57 0.392 + TMP_GOPATH= [2021-03-19T20:57:01.052Z] #57 0.395 + : /build [2021-03-19T20:57:01.052Z] #57 0.396 + '[' -z '' ']' [2021-03-19T20:57:01.052Z] #57 0.398 ++ mktemp -d [2021-03-19T20:57:01.052Z] #57 0.405 + export GOPATH=/tmp/tmp.kRQtF2blaL [2021-03-19T20:57:01.052Z] #57 0.420 + GOPATH=/tmp/tmp.kRQtF2blaL [2021-03-19T20:57:01.052Z] #57 0.421 + RM_GOPATH=1 [2021-03-19T20:57:01.052Z] #57 0.422 + case "$(go env GOARCH)" in [2021-03-19T20:57:01.052Z] #57 0.424 ++ go env GOARCH [2021-03-19T20:57:01.203Z] #67 ... [2021-03-19T20:57:01.203Z] [2021-03-19T20:57:01.203Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:57:01.203Z] #51 sha256:740d52d1ecaa4c4c032b42b4207c84d0562938f4a45c307a65a3e28570259a9b [2021-03-19T20:57:01.203Z] #51 17.66 + cd /tmp/tmp.RVchjGfgkz/src/github.com/mvdan/sh [2021-03-19T20:57:01.203Z] #51 17.66 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-19T20:57:01.203Z] #51 17.66 + GO111MODULE=on [2021-03-19T20:57:01.203Z] #51 17.66 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-03-19T20:57:01.203Z] #51 18.97 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-19T20:57:01.203Z] #51 19.01 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-19T20:57:01.203Z] #51 19.01 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-19T20:57:01.203Z] #51 19.29 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-19T20:57:01.203Z] #51 19.36 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-19T20:57:01.203Z] #51 20.37 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-19T20:57:01.203Z] #51 21.32 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-19T20:57:01.203Z] #51 22.81 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-19T20:57:01.203Z] #51 24.22 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-19T20:57:01.203Z] #51 24.47 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-19T20:57:01.203Z] #51 24.59 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-19T20:57:01.203Z] #51 24.79 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-19T20:57:01.203Z] #51 25.52 runtime/cgo [2021-03-19T20:57:01.203Z] #51 25.66 runtime [2021-03-19T20:57:01.203Z] #51 ... [2021-03-19T20:57:01.203Z] [2021-03-19T20:57:01.203Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-19T20:57:01.203Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-19T20:57:01.203Z] #40 23.68 Checking out files: 83% (1402/1682) Checking out files: 84% (1413/1682) Checking out files: 85% (1430/1682) Checking out files: 86% (1447/1682) Checking out files: 87% (1464/1682) Checking out files: 88% (1481/1682) Checking out files: 89% (1497/1682) Checking out files: 90% (1514/1682) Checking out files: 91% (1531/1682) Checking out files: 92% (1548/1682) Checking out files: 93% (1565/1682) Checking out files: 94% (1582/1682) Checking out files: 95% (1598/1682) Checking out files: 96% (1615/1682) Checking out files: 97% (1632/1682) Checking out files: 98% (1649/1682) Checking out files: 99% (1666/1682) Checking out files: 100% (1682/1682) Checking out files: 100% (1682/1682), done. [2021-03-19T20:57:01.203Z] #40 24.00 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-03-19T20:57:01.317Z] #43 38.96 CC images/opts.o [2021-03-19T20:57:01.318Z] #43 39.16 CC images/seccomp.o [2021-03-19T20:57:01.352Z] #57 0.486 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:57:01.352Z] #57 0.488 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:57:01.352Z] #57 0.490 ++ dirname /tmp/install/install.sh [2021-03-19T20:57:01.352Z] #57 0.492 + dir=/tmp/install [2021-03-19T20:57:01.352Z] #57 0.494 + bin=containerd [2021-03-19T20:57:01.352Z] #57 0.495 + shift [2021-03-19T20:57:01.352Z] #57 0.495 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-03-19T20:57:01.352Z] #57 0.496 + . /tmp/install/containerd.installer [2021-03-19T20:57:01.352Z] #57 0.498 ++ set -e [2021-03-19T20:57:01.352Z] #57 0.499 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-19T20:57:01.352Z] #57 0.504 + install_containerd [2021-03-19T20:57:01.352Z] #57 0.505 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e' [2021-03-19T20:57:01.352Z] #57 0.505 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-19T20:57:01.352Z] #57 0.505 + git clone https://github.com/containerd/containerd.git /tmp/tmp.kRQtF2blaL/src/github.com/containerd/containerd [2021-03-19T20:57:01.352Z] #57 0.508 Cloning into '/tmp/tmp.kRQtF2blaL/src/github.com/containerd/containerd'... [2021-03-19T20:57:01.352Z] #57 ... [2021-03-19T20:57:01.352Z] [2021-03-19T20:57:01.352Z] #14 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:57:01.352Z] #14 sha256:5151d703b769bc35b6bada7e872d6f26a661733fd6a91bb6a69d949f095f4d31 [2021-03-19T20:57:01.352Z] #14 30.88 Reading package lists... [2021-03-19T20:57:01.352Z] #14 40.30 Building dependency tree... [2021-03-19T20:57:01.352Z] #14 ... [2021-03-19T20:57:01.352Z] [2021-03-19T20:57:01.352Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:57:01.352Z] #37 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-03-19T20:57:01.352Z] #37 41.41 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-7+deb10u1 [730 kB] [2021-03-19T20:57:01.352Z] #37 41.47 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libarchive13 ppc64el 3.3.3-4+deb10u1 [360 kB] [2021-03-19T20:57:01.352Z] #37 41.49 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2021-03-19T20:57:01.352Z] #37 41.51 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el librhash0 ppc64el 1.3.8-1 [127 kB] [2021-03-19T20:57:01.352Z] #37 41.53 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libuv1 ppc64el 1.24.1-1 [116 kB] [2021-03-19T20:57:01.468Z] #40 26.39 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-03-19T20:57:01.573Z] #43 39.46 CC images/binfmt-misc.o [2021-03-19T20:57:01.656Z] #37 41.54 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake ppc64el 3.13.4-1 [3306 kB] [2021-03-19T20:57:01.682Z] #47 14.95 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-19T20:57:01.829Z] #43 39.66 CC images/time.o [2021-03-19T20:57:01.829Z] #43 39.82 CC images/sysctl.o [2021-03-19T20:57:02.073Z] #57 141.3 + bin/containerd-stress [2021-03-19T20:57:02.073Z] #57 142.6 + bin/containerd-shim [2021-03-19T20:57:02.085Z] #43 40.01 CC images/autofs.o [2021-03-19T20:57:02.290Z] #29 11.90 0.0% 1.0% # 1.4% ## 3.1% ## 3.7% ### 5.0% #### 6.8% ###### 8.4% ###### 9.6% ####### 10.3% ######## 11.8% ######### 13.0% ########## 14.7% ########### 15.7% [2021-03-19T20:57:02.290Z] #29 ... [2021-03-19T20:57:02.290Z] [2021-03-19T20:57:02.290Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:57:02.290Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-03-19T20:57:02.290Z] #36 18.53 Fetched 8248 kB in 13s (614 kB/s) [2021-03-19T20:57:02.290Z] #36 18.53 Reading package lists... [2021-03-19T20:57:02.290Z] #36 25.78 Reading package lists... [2021-03-19T20:57:02.290Z] #36 ... [2021-03-19T20:57:02.290Z] [2021-03-19T20:57:02.290Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-19T20:57:02.290Z] #29 sha256:5022901ae8214cd8853276f0bd9e737e378415bcdd77bae71057d2f586e8d936 [2021-03-19T20:57:02.341Z] #43 40.27 CC images/macvlan.o [2021-03-19T20:57:02.597Z] #43 40.53 CC images/sit.o [2021-03-19T20:57:02.854Z] #43 40.79 CC images/memfd.o [2021-03-19T20:57:03.110Z] #43 41.07 CC images/timens.o [2021-03-19T20:57:03.199Z] #37 43.30 debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:57:03.199Z] #37 ... [2021-03-19T20:57:03.199Z] [2021-03-19T20:57:03.199Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:57:03.199Z] #50 sha256:215d344bcc7283861030d950302f92637cfd52e58979a60470edd2ab99318878 [2021-03-19T20:57:03.199Z] #50 33.33 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-19T20:57:03.199Z] #50 34.18 go: extracting github.com/gogo/protobuf v1.2.1 [2021-03-19T20:57:03.199Z] #50 41.16 go: extracting golang.org/x/text v0.3.2 [2021-03-19T20:57:03.367Z] #43 41.32 LINK images/built-in.o [2021-03-19T20:57:03.382Z] #40 ... [2021-03-19T20:57:03.382Z] [2021-03-19T20:57:03.382Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:57:03.382Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:57:03.382Z] #13 11.73 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-03-19T20:57:03.382Z] #13 11.78 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-19T20:57:03.382Z] #13 11.78 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-19T20:57:03.382Z] #13 11.78 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-19T20:57:03.382Z] #13 12.87 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [458 kB] [2021-03-19T20:57:03.382Z] #13 14.71 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-19T20:57:03.382Z] #13 16.69 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [269 kB] [2021-03-19T20:57:03.382Z] #13 19.19 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-19T20:57:03.382Z] #13 ... [2021-03-19T20:57:03.382Z] [2021-03-19T20:57:03.382Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:57:03.382Z] #49 sha256:01ff86e85448981fd9bdd323542c05e8521e4f26b4d005fc5898f2c3b350ce98 [2021-03-19T20:57:03.382Z] #49 24.79 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-19T20:57:03.382Z] #49 27.00 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-19T20:57:03.382Z] #49 27.41 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-03-19T20:57:03.382Z] #49 27.45 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-19T20:57:03.382Z] #49 27.53 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-19T20:57:03.382Z] #49 27.53 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-19T20:57:03.382Z] #49 27.57 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-19T20:57:03.382Z] #49 28.38 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-19T20:57:03.382Z] #49 28.38 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-19T20:57:03.382Z] #49 28.41 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-19T20:57:03.382Z] #49 28.43 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-03-19T20:57:03.382Z] #49 28.53 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-19T20:57:03.382Z] #49 28.53 go: downloading github.com/ultraware/funlen v0.0.2 [2021-03-19T20:57:03.382Z] #49 28.53 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-03-19T20:57:03.382Z] #49 28.53 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-19T20:57:03.382Z] #49 28.53 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-19T20:57:03.382Z] #49 28.59 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-19T20:57:03.382Z] #49 28.59 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-19T20:57:03.382Z] #49 28.59 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-03-19T20:57:03.382Z] #49 28.67 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-03-19T20:57:03.382Z] #49 28.67 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-19T20:57:03.382Z] #49 28.67 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-03-19T20:57:03.382Z] #49 28.76 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-19T20:57:03.382Z] #49 28.80 go: downloading golang.org/x/text v0.3.2 [2021-03-19T20:57:03.382Z] #49 28.80 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-19T20:57:03.382Z] #49 28.80 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-03-19T20:57:03.382Z] #49 28.80 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-03-19T20:57:03.382Z] #49 28.80 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-19T20:57:03.382Z] #49 28.82 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-19T20:57:03.382Z] #49 28.82 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-03-19T20:57:03.382Z] #49 28.88 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-19T20:57:03.382Z] #49 28.88 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-19T20:57:03.382Z] #49 28.88 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-19T20:57:03.382Z] #49 28.88 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-03-19T20:57:03.382Z] #49 28.88 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-19T20:57:03.382Z] #49 28.93 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-03-19T20:57:03.382Z] #49 29.03 go: extracting github.com/ultraware/funlen v0.0.2 [2021-03-19T20:57:03.382Z] #49 29.07 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-19T20:57:03.382Z] #49 29.19 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-19T20:57:03.382Z] #49 29.20 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-19T20:57:03.382Z] #49 29.21 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-19T20:57:03.382Z] #49 29.27 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-19T20:57:03.382Z] #49 29.31 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-03-19T20:57:03.382Z] #49 29.32 go: downloading github.com/gobwas/glob v0.2.3 [2021-03-19T20:57:03.382Z] #49 29.32 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-19T20:57:03.382Z] #49 29.33 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-19T20:57:03.382Z] #49 29.46 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-19T20:57:03.382Z] #49 29.55 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-19T20:57:03.382Z] #49 29.55 go: downloading github.com/kisielk/gotool v1.0.0 [2021-03-19T20:57:03.382Z] #49 29.60 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-03-19T20:57:03.382Z] #49 29.60 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-19T20:57:03.382Z] #49 29.60 go: downloading github.com/spf13/afero v1.1.2 [2021-03-19T20:57:03.382Z] #49 29.72 go: extracting github.com/gobwas/glob v0.2.3 [2021-03-19T20:57:03.382Z] #49 29.79 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-03-19T20:57:03.382Z] #49 29.87 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-03-19T20:57:03.382Z] #49 29.87 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-19T20:57:03.382Z] #49 29.87 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-03-19T20:57:03.382Z] #49 29.98 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-03-19T20:57:03.382Z] #49 29.98 go: extracting github.com/kisielk/gotool v1.0.0 [2021-03-19T20:57:03.382Z] #49 30.01 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-19T20:57:03.500Z] #50 ... [2021-03-19T20:57:03.500Z] [2021-03-19T20:57:03.500Z] #35 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-19T20:57:03.500Z] #35 sha256:ea3dd951190a445f76bf7447cce0e28ecccd438c8a411288eb88b05a007f4077 [2021-03-19T20:57:03.500Z] #35 43.46 sync [2021-03-19T20:57:03.500Z] #35 43.47 internal/reflectlite [2021-03-19T20:57:03.600Z] #47 17.07 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-19T20:57:03.623Z] #43 41.49 GEN compel/include/asm [2021-03-19T20:57:03.623Z] #43 41.51 GEN compel/include/version.h [2021-03-19T20:57:03.623Z] #43 41.54 touch .config [2021-03-19T20:57:03.623Z] #43 41.59 GEN include/common/config.h [2021-03-19T20:57:03.623Z] #43 41.68 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2021-03-19T20:57:03.623Z] #43 41.71 GEN compel/plugins/include/uapi/std/syscall-64.h [2021-03-19T20:57:03.643Z] #49 30.17 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-19T20:57:03.643Z] #49 30.25 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-03-19T20:57:03.643Z] #49 30.25 go: extracting github.com/spf13/afero v1.1.2 [2021-03-19T20:57:03.880Z] #43 41.74 GEN compel/arch/x86/plugins/std/syscalls-64.S [2021-03-19T20:57:03.880Z] #43 41.75 DEP compel/arch/x86/plugins/std/syscalls-64.d [2021-03-19T20:57:03.880Z] #43 41.78 DEP compel/arch/x86/plugins/std/memcpy.d [2021-03-19T20:57:03.880Z] #43 41.82 DEP compel/arch/x86/plugins/std/parasite-head.d [2021-03-19T20:57:03.880Z] #43 41.87 GEN compel/plugins/include/uapi/std/syscall.h [2021-03-19T20:57:03.880Z] #43 41.88 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2021-03-19T20:57:03.880Z] #43 41.90 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-03-19T20:57:03.880Z] #43 41.92 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-03-19T20:57:03.880Z] #43 41.92 DEP compel/plugins/std/infect.d [2021-03-19T20:57:03.903Z] #49 30.57 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-19T20:57:03.903Z] #49 30.59 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-03-19T20:57:03.903Z] #49 30.66 go: downloading github.com/gogo/protobuf v1.2.1 [2021-03-19T20:57:03.903Z] #49 30.66 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-19T20:57:04.139Z] #43 42.00 DEP compel/plugins/std/string.d [2021-03-19T20:57:04.139Z] #43 42.08 DEP compel/plugins/std/log.d [2021-03-19T20:57:04.139Z] #43 42.16 DEP compel/plugins/std/fds.d [2021-03-19T20:57:04.163Z] #49 30.69 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-19T20:57:04.163Z] #49 30.75 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-03-19T20:57:04.205Z] #49 52.28 go: extracting golang.org/x/text v0.3.2 [2021-03-19T20:57:04.396Z] #43 42.29 DEP compel/plugins/std/std.d [2021-03-19T20:57:04.396Z] #43 42.42 DEP compel/plugins/shmem/shmem.d [2021-03-19T20:57:04.424Z] #49 31.07 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-19T20:57:04.512Z] #29 11.90 0.0% 1.0% # 1.4% ## 3.1% ## 3.7% ### 5.0% #### 6.8% ###### 8.4% ###### 9.6% ####### 10.3% ######## 11.8% ######### 13.0% ########## 14.7% ########### 15.7% ############ 17.2% ############# 18.6% ############## 20.2% ############### 20.8% ############### 21.8% ################# 23.8% ################# 25.0% ################### 26.8% #################### 29.0% ##################### 30.0% ###################### 31.2% ####################### 32.3% ######################## 33.6% ######################## 34.7% ########################## 36.2% ########################## 37.1% ############################ 40.0% ############################# 41.2% ############################## 42.7% ############################### 43.6% #### [2021-03-19T20:57:04.512Z] #29 ... [2021-03-19T20:57:04.512Z] [2021-03-19T20:57:04.512Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:57:04.512Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-03-19T20:57:04.512Z] #13 15.33 Fetched 8747 kB in 13s (652 kB/s) [2021-03-19T20:57:04.512Z] #13 15.33 Reading package lists... [2021-03-19T20:57:04.651Z] #43 42.53 DEP compel/plugins/fds/fds.d [2021-03-19T20:57:04.651Z] #43 42.70 CC compel/plugins/std/std.o [2021-03-19T20:57:04.772Z] #49 ... [2021-03-19T20:57:04.772Z] [2021-03-19T20:57:04.772Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:57:04.772Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-19T20:57:04.772Z] #36 43.33 Reading package lists... [2021-03-19T20:57:04.778Z] #13 22.20 Reading package lists... [2021-03-19T20:57:04.778Z] #13 ... [2021-03-19T20:57:04.778Z] [2021-03-19T20:57:04.778Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-19T20:57:04.778Z] #29 sha256:5022901ae8214cd8853276f0bd9e737e378415bcdd77bae71057d2f586e8d936 [2021-03-19T20:57:04.983Z] #47 ... [2021-03-19T20:57:04.983Z] [2021-03-19T20:57:04.983Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-19T20:57:04.983Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-19T20:57:04.983Z] #40 7.762 + git clone https://github.com/docker/distribution.git . [2021-03-19T20:57:04.983Z] #40 7.769 Cloning into '.'... [2021-03-19T20:57:04.983Z] #40 ... [2021-03-19T20:57:04.983Z] [2021-03-19T20:57:04.983Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-19T20:57:04.983Z] #58 sha256:a433a57029601133f46506bed3c358688b8891ed7814f92d40b425579013c89b [2021-03-19T20:57:04.983Z] #58 8.244 + RM_GOPATH=0 [2021-03-19T20:57:04.983Z] #58 8.244 + TMP_GOPATH= [2021-03-19T20:57:04.983Z] #58 8.244 + : /build [2021-03-19T20:57:04.983Z] #58 8.244 + '[' -z '' ']' [2021-03-19T20:57:04.983Z] #58 8.244 ++ mktemp -d [2021-03-19T20:57:04.983Z] #58 8.262 + export GOPATH=/tmp/tmp.pCqLjycwYL [2021-03-19T20:57:04.983Z] #58 8.262 + GOPATH=/tmp/tmp.pCqLjycwYL [2021-03-19T20:57:04.983Z] #58 8.262 + RM_GOPATH=1 [2021-03-19T20:57:04.983Z] #58 8.262 + case "$(go env GOARCH)" in [2021-03-19T20:57:04.983Z] #58 8.270 ++ go env GOARCH [2021-03-19T20:57:04.983Z] #58 8.351 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:57:04.983Z] #58 8.351 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:57:04.983Z] #58 8.354 ++ dirname /tmp/install/install.sh [2021-03-19T20:57:04.983Z] #58 8.355 + dir=/tmp/install [2021-03-19T20:57:04.983Z] #58 8.355 + bin=rootlesskit [2021-03-19T20:57:04.983Z] #58 8.355 + shift [2021-03-19T20:57:04.983Z] #58 8.355 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-03-19T20:57:04.983Z] #58 8.355 + . /tmp/install/rootlesskit.installer [2021-03-19T20:57:04.983Z] #58 8.355 ++ : 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-19T20:57:04.983Z] #58 8.355 + install_rootlesskit [2021-03-19T20:57:04.983Z] #58 8.355 + case "$1" in [2021-03-19T20:57:04.983Z] #58 8.355 + export CGO_ENABLED=0 [2021-03-19T20:57:04.983Z] #58 8.355 + CGO_ENABLED=0 [2021-03-19T20:57:04.983Z] #58 8.355 + _install_rootlesskit [2021-03-19T20:57:04.983Z] #58 8.387 Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-19T20:57:04.983Z] #58 8.387 + echo 'Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa' [2021-03-19T20:57:04.983Z] #58 8.387 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.pCqLjycwYL/src/github.com/rootless-containers/rootlesskit [2021-03-19T20:57:04.983Z] #58 8.393 Cloning into '/tmp/tmp.pCqLjycwYL/src/github.com/rootless-containers/rootlesskit'... [2021-03-19T20:57:04.983Z] #58 14.95 + cd /tmp/tmp.pCqLjycwYL/src/github.com/rootless-containers/rootlesskit [2021-03-19T20:57:04.983Z] #58 14.95 + git checkout -q 5c30c9c2586add2ad659132990fdc230f05035fa [2021-03-19T20:57:04.983Z] #58 15.06 + export GO111MODULE=on [2021-03-19T20:57:04.983Z] #58 15.06 + GO111MODULE=on [2021-03-19T20:57:04.983Z] #58 15.06 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-19T20:57:04.983Z] #58 15.06 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-03-19T20:57:04.983Z] #58 17.99 go: downloading github.com/pkg/errors v0.9.1 [2021-03-19T20:57:04.983Z] #58 18.09 go: downloading github.com/moby/vpnkit v0.4.0 [2021-03-19T20:57:04.983Z] #58 18.19 go: downloading github.com/moby/sys/mountinfo v0.4.0 [2021-03-19T20:57:04.983Z] #58 18.31 go: downloading github.com/google/uuid v1.2.0 [2021-03-19T20:57:04.983Z] #58 18.34 go: downloading github.com/gofrs/flock v0.8.0 [2021-03-19T20:57:04.983Z] #58 18.34 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-03-19T20:57:04.983Z] #58 ... [2021-03-19T20:57:04.983Z] [2021-03-19T20:57:04.983Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-19T20:57:04.983Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-19T20:57:04.983Z] #32 8.019 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-03-19T20:57:04.983Z] #32 8.024 Cloning into '.'... [2021-03-19T20:57:04.983Z] #32 ... [2021-03-19T20:57:04.983Z] [2021-03-19T20:57:04.983Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:57:04.983Z] #49 sha256:c7a472f37232132d0f31b820187304080713900814e44b6fb27d74f662c96107 [2021-03-19T20:57:04.983Z] #49 18.46 go: downloading github.com/spf13/viper v1.6.1 [2021-03-19T20:57:04.983Z] #49 18.53 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-19T20:57:05.212Z] #43 43.05 CC compel/plugins/std/fds.o [2021-03-19T20:57:05.247Z] #49 18.56 go: downloading github.com/fatih/color v1.7.0 [2021-03-19T20:57:05.247Z] #49 18.61 go: downloading github.com/pkg/errors v0.8.1 [2021-03-19T20:57:05.364Z] #49 31.87 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-19T20:57:05.468Z] #43 43.49 CC compel/plugins/std/log.o [2021-03-19T20:57:05.468Z] #43 ... [2021-03-19T20:57:05.468Z] [2021-03-19T20:57:05.468Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:57:05.468Z] #45 sha256:dcea8893a85a8f4eabc7fea730df65a7e224daa747783186796bd0e70ed61308 [2021-03-19T20:57:05.468Z] #45 130.5 vendor/golang.org/x/net/http2/hpack [2021-03-19T20:57:05.468Z] #45 131.8 mime [2021-03-19T20:57:05.468Z] #45 133.2 mime/quotedprintable [2021-03-19T20:57:05.468Z] #45 133.4 net/http/internal [2021-03-19T20:57:05.468Z] #45 136.4 net/textproto [2021-03-19T20:57:05.468Z] #45 136.4 crypto/x509 [2021-03-19T20:57:05.468Z] #45 137.6 vendor/golang.org/x/net/http/httpguts [2021-03-19T20:57:05.468Z] #45 137.9 vendor/golang.org/x/net/http/httpproxy [2021-03-19T20:57:05.468Z] #45 138.4 mime/multipart [2021-03-19T20:57:05.509Z] #49 18.87 go: downloading github.com/spf13/pflag v1.0.5 [2021-03-19T20:57:05.724Z] #45 140.7 crypto/tls [2021-03-19T20:57:05.771Z] #49 19.11 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-03-19T20:57:05.771Z] #49 19.12 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-19T20:57:05.771Z] #49 19.12 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-19T20:57:05.771Z] #49 19.23 go: extracting github.com/fatih/color v1.7.0 [2021-03-19T20:57:06.136Z] #49 19.30 go: downloading github.com/spf13/cobra v0.0.5 [2021-03-19T20:57:06.136Z] #49 19.34 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-03-19T20:57:06.136Z] #49 19.45 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-03-19T20:57:06.274Z] #36 53.77 Building dependency tree... [2021-03-19T20:57:06.274Z] #36 ... [2021-03-19T20:57:06.274Z] [2021-03-19T20:57:06.274Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:57:06.274Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-19T20:57:06.274Z] #42 44.66 Reading package lists... [2021-03-19T20:57:06.274Z] #42 ... [2021-03-19T20:57:06.274Z] [2021-03-19T20:57:06.274Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:57:06.274Z] #45 sha256:67006e49ecacf95c79a8a79ecf4742c89a06b2be4a211d790cbd334ebffd6eb6 [2021-03-19T20:57:06.274Z] #45 44.76 vendor/golang.org/x/crypto/internal/subtle [2021-03-19T20:57:06.274Z] #45 45.25 vendor/golang.org/x/crypto/curve25519 [2021-03-19T20:57:06.307Z] #35 ... [2021-03-19T20:57:06.307Z] [2021-03-19T20:57:06.307Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:57:06.307Z] #43 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-03-19T20:57:06.307Z] #43 28.37 Reading package lists... [2021-03-19T20:57:06.307Z] #43 36.20 Building dependency tree... [2021-03-19T20:57:06.307Z] #43 39.68 The following additional packages will be installed: [2021-03-19T20:57:06.307Z] #43 39.69 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-03-19T20:57:06.307Z] #43 39.69 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-03-19T20:57:06.307Z] #43 39.69 Suggested packages: [2021-03-19T20:57:06.307Z] #43 39.71 manpages-dev python-setuptools [2021-03-19T20:57:06.307Z] #43 41.67 The following NEW packages will be installed: [2021-03-19T20:57:06.307Z] #43 41.68 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-03-19T20:57:06.307Z] #43 41.69 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-03-19T20:57:06.307Z] #43 41.69 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-03-19T20:57:06.307Z] #43 41.69 python-six zlib1g-dev [2021-03-19T20:57:06.307Z] #43 41.86 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded. [2021-03-19T20:57:06.307Z] #43 41.86 Need to get 4075 kB of archives. [2021-03-19T20:57:06.307Z] #43 41.86 After this operation, 24.5 MB of additional disk space will be used. [2021-03-19T20:57:06.307Z] #43 41.86 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libcap-dev ppc64el 1:2.25-2 [31.4 kB] [2021-03-19T20:57:06.307Z] #43 41.88 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2021-03-19T20:57:06.307Z] #43 41.89 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3.1 [119 kB] [2021-03-19T20:57:06.307Z] #43 41.93 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2021-03-19T20:57:06.307Z] #43 41.95 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-dev ppc64el 3.4.0-1 [103 kB] [2021-03-19T20:57:06.307Z] #43 41.95 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2021-03-19T20:57:06.307Z] #43 41.96 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c-dev ppc64el 1.3.1-1+b1 [36.6 kB] [2021-03-19T20:57:06.307Z] #43 41.98 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zlib1g-dev ppc64el 1:1.2.11.dfsg-1 [216 kB] [2021-03-19T20:57:06.307Z] #43 42.01 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf17 ppc64el 3.6.1.3-2 [795 kB] [2021-03-19T20:57:06.307Z] #43 42.08 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-lite17 ppc64el 3.6.1.3-2 [166 kB] [2021-03-19T20:57:06.307Z] #43 42.17 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-dev ppc64el 3.6.1.3-2 [1130 kB] [2021-03-19T20:57:06.307Z] #43 42.32 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotoc17 ppc64el 3.6.1.3-2 [647 kB] [2021-03-19T20:57:06.307Z] #43 42.42 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-c-compiler ppc64el 1.3.1-1+b1 [81.2 kB] [2021-03-19T20:57:06.307Z] #43 42.43 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-compiler ppc64el 3.6.1.3-2 [65.2 kB] [2021-03-19T20:57:06.307Z] #43 42.43 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pkg-resources all 40.8.0-1 [182 kB] [2021-03-19T20:57:06.307Z] #43 42.48 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-six all 1.12.0-1 [15.7 kB] [2021-03-19T20:57:06.307Z] #43 42.49 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-protobuf ppc64el 3.6.1.3-2 [337 kB] [2021-03-19T20:57:06.307Z] #43 43.67 debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:57:06.307Z] #43 43.95 Fetched 4075 kB in 1s (5663 kB/s) [2021-03-19T20:57:06.307Z] #43 44.10 Selecting previously unselected package libcap-dev:ppc64el. [2021-03-19T20:57:06.307Z] #43 44.10 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2021-03-19T20:57:06.307Z] #43 44.19 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_ppc64el.deb ... [2021-03-19T20:57:06.307Z] #43 44.21 Unpacking libcap-dev:ppc64el (1:2.25-2) ... [2021-03-19T20:57:06.307Z] #43 44.36 Selecting previously unselected package libnet1:ppc64el. [2021-03-19T20:57:06.307Z] #43 44.37 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2021-03-19T20:57:06.307Z] #43 44.38 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2021-03-19T20:57:06.307Z] #43 44.51 Selecting previously unselected package libnet1-dev. [2021-03-19T20:57:06.307Z] #43 44.51 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_ppc64el.deb ... [2021-03-19T20:57:06.308Z] #43 44.52 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-19T20:57:06.308Z] #43 44.74 Selecting previously unselected package libnl-3-200:ppc64el. [2021-03-19T20:57:06.308Z] #43 44.75 Preparing to unpack .../03-libnl-3-200_3.4.0-1_ppc64el.deb ... [2021-03-19T20:57:06.308Z] #43 44.76 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2021-03-19T20:57:06.308Z] #43 44.98 Selecting previously unselected package libnl-3-dev:ppc64el. [2021-03-19T20:57:06.308Z] #43 44.99 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_ppc64el.deb ... [2021-03-19T20:57:06.308Z] #43 44.99 Unpacking libnl-3-dev:ppc64el (3.4.0-1) ... [2021-03-19T20:57:06.308Z] #43 45.27 Selecting previously unselected package libprotobuf-c1:ppc64el. [2021-03-19T20:57:06.308Z] #43 45.31 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2021-03-19T20:57:06.308Z] #43 45.32 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2021-03-19T20:57:06.308Z] #43 45.46 Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2021-03-19T20:57:06.308Z] #43 45.48 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_ppc64el.deb ... [2021-03-19T20:57:06.308Z] #43 45.49 Unpacking libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2021-03-19T20:57:06.308Z] #43 45.66 Selecting previously unselected package zlib1g-dev:ppc64el. [2021-03-19T20:57:06.308Z] #43 45.67 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_ppc64el.deb ... [2021-03-19T20:57:06.308Z] #43 45.71 Unpacking zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2021-03-19T20:57:06.308Z] #43 46.06 Selecting previously unselected package libprotobuf17:ppc64el. [2021-03-19T20:57:06.308Z] #43 46.06 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_ppc64el.deb ... [2021-03-19T20:57:06.308Z] #43 46.07 Unpacking libprotobuf17:ppc64el (3.6.1.3-2) ... [2021-03-19T20:57:06.308Z] #43 ... [2021-03-19T20:57:06.308Z] [2021-03-19T20:57:06.308Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:57:06.308Z] #37 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-03-19T20:57:06.308Z] #37 43.69 Fetched 14.9 MB in 2s (9471 kB/s) [2021-03-19T20:57:06.308Z] #37 43.76 Selecting previously unselected package xxd. [2021-03-19T20:57:06.308Z] #37 43.77 (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.) [2021-03-19T20:57:06.308Z] #37 43.88 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2021-03-19T20:57:06.308Z] #37 43.89 Unpacking xxd (2:8.1.0875-5) ... [2021-03-19T20:57:06.308Z] #37 44.12 Selecting previously unselected package vim-common. [2021-03-19T20:57:06.308Z] #37 44.14 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-19T20:57:06.308Z] #37 44.24 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-19T20:57:06.308Z] #37 44.65 Selecting previously unselected package cmake-data. [2021-03-19T20:57:06.308Z] #37 44.65 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-03-19T20:57:06.308Z] #37 44.67 Unpacking cmake-data (3.13.4-1) ... [2021-03-19T20:57:06.402Z] #49 19.68 go: extracting github.com/pkg/errors v0.8.1 [2021-03-19T20:57:06.402Z] #49 19.82 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-19T20:57:06.402Z] #49 19.83 go: extracting github.com/spf13/pflag v1.0.5 [2021-03-19T20:57:06.402Z] #49 19.83 go: extracting github.com/spf13/viper v1.6.1 [2021-03-19T20:57:06.402Z] #49 19.85 go: downloading github.com/stretchr/testify v1.4.0 [2021-03-19T20:57:06.402Z] #49 19.92 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-03-19T20:57:06.408Z] #45 ... [2021-03-19T20:57:06.408Z] [2021-03-19T20:57:06.408Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:57:06.408Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:57:06.408Z] #43 44.40 CC compel/plugins/std/string.o [2021-03-19T20:57:06.570Z] #57 147.0 + bin/containerd-shim-runc-v1 [2021-03-19T20:57:06.663Z] #49 19.97 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-03-19T20:57:06.663Z] #49 20.02 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-03-19T20:57:06.842Z] #45 ... [2021-03-19T20:57:06.842Z] [2021-03-19T20:57:06.842Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:57:06.842Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-19T20:57:06.924Z] #49 ... [2021-03-19T20:57:06.924Z] [2021-03-19T20:57:06.924Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-03-19T20:57:06.924Z] #24 sha256:b0aeec866a1f6076d9877e565fa3cf1f1ff36facece7ffc4f3ba85aa41740e07 [2021-03-19T20:57:06.924Z] #24 19.94 + mkdir -p /build [2021-03-19T20:57:06.924Z] #24 19.95 + mv docker/docker /build/ [2021-03-19T20:57:06.924Z] #24 19.96 + rmdir docker [2021-03-19T20:57:06.924Z] #24 DONE 20.2s [2021-03-19T20:57:06.924Z] [2021-03-19T20:57:06.924Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:57:06.924Z] #49 sha256:c7a472f37232132d0f31b820187304080713900814e44b6fb27d74f662c96107 [2021-03-19T20:57:06.924Z] #49 20.35 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-03-19T20:57:06.970Z] #43 45.10 CC compel/plugins/std/infect.o [2021-03-19T20:57:07.184Z] #49 20.47 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-03-19T20:57:07.184Z] #49 20.54 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-03-19T20:57:07.446Z] #49 20.67 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-03-19T20:57:07.446Z] #49 20.72 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-03-19T20:57:07.446Z] #49 20.72 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-19T20:57:07.446Z] #49 20.77 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-03-19T20:57:07.446Z] #49 20.77 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-19T20:57:07.446Z] #49 20.77 go: extracting github.com/spf13/cobra v0.0.5 [2021-03-19T20:57:07.446Z] #49 20.90 go: extracting github.com/stretchr/testify v1.4.0 [2021-03-19T20:57:07.446Z] #49 ... [2021-03-19T20:57:07.446Z] [2021-03-19T20:57:07.446Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:57:07.446Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:57:07.446Z] #13 4.627 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-19T20:57:07.446Z] #13 4.764 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-19T20:57:07.446Z] #13 4.764 Get:3 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-03-19T20:57:07.446Z] #13 4.781 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-19T20:57:07.446Z] #13 6.168 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-19T20:57:07.446Z] #13 9.912 Get:6 http://deb.debian.org/debian buster-backports/main amd64 Packages [458 kB] [2021-03-19T20:57:07.446Z] #13 13.50 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [269 kB] [2021-03-19T20:57:07.531Z] #43 45.53 CC compel/arch/x86/plugins/std/parasite-head.o [2021-03-19T20:57:07.531Z] #43 45.57 CC compel/arch/x86/plugins/std/memcpy.o [2021-03-19T20:57:07.531Z] #43 45.63 CC compel/arch/x86/plugins/std/syscalls-64.o [2021-03-19T20:57:07.707Z] #13 ... [2021-03-19T20:57:07.707Z] [2021-03-19T20:57:07.707Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:57:07.707Z] #49 sha256:c7a472f37232132d0f31b820187304080713900814e44b6fb27d74f662c96107 [2021-03-19T20:57:07.707Z] #49 20.95 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-03-19T20:57:07.707Z] #49 21.17 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-03-19T20:57:07.707Z] #49 ... [2021-03-19T20:57:07.707Z] [2021-03-19T20:57:07.707Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-19T20:57:07.707Z] #34 sha256:073b03b90a9a5bb1bc28094edaf3fa27be63ba388bb449ade0879fd09faccc7a [2021-03-19T20:57:07.707Z] #34 11.15 math [2021-03-19T20:57:07.707Z] #34 12.22 runtime [2021-03-19T20:57:07.707Z] #34 17.81 unicode/utf8 [2021-03-19T20:57:07.707Z] #34 18.90 internal/testlog [2021-03-19T20:57:07.707Z] #34 19.48 encoding [2021-03-19T20:57:07.707Z] #34 19.91 runtime/cgo [2021-03-19T20:57:07.787Z] #43 45.69 AR compel/plugins/std.lib.a [2021-03-19T20:57:07.787Z] #43 45.77 CC compel/plugins/fds/fds.o [2021-03-19T20:57:07.860Z] #37 48.01 Selecting previously unselected package libicu63:ppc64el. [2021-03-19T20:57:07.860Z] #37 48.02 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2021-03-19T20:57:07.860Z] #37 48.03 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2021-03-19T20:57:07.974Z] #34 ... [2021-03-19T20:57:07.974Z] [2021-03-19T20:57:07.974Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-19T20:57:07.974Z] #58 sha256:a433a57029601133f46506bed3c358688b8891ed7814f92d40b425579013c89b [2021-03-19T20:57:07.974Z] #58 18.43 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-19T20:57:07.974Z] #58 18.54 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-19T20:57:07.974Z] #58 18.59 go: extracting github.com/pkg/errors v0.9.1 [2021-03-19T20:57:07.974Z] #58 18.96 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-19T20:57:07.974Z] #58 18.96 go: downloading github.com/gorilla/mux v1.8.0 [2021-03-19T20:57:07.974Z] #58 19.14 go: extracting github.com/gofrs/flock v0.8.0 [2021-03-19T20:57:07.974Z] #58 19.28 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-19T20:57:07.974Z] #58 19.45 go: extracting github.com/moby/sys/mountinfo v0.4.0 [2021-03-19T20:57:07.974Z] #58 19.50 go: extracting github.com/google/uuid v1.2.0 [2021-03-19T20:57:07.974Z] #58 19.53 go: extracting github.com/gorilla/mux v1.8.0 [2021-03-19T20:57:07.974Z] #58 19.85 go: downloading github.com/sirupsen/logrus v1.7.0 [2021-03-19T20:57:07.974Z] #58 21.19 go: extracting github.com/sirupsen/logrus v1.7.0 [2021-03-19T20:57:08.044Z] #43 45.98 AR compel/plugins/fds.lib.a [2021-03-19T20:57:08.044Z] #43 46.03 HOSTDEP compel/src/lib/log-host.d [2021-03-19T20:57:08.044Z] #43 46.10 HOSTDEP compel/src/lib/handle-elf-host.d [2021-03-19T20:57:08.268Z] #29 11.90 0.0% 1.0% # 1.4% ## 3.1% ## 3.7% ### 5.0% #### 6.8% ###### 8.4% ###### 9.6% ####### 10.3% ######## 11.8% ######### 13.0% ########## 14.7% ########### 15.7% ############ 17.2% ############# 18.6% ############## 20.2% ############### 20.8% ############### 21.8% ################# 23.8% ################# 25.0% ################### 26.8% #################### 29.0% ##################### 30.0% ###################### 31.2% ####################### 32.3% ######################## 33.6% ######################## 34.7% ########################## 36.2% ########################## 37.1% ############################ 40.0% ############################# 41.2% ############################## 42.7% ############################### 43.6% ################################ 45.6% ################################# 47.2% ################################### 48.8% #################################### 50.2% ##################################### 51.7% ###################################### 53.2% ####################################### 54.6% ######################################## 56.1% ######################################### 57.6% ########################################## 59.2% ########################################### 60.7% ############################################ 62.1% ############################################# 63.6% ############################################## 65.1% ############################################### 66.5% ################################################# 68.1% ################################################# 69.4% ################################################## 70.8% ################################################### 72.2% ##################################################### 73.7% ###################################################### 75.3% ####################################################### 76.4% ######################################################## 78.0% ######################################################### 79.6% ########################################################## 81.1% ########################################################### 82.4% ############################################################ 83.8% ############################################################# 85.0% ############################################################## 86.4% ############################################################### 87.6% ################################################################ 89.1% ################################################################ 89.5% ################################################################# 91.0% ################################################################## 91.9% ################################################################### 93.4% #################################################################### 94.8% [2021-03-19T20:57:08.268Z] #29 ... [2021-03-19T20:57:08.268Z] [2021-03-19T20:57:08.268Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:57:08.268Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-03-19T20:57:08.268Z] #42 17.99 Reading package lists... [2021-03-19T20:57:08.268Z] #42 25.11 Reading package lists... [2021-03-19T20:57:08.268Z] #42 31.76 Building dependency tree... [2021-03-19T20:57:08.300Z] #43 46.17 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2021-03-19T20:57:08.300Z] #43 46.26 HOSTDEP compel/src/main-host.d [2021-03-19T20:57:08.300Z] #43 46.40 DEP compel/src/lib/ptrace.d [2021-03-19T20:57:08.535Z] #42 ... [2021-03-19T20:57:08.535Z] [2021-03-19T20:57:08.535Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-19T20:57:08.535Z] #58 sha256:c951e0989007326ee2a2bb4d504b6cceebbabb0adff005b80756e41792ae8f61 [2021-03-19T20:57:08.535Z] #58 24.86 go: finding github.com/google/uuid v1.2.0 [2021-03-19T20:57:08.535Z] #58 25.04 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-19T20:57:08.535Z] #58 25.10 go: finding github.com/moby/vpnkit v0.4.0 [2021-03-19T20:57:08.535Z] #58 25.17 go: finding github.com/gofrs/flock v0.8.0 [2021-03-19T20:57:08.535Z] #58 25.28 go: finding github.com/gorilla/mux v1.8.0 [2021-03-19T20:57:08.535Z] #58 25.29 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-19T20:57:08.535Z] #58 25.42 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-03-19T20:57:08.535Z] #58 25.44 go: finding github.com/moby/sys/mountinfo v0.4.0 [2021-03-19T20:57:08.535Z] #58 25.63 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-03-19T20:57:08.535Z] #58 25.88 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-19T20:57:08.535Z] #58 26.06 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-03-19T20:57:08.535Z] #58 ... [2021-03-19T20:57:08.535Z] [2021-03-19T20:57:08.535Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-19T20:57:08.535Z] #29 sha256:5022901ae8214cd8853276f0bd9e737e378415bcdd77bae71057d2f586e8d936 [2021-03-19T20:57:08.549Z] #58 ... [2021-03-19T20:57:08.549Z] [2021-03-19T20:57:08.549Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:57:08.549Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-19T20:57:08.549Z] #36 11.72 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-19T20:57:08.549Z] #36 14.80 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [269 kB] [2021-03-19T20:57:08.549Z] #36 19.72 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-19T20:57:08.549Z] #36 ... [2021-03-19T20:57:08.549Z] [2021-03-19T20:57:08.549Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:57:08.549Z] #45 sha256:545ba0c6e50551d0b617ccbb97585f12f34dc9406939c9ddce5a9da66a6b6b5f [2021-03-19T20:57:08.549Z] #45 11.69 internal/race [2021-03-19T20:57:08.549Z] #45 12.10 sync/atomic [2021-03-19T20:57:08.549Z] #45 12.23 runtime [2021-03-19T20:57:08.549Z] #45 12.78 unicode [2021-03-19T20:57:08.549Z] #45 17.80 unicode/utf8 [2021-03-19T20:57:08.549Z] #45 19.12 internal/testlog [2021-03-19T20:57:08.549Z] #45 19.76 encoding [2021-03-19T20:57:08.549Z] #45 19.97 unicode/utf16 [2021-03-19T20:57:08.549Z] #45 20.47 container/list [2021-03-19T20:57:08.549Z] #45 21.43 crypto/internal/subtle [2021-03-19T20:57:08.549Z] #45 21.69 crypto/subtle [2021-03-19T20:57:08.549Z] #45 21.95 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-03-19T20:57:08.549Z] #45 ... [2021-03-19T20:57:08.549Z] [2021-03-19T20:57:08.549Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-19T20:57:08.549Z] #58 sha256:a433a57029601133f46506bed3c358688b8891ed7814f92d40b425579013c89b [2021-03-19T20:57:08.549Z] #58 22.02 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-19T20:57:08.556Z] #43 46.59 DEP compel/src/lib/infect.d [2021-03-19T20:57:08.661Z] #49 ... [2021-03-19T20:57:08.661Z] [2021-03-19T20:57:08.661Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-19T20:57:08.661Z] #58 sha256:0729c69654923e3184e19c6648b85cc6411016d44945b3dc5ec38c334b320422 [2021-03-19T20:57:08.661Z] #58 24.77 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-19T20:57:08.661Z] #58 25.01 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-03-19T20:57:08.661Z] #58 25.09 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-19T20:57:08.661Z] #58 25.27 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-03-19T20:57:08.661Z] #58 25.66 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-03-19T20:57:08.661Z] #58 29.29 go: finding github.com/pkg/errors v0.9.1 [2021-03-19T20:57:08.661Z] #58 29.47 go: finding github.com/sirupsen/logrus v1.7.0 [2021-03-19T20:57:08.661Z] #58 29.52 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-19T20:57:08.661Z] #58 29.78 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-19T20:57:08.661Z] #58 29.88 go: finding github.com/google/uuid v1.2.0 [2021-03-19T20:57:08.661Z] #58 29.92 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-19T20:57:08.661Z] #58 29.97 go: finding github.com/moby/vpnkit v0.4.0 [2021-03-19T20:57:08.661Z] #58 29.98 go: finding github.com/gofrs/flock v0.8.0 [2021-03-19T20:57:08.661Z] #58 30.16 go: finding github.com/gorilla/mux v1.8.0 [2021-03-19T20:57:08.661Z] #58 30.17 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-19T20:57:08.661Z] #58 30.20 go: finding github.com/moby/sys/mountinfo v0.4.0 [2021-03-19T20:57:08.661Z] #58 30.25 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-03-19T20:57:08.661Z] #58 30.32 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-03-19T20:57:08.661Z] #58 30.57 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-19T20:57:08.661Z] #58 30.68 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-03-19T20:57:08.804Z] #29 11.90 0.0% 1.0% # 1.4% ## 3.1% ## 3.7% ### 5.0% #### 6.8% ###### 8.4% ###### 9.6% ####### 10.3% ######## 11.8% ######### 13.0% ########## 14.7% ########### 15.7% ############ 17.2% ############# 18.6% ############## 20.2% ############### 20.8% ############### 21.8% ################# 23.8% ################# 25.0% ################### 26.8% #################### 29.0% ##################### 30.0% ###################### 31.2% ####################### 32.3% ######################## 33.6% ######################## 34.7% ########################## 36.2% ########################## 37.1% ############################ 40.0% ############################# 41.2% ############################## 42.7% ############################### 43.6% ################################ 45.6% ################################# 47.2% ################################### 48.8% #################################### 50.2% ##################################### 51.7% ###################################### 53.2% ####################################### 54.6% ######################################## 56.1% ######################################### 57.6% ########################################## 59.2% ########################################### 60.7% ############################################ 62.1% ############################################# 63.6% ############################################## 65.1% ############################################### 66.5% ################################################# 68.1% ################################################# 69.4% ################################################## 70.8% ################################################### 72.2% ##################################################### 73.7% ###################################################### 75.3% ####################################################### 76.4% ######################################################## 78.0% ######################################################### 79.6% ########################################################## 81.1% ########################################################### 82.4% ############################################################ 83.8% ############################################################# 85.0% ############################################################## 86.4% ############################################################### 87.6% ################################################################ 89.1% ################################################################ 89.5% ################################################################# 91.0% ################################################################## 91.9% ################################################################### 93.4% #################################################################### 94.8% ##################################################################### 96.4% ###################################################################### 98.2% ####################################################################### 99.8% ######################################################################## 100.0% [2021-03-19T20:57:08.812Z] #43 46.76 DEP compel/src/lib/infect-util.d [2021-03-19T20:57:08.812Z] #43 46.87 DEP compel/src/lib/infect-rpc.d [2021-03-19T20:57:08.921Z] #58 ... [2021-03-19T20:57:08.921Z] [2021-03-19T20:57:08.921Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:57:08.921Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-19T20:57:08.921Z] #42 25.59 Fetched 8424 kB in 17s (490 kB/s) [2021-03-19T20:57:08.921Z] #42 25.59 Reading package lists... [2021-03-19T20:57:09.069Z] #43 46.95 DEP compel/arch/x86/src/lib/infect.d [2021-03-19T20:57:09.069Z] #43 47.07 DEP compel/arch/x86/src/lib/cpu.d [2021-03-19T20:57:09.069Z] #43 47.17 DEP compel/src/lib/log.d [2021-03-19T20:57:09.072Z] #29 20.06 [2021-03-19T20:57:09.181Z] #42 33.03 Reading package lists... [2021-03-19T20:57:09.181Z] #42 ... [2021-03-19T20:57:09.181Z] [2021-03-19T20:57:09.181Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:57:09.181Z] #49 sha256:01ff86e85448981fd9bdd323542c05e8521e4f26b4d005fc5898f2c3b350ce98 [2021-03-19T20:57:09.181Z] #49 35.60 go: extracting github.com/gogo/protobuf v1.2.1 [2021-03-19T20:57:09.295Z] #57 149.9 + bin/containerd-shim-runc-v2 [2021-03-19T20:57:09.325Z] #43 47.22 DEP compel/src/main.d [2021-03-19T20:57:09.325Z] #43 47.33 DEP compel/src/lib/handle-elf.d [2021-03-19T20:57:09.398Z] #42 55.22 Building dependency tree... [2021-03-19T20:57:09.412Z] #37 ... [2021-03-19T20:57:09.412Z] [2021-03-19T20:57:09.412Z] #68 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-03-19T20:57:09.412Z] #68 sha256:3ef5623a28fd446b1575f0f1c4f76047bfa1978592d486c77d37c53ab2ffdce7 [2021-03-19T20:57:09.412Z] #68 DONE 49.3s [2021-03-19T20:57:09.412Z] [2021-03-19T20:57:09.412Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:57:09.412Z] #50 sha256:215d344bcc7283861030d950302f92637cfd52e58979a60470edd2ab99318878 [2021-03-19T20:57:09.412Z] #50 47.81 go: finding github.com/fatih/color v1.7.0 [2021-03-19T20:57:09.412Z] #50 47.94 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-19T20:57:09.412Z] #50 47.95 go: finding github.com/mattn/go-isatty v0.0.8 [2021-03-19T20:57:09.412Z] #50 48.02 go: finding github.com/mattn/go-colorable v0.1.4 [2021-03-19T20:57:09.412Z] #50 48.06 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-19T20:57:09.412Z] #50 48.07 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-03-19T20:57:09.412Z] #50 48.12 go: finding github.com/pkg/errors v0.8.1 [2021-03-19T20:57:09.412Z] #50 48.15 go: finding github.com/go-critic/go-critic v0.4.1 [2021-03-19T20:57:09.412Z] #50 48.23 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-19T20:57:09.412Z] #50 48.24 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-03-19T20:57:09.412Z] #50 48.25 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-03-19T20:57:09.412Z] #50 48.34 go: finding github.com/spf13/viper v1.6.1 [2021-03-19T20:57:09.412Z] #50 48.41 go: finding github.com/sirupsen/logrus v1.4.2 [2021-03-19T20:57:09.412Z] #50 48.48 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-03-19T20:57:09.412Z] #50 48.51 go: finding github.com/stretchr/testify v1.4.0 [2021-03-19T20:57:09.412Z] #50 48.53 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-03-19T20:57:09.412Z] #50 48.58 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-03-19T20:57:09.412Z] #50 48.58 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-03-19T20:57:09.412Z] #50 48.72 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-03-19T20:57:09.412Z] #50 48.75 go: finding github.com/davecgh/go-spew v1.1.1 [2021-03-19T20:57:09.412Z] #50 48.83 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-19T20:57:09.412Z] #50 48.88 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-03-19T20:57:09.412Z] #50 48.89 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-19T20:57:09.412Z] #50 48.91 go: finding github.com/spf13/cobra v0.0.5 [2021-03-19T20:57:09.412Z] #50 48.93 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-03-19T20:57:09.412Z] #50 48.97 go: finding github.com/stretchr/objx v0.2.0 [2021-03-19T20:57:09.412Z] #50 48.97 go: finding github.com/spf13/pflag v1.0.5 [2021-03-19T20:57:09.412Z] #50 49.01 go: finding github.com/hashicorp/hcl v1.0.0 [2021-03-19T20:57:09.412Z] #50 49.01 go: finding github.com/gobwas/glob v0.2.3 [2021-03-19T20:57:09.412Z] #50 49.02 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-03-19T20:57:09.412Z] #50 49.08 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-19T20:57:09.412Z] #50 49.10 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-03-19T20:57:09.412Z] #50 49.20 go: finding github.com/magiconair/properties v1.8.1 [2021-03-19T20:57:09.412Z] #50 49.23 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-19T20:57:09.412Z] #50 49.24 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-03-19T20:57:09.412Z] #50 49.31 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-19T20:57:09.412Z] #50 49.34 go: finding github.com/pelletier/go-toml v1.2.0 [2021-03-19T20:57:09.412Z] #50 49.38 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-19T20:57:09.412Z] #50 49.45 go: finding github.com/spf13/afero v1.1.2 [2021-03-19T20:57:09.412Z] #50 49.47 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-19T20:57:09.412Z] #50 49.47 go: finding github.com/spf13/cast v1.3.0 [2021-03-19T20:57:09.442Z] #49 ... [2021-03-19T20:57:09.442Z] [2021-03-19T20:57:09.442Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:57:09.442Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-19T20:57:09.442Z] #36 25.99 Fetched 8424 kB in 17s (483 kB/s) [2021-03-19T20:57:09.442Z] #36 25.99 Reading package lists... [2021-03-19T20:57:09.581Z] #43 47.47 DEP compel/arch/x86/src/lib/handle-elf.d [2021-03-19T20:57:09.581Z] #43 47.64 CC compel/src/lib/log.o [2021-03-19T20:57:09.588Z] #57 150.6 + binaries [2021-03-19T20:57:09.588Z] #57 150.6 + install -D bin/containerd /build/containerd [2021-03-19T20:57:09.588Z] #57 150.6 + install -D bin/containerd-shim /build/containerd-shim [2021-03-19T20:57:09.703Z] #36 33.35 Reading package lists... [2021-03-19T20:57:09.703Z] #36 ... [2021-03-19T20:57:09.703Z] [2021-03-19T20:57:09.703Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-03-19T20:57:09.703Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-19T20:57:09.703Z] #55 27.35 Fetched 8424 kB in 18s (478 kB/s) [2021-03-19T20:57:09.703Z] #55 27.35 Reading package lists... [2021-03-19T20:57:09.720Z] #50 49.64 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-19T20:57:09.720Z] #50 49.65 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-03-19T20:57:09.720Z] #50 49.71 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-19T20:57:09.720Z] #50 49.72 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-19T20:57:09.720Z] #50 49.80 go: finding github.com/subosito/gotenv v1.2.0 [2021-03-19T20:57:09.837Z] #43 47.87 CC compel/arch/x86/src/lib/cpu.o [2021-03-19T20:57:09.878Z] #57 150.6 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-03-19T20:57:09.878Z] #57 150.6 + install -D bin/ctr /build/ctr [2021-03-19T20:57:10.023Z] #50 49.89 go: finding gopkg.in/ini.v1 v1.51.0 [2021-03-19T20:57:10.023Z] #50 50.08 go: finding golang.org/x/text v0.3.2 [2021-03-19T20:57:10.023Z] #50 50.24 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-19T20:57:10.023Z] #50 50.29 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-19T20:57:10.332Z] #50 50.31 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-19T20:57:10.332Z] #50 50.37 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-19T20:57:10.332Z] #50 50.38 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-19T20:57:10.332Z] #50 50.39 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-19T20:57:10.332Z] #50 50.41 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-19T20:57:10.332Z] #50 50.47 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-19T20:57:10.332Z] #50 50.48 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-19T20:57:10.332Z] #50 50.51 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-19T20:57:10.476Z] #58 ... [2021-03-19T20:57:10.476Z] [2021-03-19T20:57:10.476Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-03-19T20:57:10.476Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-19T20:57:10.476Z] #55 13.66 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [269 kB] [2021-03-19T20:57:10.476Z] #55 16.48 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-19T20:57:10.476Z] #55 ... [2021-03-19T20:57:10.476Z] [2021-03-19T20:57:10.476Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:57:10.476Z] #49 sha256:c7a472f37232132d0f31b820187304080713900814e44b6fb27d74f662c96107 [2021-03-19T20:57:10.476Z] #49 21.63 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-19T20:57:10.476Z] #49 21.71 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-03-19T20:57:10.476Z] #49 21.97 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-19T20:57:10.476Z] #49 22.06 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-03-19T20:57:10.476Z] #49 22.06 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-03-19T20:57:10.476Z] #49 22.07 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-03-19T20:57:10.476Z] #49 22.30 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-19T20:57:10.476Z] #49 22.37 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-03-19T20:57:10.476Z] #49 22.72 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-03-19T20:57:10.476Z] #49 22.85 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-03-19T20:57:10.476Z] #49 23.11 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-19T20:57:10.476Z] #49 23.60 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-19T20:57:10.476Z] #49 23.77 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-19T20:57:10.511Z] #57 DONE 151.2s [2021-03-19T20:57:10.589Z] #29 21.69 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-03-19T20:57:10.635Z] #50 50.56 go: finding github.com/kisielk/gotool v1.0.0 [2021-03-19T20:57:10.635Z] #50 50.62 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-19T20:57:10.635Z] #50 50.62 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-19T20:57:10.635Z] #50 50.63 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-03-19T20:57:10.766Z] #43 48.64 CC compel/arch/x86/src/lib/infect.o [2021-03-19T20:57:10.778Z] #42 ... [2021-03-19T20:57:10.778Z] [2021-03-19T20:57:10.778Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:57:10.778Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:57:10.778Z] #13 42.63 Reading package lists... [2021-03-19T20:57:10.778Z] #13 ... [2021-03-19T20:57:10.778Z] [2021-03-19T20:57:10.778Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:57:10.778Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-19T20:57:10.778Z] #36 53.77 Building dependency tree... [2021-03-19T20:57:10.778Z] #36 59.02 The following additional packages will be installed: [2021-03-19T20:57:10.778Z] #36 59.05 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-03-19T20:57:10.778Z] #36 59.07 Suggested packages: [2021-03-19T20:57:10.778Z] #36 59.10 cmake-doc ninja-build lrzip [2021-03-19T20:57:10.778Z] #36 59.10 Recommended packages: [2021-03-19T20:57:10.778Z] #36 59.10 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-03-19T20:57:10.936Z] #50 50.83 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-19T20:57:10.936Z] #50 50.84 go: finding github.com/ultraware/funlen v0.0.2 [2021-03-19T20:57:10.936Z] #50 50.87 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-19T20:57:10.936Z] #50 50.96 go: finding github.com/ultraware/whitespace v0.0.4 [2021-03-19T20:57:10.936Z] #50 50.97 go: finding github.com/uudashr/gocognit v1.0.1 [2021-03-19T20:57:10.936Z] #50 51.02 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-19T20:57:10.936Z] #50 51.04 go: finding github.com/gogo/protobuf v1.2.1 [2021-03-19T20:57:11.036Z] #36 ... [2021-03-19T20:57:11.037Z] [2021-03-19T20:57:11.037Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-03-19T20:57:11.037Z] #67 sha256:7a81b4ba642cf9f1c57e8f1ec86c8da4b8bf40a03dacc606580622d85be7466b [2021-03-19T20:57:11.037Z] #67 DONE 59.5s [2021-03-19T20:57:11.037Z] [2021-03-19T20:57:11.037Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:57:11.037Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:57:11.037Z] #13 42.63 Reading package lists... [2021-03-19T20:57:11.048Z] #49 24.17 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-19T20:57:11.143Z] [2021-03-19T20:57:11.143Z] #58 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2021-03-19T20:57:11.143Z] #58 DONE 0.3s [2021-03-19T20:57:11.143Z] [2021-03-19T20:57:11.143Z] #62 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2021-03-19T20:57:11.246Z] #50 51.20 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-19T20:57:11.246Z] #50 51.43 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-19T20:57:11.308Z] #49 24.50 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-19T20:57:11.308Z] #49 ... [2021-03-19T20:57:11.308Z] [2021-03-19T20:57:11.308Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:57:11.308Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-19T20:57:11.308Z] #42 14.46 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [269 kB] [2021-03-19T20:57:11.308Z] #42 17.81 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-19T20:57:11.308Z] #42 ... [2021-03-19T20:57:11.308Z] [2021-03-19T20:57:11.308Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-19T20:57:11.308Z] #58 sha256:a433a57029601133f46506bed3c358688b8891ed7814f92d40b425579013c89b [2021-03-19T20:57:11.308Z] #58 23.92 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-03-19T20:57:11.308Z] #58 24.00 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-19T20:57:11.308Z] #58 24.00 go: extracting github.com/moby/vpnkit v0.4.0 [2021-03-19T20:57:11.328Z] #43 49.37 CC compel/src/lib/infect-rpc.o [2021-03-19T20:57:11.433Z] #62 DONE 0.2s [2021-03-19T20:57:11.434Z] [2021-03-19T20:57:11.434Z] #67 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/b... [2021-03-19T20:57:11.546Z] #50 51.45 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-19T20:57:11.546Z] #50 51.56 go: finding github.com/BurntSushi/toml v0.3.1 [2021-03-19T20:57:11.546Z] #50 51.58 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-19T20:57:11.546Z] #29 22.26 [2021-03-19T20:57:11.546Z] #29 ... [2021-03-19T20:57:11.546Z] [2021-03-19T20:57:11.546Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:57:11.546Z] #49 sha256:f36e8795bd7341ad5a13b06ccf9ea591edb13a4017ac2f16c5a0e2a0dede854d [2021-03-19T20:57:11.546Z] #49 27.48 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-19T20:57:11.546Z] #49 27.51 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-03-19T20:57:11.546Z] #49 27.53 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-19T20:57:11.546Z] #49 27.59 go: extracting github.com/kisielk/gotool v1.0.0 [2021-03-19T20:57:11.546Z] #49 27.72 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-03-19T20:57:11.547Z] #49 27.80 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-19T20:57:11.547Z] #49 27.84 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-19T20:57:11.547Z] #49 27.85 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-19T20:57:11.547Z] #49 27.91 go: extracting github.com/stretchr/testify v1.4.0 [2021-03-19T20:57:11.547Z] #49 27.92 go: downloading github.com/subosito/gotenv v1.2.0 [2021-03-19T20:57:11.547Z] #49 28.09 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-03-19T20:57:11.547Z] #49 28.09 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-03-19T20:57:11.547Z] #49 28.13 go: extracting github.com/subosito/gotenv v1.2.0 [2021-03-19T20:57:11.547Z] #49 28.18 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-19T20:57:11.547Z] #49 28.34 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-03-19T20:57:11.547Z] #49 28.47 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-03-19T20:57:11.547Z] #49 28.50 go: downloading github.com/ultraware/funlen v0.0.2 [2021-03-19T20:57:11.547Z] #49 28.72 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-19T20:57:11.547Z] #49 28.96 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-03-19T20:57:11.547Z] #49 28.97 go: downloading github.com/spf13/cobra v0.0.5 [2021-03-19T20:57:11.547Z] #49 29.16 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-19T20:57:11.547Z] #49 29.20 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-19T20:57:11.547Z] #49 29.29 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-03-19T20:57:11.547Z] #49 29.37 go: downloading github.com/spf13/afero v1.1.2 [2021-03-19T20:57:11.547Z] #49 29.38 go: downloading github.com/stretchr/objx v0.2.0 [2021-03-19T20:57:11.547Z] #49 29.47 go: extracting github.com/ultraware/funlen v0.0.2 [2021-03-19T20:57:11.547Z] #49 29.56 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-19T20:57:11.547Z] #49 29.70 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-19T20:57:11.547Z] #49 29.83 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-03-19T20:57:11.547Z] #49 30.14 go: extracting github.com/stretchr/objx v0.2.0 [2021-03-19T20:57:11.547Z] #49 30.15 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-19T20:57:11.547Z] #49 30.21 go: extracting github.com/spf13/afero v1.1.2 [2021-03-19T20:57:11.547Z] #49 30.23 go: extracting github.com/spf13/cobra v0.0.5 [2021-03-19T20:57:11.547Z] #49 30.41 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-19T20:57:11.547Z] #49 30.90 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-03-19T20:57:11.547Z] #49 31.00 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-03-19T20:57:11.547Z] #49 31.02 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-03-19T20:57:11.547Z] #49 31.14 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-03-19T20:57:11.547Z] #49 31.28 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-03-19T20:57:11.547Z] #49 31.32 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-03-19T20:57:11.547Z] #49 31.34 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-03-19T20:57:11.547Z] #49 31.35 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-19T20:57:11.547Z] #49 31.55 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-19T20:57:11.547Z] #49 31.61 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-19T20:57:11.547Z] #49 31.65 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-03-19T20:57:11.547Z] #49 31.65 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-03-19T20:57:11.547Z] #49 31.70 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-19T20:57:11.547Z] #49 31.80 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-03-19T20:57:11.547Z] #49 31.93 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-03-19T20:57:11.547Z] #49 32.21 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-03-19T20:57:11.547Z] #49 32.53 go: extracting github.com/gogo/protobuf v1.2.1 [2021-03-19T20:57:11.547Z] #49 32.55 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-03-19T20:57:11.547Z] #49 32.72 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-03-19T20:57:11.547Z] #49 36.90 go: extracting golang.org/x/text v0.3.2 [2021-03-19T20:57:11.547Z] #49 ... [2021-03-19T20:57:11.547Z] [2021-03-19T20:57:11.547Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-19T20:57:11.547Z] #29 sha256:5022901ae8214cd8853276f0bd9e737e378415bcdd77bae71057d2f586e8d936 [2021-03-19T20:57:11.619Z] #55 34.75 Reading package lists... [2021-03-19T20:57:11.619Z] #55 ... [2021-03-19T20:57:11.619Z] [2021-03-19T20:57:11.619Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:57:11.619Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:57:11.619Z] #13 30.04 Fetched 8929 kB in 19s (481 kB/s) [2021-03-19T20:57:11.724Z] #67 DONE 0.3s [2021-03-19T20:57:11.724Z] [2021-03-19T20:57:11.724Z] #69 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2021-03-19T20:57:11.724Z] #69 DONE 0.1s [2021-03-19T20:57:11.724Z] [2021-03-19T20:57:11.724Z] #70 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-03-19T20:57:11.724Z] #70 DONE 0.1s [2021-03-19T20:57:11.724Z] [2021-03-19T20:57:11.724Z] #71 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-03-19T20:57:11.891Z] #43 49.66 CC compel/src/lib/infect-util.o [2021-03-19T20:57:11.891Z] #43 49.86 CC compel/src/lib/infect.o [2021-03-19T20:57:12.147Z] #43 ... [2021-03-19T20:57:12.147Z] [2021-03-19T20:57:12.147Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:57:12.147Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:57:12.147Z] #13 136.2 Selecting previously unselected package libapparmor1:amd64. [2021-03-19T20:57:12.147Z] #13 136.2 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-03-19T20:57:12.147Z] #13 136.2 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-03-19T20:57:12.147Z] #13 136.3 Selecting previously unselected package libapparmor-dev:amd64. [2021-03-19T20:57:12.147Z] #13 136.3 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-03-19T20:57:12.147Z] #13 136.3 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-03-19T20:57:12.147Z] #13 136.5 Selecting previously unselected package libbtrfs0. [2021-03-19T20:57:12.147Z] #13 136.5 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-03-19T20:57:12.147Z] #13 136.5 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-19T20:57:12.147Z] #13 136.6 Selecting previously unselected package libbtrfs-dev. [2021-03-19T20:57:12.147Z] #13 136.6 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-03-19T20:57:12.147Z] #13 136.6 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-19T20:57:12.147Z] #13 136.7 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-03-19T20:57:12.147Z] #13 136.7 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-03-19T20:57:12.147Z] #13 136.7 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-03-19T20:57:12.147Z] #13 136.8 Selecting previously unselected package libudev-dev:amd64. [2021-03-19T20:57:12.147Z] #13 136.8 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_amd64.deb ... [2021-03-19T20:57:12.147Z] #13 136.8 Unpacking libudev-dev:amd64 (241-7~deb10u6) ... [2021-03-19T20:57:12.147Z] #13 137.0 Selecting previously unselected package libsepol1-dev:amd64. [2021-03-19T20:57:12.147Z] #13 137.0 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-03-19T20:57:12.147Z] #13 137.1 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-03-19T20:57:12.147Z] #13 137.4 Selecting previously unselected package libpcre16-3:amd64. [2021-03-19T20:57:12.147Z] #13 137.4 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-03-19T20:57:12.147Z] #13 137.4 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-03-19T20:57:12.147Z] #13 137.6 Selecting previously unselected package libpcre32-3:amd64. [2021-03-19T20:57:12.147Z] #13 137.6 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-03-19T20:57:12.147Z] #13 137.6 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-03-19T20:57:12.148Z] #13 137.7 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-03-19T20:57:12.148Z] #13 137.8 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-03-19T20:57:12.148Z] #13 137.8 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-03-19T20:57:12.148Z] #13 137.9 Selecting previously unselected package libpcre3-dev:amd64. [2021-03-19T20:57:12.148Z] #13 137.9 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-03-19T20:57:12.148Z] #13 137.9 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-03-19T20:57:12.148Z] #13 138.4 Selecting previously unselected package libselinux1-dev:amd64. [2021-03-19T20:57:12.148Z] #13 138.5 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-03-19T20:57:12.148Z] #13 138.5 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-03-19T20:57:12.148Z] #13 138.7 Selecting previously unselected package libdevmapper-dev:amd64. [2021-03-19T20:57:12.148Z] #13 138.8 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-03-19T20:57:12.148Z] #13 138.8 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-03-19T20:57:12.148Z] #13 138.8 Selecting previously unselected package libseccomp-dev:amd64. [2021-03-19T20:57:12.148Z] #13 138.9 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ... [2021-03-19T20:57:12.148Z] #13 138.9 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-03-19T20:57:12.148Z] #13 139.0 Selecting previously unselected package libsystemd-dev:amd64. [2021-03-19T20:57:12.148Z] #13 139.0 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_amd64.deb ... [2021-03-19T20:57:12.148Z] #13 139.0 Unpacking libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-03-19T20:57:12.148Z] #13 139.5 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-03-19T20:57:12.148Z] #13 139.5 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-03-19T20:57:12.148Z] #13 139.5 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-03-19T20:57:12.148Z] #13 139.5 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-19T20:57:12.148Z] #13 139.5 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-03-19T20:57:12.148Z] #13 139.6 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-03-19T20:57:12.148Z] #13 139.6 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-19T20:57:12.148Z] #13 139.6 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-19T20:57:12.148Z] #13 139.6 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-03-19T20:57:12.148Z] #13 139.6 Setting up libudev-dev:amd64 (241-7~deb10u6) ... [2021-03-19T20:57:12.148Z] #13 139.6 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-19T20:57:12.148Z] #13 139.7 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-19T20:57:12.148Z] #13 139.7 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-03-19T20:57:12.148Z] #13 139.7 Setting up mingw-w64-common (6.0.0-3) ... [2021-03-19T20:57:12.148Z] #13 139.7 Setting up libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-03-19T20:57:12.148Z] #13 139.7 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-19T20:57:12.148Z] #13 139.7 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-03-19T20:57:12.148Z] #13 139.7 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-19T20:57:12.148Z] #13 139.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 [2021-03-19T20:57:12.148Z] #13 139.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 [2021-03-19T20:57:12.148Z] #13 139.8 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-19T20:57:12.148Z] #13 139.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-03-19T20:57:12.148Z] #13 139.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-03-19T20:57:12.148Z] #13 139.8 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-19T20:57:12.148Z] #13 139.8 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-03-19T20:57:12.148Z] #13 139.8 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-03-19T20:57:12.148Z] #13 139.8 Setting up dmsetup (2:1.02.155-3) ... [2021-03-19T20:57:12.148Z] #13 139.8 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-03-19T20:57:12.148Z] #13 139.9 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-03-19T20:57:12.148Z] #13 139.9 Processing triggers for libc-bin (2.28-10) ... [2021-03-19T20:57:12.274Z] #29 22.59 #=#=# [2021-03-19T20:57:12.274Z] #29 ... [2021-03-19T20:57:12.274Z] [2021-03-19T20:57:12.274Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-03-19T20:57:12.274Z] #55 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-03-19T20:57:12.274Z] #55 22.61 Reading package lists... [2021-03-19T20:57:12.274Z] #55 28.70 Building dependency tree... [2021-03-19T20:57:12.274Z] #55 31.75 The following additional packages will be installed: [2021-03-19T20:57:12.274Z] #55 31.75 libbtrfs0 [2021-03-19T20:57:12.274Z] #55 31.98 The following NEW packages will be installed: [2021-03-19T20:57:12.274Z] #55 32.00 libbtrfs-dev libbtrfs0 [2021-03-19T20:57:12.274Z] #55 32.54 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded. [2021-03-19T20:57:12.274Z] #55 32.54 Need to get 119 kB of archives. [2021-03-19T20:57:12.274Z] #55 32.54 After this operation, 387 kB of additional disk space will be used. [2021-03-19T20:57:12.274Z] #55 32.54 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2021-03-19T20:57:12.274Z] #55 32.54 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2021-03-19T20:57:12.274Z] #55 34.34 debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:57:12.274Z] #55 34.53 Fetched 119 kB in 0s (404 kB/s) [2021-03-19T20:57:12.274Z] #55 34.98 Selecting previously unselected package libbtrfs0. [2021-03-19T20:57:12.274Z] #55 34.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.) [2021-03-19T20:57:12.274Z] #55 35.06 Preparing to unpack .../libbtrfs0_4.20.1-2_arm64.deb ... [2021-03-19T20:57:12.274Z] #55 35.08 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-19T20:57:12.274Z] #55 35.34 Selecting previously unselected package libbtrfs-dev. [2021-03-19T20:57:12.274Z] #55 35.34 Preparing to unpack .../libbtrfs-dev_4.20.1-2_arm64.deb ... [2021-03-19T20:57:12.274Z] #55 35.37 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-19T20:57:12.274Z] #55 37.23 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-19T20:57:12.274Z] #55 38.05 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-19T20:57:12.274Z] #55 38.09 Processing triggers for libc-bin (2.28-10) ... [2021-03-19T20:57:12.404Z] #13 DONE 141.9s [2021-03-19T20:57:12.404Z] [2021-03-19T20:57:12.404Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-19T20:57:12.404Z] #53 sha256:9747ed5e62466bd4d07d77971062005203107a2c4dd5875ac98d2f7dcec14045 [2021-03-19T20:57:12.540Z] #55 ... [2021-03-19T20:57:12.540Z] [2021-03-19T20:57:12.540Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:57:12.540Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-03-19T20:57:12.540Z] #42 35.25 The following additional packages will be installed: [2021-03-19T20:57:12.540Z] #42 35.25 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-03-19T20:57:12.540Z] #42 35.26 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-03-19T20:57:12.540Z] #42 35.27 Suggested packages: [2021-03-19T20:57:12.540Z] #42 35.27 manpages-dev python-setuptools [2021-03-19T20:57:12.540Z] #42 36.22 The following NEW packages will be installed: [2021-03-19T20:57:12.540Z] #42 36.22 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-03-19T20:57:12.540Z] #42 36.23 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-03-19T20:57:12.540Z] #42 36.23 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-03-19T20:57:12.540Z] #42 36.23 python-six zlib1g-dev [2021-03-19T20:57:12.540Z] #42 36.66 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded. [2021-03-19T20:57:12.540Z] #42 36.66 Need to get 3798 kB of archives. [2021-03-19T20:57:12.540Z] #42 36.66 After this operation, 21.6 MB of additional disk space will be used. [2021-03-19T20:57:12.540Z] #42 36.66 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libcap-dev arm64 1:2.25-2 [30.4 kB] [2021-03-19T20:57:12.540Z] #42 36.66 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2021-03-19T20:57:12.540Z] #42 36.67 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1-dev arm64 1.1.6+dfsg-3.1 [117 kB] [2021-03-19T20:57:12.540Z] #42 36.73 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2021-03-19T20:57:12.540Z] #42 36.82 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-dev arm64 3.4.0-1 [98.2 kB] [2021-03-19T20:57:12.540Z] #42 36.83 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2021-03-19T20:57:12.540Z] #42 36.83 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c-dev arm64 1.3.1-1+b1 [33.4 kB] [2021-03-19T20:57:12.540Z] #42 36.83 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-1 [210 kB] [2021-03-19T20:57:12.540Z] #42 36.85 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf17 arm64 3.6.1.3-2 [714 kB] [2021-03-19T20:57:12.540Z] #42 36.90 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-lite17 arm64 3.6.1.3-2 [150 kB] [2021-03-19T20:57:12.540Z] #42 36.91 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-dev arm64 3.6.1.3-2 [1061 kB] [2021-03-19T20:57:12.540Z] #42 37.01 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotoc17 arm64 3.6.1.3-2 [586 kB] [2021-03-19T20:57:12.540Z] #42 37.23 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-c-compiler arm64 1.3.1-1+b1 [70.4 kB] [2021-03-19T20:57:12.540Z] #42 37.23 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-compiler arm64 3.6.1.3-2 [64.7 kB] [2021-03-19T20:57:12.540Z] #42 37.24 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-03-19T20:57:12.540Z] #42 37.24 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-six all 1.12.0-1 [15.7 kB] [2021-03-19T20:57:12.540Z] #42 37.38 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-protobuf arm64 3.6.1.3-2 [328 kB] [2021-03-19T20:57:12.561Z] #13 30.04 Reading package lists... [2021-03-19T20:57:12.561Z] #13 ... [2021-03-19T20:57:12.561Z] [2021-03-19T20:57:12.561Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:57:12.561Z] #45 sha256:9df4444049aad817e1475f1ac1fdf7e8274ee4a1b46c939a92dae5960035473a [2021-03-19T20:57:12.561Z] #45 29.09 vendor/golang.org/x/crypto/internal/subtle [2021-03-19T20:57:12.561Z] #45 29.15 vendor/golang.org/x/crypto/curve25519 [2021-03-19T20:57:12.561Z] #45 ... [2021-03-19T20:57:12.561Z] [2021-03-19T20:57:12.561Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-19T20:57:12.561Z] #34 sha256:45a7d2588043b219796790bf5fc5f2d8c3075484c7ae812ab4b181e7b489fdc5 [2021-03-19T20:57:12.561Z] #34 38.71 internal/reflectlite [2021-03-19T20:57:12.561Z] #34 38.71 sync [2021-03-19T20:57:12.608Z] #50 ... [2021-03-19T20:57:12.608Z] [2021-03-19T20:57:12.608Z] #14 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:57:12.608Z] #14 sha256:5151d703b769bc35b6bada7e872d6f26a661733fd6a91bb6a69d949f095f4d31 [2021-03-19T20:57:12.608Z] #14 40.30 Building dependency tree... [2021-03-19T20:57:12.608Z] #14 43.31 The following additional packages will be installed: [2021-03-19T20:57:12.608Z] #14 43.31 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-03-19T20:57:12.608Z] #14 43.31 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-03-19T20:57:12.608Z] #14 43.31 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-03-19T20:57:12.608Z] #14 43.31 libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1 [2021-03-19T20:57:12.608Z] #14 43.31 mingw-w64-common mingw-w64-x86-64-dev [2021-03-19T20:57:12.608Z] #14 43.33 Suggested packages: [2021-03-19T20:57:12.608Z] #14 43.33 gcc-8-locales seccomp wine64 [2021-03-19T20:57:12.608Z] #14 45.05 The following NEW packages will be installed: [2021-03-19T20:57:12.608Z] #14 45.05 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-03-19T20:57:12.608Z] #14 45.05 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-03-19T20:57:12.608Z] #14 45.05 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-03-19T20:57:12.608Z] #14 45.05 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-03-19T20:57:12.608Z] #14 45.06 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-03-19T20:57:12.608Z] #14 45.06 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-03-19T20:57:12.608Z] #14 45.07 The following packages will be upgraded: [2021-03-19T20:57:12.608Z] #14 45.08 libseccomp2 libsystemd0 libudev1 [2021-03-19T20:57:12.608Z] #14 45.33 3 upgraded, 25 newly installed, 0 to remove and 21 not upgraded. [2021-03-19T20:57:12.608Z] #14 45.33 Need to get 79.4 MB of archives. [2021-03-19T20:57:12.608Z] #14 45.33 After this operation, 532 MB of additional disk space will be used. [2021-03-19T20:57:12.608Z] #14 45.33 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd0 ppc64el 241-7~deb10u6 [358 kB] [2021-03-19T20:57:12.608Z] #14 45.39 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev1 ppc64el 241-7~deb10u6 [158 kB] [2021-03-19T20:57:12.608Z] #14 45.40 Get:3 http://deb.debian.org/debian buster-backports/main ppc64el libseccomp2 ppc64el 2.4.1-2~bpo10+1 [47.0 kB] [2021-03-19T20:57:12.608Z] #14 45.42 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-i686 ppc64el 2.31.1-11+8.3 [2811 kB] [2021-03-19T20:57:12.608Z] #14 45.49 Get:5 http://deb.debian.org/debian buster-backports/main ppc64el libseccomp-dev ppc64el 2.4.1-2~bpo10+1 [73.0 kB] [2021-03-19T20:57:12.608Z] #14 45.74 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-x86-64 ppc64el 2.31.1-11+8.3 [3109 kB] [2021-03-19T20:57:12.608Z] #14 45.99 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-03-19T20:57:12.608Z] #14 46.01 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.155-3 [128 kB] [2021-03-19T20:57:12.608Z] #14 46.03 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el dmsetup ppc64el 2:1.02.155-3 [85.4 kB] [2021-03-19T20:57:12.608Z] #14 46.04 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-common all 6.0.0-3 [4910 kB] [2021-03-19T20:57:12.608Z] #14 46.56 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-03-19T20:57:12.608Z] #14 46.84 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-mingw-w64-base ppc64el 8.3.0-6+21.3~deb10u1 [175 kB] [2021-03-19T20:57:12.608Z] #14 46.85 Get:13 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] [2021-03-19T20:57:12.608Z] #14 50.32 Get:14 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] [2021-03-19T20:57:12.608Z] #14 ... [2021-03-19T20:57:12.608Z] [2021-03-19T20:57:12.608Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:57:12.608Z] #43 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-03-19T20:57:12.608Z] #43 47.35 Selecting previously unselected package libprotobuf-lite17:ppc64el. [2021-03-19T20:57:12.608Z] #43 47.36 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_ppc64el.deb ... [2021-03-19T20:57:12.608Z] #43 47.37 Unpacking libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2021-03-19T20:57:12.608Z] #43 47.66 Selecting previously unselected package libprotobuf-dev:ppc64el. [2021-03-19T20:57:12.608Z] #43 47.69 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_ppc64el.deb ... [2021-03-19T20:57:12.608Z] #43 47.70 Unpacking libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2021-03-19T20:57:12.608Z] #43 49.12 Selecting previously unselected package libprotoc17:ppc64el. [2021-03-19T20:57:12.608Z] #43 49.12 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_ppc64el.deb ... [2021-03-19T20:57:12.608Z] #43 49.13 Unpacking libprotoc17:ppc64el (3.6.1.3-2) ... [2021-03-19T20:57:12.608Z] #43 49.86 Selecting previously unselected package protobuf-c-compiler. [2021-03-19T20:57:12.608Z] #43 49.86 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_ppc64el.deb ... [2021-03-19T20:57:12.608Z] #43 49.86 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-19T20:57:12.608Z] #43 50.02 Selecting previously unselected package protobuf-compiler. [2021-03-19T20:57:12.608Z] #43 50.03 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_ppc64el.deb ... [2021-03-19T20:57:12.608Z] #43 50.04 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-03-19T20:57:12.608Z] #43 50.55 Selecting previously unselected package python-pkg-resources. [2021-03-19T20:57:12.608Z] #43 50.57 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-03-19T20:57:12.608Z] #43 50.60 Unpacking python-pkg-resources (40.8.0-1) ... [2021-03-19T20:57:12.608Z] #43 50.94 Selecting previously unselected package python-six. [2021-03-19T20:57:12.608Z] #43 50.98 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-03-19T20:57:12.608Z] #43 50.99 Unpacking python-six (1.12.0-1) ... [2021-03-19T20:57:12.608Z] #43 51.12 Selecting previously unselected package python-protobuf. [2021-03-19T20:57:12.608Z] #43 51.14 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_ppc64el.deb ... [2021-03-19T20:57:12.608Z] #43 51.15 Unpacking python-protobuf (3.6.1.3-2) ... [2021-03-19T20:57:12.608Z] #43 51.97 Setting up python-pkg-resources (40.8.0-1) ... [2021-03-19T20:57:12.757Z] #71 DONE 0.8s [2021-03-19T20:57:12.757Z] [2021-03-19T20:57:12.757Z] #72 exporting to image [2021-03-19T20:57:12.757Z] #72 exporting layers [2021-03-19T20:57:12.807Z] #42 39.26 debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:57:13.257Z] #43 ... [2021-03-19T20:57:13.257Z] [2021-03-19T20:57:13.257Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:57:13.257Z] #52 sha256:34c480428f744c99a9fd576bd101776f0092976281931c1b73a94824fa8b1f23 [2021-03-19T20:57:13.257Z] #52 53.41 bytes [2021-03-19T20:57:13.257Z] #52 53.41 strconv [2021-03-19T20:57:13.257Z] #52 53.42 strings [2021-03-19T20:57:13.388Z] #42 39.49 Fetched 3798 kB in 1s (3530 kB/s) [2021-03-19T20:57:13.556Z] #52 53.61 syscall [2021-03-19T20:57:13.859Z] #58 27.03 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-19T20:57:14.120Z] #58 27.55 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-03-19T20:57:14.138Z] #13 53.67 Building dependency tree... [2021-03-19T20:57:14.304Z] #53 1.493 + RM_GOPATH=0 [2021-03-19T20:57:14.304Z] #53 1.493 + TMP_GOPATH= [2021-03-19T20:57:14.304Z] #53 1.493 + : /build [2021-03-19T20:57:14.304Z] #53 1.493 + '[' -z '' ']' [2021-03-19T20:57:14.304Z] #53 1.494 ++ mktemp -d [2021-03-19T20:57:14.304Z] #53 1.496 + export GOPATH=/tmp/tmp.Ex2zsfU3il [2021-03-19T20:57:14.304Z] #53 1.497 + GOPATH=/tmp/tmp.Ex2zsfU3il [2021-03-19T20:57:14.304Z] #53 1.497 + RM_GOPATH=1 [2021-03-19T20:57:14.304Z] #53 1.497 + case "$(go env GOARCH)" in [2021-03-19T20:57:14.304Z] #53 1.499 ++ go env GOARCH [2021-03-19T20:57:14.304Z] #53 1.528 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:57:14.304Z] #53 1.528 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:57:14.304Z] #53 1.529 ++ dirname /tmp/install/install.sh [2021-03-19T20:57:14.304Z] #53 1.533 + dir=/tmp/install [2021-03-19T20:57:14.304Z] #53 1.534 + bin=runc [2021-03-19T20:57:14.304Z] #53 1.534 + shift [2021-03-19T20:57:14.304Z] #53 1.534 + '[' '!' -f /tmp/install/runc.installer ']' [2021-03-19T20:57:14.304Z] #53 1.534 + . /tmp/install/runc.installer [2021-03-19T20:57:14.304Z] #53 1.535 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-19T20:57:14.304Z] #53 1.535 + install_runc [2021-03-19T20:57:14.304Z] #53 1.536 + uname -r [2021-03-19T20:57:14.304Z] #53 1.536 + grep -q '^3\.10\.0.*\.el7\.' [2021-03-19T20:57:14.304Z] #53 1.545 + RUNC_BUILDTAGS='seccomp ' [2021-03-19T20:57:14.304Z] #53 1.546 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-03-19T20:57:14.304Z] #53 1.546 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-03-19T20:57:14.304Z] #53 1.546 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.Ex2zsfU3il/src/github.com/opencontainers/runc [2021-03-19T20:57:14.304Z] #53 1.555 Cloning into '/tmp/tmp.Ex2zsfU3il/src/github.com/opencontainers/runc'... [2021-03-19T20:57:14.304Z] #53 ... [2021-03-19T20:57:14.304Z] [2021-03-19T20:57:14.304Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-03-19T20:57:14.304Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815 [2021-03-19T20:57:14.304Z] #14 DONE 1.8s [2021-03-19T20:57:14.304Z] [2021-03-19T20:57:14.304Z] #15 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-03-19T20:57:14.304Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-03-19T20:57:14.476Z] #34 41.19 errors [2021-03-19T20:57:14.476Z] #34 41.19 sort [2021-03-19T20:57:14.869Z] #15 ... [2021-03-19T20:57:14.869Z] [2021-03-19T20:57:14.869Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-19T20:57:14.869Z] #58 sha256:96a051c932b0e974a2fbbdc9990bcae231cf7f3471f312d761f0bbeef1c1e01c [2021-03-19T20:57:14.869Z] #58 142.4 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-19T20:57:14.869Z] #58 142.4 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-03-19T20:57:14.869Z] #58 DONE 149.9s [2021-03-19T20:57:14.883Z] #42 41.01 Selecting previously unselected package libcap-dev:arm64. [2021-03-19T20:57:14.883Z] #42 41.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 ... 15383 files and directories currently installed.) [2021-03-19T20:57:14.883Z] #42 41.05 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_arm64.deb ... [2021-03-19T20:57:15.046Z] #34 41.64 strconv [2021-03-19T20:57:15.100Z] #52 ... [2021-03-19T20:57:15.100Z] [2021-03-19T20:57:15.100Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:57:15.100Z] #46 sha256:01cdc391c2a635773473112dcab908b7b7dfe0e9cca8ea606d862f15501446b8 [2021-03-19T20:57:15.100Z] #46 44.85 sync [2021-03-19T20:57:15.100Z] #46 44.85 internal/reflectlite [2021-03-19T20:57:15.100Z] #46 47.38 internal/singleflight [2021-03-19T20:57:15.100Z] #46 47.38 math/rand [2021-03-19T20:57:15.100Z] #46 47.41 github.com/LK4D4/vndr/godl/singleflight [2021-03-19T20:57:15.100Z] #46 50.31 sort [2021-03-19T20:57:15.100Z] #46 50.32 io [2021-03-19T20:57:15.100Z] #46 50.32 strconv [2021-03-19T20:57:15.100Z] #46 50.48 syscall [2021-03-19T20:57:15.100Z] #46 53.68 vendor/golang.org/x/net/dns/dnsmessage [2021-03-19T20:57:15.100Z] #46 ... [2021-03-19T20:57:15.100Z] [2021-03-19T20:57:15.100Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:57:15.100Z] #37 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-03-19T20:57:15.100Z] #37 54.96 Selecting previously unselected package libxml2:ppc64el. [2021-03-19T20:57:15.100Z] #37 55.00 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_ppc64el.deb ... [2021-03-19T20:57:15.100Z] #37 55.01 Unpacking libxml2:ppc64el (2.9.4+dfsg1-7+deb10u1) ... [2021-03-19T20:57:15.128Z] [2021-03-19T20:57:15.128Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-03-19T20:57:15.128Z] #59 sha256:3d1730e0ae821ce10b8fc620d47b1b050d66a00e5348f750e4354994083ad8ff [2021-03-19T20:57:15.128Z] #59 DONE 0.1s [2021-03-19T20:57:15.128Z] [2021-03-19T20:57:15.128Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-03-19T20:57:15.128Z] #60 sha256:d4c2b07e6680d259bf5684d53d7997653d8fb91f6a7d1eb238861adbed76b7e6 [2021-03-19T20:57:15.128Z] #60 DONE 0.1s [2021-03-19T20:57:15.128Z] [2021-03-19T20:57:15.128Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:57:15.128Z] #45 sha256:dcea8893a85a8f4eabc7fea730df65a7e224daa747783186796bd0e70ed61308 [2021-03-19T20:57:15.128Z] #45 146.8 net/http/httptrace [2021-03-19T20:57:15.128Z] #45 147.1 net/http [2021-03-19T20:57:15.148Z] #42 ... [2021-03-19T20:57:15.148Z] [2021-03-19T20:57:15.148Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-19T20:57:15.148Z] #29 sha256:5022901ae8214cd8853276f0bd9e737e378415bcdd77bae71057d2f586e8d936 [2021-03-19T20:57:15.148Z] #29 22.59 #=#=# ##O#- # 0.4% ######################################################################## 100.0% [2021-03-19T20:57:15.148Z] #29 24.13 [2021-03-19T20:57:15.148Z] #29 25.10 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-03-19T20:57:15.148Z] #29 25.70 [2021-03-19T20:57:15.484Z] #72 exporting layers 2.5s done [2021-03-19T20:57:15.484Z] #72 writing image sha256:e537d59cd8feb4baa5578f6288b09d7bef7f46521ba75b58e6e200f5307daecd done [2021-03-19T20:57:15.484Z] #72 naming to docker.io/library/docker:0f32beb4f8d0a1db1ecc945f9669a35fd463af2c done [2021-03-19T20:57:15.484Z] #72 DONE 2.5s [2021-03-19T20:57:15.512Z] #29 26.32 0.1% ################# 23.8% ########################### 38.5% ######################################################################## 100.0% [2021-03-19T20:57:15.512Z] #29 26.79 [2021-03-19T20:57:15.512Z] #29 ... [2021-03-19T20:57:15.512Z] [2021-03-19T20:57:15.512Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-19T20:57:15.512Z] #34 sha256:343c7b485a1b572e975a1c652b023ca6c2f0ae9c9d0d8b730818748767b2478c [2021-03-19T20:57:15.512Z] #34 31.91 sync [2021-03-19T20:57:15.512Z] #34 31.92 internal/reflectlite [2021-03-19T20:57:15.512Z] #34 34.68 sort [2021-03-19T20:57:15.512Z] #34 34.68 errors [2021-03-19T20:57:15.512Z] #34 35.08 strconv [2021-03-19T20:57:15.512Z] #34 35.08 io [2021-03-19T20:57:15.512Z] #34 35.09 internal/oserror [2021-03-19T20:57:15.512Z] #34 35.44 syscall [2021-03-19T20:57:15.512Z] #34 37.41 strings [2021-03-19T20:57:15.512Z] #34 37.42 bytes [2021-03-19T20:57:15.512Z] #34 39.19 bufio [2021-03-19T20:57:15.512Z] #34 39.31 reflect [2021-03-19T20:57:15.512Z] #34 40.86 path [2021-03-19T20:57:15.512Z] #34 41.53 text/tabwriter [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-03-19T20:57:15.693Z] Running on azwin-2-34d2f0 in d:\jenkins\workspace\moby_PR-42173 [Pipeline] { [2021-03-19T20:57:15.698Z] #45 ... [2021-03-19T20:57:15.698Z] [2021-03-19T20:57:15.698Z] #15 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-03-19T20:57:15.698Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-03-19T20:57:15.698Z] #15 DONE 1.5s [2021-03-19T20:57:15.708Z] #37 55.58 Selecting previously unselected package libarchive13:ppc64el. [2021-03-19T20:57:15.708Z] #37 55.59 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_ppc64el.deb ... [2021-03-19T20:57:15.708Z] #37 55.59 Unpacking libarchive13:ppc64el (3.3.3-4+deb10u1) ... [Pipeline] ws [2021-03-19T20:57:15.713Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2021-03-19T20:57:15.782Z] #34 ... [2021-03-19T20:57:15.782Z] [2021-03-19T20:57:15.782Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:57:15.782Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-03-19T20:57:15.782Z] #36 25.78 Reading package lists... [2021-03-19T20:57:15.782Z] #36 32.34 Building dependency tree... [2021-03-19T20:57:15.782Z] #36 35.79 The following additional packages will be installed: [2021-03-19T20:57:15.782Z] #36 35.79 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-03-19T20:57:15.782Z] #36 35.79 Suggested packages: [2021-03-19T20:57:15.782Z] #36 35.80 cmake-doc ninja-build lrzip [2021-03-19T20:57:15.782Z] #36 35.80 Recommended packages: [2021-03-19T20:57:15.782Z] #36 35.80 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-03-19T20:57:15.782Z] #36 36.79 The following NEW packages will be installed: [2021-03-19T20:57:15.782Z] #36 36.79 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-03-19T20:57:15.782Z] #36 36.79 vim-common xxd [2021-03-19T20:57:15.782Z] #36 37.17 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded. [2021-03-19T20:57:15.782Z] #36 37.17 Need to get 14.2 MB of archives. [2021-03-19T20:57:15.782Z] #36 37.17 After this operation, 60.0 MB of additional disk space will be used. [2021-03-19T20:57:15.782Z] #36 37.17 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2021-03-19T20:57:15.782Z] #36 37.22 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2021-03-19T20:57:15.782Z] #36 37.23 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB] [2021-03-19T20:57:15.782Z] #36 37.78 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2021-03-19T20:57:15.782Z] #36 38.83 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libxml2 arm64 2.9.4+dfsg1-7+deb10u1 [625 kB] [2021-03-19T20:57:15.782Z] #36 39.10 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB] [2021-03-19T20:57:15.782Z] #36 39.11 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB] [2021-03-19T20:57:15.782Z] #36 39.12 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB] [2021-03-19T20:57:15.782Z] #36 39.12 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1 [105 kB] [2021-03-19T20:57:15.782Z] #36 39.14 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB] [2021-03-19T20:57:15.782Z] #36 40.51 debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:57:15.782Z] #36 41.78 Fetched 14.2 MB in 2s (5732 kB/s) [2021-03-19T20:57:15.782Z] #36 ... [2021-03-19T20:57:15.782Z] [2021-03-19T20:57:15.782Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-19T20:57:15.782Z] #32 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805 [2021-03-19T20:57:15.782Z] #32 39.30 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-03-19T20:57:15.782Z] #32 39.41 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-19T20:57:15.919Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-42173/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0f32beb4f8d0a1db1ecc945f9669a35fd463af2c -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0f32beb4f8d0a1db1ecc945f9669a35fd463af2c hack/test/unit [2021-03-19T20:57:15.955Z] [2021-03-19T20:57:15.955Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-03-19T20:57:15.955Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac [2021-03-19T20:57:15.989Z] #34 42.71 io [2021-03-19T20:57:16.009Z] #37 55.93 Selecting previously unselected package libjsoncpp1:ppc64el. [2021-03-19T20:57:16.009Z] #37 55.93 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2021-03-19T20:57:16.009Z] #37 55.93 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2021-03-19T20:57:16.009Z] #37 56.18 Selecting previously unselected package librhash0:ppc64el. [2021-03-19T20:57:16.009Z] #37 56.19 Preparing to unpack .../7-librhash0_1.3.8-1_ppc64el.deb ... [2021-03-19T20:57:16.033Z] #58 ... [2021-03-19T20:57:16.033Z] [2021-03-19T20:57:16.033Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-03-19T20:57:16.033Z] #67 sha256:62c05b37ba63a53a6a41d1810cbd1ed66e6c699874c7d18e04d7f61369a1b56c [2021-03-19T20:57:16.033Z] #67 29.19 Checking out files: 39% (750/1905) Checking out files: 40% (762/1905) Checking out files: 41% (782/1905) Checking out files: 42% (801/1905) Checking out files: 43% (820/1905) Checking out files: 44% (839/1905) Checking out files: 45% (858/1905) Checking out files: 46% (877/1905) Checking out files: 47% (896/1905) Checking out files: 48% (915/1905) Checking out files: 49% (934/1905) Checking out files: 50% (953/1905) Checking out files: 51% (972/1905) Checking out files: 52% (991/1905) Checking out files: 53% (1010/1905) [2021-03-19T20:57:16.033Z] #67 ... [2021-03-19T20:57:16.033Z] [2021-03-19T20:57:16.033Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-03-19T20:57:16.033Z] #47 sha256:43dec2971f961509d27c86d291ed6f9a3d9b9847428d50de29bed132d54ac86d [2021-03-19T20:57:16.033Z] #47 19.54 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-19T20:57:16.033Z] #47 25.23 go: finding github.com/fatih/color v1.9.0 [2021-03-19T20:57:16.033Z] #47 25.48 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-19T20:57:16.033Z] #47 25.50 go: finding github.com/pkg/errors v0.9.1 [2021-03-19T20:57:16.033Z] #47 25.58 go: finding github.com/mattn/go-colorable v0.1.6 [2021-03-19T20:57:16.033Z] #47 25.63 go: finding github.com/spf13/pflag v1.0.3 [2021-03-19T20:57:16.033Z] #47 25.67 go: finding github.com/mattn/go-isatty v0.0.12 [2021-03-19T20:57:16.033Z] #47 25.83 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-19T20:57:16.033Z] #47 26.22 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-03-19T20:57:16.033Z] #47 26.31 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-19T20:57:16.033Z] #47 26.40 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-19T20:57:16.033Z] #47 26.41 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-19T20:57:16.294Z] #47 ... [2021-03-19T20:57:16.294Z] [2021-03-19T20:57:16.294Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-03-19T20:57:16.294Z] #67 sha256:62c05b37ba63a53a6a41d1810cbd1ed66e6c699874c7d18e04d7f61369a1b56c [2021-03-19T20:57:16.308Z] #37 56.21 Unpacking librhash0:ppc64el (1.3.8-1) ... [2021-03-19T20:57:16.308Z] #37 56.38 Selecting previously unselected package libuv1:ppc64el. [2021-03-19T20:57:16.308Z] #37 56.40 Preparing to unpack .../8-libuv1_1.24.1-1_ppc64el.deb ... [2021-03-19T20:57:16.308Z] #37 56.42 Unpacking libuv1:ppc64el (1.24.1-1) ... [2021-03-19T20:57:16.561Z] #34 ... [2021-03-19T20:57:16.561Z] [2021-03-19T20:57:16.561Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-03-19T20:57:16.561Z] #67 sha256:01615b5f7e8d299dacdd079189cf8638c9b6551fca7e2ea52e4f4854ebe0c835 [2021-03-19T20:57:16.561Z] #67 DONE 43.2s [2021-03-19T20:57:16.561Z] [2021-03-19T20:57:16.561Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:57:16.561Z] #45 sha256:9df4444049aad817e1475f1ac1fdf7e8274ee4a1b46c939a92dae5960035473a [2021-03-19T20:57:16.561Z] #45 40.96 internal/reflectlite [2021-03-19T20:57:16.561Z] #45 40.97 github.com/LK4D4/vndr/godl/singleflight [2021-03-19T20:57:16.561Z] #45 41.31 math/rand [2021-03-19T20:57:16.561Z] #45 42.47 internal/singleflight [2021-03-19T20:57:16.608Z] #37 56.61 Selecting previously unselected package cmake. [2021-03-19T20:57:16.608Z] #37 56.62 Preparing to unpack .../9-cmake_3.13.4-1_ppc64el.deb ... [2021-03-19T20:57:16.608Z] #37 56.62 Unpacking cmake (3.13.4-1) ... [2021-03-19T20:57:16.681Z] #13 ... [2021-03-19T20:57:16.681Z] [2021-03-19T20:57:16.681Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:57:16.681Z] #49 sha256:1d825f363e705a339d4a3766adffa15c59f3958db7bfc9b7a5f17a457a96a742 [2021-03-19T20:57:16.681Z] #49 61.01 go: finding github.com/fatih/color v1.7.0 [2021-03-19T20:57:16.681Z] #49 61.08 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-19T20:57:16.681Z] #49 61.20 go: finding github.com/mattn/go-colorable v0.1.4 [2021-03-19T20:57:16.681Z] #49 61.21 go: finding github.com/mattn/go-isatty v0.0.8 [2021-03-19T20:57:16.681Z] #49 61.38 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-19T20:57:16.681Z] #49 61.43 go: finding github.com/go-critic/go-critic v0.4.1 [2021-03-19T20:57:16.681Z] #49 61.48 go: finding github.com/pkg/errors v0.8.1 [2021-03-19T20:57:16.681Z] #49 61.52 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-19T20:57:16.681Z] #49 61.63 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-03-19T20:57:16.681Z] #49 61.73 go: finding github.com/sirupsen/logrus v1.4.2 [2021-03-19T20:57:16.681Z] #49 61.81 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-03-19T20:57:16.681Z] #49 61.81 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-03-19T20:57:16.681Z] #49 61.96 go: finding github.com/stretchr/testify v1.4.0 [2021-03-19T20:57:16.681Z] #49 61.98 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-03-19T20:57:16.681Z] #49 62.04 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-03-19T20:57:16.681Z] #49 62.06 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-03-19T20:57:16.681Z] #49 62.06 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-03-19T20:57:16.681Z] #49 62.07 go: finding github.com/davecgh/go-spew v1.1.1 [2021-03-19T20:57:16.681Z] #49 62.09 go: finding github.com/spf13/viper v1.6.1 [2021-03-19T20:57:16.681Z] #49 62.24 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-03-19T20:57:16.681Z] #49 62.41 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-19T20:57:16.681Z] #49 62.45 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-03-19T20:57:16.681Z] #49 62.46 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-03-19T20:57:16.681Z] #49 62.51 go: finding github.com/stretchr/objx v0.2.0 [2021-03-19T20:57:16.681Z] #49 62.60 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-03-19T20:57:16.681Z] #49 62.62 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-19T20:57:16.682Z] #49 62.63 go: finding github.com/gobwas/glob v0.2.3 [2021-03-19T20:57:16.682Z] #49 62.72 go: finding github.com/spf13/cobra v0.0.5 [2021-03-19T20:57:16.682Z] #49 62.85 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-03-19T20:57:16.682Z] #49 63.00 go: finding github.com/spf13/pflag v1.0.5 [2021-03-19T20:57:16.682Z] #49 63.13 go: finding github.com/hashicorp/hcl v1.0.0 [2021-03-19T20:57:16.682Z] #49 63.13 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-19T20:57:16.682Z] #49 63.20 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-19T20:57:16.682Z] #49 63.23 go: finding github.com/magiconair/properties v1.8.1 [2021-03-19T20:57:16.682Z] #49 63.29 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-19T20:57:16.682Z] #49 63.34 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-03-19T20:57:16.682Z] #49 63.35 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-19T20:57:16.682Z] #49 63.42 go: finding github.com/pelletier/go-toml v1.2.0 [2021-03-19T20:57:16.682Z] #49 63.60 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-19T20:57:16.682Z] #49 63.65 go: finding github.com/spf13/afero v1.1.2 [2021-03-19T20:57:16.682Z] #49 63.88 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-19T20:57:16.682Z] #49 63.97 go: finding github.com/spf13/cast v1.3.0 [2021-03-19T20:57:16.682Z] #49 64.02 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-19T20:57:16.682Z] #49 64.05 go: finding golang.org/x/text v0.3.2 [2021-03-19T20:57:16.682Z] #49 64.10 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-19T20:57:16.682Z] #49 64.12 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-03-19T20:57:16.682Z] #49 64.14 go: finding github.com/subosito/gotenv v1.2.0 [2021-03-19T20:57:16.682Z] #49 64.21 go: finding gopkg.in/ini.v1 v1.51.0 [2021-03-19T20:57:16.682Z] #49 64.30 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-19T20:57:16.682Z] #49 64.32 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-19T20:57:16.682Z] #49 64.37 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-19T20:57:16.682Z] #49 64.41 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-19T20:57:16.682Z] #49 64.43 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-19T20:57:16.682Z] #49 64.46 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-19T20:57:16.682Z] #49 64.54 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-19T20:57:16.682Z] #49 64.62 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-19T20:57:16.682Z] #49 64.70 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-19T20:57:16.682Z] #49 64.77 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-19T20:57:16.682Z] #49 64.77 go: finding github.com/kisielk/gotool v1.0.0 [2021-03-19T20:57:16.682Z] #49 64.89 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-19T20:57:16.682Z] #49 64.93 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-03-19T20:57:16.682Z] #49 64.95 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-19T20:57:16.682Z] #49 64.99 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-19T20:57:16.682Z] #49 65.00 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-19T20:57:16.682Z] #49 65.04 go: finding github.com/ultraware/funlen v0.0.2 [2021-03-19T20:57:16.682Z] #49 65.05 go: finding github.com/ultraware/whitespace v0.0.4 [2021-03-19T20:57:16.682Z] #49 65.06 go: finding github.com/uudashr/gocognit v1.0.1 [2021-03-19T20:57:16.738Z] #32 ... [2021-03-19T20:57:16.738Z] [2021-03-19T20:57:16.738Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:57:16.738Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-03-19T20:57:16.738Z] #13 22.20 Reading package lists... [2021-03-19T20:57:16.738Z] #13 27.99 Building dependency tree... [2021-03-19T20:57:16.738Z] #13 30.70 The following additional packages will be installed: [2021-03-19T20:57:16.738Z] #13 30.71 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-03-19T20:57:16.738Z] #13 30.71 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-03-19T20:57:16.738Z] #13 30.71 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-03-19T20:57:16.738Z] #13 30.71 libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1 [2021-03-19T20:57:16.738Z] #13 30.71 mingw-w64-common mingw-w64-x86-64-dev [2021-03-19T20:57:16.738Z] #13 30.72 Suggested packages: [2021-03-19T20:57:16.738Z] #13 30.72 gcc-8-locales seccomp wine64 [2021-03-19T20:57:16.738Z] #13 31.48 The following NEW packages will be installed: [2021-03-19T20:57:16.738Z] #13 31.48 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-03-19T20:57:16.738Z] #13 31.48 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-03-19T20:57:16.738Z] #13 31.48 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-03-19T20:57:16.738Z] #13 31.49 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-03-19T20:57:16.738Z] #13 31.49 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-03-19T20:57:16.738Z] #13 31.49 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-03-19T20:57:16.738Z] #13 31.49 The following packages will be upgraded: [2021-03-19T20:57:16.738Z] #13 31.49 libseccomp2 libsystemd0 libudev1 [2021-03-19T20:57:16.738Z] #13 31.84 3 upgraded, 25 newly installed, 0 to remove and 21 not upgraded. [2021-03-19T20:57:16.738Z] #13 31.84 Need to get 73.8 MB of archives. [2021-03-19T20:57:16.738Z] #13 31.84 After this operation, 472 MB of additional disk space will be used. [2021-03-19T20:57:16.738Z] #13 31.84 Get:1 http://deb.debian.org/debian buster-backports/main arm64 libseccomp2 arm64 2.4.4-1~bpo10+1 [44.2 kB] [2021-03-19T20:57:16.738Z] #13 31.85 Get:2 http://deb.debian.org/debian buster-backports/main arm64 libseccomp-dev arm64 2.4.4-1~bpo10+1 [73.8 kB] [2021-03-19T20:57:16.738Z] #13 31.85 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd0 arm64 241-7~deb10u6 [314 kB] [2021-03-19T20:57:16.738Z] #13 32.17 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev1 arm64 241-7~deb10u6 [146 kB] [2021-03-19T20:57:16.738Z] #13 32.17 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-i686 arm64 2.31.1-11+8.3 [2188 kB] [2021-03-19T20:57:16.738Z] #13 32.29 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-x86-64 arm64 2.31.1-11+8.3 [2429 kB] [2021-03-19T20:57:16.738Z] #13 32.60 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-03-19T20:57:16.738Z] #13 32.64 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB] [2021-03-19T20:57:16.738Z] #13 32.65 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB] [2021-03-19T20:57:16.739Z] #13 32.65 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-03-19T20:57:16.739Z] #13 33.23 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-03-19T20:57:16.739Z] #13 33.61 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-base arm64 8.3.0-6+21.3~deb10u1 [175 kB] [2021-03-19T20:57:16.739Z] #13 33.61 Get:13 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] [2021-03-19T20:57:16.739Z] #13 ... [2021-03-19T20:57:16.739Z] [2021-03-19T20:57:16.739Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-19T20:57:16.739Z] #29 sha256:5022901ae8214cd8853276f0bd9e737e378415bcdd77bae71057d2f586e8d936 [2021-03-19T20:57:16.739Z] #29 28.14 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-03-19T20:57:16.940Z] #49 65.14 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-19T20:57:16.940Z] #49 65.19 go: finding github.com/gogo/protobuf v1.2.1 [2021-03-19T20:57:16.940Z] #49 ... [2021-03-19T20:57:16.940Z] [2021-03-19T20:57:16.940Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-03-19T20:57:16.940Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-19T20:57:16.940Z] #55 44.83 Reading package lists... [2021-03-19T20:57:16.940Z] #55 55.48 Building dependency tree... [2021-03-19T20:57:16.940Z] #55 61.28 The following additional packages will be installed: [2021-03-19T20:57:16.940Z] #55 61.31 libbtrfs0 [2021-03-19T20:57:16.940Z] #55 61.77 The following NEW packages will be installed: [2021-03-19T20:57:16.940Z] #55 61.78 libbtrfs-dev libbtrfs0 [2021-03-19T20:57:16.940Z] #55 62.30 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded. [2021-03-19T20:57:16.940Z] #55 62.30 Need to get 119 kB of archives. [2021-03-19T20:57:16.940Z] #55 62.30 After this operation, 387 kB of additional disk space will be used. [2021-03-19T20:57:16.940Z] #55 62.30 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-03-19T20:57:16.940Z] #55 62.34 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-03-19T20:57:16.940Z] #55 64.23 debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:57:16.940Z] #55 64.64 Fetched 119 kB in 0s (279 kB/s) [2021-03-19T20:57:16.940Z] #55 64.90 Selecting previously unselected package libbtrfs0. [2021-03-19T20:57:16.940Z] #55 64.90 (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.) [2021-03-19T20:57:16.940Z] #55 65.09 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-03-19T20:57:16.940Z] #55 65.16 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-19T20:57:16.940Z] #55 65.39 Selecting previously unselected package libbtrfs-dev. [2021-03-19T20:57:16.940Z] #55 ... [2021-03-19T20:57:16.940Z] [2021-03-19T20:57:16.940Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:57:16.940Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-19T20:57:16.940Z] #42 60.92 The following additional packages will be installed: [2021-03-19T20:57:16.940Z] #42 60.94 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-03-19T20:57:16.940Z] #42 60.94 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-03-19T20:57:16.940Z] #42 60.99 Suggested packages: [2021-03-19T20:57:16.940Z] #42 60.99 manpages-dev python-setuptools [2021-03-19T20:57:16.940Z] #42 62.86 The following NEW packages will be installed: [2021-03-19T20:57:16.940Z] #42 62.88 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-03-19T20:57:16.940Z] #42 62.88 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-03-19T20:57:16.940Z] #42 62.89 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-03-19T20:57:16.940Z] #42 62.89 python-six zlib1g-dev [2021-03-19T20:57:16.940Z] #42 63.57 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded. [2021-03-19T20:57:16.940Z] #42 63.57 Need to get 4095 kB of archives. [2021-03-19T20:57:16.940Z] #42 63.57 After this operation, 22.5 MB of additional disk space will be used. [2021-03-19T20:57:16.940Z] #42 63.57 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2021-03-19T20:57:16.940Z] #42 63.62 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-03-19T20:57:16.940Z] #42 63.63 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2021-03-19T20:57:16.940Z] #42 63.69 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-03-19T20:57:16.940Z] #42 63.69 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2021-03-19T20:57:16.940Z] #42 63.69 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-03-19T20:57:16.940Z] #42 63.70 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2021-03-19T20:57:16.940Z] #42 63.70 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2021-03-19T20:57:16.940Z] #42 63.72 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-03-19T20:57:16.940Z] #42 63.84 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2021-03-19T20:57:16.940Z] #42 63.84 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2021-03-19T20:57:16.940Z] #42 63.91 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2021-03-19T20:57:16.940Z] #42 64.02 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2021-03-19T20:57:16.940Z] #42 64.05 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2021-03-19T20:57:16.940Z] #42 64.05 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-03-19T20:57:16.940Z] #42 64.08 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2021-03-19T20:57:16.940Z] #42 64.08 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2021-03-19T20:57:17.213Z] The recommended git tool is: git [2021-03-19T20:57:17.319Z] #29 28.58 [2021-03-19T20:57:17.321Z] #16 1.496 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-03-19T20:57:17.512Z] #42 ... [2021-03-19T20:57:17.512Z] [2021-03-19T20:57:17.512Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:57:17.512Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:57:17.512Z] #13 59.63 The following additional packages will be installed: [2021-03-19T20:57:17.512Z] #13 59.63 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-03-19T20:57:17.512Z] #13 59.64 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-03-19T20:57:17.512Z] #13 59.65 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-03-19T20:57:17.512Z] #13 59.65 libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1 [2021-03-19T20:57:17.512Z] #13 59.67 mingw-w64-common mingw-w64-x86-64-dev [2021-03-19T20:57:17.566Z] #45 43.99 strconv [2021-03-19T20:57:17.566Z] #45 43.99 io [2021-03-19T20:57:17.576Z] #16 DONE 1.7s [2021-03-19T20:57:17.577Z] [2021-03-19T20:57:17.577Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-03-19T20:57:17.577Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea [2021-03-19T20:57:17.596Z] #67 29.19 Checking out files: 39% (750/1905) Checking out files: 40% (762/1905) Checking out files: 41% (782/1905) Checking out files: 42% (801/1905) Checking out files: 43% (820/1905) Checking out files: 44% (839/1905) Checking out files: 45% (858/1905) Checking out files: 46% (877/1905) Checking out files: 47% (896/1905) Checking out files: 48% (915/1905) Checking out files: 49% (934/1905) Checking out files: 50% (953/1905) Checking out files: 51% (972/1905) Checking out files: 52% (991/1905) Checking out files: 53% (1010/1905) Checking out files: 54% (1029/1905) Checking out files: 55% (1048/1905) Checking out files: 56% (1067/1905) Checking out files: 57% (1086/1905) Checking out files: 58% (1105/1905) Checking out files: 59% (1124/1905) Checking out files: 60% (1143/1905) Checking out files: 61% (1163/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2021-03-19T20:57:17.596Z] #67 31.01 + cd /tmp/tmp.JmtdpJcs7n/src/github.com/docker/libnetwork [2021-03-19T20:57:17.596Z] #67 31.01 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-03-19T20:57:17.682Z] #37 ... [2021-03-19T20:57:17.682Z] [2021-03-19T20:57:17.682Z] #35 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-19T20:57:17.682Z] #35 sha256:ea3dd951190a445f76bf7447cce0e28ecccd438c8a411288eb88b05a007f4077 [2021-03-19T20:57:17.682Z] #35 47.47 errors [2021-03-19T20:57:17.682Z] #35 47.47 sort [2021-03-19T20:57:17.682Z] #35 48.15 io [2021-03-19T20:57:17.682Z] #35 48.15 internal/oserror [2021-03-19T20:57:17.682Z] #35 48.20 strconv [2021-03-19T20:57:17.682Z] #35 48.55 syscall [2021-03-19T20:57:17.682Z] #35 52.83 strings [2021-03-19T20:57:17.682Z] #35 52.83 bytes [2021-03-19T20:57:17.682Z] #35 ... [2021-03-19T20:57:17.682Z] [2021-03-19T20:57:17.682Z] #14 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:57:17.682Z] #14 sha256:5151d703b769bc35b6bada7e872d6f26a661733fd6a91bb6a69d949f095f4d31 [2021-03-19T20:57:17.682Z] #14 52.79 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor1 ppc64el 2.13.2-10 [98.2 kB] [2021-03-19T20:57:17.682Z] #14 52.81 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor-dev ppc64el 2.13.2-10 [141 kB] [2021-03-19T20:57:17.682Z] #14 52.82 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2021-03-19T20:57:17.682Z] #14 52.82 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2021-03-19T20:57:17.682Z] #14 52.83 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-event1.02.1 ppc64el 2:1.02.155-3 [22.3 kB] [2021-03-19T20:57:17.682Z] #14 52.84 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev-dev ppc64el 241-7~deb10u6 [110 kB] [2021-03-19T20:57:17.682Z] #14 52.85 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsepol1-dev ppc64el 2.8-1 [337 kB] [2021-03-19T20:57:17.682Z] #14 52.91 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre16-3 ppc64el 2:8.39-12 [252 kB] [2021-03-19T20:57:17.682Z] #14 52.92 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre32-3 ppc64el 2:8.39-12 [246 kB] [2021-03-19T20:57:17.682Z] #14 52.95 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-12 [153 kB] [2021-03-19T20:57:17.682Z] #14 52.96 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre3-dev ppc64el 2:8.39-12 [622 kB] [2021-03-19T20:57:17.682Z] #14 53.01 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libselinux1-dev ppc64el 2.8-1+b1 [177 kB] [2021-03-19T20:57:17.682Z] #14 53.03 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-dev ppc64el 2:1.02.155-3 [51.5 kB] [2021-03-19T20:57:17.682Z] #14 53.03 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd-dev ppc64el 241-7~deb10u6 [322 kB] [2021-03-19T20:57:17.682Z] #14 54.44 debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:57:17.682Z] #14 54.63 Fetched 79.4 MB in 8s (10.2 MB/s) [2021-03-19T20:57:17.682Z] #14 54.72 (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.) [2021-03-19T20:57:17.682Z] #14 54.85 Preparing to unpack .../libsystemd0_241-7~deb10u6_ppc64el.deb ... [2021-03-19T20:57:17.682Z] #14 54.86 Unpacking libsystemd0:ppc64el (241-7~deb10u6) over (241-7~deb10u4) ... [2021-03-19T20:57:17.682Z] #14 55.29 Setting up libsystemd0:ppc64el (241-7~deb10u6) ... [2021-03-19T20:57:17.682Z] #14 55.48 (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.) [2021-03-19T20:57:17.682Z] #14 55.59 Preparing to unpack .../libseccomp2_2.4.1-2~bpo10+1_ppc64el.deb ... [2021-03-19T20:57:17.682Z] #14 55.60 Unpacking libseccomp2:ppc64el (2.4.1-2~bpo10+1) over (2.3.3-4) ... [2021-03-19T20:57:17.682Z] #14 55.85 Setting up libseccomp2:ppc64el (2.4.1-2~bpo10+1) ... [2021-03-19T20:57:17.682Z] #14 55.97 (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.) [2021-03-19T20:57:17.682Z] #14 56.06 Preparing to unpack .../libudev1_241-7~deb10u6_ppc64el.deb ... [2021-03-19T20:57:17.682Z] #14 56.09 Unpacking libudev1:ppc64el (241-7~deb10u6) over (241-7~deb10u4) ... [2021-03-19T20:57:17.682Z] #14 56.32 Setting up libudev1:ppc64el (241-7~deb10u6) ... [2021-03-19T20:57:17.682Z] #14 56.45 Selecting previously unselected package binutils-mingw-w64-i686. [2021-03-19T20:57:17.682Z] #14 56.45 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2021-03-19T20:57:17.682Z] #14 56.58 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_ppc64el.deb ... [2021-03-19T20:57:17.682Z] #14 56.59 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-19T20:57:17.775Z] #13 59.72 Suggested packages: [2021-03-19T20:57:17.775Z] #13 59.72 gcc-8-locales seccomp wine64 [2021-03-19T20:57:17.982Z] ? github.com/docker/docker/api [no test files] [2021-03-19T20:57:18.033Z] #13 ... [2021-03-19T20:57:18.033Z] [2021-03-19T20:57:18.033Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-03-19T20:57:18.033Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-19T20:57:18.033Z] #55 65.40 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-03-19T20:57:18.033Z] #55 65.40 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-19T20:57:18.033Z] #55 65.88 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-19T20:57:18.033Z] #55 65.88 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-19T20:57:18.033Z] #55 65.90 Processing triggers for libc-bin (2.28-10) ... [2021-03-19T20:57:18.033Z] #55 DONE 66.4s [2021-03-19T20:57:18.033Z] [2021-03-19T20:57:18.033Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:57:18.033Z] #49 sha256:1d825f363e705a339d4a3766adffa15c59f3958db7bfc9b7a5f17a457a96a742 [2021-03-19T20:57:18.033Z] #49 65.55 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-19T20:57:18.033Z] #49 65.75 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-19T20:57:18.033Z] #49 65.78 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-19T20:57:18.033Z] #49 65.86 go: finding github.com/BurntSushi/toml v0.3.1 [2021-03-19T20:57:18.033Z] #49 65.91 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-19T20:57:18.167Z] #67 31.41 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-03-19T20:57:18.584Z] #29 28.79 0.0% # 1.4% ##### 7.1% ######## 11.7% [2021-03-19T20:57:18.584Z] #29 ... [2021-03-19T20:57:18.584Z] [2021-03-19T20:57:18.584Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:57:18.584Z] #45 sha256:7c7570aae27449b8fbce88d7ff9f45e13317ac59cb4f516bce02de03467ff278 [2021-03-19T20:57:18.584Z] #45 34.64 github.com/LK4D4/vndr/godl/singleflight [2021-03-19T20:57:18.584Z] #45 34.65 math/rand [2021-03-19T20:57:18.584Z] #45 34.66 internal/singleflight [2021-03-19T20:57:18.584Z] #45 34.67 errors [2021-03-19T20:57:18.584Z] #45 35.37 sort [2021-03-19T20:57:18.584Z] #45 35.42 io [2021-03-19T20:57:18.584Z] #45 35.44 strconv [2021-03-19T20:57:18.584Z] #45 36.45 syscall [2021-03-19T20:57:18.584Z] #45 36.87 vendor/golang.org/x/net/dns/dnsmessage [2021-03-19T20:57:18.584Z] #45 37.47 bytes [2021-03-19T20:57:18.584Z] #45 39.34 reflect [2021-03-19T20:57:18.584Z] #45 39.89 bufio [2021-03-19T20:57:18.584Z] #45 41.93 regexp/syntax [2021-03-19T20:57:18.584Z] #45 42.09 hash [2021-03-19T20:57:18.584Z] #45 42.41 hash/crc32 [2021-03-19T20:57:18.584Z] #45 44.43 crypto/rc4 [2021-03-19T20:57:18.584Z] #45 44.54 vendor/golang.org/x/crypto/hkdf [2021-03-19T20:57:18.584Z] #45 44.61 time [2021-03-19T20:57:18.584Z] #45 ... [2021-03-19T20:57:18.584Z] [2021-03-19T20:57:18.584Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-19T20:57:18.584Z] #29 sha256:5022901ae8214cd8853276f0bd9e737e378415bcdd77bae71057d2f586e8d936 [2021-03-19T20:57:18.738Z] #67 ... [2021-03-19T20:57:18.738Z] [2021-03-19T20:57:18.738Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:57:18.738Z] #51 sha256:d3025d275999e85c12bbf3de02d4702a09ac5a355658f8267cdd1b415e4d63bd [2021-03-19T20:57:18.738Z] #51 22.19 + cd /tmp/tmp.qhP91A3GY8/src/github.com/mvdan/sh [2021-03-19T20:57:18.738Z] #51 22.19 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-19T20:57:18.738Z] #51 22.58 + GO111MODULE=on [2021-03-19T20:57:18.738Z] #51 22.58 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-03-19T20:57:18.738Z] #51 24.63 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-19T20:57:18.738Z] #51 24.67 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-19T20:57:18.738Z] #51 24.74 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-19T20:57:18.738Z] #51 25.33 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-19T20:57:18.738Z] #51 25.34 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-19T20:57:18.738Z] #51 26.59 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-19T20:57:18.738Z] #51 28.03 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-19T20:57:18.738Z] #51 30.31 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-19T20:57:18.956Z] #45 45.38 bytes [2021-03-19T20:57:19.059Z] #51 ... [2021-03-19T20:57:19.059Z] [2021-03-19T20:57:19.059Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:57:19.059Z] #45 sha256:545ba0c6e50551d0b617ccbb97585f12f34dc9406939c9ddce5a9da66a6b6b5f [2021-03-19T20:57:19.059Z] #45 22.26 internal/nettrace [2021-03-19T20:57:19.059Z] #45 22.61 runtime/cgo [2021-03-19T20:57:19.059Z] #45 ... [2021-03-19T20:57:19.059Z] [2021-03-19T20:57:19.059Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:57:19.059Z] #51 sha256:d3025d275999e85c12bbf3de02d4702a09ac5a355658f8267cdd1b415e4d63bd [2021-03-19T20:57:19.059Z] #51 32.33 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-19T20:57:19.229Z] #14 ... [2021-03-19T20:57:19.229Z] [2021-03-19T20:57:19.229Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:57:19.229Z] #37 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-03-19T20:57:19.229Z] #37 59.35 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2021-03-19T20:57:19.229Z] #37 59.36 Setting up xxd (2:8.1.0875-5) ... [2021-03-19T20:57:19.229Z] #37 59.37 Setting up libuv1:ppc64el (1.24.1-1) ... [2021-03-19T20:57:19.229Z] #37 59.37 Setting up vim-common (2:8.1.0875-5) ... [2021-03-19T20:57:19.229Z] #37 59.49 Setting up librhash0:ppc64el (1.3.8-1) ... [2021-03-19T20:57:19.320Z] #51 32.63 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-19T20:57:19.464Z] #17 DONE 1.6s [2021-03-19T20:57:19.464Z] [2021-03-19T20:57:19.464Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-03-19T20:57:19.464Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6 [2021-03-19T20:57:19.529Z] #37 59.49 Setting up cmake-data (3.13.4-1) ... [2021-03-19T20:57:19.529Z] #37 59.50 Setting up libxml2:ppc64el (2.9.4+dfsg1-7+deb10u1) ... [2021-03-19T20:57:19.529Z] #37 59.51 Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2021-03-19T20:57:19.529Z] #37 59.53 Setting up libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2021-03-19T20:57:19.529Z] #37 59.53 Setting up cmake (3.13.4-1) ... [2021-03-19T20:57:19.529Z] #37 59.54 Processing triggers for libc-bin (2.28-10) ... [2021-03-19T20:57:19.529Z] #37 59.61 Processing triggers for mime-support (3.62) ... [2021-03-19T20:57:19.589Z] #51 32.93 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-19T20:57:19.589Z] #51 32.93 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-19T20:57:19.840Z] #37 DONE 60.0s [2021-03-19T20:57:19.840Z] [2021-03-19T20:57:19.840Z] #38 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-03-19T20:57:19.840Z] #38 sha256:50d96467b13254d043d8f692e0dcae82b8c128e7961b5592bc67d099ec47fd35 [2021-03-19T20:57:19.896Z] #45 ... [2021-03-19T20:57:19.896Z] [2021-03-19T20:57:19.896Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:57:19.896Z] #49 sha256:01ff86e85448981fd9bdd323542c05e8521e4f26b4d005fc5898f2c3b350ce98 [2021-03-19T20:57:19.896Z] #49 38.56 go: extracting golang.org/x/text v0.3.2 [2021-03-19T20:57:19.896Z] #49 43.65 go: finding github.com/fatih/color v1.7.0 [2021-03-19T20:57:19.896Z] #49 43.66 go: finding github.com/mattn/go-colorable v0.1.4 [2021-03-19T20:57:19.896Z] #49 43.79 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-19T20:57:19.896Z] #49 43.79 go: finding github.com/mattn/go-isatty v0.0.8 [2021-03-19T20:57:19.896Z] #49 43.83 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-19T20:57:19.896Z] #49 43.84 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-19T20:57:19.896Z] #49 43.89 go: finding github.com/pkg/errors v0.8.1 [2021-03-19T20:57:19.896Z] #49 43.91 go: finding github.com/go-critic/go-critic v0.4.1 [2021-03-19T20:57:19.896Z] #49 43.91 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-03-19T20:57:19.896Z] #49 43.95 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-03-19T20:57:19.896Z] #49 43.99 go: finding github.com/sirupsen/logrus v1.4.2 [2021-03-19T20:57:19.896Z] #49 43.99 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-03-19T20:57:19.896Z] #49 44.08 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-03-19T20:57:19.896Z] #49 44.08 go: finding github.com/stretchr/testify v1.4.0 [2021-03-19T20:57:19.896Z] #49 44.08 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-03-19T20:57:19.896Z] #49 44.08 go: finding github.com/spf13/viper v1.6.1 [2021-03-19T20:57:19.896Z] #49 44.08 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-03-19T20:57:19.896Z] #49 44.08 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-03-19T20:57:19.896Z] #49 44.15 go: finding github.com/davecgh/go-spew v1.1.1 [2021-03-19T20:57:19.896Z] #49 44.23 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-03-19T20:57:19.896Z] #49 44.23 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-03-19T20:57:19.896Z] #49 44.29 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-19T20:57:19.896Z] #49 44.29 go: finding github.com/stretchr/objx v0.2.0 [2021-03-19T20:57:19.896Z] #49 44.33 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-03-19T20:57:19.896Z] #49 44.41 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-03-19T20:57:19.896Z] #49 44.41 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-19T20:57:19.896Z] #49 44.62 go: finding github.com/gobwas/glob v0.2.3 [2021-03-19T20:57:19.896Z] #49 44.62 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-03-19T20:57:19.896Z] #49 44.62 go: finding github.com/spf13/cobra v0.0.5 [2021-03-19T20:57:19.896Z] #49 44.73 go: finding github.com/hashicorp/hcl v1.0.0 [2021-03-19T20:57:19.896Z] #49 44.73 go: finding github.com/spf13/pflag v1.0.5 [2021-03-19T20:57:19.896Z] #49 44.77 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-19T20:57:19.896Z] #49 44.88 go: finding github.com/magiconair/properties v1.8.1 [2021-03-19T20:57:19.896Z] #49 44.93 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-19T20:57:19.896Z] #49 44.93 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-03-19T20:57:19.896Z] #49 45.00 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-19T20:57:19.896Z] #49 45.00 go: finding github.com/pelletier/go-toml v1.2.0 [2021-03-19T20:57:19.897Z] #49 45.02 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-19T20:57:19.897Z] #49 45.09 go: finding github.com/spf13/afero v1.1.2 [2021-03-19T20:57:19.897Z] #49 45.09 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-19T20:57:19.897Z] #49 45.09 go: finding github.com/spf13/cast v1.3.0 [2021-03-19T20:57:19.897Z] #49 45.09 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-19T20:57:19.897Z] #49 45.09 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-03-19T20:57:19.897Z] #49 45.13 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-19T20:57:19.897Z] #49 45.17 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-19T20:57:19.897Z] #49 45.22 go: finding github.com/subosito/gotenv v1.2.0 [2021-03-19T20:57:19.897Z] #49 45.26 go: finding golang.org/x/text v0.3.2 [2021-03-19T20:57:19.897Z] #49 45.28 go: finding gopkg.in/ini.v1 v1.51.0 [2021-03-19T20:57:19.897Z] #49 45.39 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-19T20:57:19.897Z] #49 45.56 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-19T20:57:19.897Z] #49 45.57 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-19T20:57:19.897Z] #49 45.60 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-19T20:57:19.897Z] #49 45.60 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-19T20:57:19.897Z] #49 45.67 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-19T20:57:19.897Z] #49 45.69 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-19T20:57:19.897Z] #49 45.74 go: finding github.com/kisielk/gotool v1.0.0 [2021-03-19T20:57:19.897Z] #49 45.74 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-19T20:57:19.897Z] #49 45.74 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-19T20:57:19.897Z] #49 45.76 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-19T20:57:19.897Z] #49 45.76 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-19T20:57:19.897Z] #49 45.77 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-03-19T20:57:19.897Z] #49 45.81 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-19T20:57:19.897Z] #49 45.81 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-19T20:57:19.897Z] #49 45.81 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-19T20:57:19.897Z] #49 45.81 go: finding github.com/ultraware/funlen v0.0.2 [2021-03-19T20:57:19.897Z] #49 45.83 go: finding github.com/ultraware/whitespace v0.0.4 [2021-03-19T20:57:19.897Z] #49 45.83 go: finding github.com/uudashr/gocognit v1.0.1 [2021-03-19T20:57:19.897Z] #49 45.93 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-19T20:57:19.897Z] #49 45.93 go: finding github.com/gogo/protobuf v1.2.1 [2021-03-19T20:57:19.897Z] #49 46.18 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-19T20:57:19.897Z] #49 46.27 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-19T20:57:19.897Z] #49 46.28 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-19T20:57:19.897Z] #49 46.32 go: finding github.com/BurntSushi/toml v0.3.1 [2021-03-19T20:57:19.897Z] #49 46.36 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-19T20:57:20.141Z] #38 0.317 + RM_GOPATH=0 [2021-03-19T20:57:20.395Z] #18 DONE 1.1s [2021-03-19T20:57:20.395Z] [2021-03-19T20:57:20.395Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:57:20.395Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:57:20.395Z] #43 53.25 CC compel/src/lib/ptrace.o [2021-03-19T20:57:20.395Z] #43 53.93 AR compel/libcompel.a [2021-03-19T20:57:20.395Z] #43 54.15 HOSTCC compel/src/main-host.o [2021-03-19T20:57:20.395Z] #43 54.68 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2021-03-19T20:57:20.395Z] #43 54.97 HOSTCC compel/src/lib/handle-elf-host.o [2021-03-19T20:57:20.395Z] #43 55.60 HOSTCC compel/src/lib/log-host.o [2021-03-19T20:57:20.395Z] #43 55.89 HOSTLINK compel/compel-host-bin [2021-03-19T20:57:20.395Z] #43 56.12 DEP soccr/soccr.d [2021-03-19T20:57:20.395Z] #43 56.34 CC soccr/soccr.o [2021-03-19T20:57:20.395Z] #43 58.24 AR soccr/libsoccr.a [2021-03-19T20:57:20.395Z] #43 58.34 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-19T20:57:20.444Z] #38 0.324 + TMP_GOPATH= [2021-03-19T20:57:20.444Z] #38 0.326 + : /build [2021-03-19T20:57:20.444Z] #38 0.327 + '[' -z '' ']' [2021-03-19T20:57:20.444Z] #38 0.328 ++ mktemp -d [2021-03-19T20:57:20.444Z] #38 0.331 + export GOPATH=/tmp/tmp.s24Pao6op8 [2021-03-19T20:57:20.444Z] #38 0.332 + GOPATH=/tmp/tmp.s24Pao6op8 [2021-03-19T20:57:20.444Z] #38 0.336 + RM_GOPATH=1 [2021-03-19T20:57:20.444Z] #38 0.337 + case "$(go env GOARCH)" in [2021-03-19T20:57:20.444Z] #38 0.339 ++ go env GOARCH [2021-03-19T20:57:20.444Z] #38 0.349 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:57:20.444Z] #38 0.352 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:57:20.444Z] #38 0.353 ++ dirname /tmp/install/install.sh [2021-03-19T20:57:20.444Z] #38 0.368 + dir=/tmp/install [2021-03-19T20:57:20.444Z] #38 0.372 + bin=tini [2021-03-19T20:57:20.444Z] #38 0.372 + shift [2021-03-19T20:57:20.444Z] #38 0.372 + '[' '!' -f /tmp/install/tini.installer ']' [2021-03-19T20:57:20.444Z] #38 0.373 + . /tmp/install/tini.installer [2021-03-19T20:57:20.444Z] #38 0.380 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-19T20:57:20.444Z] #38 0.381 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-19T20:57:20.444Z] #38 0.381 + install_tini [2021-03-19T20:57:20.444Z] #38 0.381 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-03-19T20:57:20.444Z] #38 0.381 + git clone https://github.com/krallin/tini.git /tmp/tmp.s24Pao6op8/tini [2021-03-19T20:57:20.444Z] #38 0.383 Cloning into '/tmp/tmp.s24Pao6op8/tini'... [2021-03-19T20:57:20.650Z] #43 58.79 DEP criu/arch/x86/sigframe.d [2021-03-19T20:57:20.838Z] #49 ... [2021-03-19T20:57:20.838Z] [2021-03-19T20:57:20.838Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:57:20.838Z] #45 sha256:9df4444049aad817e1475f1ac1fdf7e8274ee4a1b46c939a92dae5960035473a [2021-03-19T20:57:20.838Z] #45 47.55 bufio [2021-03-19T20:57:20.905Z] #43 58.89 DEP criu/arch/x86/sigaction_compat.d [2021-03-19T20:57:20.976Z] #51 ... [2021-03-19T20:57:20.976Z] [2021-03-19T20:57:20.976Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:57:20.976Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:57:20.976Z] #13 17.93 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-19T20:57:20.976Z] #13 ... [2021-03-19T20:57:20.976Z] [2021-03-19T20:57:20.976Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-19T20:57:20.976Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-19T20:57:20.977Z] #40 32.51 Checking out files: 77% (1308/1682) Checking out files: 78% (1312/1682) Checking out files: 79% (1329/1682) Checking out files: 80% (1346/1682) Checking out files: 81% (1363/1682) Checking out files: 82% (1380/1682) Checking out files: 83% (1397/1682) Checking out files: 84% (1413/1682) Checking out files: 85% (1430/1682) Checking out files: 86% (1447/1682) Checking out files: 87% (1464/1682) Checking out files: 88% (1481/1682) Checking out files: 89% (1497/1682) Checking out files: 90% (1514/1682) Checking out files: 91% (1531/1682) Checking out files: 92% (1548/1682) Checking out files: 93% (1565/1682) Checking out files: 94% (1582/1682) Checking out files: 95% (1598/1682) Checking out files: 96% (1615/1682) Checking out files: 97% (1632/1682) Checking out files: 98% (1649/1682) Checking out files: 99% (1666/1682) Checking out files: 100% (1682/1682) Checking out files: 100% (1682/1682), done. [2021-03-19T20:57:20.977Z] #40 32.99 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-03-19T20:57:21.165Z] #43 59.04 DEP criu/arch/x86/kerndat.d [2021-03-19T20:57:21.165Z] #43 59.16 DEP criu/arch/x86/crtools.d [2021-03-19T20:57:21.322Z] #49 ... [2021-03-19T20:57:21.322Z] [2021-03-19T20:57:21.322Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-19T20:57:21.322Z] #34 sha256:ba890707e73ea5f286488af78044c544b4435d8418e9ce43a87726e9fbbaad59 [2021-03-19T20:57:21.322Z] #34 59.40 internal/reflectlite [2021-03-19T20:57:21.322Z] #34 59.41 sync [2021-03-19T20:57:21.322Z] #34 63.78 errors [2021-03-19T20:57:21.322Z] #34 63.80 sort [2021-03-19T20:57:21.322Z] #34 64.48 strconv [2021-03-19T20:57:21.322Z] #34 65.84 io [2021-03-19T20:57:21.322Z] #34 68.05 internal/oserror [2021-03-19T20:57:21.322Z] #34 68.36 syscall [2021-03-19T20:57:21.322Z] #34 ... [2021-03-19T20:57:21.322Z] [2021-03-19T20:57:21.322Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:57:21.322Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-19T20:57:21.322Z] #42 66.15 debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:57:21.322Z] #42 66.61 Fetched 4095 kB in 1s (4404 kB/s) [2021-03-19T20:57:21.322Z] #42 66.86 Selecting previously unselected package libcap-dev:amd64. [2021-03-19T20:57:21.322Z] #42 66.86 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-19T20:57:21.322Z] #42 66.96 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2021-03-19T20:57:21.322Z] #42 66.98 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2021-03-19T20:57:21.322Z] #42 67.27 Selecting previously unselected package libnet1:amd64. [2021-03-19T20:57:21.322Z] #42 67.27 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-03-19T20:57:21.322Z] #42 67.34 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-19T20:57:21.322Z] #42 67.53 Selecting previously unselected package libnet1-dev. [2021-03-19T20:57:21.322Z] #42 67.54 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2021-03-19T20:57:21.322Z] #42 67.60 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-19T20:57:21.322Z] #42 67.94 Selecting previously unselected package libnl-3-200:amd64. [2021-03-19T20:57:21.322Z] #42 67.94 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2021-03-19T20:57:21.322Z] #42 67.95 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-03-19T20:57:21.322Z] #42 68.14 Selecting previously unselected package libnl-3-dev:amd64. [2021-03-19T20:57:21.322Z] #42 68.14 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2021-03-19T20:57:21.322Z] #42 68.14 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2021-03-19T20:57:21.322Z] #42 68.65 Selecting previously unselected package libprotobuf-c1:amd64. [2021-03-19T20:57:21.322Z] #42 68.65 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-03-19T20:57:21.322Z] #42 68.68 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-19T20:57:21.322Z] #42 68.92 Selecting previously unselected package libprotobuf-c-dev:amd64. [2021-03-19T20:57:21.322Z] #42 68.92 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2021-03-19T20:57:21.322Z] #42 68.94 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-03-19T20:57:21.322Z] #42 69.17 Selecting previously unselected package zlib1g-dev:amd64. [2021-03-19T20:57:21.322Z] #42 69.20 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2021-03-19T20:57:21.322Z] #42 69.21 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-03-19T20:57:21.322Z] #42 69.61 Selecting previously unselected package libprotobuf17:amd64. [2021-03-19T20:57:21.322Z] #42 69.62 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-03-19T20:57:21.322Z] #42 69.63 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-03-19T20:57:21.421Z] #43 ... [2021-03-19T20:57:21.421Z] [2021-03-19T20:57:21.421Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-03-19T20:57:21.421Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-03-19T20:57:21.421Z] #19 DONE 1.1s [2021-03-19T20:57:21.421Z] [2021-03-19T20:57:21.421Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:57:21.421Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:57:21.421Z] #43 59.29 DEP criu/arch/x86/cpu.d [2021-03-19T20:57:21.421Z] #43 ... [2021-03-19T20:57:21.421Z] [2021-03-19T20:57:21.421Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-19T20:57:21.421Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-19T20:57:21.509Z] #38 1.485 + cd /tmp/tmp.s24Pao6op8/tini [2021-03-19T20:57:21.509Z] #38 1.485 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-19T20:57:21.509Z] #38 1.531 + cmake . [2021-03-19T20:57:21.547Z] #40 ... [2021-03-19T20:57:21.547Z] [2021-03-19T20:57:21.547Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:57:21.547Z] #49 sha256:c7a472f37232132d0f31b820187304080713900814e44b6fb27d74f662c96107 [2021-03-19T20:57:21.547Z] #49 24.78 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-19T20:57:21.547Z] #49 24.81 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-19T20:57:21.547Z] #49 24.90 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-19T20:57:21.547Z] #49 24.97 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-19T20:57:21.547Z] #49 24.98 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-19T20:57:21.547Z] #49 25.00 go: downloading github.com/spf13/afero v1.1.2 [2021-03-19T20:57:21.547Z] #49 25.13 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-19T20:57:21.547Z] #49 25.30 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-03-19T20:57:21.547Z] #49 25.48 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-19T20:57:21.547Z] #49 25.48 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-03-19T20:57:21.547Z] #49 25.62 go: extracting github.com/spf13/afero v1.1.2 [2021-03-19T20:57:21.547Z] #49 25.66 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-03-19T20:57:21.547Z] #49 25.67 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-19T20:57:21.547Z] #49 25.71 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-03-19T20:57:21.547Z] #49 25.79 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-03-19T20:57:21.547Z] #49 25.99 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-03-19T20:57:21.547Z] #49 25.99 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-19T20:57:21.547Z] #49 26.08 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-19T20:57:21.547Z] #49 26.17 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-19T20:57:21.547Z] #49 26.18 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-03-19T20:57:21.547Z] #49 26.25 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-03-19T20:57:21.547Z] #49 26.29 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-19T20:57:21.547Z] #49 26.35 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-19T20:57:21.547Z] #49 27.09 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-19T20:57:21.547Z] #49 27.45 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-19T20:57:21.547Z] #49 27.50 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-03-19T20:57:21.547Z] #49 27.54 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-03-19T20:57:21.547Z] #49 27.54 go: downloading github.com/spf13/cast v1.3.0 [2021-03-19T20:57:21.547Z] #49 27.57 go: extracting github.com/spf13/cast v1.3.0 [2021-03-19T20:57:21.547Z] #49 31.23 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-19T20:57:21.547Z] #49 31.25 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-03-19T20:57:21.547Z] #49 31.26 go: downloading github.com/ultraware/funlen v0.0.2 [2021-03-19T20:57:21.547Z] #49 31.26 go: downloading golang.org/x/text v0.3.2 [2021-03-19T20:57:21.547Z] #49 31.26 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-19T20:57:21.547Z] #49 31.27 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-03-19T20:57:21.547Z] #49 31.33 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-19T20:57:21.547Z] #49 31.36 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-19T20:57:21.547Z] #49 31.39 go: downloading github.com/subosito/gotenv v1.2.0 [2021-03-19T20:57:21.547Z] #49 31.40 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-03-19T20:57:21.547Z] #49 31.45 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-03-19T20:57:21.547Z] #49 31.66 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-03-19T20:57:21.547Z] #49 31.73 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-19T20:57:21.547Z] #49 31.78 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-19T20:57:21.547Z] #49 31.83 go: extracting github.com/ultraware/funlen v0.0.2 [2021-03-19T20:57:21.547Z] #49 31.83 go: downloading github.com/kisielk/gotool v1.0.0 [2021-03-19T20:57:21.547Z] #49 31.84 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-19T20:57:21.547Z] #49 31.84 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-19T20:57:21.547Z] #49 31.93 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-03-19T20:57:21.548Z] #49 32.05 go: extracting github.com/subosito/gotenv v1.2.0 [2021-03-19T20:57:21.548Z] #49 32.08 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-19T20:57:21.548Z] #49 32.10 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-03-19T20:57:21.548Z] #49 32.29 go: extracting github.com/kisielk/gotool v1.0.0 [2021-03-19T20:57:21.548Z] #49 32.30 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-19T20:57:21.548Z] #49 32.42 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-19T20:57:21.548Z] #49 32.66 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-19T20:57:21.548Z] #49 32.66 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-19T20:57:21.548Z] #49 32.82 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-03-19T20:57:21.548Z] #49 32.82 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-19T20:57:21.548Z] #49 32.84 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-03-19T20:57:21.548Z] #49 32.87 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-19T20:57:21.548Z] #49 33.03 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-19T20:57:21.548Z] #49 33.15 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-19T20:57:21.548Z] #49 33.44 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-19T20:57:21.548Z] #49 33.51 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-19T20:57:21.548Z] #49 33.54 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-03-19T20:57:21.548Z] #49 33.60 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-03-19T20:57:21.548Z] #49 33.74 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-19T20:57:21.548Z] #49 33.74 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-03-19T20:57:21.548Z] #49 34.07 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-19T20:57:21.548Z] #49 34.33 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-03-19T20:57:21.548Z] #49 34.47 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-19T20:57:21.548Z] #49 34.49 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-19T20:57:21.548Z] #49 34.99 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-03-19T20:57:21.750Z] #29 28.79 0.0% # 1.4% ##### 7.1% ######## 11.7% ########## 14.6% ############## 19.6% ############## 19.7% ################# 24.0% ################# 24.4% ##################### 29.3% ##################### 29.3% ###################### 31.9% ######################### 35.2% ############################# 41.0% ############################## 42.9% ################################## 48.3% ################################### 49.3% ###################################### 53.8% ########################################## 59.0% ############################################# 63.8% ################################################### 71.0% ##################################################### 73.8% ##################################################### 74.3% ######################################################## 78.9% ######################################################## 78.9% ############################################################### 88.5% #################################################################### 94.5% ####################################################################### 99.5% ######################################################################## 100.0% [2021-03-19T20:57:21.807Z] #45 48.42 reflect [2021-03-19T20:57:21.808Z] #49 35.06 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-03-19T20:57:21.808Z] #49 35.06 go: downloading github.com/stretchr/objx v0.2.0 [2021-03-19T20:57:21.808Z] #49 ... [2021-03-19T20:57:21.808Z] [2021-03-19T20:57:21.808Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:57:21.808Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-19T20:57:21.808Z] #36 35.26 Fetched 8424 kB in 26s (320 kB/s) [2021-03-19T20:57:22.016Z] #29 33.01 [2021-03-19T20:57:22.067Z] #45 ... [2021-03-19T20:57:22.067Z] [2021-03-19T20:57:22.067Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-03-19T20:57:22.067Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-19T20:57:22.067Z] #55 34.75 Reading package lists... [2021-03-19T20:57:22.067Z] #55 41.47 Building dependency tree... [2021-03-19T20:57:22.067Z] #55 45.27 The following additional packages will be installed: [2021-03-19T20:57:22.067Z] #55 45.28 libbtrfs0 [2021-03-19T20:57:22.067Z] #55 45.48 The following NEW packages will be installed: [2021-03-19T20:57:22.067Z] #55 45.48 libbtrfs-dev libbtrfs0 [2021-03-19T20:57:22.067Z] #55 45.83 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded. [2021-03-19T20:57:22.067Z] #55 45.83 Need to get 119 kB of archives. [2021-03-19T20:57:22.067Z] #55 45.83 After this operation, 387 kB of additional disk space will be used. [2021-03-19T20:57:22.067Z] #55 45.83 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-03-19T20:57:22.067Z] #55 45.83 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-03-19T20:57:22.067Z] #55 47.08 debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:57:22.067Z] #55 47.27 Fetched 119 kB in 0s (433 kB/s) [2021-03-19T20:57:22.067Z] #55 47.43 Selecting previously unselected package libbtrfs0. [2021-03-19T20:57:22.067Z] #55 47.43 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-19T20:57:22.067Z] #55 47.46 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-03-19T20:57:22.067Z] #55 47.49 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-19T20:57:22.067Z] #55 47.62 Selecting previously unselected package libbtrfs-dev. [2021-03-19T20:57:22.067Z] #55 47.62 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-03-19T20:57:22.067Z] #55 47.64 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-19T20:57:22.067Z] #55 47.91 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-19T20:57:22.067Z] #55 47.94 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-19T20:57:22.067Z] #55 47.95 Processing triggers for libc-bin (2.28-10) ... [2021-03-19T20:57:22.067Z] #55 DONE 48.5s [2021-03-19T20:57:22.067Z] [2021-03-19T20:57:22.067Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:57:22.067Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-19T20:57:22.067Z] #42 33.03 Reading package lists... [2021-03-19T20:57:22.067Z] #42 40.06 Building dependency tree... [2021-03-19T20:57:22.067Z] #42 43.83 The following additional packages will be installed: [2021-03-19T20:57:22.067Z] #42 43.89 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-03-19T20:57:22.067Z] #42 43.89 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-03-19T20:57:22.067Z] #42 43.89 Suggested packages: [2021-03-19T20:57:22.067Z] #42 43.89 manpages-dev python-setuptools [2021-03-19T20:57:22.067Z] #42 45.18 The following NEW packages will be installed: [2021-03-19T20:57:22.067Z] #42 45.22 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-03-19T20:57:22.067Z] #42 45.22 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-03-19T20:57:22.067Z] #42 45.22 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-03-19T20:57:22.067Z] #42 45.22 python-six zlib1g-dev [2021-03-19T20:57:22.067Z] #42 45.67 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded. [2021-03-19T20:57:22.067Z] #42 45.67 Need to get 4095 kB of archives. [2021-03-19T20:57:22.067Z] #42 45.67 After this operation, 22.5 MB of additional disk space will be used. [2021-03-19T20:57:22.067Z] #42 45.67 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2021-03-19T20:57:22.067Z] #42 45.67 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-03-19T20:57:22.067Z] #42 45.69 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2021-03-19T20:57:22.067Z] #42 45.69 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-03-19T20:57:22.067Z] #42 45.74 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2021-03-19T20:57:22.067Z] #42 45.74 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-03-19T20:57:22.067Z] #42 45.74 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2021-03-19T20:57:22.067Z] #42 45.74 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2021-03-19T20:57:22.068Z] #42 45.76 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-03-19T20:57:22.068Z] #42 45.87 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2021-03-19T20:57:22.068Z] #42 45.91 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2021-03-19T20:57:22.068Z] #42 46.01 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2021-03-19T20:57:22.068Z] #42 46.09 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2021-03-19T20:57:22.068Z] #42 46.11 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2021-03-19T20:57:22.068Z] #42 46.11 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-03-19T20:57:22.068Z] #42 46.15 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2021-03-19T20:57:22.068Z] #42 46.15 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2021-03-19T20:57:22.068Z] #42 47.38 debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:57:22.068Z] #42 47.62 Fetched 4095 kB in 1s (5162 kB/s) [2021-03-19T20:57:22.068Z] #42 47.76 Selecting previously unselected package libcap-dev:amd64. [2021-03-19T20:57:22.068Z] #42 47.76 (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.) [2021-03-19T20:57:22.068Z] #42 47.84 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2021-03-19T20:57:22.068Z] #42 47.84 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2021-03-19T20:57:22.068Z] #42 47.97 Selecting previously unselected package libnet1:amd64. [2021-03-19T20:57:22.068Z] #42 47.99 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-03-19T20:57:22.068Z] #42 48.00 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-19T20:57:22.068Z] #42 48.16 Selecting previously unselected package libnet1-dev. [2021-03-19T20:57:22.068Z] #42 48.19 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2021-03-19T20:57:22.068Z] #42 48.19 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-19T20:57:22.068Z] #42 48.45 Selecting previously unselected package libnl-3-200:amd64. [2021-03-19T20:57:22.068Z] #42 48.49 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2021-03-19T20:57:22.068Z] #42 48.49 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-03-19T20:57:22.068Z] #42 48.63 Selecting previously unselected package libnl-3-dev:amd64. [2021-03-19T20:57:22.068Z] #42 48.63 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2021-03-19T20:57:22.068Z] #42 48.69 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2021-03-19T20:57:22.328Z] #42 49.02 Selecting previously unselected package libprotobuf-c1:amd64. [2021-03-19T20:57:22.328Z] #42 49.02 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-03-19T20:57:22.328Z] #42 49.03 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-19T20:57:22.579Z] #38 2.386 -- The C compiler identification is GNU 8.3.0 [2021-03-19T20:57:22.579Z] #38 2.484 -- Check for working C compiler: /usr/bin/cc [2021-03-19T20:57:22.590Z] #42 49.18 Selecting previously unselected package libprotobuf-c-dev:amd64. [2021-03-19T20:57:22.590Z] #42 49.18 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2021-03-19T20:57:22.590Z] #42 49.20 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-03-19T20:57:22.590Z] #42 49.33 Selecting previously unselected package zlib1g-dev:amd64. [2021-03-19T20:57:22.590Z] #42 49.33 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2021-03-19T20:57:22.590Z] #42 49.35 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-03-19T20:57:22.597Z] #29 33.80 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-03-19T20:57:22.703Z] #42 70.79 Selecting previously unselected package libprotobuf-lite17:amd64. [2021-03-19T20:57:22.703Z] #42 70.79 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2021-03-19T20:57:22.703Z] #42 70.85 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-03-19T20:57:22.703Z] #42 ... [2021-03-19T20:57:22.703Z] [2021-03-19T20:57:22.703Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:57:22.703Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-19T20:57:22.703Z] #36 60.81 The following NEW packages will be installed: [2021-03-19T20:57:22.703Z] #36 60.86 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-03-19T20:57:22.703Z] #36 60.86 vim-common xxd [2021-03-19T20:57:22.703Z] #36 61.46 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded. [2021-03-19T20:57:22.703Z] #36 61.46 Need to get 14.9 MB of archives. [2021-03-19T20:57:22.703Z] #36 61.46 After this operation, 61.8 MB of additional disk space will be used. [2021-03-19T20:57:22.703Z] #36 61.46 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-03-19T20:57:22.703Z] #36 61.49 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-03-19T20:57:22.703Z] #36 61.50 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-03-19T20:57:22.703Z] #36 61.75 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-03-19T20:57:22.703Z] #36 63.17 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-03-19T20:57:22.703Z] #36 63.20 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-03-19T20:57:22.703Z] #36 63.26 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-03-19T20:57:22.703Z] #36 63.28 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-03-19T20:57:22.704Z] #36 63.29 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-03-19T20:57:22.704Z] #36 63.31 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-03-19T20:57:22.704Z] #36 65.55 debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:57:22.704Z] #36 65.95 Fetched 14.9 MB in 3s (5611 kB/s) [2021-03-19T20:57:22.704Z] #36 66.19 Selecting previously unselected package xxd. [2021-03-19T20:57:22.704Z] #36 66.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.) [2021-03-19T20:57:22.704Z] #36 66.24 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-03-19T20:57:22.704Z] #36 66.33 Unpacking xxd (2:8.1.0875-5) ... [2021-03-19T20:57:22.704Z] #36 66.84 Selecting previously unselected package vim-common. [2021-03-19T20:57:22.704Z] #36 66.85 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-19T20:57:22.704Z] #36 66.93 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-19T20:57:22.704Z] #36 67.61 Selecting previously unselected package cmake-data. [2021-03-19T20:57:22.704Z] #36 67.61 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-03-19T20:57:22.704Z] #36 67.77 Unpacking cmake-data (3.13.4-1) ... [2021-03-19T20:57:22.704Z] #36 ... [2021-03-19T20:57:22.704Z] [2021-03-19T20:57:22.704Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-19T20:57:22.704Z] #34 sha256:ba890707e73ea5f286488af78044c544b4435d8418e9ce43a87726e9fbbaad59 [2021-03-19T20:57:22.704Z] #34 71.00 reflect [2021-03-19T20:57:22.852Z] #42 ... [2021-03-19T20:57:22.852Z] [2021-03-19T20:57:22.852Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:57:22.852Z] #45 sha256:9df4444049aad817e1475f1ac1fdf7e8274ee4a1b46c939a92dae5960035473a [2021-03-19T20:57:22.852Z] #45 49.45 syscall [2021-03-19T20:57:22.862Z] #29 34.06 [2021-03-19T20:57:23.225Z] #38 3.183 -- Check for working C compiler: /usr/bin/cc -- works [2021-03-19T20:57:23.225Z] #38 3.186 -- Detecting C compiler ABI info [2021-03-19T20:57:23.234Z] #29 34.39 ######################################################################## 100.0% [2021-03-19T20:57:23.307Z] #20 1.521 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-03-19T20:57:23.307Z] #20 1.569 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-19T20:57:23.307Z] #20 1.570 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-19T20:57:23.307Z] #20 1.570 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-19T20:57:23.423Z] #45 ... [2021-03-19T20:57:23.423Z] [2021-03-19T20:57:23.423Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:57:23.423Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-19T20:57:23.423Z] #36 33.35 Reading package lists... [2021-03-19T20:57:23.423Z] #36 40.23 Building dependency tree... [2021-03-19T20:57:23.423Z] #36 44.15 The following additional packages will be installed: [2021-03-19T20:57:23.423Z] #36 44.15 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-03-19T20:57:23.423Z] #36 44.15 Suggested packages: [2021-03-19T20:57:23.423Z] #36 44.15 cmake-doc ninja-build lrzip [2021-03-19T20:57:23.423Z] #36 44.15 Recommended packages: [2021-03-19T20:57:23.423Z] #36 44.15 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-03-19T20:57:23.423Z] #36 45.22 The following NEW packages will be installed: [2021-03-19T20:57:23.423Z] #36 45.23 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-03-19T20:57:23.423Z] #36 45.25 vim-common xxd [2021-03-19T20:57:23.423Z] #36 45.67 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded. [2021-03-19T20:57:23.423Z] #36 45.67 Need to get 14.9 MB of archives. [2021-03-19T20:57:23.423Z] #36 45.67 After this operation, 61.8 MB of additional disk space will be used. [2021-03-19T20:57:23.423Z] #36 45.67 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-03-19T20:57:23.423Z] #36 45.69 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-03-19T20:57:23.423Z] #36 45.74 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-03-19T20:57:23.423Z] #36 45.89 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-03-19T20:57:23.423Z] #36 46.75 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-03-19T20:57:23.423Z] #36 46.80 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-03-19T20:57:23.423Z] #36 46.84 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-03-19T20:57:23.423Z] #36 46.85 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-03-19T20:57:23.423Z] #36 46.85 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-03-19T20:57:23.423Z] #36 46.88 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-03-19T20:57:23.423Z] #36 48.37 debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:57:23.423Z] #36 48.69 Fetched 14.9 MB in 2s (8101 kB/s) [2021-03-19T20:57:23.423Z] #36 48.86 Selecting previously unselected package xxd. [2021-03-19T20:57:23.423Z] #36 48.86 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-19T20:57:23.423Z] #36 48.90 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-03-19T20:57:23.423Z] #36 48.90 Unpacking xxd (2:8.1.0875-5) ... [2021-03-19T20:57:23.423Z] #36 49.14 Selecting previously unselected package vim-common. [2021-03-19T20:57:23.423Z] #36 49.14 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-19T20:57:23.423Z] #36 49.21 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-19T20:57:23.423Z] #36 49.55 Selecting previously unselected package cmake-data. [2021-03-19T20:57:23.423Z] #36 49.55 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-03-19T20:57:23.423Z] #36 49.56 Unpacking cmake-data (3.13.4-1) ... [2021-03-19T20:57:23.423Z] #36 ... [2021-03-19T20:57:23.423Z] [2021-03-19T20:57:23.423Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:57:23.423Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-19T20:57:23.423Z] #42 49.61 Selecting previously unselected package libprotobuf17:amd64. [2021-03-19T20:57:23.423Z] #42 49.61 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-03-19T20:57:23.423Z] #42 49.62 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-03-19T20:57:23.500Z] #29 34.51 [2021-03-19T20:57:23.501Z] #29 ... [2021-03-19T20:57:23.501Z] [2021-03-19T20:57:23.501Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:57:23.501Z] #51 sha256:0811b4bae58ebeea9cd35702e1f36c3c870b703929ecc4654f5442dd6d3541fb [2021-03-19T20:57:23.501Z] #51 39.86 syscall [2021-03-19T20:57:23.501Z] #51 39.86 reflect [2021-03-19T20:57:23.501Z] #51 39.87 strings [2021-03-19T20:57:23.501Z] #51 39.93 bufio [2021-03-19T20:57:23.501Z] #51 43.91 regexp/syntax [2021-03-19T20:57:23.501Z] #51 46.24 time [2021-03-19T20:57:23.501Z] #51 47.70 regexp [2021-03-19T20:57:23.501Z] #51 49.90 encoding/binary [2021-03-19T20:57:23.501Z] #51 ... [2021-03-19T20:57:23.501Z] [2021-03-19T20:57:23.501Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:57:23.501Z] #49 sha256:f36e8795bd7341ad5a13b06ccf9ea591edb13a4017ac2f16c5a0e2a0dede854d [2021-03-19T20:57:23.501Z] #49 44.04 go: finding github.com/fatih/color v1.7.0 [2021-03-19T20:57:23.501Z] #49 44.10 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-19T20:57:23.501Z] #49 44.28 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-19T20:57:23.501Z] #49 44.29 go: finding github.com/go-critic/go-critic v0.4.1 [2021-03-19T20:57:23.501Z] #49 44.82 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-03-19T20:57:23.501Z] #49 44.83 go: finding github.com/pkg/errors v0.8.1 [2021-03-19T20:57:23.501Z] #49 44.85 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-03-19T20:57:23.501Z] #49 44.85 go: finding github.com/mattn/go-colorable v0.1.4 [2021-03-19T20:57:23.501Z] #49 44.89 go: finding github.com/mattn/go-isatty v0.0.8 [2021-03-19T20:57:23.501Z] #49 44.90 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-03-19T20:57:23.501Z] #49 44.90 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-03-19T20:57:23.501Z] #49 45.05 go: finding github.com/spf13/viper v1.6.1 [2021-03-19T20:57:23.501Z] #49 45.54 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-03-19T20:57:23.501Z] #49 45.60 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-03-19T20:57:23.501Z] #49 45.60 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-03-19T20:57:23.501Z] #49 45.62 go: finding github.com/sirupsen/logrus v1.4.2 [2021-03-19T20:57:23.501Z] #49 45.74 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-19T20:57:23.501Z] #49 46.13 go: finding github.com/stretchr/testify v1.4.0 [2021-03-19T20:57:23.501Z] #49 46.14 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-03-19T20:57:23.501Z] #49 46.16 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-19T20:57:23.501Z] #49 46.21 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-19T20:57:23.501Z] #49 46.22 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-03-19T20:57:23.501Z] #49 46.32 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-03-19T20:57:23.501Z] #49 46.32 go: finding github.com/spf13/cobra v0.0.5 [2021-03-19T20:57:23.501Z] #49 46.33 go: finding github.com/davecgh/go-spew v1.1.1 [2021-03-19T20:57:23.501Z] #49 46.38 go: finding github.com/hashicorp/hcl v1.0.0 [2021-03-19T20:57:23.501Z] #49 46.39 go: finding github.com/gobwas/glob v0.2.3 [2021-03-19T20:57:23.501Z] #49 46.45 go: finding github.com/spf13/pflag v1.0.5 [2021-03-19T20:57:23.501Z] #49 46.52 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-19T20:57:23.501Z] #49 46.53 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-03-19T20:57:23.501Z] #49 46.89 go: finding github.com/magiconair/properties v1.8.1 [2021-03-19T20:57:23.501Z] #49 46.90 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-19T20:57:23.501Z] #49 46.91 go: finding github.com/stretchr/objx v0.2.0 [2021-03-19T20:57:23.501Z] #49 46.91 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-03-19T20:57:23.501Z] #49 46.98 go: finding github.com/pelletier/go-toml v1.2.0 [2021-03-19T20:57:23.501Z] #49 46.98 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-19T20:57:23.501Z] #49 47.12 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-19T20:57:23.501Z] #49 47.14 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-03-19T20:57:23.501Z] #49 47.14 go: finding github.com/spf13/afero v1.1.2 [2021-03-19T20:57:23.501Z] #49 47.69 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-19T20:57:23.501Z] #49 47.71 go: finding github.com/spf13/cast v1.3.0 [2021-03-19T20:57:23.501Z] #49 47.74 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-19T20:57:23.501Z] #49 47.75 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-03-19T20:57:23.501Z] #49 47.82 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-19T20:57:23.501Z] #49 47.83 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-19T20:57:23.501Z] #49 47.91 go: finding github.com/subosito/gotenv v1.2.0 [2021-03-19T20:57:23.501Z] #49 48.13 go: finding golang.org/x/text v0.3.2 [2021-03-19T20:57:23.501Z] #49 48.32 go: finding gopkg.in/ini.v1 v1.51.0 [2021-03-19T20:57:23.501Z] #49 48.53 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-19T20:57:23.501Z] #49 48.54 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-19T20:57:23.501Z] #49 48.54 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-19T20:57:23.501Z] #49 48.73 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-19T20:57:23.501Z] #49 48.91 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-19T20:57:23.501Z] #49 48.92 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-19T20:57:23.501Z] #49 48.92 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-19T20:57:23.501Z] #49 49.15 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-19T20:57:23.501Z] #49 49.30 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-19T20:57:23.501Z] #49 49.31 go: finding github.com/kisielk/gotool v1.0.0 [2021-03-19T20:57:23.501Z] #49 49.31 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-19T20:57:23.501Z] #49 49.31 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-19T20:57:23.501Z] #49 49.83 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-03-19T20:57:23.501Z] #49 49.84 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-19T20:57:23.501Z] #49 49.84 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-19T20:57:23.501Z] #49 49.84 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-19T20:57:23.533Z] #38 ... [2021-03-19T20:57:23.533Z] [2021-03-19T20:57:23.533Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-19T20:57:23.533Z] #33 sha256:ba59694c74ae35466e9aac70d02cc54f7d6e23f684c9a35cfebae8ddb1b44030 [2021-03-19T20:57:23.533Z] #33 53.39 Checking out files: 90% (1381/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. [2021-03-19T20:57:23.533Z] #33 53.84 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-03-19T20:57:23.533Z] #33 54.73 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-19T20:57:23.533Z] #33 ... [2021-03-19T20:57:23.533Z] [2021-03-19T20:57:23.533Z] #14 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:57:23.533Z] #14 sha256:5151d703b769bc35b6bada7e872d6f26a661733fd6a91bb6a69d949f095f4d31 [2021-03-19T20:57:23.533Z] #14 59.61 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-03-19T20:57:23.533Z] #14 59.65 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_ppc64el.deb ... [2021-03-19T20:57:23.533Z] #14 59.65 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-19T20:57:23.533Z] #14 62.44 Selecting previously unselected package binutils-mingw-w64. [2021-03-19T20:57:23.533Z] #14 62.45 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-03-19T20:57:23.533Z] #14 62.45 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-19T20:57:23.533Z] #14 62.58 Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2021-03-19T20:57:23.533Z] #14 62.60 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2021-03-19T20:57:23.533Z] #14 62.62 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2021-03-19T20:57:23.533Z] #14 62.82 Selecting previously unselected package dmsetup. [2021-03-19T20:57:23.533Z] #14 62.82 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_ppc64el.deb ... [2021-03-19T20:57:23.533Z] #14 62.82 Unpacking dmsetup (2:1.02.155-3) ... [2021-03-19T20:57:23.533Z] #14 63.00 Selecting previously unselected package mingw-w64-common. [2021-03-19T20:57:23.533Z] #14 63.00 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-03-19T20:57:23.533Z] #14 63.00 Unpacking mingw-w64-common (6.0.0-3) ... [2021-03-19T20:57:23.563Z] #20 2.120 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [458 kB] [2021-03-19T20:57:23.683Z] #42 50.53 Selecting previously unselected package libprotobuf-lite17:amd64. [2021-03-19T20:57:23.683Z] #42 50.53 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2021-03-19T20:57:23.683Z] #42 50.53 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-03-19T20:57:23.765Z] #49 50.21 go: finding github.com/ultraware/funlen v0.0.2 [2021-03-19T20:57:23.766Z] #49 50.22 go: finding github.com/ultraware/whitespace v0.0.4 [2021-03-19T20:57:23.766Z] #49 50.22 go: finding github.com/uudashr/gocognit v1.0.1 [2021-03-19T20:57:23.766Z] #49 50.27 go: finding github.com/gogo/protobuf v1.2.1 [2021-03-19T20:57:23.944Z] #42 50.73 Selecting previously unselected package libprotobuf-dev:amd64. [2021-03-19T20:57:23.944Z] #42 50.73 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2021-03-19T20:57:23.944Z] #42 50.73 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-03-19T20:57:24.031Z] #49 ... [2021-03-19T20:57:24.031Z] [2021-03-19T20:57:24.031Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-03-19T20:57:24.031Z] #55 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-03-19T20:57:24.031Z] #55 DONE 50.5s [2021-03-19T20:57:24.031Z] [2021-03-19T20:57:24.031Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-03-19T20:57:24.031Z] #67 sha256:e07e730f594c826a70467ecc9a8ca1d757bd8b9d0f207bc7ef1917a2d4597407 [2021-03-19T20:57:24.031Z] #67 DONE 50.5s [2021-03-19T20:57:24.031Z] [2021-03-19T20:57:24.031Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:57:24.031Z] #49 sha256:f36e8795bd7341ad5a13b06ccf9ea591edb13a4017ac2f16c5a0e2a0dede854d [2021-03-19T20:57:24.031Z] #49 50.47 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-19T20:57:24.031Z] #49 50.56 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-19T20:57:24.031Z] #49 ... [2021-03-19T20:57:24.031Z] [2021-03-19T20:57:24.031Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-19T20:57:24.031Z] #56 sha256:eedcbca1921c63a15e651d254d22f55fc477a768367de3dcdddf79881ca7bc62 [2021-03-19T20:57:24.084Z] #34 ... [2021-03-19T20:57:24.084Z] [2021-03-19T20:57:24.084Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:57:24.084Z] #45 sha256:67006e49ecacf95c79a8a79ecf4742c89a06b2be4a211d790cbd334ebffd6eb6 [2021-03-19T20:57:24.084Z] #45 62.51 github.com/LK4D4/vndr/godl/singleflight [2021-03-19T20:57:24.084Z] #45 62.51 internal/reflectlite [2021-03-19T20:57:24.084Z] #45 63.11 math/rand [2021-03-19T20:57:24.085Z] #45 64.66 internal/singleflight [2021-03-19T20:57:24.085Z] #45 66.81 io [2021-03-19T20:57:24.085Z] #45 66.89 strconv [2021-03-19T20:57:24.085Z] #45 68.75 bytes [2021-03-19T20:57:24.085Z] #45 71.59 reflect [2021-03-19T20:57:24.085Z] #45 72.13 bufio [2021-03-19T20:57:24.343Z] #45 ... [2021-03-19T20:57:24.343Z] [2021-03-19T20:57:24.343Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-19T20:57:24.343Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-19T20:57:24.492Z] #20 3.209 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-19T20:57:25.379Z] #32 71.88 Checking out files: 79% (1211/1521) Checking out files: 80% (1217/1521) Checking out files: 81% (1233/1521) Checking out files: 82% (1248/1521) Checking out files: 83% (1263/1521) Checking out files: 84% (1278/1521) Checking out files: 85% (1293/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 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. [2021-03-19T20:57:25.379Z] #32 73.39 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-03-19T20:57:25.560Z] #56 ... [2021-03-19T20:57:25.560Z] [2021-03-19T20:57:25.560Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-19T20:57:25.560Z] #29 sha256:5022901ae8214cd8853276f0bd9e737e378415bcdd77bae71057d2f586e8d936 [2021-03-19T20:57:25.560Z] #29 35.08 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-03-19T20:57:25.560Z] #29 35.39 [2021-03-19T20:57:25.560Z] #29 35.59 ######################################################################## 100.0% [2021-03-19T20:57:25.560Z] #29 35.83 [2021-03-19T20:57:25.560Z] #29 35.92 Download of images into '/build' complete. [2021-03-19T20:57:25.560Z] #29 35.92 Use something like the following to load the result into a Docker daemon: [2021-03-19T20:57:25.560Z] #29 35.92 tar -cC '/build' . | docker load [2021-03-19T20:57:25.560Z] #29 DONE 36.4s [2021-03-19T20:57:25.560Z] [2021-03-19T20:57:25.560Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-03-19T20:57:25.560Z] #47 sha256:105662e89aa750c48831836754d418e43cbcaa0699423d549a800307d015fbc5 [2021-03-19T20:57:25.560Z] #47 DONE 51.8s [2021-03-19T20:57:25.560Z] [2021-03-19T20:57:25.560Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:57:25.560Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-03-19T20:57:25.560Z] #13 38.80 Get:14 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] [2021-03-19T20:57:25.560Z] #13 42.10 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB] [2021-03-19T20:57:25.560Z] #13 42.14 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB] [2021-03-19T20:57:25.560Z] #13 42.14 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2021-03-19T20:57:25.560Z] #13 42.15 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2021-03-19T20:57:25.560Z] #13 42.16 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.155-3 [21.7 kB] [2021-03-19T20:57:25.560Z] #13 42.16 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u6 [110 kB] [2021-03-19T20:57:25.560Z] #13 42.18 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB] [2021-03-19T20:57:25.560Z] #13 42.19 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB] [2021-03-19T20:57:25.560Z] #13 42.27 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB] [2021-03-19T20:57:25.560Z] #13 42.43 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB] [2021-03-19T20:57:25.560Z] #13 42.46 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB] [2021-03-19T20:57:25.560Z] #13 42.49 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB] [2021-03-19T20:57:25.560Z] #13 42.53 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB] [2021-03-19T20:57:25.560Z] #13 42.54 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u6 [322 kB] [2021-03-19T20:57:25.560Z] #13 44.52 debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:57:25.560Z] #13 44.96 Fetched 73.8 MB in 11s (6641 kB/s) [2021-03-19T20:57:25.560Z] #13 45.25 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2021-03-19T20:57:25.560Z] #13 45.41 Preparing to unpack .../libsystemd0_241-7~deb10u6_arm64.deb ... [2021-03-19T20:57:25.560Z] #13 45.48 Unpacking libsystemd0:arm64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-03-19T20:57:25.560Z] #13 ... [2021-03-19T20:57:25.560Z] [2021-03-19T20:57:25.560Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:57:25.560Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-03-19T20:57:25.560Z] #42 41.75 Unpacking libcap-dev:arm64 (1:2.25-2) ... [2021-03-19T20:57:25.560Z] #42 44.78 Selecting previously unselected package libnet1:arm64. [2021-03-19T20:57:25.560Z] #42 44.80 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2021-03-19T20:57:25.560Z] #42 44.85 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-03-19T20:57:25.560Z] #42 46.70 Selecting previously unselected package libnet1-dev. [2021-03-19T20:57:25.560Z] #42 46.71 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_arm64.deb ... [2021-03-19T20:57:25.560Z] #42 46.96 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-19T20:57:25.560Z] #42 50.50 Selecting previously unselected package libnl-3-200:arm64. [2021-03-19T20:57:25.560Z] #42 50.53 Preparing to unpack .../03-libnl-3-200_3.4.0-1_arm64.deb ... [2021-03-19T20:57:25.560Z] #42 50.71 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2021-03-19T20:57:25.560Z] #42 50.97 Selecting previously unselected package libnl-3-dev:arm64. [2021-03-19T20:57:25.560Z] #42 51.00 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_arm64.deb ... [2021-03-19T20:57:25.560Z] #42 51.07 Unpacking libnl-3-dev:arm64 (3.4.0-1) ... [2021-03-19T20:57:25.560Z] #42 51.86 Selecting previously unselected package libprotobuf-c1:arm64. [2021-03-19T20:57:25.561Z] #42 51.86 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2021-03-19T20:57:25.561Z] #42 51.86 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-03-19T20:57:25.561Z] #42 ... [2021-03-19T20:57:25.561Z] [2021-03-19T20:57:25.561Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:57:25.561Z] #51 sha256:0811b4bae58ebeea9cd35702e1f36c3c870b703929ecc4654f5442dd6d3541fb [2021-03-19T20:57:25.561Z] #51 51.38 fmt [2021-03-19T20:57:25.561Z] #51 51.39 path/filepath [2021-03-19T20:57:25.561Z] #51 51.40 mvdan.cc/sh/v3/fileutil [2021-03-19T20:57:25.637Z] #32 73.59 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-19T20:57:25.649Z] #14 ... [2021-03-19T20:57:25.649Z] [2021-03-19T20:57:25.649Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:57:25.649Z] #46 sha256:01cdc391c2a635773473112dcab908b7b7dfe0e9cca8ea606d862f15501446b8 [2021-03-19T20:57:25.649Z] #46 55.47 bytes [2021-03-19T20:57:25.649Z] #46 61.22 bufio [2021-03-19T20:57:25.649Z] #46 63.30 reflect [2021-03-19T20:57:25.649Z] #46 ... [2021-03-19T20:57:25.649Z] [2021-03-19T20:57:25.649Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:57:25.649Z] #43 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-03-19T20:57:25.649Z] #43 56.97 Setting up libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2021-03-19T20:57:25.649Z] #43 56.98 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2021-03-19T20:57:25.649Z] #43 56.98 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2021-03-19T20:57:25.649Z] #43 56.99 Setting up libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2021-03-19T20:57:25.649Z] #43 57.09 Setting up python-six (1.12.0-1) ... [2021-03-19T20:57:25.649Z] #43 62.15 Setting up zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2021-03-19T20:57:25.649Z] #43 62.15 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2021-03-19T20:57:25.649Z] #43 62.16 Setting up libprotobuf17:ppc64el (3.6.1.3-2) ... [2021-03-19T20:57:25.649Z] #43 62.17 Setting up libcap-dev:ppc64el (1:2.25-2) ... [2021-03-19T20:57:25.649Z] #43 62.18 Setting up libprotoc17:ppc64el (3.6.1.3-2) ... [2021-03-19T20:57:25.649Z] #43 62.18 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-03-19T20:57:25.649Z] #43 62.18 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-19T20:57:25.649Z] #43 62.19 Setting up libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2021-03-19T20:57:25.649Z] #43 62.21 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-19T20:57:25.649Z] #43 62.22 Setting up python-protobuf (3.6.1.3-2) ... [2021-03-19T20:57:25.856Z] #42 52.21 Selecting previously unselected package libprotoc17:amd64. [2021-03-19T20:57:25.856Z] #42 52.21 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2021-03-19T20:57:25.856Z] #42 52.21 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2021-03-19T20:57:25.860Z] #20 4.517 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [269 kB] [2021-03-19T20:57:26.117Z] #42 52.89 Selecting previously unselected package protobuf-c-compiler. [2021-03-19T20:57:26.302Z] #43 ... [2021-03-19T20:57:26.302Z] [2021-03-19T20:57:26.302Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:57:26.302Z] #46 sha256:01cdc391c2a635773473112dcab908b7b7dfe0e9cca8ea606d862f15501446b8 [2021-03-19T20:57:26.302Z] #46 66.27 regexp/syntax [2021-03-19T20:57:26.377Z] #42 52.89 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2021-03-19T20:57:26.377Z] #42 52.94 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-19T20:57:26.377Z] #42 53.07 Selecting previously unselected package protobuf-compiler. [2021-03-19T20:57:26.377Z] #42 53.07 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2021-03-19T20:57:26.377Z] #42 53.08 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-03-19T20:57:26.392Z] #51 ... [2021-03-19T20:57:26.392Z] [2021-03-19T20:57:26.392Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:57:26.392Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-03-19T20:57:26.392Z] #36 42.64 Selecting previously unselected package xxd. [2021-03-19T20:57:26.392Z] #36 42.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 ... 15383 files and directories currently installed.) [2021-03-19T20:57:26.392Z] #36 42.71 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_arm64.deb ... [2021-03-19T20:57:26.392Z] #36 43.33 Unpacking xxd (2:8.1.0875-5) ... [2021-03-19T20:57:26.392Z] #36 46.29 Selecting previously unselected package vim-common. [2021-03-19T20:57:26.392Z] #36 46.29 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-19T20:57:26.392Z] #36 46.38 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-19T20:57:26.392Z] #36 50.86 Selecting previously unselected package cmake-data. [2021-03-19T20:57:26.392Z] #36 50.86 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-03-19T20:57:26.392Z] #36 50.88 Unpacking cmake-data (3.13.4-1) ... [2021-03-19T20:57:26.463Z] ok github.com/docker/docker/api/server 0.006s coverage: 9.0% of statements [2021-03-19T20:57:26.638Z] #42 53.21 Selecting previously unselected package python-pkg-resources. [2021-03-19T20:57:26.638Z] #42 53.21 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-03-19T20:57:26.638Z] #42 53.22 Unpacking python-pkg-resources (40.8.0-1) ... [2021-03-19T20:57:26.638Z] #42 53.43 Selecting previously unselected package python-six. [2021-03-19T20:57:26.638Z] #42 53.43 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-03-19T20:57:26.638Z] #42 53.44 Unpacking python-six (1.12.0-1) ... [2021-03-19T20:57:26.805Z] #36 ... [2021-03-19T20:57:26.805Z] [2021-03-19T20:57:26.805Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:57:26.805Z] #51 sha256:0811b4bae58ebeea9cd35702e1f36c3c870b703929ecc4654f5442dd6d3541fb [2021-03-19T20:57:26.805Z] #51 52.82 encoding/base64 [2021-03-19T20:57:26.805Z] #51 52.82 golang.org/x/sys/unix [2021-03-19T20:57:26.898Z] #42 53.55 Selecting previously unselected package python-protobuf. [2021-03-19T20:57:26.898Z] #42 53.56 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2021-03-19T20:57:26.898Z] #42 53.58 Unpacking python-protobuf (3.6.1.3-2) ... [2021-03-19T20:57:27.095Z] #36 35.26 Reading package lists... [2021-03-19T20:57:27.095Z] #36 ... [2021-03-19T20:57:27.095Z] [2021-03-19T20:57:27.095Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:57:27.095Z] #49 sha256:c7a472f37232132d0f31b820187304080713900814e44b6fb27d74f662c96107 [2021-03-19T20:57:27.096Z] #49 35.37 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-19T20:57:27.096Z] #49 35.39 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-03-19T20:57:27.096Z] #49 35.80 go: extracting github.com/stretchr/objx v0.2.0 [2021-03-19T20:57:27.096Z] #49 35.82 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-19T20:57:27.096Z] #49 36.15 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-19T20:57:27.096Z] #49 36.32 go: downloading github.com/magiconair/properties v1.8.1 [2021-03-19T20:57:27.096Z] #49 36.41 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-03-19T20:57:27.096Z] #49 36.72 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-19T20:57:27.096Z] #49 36.78 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-19T20:57:27.096Z] #49 37.02 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-19T20:57:27.096Z] #49 37.20 go: downloading github.com/gobwas/glob v0.2.3 [2021-03-19T20:57:27.096Z] #49 37.28 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-19T20:57:27.096Z] #49 37.32 go: extracting github.com/magiconair/properties v1.8.1 [2021-03-19T20:57:27.096Z] #49 37.71 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-19T20:57:27.096Z] #49 37.81 go: extracting github.com/gobwas/glob v0.2.3 [2021-03-19T20:57:27.096Z] #49 38.77 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-19T20:57:27.096Z] #49 38.99 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-19T20:57:27.096Z] #49 39.13 go: downloading github.com/gogo/protobuf v1.2.1 [2021-03-19T20:57:27.096Z] #49 39.14 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-19T20:57:27.096Z] #49 39.40 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-19T20:57:27.096Z] #49 39.43 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-19T20:57:27.096Z] #49 39.44 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-19T20:57:27.096Z] #49 39.55 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-19T20:57:27.096Z] #49 39.69 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-19T20:57:27.096Z] #49 40.19 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-19T20:57:27.096Z] #49 40.41 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-03-19T20:57:27.227Z] #20 5.886 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-19T20:57:27.469Z] #42 ... [2021-03-19T20:57:27.469Z] [2021-03-19T20:57:27.469Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-19T20:57:27.469Z] #34 sha256:45a7d2588043b219796790bf5fc5f2d8c3075484c7ae812ab4b181e7b489fdc5 [2021-03-19T20:57:27.469Z] #34 44.08 internal/oserror [2021-03-19T20:57:27.469Z] #34 44.23 syscall [2021-03-19T20:57:27.469Z] #34 45.93 reflect [2021-03-19T20:57:27.469Z] #34 51.35 time [2021-03-19T20:57:27.469Z] #34 ... [2021-03-19T20:57:27.469Z] [2021-03-19T20:57:27.469Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:57:27.469Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-19T20:57:27.469Z] #42 54.15 Setting up python-pkg-resources (40.8.0-1) ... [2021-03-19T20:57:27.789Z] #20 ... [2021-03-19T20:57:27.789Z] [2021-03-19T20:57:27.789Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:57:27.789Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:57:27.789Z] #43 59.54 CC criu/arch/x86/cpu.o [2021-03-19T20:57:27.789Z] #43 60.30 CC criu/arch/x86/crtools.o [2021-03-19T20:57:27.789Z] #43 61.56 CC criu/arch/x86/kerndat.o [2021-03-19T20:57:27.789Z] #43 62.05 CC criu/arch/x86/sigaction_compat.o [2021-03-19T20:57:27.789Z] #43 62.36 CC criu/arch/x86/sigframe.o [2021-03-19T20:57:27.789Z] #43 62.66 LINK criu/arch/x86/crtools.built-in.o [2021-03-19T20:57:27.789Z] #43 62.71 DEP criu/pie/util-vdso-elf32.d [2021-03-19T20:57:27.789Z] #43 62.89 DEP criu/pie/util-vdso.d [2021-03-19T20:57:27.789Z] #43 62.99 DEP criu/pie/util.d [2021-03-19T20:57:27.789Z] #43 63.21 CC criu/pie/util.o [2021-03-19T20:57:27.789Z] #43 63.68 CC criu/pie/util-vdso.o [2021-03-19T20:57:27.789Z] #43 64.48 CC criu/pie/util-vdso-elf32.o [2021-03-19T20:57:27.789Z] #43 65.30 AR criu/pie/pie.lib.a [2021-03-19T20:57:27.789Z] #43 65.38 DEP criu/pie/restorer.d [2021-03-19T20:57:27.789Z] #43 65.58 DEP criu/arch/x86/sigaction_compat_pie.d [2021-03-19T20:57:27.789Z] #43 65.68 DEP criu/arch/x86/restorer_unmap.d [2021-03-19T20:57:27.789Z] #43 65.70 DEP criu/arch/x86/restorer.d [2021-03-19T20:57:27.789Z] #43 65.94 DEP criu/arch/x86/vdso-pie.d [2021-03-19T20:57:27.875Z] #51 ... [2021-03-19T20:57:27.875Z] [2021-03-19T20:57:27.875Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-19T20:57:27.875Z] #34 sha256:343c7b485a1b572e975a1c652b023ca6c2f0ae9c9d0d8b730818748767b2478c [2021-03-19T20:57:27.875Z] #34 44.35 internal/syscall/execenv [2021-03-19T20:57:27.875Z] #34 44.35 internal/syscall/unix [2021-03-19T20:57:27.875Z] #34 44.36 time [2021-03-19T20:57:27.875Z] #34 46.96 internal/fmtsort [2021-03-19T20:57:27.875Z] #34 47.56 internal/poll [2021-03-19T20:57:27.875Z] #34 48.55 os [2021-03-19T20:57:27.875Z] #34 50.06 path/filepath [2021-03-19T20:57:27.875Z] #34 50.06 fmt [2021-03-19T20:57:27.875Z] #34 51.50 io/ioutil [2021-03-19T20:57:28.039Z] #49 41.13 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-19T20:57:28.039Z] #49 ... [2021-03-19T20:57:28.039Z] [2021-03-19T20:57:28.039Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-19T20:57:28.039Z] #58 sha256:a433a57029601133f46506bed3c358688b8891ed7814f92d40b425579013c89b [2021-03-19T20:57:28.039Z] #58 31.22 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-19T20:57:28.039Z] #58 33.51 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-19T20:57:28.039Z] #58 33.78 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-19T20:57:28.039Z] #58 34.07 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-03-19T20:57:28.039Z] #58 34.68 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-03-19T20:57:28.039Z] #58 34.74 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-03-19T20:57:28.039Z] #58 39.87 go: finding github.com/pkg/errors v0.9.1 [2021-03-19T20:57:28.039Z] #58 39.98 go: finding github.com/sirupsen/logrus v1.7.0 [2021-03-19T20:57:28.039Z] #58 40.18 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-19T20:57:28.039Z] #58 40.71 go: finding github.com/google/uuid v1.2.0 [2021-03-19T20:57:28.039Z] #58 40.89 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-19T20:57:28.039Z] #58 40.91 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-19T20:57:28.039Z] #58 41.02 go: finding github.com/gofrs/flock v0.8.0 [2021-03-19T20:57:28.039Z] #58 41.07 go: finding github.com/moby/vpnkit v0.4.0 [2021-03-19T20:57:28.039Z] #58 41.13 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-19T20:57:28.039Z] #58 41.28 go: finding github.com/gorilla/mux v1.8.0 [2021-03-19T20:57:28.039Z] #58 41.30 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-03-19T20:57:28.039Z] #58 41.34 go: finding github.com/moby/sys/mountinfo v0.4.0 [2021-03-19T20:57:28.039Z] #58 41.35 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-03-19T20:57:28.045Z] #43 66.05 DEP criu/pie/parasite-vdso.d [2021-03-19T20:57:28.045Z] #43 ... [2021-03-19T20:57:28.045Z] [2021-03-19T20:57:28.045Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:57:28.045Z] #45 sha256:dcea8893a85a8f4eabc7fea730df65a7e224daa747783186796bd0e70ed61308 [2021-03-19T20:57:28.045Z] #45 163.1 github.com/LK4D4/vndr/godl [2021-03-19T20:57:28.140Z] #34 ... [2021-03-19T20:57:28.140Z] [2021-03-19T20:57:28.140Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:57:28.140Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-03-19T20:57:28.140Z] #13 46.48 Setting up libsystemd0:arm64 (241-7~deb10u6) ... [2021-03-19T20:57:28.140Z] #13 46.72 (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.) [2021-03-19T20:57:28.140Z] #13 46.90 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_arm64.deb ... [2021-03-19T20:57:28.140Z] #13 47.04 Unpacking libseccomp2:arm64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-03-19T20:57:28.140Z] #13 47.46 Setting up libseccomp2:arm64 (2.4.4-1~bpo10+1) ... [2021-03-19T20:57:28.140Z] #13 47.90 (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.) [2021-03-19T20:57:28.140Z] #13 47.99 Preparing to unpack .../libudev1_241-7~deb10u6_arm64.deb ... [2021-03-19T20:57:28.140Z] #13 48.11 Unpacking libudev1:arm64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-03-19T20:57:28.140Z] #13 48.51 Setting up libudev1:arm64 (241-7~deb10u6) ... [2021-03-19T20:57:28.140Z] #13 48.77 Selecting previously unselected package binutils-mingw-w64-i686. [2021-03-19T20:57:28.140Z] #13 48.77 (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.) [2021-03-19T20:57:28.140Z] #13 48.82 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_arm64.deb ... [2021-03-19T20:57:28.140Z] #13 48.86 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-19T20:57:28.171Z] #32 ... [2021-03-19T20:57:28.171Z] [2021-03-19T20:57:28.171Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-19T20:57:28.171Z] #56 sha256:8ed103d2e9b8e2cac52654307cffd46e3af4cd35b6b6c082ce89e3f5649aaa74 [2021-03-19T20:57:28.171Z] #56 1.732 + RM_GOPATH=0 [2021-03-19T20:57:28.171Z] #56 1.732 + TMP_GOPATH= [2021-03-19T20:57:28.171Z] #56 1.732 + : /build [2021-03-19T20:57:28.171Z] #56 1.732 + '[' -z '' ']' [2021-03-19T20:57:28.171Z] #56 1.732 ++ mktemp -d [2021-03-19T20:57:28.171Z] #56 1.732 + export GOPATH=/tmp/tmp.v7fc4JGsfI [2021-03-19T20:57:28.171Z] #56 1.732 + GOPATH=/tmp/tmp.v7fc4JGsfI [2021-03-19T20:57:28.171Z] #56 1.732 + RM_GOPATH=1 [2021-03-19T20:57:28.171Z] #56 1.732 + case "$(go env GOARCH)" in [2021-03-19T20:57:28.171Z] #56 1.733 ++ go env GOARCH [2021-03-19T20:57:28.171Z] #56 1.858 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:57:28.171Z] #56 1.858 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:57:28.171Z] #56 1.860 ++ dirname /tmp/install/install.sh [2021-03-19T20:57:28.171Z] #56 1.867 + dir=/tmp/install [2021-03-19T20:57:28.171Z] #56 1.867 + bin=containerd [2021-03-19T20:57:28.171Z] #56 1.867 + shift [2021-03-19T20:57:28.171Z] #56 1.867 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-03-19T20:57:28.171Z] #56 1.867 + . /tmp/install/containerd.installer [2021-03-19T20:57:28.171Z] #56 1.868 ++ set -e [2021-03-19T20:57:28.171Z] #56 1.868 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-19T20:57:28.171Z] #56 1.868 + install_containerd [2021-03-19T20:57:28.171Z] #56 1.868 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e' [2021-03-19T20:57:28.171Z] #56 1.868 + git clone https://github.com/containerd/containerd.git /tmp/tmp.v7fc4JGsfI/src/github.com/containerd/containerd [2021-03-19T20:57:28.171Z] #56 1.868 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-19T20:57:28.171Z] #56 1.870 Cloning into '/tmp/tmp.v7fc4JGsfI/src/github.com/containerd/containerd'... [2021-03-19T20:57:28.171Z] #56 ... [2021-03-19T20:57:28.171Z] [2021-03-19T20:57:28.171Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:57:28.171Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-19T20:57:28.171Z] #42 71.19 Selecting previously unselected package libprotobuf-dev:amd64. [2021-03-19T20:57:28.171Z] #42 71.19 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2021-03-19T20:57:28.171Z] #42 71.20 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-03-19T20:57:28.171Z] #42 74.14 Selecting previously unselected package libprotoc17:amd64. [2021-03-19T20:57:28.171Z] #42 74.14 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2021-03-19T20:57:28.171Z] #42 74.17 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2021-03-19T20:57:28.171Z] #42 75.27 Selecting previously unselected package protobuf-c-compiler. [2021-03-19T20:57:28.171Z] #42 75.27 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2021-03-19T20:57:28.171Z] #42 75.30 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-19T20:57:28.171Z] #42 75.70 Selecting previously unselected package protobuf-compiler. [2021-03-19T20:57:28.171Z] #42 75.70 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2021-03-19T20:57:28.171Z] #42 75.76 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-03-19T20:57:28.171Z] #42 76.40 Selecting previously unselected package python-pkg-resources. [2021-03-19T20:57:28.171Z] #42 76.41 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-03-19T20:57:28.171Z] #42 76.47 Unpacking python-pkg-resources (40.8.0-1) ... [2021-03-19T20:57:28.300Z] #58 41.67 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-19T20:57:28.430Z] #42 76.85 Selecting previously unselected package python-six. [2021-03-19T20:57:28.430Z] #42 76.92 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-03-19T20:57:28.561Z] #58 41.94 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-03-19T20:57:28.689Z] #42 76.95 Unpacking python-six (1.12.0-1) ... [2021-03-19T20:57:28.689Z] #42 77.10 Selecting previously unselected package python-protobuf. [2021-03-19T20:57:28.689Z] #42 77.11 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2021-03-19T20:57:28.689Z] #42 77.11 Unpacking python-protobuf (3.6.1.3-2) ... [2021-03-19T20:57:28.854Z] #42 ... [2021-03-19T20:57:28.854Z] [2021-03-19T20:57:28.854Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:57:28.854Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:57:28.854Z] #13 30.04 Reading package lists... [2021-03-19T20:57:28.854Z] #13 37.53 Reading package lists... [2021-03-19T20:57:28.854Z] #13 44.54 Building dependency tree... [2021-03-19T20:57:28.854Z] #13 ... [2021-03-19T20:57:28.854Z] [2021-03-19T20:57:28.854Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-19T20:57:28.854Z] #56 sha256:b5351f18dd1f8b22a8d03b34e05932d566e50992166d87d975bc362f97466f20 [2021-03-19T20:57:28.854Z] #56 5.048 + RM_GOPATH=0 [2021-03-19T20:57:28.854Z] #56 5.048 + TMP_GOPATH= [2021-03-19T20:57:28.854Z] #56 5.048 + : /build [2021-03-19T20:57:28.854Z] #56 5.048 + '[' -z '' ']' [2021-03-19T20:57:28.854Z] #56 5.048 ++ mktemp -d [2021-03-19T20:57:28.854Z] #56 5.052 + export GOPATH=/tmp/tmp.gNDduSHVJF [2021-03-19T20:57:28.854Z] #56 5.059 + GOPATH=/tmp/tmp.gNDduSHVJF [2021-03-19T20:57:28.854Z] #56 5.059 + RM_GOPATH=1 [2021-03-19T20:57:28.854Z] #56 5.059 + case "$(go env GOARCH)" in [2021-03-19T20:57:28.854Z] #56 5.060 ++ go env GOARCH [2021-03-19T20:57:28.854Z] #56 5.099 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:57:28.854Z] #56 5.099 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:57:28.854Z] #56 5.099 ++ dirname /tmp/install/install.sh [2021-03-19T20:57:28.854Z] #56 5.104 + dir=/tmp/install [2021-03-19T20:57:28.854Z] #56 5.112 + bin=containerd [2021-03-19T20:57:28.854Z] #56 5.112 + shift [2021-03-19T20:57:28.854Z] #56 5.112 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-03-19T20:57:28.854Z] #56 5.112 + . /tmp/install/containerd.installer [2021-03-19T20:57:28.854Z] #56 5.112 ++ set -e [2021-03-19T20:57:28.854Z] #56 5.112 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-19T20:57:28.854Z] #56 5.112 + install_containerd [2021-03-19T20:57:28.854Z] #56 5.112 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e' [2021-03-19T20:57:28.854Z] #56 5.113 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-19T20:57:28.854Z] #56 5.115 + git clone https://github.com/containerd/containerd.git /tmp/tmp.gNDduSHVJF/src/github.com/containerd/containerd [2021-03-19T20:57:28.854Z] #56 5.121 Cloning into '/tmp/tmp.gNDduSHVJF/src/github.com/containerd/containerd'... [2021-03-19T20:57:28.974Z] #45 164.0 github.com/LK4D4/vndr [2021-03-19T20:57:29.095Z] #13 ... [2021-03-19T20:57:29.095Z] [2021-03-19T20:57:29.095Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:57:29.095Z] #45 sha256:7c7570aae27449b8fbce88d7ff9f45e13317ac59cb4f516bce02de03467ff278 [2021-03-19T20:57:29.095Z] #45 45.27 vendor/golang.org/x/text/transform [2021-03-19T20:57:29.095Z] #45 46.37 regexp [2021-03-19T20:57:29.095Z] #45 48.72 github.com/LK4D4/vndr/versioned [2021-03-19T20:57:29.095Z] #45 48.95 context [2021-03-19T20:57:29.095Z] #45 48.99 os [2021-03-19T20:57:29.095Z] #45 50.30 encoding/binary [2021-03-19T20:57:29.095Z] #45 50.67 fmt [2021-03-19T20:57:29.095Z] #45 50.68 path/filepath [2021-03-19T20:57:29.095Z] #45 50.68 internal/lazyregexp [2021-03-19T20:57:29.095Z] #45 51.54 net [2021-03-19T20:57:29.095Z] #45 54.18 encoding/base64 [2021-03-19T20:57:29.095Z] #45 55.34 crypto/cipher [2021-03-19T20:57:29.095Z] #45 ... [2021-03-19T20:57:29.095Z] [2021-03-19T20:57:29.095Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-19T20:57:29.095Z] #56 sha256:eedcbca1921c63a15e651d254d22f55fc477a768367de3dcdddf79881ca7bc62 [2021-03-19T20:57:29.095Z] #56 4.039 + RM_GOPATH=0 [2021-03-19T20:57:29.095Z] #56 4.039 + TMP_GOPATH= [2021-03-19T20:57:29.095Z] #56 4.042 + : /build [2021-03-19T20:57:29.095Z] #56 4.042 + '[' -z '' ']' [2021-03-19T20:57:29.095Z] #56 4.043 ++ mktemp -d [2021-03-19T20:57:29.095Z] #56 4.048 + export GOPATH=/tmp/tmp.hZJOkUn5gu [2021-03-19T20:57:29.095Z] #56 4.048 + GOPATH=/tmp/tmp.hZJOkUn5gu [2021-03-19T20:57:29.095Z] #56 4.048 + RM_GOPATH=1 [2021-03-19T20:57:29.095Z] #56 4.048 + case "$(go env GOARCH)" in [2021-03-19T20:57:29.095Z] #56 4.056 ++ go env GOARCH [2021-03-19T20:57:29.095Z] #56 4.065 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:57:29.095Z] #56 4.065 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:57:29.095Z] #56 4.076 ++ dirname /tmp/install/install.sh [2021-03-19T20:57:29.095Z] #56 4.109 + dir=/tmp/install [2021-03-19T20:57:29.095Z] #56 4.109 + bin=containerd [2021-03-19T20:57:29.095Z] #56 4.109 + shift [2021-03-19T20:57:29.095Z] #56 4.109 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-03-19T20:57:29.095Z] #56 4.109 + . /tmp/install/containerd.installer [2021-03-19T20:57:29.095Z] #56 4.109 ++ set -e [2021-03-19T20:57:29.095Z] #56 4.109 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-19T20:57:29.095Z] #56 4.109 + install_containerd [2021-03-19T20:57:29.095Z] #56 4.109 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e' [2021-03-19T20:57:29.095Z] #56 4.109 + git clone https://github.com/containerd/containerd.git /tmp/tmp.hZJOkUn5gu/src/github.com/containerd/containerd [2021-03-19T20:57:29.095Z] #56 4.109 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-19T20:57:29.095Z] #56 4.130 Cloning into '/tmp/tmp.hZJOkUn5gu/src/github.com/containerd/containerd'... [2021-03-19T20:57:29.114Z] #56 ... [2021-03-19T20:57:29.114Z] [2021-03-19T20:57:29.114Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:57:29.114Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:57:29.114Z] #13 47.58 The following additional packages will be installed: [2021-03-19T20:57:29.114Z] #13 47.60 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-03-19T20:57:29.114Z] #13 47.60 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-03-19T20:57:29.114Z] #13 47.61 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-03-19T20:57:29.114Z] #13 47.61 libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1 [2021-03-19T20:57:29.114Z] #13 47.61 mingw-w64-common mingw-w64-x86-64-dev [2021-03-19T20:57:29.114Z] #13 47.61 Suggested packages: [2021-03-19T20:57:29.114Z] #13 47.63 gcc-8-locales seccomp wine64 [2021-03-19T20:57:29.258Z] #42 77.68 Setting up python-pkg-resources (40.8.0-1) ... [2021-03-19T20:57:29.890Z] #46 ... [2021-03-19T20:57:29.890Z] [2021-03-19T20:57:29.890Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:57:29.890Z] #43 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-03-19T20:57:29.890Z] #43 69.00 Setting up libnl-3-dev:ppc64el (3.4.0-1) ... [2021-03-19T20:57:29.890Z] #43 69.01 Processing triggers for libc-bin (2.28-10) ... [2021-03-19T20:57:29.890Z] #43 DONE 69.3s [2021-03-19T20:57:29.890Z] [2021-03-19T20:57:29.890Z] #14 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:57:29.890Z] #14 sha256:5151d703b769bc35b6bada7e872d6f26a661733fd6a91bb6a69d949f095f4d31 [2021-03-19T20:57:29.890Z] #14 68.72 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-03-19T20:57:29.890Z] #14 68.72 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-03-19T20:57:29.890Z] #14 68.73 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-19T20:57:29.890Z] #14 ... [2021-03-19T20:57:29.890Z] [2021-03-19T20:57:29.890Z] #35 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-19T20:57:29.890Z] #35 sha256:ea3dd951190a445f76bf7447cce0e28ecccd438c8a411288eb88b05a007f4077 [2021-03-19T20:57:29.890Z] #35 59.75 reflect [2021-03-19T20:57:29.890Z] #35 60.90 bufio [2021-03-19T20:57:29.890Z] #35 61.97 path [2021-03-19T20:57:29.890Z] #35 63.07 text/tabwriter [2021-03-19T20:57:29.890Z] #35 ... [2021-03-19T20:57:29.890Z] [2021-03-19T20:57:29.890Z] #38 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-03-19T20:57:29.890Z] #38 sha256:50d96467b13254d043d8f692e0dcae82b8c128e7961b5592bc67d099ec47fd35 [2021-03-19T20:57:29.890Z] #38 3.861 -- Detecting C compiler ABI info - done [2021-03-19T20:57:29.890Z] #38 3.926 -- Detecting C compile features [2021-03-19T20:57:29.890Z] #38 5.916 -- Detecting C compile features - done [2021-03-19T20:57:29.890Z] #38 5.989 -- Performing Test HAS_BUILTIN_FORTIFY [2021-03-19T20:57:29.890Z] #38 6.299 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-03-19T20:57:29.890Z] #38 6.459 -- Configuring done [2021-03-19T20:57:29.890Z] #38 6.490 -- Generating done [2021-03-19T20:57:29.890Z] #38 6.506 -- Build files have been written to: /tmp/tmp.s24Pao6op8/tini [2021-03-19T20:57:29.890Z] #38 6.521 + make tini-static [2021-03-19T20:57:29.890Z] #38 7.057 Scanning dependencies of target tini-static [2021-03-19T20:57:29.890Z] #38 7.136 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-03-19T20:57:29.890Z] #38 9.389 [100%] Linking C executable tini-static [2021-03-19T20:57:30.188Z] #38 10.31 [100%] Built target tini-static [2021-03-19T20:57:30.188Z] #38 10.39 + mkdir -p /build [2021-03-19T20:57:30.188Z] #38 10.39 + cp tini-static /build/docker-init [2021-03-19T20:57:30.198Z] #42 ... [2021-03-19T20:57:30.198Z] [2021-03-19T20:57:30.198Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:57:30.198Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:57:30.198Z] #13 61.94 The following NEW packages will be installed: [2021-03-19T20:57:30.198Z] #13 61.94 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-03-19T20:57:30.198Z] #13 61.94 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-03-19T20:57:30.198Z] #13 61.94 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-03-19T20:57:30.198Z] #13 61.94 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-03-19T20:57:30.198Z] #13 61.95 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-03-19T20:57:30.198Z] #13 61.95 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-03-19T20:57:30.198Z] #13 61.96 The following packages will be upgraded: [2021-03-19T20:57:30.198Z] #13 61.96 libseccomp2 libsystemd0 libudev1 [2021-03-19T20:57:30.198Z] #13 62.56 3 upgraded, 25 newly installed, 0 to remove and 21 not upgraded. [2021-03-19T20:57:30.198Z] #13 62.56 Need to get 78.2 MB of archives. [2021-03-19T20:57:30.198Z] #13 62.56 After this operation, 487 MB of additional disk space will be used. [2021-03-19T20:57:30.198Z] #13 62.56 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB] [2021-03-19T20:57:30.198Z] #13 62.56 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u6 [331 kB] [2021-03-19T20:57:30.198Z] #13 62.57 Get:3 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB] [2021-03-19T20:57:30.198Z] #13 62.63 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u6 [151 kB] [2021-03-19T20:57:30.198Z] #13 62.63 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2021-03-19T20:57:30.198Z] #13 62.92 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2021-03-19T20:57:30.198Z] #13 63.34 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-03-19T20:57:30.198Z] #13 63.36 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-03-19T20:57:30.198Z] #13 63.36 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-03-19T20:57:30.198Z] #13 63.37 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-03-19T20:57:30.198Z] #13 64.12 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-03-19T20:57:30.198Z] #13 64.56 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2021-03-19T20:57:30.198Z] #13 64.56 Get:13 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] [2021-03-19T20:57:30.198Z] #13 69.83 Get:14 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] [2021-03-19T20:57:30.198Z] #13 ... [2021-03-19T20:57:30.198Z] [2021-03-19T20:57:30.198Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-19T20:57:30.198Z] #34 sha256:ba890707e73ea5f286488af78044c544b4435d8418e9ce43a87726e9fbbaad59 [2021-03-19T20:57:30.198Z] #34 78.64 time [2021-03-19T20:57:30.475Z] #58 ... [2021-03-19T20:57:30.475Z] [2021-03-19T20:57:30.475Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:57:30.475Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-19T20:57:30.475Z] #42 33.44 Fetched 8424 kB in 25s (343 kB/s) [2021-03-19T20:57:30.475Z] #42 33.44 Reading package lists... [2021-03-19T20:57:30.475Z] #42 43.38 Reading package lists... [2021-03-19T20:57:30.475Z] #42 ... [2021-03-19T20:57:30.475Z] [2021-03-19T20:57:30.475Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:57:30.475Z] #45 sha256:545ba0c6e50551d0b617ccbb97585f12f34dc9406939c9ddce5a9da66a6b6b5f [2021-03-19T20:57:30.475Z] #45 39.12 vendor/golang.org/x/crypto/internal/subtle [2021-03-19T20:57:30.475Z] #45 39.38 vendor/golang.org/x/crypto/curve25519 [2021-03-19T20:57:30.484Z] #38 DONE 10.5s [2021-03-19T20:57:30.484Z] [2021-03-19T20:57:30.484Z] #35 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-19T20:57:30.484Z] #35 sha256:ea3dd951190a445f76bf7447cce0e28ecccd438c8a411288eb88b05a007f4077 [2021-03-19T20:57:30.484Z] #35 70.54 internal/syscall/execenv [2021-03-19T20:57:30.484Z] #35 70.55 time [2021-03-19T20:57:30.484Z] #35 70.58 internal/syscall/unix [2021-03-19T20:57:30.500Z] #13 ... [2021-03-19T20:57:30.500Z] [2021-03-19T20:57:30.500Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-03-19T20:57:30.500Z] #47 sha256:ff5ee620caab2d93a23c4a9ad65b28cd53a3ec83108d17d6bb713db70de002d8 [2021-03-19T20:57:30.500Z] #47 DONE 57.2s [2021-03-19T20:57:30.500Z] [2021-03-19T20:57:30.500Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:57:30.500Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:57:30.500Z] #13 49.05 The following NEW packages will be installed: [2021-03-19T20:57:30.500Z] #13 49.05 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-03-19T20:57:30.500Z] #13 49.05 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-03-19T20:57:30.500Z] #13 49.05 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-03-19T20:57:30.500Z] #13 49.05 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-03-19T20:57:30.500Z] #13 49.05 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-03-19T20:57:30.500Z] #13 49.05 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-03-19T20:57:30.500Z] #13 49.05 The following packages will be upgraded: [2021-03-19T20:57:30.500Z] #13 49.05 libseccomp2 libsystemd0 libudev1 [2021-03-19T20:57:30.737Z] #45 ... [2021-03-19T20:57:30.737Z] [2021-03-19T20:57:30.737Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-03-19T20:57:30.737Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-19T20:57:30.737Z] #55 34.01 Fetched 8424 kB in 26s (319 kB/s) [2021-03-19T20:57:30.737Z] #55 34.01 Reading package lists... [2021-03-19T20:57:30.737Z] #55 ... [2021-03-19T20:57:30.737Z] [2021-03-19T20:57:30.737Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:57:30.737Z] #49 sha256:c7a472f37232132d0f31b820187304080713900814e44b6fb27d74f662c96107 [2021-03-19T20:57:30.737Z] #49 43.78 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-19T20:57:30.782Z] #35 ... [2021-03-19T20:57:30.782Z] [2021-03-19T20:57:30.782Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:57:30.782Z] #52 sha256:34c480428f744c99a9fd576bd101776f0092976281931c1b73a94824fa8b1f23 [2021-03-19T20:57:30.782Z] #52 60.98 bufio [2021-03-19T20:57:30.782Z] #52 63.70 text/tabwriter [2021-03-19T20:57:30.782Z] #52 65.84 reflect [2021-03-19T20:57:30.782Z] #52 66.34 regexp/syntax [2021-03-19T20:57:30.997Z] #49 ... [2021-03-19T20:57:30.997Z] [2021-03-19T20:57:30.997Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:57:30.997Z] #51 sha256:d3025d275999e85c12bbf3de02d4702a09ac5a355658f8267cdd1b415e4d63bd [2021-03-19T20:57:30.997Z] #51 34.52 runtime/cgo [2021-03-19T20:57:30.997Z] #51 34.77 runtime [2021-03-19T20:57:31.072Z] #13 49.56 3 upgraded, 25 newly installed, 0 to remove and 21 not upgraded. [2021-03-19T20:57:31.072Z] #13 49.56 Need to get 78.2 MB of archives. [2021-03-19T20:57:31.072Z] #13 49.56 After this operation, 487 MB of additional disk space will be used. [2021-03-19T20:57:31.072Z] #13 49.56 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB] [2021-03-19T20:57:31.072Z] #13 49.56 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB] [2021-03-19T20:57:31.072Z] #13 49.56 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u6 [331 kB] [2021-03-19T20:57:31.072Z] #13 49.56 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u6 [151 kB] [2021-03-19T20:57:31.072Z] #13 49.56 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2021-03-19T20:57:31.080Z] #52 ... [2021-03-19T20:57:31.080Z] [2021-03-19T20:57:31.080Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:57:31.080Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-19T20:57:31.259Z] #51 ... [2021-03-19T20:57:31.259Z] [2021-03-19T20:57:31.259Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:57:31.259Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-19T20:57:31.259Z] #36 35.26 Reading package lists... [2021-03-19T20:57:31.643Z] #13 49.93 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2021-03-19T20:57:31.643Z] #13 50.16 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-03-19T20:57:31.643Z] #13 50.16 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-03-19T20:57:31.643Z] #13 50.16 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-03-19T20:57:31.643Z] #13 50.16 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-03-19T20:57:31.727Z] #44 2.308 Note: Building without setproctitle() and strlcpy() support. [2021-03-19T20:57:31.727Z] #44 2.310 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-19T20:57:31.727Z] #44 2.323 Note: Building without GnuTLS support [2021-03-19T20:57:31.727Z] #44 2.330 Makefile.config:39: Warn: you have no libnftables installed [2021-03-19T20:57:31.727Z] #44 2.330 Makefile.config:40: Warn: Building without nftables support [2021-03-19T20:57:32.216Z] #13 50.63 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-03-19T20:57:32.478Z] #13 50.99 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2021-03-19T20:57:32.478Z] #13 50.99 Get:13 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] [2021-03-19T20:57:33.226Z] #36 45.19 Reading package lists... [2021-03-19T20:57:33.226Z] #36 ... [2021-03-19T20:57:33.226Z] [2021-03-19T20:57:33.226Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-19T20:57:33.226Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-19T20:57:33.226Z] #40 36.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 [2021-03-19T20:57:33.226Z] #40 ... [2021-03-19T20:57:33.226Z] [2021-03-19T20:57:33.226Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-03-19T20:57:33.226Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-19T20:57:33.226Z] #55 34.01 Reading package lists... [2021-03-19T20:57:33.267Z] #44 3.784 fatal: not a git repository (or any of the parent directories): .git [2021-03-19T20:57:33.267Z] #44 3.823 GEN .gitid [2021-03-19T20:57:33.267Z] #44 3.866 GEN criu/include/version.h [2021-03-19T20:57:33.267Z] #44 3.937 GEN include/common/asm [2021-03-19T20:57:33.866Z] #13 ... [2021-03-19T20:57:33.866Z] [2021-03-19T20:57:33.866Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-19T20:57:33.866Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-19T20:57:33.866Z] #32 48.79 Checking out files: 88% (1344/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. [2021-03-19T20:57:33.866Z] #32 49.35 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-03-19T20:57:33.866Z] #32 49.48 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-19T20:57:33.866Z] #32 ... [2021-03-19T20:57:33.866Z] [2021-03-19T20:57:33.866Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:57:33.866Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-19T20:57:33.866Z] #42 58.40 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-03-19T20:57:33.866Z] #42 58.41 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-19T20:57:33.866Z] #42 58.43 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-19T20:57:33.866Z] #42 58.43 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-03-19T20:57:33.866Z] #42 58.45 Setting up python-six (1.12.0-1) ... [2021-03-19T20:57:34.127Z] #42 ... [2021-03-19T20:57:34.127Z] [2021-03-19T20:57:34.127Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:57:34.127Z] #51 sha256:740d52d1ecaa4c4c032b42b4207c84d0562938f4a45c307a65a3e28570259a9b [2021-03-19T20:57:34.127Z] #51 50.80 syscall [2021-03-19T20:57:34.127Z] #51 50.83 reflect [2021-03-19T20:57:34.127Z] #51 58.27 context [2021-03-19T20:57:34.127Z] #51 59.10 internal/syscall/unix [2021-03-19T20:57:34.127Z] #51 59.64 os [2021-03-19T20:57:34.221Z] #45 ... [2021-03-19T20:57:34.221Z] [2021-03-19T20:57:34.221Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:57:34.221Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:57:34.221Z] #43 66.20 DEP criu/pie/parasite.d [2021-03-19T20:57:34.221Z] #43 66.43 CC criu/pie/parasite.o [2021-03-19T20:57:34.221Z] #43 67.77 LINK criu/pie/parasite.built-in.o [2021-03-19T20:57:34.221Z] #43 67.78 GEN criu/pie/parasite-blob.h [2021-03-19T20:57:34.221Z] #43 67.81 CC criu/pie/parasite-vdso.o [2021-03-19T20:57:34.221Z] #43 68.60 CC criu/arch/x86/vdso-pie.o [2021-03-19T20:57:34.221Z] #43 69.00 CC criu/arch/x86/restorer.o [2021-03-19T20:57:34.221Z] #43 69.51 CC criu/arch/x86/restorer_unmap.o [2021-03-19T20:57:34.221Z] #43 69.56 CC criu/arch/x86/sigaction_compat_pie.o [2021-03-19T20:57:34.221Z] #43 69.87 CC criu/pie/restorer.o [2021-03-19T20:57:34.326Z] #44 ... [2021-03-19T20:57:34.326Z] [2021-03-19T20:57:34.326Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:57:34.326Z] #52 sha256:34c480428f744c99a9fd576bd101776f0092976281931c1b73a94824fa8b1f23 [2021-03-19T20:57:34.326Z] #52 74.54 time [2021-03-19T20:57:34.397Z] #51 ... [2021-03-19T20:57:34.397Z] [2021-03-19T20:57:34.397Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:57:34.397Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-19T20:57:34.397Z] #36 52.74 Selecting previously unselected package libicu63:amd64. [2021-03-19T20:57:34.397Z] #36 52.74 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-03-19T20:57:34.397Z] #36 52.77 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-19T20:57:34.397Z] #36 59.84 Selecting previously unselected package libxml2:amd64. [2021-03-19T20:57:34.397Z] #36 59.85 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-03-19T20:57:34.397Z] #36 59.85 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-03-19T20:57:34.397Z] #36 60.44 Selecting previously unselected package libarchive13:amd64. [2021-03-19T20:57:34.397Z] #36 60.44 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-03-19T20:57:34.397Z] #36 60.45 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-03-19T20:57:34.397Z] #36 60.87 Selecting previously unselected package libjsoncpp1:amd64. [2021-03-19T20:57:34.397Z] #36 60.87 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-03-19T20:57:34.397Z] #36 60.87 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-03-19T20:57:34.397Z] #36 61.08 Selecting previously unselected package librhash0:amd64. [2021-03-19T20:57:34.397Z] #36 61.08 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-03-19T20:57:34.397Z] #36 61.09 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-03-19T20:57:34.401Z] #34 ... [2021-03-19T20:57:34.401Z] [2021-03-19T20:57:34.401Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:57:34.401Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-19T20:57:34.401Z] #36 72.17 Selecting previously unselected package libicu63:amd64. [2021-03-19T20:57:34.401Z] #36 72.17 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-03-19T20:57:34.401Z] #36 72.20 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-19T20:57:34.401Z] #36 ... [2021-03-19T20:57:34.401Z] [2021-03-19T20:57:34.401Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:57:34.401Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:57:34.401Z] #13 73.10 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-03-19T20:57:34.401Z] #13 73.10 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-03-19T20:57:34.401Z] #13 73.10 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-03-19T20:57:34.401Z] #13 73.13 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-03-19T20:57:34.401Z] #13 73.13 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2021-03-19T20:57:34.401Z] #13 73.13 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u6 [110 kB] [2021-03-19T20:57:34.401Z] #13 73.13 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-03-19T20:57:34.401Z] #13 73.16 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-03-19T20:57:34.401Z] #13 73.19 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-03-19T20:57:34.401Z] #13 73.23 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-03-19T20:57:34.401Z] #13 73.25 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-03-19T20:57:34.401Z] #13 73.30 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-03-19T20:57:34.401Z] #13 73.31 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-03-19T20:57:34.401Z] #13 73.33 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u6 [322 kB] [2021-03-19T20:57:34.401Z] #13 74.95 debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:57:34.401Z] #13 75.24 Fetched 78.2 MB in 11s (7081 kB/s) [2021-03-19T20:57:34.401Z] #13 75.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 ... 15410 files and directories currently installed.) [2021-03-19T20:57:34.401Z] #13 75.44 Preparing to unpack .../libsystemd0_241-7~deb10u6_amd64.deb ... [2021-03-19T20:57:34.401Z] #13 75.49 Unpacking libsystemd0:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-03-19T20:57:34.401Z] #13 76.13 Setting up libsystemd0:amd64 (241-7~deb10u6) ... [2021-03-19T20:57:34.402Z] #13 76.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 ... 15410 files and directories currently installed.) [2021-03-19T20:57:34.402Z] #13 76.60 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ... [2021-03-19T20:57:34.423Z] #56 ... [2021-03-19T20:57:34.423Z] [2021-03-19T20:57:34.423Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:57:34.423Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-03-19T20:57:34.423Z] #42 52.08 Selecting previously unselected package libprotobuf-c-dev:arm64. [2021-03-19T20:57:34.423Z] #42 52.08 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_arm64.deb ... [2021-03-19T20:57:34.423Z] #42 52.15 Unpacking libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2021-03-19T20:57:34.423Z] #42 52.36 Selecting previously unselected package zlib1g-dev:arm64. [2021-03-19T20:57:34.423Z] #42 52.39 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_arm64.deb ... [2021-03-19T20:57:34.423Z] #42 52.39 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2021-03-19T20:57:34.423Z] #42 52.86 Selecting previously unselected package libprotobuf17:arm64. [2021-03-19T20:57:34.423Z] #42 52.87 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_arm64.deb ... [2021-03-19T20:57:34.423Z] #42 52.88 Unpacking libprotobuf17:arm64 (3.6.1.3-2) ... [2021-03-19T20:57:34.423Z] #42 53.60 Selecting previously unselected package libprotobuf-lite17:arm64. [2021-03-19T20:57:34.423Z] #42 53.62 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_arm64.deb ... [2021-03-19T20:57:34.423Z] #42 53.72 Unpacking libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2021-03-19T20:57:34.423Z] #42 54.18 Selecting previously unselected package libprotobuf-dev:arm64. [2021-03-19T20:57:34.423Z] #42 54.23 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_arm64.deb ... [2021-03-19T20:57:34.423Z] #42 54.23 Unpacking libprotobuf-dev:arm64 (3.6.1.3-2) ... [2021-03-19T20:57:34.423Z] #42 57.74 Selecting previously unselected package libprotoc17:arm64. [2021-03-19T20:57:34.423Z] #42 57.74 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_arm64.deb ... [2021-03-19T20:57:34.423Z] #42 57.75 Unpacking libprotoc17:arm64 (3.6.1.3-2) ... [2021-03-19T20:57:34.423Z] #42 59.01 Selecting previously unselected package protobuf-c-compiler. [2021-03-19T20:57:34.423Z] #42 59.03 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_arm64.deb ... [2021-03-19T20:57:34.423Z] #42 59.12 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-19T20:57:34.423Z] #42 59.80 Selecting previously unselected package protobuf-compiler. [2021-03-19T20:57:34.423Z] #42 59.80 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_arm64.deb ... [2021-03-19T20:57:34.423Z] #42 59.81 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-03-19T20:57:34.423Z] #42 60.41 Selecting previously unselected package python-pkg-resources. [2021-03-19T20:57:34.423Z] #42 60.41 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-03-19T20:57:34.423Z] #42 60.42 Unpacking python-pkg-resources (40.8.0-1) ... [2021-03-19T20:57:34.423Z] #42 ... [2021-03-19T20:57:34.423Z] [2021-03-19T20:57:34.423Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:57:34.423Z] #49 sha256:f36e8795bd7341ad5a13b06ccf9ea591edb13a4017ac2f16c5a0e2a0dede854d [2021-03-19T20:57:34.423Z] #49 50.70 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-19T20:57:34.423Z] #49 50.74 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-19T20:57:34.423Z] #49 50.82 go: finding github.com/BurntSushi/toml v0.3.1 [2021-03-19T20:57:34.423Z] #49 50.91 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-19T20:57:34.423Z] #49 ... [2021-03-19T20:57:34.423Z] [2021-03-19T20:57:34.423Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:57:34.423Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-03-19T20:57:34.423Z] #42 60.76 Selecting previously unselected package python-six. [2021-03-19T20:57:34.423Z] #42 60.76 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-03-19T20:57:34.423Z] #42 60.76 Unpacking python-six (1.12.0-1) ... [2021-03-19T20:57:34.613Z] #55 44.92 Reading package lists... [2021-03-19T20:57:34.613Z] #55 ... [2021-03-19T20:57:34.613Z] [2021-03-19T20:57:34.613Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:57:34.613Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:57:34.613Z] #13 31.57 Fetched 8929 kB in 27s (328 kB/s) [2021-03-19T20:57:34.660Z] #36 61.33 Selecting previously unselected package libuv1:amd64. [2021-03-19T20:57:34.660Z] #36 61.33 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-03-19T20:57:34.660Z] #36 61.35 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-03-19T20:57:34.688Z] #42 60.96 Selecting previously unselected package python-protobuf. [2021-03-19T20:57:34.688Z] #42 60.96 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_arm64.deb ... [2021-03-19T20:57:34.688Z] #42 61.00 Unpacking python-protobuf (3.6.1.3-2) ... [2021-03-19T20:57:34.742Z] #13 76.67 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-03-19T20:57:34.922Z] #36 61.55 Selecting previously unselected package cmake. [2021-03-19T20:57:34.922Z] #36 61.58 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-03-19T20:57:34.922Z] #36 61.58 Unpacking cmake (3.13.4-1) ... [2021-03-19T20:57:35.002Z] #13 ... [2021-03-19T20:57:35.003Z] [2021-03-19T20:57:35.003Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:57:35.003Z] #51 sha256:2ae17ab665c367de12f129d18e13d9230e3d4f2f61b045cf5abc7a9a6cf418f6 [2021-03-19T20:57:35.003Z] #51 73.38 reflect [2021-03-19T20:57:35.003Z] #51 73.53 syscall [2021-03-19T20:57:35.003Z] #51 ... [2021-03-19T20:57:35.003Z] [2021-03-19T20:57:35.003Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:57:35.003Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-19T20:57:35.003Z] #42 83.41 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-03-19T20:57:35.003Z] #42 83.43 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-19T20:57:35.003Z] #42 83.45 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-19T20:57:35.003Z] #42 83.47 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-03-19T20:57:35.003Z] #42 83.50 Setting up python-six (1.12.0-1) ... [2021-03-19T20:57:35.150Z] #43 72.89 LINK criu/pie/restorer.built-in.o [2021-03-19T20:57:35.150Z] #43 72.91 GEN criu/pie/restorer-blob.h [2021-03-19T20:57:35.150Z] #43 73.04 DEP criu/vdso.d [2021-03-19T20:57:35.150Z] #43 ... [2021-03-19T20:57:35.150Z] [2021-03-19T20:57:35.150Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-19T20:57:35.150Z] #53 sha256:9747ed5e62466bd4d07d77971062005203107a2c4dd5875ac98d2f7dcec14045 [2021-03-19T20:57:35.150Z] #53 12.61 + cd /tmp/tmp.Ex2zsfU3il/src/github.com/opencontainers/runc [2021-03-19T20:57:35.150Z] #53 12.61 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-19T20:57:35.150Z] #53 13.04 + '[' -z '' ']' [2021-03-19T20:57:35.150Z] #53 13.04 + target=static [2021-03-19T20:57:35.150Z] #53 13.04 + make 'BUILDTAGS=seccomp ' static [2021-03-19T20:57:35.150Z] #53 13.18 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o runc . [2021-03-19T20:57:35.150Z] #53 ... [2021-03-19T20:57:35.150Z] [2021-03-19T20:57:35.150Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:57:35.150Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:57:35.150Z] #43 73.28 DEP criu/vdso-compat.d [2021-03-19T20:57:35.267Z] #42 61.60 Setting up python-pkg-resources (40.8.0-1) ... [2021-03-19T20:57:35.407Z] #43 73.42 DEP criu/uts_ns.d [2021-03-19T20:57:35.556Z] #13 31.57 Reading package lists... [2021-03-19T20:57:35.556Z] #13 ... [2021-03-19T20:57:35.556Z] [2021-03-19T20:57:35.556Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:57:35.556Z] #49 sha256:c7a472f37232132d0f31b820187304080713900814e44b6fb27d74f662c96107 [2021-03-19T20:57:35.556Z] #49 48.82 go: extracting github.com/gogo/protobuf v1.2.1 [2021-03-19T20:57:35.663Z] #43 73.61 DEP criu/util.d [2021-03-19T20:57:35.907Z] #36 ... [2021-03-19T20:57:35.907Z] [2021-03-19T20:57:35.907Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:57:35.907Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-19T20:57:35.907Z] #42 62.50 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-03-19T20:57:35.920Z] #43 73.81 DEP criu/uffd.d [2021-03-19T20:57:36.176Z] #43 74.04 DEP criu/tun.d [2021-03-19T20:57:36.176Z] #43 74.29 DEP criu/tty.d [2021-03-19T20:57:36.433Z] #43 74.48 DEP criu/timerfd.d [2021-03-19T20:57:36.480Z] #42 63.02 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-03-19T20:57:36.480Z] #42 63.03 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-03-19T20:57:36.480Z] #42 63.06 Setting up libcap-dev:amd64 (1:2.25-2) ... [2021-03-19T20:57:36.480Z] #42 63.08 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2021-03-19T20:57:36.480Z] #42 63.10 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-03-19T20:57:36.480Z] #42 63.12 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-19T20:57:36.480Z] #42 63.15 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-03-19T20:57:36.480Z] #42 63.15 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-19T20:57:36.480Z] #42 63.17 Setting up python-protobuf (3.6.1.3-2) ... [2021-03-19T20:57:36.689Z] #43 74.65 DEP criu/timens.d [2021-03-19T20:57:36.910Z] #42 ... [2021-03-19T20:57:36.910Z] [2021-03-19T20:57:36.910Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:57:36.910Z] #45 sha256:67006e49ecacf95c79a8a79ecf4742c89a06b2be4a211d790cbd334ebffd6eb6 [2021-03-19T20:57:36.910Z] #45 75.35 syscall [2021-03-19T20:57:36.910Z] #45 ... [2021-03-19T20:57:36.910Z] [2021-03-19T20:57:36.910Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-03-19T20:57:36.910Z] #47 sha256:f24ad774b1bee98636902ffac858642277b07b9a181d0019531ecb7505503607 [2021-03-19T20:57:36.910Z] #47 DONE 85.4s [2021-03-19T20:57:36.910Z] [2021-03-19T20:57:36.910Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:57:36.910Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:57:36.910Z] #13 77.11 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ... [2021-03-19T20:57:36.910Z] #13 77.34 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-19T20:57:36.910Z] #13 77.46 Preparing to unpack .../libudev1_241-7~deb10u6_amd64.deb ... [2021-03-19T20:57:36.910Z] #13 77.56 Unpacking libudev1:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-03-19T20:57:36.910Z] #13 78.70 Setting up libudev1:amd64 (241-7~deb10u6) ... [2021-03-19T20:57:36.910Z] #13 78.97 Selecting previously unselected package binutils-mingw-w64-i686. [2021-03-19T20:57:36.946Z] #43 74.87 DEP criu/sysfs_parse.d [2021-03-19T20:57:36.946Z] #43 75.02 DEP criu/sysctl.d [2021-03-19T20:57:37.168Z] #13 78.97 (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.) [2021-03-19T20:57:37.168Z] #13 79.17 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-03-19T20:57:37.168Z] #13 79.18 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-19T20:57:37.202Z] #43 75.16 DEP criu/string.d [2021-03-19T20:57:37.202Z] #43 75.20 DEP criu/stats.d [2021-03-19T20:57:37.202Z] #43 75.30 DEP criu/sockets.d [2021-03-19T20:57:37.458Z] #43 75.50 DEP criu/sk-unix.d [2021-03-19T20:57:37.715Z] #43 75.67 DEP criu/sk-tcp.d [2021-03-19T20:57:37.971Z] #43 75.90 DEP criu/sk-queue.d [2021-03-19T20:57:38.143Z] #49 51.39 go: extracting golang.org/x/text v0.3.2 [2021-03-19T20:57:38.228Z] #43 76.10 DEP criu/sk-packet.d [2021-03-19T20:57:38.484Z] #43 76.35 DEP criu/sk-netlink.d [2021-03-19T20:57:38.484Z] #43 76.49 DEP criu/sk-inet.d [2021-03-19T20:57:38.484Z] #43 ... [2021-03-19T20:57:38.484Z] [2021-03-19T20:57:38.484Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:57:38.484Z] #45 sha256:dcea8893a85a8f4eabc7fea730df65a7e224daa747783186796bd0e70ed61308 [2021-03-19T20:57:38.484Z] #45 DONE 173.6s [2021-03-19T20:57:38.597Z] #42 ... [2021-03-19T20:57:38.597Z] [2021-03-19T20:57:38.598Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-19T20:57:38.598Z] #34 sha256:343c7b485a1b572e975a1c652b023ca6c2f0ae9c9d0d8b730818748767b2478c [2021-03-19T20:57:38.598Z] #34 55.09 flag [2021-03-19T20:57:38.598Z] #34 55.09 log [2021-03-19T20:57:38.598Z] #34 55.09 github.com/BurntSushi/toml [2021-03-19T20:57:38.598Z] #34 58.86 github.com/BurntSushi/toml/cmd/tomlv [2021-03-19T20:57:38.741Z] [2021-03-19T20:57:38.741Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:57:38.741Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:57:38.741Z] #43 76.70 DEP criu/signalfd.d [2021-03-19T20:57:38.741Z] #43 76.83 DEP criu/sigframe.d [2021-03-19T20:57:38.855Z] #52 79.09 regexp [2021-03-19T20:57:38.890Z] #34 ... [2021-03-19T20:57:38.890Z] [2021-03-19T20:57:38.890Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:57:38.890Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-03-19T20:57:38.890Z] #13 52.17 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-03-19T20:57:38.890Z] #13 52.18 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_arm64.deb ... [2021-03-19T20:57:38.890Z] #13 52.22 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-19T20:57:38.890Z] #13 54.99 Selecting previously unselected package binutils-mingw-w64. [2021-03-19T20:57:38.890Z] #13 55.01 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-03-19T20:57:38.890Z] #13 55.12 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-19T20:57:38.890Z] #13 55.29 Selecting previously unselected package libdevmapper1.02.1:arm64. [2021-03-19T20:57:38.890Z] #13 55.29 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ... [2021-03-19T20:57:38.890Z] #13 55.30 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2021-03-19T20:57:38.890Z] #13 55.56 Selecting previously unselected package dmsetup. [2021-03-19T20:57:38.890Z] #13 55.56 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_arm64.deb ... [2021-03-19T20:57:38.890Z] #13 55.57 Unpacking dmsetup (2:1.02.155-3) ... [2021-03-19T20:57:38.890Z] #13 55.89 Selecting previously unselected package mingw-w64-common. [2021-03-19T20:57:38.890Z] #13 55.89 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-03-19T20:57:38.890Z] #13 55.91 Unpacking mingw-w64-common (6.0.0-3) ... [2021-03-19T20:57:38.997Z] #43 76.96 DEP criu/shmem.d [2021-03-19T20:57:39.153Z] #13 ... [2021-03-19T20:57:39.153Z] [2021-03-19T20:57:39.153Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:57:39.153Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-03-19T20:57:39.153Z] #42 65.51 Setting up libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2021-03-19T20:57:39.254Z] #43 77.31 DEP criu/servicefd.d [2021-03-19T20:57:39.417Z] #42 ... [2021-03-19T20:57:39.417Z] [2021-03-19T20:57:39.417Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-19T20:57:39.417Z] #34 sha256:343c7b485a1b572e975a1c652b023ca6c2f0ae9c9d0d8b730818748767b2478c [2021-03-19T20:57:39.417Z] #34 DONE 65.8s [2021-03-19T20:57:39.501Z] #52 ... [2021-03-19T20:57:39.501Z] [2021-03-19T20:57:39.501Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:57:39.501Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-19T20:57:39.501Z] #44 5.773 PBCC images/timens.pb-c.c [2021-03-19T20:57:39.501Z] #44 5.821 DEP images/timens.pb-c.d [2021-03-19T20:57:39.501Z] #44 5.855 PBCC images/fown.pb-c.c [2021-03-19T20:57:39.501Z] #44 5.878 PBCC images/google/protobuf/descriptor.pb-c.c [2021-03-19T20:57:39.501Z] #44 5.968 PBCC images/opts.pb-c.c [2021-03-19T20:57:39.501Z] #44 6.017 PBCC images/memfd.pb-c.c [2021-03-19T20:57:39.501Z] #44 6.086 DEP images/fown.pb-c.d [2021-03-19T20:57:39.501Z] #44 6.127 DEP images/google/protobuf/descriptor.pb-c.d [2021-03-19T20:57:39.501Z] #44 6.199 DEP images/opts.pb-c.d [2021-03-19T20:57:39.501Z] #44 6.248 DEP images/memfd.pb-c.d [2021-03-19T20:57:39.501Z] #44 6.304 PBCC images/sit.pb-c.c [2021-03-19T20:57:39.501Z] #44 6.414 DEP images/sit.pb-c.d [2021-03-19T20:57:39.501Z] #44 6.464 PBCC images/macvlan.pb-c.c [2021-03-19T20:57:39.501Z] #44 6.475 DEP images/macvlan.pb-c.d [2021-03-19T20:57:39.501Z] #44 6.579 PBCC images/autofs.pb-c.c [2021-03-19T20:57:39.501Z] #44 6.601 DEP images/autofs.pb-c.d [2021-03-19T20:57:39.501Z] #44 6.713 PBCC images/sysctl.pb-c.c [2021-03-19T20:57:39.501Z] #44 6.734 DEP images/sysctl.pb-c.d [2021-03-19T20:57:39.501Z] #44 6.822 PBCC images/time.pb-c.c [2021-03-19T20:57:39.501Z] #44 6.850 DEP images/time.pb-c.d [2021-03-19T20:57:39.501Z] #44 6.916 PBCC images/binfmt-misc.pb-c.c [2021-03-19T20:57:39.501Z] #44 6.960 DEP images/binfmt-misc.pb-c.d [2021-03-19T20:57:39.501Z] #44 7.029 PBCC images/seccomp.pb-c.c [2021-03-19T20:57:39.501Z] #44 7.074 DEP images/seccomp.pb-c.d [2021-03-19T20:57:39.501Z] #44 7.115 PBCC images/userns.pb-c.c [2021-03-19T20:57:39.501Z] #44 7.134 DEP images/userns.pb-c.d [2021-03-19T20:57:39.501Z] #44 7.209 PBCC images/cgroup.pb-c.c [2021-03-19T20:57:39.501Z] #44 7.255 DEP images/cgroup.pb-c.d [2021-03-19T20:57:39.501Z] #44 7.334 PBCC images/ext-file.pb-c.c [2021-03-19T20:57:39.501Z] #44 7.365 DEP images/ext-file.pb-c.d [2021-03-19T20:57:39.501Z] #44 7.481 PBCC images/rpc.pb-c.c [2021-03-19T20:57:39.501Z] #44 7.593 DEP images/rpc.pb-c.d [2021-03-19T20:57:39.501Z] #44 7.643 PBCC images/siginfo.pb-c.c [2021-03-19T20:57:39.501Z] #44 7.708 DEP images/siginfo.pb-c.d [2021-03-19T20:57:39.501Z] #44 7.726 PBCC images/pagemap.pb-c.c [2021-03-19T20:57:39.501Z] #44 7.800 DEP images/pagemap.pb-c.d [2021-03-19T20:57:39.501Z] #44 7.843 PBCC images/rlimit.pb-c.c [2021-03-19T20:57:39.501Z] #44 7.876 DEP images/rlimit.pb-c.d [2021-03-19T20:57:39.501Z] #44 7.957 PBCC images/file-lock.pb-c.c [2021-03-19T20:57:39.501Z] #44 7.966 DEP images/file-lock.pb-c.d [2021-03-19T20:57:39.501Z] #44 8.031 PBCC images/tty.pb-c.c [2021-03-19T20:57:39.501Z] #44 8.132 DEP images/tty.pb-c.d [2021-03-19T20:57:39.501Z] #44 8.191 PBCC images/tun.pb-c.c [2021-03-19T20:57:39.501Z] #44 8.272 PBCC images/netdev.pb-c.c [2021-03-19T20:57:39.501Z] #44 8.354 DEP images/tun.pb-c.d [2021-03-19T20:57:39.501Z] #44 8.416 DEP images/netdev.pb-c.d [2021-03-19T20:57:39.501Z] #44 8.494 PBCC images/vma.pb-c.c [2021-03-19T20:57:39.501Z] #44 8.565 DEP images/vma.pb-c.d [2021-03-19T20:57:39.501Z] #44 8.647 PBCC images/creds.pb-c.c [2021-03-19T20:57:39.501Z] #44 8.682 DEP images/creds.pb-c.d [2021-03-19T20:57:39.501Z] #44 8.777 PBCC images/utsns.pb-c.c [2021-03-19T20:57:39.501Z] #44 8.803 DEP images/utsns.pb-c.d [2021-03-19T20:57:39.501Z] #44 8.871 PBCC images/ipc-desc.pb-c.c [2021-03-19T20:57:39.501Z] #44 8.909 PBCC images/ipc-sem.pb-c.c [2021-03-19T20:57:39.501Z] #44 8.944 DEP images/ipc-desc.pb-c.d [2021-03-19T20:57:39.501Z] #44 9.025 DEP images/ipc-sem.pb-c.d [2021-03-19T20:57:39.501Z] #44 9.120 PBCC images/ipc-msg.pb-c.c [2021-03-19T20:57:39.501Z] #44 9.140 DEP images/ipc-msg.pb-c.d [2021-03-19T20:57:39.501Z] #44 9.248 PBCC images/ipc-shm.pb-c.c [2021-03-19T20:57:39.501Z] #44 9.261 DEP images/ipc-shm.pb-c.d [2021-03-19T20:57:39.501Z] #44 9.344 PBCC images/ipc-var.pb-c.c [2021-03-19T20:57:39.501Z] #44 9.364 DEP images/ipc-var.pb-c.d [2021-03-19T20:57:39.501Z] #44 9.439 PBCC images/sk-opts.pb-c.c [2021-03-19T20:57:39.501Z] #44 9.456 PBCC images/packet-sock.pb-c.c [2021-03-19T20:57:39.501Z] #44 9.547 DEP images/sk-opts.pb-c.d [2021-03-19T20:57:39.501Z] #44 9.605 DEP images/packet-sock.pb-c.d [2021-03-19T20:57:39.501Z] #44 9.729 PBCC images/sk-netlink.pb-c.c [2021-03-19T20:57:39.501Z] #44 9.785 DEP images/sk-netlink.pb-c.d [2021-03-19T20:57:39.501Z] #44 9.878 PBCC images/sk-inet.pb-c.c [2021-03-19T20:57:39.501Z] #44 9.944 DEP images/sk-inet.pb-c.d [2021-03-19T20:57:39.501Z] #44 10.02 PBCC images/sk-unix.pb-c.c [2021-03-19T20:57:39.501Z] #44 10.13 DEP images/sk-unix.pb-c.d [2021-03-19T20:57:39.501Z] #44 10.23 PBCC images/mm.pb-c.c [2021-03-19T20:57:39.501Z] #44 10.27 DEP images/mm.pb-c.d [2021-03-19T20:57:39.501Z] #44 10.34 PBCC images/timerfd.pb-c.c [2021-03-19T20:57:39.501Z] #44 10.40 DEP images/timerfd.pb-c.d [2021-03-19T20:57:39.538Z] using credential docker-jenkins-github-credentials [2021-03-19T20:57:39.617Z] Cloning the remote Git repository [2021-03-19T20:57:39.617Z] Cloning with configured refspecs honoured and without tags [2021-03-19T20:57:39.683Z] [2021-03-19T20:57:39.683Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:57:39.683Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-03-19T20:57:39.683Z] #42 66.01 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-03-19T20:57:39.683Z] #42 66.09 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-03-19T20:57:39.794Z] #42 ... [2021-03-19T20:57:39.794Z] [2021-03-19T20:57:39.794Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:57:39.794Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-19T20:57:39.794Z] #36 65.72 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-19T20:57:39.794Z] #36 65.75 Setting up xxd (2:8.1.0875-5) ... [2021-03-19T20:57:39.794Z] #36 65.77 Setting up libuv1:amd64 (1.24.1-1) ... [2021-03-19T20:57:39.794Z] #36 65.81 Setting up vim-common (2:8.1.0875-5) ... [2021-03-19T20:57:39.794Z] #36 65.85 Setting up librhash0:amd64 (1.3.8-1) ... [2021-03-19T20:57:39.794Z] #36 65.86 Setting up cmake-data (3.13.4-1) ... [2021-03-19T20:57:39.794Z] #36 65.88 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-03-19T20:57:39.794Z] #36 65.89 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-03-19T20:57:39.794Z] #36 65.92 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-03-19T20:57:39.794Z] #36 65.94 Setting up cmake (3.13.4-1) ... [2021-03-19T20:57:39.794Z] #36 65.95 Processing triggers for libc-bin (2.28-10) ... [2021-03-19T20:57:39.794Z] #36 66.03 Processing triggers for mime-support (3.62) ... [2021-03-19T20:57:39.794Z] #36 DONE 66.4s [2021-03-19T20:57:39.794Z] [2021-03-19T20:57:39.794Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-19T20:57:39.794Z] #34 sha256:45a7d2588043b219796790bf5fc5f2d8c3075484c7ae812ab4b181e7b489fdc5 [2021-03-19T20:57:39.794Z] #34 56.51 internal/poll [2021-03-19T20:57:39.794Z] #34 58.43 internal/syscall/execenv [2021-03-19T20:57:39.794Z] #34 58.77 internal/syscall/unix [2021-03-19T20:57:39.794Z] #34 59.15 os [2021-03-19T20:57:39.794Z] #34 61.09 internal/fmtsort [2021-03-19T20:57:39.794Z] #34 62.00 strings [2021-03-19T20:57:39.794Z] #34 63.02 fmt [2021-03-19T20:57:39.794Z] #34 65.46 path/filepath [2021-03-19T20:57:39.794Z] #34 ... [2021-03-19T20:57:39.794Z] [2021-03-19T20:57:39.794Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:57:39.794Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:57:39.794Z] #13 54.85 Get:14 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] [2021-03-19T20:57:39.794Z] #13 57.19 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-03-19T20:57:39.794Z] #13 57.19 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-03-19T20:57:39.794Z] #13 57.19 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-03-19T20:57:39.794Z] #13 57.20 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-03-19T20:57:39.794Z] #13 57.20 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2021-03-19T20:57:39.794Z] #13 57.20 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u6 [110 kB] [2021-03-19T20:57:39.794Z] #13 57.21 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-03-19T20:57:39.794Z] #13 57.24 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-03-19T20:57:39.794Z] #13 57.28 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-03-19T20:57:39.794Z] #13 57.29 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-03-19T20:57:39.794Z] #13 57.29 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-03-19T20:57:39.794Z] #13 57.35 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-03-19T20:57:39.794Z] #13 57.36 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-03-19T20:57:39.794Z] #13 57.37 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u6 [322 kB] [2021-03-19T20:57:39.794Z] #13 58.49 debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:57:39.800Z] #44 10.50 PBCC images/timer.pb-c.c [2021-03-19T20:57:39.800Z] #44 10.54 DEP images/timer.pb-c.d [2021-03-19T20:57:39.800Z] #44 10.60 PBCC images/sa.pb-c.c [2021-03-19T20:57:39.816Z] #43 77.60 DEP criu/seize.d [2021-03-19T20:57:39.816Z] #43 77.75 DEP criu/seccomp.d [2021-03-19T20:57:39.816Z] #43 77.93 DEP criu/rst-malloc.d [2021-03-19T20:57:39.816Z] #43 77.99 DEP criu/rbtree.d [2021-03-19T20:57:39.948Z] #42 66.26 Setting up libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2021-03-19T20:57:39.948Z] #42 66.32 Setting up python-six (1.12.0-1) ... [2021-03-19T20:57:39.948Z] #42 ... [2021-03-19T20:57:39.948Z] [2021-03-19T20:57:39.948Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:57:39.948Z] #45 sha256:7c7570aae27449b8fbce88d7ff9f45e13317ac59cb4f516bce02de03467ff278 [2021-03-19T20:57:39.948Z] #45 56.28 crypto/sha512 [2021-03-19T20:57:39.948Z] #45 57.36 crypto/aes [2021-03-19T20:57:39.948Z] #45 57.60 crypto/des [2021-03-19T20:57:39.948Z] #45 58.62 crypto/ed25519/internal/edwards25519 [2021-03-19T20:57:39.948Z] #45 59.51 crypto/md5 [2021-03-19T20:57:39.948Z] #45 60.49 go/scanner [2021-03-19T20:57:39.948Z] #45 60.80 net/url [2021-03-19T20:57:39.948Z] #45 61.86 text/template/parse [2021-03-19T20:57:39.948Z] #45 62.93 go/ast [2021-03-19T20:57:39.948Z] #45 64.05 encoding/json [2021-03-19T20:57:40.055Z] #13 ... [2021-03-19T20:57:40.055Z] [2021-03-19T20:57:40.055Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:57:40.055Z] #45 sha256:9df4444049aad817e1475f1ac1fdf7e8274ee4a1b46c939a92dae5960035473a [2021-03-19T20:57:40.055Z] #45 56.77 internal/poll [2021-03-19T20:57:40.055Z] #45 59.08 internal/syscall/unix [2021-03-19T20:57:40.055Z] #45 59.34 os [2021-03-19T20:57:40.055Z] #45 62.87 strings [2021-03-19T20:57:40.055Z] #45 62.99 fmt [2021-03-19T20:57:40.055Z] #45 65.82 path/filepath [2021-03-19T20:57:40.055Z] #45 ... [2021-03-19T20:57:40.055Z] [2021-03-19T20:57:40.055Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-19T20:57:40.055Z] #34 sha256:45a7d2588043b219796790bf5fc5f2d8c3075484c7ae812ab4b181e7b489fdc5 [2021-03-19T20:57:40.055Z] #34 66.90 io/ioutil [2021-03-19T20:57:40.073Z] #43 78.03 DEP criu/pstree.d [2021-03-19T20:57:40.100Z] #44 10.66 DEP images/sa.pb-c.d [2021-03-19T20:57:40.100Z] #44 10.75 PBCC images/pipe-data.pb-c.c [2021-03-19T20:57:40.100Z] #44 10.77 DEP images/pipe-data.pb-c.d [2021-03-19T20:57:40.100Z] #44 ... [2021-03-19T20:57:40.100Z] [2021-03-19T20:57:40.100Z] #48 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-03-19T20:57:40.100Z] #48 sha256:61d0010170f489a7a6d989813329998f13e5b47f882159d72341c7c9ea44c861 [2021-03-19T20:57:40.100Z] #48 DONE 80.1s [2021-03-19T20:57:40.100Z] [2021-03-19T20:57:40.100Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:57:40.100Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-19T20:57:40.100Z] #44 10.86 PBCC images/mnt.pb-c.c [2021-03-19T20:57:40.100Z] #44 ... [2021-03-19T20:57:40.100Z] [2021-03-19T20:57:40.100Z] #14 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:57:40.100Z] #14 sha256:5151d703b769bc35b6bada7e872d6f26a661733fd6a91bb6a69d949f095f4d31 [2021-03-19T20:57:40.100Z] #14 76.30 Selecting previously unselected package gcc-mingw-w64-base. [2021-03-19T20:57:40.100Z] #14 76.31 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2021-03-19T20:57:40.100Z] #14 76.33 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-19T20:57:40.100Z] #14 76.46 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-03-19T20:57:40.100Z] #14 76.49 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2021-03-19T20:57:40.100Z] #14 76.50 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-19T20:57:40.329Z] #43 78.22 DEP criu/protobuf.d [2021-03-19T20:57:40.329Z] #43 78.39 GEN criu/protobuf-desc-gen.h [2021-03-19T20:57:40.455Z] #13 ... [2021-03-19T20:57:40.455Z] [2021-03-19T20:57:40.455Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:57:40.455Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-19T20:57:40.455Z] #42 88.92 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-03-19T20:57:40.455Z] #42 88.93 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-03-19T20:57:40.455Z] #42 88.96 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-03-19T20:57:40.455Z] #42 88.97 Setting up libcap-dev:amd64 (1:2.25-2) ... [2021-03-19T20:57:40.455Z] #42 88.99 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2021-03-19T20:57:40.455Z] #42 89.01 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-03-19T20:57:40.528Z] #45 ... [2021-03-19T20:57:40.528Z] [2021-03-19T20:57:40.528Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:57:40.528Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-03-19T20:57:40.528Z] #36 57.87 Selecting previously unselected package libicu63:arm64. [2021-03-19T20:57:40.528Z] #36 57.88 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_arm64.deb ... [2021-03-19T20:57:40.528Z] #36 57.91 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2021-03-19T20:57:40.528Z] #36 66.00 Selecting previously unselected package libxml2:arm64. [2021-03-19T20:57:40.528Z] #36 66.01 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_arm64.deb ... [2021-03-19T20:57:40.528Z] #36 66.04 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+deb10u1) ... [2021-03-19T20:57:40.528Z] #36 66.87 Selecting previously unselected package libarchive13:arm64. [2021-03-19T20:57:40.528Z] #36 66.88 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_arm64.deb ... [2021-03-19T20:57:40.528Z] #36 66.89 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ... [2021-03-19T20:57:40.627Z] #34 67.29 path [2021-03-19T20:57:40.713Z] #42 89.03 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-19T20:57:40.713Z] #42 89.04 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-03-19T20:57:40.713Z] #42 89.06 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-19T20:57:40.713Z] #42 89.07 Setting up python-protobuf (3.6.1.3-2) ... [2021-03-19T20:57:40.793Z] #36 67.24 Selecting previously unselected package libjsoncpp1:arm64. [2021-03-19T20:57:40.793Z] #36 67.24 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_arm64.deb ... [2021-03-19T20:57:39.834Z] Cloning repository https://github.com/moby/moby.git [2021-03-19T20:57:40.245Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-03-19T20:57:41.058Z] #36 67.26 Unpacking libjsoncpp1:arm64 (1.7.4-3) ... [2021-03-19T20:57:41.199Z] #34 67.84 text/tabwriter [2021-03-19T20:57:41.511Z] #49 ... [2021-03-19T20:57:41.511Z] [2021-03-19T20:57:41.511Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:57:41.511Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-19T20:57:41.511Z] #42 43.38 Reading package lists... [2021-03-19T20:57:42.073Z] #36 ... [2021-03-19T20:57:42.073Z] [2021-03-19T20:57:42.073Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:57:42.073Z] #51 sha256:0811b4bae58ebeea9cd35702e1f36c3c870b703929ecc4654f5442dd6d3541fb [2021-03-19T20:57:42.073Z] #51 58.19 encoding/json [2021-03-19T20:57:42.073Z] #51 58.19 github.com/pkg/diff [2021-03-19T20:57:42.073Z] #51 58.19 go/token [2021-03-19T20:57:42.073Z] #51 59.33 go/scanner [2021-03-19T20:57:42.073Z] #51 60.48 mvdan.cc/editorconfig [2021-03-19T20:57:42.073Z] #51 62.09 go/ast [2021-03-19T20:57:42.073Z] #51 63.77 mvdan.cc/sh/v3/syntax [2021-03-19T20:57:42.073Z] #51 64.54 golang.org/x/crypto/ssh/terminal [2021-03-19T20:57:42.073Z] #51 ... [2021-03-19T20:57:42.073Z] [2021-03-19T20:57:42.073Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:57:42.073Z] #45 sha256:7c7570aae27449b8fbce88d7ff9f45e13317ac59cb4f516bce02de03467ff278 [2021-03-19T20:57:42.073Z] #45 68.45 text/template [2021-03-19T20:57:42.141Z] #34 68.63 github.com/BurntSushi/toml [2021-03-19T20:57:42.141Z] #34 68.63 flag [2021-03-19T20:57:42.205Z] #14 ... [2021-03-19T20:57:42.205Z] [2021-03-19T20:57:42.205Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:57:42.205Z] #46 sha256:01cdc391c2a635773473112dcab908b7b7dfe0e9cca8ea606d862f15501446b8 [2021-03-19T20:57:42.205Z] #46 72.03 hash/crc32 [2021-03-19T20:57:42.205Z] #46 75.15 vendor/golang.org/x/text/transform [2021-03-19T20:57:42.205Z] #46 76.11 time [2021-03-19T20:57:42.205Z] #46 ... [2021-03-19T20:57:42.205Z] [2021-03-19T20:57:42.205Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:57:42.205Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-19T20:57:42.205Z] #44 10.99 DEP images/mnt.pb-c.d [2021-03-19T20:57:42.205Z] #44 11.12 PBCC images/sk-packet.pb-c.c [2021-03-19T20:57:42.205Z] #44 11.13 DEP images/sk-packet.pb-c.d [2021-03-19T20:57:42.205Z] #44 11.17 PBCC images/tcp-stream.pb-c.c [2021-03-19T20:57:42.205Z] #44 11.26 DEP images/tcp-stream.pb-c.d [2021-03-19T20:57:42.205Z] #44 11.32 PBCC images/pipe.pb-c.c [2021-03-19T20:57:42.205Z] #44 11.40 DEP images/pipe.pb-c.d [2021-03-19T20:57:42.205Z] #44 11.48 PBCC images/pstree.pb-c.c [2021-03-19T20:57:42.205Z] #44 11.52 DEP images/pstree.pb-c.d [2021-03-19T20:57:42.205Z] #44 11.60 PBCC images/fs.pb-c.c [2021-03-19T20:57:42.205Z] #44 11.64 DEP images/fs.pb-c.d [2021-03-19T20:57:42.205Z] #44 11.71 PBCC images/signalfd.pb-c.c [2021-03-19T20:57:42.205Z] #44 11.87 DEP images/signalfd.pb-c.d [2021-03-19T20:57:42.205Z] #44 11.94 PBCC images/fh.pb-c.c [2021-03-19T20:57:42.205Z] #44 12.00 PBCC images/fsnotify.pb-c.c [2021-03-19T20:57:42.205Z] #44 12.08 DEP images/fh.pb-c.d [2021-03-19T20:57:42.205Z] #44 12.24 DEP images/fsnotify.pb-c.d [2021-03-19T20:57:42.205Z] #44 12.28 PBCC images/eventpoll.pb-c.c [2021-03-19T20:57:42.205Z] #44 12.30 DEP images/eventpoll.pb-c.d [2021-03-19T20:57:42.205Z] #44 12.34 PBCC images/eventfd.pb-c.c [2021-03-19T20:57:42.205Z] #44 12.35 DEP images/eventfd.pb-c.d [2021-03-19T20:57:42.205Z] #44 12.42 PBCC images/remap-file-path.pb-c.c [2021-03-19T20:57:42.205Z] #44 12.46 DEP images/remap-file-path.pb-c.d [2021-03-19T20:57:42.205Z] #44 12.51 PBCC images/fifo.pb-c.c [2021-03-19T20:57:42.205Z] #44 12.55 DEP images/fifo.pb-c.d [2021-03-19T20:57:42.205Z] #44 12.60 PBCC images/ghost-file.pb-c.c [2021-03-19T20:57:42.205Z] #44 12.66 DEP images/ghost-file.pb-c.d [2021-03-19T20:57:42.205Z] #44 12.71 PBCC images/regfile.pb-c.c [2021-03-19T20:57:42.205Z] #44 12.77 DEP images/regfile.pb-c.d [2021-03-19T20:57:42.205Z] #44 12.82 PBCC images/ns.pb-c.c [2021-03-19T20:57:42.205Z] #44 12.85 DEP images/ns.pb-c.d [2021-03-19T20:57:42.205Z] #44 12.91 PBCC images/fdinfo.pb-c.c [2021-03-19T20:57:42.205Z] #44 13.06 DEP images/fdinfo.pb-c.d [2021-03-19T20:57:42.220Z] #43 79.96 DEP criu/protobuf-desc.d [2021-03-19T20:57:42.220Z] #43 80.08 DEP criu/proc_parse.d [2021-03-19T20:57:42.220Z] #43 80.27 DEP criu/plugin.d [2021-03-19T20:57:42.220Z] #43 80.33 DEP criu/pipes.d [2021-03-19T20:57:42.338Z] #45 68.66 go/parser [2021-03-19T20:57:42.509Z] #44 13.17 PBCC images/core-aarch64.pb-c.c [2021-03-19T20:57:42.509Z] #44 13.27 PBCC images/core-arm.pb-c.c [2021-03-19T20:57:42.509Z] #44 13.35 PBCC images/core-ppc64.pb-c.c [2021-03-19T20:57:42.509Z] #44 13.41 PBCC images/core-s390.pb-c.c [2021-03-19T20:57:42.528Z] #43 80.52 DEP criu/pie-util.d [2021-03-19T20:57:42.528Z] #43 80.62 DEP criu/pie-util-vdso.d [2021-03-19T20:57:42.786Z] #43 ... [2021-03-19T20:57:42.786Z] [2021-03-19T20:57:42.786Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-19T20:57:42.786Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-19T20:57:42.786Z] #20 11.33 Fetched 8929 kB in 10s (887 kB/s) [2021-03-19T20:57:42.786Z] #20 11.33 Reading package lists... [2021-03-19T20:57:42.786Z] #20 15.52 Reading package lists... [2021-03-19T20:57:42.786Z] #20 19.99 Building dependency tree... [2021-03-19T20:57:42.786Z] #20 ... [2021-03-19T20:57:42.786Z] [2021-03-19T20:57:42.786Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:57:42.786Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:57:42.786Z] #43 80.81 DEP criu/pie-util-vdso-elf32.d [2021-03-19T20:57:42.806Z] #44 13.51 PBCC images/core-x86.pb-c.c [2021-03-19T20:57:42.806Z] #44 13.61 PBCC images/core.pb-c.c [2021-03-19T20:57:42.899Z] #42 53.77 Building dependency tree... [2021-03-19T20:57:43.043Z] #43 80.96 DEP criu/path.d [2021-03-19T20:57:43.084Z] #34 ... [2021-03-19T20:57:43.084Z] [2021-03-19T20:57:43.084Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:57:43.084Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-19T20:57:43.084Z] #42 69.31 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2021-03-19T20:57:43.084Z] #42 69.33 Processing triggers for libc-bin (2.28-10) ... [2021-03-19T20:57:43.084Z] #42 DONE 69.8s [2021-03-19T20:57:43.104Z] #44 13.78 PBCC images/inventory.pb-c.c [2021-03-19T20:57:43.104Z] #44 13.87 DEP images/core-aarch64.pb-c.d [2021-03-19T20:57:43.104Z] #44 13.95 DEP images/core-arm.pb-c.d [2021-03-19T20:57:43.104Z] #44 14.00 DEP images/core-ppc64.pb-c.d [2021-03-19T20:57:41.056Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-19T20:57:41.056Z] > git --version # timeout=10 [2021-03-19T20:57:41.108Z] > git --version # 'git version 2.24.1.windows.2' [2021-03-19T20:57:41.109Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-19T20:57:41.112Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42173/head:refs/remotes/origin/PR-42173 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-19T20:57:43.306Z] #43 81.08 DEP criu/parasite-syscall.d [2021-03-19T20:57:43.306Z] #43 81.27 DEP criu/pagemap.d [2021-03-19T20:57:43.345Z] [2021-03-19T20:57:43.345Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:57:43.345Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:57:43.345Z] #13 58.70 Fetched 78.2 MB in 8s (9602 kB/s) [2021-03-19T20:57:43.345Z] #13 58.83 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-19T20:57:43.345Z] #13 58.92 Preparing to unpack .../libsystemd0_241-7~deb10u6_amd64.deb ... [2021-03-19T20:57:43.345Z] #13 58.95 Unpacking libsystemd0:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-03-19T20:57:43.345Z] #13 59.37 Setting up libsystemd0:amd64 (241-7~deb10u6) ... [2021-03-19T20:57:43.345Z] #13 59.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 ... 15410 files and directories currently installed.) [2021-03-19T20:57:43.345Z] #13 59.65 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ... [2021-03-19T20:57:43.345Z] #13 59.70 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-03-19T20:57:43.345Z] #13 59.90 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ... [2021-03-19T20:57:43.345Z] #13 60.03 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-19T20:57:43.345Z] #13 60.10 Preparing to unpack .../libudev1_241-7~deb10u6_amd64.deb ... [2021-03-19T20:57:43.345Z] #13 60.15 Unpacking libudev1:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-03-19T20:57:43.345Z] #13 60.33 Setting up libudev1:amd64 (241-7~deb10u6) ... [2021-03-19T20:57:43.345Z] #13 60.62 Selecting previously unselected package binutils-mingw-w64-i686. [2021-03-19T20:57:43.345Z] #13 60.62 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-19T20:57:43.345Z] #13 60.68 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-03-19T20:57:43.345Z] #13 60.70 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-19T20:57:43.404Z] #44 14.10 DEP images/core-s390.pb-c.d [2021-03-19T20:57:43.404Z] #44 14.16 DEP images/core-x86.pb-c.d [2021-03-19T20:57:43.404Z] #44 14.20 DEP images/core.pb-c.d [2021-03-19T20:57:43.404Z] #44 14.29 DEP images/inventory.pb-c.d [2021-03-19T20:57:43.562Z] #43 81.40 DEP criu/pagemap-cache.d [2021-03-19T20:57:43.562Z] #43 81.54 DEP criu/page-xfer.d [2021-03-19T20:57:43.707Z] #44 14.33 PBCC images/cpuinfo.pb-c.c [2021-03-19T20:57:43.707Z] #44 14.35 DEP images/cpuinfo.pb-c.d [2021-03-19T20:57:43.707Z] #44 14.41 PBCC images/stats.pb-c.c [2021-03-19T20:57:43.707Z] #44 14.44 DEP images/stats.pb-c.d [2021-03-19T20:57:43.818Z] #43 81.83 DEP criu/page-pipe.d [2021-03-19T20:57:43.818Z] #43 81.92 DEP criu/netfilter.d [2021-03-19T20:57:44.379Z] #43 82.16 DEP criu/net.d [2021-03-19T20:57:44.379Z] #43 82.34 DEP criu/namespaces.d [2021-03-19T20:57:44.379Z] #43 82.54 DEP criu/mount.d [2021-03-19T20:57:44.733Z] #13 63.06 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-03-19T20:57:44.733Z] #13 63.07 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-03-19T20:57:44.733Z] #13 63.08 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-19T20:57:44.940Z] #43 82.73 DEP criu/memfd.d [2021-03-19T20:57:44.940Z] #43 82.88 DEP criu/mem.d [2021-03-19T20:57:44.940Z] #43 83.10 DEP criu/lsm.d [2021-03-19T20:57:45.195Z] #43 83.22 DEP criu/log.d [2021-03-19T20:57:45.195Z] #43 83.32 DEP criu/libnetlink.d [2021-03-19T20:57:45.439Z] #42 ... [2021-03-19T20:57:45.439Z] [2021-03-19T20:57:45.439Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-03-19T20:57:45.439Z] #67 sha256:62c05b37ba63a53a6a41d1810cbd1ed66e6c699874c7d18e04d7f61369a1b56c [2021-03-19T20:57:45.439Z] #67 DONE 58.9s [2021-03-19T20:57:45.439Z] [2021-03-19T20:57:45.439Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:57:45.439Z] #45 sha256:545ba0c6e50551d0b617ccbb97585f12f34dc9406939c9ddce5a9da66a6b6b5f [2021-03-19T20:57:45.439Z] #45 57.86 sync [2021-03-19T20:57:45.439Z] #45 57.94 internal/reflectlite [2021-03-19T20:57:45.450Z] #43 83.41 DEP criu/kerndat.d [2021-03-19T20:57:45.668Z] #45 71.61 encoding/xml [2021-03-19T20:57:45.705Z] #43 83.65 DEP criu/kcmp-ids.d [2021-03-19T20:57:45.705Z] #43 83.74 DEP criu/irmap.d [2021-03-19T20:57:45.819Z] #44 16.27 make[1]: Nothing to be done for 'all'. [2021-03-19T20:57:45.961Z] #43 83.85 DEP criu/ipc_ns.d [2021-03-19T20:57:45.961Z] #43 84.01 DEP criu/image.d [2021-03-19T20:57:45.986Z] #42 ... [2021-03-19T20:57:45.986Z] [2021-03-19T20:57:45.986Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:57:45.986Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-19T20:57:45.986Z] #36 83.56 Selecting previously unselected package libxml2:amd64. [2021-03-19T20:57:45.986Z] #36 83.61 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-03-19T20:57:45.986Z] #36 83.62 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-03-19T20:57:45.986Z] #36 84.94 Selecting previously unselected package libarchive13:amd64. [2021-03-19T20:57:45.986Z] #36 84.95 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-03-19T20:57:45.986Z] #36 84.98 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-03-19T20:57:45.986Z] #36 85.78 Selecting previously unselected package libjsoncpp1:amd64. [2021-03-19T20:57:45.986Z] #36 85.81 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-03-19T20:57:45.986Z] #36 85.81 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-03-19T20:57:45.986Z] #36 86.09 Selecting previously unselected package librhash0:amd64. [2021-03-19T20:57:45.986Z] #36 86.10 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-03-19T20:57:45.986Z] #36 86.12 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-03-19T20:57:45.986Z] #36 86.37 Selecting previously unselected package libuv1:amd64. [2021-03-19T20:57:45.986Z] #36 86.37 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-03-19T20:57:45.986Z] #36 86.39 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-03-19T20:57:45.986Z] #36 86.73 Selecting previously unselected package cmake. [2021-03-19T20:57:45.986Z] #36 86.73 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-03-19T20:57:45.986Z] #36 86.73 Unpacking cmake (3.13.4-1) ... [2021-03-19T20:57:45.986Z] #36 91.77 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-19T20:57:45.986Z] #36 91.93 Setting up xxd (2:8.1.0875-5) ... [2021-03-19T20:57:45.986Z] #36 92.03 Setting up libuv1:amd64 (1.24.1-1) ... [2021-03-19T20:57:45.986Z] #36 92.08 Setting up vim-common (2:8.1.0875-5) ... [2021-03-19T20:57:45.986Z] #36 92.35 Setting up librhash0:amd64 (1.3.8-1) ... [2021-03-19T20:57:45.986Z] #36 92.39 Setting up cmake-data (3.13.4-1) ... [2021-03-19T20:57:45.986Z] #36 92.54 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-03-19T20:57:45.986Z] #36 92.64 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-03-19T20:57:45.986Z] #36 92.78 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-03-19T20:57:45.986Z] #36 92.85 Setting up cmake (3.13.4-1) ... [2021-03-19T20:57:45.986Z] #36 92.98 Processing triggers for libc-bin (2.28-10) ... [2021-03-19T20:57:45.986Z] #36 93.16 Processing triggers for mime-support (3.62) ... [2021-03-19T20:57:45.986Z] #36 DONE 93.6s [2021-03-19T20:57:45.986Z] [2021-03-19T20:57:45.986Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-03-19T20:57:45.986Z] #37 sha256:b89d19036356f2e06c45110f06ef5001012e55387428f18bdf4ccad8e3cb47fa [2021-03-19T20:57:45.986Z] #37 ... [2021-03-19T20:57:45.986Z] [2021-03-19T20:57:45.986Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:57:45.986Z] #51 sha256:2ae17ab665c367de12f129d18e13d9230e3d4f2f61b045cf5abc7a9a6cf418f6 [2021-03-19T20:57:45.986Z] #51 83.69 time [2021-03-19T20:57:45.986Z] #51 90.86 encoding/binary [2021-03-19T20:57:45.986Z] #51 92.61 context [2021-03-19T20:57:45.986Z] #51 93.04 encoding/base64 [2021-03-19T20:57:45.986Z] #51 93.98 os [2021-03-19T20:57:45.986Z] #51 ... [2021-03-19T20:57:45.986Z] [2021-03-19T20:57:45.986Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:57:45.986Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:57:45.986Z] #13 83.87 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-03-19T20:57:45.986Z] #13 83.87 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-03-19T20:57:45.986Z] #13 83.87 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-19T20:57:45.986Z] #13 87.01 Selecting previously unselected package binutils-mingw-w64. [2021-03-19T20:57:45.986Z] #13 87.02 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-03-19T20:57:45.986Z] #13 87.11 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-19T20:57:45.986Z] #13 87.38 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-03-19T20:57:45.986Z] #13 87.39 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-03-19T20:57:45.986Z] #13 87.44 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-03-19T20:57:45.986Z] #13 87.77 Selecting previously unselected package dmsetup. [2021-03-19T20:57:45.986Z] #13 87.78 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-03-19T20:57:45.986Z] #13 87.80 Unpacking dmsetup (2:1.02.155-3) ... [2021-03-19T20:57:45.986Z] #13 88.11 Selecting previously unselected package mingw-w64-common. [2021-03-19T20:57:45.986Z] #13 88.12 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-03-19T20:57:45.986Z] #13 88.13 Unpacking mingw-w64-common (6.0.0-3) ... [2021-03-19T20:57:46.007Z] #45 ... [2021-03-19T20:57:46.007Z] [2021-03-19T20:57:46.007Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:57:46.007Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:57:46.217Z] #43 84.16 DEP criu/image-desc.d [2021-03-19T20:57:46.217Z] #43 84.24 DEP criu/fsnotify.d [2021-03-19T20:57:46.267Z] #13 43.26 Reading package lists... [2021-03-19T20:57:46.267Z] #13 ... [2021-03-19T20:57:46.267Z] [2021-03-19T20:57:46.267Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:57:46.267Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-19T20:57:46.267Z] #42 59.65 The following additional packages will be installed: [2021-03-19T20:57:46.267Z] #42 59.66 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-03-19T20:57:46.267Z] #42 59.67 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-03-19T20:57:46.267Z] #42 59.69 Suggested packages: [2021-03-19T20:57:46.267Z] #42 59.70 manpages-dev python-setuptools [2021-03-19T20:57:46.470Z] #44 ... [2021-03-19T20:57:46.470Z] [2021-03-19T20:57:46.470Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:57:46.470Z] #52 sha256:34c480428f744c99a9fd576bd101776f0092976281931c1b73a94824fa8b1f23 [2021-03-19T20:57:46.470Z] #52 86.55 mvdan.cc/sh/v3/fileutil [2021-03-19T20:57:46.470Z] #52 86.58 path/filepath [2021-03-19T20:57:46.478Z] #43 84.37 DEP criu/filesystems.d [2021-03-19T20:57:46.478Z] #43 84.57 DEP criu/files.d [2021-03-19T20:57:47.048Z] #43 84.81 DEP criu/files-reg.d [2021-03-19T20:57:47.048Z] #43 ... [2021-03-19T20:57:47.048Z] [2021-03-19T20:57:47.048Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-19T20:57:47.048Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-19T20:57:47.048Z] #32 DONE 181.6s [2021-03-19T20:57:47.048Z] [2021-03-19T20:57:47.048Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-19T20:57:47.048Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-19T20:57:47.048Z] #20 21.89 libcap2-bin is already the newest version (1:2.25-2). [2021-03-19T20:57:47.048Z] #20 21.89 The following additional packages will be installed: [2021-03-19T20:57:47.048Z] #20 21.89 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-03-19T20:57:47.048Z] #20 21.90 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-03-19T20:57:47.048Z] #20 21.90 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-03-19T20:57:47.048Z] #20 21.90 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-03-19T20:57:47.048Z] #20 21.90 python3.7 python3.7-minimal vim-runtime xxd [2021-03-19T20:57:47.048Z] #20 21.91 Suggested packages: [2021-03-19T20:57:47.048Z] #20 21.91 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-03-19T20:57:47.048Z] #20 21.91 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-03-19T20:57:47.048Z] #20 21.91 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-03-19T20:57:47.048Z] #20 21.91 Recommended packages: [2021-03-19T20:57:47.048Z] #20 21.91 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-03-19T20:57:47.048Z] #20 21.91 python3-keyrings.alt python3-xdg unzip [2021-03-19T20:57:47.048Z] #20 23.87 The following NEW packages will be installed: [2021-03-19T20:57:47.048Z] #20 23.87 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-03-19T20:57:47.048Z] #20 23.87 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-03-19T20:57:47.048Z] #20 23.87 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-03-19T20:57:47.048Z] #20 23.87 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-03-19T20:57:47.048Z] #20 23.87 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-03-19T20:57:47.048Z] #20 23.87 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-03-19T20:57:47.048Z] #20 23.87 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-03-19T20:57:47.048Z] #20 23.87 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-03-19T20:57:47.048Z] #20 23.87 xz-utils zip [2021-03-19T20:57:47.048Z] #20 24.20 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded. [2021-03-19T20:57:47.048Z] #20 24.20 Need to get 28.5 MB of archives. [2021-03-19T20:57:47.048Z] #20 24.20 After this operation, 116 MB of additional disk space will be used. [2021-03-19T20:57:47.048Z] #20 24.20 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-03-19T20:57:47.048Z] #20 24.20 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB] [2021-03-19T20:57:47.048Z] #20 24.22 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB] [2021-03-19T20:57:47.048Z] #20 24.31 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-03-19T20:57:47.048Z] #20 24.31 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-03-19T20:57:47.048Z] #20 24.31 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB] [2021-03-19T20:57:47.048Z] #20 24.41 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2021-03-19T20:57:47.048Z] #20 24.42 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-03-19T20:57:47.048Z] #20 24.43 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-03-19T20:57:47.048Z] #20 24.43 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-03-19T20:57:47.048Z] #20 24.44 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-03-19T20:57:47.048Z] #20 24.44 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-03-19T20:57:47.048Z] #20 24.44 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-03-19T20:57:47.048Z] #20 24.45 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-03-19T20:57:47.048Z] #20 24.45 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-03-19T20:57:47.048Z] #20 24.45 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-03-19T20:57:47.048Z] #20 24.47 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-03-19T20:57:47.048Z] #20 24.49 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-03-19T20:57:47.048Z] #20 24.49 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-03-19T20:57:47.048Z] #20 24.50 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-03-19T20:57:47.048Z] #20 24.50 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-03-19T20:57:47.048Z] #20 24.52 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-03-19T20:57:47.048Z] #20 24.54 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-03-19T20:57:47.048Z] #20 24.54 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-03-19T20:57:47.048Z] #20 24.56 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-03-19T20:57:47.048Z] #20 24.56 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-03-19T20:57:47.048Z] #20 24.56 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-03-19T20:57:47.048Z] #20 24.58 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-03-19T20:57:47.048Z] #20 24.58 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-03-19T20:57:47.048Z] #20 25.04 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-03-19T20:57:47.048Z] #20 25.04 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-03-19T20:57:47.048Z] #20 25.04 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-03-19T20:57:47.048Z] #20 25.05 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-03-19T20:57:47.048Z] #20 25.05 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-03-19T20:57:47.048Z] #20 25.06 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-03-19T20:57:47.048Z] #20 25.15 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-03-19T20:57:47.048Z] #20 25.16 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-03-19T20:57:47.048Z] #20 25.17 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-03-19T20:57:47.048Z] #20 25.18 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-03-19T20:57:47.048Z] #20 25.19 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-03-19T20:57:47.049Z] #20 25.21 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-03-19T20:57:47.049Z] #20 25.21 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-03-19T20:57:47.049Z] #20 25.27 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-03-19T20:57:47.049Z] #20 25.30 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-03-19T20:57:47.049Z] #20 25.31 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-03-19T20:57:47.049Z] #20 25.69 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-03-19T20:57:47.049Z] #20 25.80 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-03-19T20:57:47.282Z] #13 ... [2021-03-19T20:57:47.282Z] [2021-03-19T20:57:47.282Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:57:47.282Z] #51 sha256:740d52d1ecaa4c4c032b42b4207c84d0562938f4a45c307a65a3e28570259a9b [2021-03-19T20:57:47.282Z] #51 63.74 strings [2021-03-19T20:57:47.282Z] #51 65.05 encoding/binary [2021-03-19T20:57:47.282Z] #51 66.95 fmt [2021-03-19T20:57:47.282Z] #51 67.04 encoding/base64 [2021-03-19T20:57:47.282Z] #51 68.04 golang.org/x/sys/unix [2021-03-19T20:57:47.282Z] #51 71.97 encoding/json [2021-03-19T20:57:47.282Z] #51 ... [2021-03-19T20:57:47.282Z] [2021-03-19T20:57:47.282Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:57:47.282Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:57:47.282Z] #13 65.73 Selecting previously unselected package binutils-mingw-w64. [2021-03-19T20:57:47.282Z] #13 65.78 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-03-19T20:57:47.282Z] #13 65.81 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-19T20:57:47.305Z] #20 25.90 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-03-19T20:57:47.364Z] #13 ... [2021-03-19T20:57:47.364Z] [2021-03-19T20:57:47.364Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:57:47.364Z] #45 sha256:67006e49ecacf95c79a8a79ecf4742c89a06b2be4a211d790cbd334ebffd6eb6 [2021-03-19T20:57:47.364Z] #45 85.56 time [2021-03-19T20:57:47.364Z] #45 91.86 strings [2021-03-19T20:57:47.364Z] #45 93.72 os [2021-03-19T20:57:47.364Z] #45 ... [2021-03-19T20:57:47.364Z] [2021-03-19T20:57:47.364Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-03-19T20:57:47.364Z] #37 sha256:b89d19036356f2e06c45110f06ef5001012e55387428f18bdf4ccad8e3cb47fa [2021-03-19T20:57:47.364Z] #37 1.610 + RM_GOPATH=0 [2021-03-19T20:57:47.364Z] #37 1.610 + TMP_GOPATH= [2021-03-19T20:57:47.364Z] #37 1.610 + : /build [2021-03-19T20:57:47.364Z] #37 1.613 + '[' -z '' ']' [2021-03-19T20:57:47.364Z] #37 1.613 ++ mktemp -d [2021-03-19T20:57:47.364Z] #37 1.621 + export GOPATH=/tmp/tmp.B0cCe6zKqL [2021-03-19T20:57:47.364Z] #37 1.621 + GOPATH=/tmp/tmp.B0cCe6zKqL [2021-03-19T20:57:47.364Z] #37 1.621 + RM_GOPATH=1 [2021-03-19T20:57:47.364Z] #37 1.621 + case "$(go env GOARCH)" in [2021-03-19T20:57:47.364Z] #37 1.625 ++ go env GOARCH [2021-03-19T20:57:47.364Z] #37 1.635 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:57:47.364Z] #37 1.635 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:57:47.364Z] #37 1.637 ++ dirname /tmp/install/install.sh [2021-03-19T20:57:47.364Z] #37 1.646 + dir=/tmp/install [2021-03-19T20:57:47.364Z] #37 1.651 + bin=tini [2021-03-19T20:57:47.364Z] #37 1.651 + shift [2021-03-19T20:57:47.364Z] #37 1.651 + '[' '!' -f /tmp/install/tini.installer ']' [2021-03-19T20:57:47.364Z] #37 1.652 + . /tmp/install/tini.installer [2021-03-19T20:57:47.364Z] #37 1.652 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-19T20:57:47.364Z] #37 1.655 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-19T20:57:47.364Z] #37 1.655 + install_tini [2021-03-19T20:57:47.364Z] #37 1.655 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-03-19T20:57:47.364Z] #37 1.655 + git clone https://github.com/krallin/tini.git /tmp/tmp.B0cCe6zKqL/tini [2021-03-19T20:57:47.364Z] #37 1.659 Cloning into '/tmp/tmp.B0cCe6zKqL/tini'... [2021-03-19T20:57:47.543Z] #13 65.91 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-03-19T20:57:47.543Z] #13 65.92 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-03-19T20:57:47.543Z] #13 65.92 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-03-19T20:57:47.606Z] #45 ... [2021-03-19T20:57:47.606Z] [2021-03-19T20:57:47.606Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:57:47.606Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-03-19T20:57:47.606Z] #36 69.10 Selecting previously unselected package librhash0:arm64. [2021-03-19T20:57:47.606Z] #36 69.10 Preparing to unpack .../7-librhash0_1.3.8-1_arm64.deb ... [2021-03-19T20:57:47.606Z] #36 69.11 Unpacking librhash0:arm64 (1.3.8-1) ... [2021-03-19T20:57:47.606Z] #36 69.52 Selecting previously unselected package libuv1:arm64. [2021-03-19T20:57:47.606Z] #36 69.53 Preparing to unpack .../8-libuv1_1.24.1-1_arm64.deb ... [2021-03-19T20:57:47.606Z] #36 69.55 Unpacking libuv1:arm64 (1.24.1-1) ... [2021-03-19T20:57:47.606Z] #36 69.71 Selecting previously unselected package cmake. [2021-03-19T20:57:47.606Z] #36 69.73 Preparing to unpack .../9-cmake_3.13.4-1_arm64.deb ... [2021-03-19T20:57:47.606Z] #36 69.73 Unpacking cmake (3.13.4-1) ... [2021-03-19T20:57:47.606Z] #36 72.51 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2021-03-19T20:57:47.606Z] #36 73.37 Setting up xxd (2:8.1.0875-5) ... [2021-03-19T20:57:47.606Z] #36 73.39 Setting up libuv1:arm64 (1.24.1-1) ... [2021-03-19T20:57:47.606Z] #36 73.59 Setting up vim-common (2:8.1.0875-5) ... [2021-03-19T20:57:47.606Z] #36 73.83 Setting up librhash0:arm64 (1.3.8-1) ... [2021-03-19T20:57:47.606Z] #36 73.94 Setting up cmake-data (3.13.4-1) ... [2021-03-19T20:57:47.606Z] #36 73.98 Setting up libxml2:arm64 (2.9.4+dfsg1-7+deb10u1) ... [2021-03-19T20:57:47.623Z] #37 ... [2021-03-19T20:57:47.623Z] [2021-03-19T20:57:47.623Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-19T20:57:47.623Z] #34 sha256:ba890707e73ea5f286488af78044c544b4435d8418e9ce43a87726e9fbbaad59 [2021-03-19T20:57:47.623Z] #34 86.17 internal/poll [2021-03-19T20:57:47.623Z] #34 90.21 internal/syscall/execenv [2021-03-19T20:57:47.623Z] #34 90.71 internal/syscall/unix [2021-03-19T20:57:47.623Z] #34 90.83 internal/fmtsort [2021-03-19T20:57:47.623Z] #34 90.96 os [2021-03-19T20:57:47.623Z] #34 91.48 strings [2021-03-19T20:57:47.623Z] #34 95.01 path [2021-03-19T20:57:47.623Z] #34 95.84 fmt [2021-03-19T20:57:47.623Z] #34 95.88 path/filepath [2021-03-19T20:57:47.804Z] #13 66.14 Selecting previously unselected package dmsetup. [2021-03-19T20:57:47.804Z] #13 66.15 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-03-19T20:57:47.804Z] #13 66.16 Unpacking dmsetup (2:1.02.155-3) ... [2021-03-19T20:57:47.804Z] #13 66.35 Selecting previously unselected package mingw-w64-common. [2021-03-19T20:57:47.804Z] #13 66.36 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-03-19T20:57:47.804Z] #13 66.36 Unpacking mingw-w64-common (6.0.0-3) ... [2021-03-19T20:57:47.882Z] #34 ... [2021-03-19T20:57:47.882Z] [2021-03-19T20:57:47.882Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:57:47.882Z] #45 sha256:67006e49ecacf95c79a8a79ecf4742c89a06b2be4a211d790cbd334ebffd6eb6 [2021-03-19T20:57:47.882Z] #45 95.92 regexp/syntax [2021-03-19T20:57:48.232Z] #20 26.99 debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:57:48.488Z] #20 27.09 Fetched 28.5 MB in 2s (14.6 MB/s) [2021-03-19T20:57:48.488Z] #20 27.14 Selecting previously unselected package pigz. [2021-03-19T20:57:48.744Z] #20 27.14 (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 ... 23435 files and directories currently installed.) [2021-03-19T20:57:48.744Z] #20 27.22 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-03-19T20:57:48.744Z] #20 27.23 Unpacking pigz (2.4-1) ... [2021-03-19T20:57:48.744Z] #20 27.33 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-03-19T20:57:48.744Z] #20 27.33 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-03-19T20:57:48.744Z] #20 27.34 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-03-19T20:57:48.808Z] #42 62.22 The following NEW packages will be installed: [2021-03-19T20:57:48.808Z] #42 62.22 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-03-19T20:57:48.808Z] #42 62.22 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-03-19T20:57:48.808Z] #42 62.22 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-03-19T20:57:48.808Z] #42 62.23 python-six zlib1g-dev [2021-03-19T20:57:49.010Z] #36 75.25 Setting up libjsoncpp1:arm64 (1.7.4-3) ... [2021-03-19T20:57:49.256Z] #52 ... [2021-03-19T20:57:49.256Z] [2021-03-19T20:57:49.256Z] #35 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-19T20:57:49.256Z] #35 sha256:ea3dd951190a445f76bf7447cce0e28ecccd438c8a411288eb88b05a007f4077 [2021-03-19T20:57:49.256Z] #35 79.28 internal/poll [2021-03-19T20:57:49.256Z] #35 82.52 os [2021-03-19T20:57:49.256Z] #35 83.18 internal/fmtsort [2021-03-19T20:57:49.256Z] #35 85.08 path/filepath [2021-03-19T20:57:49.256Z] #35 85.10 fmt [2021-03-19T20:57:49.256Z] #35 87.19 io/ioutil [2021-03-19T20:57:49.256Z] #35 89.24 log [2021-03-19T20:57:49.256Z] #35 89.25 flag [2021-03-19T20:57:49.256Z] #35 89.25 github.com/BurntSushi/toml [2021-03-19T20:57:49.305Z] #20 27.75 Selecting previously unselected package python3.7-minimal. [2021-03-19T20:57:49.305Z] #20 27.75 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-03-19T20:57:49.305Z] #20 27.76 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2021-03-19T20:57:49.389Z] #42 62.76 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded. [2021-03-19T20:57:49.389Z] #42 62.76 Need to get 4095 kB of archives. [2021-03-19T20:57:49.389Z] #42 62.76 After this operation, 22.5 MB of additional disk space will be used. [2021-03-19T20:57:49.389Z] #42 62.76 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2021-03-19T20:57:49.389Z] #42 62.78 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-03-19T20:57:49.389Z] #42 62.79 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2021-03-19T20:57:49.389Z] #42 62.79 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-03-19T20:57:49.389Z] #42 62.80 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2021-03-19T20:57:49.389Z] #42 62.80 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-03-19T20:57:49.389Z] #42 62.81 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2021-03-19T20:57:49.389Z] #42 62.81 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2021-03-19T20:57:49.389Z] #42 62.82 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-03-19T20:57:49.389Z] #42 62.93 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2021-03-19T20:57:49.555Z] #35 ... [2021-03-19T20:57:49.555Z] [2021-03-19T20:57:49.555Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:57:49.555Z] #52 sha256:34c480428f744c99a9fd576bd101776f0092976281931c1b73a94824fa8b1f23 [2021-03-19T20:57:49.555Z] #52 89.43 flag [2021-03-19T20:57:49.555Z] #52 89.44 github.com/pkg/diff [2021-03-19T20:57:49.555Z] #52 89.44 go/token [2021-03-19T20:57:49.555Z] #52 89.46 encoding/binary [2021-03-19T20:57:49.609Z] #36 76.09 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ... [2021-03-19T20:57:49.649Z] #42 62.94 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2021-03-19T20:57:49.649Z] #42 63.07 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2021-03-19T20:57:49.649Z] #42 63.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] [2021-03-19T20:57:49.719Z] #13 ... [2021-03-19T20:57:49.719Z] [2021-03-19T20:57:49.719Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-03-19T20:57:49.719Z] #37 sha256:ab2b27951dc48370dc829fd687ed58141d326355e70f937ffb1db53e5bfc15c2 [2021-03-19T20:57:49.719Z] #37 3.276 + RM_GOPATH=0 [2021-03-19T20:57:49.719Z] #37 3.276 + TMP_GOPATH= [2021-03-19T20:57:49.719Z] #37 3.276 + : /build [2021-03-19T20:57:49.719Z] #37 3.276 + '[' -z '' ']' [2021-03-19T20:57:49.719Z] #37 3.276 ++ mktemp -d [2021-03-19T20:57:49.719Z] #37 3.283 + export GOPATH=/tmp/tmp.CpGiIPDhEI [2021-03-19T20:57:49.719Z] #37 3.284 + GOPATH=/tmp/tmp.CpGiIPDhEI [2021-03-19T20:57:49.719Z] #37 3.284 + RM_GOPATH=1 [2021-03-19T20:57:49.719Z] #37 3.284 + case "$(go env GOARCH)" in [2021-03-19T20:57:49.719Z] #37 3.284 ++ go env GOARCH [2021-03-19T20:57:49.719Z] #37 3.317 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:57:49.719Z] #37 3.317 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:57:49.719Z] #37 3.317 ++ dirname /tmp/install/install.sh [2021-03-19T20:57:49.719Z] #37 3.319 + dir=/tmp/install [2021-03-19T20:57:49.719Z] #37 3.320 + bin=tini [2021-03-19T20:57:49.719Z] #37 3.320 + shift [2021-03-19T20:57:49.719Z] #37 3.323 + '[' '!' -f /tmp/install/tini.installer ']' [2021-03-19T20:57:49.719Z] #37 3.323 + . /tmp/install/tini.installer [2021-03-19T20:57:49.719Z] #37 3.327 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-19T20:57:49.719Z] #37 3.329 + install_tini [2021-03-19T20:57:49.719Z] #37 3.330 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-19T20:57:49.719Z] #37 3.330 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-03-19T20:57:49.719Z] #37 3.330 + git clone https://github.com/krallin/tini.git /tmp/tmp.CpGiIPDhEI/tini [2021-03-19T20:57:49.719Z] #37 3.331 Cloning into '/tmp/tmp.CpGiIPDhEI/tini'... [2021-03-19T20:57:49.719Z] #37 4.270 + cd /tmp/tmp.CpGiIPDhEI/tini [2021-03-19T20:57:49.719Z] #37 4.270 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-19T20:57:49.719Z] #37 4.293 + cmake . [2021-03-19T20:57:49.719Z] #37 4.975 -- The C compiler identification is GNU 8.3.0 [2021-03-19T20:57:49.719Z] #37 5.024 -- Check for working C compiler: /usr/bin/cc [2021-03-19T20:57:49.719Z] #37 5.661 -- Check for working C compiler: /usr/bin/cc -- works [2021-03-19T20:57:49.719Z] #37 5.664 -- Detecting C compiler ABI info [2021-03-19T20:57:49.719Z] #37 6.557 -- Detecting C compiler ABI info - done [2021-03-19T20:57:49.719Z] #37 6.616 -- Detecting C compile features [2021-03-19T20:57:49.719Z] #37 8.812 -- Detecting C compile features - done [2021-03-19T20:57:49.719Z] #37 8.849 -- Performing Test HAS_BUILTIN_FORTIFY [2021-03-19T20:57:49.719Z] #37 9.116 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-03-19T20:57:49.719Z] #37 9.233 -- Configuring done [2021-03-19T20:57:49.719Z] #37 9.277 -- Generating done [2021-03-19T20:57:49.719Z] #37 9.287 -- Build files have been written to: /tmp/tmp.CpGiIPDhEI/tini [2021-03-19T20:57:49.719Z] #37 9.307 + make tini-static [2021-03-19T20:57:49.719Z] #37 9.771 Scanning dependencies of target tini-static [2021-03-19T20:57:49.719Z] #37 9.872 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-03-19T20:57:49.909Z] #42 63.16 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2021-03-19T20:57:49.909Z] #42 63.17 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-03-19T20:57:49.909Z] #42 63.19 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2021-03-19T20:57:49.909Z] #42 63.20 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2021-03-19T20:57:50.209Z] #36 ... [2021-03-19T20:57:50.209Z] [2021-03-19T20:57:50.209Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:57:50.209Z] #51 sha256:0811b4bae58ebeea9cd35702e1f36c3c870b703929ecc4654f5442dd6d3541fb [2021-03-19T20:57:50.209Z] #51 70.57 mvdan.cc/sh/v3/cmd/shfmt [2021-03-19T20:57:50.209Z] #51 DONE 76.4s [2021-03-19T20:57:50.209Z] [2021-03-19T20:57:50.209Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:57:50.209Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-03-19T20:57:50.209Z] #42 68.73 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2021-03-19T20:57:50.209Z] #42 69.11 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2021-03-19T20:57:50.209Z] #42 69.15 Setting up libprotobuf17:arm64 (3.6.1.3-2) ... [2021-03-19T20:57:50.209Z] #42 69.22 Setting up libcap-dev:arm64 (1:2.25-2) ... [2021-03-19T20:57:50.209Z] #42 69.49 Setting up libprotoc17:arm64 (3.6.1.3-2) ... [2021-03-19T20:57:50.209Z] #42 69.51 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-03-19T20:57:50.209Z] #42 69.53 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-19T20:57:50.209Z] #42 69.56 Setting up libprotobuf-dev:arm64 (3.6.1.3-2) ... [2021-03-19T20:57:50.209Z] #42 69.63 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-19T20:57:50.209Z] #42 69.66 Setting up python-protobuf (3.6.1.3-2) ... [2021-03-19T20:57:50.209Z] #42 73.29 Setting up libnl-3-dev:arm64 (3.4.0-1) ... [2021-03-19T20:57:50.209Z] #42 73.38 Processing triggers for libc-bin (2.28-10) ... [2021-03-19T20:57:50.209Z] #42 DONE 76.4s [2021-03-19T20:57:50.209Z] [2021-03-19T20:57:50.209Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:57:50.209Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-03-19T20:57:50.209Z] #36 76.48 Setting up cmake (3.13.4-1) ... [2021-03-19T20:57:50.209Z] #36 ... [2021-03-19T20:57:50.209Z] [2021-03-19T20:57:50.209Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:57:50.209Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-19T20:57:50.232Z] #20 28.63 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-03-19T20:57:50.232Z] #20 28.65 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2021-03-19T20:57:50.290Z] #37 ... [2021-03-19T20:57:50.290Z] [2021-03-19T20:57:50.290Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:57:50.290Z] #51 sha256:740d52d1ecaa4c4c032b42b4207c84d0562938f4a45c307a65a3e28570259a9b [2021-03-19T20:57:50.291Z] #51 76.75 github.com/pkg/diff [2021-03-19T20:57:50.414Z] #45 ... [2021-03-19T20:57:50.414Z] [2021-03-19T20:57:50.414Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:57:50.414Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-19T20:57:50.414Z] #42 97.11 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2021-03-19T20:57:50.414Z] #42 97.15 Processing triggers for libc-bin (2.28-10) ... [2021-03-19T20:57:50.414Z] #42 DONE 98.6s [2021-03-19T20:57:50.414Z] [2021-03-19T20:57:50.414Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-19T20:57:50.414Z] #34 sha256:ba890707e73ea5f286488af78044c544b4435d8418e9ce43a87726e9fbbaad59 [2021-03-19T20:57:50.414Z] #34 98.80 io/ioutil [2021-03-19T20:57:50.862Z] #51 ... [2021-03-19T20:57:50.862Z] [2021-03-19T20:57:50.862Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:57:50.862Z] #45 sha256:9df4444049aad817e1475f1ac1fdf7e8274ee4a1b46c939a92dae5960035473a [2021-03-19T20:57:50.862Z] #45 67.55 regexp/syntax [2021-03-19T20:57:50.862Z] #45 68.15 flag [2021-03-19T20:57:50.862Z] #45 69.98 go/token [2021-03-19T20:57:50.862Z] #45 71.02 go/scanner [2021-03-19T20:57:50.862Z] #45 72.32 go/ast [2021-03-19T20:57:50.862Z] #45 72.99 regexp [2021-03-19T20:57:50.862Z] #45 76.71 internal/lazyregexp [2021-03-19T20:57:50.862Z] #45 77.01 net/url [2021-03-19T20:57:51.124Z] #45 77.69 text/template/parse [2021-03-19T20:57:51.124Z] #45 ... [2021-03-19T20:57:51.124Z] [2021-03-19T20:57:51.124Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-03-19T20:57:51.124Z] #37 sha256:ab2b27951dc48370dc829fd687ed58141d326355e70f937ffb1db53e5bfc15c2 [2021-03-19T20:57:51.124Z] #37 11.25 [100%] Linking C executable tini-static [2021-03-19T20:57:51.385Z] #37 ... [2021-03-19T20:57:51.385Z] [2021-03-19T20:57:51.385Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-19T20:57:51.385Z] #34 sha256:45a7d2588043b219796790bf5fc5f2d8c3075484c7ae812ab4b181e7b489fdc5 [2021-03-19T20:57:51.385Z] #34 70.20 log [2021-03-19T20:57:51.385Z] #34 73.11 github.com/BurntSushi/toml/cmd/tomlv [2021-03-19T20:57:51.385Z] #34 DONE 78.1s [2021-03-19T20:57:51.646Z] [2021-03-19T20:57:51.646Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-03-19T20:57:51.646Z] #37 sha256:ab2b27951dc48370dc829fd687ed58141d326355e70f937ffb1db53e5bfc15c2 [2021-03-19T20:57:51.646Z] #37 11.88 [100%] Built target tini-static [2021-03-19T20:57:51.646Z] #37 11.95 + mkdir -p /build [2021-03-19T20:57:51.646Z] #37 11.98 + cp tini-static /build/docker-init [2021-03-19T20:57:51.792Z] #34 100.1 text/tabwriter [2021-03-19T20:57:51.824Z] #42 64.82 debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:57:51.824Z] #42 65.17 Fetched 4095 kB in 1s (5111 kB/s) [2021-03-19T20:57:51.824Z] #42 ... [2021-03-19T20:57:51.824Z] [2021-03-19T20:57:51.824Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-03-19T20:57:51.824Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-19T20:57:51.824Z] #55 44.92 Reading package lists... [2021-03-19T20:57:51.824Z] #55 55.75 Building dependency tree... [2021-03-19T20:57:51.824Z] #55 61.24 The following additional packages will be installed: [2021-03-19T20:57:51.824Z] #55 61.26 libbtrfs0 [2021-03-19T20:57:51.824Z] #55 61.72 The following NEW packages will be installed: [2021-03-19T20:57:51.824Z] #55 61.74 libbtrfs-dev libbtrfs0 [2021-03-19T20:57:51.824Z] #55 62.27 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded. [2021-03-19T20:57:51.824Z] #55 62.27 Need to get 119 kB of archives. [2021-03-19T20:57:51.824Z] #55 62.27 After this operation, 387 kB of additional disk space will be used. [2021-03-19T20:57:51.824Z] #55 62.27 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-03-19T20:57:51.824Z] #55 62.27 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-03-19T20:57:51.824Z] #55 63.81 debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:57:51.824Z] #55 64.14 Fetched 119 kB in 0s (413 kB/s) [2021-03-19T20:57:51.824Z] #55 64.37 Selecting previously unselected package libbtrfs0. [2021-03-19T20:57:51.824Z] #55 64.37 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-19T20:57:51.824Z] #55 64.58 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-03-19T20:57:51.824Z] #55 64.69 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-19T20:57:51.824Z] #55 64.88 Selecting previously unselected package libbtrfs-dev. [2021-03-19T20:57:51.824Z] #55 64.88 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-03-19T20:57:51.824Z] #55 64.92 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-19T20:57:51.907Z] #37 DONE 12.2s [2021-03-19T20:57:51.907Z] [2021-03-19T20:57:51.907Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:57:51.907Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:57:51.907Z] #43 4.210 Note: Building without setproctitle() and strlcpy() support. [2021-03-19T20:57:51.907Z] #43 4.213 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-19T20:57:51.907Z] #43 4.229 Note: Building without GnuTLS support [2021-03-19T20:57:51.907Z] #43 4.240 Makefile.config:39: Warn: you have no libnftables installed [2021-03-19T20:57:51.907Z] #43 4.240 Makefile.config:40: Warn: Building without nftables support [2021-03-19T20:57:51.907Z] #43 6.447 fatal: not a git repository (or any of the parent directories): .git [2021-03-19T20:57:51.907Z] #43 6.510 GEN .gitid [2021-03-19T20:57:51.907Z] #43 6.551 GEN criu/include/version.h [2021-03-19T20:57:51.907Z] #43 6.638 GEN include/common/asm [2021-03-19T20:57:51.907Z] #43 8.425 PBCC images/timens.pb-c.c [2021-03-19T20:57:51.907Z] #43 8.497 DEP images/timens.pb-c.d [2021-03-19T20:57:51.907Z] #43 8.565 PBCC images/fown.pb-c.c [2021-03-19T20:57:51.907Z] #43 8.587 PBCC images/google/protobuf/descriptor.pb-c.c [2021-03-19T20:57:51.907Z] #43 8.671 PBCC images/opts.pb-c.c [2021-03-19T20:57:51.907Z] #43 8.739 PBCC images/memfd.pb-c.c [2021-03-19T20:57:51.907Z] #43 8.825 DEP images/fown.pb-c.d [2021-03-19T20:57:51.907Z] #43 8.874 DEP images/google/protobuf/descriptor.pb-c.d [2021-03-19T20:57:51.907Z] #43 8.944 DEP images/opts.pb-c.d [2021-03-19T20:57:52.085Z] #55 65.31 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-19T20:57:52.085Z] #55 65.34 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-19T20:57:52.085Z] #55 65.37 Processing triggers for libc-bin (2.28-10) ... [2021-03-19T20:57:52.085Z] #55 ... [2021-03-19T20:57:52.085Z] [2021-03-19T20:57:52.085Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:57:52.085Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-19T20:57:52.085Z] #42 65.31 Selecting previously unselected package libcap-dev:amd64. [2021-03-19T20:57:52.085Z] #42 65.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 ... 15410 files and directories currently installed.) [2021-03-19T20:57:52.085Z] #42 65.43 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2021-03-19T20:57:52.085Z] #42 65.45 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2021-03-19T20:57:52.121Z] #20 30.57 Selecting previously unselected package python3-minimal. [2021-03-19T20:57:52.121Z] #20 30.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 ... 23684 files and directories currently installed.) [2021-03-19T20:57:52.121Z] #20 30.63 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-03-19T20:57:52.121Z] #20 30.64 Unpacking python3-minimal (3.7.3-1) ... [2021-03-19T20:57:52.121Z] #20 30.72 Selecting previously unselected package libmpdec2:amd64. [2021-03-19T20:57:52.121Z] #20 30.72 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-03-19T20:57:52.121Z] #20 30.73 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-03-19T20:57:52.121Z] #20 30.83 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-03-19T20:57:52.152Z] #43 ... [2021-03-19T20:57:52.152Z] [2021-03-19T20:57:52.152Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:57:52.152Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-03-19T20:57:52.152Z] #36 76.66 Processing triggers for libc-bin (2.28-10) ... [2021-03-19T20:57:52.152Z] #36 77.16 Processing triggers for mime-support (3.62) ... [2021-03-19T20:57:52.152Z] #36 DONE 78.2s [2021-03-19T20:57:52.152Z] [2021-03-19T20:57:52.152Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-03-19T20:57:52.152Z] #37 sha256:4dc12a51b7b2cc8f518c29654791bdf558a108ebcfdfcb403b0d6de89f0f1cf0 [2021-03-19T20:57:52.168Z] #43 9.021 DEP images/memfd.pb-c.d [2021-03-19T20:57:52.168Z] #43 ... [2021-03-19T20:57:52.168Z] [2021-03-19T20:57:52.168Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:57:52.168Z] #45 sha256:9df4444049aad817e1475f1ac1fdf7e8274ee4a1b46c939a92dae5960035473a [2021-03-19T20:57:52.168Z] #45 78.86 go/parser [2021-03-19T20:57:52.338Z] #52 92.02 go/scanner [2021-03-19T20:57:52.346Z] #42 ... [2021-03-19T20:57:52.346Z] [2021-03-19T20:57:52.346Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-19T20:57:52.346Z] #34 sha256:073b03b90a9a5bb1bc28094edaf3fa27be63ba388bb449ade0879fd09faccc7a [2021-03-19T20:57:52.346Z] #34 55.57 sync [2021-03-19T20:57:52.346Z] #34 55.61 internal/reflectlite [2021-03-19T20:57:52.346Z] #34 60.19 sort [2021-03-19T20:57:52.346Z] #34 60.19 errors [2021-03-19T20:57:52.346Z] #34 61.05 strconv [2021-03-19T20:57:52.346Z] #34 62.48 io [2021-03-19T20:57:52.346Z] #34 64.17 internal/oserror [2021-03-19T20:57:52.346Z] #34 64.46 syscall [2021-03-19T20:57:52.346Z] #34 ... [2021-03-19T20:57:52.346Z] [2021-03-19T20:57:52.346Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:57:52.346Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-19T20:57:52.346Z] #42 65.75 Selecting previously unselected package libnet1:amd64. [2021-03-19T20:57:52.346Z] #42 65.75 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-03-19T20:57:52.346Z] #42 65.76 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-19T20:57:52.377Z] #20 30.83 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2021-03-19T20:57:52.377Z] #20 30.84 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-03-19T20:57:52.606Z] #42 ... [2021-03-19T20:57:52.607Z] [2021-03-19T20:57:52.607Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-03-19T20:57:52.607Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-19T20:57:52.607Z] #55 DONE 65.9s [2021-03-19T20:57:52.607Z] [2021-03-19T20:57:52.607Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:57:52.607Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-19T20:57:52.607Z] #42 65.90 Selecting previously unselected package libnet1-dev. [2021-03-19T20:57:52.607Z] #42 65.90 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2021-03-19T20:57:52.607Z] #42 65.91 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-19T20:57:52.607Z] #42 ... [2021-03-19T20:57:52.607Z] [2021-03-19T20:57:52.607Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:57:52.607Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-19T20:57:52.607Z] #36 45.19 Reading package lists... [2021-03-19T20:57:52.607Z] #36 56.23 Building dependency tree... [2021-03-19T20:57:52.607Z] #36 62.43 The following additional packages will be installed: [2021-03-19T20:57:52.607Z] #36 62.44 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-03-19T20:57:52.607Z] #36 62.45 Suggested packages: [2021-03-19T20:57:52.607Z] #36 62.46 cmake-doc ninja-build lrzip [2021-03-19T20:57:52.607Z] #36 62.46 Recommended packages: [2021-03-19T20:57:52.607Z] #36 62.46 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-03-19T20:57:52.607Z] #36 63.94 The following NEW packages will be installed: [2021-03-19T20:57:52.607Z] #36 63.96 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-03-19T20:57:52.607Z] #36 63.96 vim-common xxd [2021-03-19T20:57:52.607Z] #36 64.56 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded. [2021-03-19T20:57:52.607Z] #36 64.56 Need to get 14.9 MB of archives. [2021-03-19T20:57:52.607Z] #36 64.56 After this operation, 61.8 MB of additional disk space will be used. [2021-03-19T20:57:52.607Z] #36 64.56 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-03-19T20:57:52.607Z] #36 64.60 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-03-19T20:57:52.607Z] #36 64.60 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-03-19T20:57:52.607Z] #36 64.79 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-03-19T20:57:52.607Z] #36 ... [2021-03-19T20:57:52.607Z] [2021-03-19T20:57:52.607Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:57:52.607Z] #49 sha256:c7a472f37232132d0f31b820187304080713900814e44b6fb27d74f662c96107 [2021-03-19T20:57:52.607Z] #49 60.88 go: finding github.com/fatih/color v1.7.0 [2021-03-19T20:57:52.607Z] #49 61.04 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-19T20:57:52.607Z] #49 61.17 go: finding github.com/mattn/go-colorable v0.1.4 [2021-03-19T20:57:52.607Z] #49 61.43 go: finding github.com/mattn/go-isatty v0.0.8 [2021-03-19T20:57:52.607Z] #49 61.57 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-19T20:57:52.607Z] #49 61.66 go: finding github.com/go-critic/go-critic v0.4.1 [2021-03-19T20:57:52.607Z] #49 61.67 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-19T20:57:52.607Z] #49 61.73 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-03-19T20:57:52.607Z] #49 61.74 go: finding github.com/pkg/errors v0.8.1 [2021-03-19T20:57:52.607Z] #49 61.83 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-03-19T20:57:52.607Z] #49 61.91 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-03-19T20:57:52.607Z] #49 61.92 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-03-19T20:57:52.607Z] #49 61.92 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-03-19T20:57:52.607Z] #49 61.94 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-03-19T20:57:52.607Z] #49 61.95 go: finding github.com/sirupsen/logrus v1.4.2 [2021-03-19T20:57:52.607Z] #49 61.95 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-03-19T20:57:52.607Z] #49 61.95 go: finding github.com/stretchr/testify v1.4.0 [2021-03-19T20:57:52.607Z] #49 61.96 go: finding github.com/spf13/viper v1.6.1 [2021-03-19T20:57:52.607Z] #49 61.97 go: finding github.com/davecgh/go-spew v1.1.1 [2021-03-19T20:57:52.607Z] #49 62.02 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-03-19T20:57:52.607Z] #49 62.05 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-03-19T20:57:52.607Z] #49 62.08 go: finding github.com/stretchr/objx v0.2.0 [2021-03-19T20:57:52.607Z] #49 62.25 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-03-19T20:57:52.607Z] #49 62.28 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-03-19T20:57:52.607Z] #49 62.34 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-19T20:57:52.607Z] #49 62.40 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-19T20:57:52.607Z] #49 62.42 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-03-19T20:57:52.607Z] #49 62.51 go: finding github.com/gobwas/glob v0.2.3 [2021-03-19T20:57:52.607Z] #49 62.58 go: finding github.com/spf13/cobra v0.0.5 [2021-03-19T20:57:52.607Z] #49 62.62 go: finding github.com/hashicorp/hcl v1.0.0 [2021-03-19T20:57:52.607Z] #49 62.65 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-19T20:57:52.607Z] #49 62.70 go: finding github.com/spf13/pflag v1.0.5 [2021-03-19T20:57:52.607Z] #49 62.76 go: finding github.com/magiconair/properties v1.8.1 [2021-03-19T20:57:52.607Z] #49 62.81 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-19T20:57:52.607Z] #49 62.86 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-03-19T20:57:52.607Z] #49 62.90 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-19T20:57:52.607Z] #49 62.95 go: finding github.com/pelletier/go-toml v1.2.0 [2021-03-19T20:57:52.607Z] #49 63.30 go: finding github.com/spf13/afero v1.1.2 [2021-03-19T20:57:52.607Z] #49 63.45 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-19T20:57:52.607Z] #49 63.46 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-19T20:57:52.607Z] #49 63.50 go: finding golang.org/x/text v0.3.2 [2021-03-19T20:57:52.607Z] #49 63.52 go: finding github.com/spf13/cast v1.3.0 [2021-03-19T20:57:52.607Z] #49 63.55 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-19T20:57:52.607Z] #49 63.60 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-03-19T20:57:52.607Z] #49 63.60 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-19T20:57:52.607Z] #49 63.63 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-19T20:57:52.607Z] #49 63.69 go: finding github.com/subosito/gotenv v1.2.0 [2021-03-19T20:57:52.607Z] #49 63.70 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-19T20:57:52.607Z] #49 63.77 go: finding gopkg.in/ini.v1 v1.51.0 [2021-03-19T20:57:52.607Z] #49 63.84 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-19T20:57:52.607Z] #49 63.85 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-19T20:57:52.607Z] #49 63.87 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-19T20:57:52.607Z] #49 63.92 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-19T20:57:52.607Z] #49 63.95 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-19T20:57:52.607Z] #49 63.98 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-19T20:57:52.607Z] #49 64.01 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-19T20:57:52.607Z] #49 64.02 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-19T20:57:52.607Z] #49 64.04 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-19T20:57:52.607Z] #49 64.07 go: finding github.com/kisielk/gotool v1.0.0 [2021-03-19T20:57:52.607Z] #49 64.08 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-19T20:57:52.607Z] #49 64.24 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-03-19T20:57:52.607Z] #49 64.27 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-19T20:57:52.607Z] #49 64.40 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-19T20:57:52.607Z] #49 64.46 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-19T20:57:52.607Z] #49 64.49 go: finding github.com/ultraware/funlen v0.0.2 [2021-03-19T20:57:52.607Z] #49 64.51 go: finding github.com/ultraware/whitespace v0.0.4 [2021-03-19T20:57:52.607Z] #49 64.52 go: finding github.com/uudashr/gocognit v1.0.1 [2021-03-19T20:57:52.607Z] #49 64.61 go: finding github.com/gogo/protobuf v1.2.1 [2021-03-19T20:57:52.607Z] #49 64.69 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-19T20:57:52.607Z] #49 64.87 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-19T20:57:52.607Z] #49 65.00 go: finding github.com/BurntSushi/toml v0.3.1 [2021-03-19T20:57:52.607Z] #49 65.00 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-19T20:57:52.607Z] #49 65.01 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-19T20:57:52.607Z] #49 65.02 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-19T20:57:53.305Z] #20 31.82 Selecting previously unselected package python3.7. [2021-03-19T20:57:53.305Z] #20 31.82 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2021-03-19T20:57:53.305Z] #20 31.83 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2021-03-19T20:57:53.305Z] #20 31.94 Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-19T20:57:53.305Z] #20 31.96 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-03-19T20:57:53.305Z] #20 31.96 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-03-19T20:57:53.394Z] #52 93.19 mvdan.cc/editorconfig [2021-03-19T20:57:53.394Z] #52 ... [2021-03-19T20:57:53.394Z] [2021-03-19T20:57:53.394Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:57:53.394Z] #46 sha256:01cdc391c2a635773473112dcab908b7b7dfe0e9cca8ea606d862f15501446b8 [2021-03-19T20:57:53.394Z] #46 83.21 regexp [2021-03-19T20:57:53.394Z] #46 87.76 io/ioutil [2021-03-19T20:57:53.394Z] #46 87.91 net [2021-03-19T20:57:53.394Z] #46 89.30 os/exec [2021-03-19T20:57:53.394Z] #46 92.19 internal/lazyregexp [2021-03-19T20:57:53.394Z] #46 92.64 github.com/LK4D4/vndr/versioned [2021-03-19T20:57:53.394Z] #46 ... [2021-03-19T20:57:53.394Z] [2021-03-19T20:57:53.394Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-19T20:57:53.394Z] #57 sha256:56da9d5ee323ba3ac7ddd513220e74f373ad82a209980f522a80a8e05a52ead1 [2021-03-19T20:57:53.394Z] #57 51.20 Checking out files: 70% (2697/3820) Checking out files: 71% (2713/3820) Checking out files: 72% (2751/3820) Checking out files: 73% (2789/3820) Checking out files: 74% (2827/3820) Checking out files: 75% (2865/3820) Checking out files: 76% (2904/3820) Checking out files: 77% (2942/3820) Checking out files: 78% (2980/3820) Checking out files: 79% (3018/3820) Checking out files: 80% (3056/3820) Checking out files: 81% (3095/3820) Checking out files: 82% (3133/3820) Checking out files: 83% (3171/3820) Checking out files: 84% (3209/3820) Checking out files: 85% (3247/3820) Checking out files: 86% (3286/3820) Checking out files: 87% (3324/3820) Checking out files: 88% (3362/3820) Checking out files: 89% (3400/3820) Checking out files: 90% (3438/3820) Checking out files: 91% (3477/3820) Checking out files: 92% (3515/3820) Checking out files: 93% (3553/3820) Checking out files: 94% (3591/3820) Checking out files: 95% (3629/3820) Checking out files: 96% (3668/3820) Checking out files: 97% (3706/3820) Checking out files: 98% (3744/3820) Checking out files: 99% (3782/3820) Checking out files: 100% (3820/3820) Checking out files: 100% (3820/3820), done. [2021-03-19T20:57:53.394Z] #57 52.08 + cd /tmp/tmp.kRQtF2blaL/src/github.com/containerd/containerd [2021-03-19T20:57:53.394Z] #57 52.08 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-19T20:57:53.560Z] #20 32.08 Setting up python3-minimal (3.7.3-1) ... [2021-03-19T20:57:53.704Z] #34 101.9 github.com/BurntSushi/toml [2021-03-19T20:57:53.704Z] #34 101.9 flag [2021-03-19T20:57:54.084Z] #37 1.992 + RM_GOPATH=0 [2021-03-19T20:57:54.084Z] #37 1.992 + TMP_GOPATH= [2021-03-19T20:57:54.084Z] #37 1.992 + : /build [2021-03-19T20:57:54.084Z] #37 1.992 + '[' -z '' ']' [2021-03-19T20:57:54.084Z] #37 1.992 ++ mktemp -d [2021-03-19T20:57:54.084Z] #37 1.992 + export GOPATH=/tmp/tmp.KQmfjjw6fL [2021-03-19T20:57:54.084Z] #37 1.992 + GOPATH=/tmp/tmp.KQmfjjw6fL [2021-03-19T20:57:54.084Z] #37 1.992 + RM_GOPATH=1 [2021-03-19T20:57:54.084Z] #37 1.992 + case "$(go env GOARCH)" in [2021-03-19T20:57:54.084Z] #37 2.001 ++ go env GOARCH [2021-03-19T20:57:54.084Z] #37 2.011 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:57:54.084Z] #37 2.011 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:57:54.084Z] #37 2.011 ++ dirname /tmp/install/install.sh [2021-03-19T20:57:54.084Z] #37 2.011 + dir=/tmp/install [2021-03-19T20:57:54.084Z] #37 2.011 + bin=tini [2021-03-19T20:57:54.084Z] #37 2.011 + shift [2021-03-19T20:57:54.084Z] #37 2.011 + '[' '!' -f /tmp/install/tini.installer ']' [2021-03-19T20:57:54.084Z] #37 2.011 + . /tmp/install/tini.installer [2021-03-19T20:57:54.084Z] #37 2.011 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-19T20:57:54.084Z] #37 2.011 + install_tini [2021-03-19T20:57:54.084Z] #37 2.011 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-03-19T20:57:54.084Z] #37 2.012 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-19T20:57:54.084Z] #37 2.012 + git clone https://github.com/krallin/tini.git /tmp/tmp.KQmfjjw6fL/tini [2021-03-19T20:57:54.084Z] #37 2.014 Cloning into '/tmp/tmp.KQmfjjw6fL/tini'... [2021-03-19T20:57:54.488Z] #20 32.96 Selecting previously unselected package python3. [2021-03-19T20:57:54.488Z] #20 32.96 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24096 files and directories currently installed.) [2021-03-19T20:57:54.488Z] #20 33.01 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-03-19T20:57:54.488Z] #20 33.03 Unpacking python3 (3.7.3-1) ... [2021-03-19T20:57:54.488Z] #20 33.15 Selecting previously unselected package libip4tc0:amd64. [2021-03-19T20:57:54.488Z] #20 33.16 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-03-19T20:57:54.488Z] #20 33.17 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-03-19T20:57:54.663Z] #37 2.966 + cd /tmp/tmp.KQmfjjw6fL/tini [2021-03-19T20:57:54.663Z] #37 2.966 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-19T20:57:54.744Z] #20 33.25 Selecting previously unselected package libip6tc0:amd64. [2021-03-19T20:57:54.744Z] #20 33.26 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-03-19T20:57:54.744Z] #20 33.26 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-03-19T20:57:54.744Z] #20 33.34 Selecting previously unselected package libiptc0:amd64. [2021-03-19T20:57:54.744Z] #20 33.35 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-03-19T20:57:54.744Z] #20 33.35 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-03-19T20:57:54.744Z] #20 33.43 Selecting previously unselected package libnfnetlink0:amd64. [2021-03-19T20:57:54.744Z] #20 33.44 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-03-19T20:57:54.928Z] #37 2.978 + cmake . [2021-03-19T20:57:54.932Z] #57 53.95 + export 'BUILDTAGS=netgo osusergo static_build' [2021-03-19T20:57:54.932Z] #57 53.95 + BUILDTAGS='netgo osusergo static_build' [2021-03-19T20:57:54.932Z] #57 53.96 + export EXTRA_FLAGS=-buildmode=pie [2021-03-19T20:57:54.932Z] #57 53.96 + EXTRA_FLAGS=-buildmode=pie [2021-03-19T20:57:54.932Z] #57 53.96 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-03-19T20:57:54.932Z] #57 53.96 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-03-19T20:57:54.932Z] #57 53.96 + '[' '' = dynamic ']' [2021-03-19T20:57:54.932Z] #57 53.96 + make [2021-03-19T20:57:55.000Z] #20 33.45 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-03-19T20:57:55.000Z] #20 33.51 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-03-19T20:57:55.000Z] #20 33.52 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-03-19T20:57:55.000Z] #20 33.53 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-03-19T20:57:55.000Z] #20 33.60 Selecting previously unselected package libnftnl11:amd64. [2021-03-19T20:57:55.000Z] #20 33.60 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-03-19T20:57:55.000Z] #20 33.61 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-03-19T20:57:55.000Z] #20 33.69 Selecting previously unselected package iptables. [2021-03-19T20:57:55.000Z] #20 33.69 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-03-19T20:57:55.149Z] #49 ... [2021-03-19T20:57:55.149Z] [2021-03-19T20:57:55.149Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:57:55.149Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-19T20:57:55.149Z] #42 66.31 Selecting previously unselected package libnl-3-200:amd64. [2021-03-19T20:57:55.149Z] #42 66.32 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2021-03-19T20:57:55.149Z] #42 66.32 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-03-19T20:57:55.149Z] #42 66.61 Selecting previously unselected package libnl-3-dev:amd64. [2021-03-19T20:57:55.149Z] #42 66.63 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2021-03-19T20:57:55.149Z] #42 66.64 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2021-03-19T20:57:55.149Z] #42 67.15 Selecting previously unselected package libprotobuf-c1:amd64. [2021-03-19T20:57:55.149Z] #42 67.15 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-03-19T20:57:55.149Z] #42 67.16 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-19T20:57:55.149Z] #42 67.35 Selecting previously unselected package libprotobuf-c-dev:amd64. [2021-03-19T20:57:55.149Z] #42 67.36 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2021-03-19T20:57:55.149Z] #42 67.39 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-03-19T20:57:55.149Z] #42 67.70 Selecting previously unselected package zlib1g-dev:amd64. [2021-03-19T20:57:55.149Z] #42 67.74 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2021-03-19T20:57:55.149Z] #42 67.80 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-03-19T20:57:55.149Z] #42 68.10 Selecting previously unselected package libprotobuf17:amd64. [2021-03-19T20:57:55.149Z] #42 68.10 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-03-19T20:57:55.149Z] #42 68.12 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-03-19T20:57:55.256Z] #20 33.70 Unpacking iptables (1.8.2-4) ... [2021-03-19T20:57:55.469Z] #45 82.24 text/template [2021-03-19T20:57:55.506Z] #37 3.538 -- The C compiler identification is GNU 8.3.0 [2021-03-19T20:57:55.506Z] #37 3.610 -- Check for working C compiler: /usr/bin/cc [2021-03-19T20:57:55.506Z] #37 ... [2021-03-19T20:57:55.506Z] [2021-03-19T20:57:55.506Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:57:55.507Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-03-19T20:57:55.507Z] #13 66.19 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-03-19T20:57:55.507Z] #13 66.19 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-03-19T20:57:55.507Z] #13 66.21 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-19T20:57:55.507Z] #13 75.77 Selecting previously unselected package gcc-mingw-w64-base. [2021-03-19T20:57:55.507Z] #13 75.77 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_arm64.deb ... [2021-03-19T20:57:55.507Z] #13 75.92 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-19T20:57:55.507Z] #13 76.21 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-03-19T20:57:55.507Z] #13 76.22 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2021-03-19T20:57:55.507Z] #13 76.22 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-19T20:57:55.513Z] #20 34.06 Selecting previously unselected package xxd. [2021-03-19T20:57:55.513Z] #20 34.08 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-03-19T20:57:55.513Z] #20 34.08 Unpacking xxd (2:8.1.0875-5) ... [2021-03-19T20:57:55.513Z] #20 34.20 Selecting previously unselected package vim-common. [2021-03-19T20:57:55.513Z] #20 34.20 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-19T20:57:55.513Z] #20 34.22 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-19T20:57:55.771Z] #13 ... [2021-03-19T20:57:55.771Z] [2021-03-19T20:57:55.771Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:57:55.771Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-19T20:57:55.771Z] #43 4.625 Note: Building without setproctitle() and strlcpy() support. [2021-03-19T20:57:55.771Z] #43 4.626 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-19T20:57:55.771Z] #43 4.633 Note: Building without GnuTLS support [2021-03-19T20:57:55.771Z] #43 4.642 Makefile.config:39: Warn: you have no libnftables installed [2021-03-19T20:57:55.771Z] #43 4.642 Makefile.config:40: Warn: Building without nftables support [2021-03-19T20:57:55.995Z] #57 54.97 + bin/ctr [2021-03-19T20:57:56.025Z] #20 34.43 Selecting previously unselected package bash-completion. [2021-03-19T20:57:56.025Z] #20 34.43 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-03-19T20:57:56.041Z] #45 82.55 encoding/xml [2021-03-19T20:57:56.091Z] #42 69.49 Selecting previously unselected package libprotobuf-lite17:amd64. [2021-03-19T20:57:56.091Z] #42 69.49 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2021-03-19T20:57:56.240Z] #34 ... [2021-03-19T20:57:56.240Z] [2021-03-19T20:57:56.240Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:57:56.240Z] #51 sha256:2ae17ab665c367de12f129d18e13d9230e3d4f2f61b045cf5abc7a9a6cf418f6 [2021-03-19T20:57:56.240Z] #51 94.46 strings [2021-03-19T20:57:56.240Z] #51 99.47 golang.org/x/sys/unix [2021-03-19T20:57:56.240Z] #51 99.77 fmt [2021-03-19T20:57:56.240Z] #51 ... [2021-03-19T20:57:56.240Z] [2021-03-19T20:57:56.240Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-03-19T20:57:56.240Z] #37 sha256:b89d19036356f2e06c45110f06ef5001012e55387428f18bdf4ccad8e3cb47fa [2021-03-19T20:57:56.240Z] #37 3.203 + cd /tmp/tmp.B0cCe6zKqL/tini [2021-03-19T20:57:56.240Z] #37 3.203 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-19T20:57:56.240Z] #37 3.287 + cmake . [2021-03-19T20:57:56.240Z] #37 4.254 -- The C compiler identification is GNU 8.3.0 [2021-03-19T20:57:56.240Z] #37 4.334 -- Check for working C compiler: /usr/bin/cc [2021-03-19T20:57:56.240Z] #37 5.651 -- Check for working C compiler: /usr/bin/cc -- works [2021-03-19T20:57:56.240Z] #37 5.651 -- Detecting C compiler ABI info [2021-03-19T20:57:56.240Z] #37 7.053 -- Detecting C compiler ABI info - done [2021-03-19T20:57:56.240Z] #37 7.123 -- Detecting C compile features [2021-03-19T20:57:56.240Z] #37 10.04 -- Detecting C compile features - done [2021-03-19T20:57:56.240Z] #37 10.22 -- Performing Test HAS_BUILTIN_FORTIFY [2021-03-19T20:57:56.240Z] #37 10.74 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-03-19T20:57:56.241Z] #37 10.91 -- Configuring done [2021-03-19T20:57:56.241Z] #37 10.96 -- Generating done [2021-03-19T20:57:56.241Z] #37 10.98 -- Build files have been written to: /tmp/tmp.B0cCe6zKqL/tini [2021-03-19T20:57:56.241Z] #37 11.02 + make tini-static [2021-03-19T20:57:56.352Z] #42 69.50 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-03-19T20:57:56.499Z] #37 ... [2021-03-19T20:57:56.499Z] [2021-03-19T20:57:56.499Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-19T20:57:56.499Z] #34 sha256:ba890707e73ea5f286488af78044c544b4435d8418e9ce43a87726e9fbbaad59 [2021-03-19T20:57:56.499Z] #34 105.0 log [2021-03-19T20:57:56.615Z] #42 ... [2021-03-19T20:57:56.615Z] [2021-03-19T20:57:56.615Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:57:56.615Z] #45 sha256:545ba0c6e50551d0b617ccbb97585f12f34dc9406939c9ddce5a9da66a6b6b5f [2021-03-19T20:57:56.615Z] #45 59.94 github.com/LK4D4/vndr/godl/singleflight [2021-03-19T20:57:56.615Z] #45 60.32 math/rand [2021-03-19T20:57:56.615Z] #45 62.37 internal/singleflight [2021-03-19T20:57:56.615Z] #45 63.03 strconv [2021-03-19T20:57:56.615Z] #45 63.13 io [2021-03-19T20:57:56.615Z] #45 65.42 bytes [2021-03-19T20:57:56.615Z] #45 68.29 reflect [2021-03-19T20:57:56.615Z] #45 69.46 bufio [2021-03-19T20:57:56.615Z] #45 ... [2021-03-19T20:57:56.615Z] [2021-03-19T20:57:56.615Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:57:56.615Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:57:56.615Z] #13 43.26 Reading package lists... [2021-03-19T20:57:56.615Z] #13 54.19 Building dependency tree... [2021-03-19T20:57:56.615Z] #13 58.88 The following additional packages will be installed: [2021-03-19T20:57:56.615Z] #13 58.91 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-03-19T20:57:56.615Z] #13 58.91 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-03-19T20:57:56.615Z] #13 58.92 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-03-19T20:57:56.615Z] #13 58.92 libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1 [2021-03-19T20:57:56.615Z] #13 58.93 mingw-w64-common mingw-w64-x86-64-dev [2021-03-19T20:57:56.615Z] #13 58.96 Suggested packages: [2021-03-19T20:57:56.615Z] #13 58.96 gcc-8-locales seccomp wine64 [2021-03-19T20:57:56.615Z] #13 61.05 The following NEW packages will be installed: [2021-03-19T20:57:56.615Z] #13 61.05 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-03-19T20:57:56.615Z] #13 61.07 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-03-19T20:57:56.615Z] #13 61.07 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-03-19T20:57:56.615Z] #13 61.08 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-03-19T20:57:56.615Z] #13 61.08 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-03-19T20:57:56.615Z] #13 61.09 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-03-19T20:57:56.615Z] #13 61.12 The following packages will be upgraded: [2021-03-19T20:57:56.615Z] #13 61.12 libseccomp2 libsystemd0 libudev1 [2021-03-19T20:57:56.615Z] #13 61.61 3 upgraded, 25 newly installed, 0 to remove and 21 not upgraded. [2021-03-19T20:57:56.615Z] #13 61.61 Need to get 78.2 MB of archives. [2021-03-19T20:57:56.615Z] #13 61.61 After this operation, 487 MB of additional disk space will be used. [2021-03-19T20:57:56.615Z] #13 61.61 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB] [2021-03-19T20:57:56.615Z] #13 61.61 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB] [2021-03-19T20:57:56.615Z] #13 61.63 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u6 [331 kB] [2021-03-19T20:57:56.615Z] #13 61.67 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u6 [151 kB] [2021-03-19T20:57:56.615Z] #13 61.69 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2021-03-19T20:57:56.615Z] #13 62.06 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2021-03-19T20:57:56.615Z] #13 62.41 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-03-19T20:57:56.615Z] #13 62.41 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-03-19T20:57:56.615Z] #13 62.42 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-03-19T20:57:56.615Z] #13 62.43 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-03-19T20:57:56.615Z] #13 63.17 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-03-19T20:57:56.615Z] #13 63.56 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2021-03-19T20:57:56.615Z] #13 63.57 Get:13 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] [2021-03-19T20:57:56.728Z] #43 6.642 fatal: not a git repository (or any of the parent directories): .git [2021-03-19T20:57:56.728Z] #43 6.743 GEN .gitid [2021-03-19T20:57:56.728Z] #43 6.782 GEN criu/include/version.h [2021-03-19T20:57:56.875Z] #13 ... [2021-03-19T20:57:56.875Z] [2021-03-19T20:57:56.875Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:57:56.875Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-19T20:57:56.875Z] #42 70.00 Selecting previously unselected package libprotobuf-dev:amd64. [2021-03-19T20:57:56.875Z] #42 70.00 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2021-03-19T20:57:56.875Z] #42 70.08 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-03-19T20:57:56.993Z] #43 6.905 GEN include/common/asm [2021-03-19T20:57:57.392Z] #20 ... [2021-03-19T20:57:57.392Z] [2021-03-19T20:57:57.392Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:57:57.392Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:57:57.392Z] #43 85.06 DEP criu/files-ext.d [2021-03-19T20:57:57.392Z] #43 85.39 DEP criu/file-lock.d [2021-03-19T20:57:57.392Z] #43 85.64 DEP criu/file-ids.d [2021-03-19T20:57:57.392Z] #43 85.82 DEP criu/fifo.d [2021-03-19T20:57:57.392Z] #43 86.07 DEP criu/fdstore.d [2021-03-19T20:57:57.392Z] #43 86.26 DEP criu/fault-injection.d [2021-03-19T20:57:57.392Z] #43 86.30 DEP criu/external.d [2021-03-19T20:57:57.392Z] #43 86.39 DEP criu/eventpoll.d [2021-03-19T20:57:57.392Z] #43 86.54 DEP criu/eventfd.d [2021-03-19T20:57:57.392Z] #43 86.66 DEP criu/crtools.d [2021-03-19T20:57:57.392Z] #43 86.83 DEP criu/cr-service.d [2021-03-19T20:57:57.392Z] #43 86.96 DEP criu/cr-restore.d [2021-03-19T20:57:57.392Z] #43 87.11 DEP criu/cr-errno.d [2021-03-19T20:57:57.392Z] #43 87.13 DEP criu/cr-dump.d [2021-03-19T20:57:57.392Z] #43 87.29 DEP criu/cr-dedup.d [2021-03-19T20:57:57.392Z] #43 87.41 DEP criu/cr-check.d [2021-03-19T20:57:57.392Z] #43 87.65 DEP criu/config.d [2021-03-19T20:57:57.392Z] #43 87.76 DEP criu/clone-noasan.d [2021-03-19T20:57:57.392Z] #43 87.85 DEP criu/cgroup.d [2021-03-19T20:57:57.392Z] #43 88.04 DEP criu/cgroup-props.d [2021-03-19T20:57:57.392Z] #43 88.14 DEP criu/bitmap.d [2021-03-19T20:57:57.392Z] #43 88.16 DEP criu/bfd.d [2021-03-19T20:57:57.392Z] #43 88.27 DEP criu/autofs.d [2021-03-19T20:57:57.392Z] #43 88.46 DEP criu/aio.d [2021-03-19T20:57:57.392Z] #43 88.60 DEP criu/action-scripts.d [2021-03-19T20:57:57.392Z] #43 88.85 CC criu/action-scripts.o [2021-03-19T20:57:57.392Z] #43 89.29 CC criu/aio.o [2021-03-19T20:57:57.392Z] #43 89.75 CC criu/autofs.o [2021-03-19T20:57:57.392Z] #43 91.09 CC criu/bfd.o [2021-03-19T20:57:57.392Z] #43 91.49 CC criu/bitmap.o [2021-03-19T20:57:57.392Z] #43 91.61 CC criu/cgroup-props.o [2021-03-19T20:57:57.392Z] #43 92.20 CC criu/cgroup.o [2021-03-19T20:57:57.392Z] #43 94.95 CC criu/clone-noasan.o [2021-03-19T20:57:57.392Z] #43 95.16 CC criu/config.o [2021-03-19T20:57:57.426Z] #45 ... [2021-03-19T20:57:57.426Z] [2021-03-19T20:57:57.426Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:57:57.426Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:57:57.426Z] #43 9.121 PBCC images/sit.pb-c.c [2021-03-19T20:57:57.426Z] #43 9.202 DEP images/sit.pb-c.d [2021-03-19T20:57:57.426Z] #43 9.202 PBCC images/macvlan.pb-c.c [2021-03-19T20:57:57.426Z] #43 9.226 DEP images/macvlan.pb-c.d [2021-03-19T20:57:57.426Z] #43 9.262 PBCC images/autofs.pb-c.c [2021-03-19T20:57:57.426Z] #43 9.283 DEP images/autofs.pb-c.d [2021-03-19T20:57:57.426Z] #43 9.352 PBCC images/sysctl.pb-c.c [2021-03-19T20:57:57.426Z] #43 9.365 DEP images/sysctl.pb-c.d [2021-03-19T20:57:57.426Z] #43 9.489 PBCC images/time.pb-c.c [2021-03-19T20:57:57.426Z] #43 9.489 DEP images/time.pb-c.d [2021-03-19T20:57:57.426Z] #43 9.553 PBCC images/binfmt-misc.pb-c.c [2021-03-19T20:57:57.426Z] #43 9.601 DEP images/binfmt-misc.pb-c.d [2021-03-19T20:57:57.426Z] #43 9.642 PBCC images/seccomp.pb-c.c [2021-03-19T20:57:57.426Z] #43 9.687 DEP images/seccomp.pb-c.d [2021-03-19T20:57:57.426Z] #43 9.733 PBCC images/userns.pb-c.c [2021-03-19T20:57:57.426Z] #43 9.749 DEP images/userns.pb-c.d [2021-03-19T20:57:57.426Z] #43 9.829 PBCC images/cgroup.pb-c.c [2021-03-19T20:57:57.426Z] #43 9.845 DEP images/cgroup.pb-c.d [2021-03-19T20:57:57.426Z] #43 9.921 PBCC images/ext-file.pb-c.c [2021-03-19T20:57:57.426Z] #43 9.942 DEP images/ext-file.pb-c.d [2021-03-19T20:57:57.426Z] #43 10.02 PBCC images/rpc.pb-c.c [2021-03-19T20:57:57.426Z] #43 10.08 DEP images/rpc.pb-c.d [2021-03-19T20:57:57.426Z] #43 10.15 PBCC images/siginfo.pb-c.c [2021-03-19T20:57:57.426Z] #43 10.21 DEP images/siginfo.pb-c.d [2021-03-19T20:57:57.426Z] #43 10.28 PBCC images/pagemap.pb-c.c [2021-03-19T20:57:57.426Z] #43 10.36 DEP images/pagemap.pb-c.d [2021-03-19T20:57:57.426Z] #43 10.45 PBCC images/rlimit.pb-c.c [2021-03-19T20:57:57.426Z] #43 10.51 DEP images/rlimit.pb-c.d [2021-03-19T20:57:57.426Z] #43 10.54 PBCC images/file-lock.pb-c.c [2021-03-19T20:57:57.426Z] #43 10.59 DEP images/file-lock.pb-c.d [2021-03-19T20:57:57.426Z] #43 10.66 PBCC images/tty.pb-c.c [2021-03-19T20:57:57.426Z] #43 10.77 DEP images/tty.pb-c.d [2021-03-19T20:57:57.426Z] #43 10.84 PBCC images/tun.pb-c.c [2021-03-19T20:57:57.426Z] #43 10.91 PBCC images/netdev.pb-c.c [2021-03-19T20:57:57.426Z] #43 10.94 DEP images/tun.pb-c.d [2021-03-19T20:57:57.426Z] #43 11.03 DEP images/netdev.pb-c.d [2021-03-19T20:57:57.426Z] #43 11.06 PBCC images/vma.pb-c.c [2021-03-19T20:57:57.426Z] #43 11.13 DEP images/vma.pb-c.d [2021-03-19T20:57:57.426Z] #43 11.19 PBCC images/creds.pb-c.c [2021-03-19T20:57:57.426Z] #43 11.22 DEP images/creds.pb-c.d [2021-03-19T20:57:57.426Z] #43 11.32 PBCC images/utsns.pb-c.c [2021-03-19T20:57:57.426Z] #43 11.32 DEP images/utsns.pb-c.d [2021-03-19T20:57:57.426Z] #43 11.43 PBCC images/ipc-desc.pb-c.c [2021-03-19T20:57:57.426Z] #43 11.43 PBCC images/ipc-sem.pb-c.c [2021-03-19T20:57:57.426Z] #43 11.60 DEP images/ipc-desc.pb-c.d [2021-03-19T20:57:57.426Z] #43 11.60 DEP images/ipc-sem.pb-c.d [2021-03-19T20:57:57.426Z] #43 11.60 PBCC images/ipc-msg.pb-c.c [2021-03-19T20:57:57.426Z] #43 11.60 DEP images/ipc-msg.pb-c.d [2021-03-19T20:57:57.426Z] #43 11.63 PBCC images/ipc-shm.pb-c.c [2021-03-19T20:57:57.426Z] #43 11.67 DEP images/ipc-shm.pb-c.d [2021-03-19T20:57:57.426Z] #43 11.72 PBCC images/ipc-var.pb-c.c [2021-03-19T20:57:57.426Z] #43 11.72 DEP images/ipc-var.pb-c.d [2021-03-19T20:57:57.426Z] #43 11.77 PBCC images/sk-opts.pb-c.c [2021-03-19T20:57:57.426Z] #43 11.81 PBCC images/packet-sock.pb-c.c [2021-03-19T20:57:57.426Z] #43 11.91 DEP images/sk-opts.pb-c.d [2021-03-19T20:57:57.426Z] #43 12.00 DEP images/packet-sock.pb-c.d [2021-03-19T20:57:57.427Z] #43 12.04 PBCC images/sk-netlink.pb-c.c [2021-03-19T20:57:57.427Z] #43 12.14 DEP images/sk-netlink.pb-c.d [2021-03-19T20:57:57.427Z] #43 12.14 PBCC images/sk-inet.pb-c.c [2021-03-19T20:57:57.427Z] #43 12.24 DEP images/sk-inet.pb-c.d [2021-03-19T20:57:57.427Z] #43 12.32 PBCC images/sk-unix.pb-c.c [2021-03-19T20:57:57.427Z] #43 12.32 DEP images/sk-unix.pb-c.d [2021-03-19T20:57:57.427Z] #43 12.49 PBCC images/mm.pb-c.c [2021-03-19T20:57:57.427Z] #43 12.49 DEP images/mm.pb-c.d [2021-03-19T20:57:57.427Z] #43 12.54 PBCC images/timerfd.pb-c.c [2021-03-19T20:57:57.427Z] #43 12.56 DEP images/timerfd.pb-c.d [2021-03-19T20:57:57.427Z] #43 12.72 PBCC images/timer.pb-c.c [2021-03-19T20:57:57.427Z] #43 12.72 DEP images/timer.pb-c.d [2021-03-19T20:57:57.427Z] #43 12.72 PBCC images/sa.pb-c.c [2021-03-19T20:57:57.427Z] #43 12.78 DEP images/sa.pb-c.d [2021-03-19T20:57:57.427Z] #43 12.82 PBCC images/pipe-data.pb-c.c [2021-03-19T20:57:57.427Z] #43 12.85 DEP images/pipe-data.pb-c.d [2021-03-19T20:57:57.427Z] #43 12.90 PBCC images/mnt.pb-c.c [2021-03-19T20:57:57.427Z] #43 12.92 DEP images/mnt.pb-c.d [2021-03-19T20:57:57.427Z] #43 12.97 PBCC images/sk-packet.pb-c.c [2021-03-19T20:57:57.427Z] #43 13.02 DEP images/sk-packet.pb-c.d [2021-03-19T20:57:57.427Z] #43 13.09 PBCC images/tcp-stream.pb-c.c [2021-03-19T20:57:57.427Z] #43 13.11 DEP images/tcp-stream.pb-c.d [2021-03-19T20:57:57.427Z] #43 13.24 PBCC images/pipe.pb-c.c [2021-03-19T20:57:57.427Z] #43 13.24 DEP images/pipe.pb-c.d [2021-03-19T20:57:57.427Z] #43 13.29 PBCC images/pstree.pb-c.c [2021-03-19T20:57:57.427Z] #43 13.30 DEP images/pstree.pb-c.d [2021-03-19T20:57:57.427Z] #43 13.40 PBCC images/fs.pb-c.c [2021-03-19T20:57:57.427Z] #43 13.44 DEP images/fs.pb-c.d [2021-03-19T20:57:57.427Z] #43 13.48 PBCC images/signalfd.pb-c.c [2021-03-19T20:57:57.427Z] #43 13.57 DEP images/signalfd.pb-c.d [2021-03-19T20:57:57.427Z] #43 13.64 PBCC images/fh.pb-c.c [2021-03-19T20:57:57.427Z] #43 13.72 PBCC images/fsnotify.pb-c.c [2021-03-19T20:57:57.427Z] #43 13.79 DEP images/fh.pb-c.d [2021-03-19T20:57:57.427Z] #43 13.85 DEP images/fsnotify.pb-c.d [2021-03-19T20:57:57.427Z] #43 13.93 PBCC images/eventpoll.pb-c.c [2021-03-19T20:57:57.427Z] #43 13.98 DEP images/eventpoll.pb-c.d [2021-03-19T20:57:57.427Z] #43 14.01 PBCC images/eventfd.pb-c.c [2021-03-19T20:57:57.427Z] #43 14.05 DEP images/eventfd.pb-c.d [2021-03-19T20:57:57.427Z] #43 14.09 PBCC images/remap-file-path.pb-c.c [2021-03-19T20:57:57.427Z] #43 14.12 DEP images/remap-file-path.pb-c.d [2021-03-19T20:57:57.427Z] #43 14.21 PBCC images/fifo.pb-c.c [2021-03-19T20:57:57.427Z] #43 14.21 DEP images/fifo.pb-c.d [2021-03-19T20:57:57.427Z] #43 14.27 PBCC images/ghost-file.pb-c.c [2021-03-19T20:57:57.427Z] #43 14.29 DEP images/ghost-file.pb-c.d [2021-03-19T20:57:57.532Z] #57 ... [2021-03-19T20:57:57.532Z] [2021-03-19T20:57:57.532Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:57:57.532Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-19T20:57:57.532Z] #44 18.19 CC images/stats.o [2021-03-19T20:57:57.532Z] #44 18.66 CC images/core.o [2021-03-19T20:57:57.532Z] #44 19.42 CC images/core-x86.o [2021-03-19T20:57:57.532Z] #44 20.15 CC images/core-arm.o [2021-03-19T20:57:57.532Z] #44 20.73 CC images/core-aarch64.o [2021-03-19T20:57:57.532Z] #44 21.11 CC images/core-ppc64.o [2021-03-19T20:57:57.532Z] #44 21.88 CC images/core-s390.o [2021-03-19T20:57:57.532Z] #44 22.75 CC images/cpuinfo.o [2021-03-19T20:57:57.532Z] #44 23.43 CC images/inventory.o [2021-03-19T20:57:57.532Z] #44 23.69 CC images/fdinfo.o [2021-03-19T20:57:57.532Z] #44 24.11 CC images/fown.o [2021-03-19T20:57:57.532Z] #44 24.50 CC images/ns.o [2021-03-19T20:57:57.532Z] #44 24.76 CC images/regfile.o [2021-03-19T20:57:57.532Z] #44 25.06 CC images/ghost-file.o [2021-03-19T20:57:57.532Z] #44 25.45 CC images/fifo.o [2021-03-19T20:57:57.532Z] #44 25.75 CC images/remap-file-path.o [2021-03-19T20:57:57.532Z] #44 25.98 CC images/eventfd.o [2021-03-19T20:57:57.532Z] #44 26.23 CC images/eventpoll.o [2021-03-19T20:57:57.532Z] #44 26.66 CC images/fh.o [2021-03-19T20:57:57.532Z] #44 27.04 CC images/fsnotify.o [2021-03-19T20:57:57.532Z] #44 27.87 CC images/signalfd.o [2021-03-19T20:57:57.532Z] #44 28.12 CC images/fs.o [2021-03-19T20:57:57.688Z] #43 14.41 PBCC images/regfile.pb-c.c [2021-03-19T20:57:57.688Z] #43 14.41 DEP images/regfile.pb-c.d [2021-03-19T20:57:57.688Z] #43 14.49 PBCC images/ns.pb-c.c [2021-03-19T20:57:57.688Z] #43 14.53 DEP images/ns.pb-c.d [2021-03-19T20:57:57.688Z] #43 14.59 PBCC images/fdinfo.pb-c.c [2021-03-19T20:57:57.831Z] #44 28.38 CC images/pstree.o [2021-03-19T20:57:57.831Z] #44 28.58 CC images/pipe.o [2021-03-19T20:57:57.852Z] Fetching without tags [2021-03-19T20:57:57.508Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-19T20:57:57.582Z] > git config --add remote.origin.fetch +refs/pull/42173/head:refs/remotes/origin/PR-42173 # timeout=10 [2021-03-19T20:57:57.633Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-19T20:57:57.761Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-19T20:57:57.949Z] #43 14.66 DEP images/fdinfo.pb-c.d [2021-03-19T20:57:57.949Z] #43 14.73 PBCC images/core-aarch64.pb-c.c [2021-03-19T20:57:57.949Z] #43 14.80 PBCC images/core-arm.pb-c.c [2021-03-19T20:57:57.949Z] #43 14.83 PBCC images/core-ppc64.pb-c.c [2021-03-19T20:57:57.949Z] #43 14.90 PBCC images/core-s390.pb-c.c [2021-03-19T20:57:57.949Z] #43 14.95 PBCC images/core-x86.pb-c.c [2021-03-19T20:57:57.949Z] #43 ... [2021-03-19T20:57:57.949Z] [2021-03-19T20:57:57.949Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:57:57.949Z] #45 sha256:7c7570aae27449b8fbce88d7ff9f45e13317ac59cb4f516bce02de03467ff278 [2021-03-19T20:57:57.949Z] #45 74.31 compress/gzip [2021-03-19T20:57:57.949Z] #45 75.37 encoding/asn1 [2021-03-19T20:57:57.949Z] #45 77.06 go/doc [2021-03-19T20:57:57.949Z] #45 78.69 vendor/golang.org/x/text/unicode/norm [2021-03-19T20:57:57.949Z] #45 80.28 crypto/x509/pkix [2021-03-19T20:57:57.949Z] #45 80.81 vendor/golang.org/x/crypto/cryptobyte [2021-03-19T20:57:57.949Z] #45 83.71 github.com/LK4D4/vndr/build [2021-03-19T20:57:58.129Z] #44 28.83 CC images/tcp-stream.o [2021-03-19T20:57:58.210Z] #43 15.01 PBCC images/core.pb-c.c [2021-03-19T20:57:58.210Z] #43 15.09 PBCC images/inventory.pb-c.c [2021-03-19T20:57:58.214Z] #45 ... [2021-03-19T20:57:58.214Z] [2021-03-19T20:57:58.214Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-03-19T20:57:58.214Z] #37 sha256:4dc12a51b7b2cc8f518c29654791bdf558a108ebcfdfcb403b0d6de89f0f1cf0 [2021-03-19T20:57:58.214Z] #37 4.231 -- Check for working C compiler: /usr/bin/cc -- works [2021-03-19T20:57:58.214Z] #37 4.238 -- Detecting C compiler ABI info [2021-03-19T20:57:58.214Z] #37 4.867 -- Detecting C compiler ABI info - done [2021-03-19T20:57:58.214Z] #37 4.886 -- Detecting C compile features [2021-03-19T20:57:58.430Z] #44 ... [2021-03-19T20:57:58.430Z] [2021-03-19T20:57:58.430Z] #35 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-19T20:57:58.430Z] #35 sha256:ea3dd951190a445f76bf7447cce0e28ecccd438c8a411288eb88b05a007f4077 [2021-03-19T20:57:58.430Z] #35 94.33 github.com/BurntSushi/toml/cmd/tomlv [2021-03-19T20:57:58.430Z] #35 DONE 98.5s [2021-03-19T20:57:58.430Z] [2021-03-19T20:57:58.430Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:57:58.430Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-19T20:57:58.430Z] #44 29.17 CC images/sk-packet.o [2021-03-19T20:57:58.430Z] #44 ... [2021-03-19T20:57:58.430Z] [2021-03-19T20:57:58.430Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:57:58.430Z] #52 sha256:34c480428f744c99a9fd576bd101776f0092976281931c1b73a94824fa8b1f23 [2021-03-19T20:57:58.430Z] #52 94.26 mvdan.cc/sh/v3/syntax [2021-03-19T20:57:58.430Z] #52 95.47 encoding/base64 [2021-03-19T20:57:58.430Z] #52 95.89 go/ast [2021-03-19T20:57:58.430Z] #52 96.95 golang.org/x/sys/unix [2021-03-19T20:57:58.430Z] #52 98.32 encoding/json [2021-03-19T20:57:58.471Z] #43 15.20 DEP images/core-aarch64.pb-c.d [2021-03-19T20:57:58.471Z] #43 15.28 DEP images/core-arm.pb-c.d [2021-03-19T20:57:58.752Z] #43 15.33 DEP images/core-ppc64.pb-c.d [2021-03-19T20:57:58.752Z] #43 15.39 DEP images/core-s390.pb-c.d [2021-03-19T20:57:58.752Z] #43 15.48 DEP images/core-x86.pb-c.d [2021-03-19T20:57:58.752Z] #43 15.55 DEP images/core.pb-c.d [2021-03-19T20:57:58.752Z] #43 15.61 DEP images/inventory.pb-c.d [2021-03-19T20:57:58.759Z] #43 ... [2021-03-19T20:57:58.759Z] [2021-03-19T20:57:58.759Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-19T20:57:58.759Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-19T20:57:58.759Z] #20 37.00 Unpacking bash-completion (1:2.8-6) ... [2021-03-19T20:57:58.759Z] #20 37.40 Selecting previously unselected package bzip2. [2021-03-19T20:57:58.759Z] #20 37.40 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-03-19T20:57:58.759Z] #20 37.40 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-19T20:57:58.759Z] #20 37.50 Selecting previously unselected package xz-utils. [2021-03-19T20:57:58.790Z] #42 71.81 Selecting previously unselected package libprotoc17:amd64. [2021-03-19T20:57:58.790Z] #42 71.81 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2021-03-19T20:57:58.790Z] #42 71.83 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2021-03-19T20:57:58.794Z] #37 6.927 -- Detecting C compile features - done [2021-03-19T20:57:58.794Z] #37 6.987 -- Performing Test HAS_BUILTIN_FORTIFY [2021-03-19T20:57:59.015Z] #20 37.50 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-03-19T20:57:59.015Z] #20 37.51 Unpacking xz-utils (5.2.4-1) ... [2021-03-19T20:57:59.015Z] #20 37.67 Selecting previously unselected package apparmor. [2021-03-19T20:57:59.015Z] #20 37.68 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-03-19T20:57:59.015Z] #20 37.75 Unpacking apparmor (2.13.2-10) ... [2021-03-19T20:57:59.026Z] #43 15.75 PBCC images/cpuinfo.pb-c.c [2021-03-19T20:57:59.026Z] #43 15.75 DEP images/cpuinfo.pb-c.d [2021-03-19T20:57:59.026Z] #43 15.90 PBCC images/stats.pb-c.c [2021-03-19T20:57:59.059Z] #37 7.282 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-03-19T20:57:59.158Z] Merging remotes/origin/master commit 788f2883d285fc997d25cd27235c5b17cf3c0947 into PR head commit 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c [2021-03-19T20:57:59.271Z] #20 38.05 Selecting previously unselected package aufs-tools. [2021-03-19T20:57:59.301Z] #43 15.92 DEP images/stats.pb-c.d [2021-03-19T20:57:59.324Z] #37 7.437 -- Configuring done [2021-03-19T20:57:59.324Z] #37 7.469 -- Generating done [2021-03-19T20:57:59.324Z] #37 7.537 -- Build files have been written to: /tmp/tmp.KQmfjjw6fL/tini [2021-03-19T20:57:59.324Z] #37 7.540 + make tini-static [2021-03-19T20:57:59.498Z] #52 ... [2021-03-19T20:57:59.498Z] [2021-03-19T20:57:59.498Z] #14 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:57:59.498Z] #14 sha256:5151d703b769bc35b6bada7e872d6f26a661733fd6a91bb6a69d949f095f4d31 [2021-03-19T20:57:59.498Z] #14 98.57 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-03-19T20:57:59.498Z] #14 98.58 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2021-03-19T20:57:59.498Z] #14 98.58 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-19T20:57:59.528Z] #20 38.05 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-03-19T20:57:59.528Z] #20 38.07 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-03-19T20:57:59.528Z] #20 38.19 Selecting previously unselected package libonig5:amd64. [2021-03-19T20:57:59.589Z] #37 7.768 Scanning dependencies of target tini-static [2021-03-19T20:57:59.732Z] #42 72.83 Selecting previously unselected package protobuf-c-compiler. [2021-03-19T20:57:59.732Z] #42 72.85 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2021-03-19T20:57:59.732Z] #42 72.87 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-19T20:57:59.732Z] #42 73.11 Selecting previously unselected package protobuf-compiler. [2021-03-19T20:57:59.732Z] #42 73.12 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2021-03-19T20:57:59.732Z] #42 73.12 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-03-19T20:57:59.782Z] #34 108.0 github.com/BurntSushi/toml/cmd/tomlv [2021-03-19T20:57:59.784Z] #20 38.19 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-03-19T20:57:59.784Z] #20 38.19 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-03-19T20:57:59.784Z] #20 38.36 Selecting previously unselected package libjq1:amd64. [2021-03-19T20:57:59.784Z] #20 38.37 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-03-19T20:57:59.784Z] #20 38.37 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-19T20:57:59.854Z] #37 7.824 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-03-19T20:57:59.992Z] #42 73.32 Selecting previously unselected package python-pkg-resources. [2021-03-19T20:57:59.992Z] #42 73.36 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-03-19T20:57:59.992Z] #42 73.37 Unpacking python-pkg-resources (40.8.0-1) ... [2021-03-19T20:58:00.040Z] #20 38.50 Selecting previously unselected package jq. [2021-03-19T20:58:00.040Z] #20 38.50 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-03-19T20:58:00.040Z] #20 38.52 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-19T20:58:00.040Z] #20 38.60 Selecting previously unselected package libaio1:amd64. [2021-03-19T20:58:00.040Z] #20 38.61 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-03-19T20:58:00.040Z] #20 38.62 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-03-19T20:58:00.040Z] #20 38.68 Selecting previously unselected package libgpm2:amd64. [2021-03-19T20:58:00.040Z] #20 38.68 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-03-19T20:58:00.040Z] #20 38.69 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-03-19T20:58:00.296Z] #20 38.78 Selecting previously unselected package libicu63:amd64. [2021-03-19T20:58:00.296Z] #20 38.78 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-03-19T20:58:00.296Z] #20 38.79 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-19T20:58:00.382Z] #34 ... [2021-03-19T20:58:00.382Z] [2021-03-19T20:58:00.382Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:00.382Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:58:00.382Z] #43 3.045 Note: Building without setproctitle() and strlcpy() support. [2021-03-19T20:58:00.382Z] #43 3.046 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-19T20:58:00.382Z] #43 3.068 Note: Building without GnuTLS support [2021-03-19T20:58:00.382Z] #43 3.071 Makefile.config:39: Warn: you have no libnftables installed [2021-03-19T20:58:00.382Z] #43 3.071 Makefile.config:40: Warn: Building without nftables support [2021-03-19T20:58:00.382Z] #43 6.348 fatal: not a git repository (or any of the parent directories): .git [2021-03-19T20:58:00.382Z] #43 6.444 GEN .gitid [2021-03-19T20:58:00.382Z] #43 6.486 GEN criu/include/version.h [2021-03-19T20:58:00.382Z] #43 6.681 GEN include/common/asm [2021-03-19T20:58:00.382Z] #43 9.329 PBCC images/timens.pb-c.c [2021-03-19T20:58:00.382Z] #43 9.405 DEP images/timens.pb-c.d [2021-03-19T20:58:00.382Z] #43 9.482 PBCC images/fown.pb-c.c [2021-03-19T20:58:00.382Z] #43 9.544 PBCC images/google/protobuf/descriptor.pb-c.c [2021-03-19T20:58:00.382Z] #43 9.648 PBCC images/opts.pb-c.c [2021-03-19T20:58:00.382Z] #43 9.704 PBCC images/memfd.pb-c.c [2021-03-19T20:58:00.382Z] #43 9.738 DEP images/fown.pb-c.d [2021-03-19T20:58:00.382Z] #43 9.785 DEP images/google/protobuf/descriptor.pb-c.d [2021-03-19T20:58:00.382Z] #43 9.891 DEP images/opts.pb-c.d [2021-03-19T20:58:00.382Z] #43 9.945 DEP images/memfd.pb-c.d [2021-03-19T20:58:00.382Z] #43 10.00 PBCC images/sit.pb-c.c [2021-03-19T20:58:00.382Z] #43 10.11 DEP images/sit.pb-c.d [2021-03-19T20:58:00.382Z] #43 10.22 PBCC images/macvlan.pb-c.c [2021-03-19T20:58:00.649Z] #43 10.26 DEP images/macvlan.pb-c.d [2021-03-19T20:58:00.649Z] #43 10.29 PBCC images/autofs.pb-c.c [2021-03-19T20:58:00.649Z] #43 10.36 DEP images/autofs.pb-c.d [2021-03-19T20:58:00.649Z] #43 10.44 PBCC images/sysctl.pb-c.c [2021-03-19T20:58:00.690Z] #43 17.60 make[1]: Nothing to be done for 'all'. [2021-03-19T20:57:57.891Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-19T20:57:57.891Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-19T20:57:57.892Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42173/head:refs/remotes/origin/PR-42173 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-19T20:57:59.273Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T20:57:59.324Z] > git checkout -f 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c # timeout=10 [2021-03-19T20:58:00.909Z] #43 10.51 DEP images/sysctl.pb-c.d [2021-03-19T20:58:00.909Z] #43 10.55 PBCC images/time.pb-c.c [2021-03-19T20:58:00.909Z] #43 10.60 DEP images/time.pb-c.d [2021-03-19T20:58:00.909Z] #43 10.68 PBCC images/binfmt-misc.pb-c.c [2021-03-19T20:58:00.909Z] #43 10.73 DEP images/binfmt-misc.pb-c.d [2021-03-19T20:58:00.909Z] #43 10.80 PBCC images/seccomp.pb-c.c [2021-03-19T20:58:00.909Z] #43 ... [2021-03-19T20:58:00.909Z] [2021-03-19T20:58:00.909Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:58:00.909Z] #45 sha256:67006e49ecacf95c79a8a79ecf4742c89a06b2be4a211d790cbd334ebffd6eb6 [2021-03-19T20:58:00.909Z] #45 99.39 fmt [2021-03-19T20:58:00.909Z] #45 102.8 regexp [2021-03-19T20:58:00.909Z] #45 105.8 go/token [2021-03-19T20:58:00.909Z] #45 107.4 go/scanner [2021-03-19T20:58:00.909Z] #45 108.7 internal/lazyregexp [2021-03-19T20:58:00.909Z] #45 109.1 go/ast [2021-03-19T20:58:00.909Z] #45 109.2 net/url [2021-03-19T20:58:00.937Z] #42 74.24 Selecting previously unselected package python-six. [2021-03-19T20:58:00.937Z] #42 74.24 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-03-19T20:58:00.937Z] #42 74.26 Unpacking python-six (1.12.0-1) ... [2021-03-19T20:58:00.955Z] #43 ... [2021-03-19T20:58:00.955Z] [2021-03-19T20:58:00.955Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:58:00.955Z] #45 sha256:9df4444049aad817e1475f1ac1fdf7e8274ee4a1b46c939a92dae5960035473a [2021-03-19T20:58:00.955Z] #45 87.61 go/doc [2021-03-19T20:58:01.168Z] #45 ... [2021-03-19T20:58:01.168Z] [2021-03-19T20:58:01.168Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:01.168Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:58:01.168Z] #43 10.84 DEP images/seccomp.pb-c.d [2021-03-19T20:58:01.168Z] #43 10.93 PBCC images/userns.pb-c.c [2021-03-19T20:58:01.168Z] #43 10.97 DEP images/userns.pb-c.d [2021-03-19T20:58:01.168Z] #43 11.05 PBCC images/cgroup.pb-c.c [2021-03-19T20:58:01.199Z] #42 74.43 Selecting previously unselected package python-protobuf. [2021-03-19T20:58:01.199Z] #42 74.44 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2021-03-19T20:58:01.199Z] #42 74.45 Unpacking python-protobuf (3.6.1.3-2) ... [2021-03-19T20:58:01.428Z] #43 ... [2021-03-19T20:58:01.428Z] [2021-03-19T20:58:01.428Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-03-19T20:58:01.428Z] #37 sha256:b89d19036356f2e06c45110f06ef5001012e55387428f18bdf4ccad8e3cb47fa [2021-03-19T20:58:01.428Z] #37 11.76 Scanning dependencies of target tini-static [2021-03-19T20:58:01.428Z] #37 12.04 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-03-19T20:58:01.428Z] #37 14.11 [100%] Linking C executable tini-static [2021-03-19T20:58:01.428Z] #37 14.69 [100%] Built target tini-static [2021-03-19T20:58:01.428Z] #37 14.80 + mkdir -p /build [2021-03-19T20:58:01.428Z] #37 14.81 + cp tini-static /build/docker-init [2021-03-19T20:58:01.428Z] #37 DONE 16.1s [2021-03-19T20:58:01.428Z] [2021-03-19T20:58:01.428Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:01.428Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:58:01.428Z] #43 11.16 DEP images/cgroup.pb-c.d [2021-03-19T20:58:01.428Z] #43 11.19 PBCC images/ext-file.pb-c.c [2021-03-19T20:58:01.428Z] #43 11.23 DEP images/ext-file.pb-c.d [2021-03-19T20:58:01.428Z] #43 11.31 PBCC images/rpc.pb-c.c [2021-03-19T20:58:01.526Z] #45 ... [2021-03-19T20:58:01.526Z] [2021-03-19T20:58:01.526Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:58:01.526Z] #51 sha256:740d52d1ecaa4c4c032b42b4207c84d0562938f4a45c307a65a3e28570259a9b [2021-03-19T20:58:01.526Z] #51 78.06 golang.org/x/crypto/ssh/terminal [2021-03-19T20:58:01.526Z] #51 79.05 mvdan.cc/editorconfig [2021-03-19T20:58:01.526Z] #51 79.92 mvdan.cc/sh/v3/fileutil [2021-03-19T20:58:01.526Z] #51 80.12 mvdan.cc/sh/v3/syntax [2021-03-19T20:58:01.526Z] #51 86.62 mvdan.cc/sh/v3/cmd/shfmt [2021-03-19T20:58:01.526Z] #51 ... [2021-03-19T20:58:01.526Z] [2021-03-19T20:58:01.526Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:58:01.526Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:58:01.526Z] #13 72.16 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-03-19T20:58:01.526Z] #13 72.19 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-03-19T20:58:01.526Z] #13 72.19 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-19T20:58:01.526Z] #13 78.01 Selecting previously unselected package gcc-mingw-w64-base. [2021-03-19T20:58:01.526Z] #13 78.02 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-03-19T20:58:01.526Z] #13 78.03 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-19T20:58:01.526Z] #13 78.21 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-03-19T20:58:01.526Z] #13 78.21 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-03-19T20:58:01.526Z] #13 78.21 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-19T20:58:01.686Z] #43 11.37 DEP images/rpc.pb-c.d [2021-03-19T20:58:01.686Z] #43 11.47 PBCC images/siginfo.pb-c.c [2021-03-19T20:58:01.686Z] #43 11.52 DEP images/siginfo.pb-c.d [2021-03-19T20:58:01.788Z] #37 9.560 [100%] Linking C executable tini-static [2021-03-19T20:58:01.788Z] #37 ... [2021-03-19T20:58:01.788Z] [2021-03-19T20:58:01.788Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:01.788Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-19T20:58:01.788Z] #43 8.569 PBCC images/timens.pb-c.c [2021-03-19T20:58:01.788Z] #43 8.634 DEP images/timens.pb-c.d [2021-03-19T20:58:01.788Z] #43 8.707 PBCC images/fown.pb-c.c [2021-03-19T20:58:01.788Z] #43 8.727 PBCC images/google/protobuf/descriptor.pb-c.c [2021-03-19T20:58:01.788Z] #43 8.828 PBCC images/opts.pb-c.c [2021-03-19T20:58:01.788Z] #43 8.893 PBCC images/memfd.pb-c.c [2021-03-19T20:58:01.788Z] #43 8.988 DEP images/fown.pb-c.d [2021-03-19T20:58:01.788Z] #43 9.033 DEP images/google/protobuf/descriptor.pb-c.d [2021-03-19T20:58:01.788Z] #43 9.100 DEP images/opts.pb-c.d [2021-03-19T20:58:01.788Z] #43 9.161 DEP images/memfd.pb-c.d [2021-03-19T20:58:01.788Z] #43 9.236 PBCC images/sit.pb-c.c [2021-03-19T20:58:01.788Z] #43 9.273 DEP images/sit.pb-c.d [2021-03-19T20:58:01.788Z] #43 9.303 PBCC images/macvlan.pb-c.c [2021-03-19T20:58:01.788Z] #43 9.314 DEP images/macvlan.pb-c.d [2021-03-19T20:58:01.788Z] #43 9.338 PBCC images/autofs.pb-c.c [2021-03-19T20:58:01.788Z] #43 9.359 DEP images/autofs.pb-c.d [2021-03-19T20:58:01.788Z] #43 9.393 PBCC images/sysctl.pb-c.c [2021-03-19T20:58:01.788Z] #43 9.409 DEP images/sysctl.pb-c.d [2021-03-19T20:58:01.788Z] #43 9.439 PBCC images/time.pb-c.c [2021-03-19T20:58:01.788Z] #43 9.453 DEP images/time.pb-c.d [2021-03-19T20:58:01.788Z] #43 9.483 PBCC images/binfmt-misc.pb-c.c [2021-03-19T20:58:01.788Z] #43 9.504 DEP images/binfmt-misc.pb-c.d [2021-03-19T20:58:01.788Z] #43 9.609 PBCC images/seccomp.pb-c.c [2021-03-19T20:58:01.788Z] #43 9.645 DEP images/seccomp.pb-c.d [2021-03-19T20:58:01.788Z] #43 9.701 PBCC images/userns.pb-c.c [2021-03-19T20:58:01.788Z] #43 9.720 DEP images/userns.pb-c.d [2021-03-19T20:58:01.788Z] #43 9.815 PBCC images/cgroup.pb-c.c [2021-03-19T20:58:01.788Z] #43 9.859 DEP images/cgroup.pb-c.d [2021-03-19T20:58:01.788Z] #43 9.953 PBCC images/ext-file.pb-c.c [2021-03-19T20:58:01.788Z] #43 9.976 DEP images/ext-file.pb-c.d [2021-03-19T20:58:01.788Z] #43 10.03 PBCC images/rpc.pb-c.c [2021-03-19T20:58:01.788Z] #43 10.07 DEP images/rpc.pb-c.d [2021-03-19T20:58:01.788Z] #43 10.17 PBCC images/siginfo.pb-c.c [2021-03-19T20:58:01.788Z] #43 10.21 DEP images/siginfo.pb-c.d [2021-03-19T20:58:01.788Z] #43 10.34 PBCC images/pagemap.pb-c.c [2021-03-19T20:58:01.788Z] #43 10.38 DEP images/pagemap.pb-c.d [2021-03-19T20:58:01.788Z] #43 10.43 PBCC images/rlimit.pb-c.c [2021-03-19T20:58:01.788Z] #43 10.45 DEP images/rlimit.pb-c.d [2021-03-19T20:58:01.788Z] #43 10.51 PBCC images/file-lock.pb-c.c [2021-03-19T20:58:01.788Z] #43 10.53 DEP images/file-lock.pb-c.d [2021-03-19T20:58:01.788Z] #43 10.59 PBCC images/tty.pb-c.c [2021-03-19T20:58:01.788Z] #43 10.64 DEP images/tty.pb-c.d [2021-03-19T20:58:01.788Z] #43 10.77 PBCC images/tun.pb-c.c [2021-03-19T20:58:01.788Z] #43 10.84 PBCC images/netdev.pb-c.c [2021-03-19T20:58:01.788Z] #43 10.92 DEP images/tun.pb-c.d [2021-03-19T20:58:01.788Z] #43 11.04 DEP images/netdev.pb-c.d [2021-03-19T20:58:01.788Z] #43 11.13 PBCC images/vma.pb-c.c [2021-03-19T20:58:01.788Z] #43 11.24 DEP images/vma.pb-c.d [2021-03-19T20:58:01.788Z] #43 11.30 PBCC images/creds.pb-c.c [2021-03-19T20:58:01.788Z] #43 11.34 DEP images/creds.pb-c.d [2021-03-19T20:58:01.788Z] #43 11.40 PBCC images/utsns.pb-c.c [2021-03-19T20:58:01.788Z] #43 11.45 DEP images/utsns.pb-c.d [2021-03-19T20:58:01.788Z] #43 11.49 PBCC images/ipc-desc.pb-c.c [2021-03-19T20:58:01.788Z] #43 11.51 PBCC images/ipc-sem.pb-c.c [2021-03-19T20:58:01.788Z] #43 11.54 DEP images/ipc-desc.pb-c.d [2021-03-19T20:58:01.788Z] #43 11.64 DEP images/ipc-sem.pb-c.d [2021-03-19T20:58:01.788Z] #43 11.71 PBCC images/ipc-msg.pb-c.c [2021-03-19T20:58:01.788Z] #43 11.75 DEP images/ipc-msg.pb-c.d [2021-03-19T20:58:01.947Z] #43 11.67 PBCC images/pagemap.pb-c.c [2021-03-19T20:58:01.947Z] #43 11.77 DEP images/pagemap.pb-c.d [2021-03-19T20:58:01.947Z] #43 11.83 PBCC images/rlimit.pb-c.c [2021-03-19T20:58:01.947Z] #43 11.87 DEP images/rlimit.pb-c.d [2021-03-19T20:58:02.052Z] #43 11.86 PBCC images/ipc-shm.pb-c.c [2021-03-19T20:58:02.052Z] #43 11.89 DEP images/ipc-shm.pb-c.d [2021-03-19T20:58:02.052Z] #43 11.94 PBCC images/ipc-var.pb-c.c [2021-03-19T20:58:02.052Z] #43 11.96 DEP images/ipc-var.pb-c.d [2021-03-19T20:58:02.052Z] #43 12.02 PBCC images/sk-opts.pb-c.c [2021-03-19T20:58:02.052Z] #43 12.07 PBCC images/packet-sock.pb-c.c [2021-03-19T20:58:02.098Z] #13 ... [2021-03-19T20:58:02.098Z] [2021-03-19T20:58:02.098Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:58:02.098Z] #45 sha256:9df4444049aad817e1475f1ac1fdf7e8274ee4a1b46c939a92dae5960035473a [2021-03-19T20:58:02.098Z] #45 88.63 github.com/LK4D4/vndr/versioned [2021-03-19T20:58:02.098Z] #45 88.75 compress/flate [2021-03-19T20:58:02.140Z] #42 75.33 Setting up python-pkg-resources (40.8.0-1) ... [2021-03-19T20:58:02.205Z] #43 11.95 PBCC images/file-lock.pb-c.c [2021-03-19T20:58:02.205Z] #43 12.02 DEP images/file-lock.pb-c.d [2021-03-19T20:58:02.321Z] #43 12.11 DEP images/sk-opts.pb-c.d [2021-03-19T20:58:02.321Z] #43 12.16 DEP images/packet-sock.pb-c.d [2021-03-19T20:58:02.321Z] #43 12.20 PBCC images/sk-netlink.pb-c.c [2021-03-19T20:58:02.321Z] #43 12.25 DEP images/sk-netlink.pb-c.d [2021-03-19T20:58:02.321Z] #43 12.31 PBCC images/sk-inet.pb-c.c [2021-03-19T20:58:02.321Z] #43 12.34 DEP images/sk-inet.pb-c.d [2021-03-19T20:58:02.321Z] #43 12.36 PBCC images/sk-unix.pb-c.c [2021-03-19T20:58:02.321Z] #43 12.38 DEP images/sk-unix.pb-c.d [2021-03-19T20:58:02.321Z] #43 12.42 PBCC images/mm.pb-c.c [2021-03-19T20:58:02.438Z] Merge succeeded, producing 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c [2021-03-19T20:58:02.439Z] Checking out Revision 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c (PR-42173) [2021-03-19T20:58:02.464Z] #43 12.10 PBCC images/tty.pb-c.c [2021-03-19T20:58:02.464Z] #43 12.21 DEP images/tty.pb-c.d [2021-03-19T20:58:02.464Z] #43 12.30 PBCC images/tun.pb-c.c [2021-03-19T20:58:02.586Z] #43 12.44 DEP images/mm.pb-c.d [2021-03-19T20:58:02.586Z] #43 12.51 PBCC images/timerfd.pb-c.c [2021-03-19T20:58:02.586Z] #43 12.54 DEP images/timerfd.pb-c.d [2021-03-19T20:58:02.586Z] #43 12.57 PBCC images/timer.pb-c.c [2021-03-19T20:58:02.586Z] #43 12.59 DEP images/timer.pb-c.d [2021-03-19T20:58:02.586Z] #43 12.62 PBCC images/sa.pb-c.c [2021-03-19T20:58:02.586Z] #43 12.65 DEP images/sa.pb-c.d [2021-03-19T20:58:02.712Z] #42 ... [2021-03-19T20:58:02.712Z] [2021-03-19T20:58:02.712Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-19T20:58:02.712Z] #56 sha256:1291ef4f0b46fc9bee736c915837afd8c514f69f73c1d73d39a7ccf3212c68df [2021-03-19T20:58:02.712Z] #56 1.765 + RM_GOPATH=0 [2021-03-19T20:58:02.712Z] #56 1.765 + TMP_GOPATH= [2021-03-19T20:58:02.712Z] #56 1.765 + : /build [2021-03-19T20:58:02.712Z] #56 1.765 + '[' -z '' ']' [2021-03-19T20:58:02.712Z] #56 1.765 ++ mktemp -d [2021-03-19T20:58:02.712Z] #56 1.765 + export GOPATH=/tmp/tmp.WPrPS07zmO [2021-03-19T20:58:02.712Z] #56 1.765 + GOPATH=/tmp/tmp.WPrPS07zmO [2021-03-19T20:58:02.712Z] #56 1.765 + RM_GOPATH=1 [2021-03-19T20:58:02.712Z] #56 1.765 + case "$(go env GOARCH)" in [2021-03-19T20:58:02.712Z] #56 1.765 ++ go env GOARCH [2021-03-19T20:58:02.712Z] #56 1.783 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:58:02.712Z] #56 1.783 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:58:02.712Z] #56 1.783 ++ dirname /tmp/install/install.sh [2021-03-19T20:58:02.712Z] #56 1.783 + dir=/tmp/install [2021-03-19T20:58:02.712Z] #56 1.783 + bin=containerd [2021-03-19T20:58:02.712Z] #56 1.783 + shift [2021-03-19T20:58:02.712Z] #56 1.783 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-03-19T20:58:02.712Z] #56 1.783 + . /tmp/install/containerd.installer [2021-03-19T20:58:02.712Z] #56 1.783 ++ set -e [2021-03-19T20:58:02.712Z] #56 1.783 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-19T20:58:02.712Z] #56 1.783 + install_containerd [2021-03-19T20:58:02.712Z] #56 1.795 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e' [2021-03-19T20:58:02.712Z] #56 1.796 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-19T20:58:02.712Z] #56 1.796 + git clone https://github.com/containerd/containerd.git /tmp/tmp.WPrPS07zmO/src/github.com/containerd/containerd [2021-03-19T20:58:02.712Z] #56 1.842 Cloning into '/tmp/tmp.WPrPS07zmO/src/github.com/containerd/containerd'... [2021-03-19T20:58:02.712Z] #56 ... [2021-03-19T20:58:02.712Z] [2021-03-19T20:58:02.712Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:58:02.712Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-19T20:58:02.712Z] #36 66.18 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-03-19T20:58:02.712Z] #36 66.30 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-03-19T20:58:02.712Z] #36 66.37 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-03-19T20:58:02.712Z] #36 66.41 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-03-19T20:58:02.712Z] #36 66.43 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-03-19T20:58:02.712Z] #36 66.55 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-03-19T20:58:02.712Z] #36 68.77 debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:58:02.712Z] #36 69.03 Fetched 14.9 MB in 3s (4966 kB/s) [2021-03-19T20:58:02.712Z] #36 69.15 Selecting previously unselected package xxd. [2021-03-19T20:58:02.712Z] #36 69.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 ... 15410 files and directories currently installed.) [2021-03-19T20:58:02.712Z] #36 69.30 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-03-19T20:58:02.712Z] #36 69.31 Unpacking xxd (2:8.1.0875-5) ... [2021-03-19T20:58:02.712Z] #36 69.71 Selecting previously unselected package vim-common. [2021-03-19T20:58:02.712Z] #36 69.71 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-19T20:58:02.712Z] #36 69.94 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-19T20:58:02.712Z] #36 70.56 Selecting previously unselected package cmake-data. [2021-03-19T20:58:02.712Z] #36 70.56 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-03-19T20:58:02.712Z] #36 70.60 Unpacking cmake-data (3.13.4-1) ... [2021-03-19T20:58:02.712Z] #36 74.80 Selecting previously unselected package libicu63:amd64. [2021-03-19T20:58:02.712Z] #36 74.81 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-03-19T20:58:02.712Z] #36 74.84 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-19T20:58:02.723Z] #43 12.45 PBCC images/netdev.pb-c.c [2021-03-19T20:58:02.723Z] #43 12.53 DEP images/tun.pb-c.d [2021-03-19T20:58:02.851Z] #43 12.73 PBCC images/pipe-data.pb-c.c [2021-03-19T20:58:02.851Z] #43 12.78 DEP images/pipe-data.pb-c.d [2021-03-19T20:58:02.851Z] #43 12.85 PBCC images/mnt.pb-c.c [2021-03-19T20:58:02.851Z] #43 12.89 DEP images/mnt.pb-c.d [2021-03-19T20:58:02.975Z] #36 ... [2021-03-19T20:58:02.976Z] [2021-03-19T20:58:02.976Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-19T20:58:02.976Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-19T20:58:02.976Z] #32 72.24 Checking out files: 77% (1181/1521) Checking out files: 78% (1187/1521) Checking out files: 79% (1202/1521) Checking out files: 80% (1217/1521) Checking out files: 81% (1233/1521) Checking out files: 82% (1248/1521) Checking out files: 83% (1263/1521) Checking out files: 84% (1278/1521) Checking out files: 85% (1293/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 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. [2021-03-19T20:58:02.976Z] #32 73.49 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-03-19T20:58:02.976Z] #32 73.70 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-19T20:58:02.983Z] #43 12.60 DEP images/netdev.pb-c.d [2021-03-19T20:58:02.983Z] #43 12.77 PBCC images/vma.pb-c.c [2021-03-19T20:58:03.116Z] #43 12.94 PBCC images/sk-packet.pb-c.c [2021-03-19T20:58:03.116Z] #43 12.96 DEP images/sk-packet.pb-c.d [2021-03-19T20:58:03.116Z] #43 13.00 PBCC images/tcp-stream.pb-c.c [2021-03-19T20:58:03.116Z] #43 13.05 DEP images/tcp-stream.pb-c.d [2021-03-19T20:58:03.116Z] #43 13.11 PBCC images/pipe.pb-c.c [2021-03-19T20:58:03.242Z] #43 12.91 DEP images/vma.pb-c.d [2021-03-19T20:58:03.242Z] #43 12.98 PBCC images/creds.pb-c.c [2021-03-19T20:58:03.242Z] #43 13.01 DEP images/creds.pb-c.d [2021-03-19T20:58:03.242Z] #43 13.06 PBCC images/utsns.pb-c.c [2021-03-19T20:58:03.242Z] #43 13.09 DEP images/utsns.pb-c.d [2021-03-19T20:58:03.381Z] #43 13.15 DEP images/pipe.pb-c.d [2021-03-19T20:58:03.381Z] #43 13.21 PBCC images/pstree.pb-c.c [2021-03-19T20:58:03.381Z] #43 13.24 DEP images/pstree.pb-c.d [2021-03-19T20:58:03.381Z] #43 13.32 PBCC images/fs.pb-c.c [2021-03-19T20:58:03.381Z] #43 13.34 DEP images/fs.pb-c.d [2021-03-19T20:58:03.381Z] #43 13.39 PBCC images/signalfd.pb-c.c [2021-03-19T20:58:03.381Z] #43 13.44 DEP images/signalfd.pb-c.d [2021-03-19T20:58:03.381Z] #43 13.49 PBCC images/fh.pb-c.c [2021-03-19T20:58:03.502Z] #43 13.20 PBCC images/ipc-desc.pb-c.c [2021-03-19T20:58:03.502Z] #43 13.37 PBCC images/ipc-sem.pb-c.c [2021-03-19T20:58:03.502Z] #43 13.41 DEP images/ipc-desc.pb-c.d [2021-03-19T20:58:03.546Z] #32 ... [2021-03-19T20:58:03.546Z] [2021-03-19T20:58:03.546Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-19T20:58:03.546Z] #34 sha256:073b03b90a9a5bb1bc28094edaf3fa27be63ba388bb449ade0879fd09faccc7a [2021-03-19T20:58:03.546Z] #34 67.07 reflect [2021-03-19T20:58:03.546Z] #34 75.79 time [2021-03-19T20:58:03.566Z] #20 42.04 Selecting previously unselected package libnet1:amd64. [2021-03-19T20:58:03.566Z] #20 42.04 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-03-19T20:58:03.566Z] #20 42.05 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-19T20:58:03.566Z] #20 42.13 Selecting previously unselected package libnl-3-200:amd64. [2021-03-19T20:58:03.566Z] #20 42.14 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-03-19T20:58:03.566Z] #20 42.15 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-03-19T20:58:03.566Z] #20 42.25 Selecting previously unselected package libprotobuf-c1:amd64. [2021-03-19T20:58:03.566Z] #20 42.27 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-03-19T20:58:03.566Z] #20 42.28 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-19T20:58:03.566Z] #20 42.35 Selecting previously unselected package libreadline5:amd64. [2021-03-19T20:58:03.566Z] #20 42.35 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-03-19T20:58:03.646Z] #43 13.59 PBCC images/fsnotify.pb-c.c [2021-03-19T20:58:03.646Z] #43 13.67 DEP images/fh.pb-c.d [2021-03-19T20:58:03.646Z] #43 13.76 DEP images/fsnotify.pb-c.d [2021-03-19T20:58:03.762Z] #43 13.56 DEP images/ipc-sem.pb-c.d [2021-03-19T20:58:03.762Z] #43 13.62 PBCC images/ipc-msg.pb-c.c [2021-03-19T20:58:03.762Z] #43 13.68 DEP images/ipc-msg.pb-c.d [2021-03-19T20:58:03.808Z] #34 ... [2021-03-19T20:58:03.808Z] [2021-03-19T20:58:03.808Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:58:03.808Z] #51 sha256:d3025d275999e85c12bbf3de02d4702a09ac5a355658f8267cdd1b415e4d63bd [2021-03-19T20:58:03.808Z] #51 72.26 reflect [2021-03-19T20:58:03.808Z] #51 72.38 syscall [2021-03-19T20:58:03.822Z] #20 42.36 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-03-19T20:58:03.823Z] #20 42.45 Selecting previously unselected package net-tools. [2021-03-19T20:58:03.823Z] #20 42.46 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-03-19T20:58:03.823Z] #20 42.47 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-19T20:58:02.067Z] > git remote # timeout=10 [2021-03-19T20:58:02.141Z] > git config --get remote.origin.url # timeout=10 [2021-03-19T20:58:02.197Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-19T20:58:02.200Z] > git merge 788f2883d285fc997d25cd27235c5b17cf3c0947 # timeout=10 [2021-03-19T20:58:02.347Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-03-19T20:58:02.476Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T20:58:02.529Z] > git checkout -f 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c # timeout=10 [2021-03-19T20:58:03.911Z] #43 13.79 PBCC images/eventpoll.pb-c.c [2021-03-19T20:58:03.911Z] #43 13.81 DEP images/eventpoll.pb-c.d [2021-03-19T20:58:03.911Z] #43 13.89 PBCC images/eventfd.pb-c.c [2021-03-19T20:58:03.911Z] #43 ... [2021-03-19T20:58:03.911Z] [2021-03-19T20:58:03.911Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-03-19T20:58:03.911Z] #37 sha256:4dc12a51b7b2cc8f518c29654791bdf558a108ebcfdfcb403b0d6de89f0f1cf0 [2021-03-19T20:58:03.911Z] #37 10.17 [100%] Built target tini-static [2021-03-19T20:58:03.911Z] #37 10.23 + mkdir -p /build [2021-03-19T20:58:03.911Z] #37 10.24 + cp tini-static /build/docker-init [2021-03-19T20:58:03.911Z] #37 DONE 12.2s [2021-03-19T20:58:03.911Z] [2021-03-19T20:58:03.911Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:03.911Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-19T20:58:03.911Z] #43 13.90 DEP images/eventfd.pb-c.d [2021-03-19T20:58:03.911Z] #43 13.93 PBCC images/remap-file-path.pb-c.c [2021-03-19T20:58:03.911Z] #43 13.95 DEP images/remap-file-path.pb-c.d [2021-03-19T20:58:03.911Z] #43 14.01 PBCC images/fifo.pb-c.c [2021-03-19T20:58:03.911Z] #43 ... [2021-03-19T20:58:03.911Z] [2021-03-19T20:58:03.911Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:58:03.911Z] #45 sha256:7c7570aae27449b8fbce88d7ff9f45e13317ac59cb4f516bce02de03467ff278 [2021-03-19T20:58:03.911Z] #45 85.37 vendor/golang.org/x/net/idna [2021-03-19T20:58:03.911Z] #45 89.16 net/textproto [2021-03-19T20:58:03.911Z] #45 89.16 crypto/x509 [2021-03-19T20:58:03.911Z] #45 89.18 vendor/golang.org/x/net/http/httpproxy [2021-03-19T20:58:04.022Z] #43 13.78 PBCC images/ipc-shm.pb-c.c [2021-03-19T20:58:04.022Z] #43 13.83 DEP images/ipc-shm.pb-c.d [2021-03-19T20:58:04.022Z] #43 13.88 PBCC images/ipc-var.pb-c.c [2021-03-19T20:58:04.022Z] #43 13.92 DEP images/ipc-var.pb-c.d [2021-03-19T20:58:04.079Z] #20 42.69 Selecting previously unselected package python-pip-whl. [2021-03-19T20:58:04.079Z] #20 42.70 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-03-19T20:58:04.079Z] #20 42.70 Unpacking python-pip-whl (18.1-5) ... [2021-03-19T20:58:04.176Z] #45 ... [2021-03-19T20:58:04.176Z] [2021-03-19T20:58:04.176Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:04.176Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-19T20:58:04.176Z] #43 14.06 DEP images/fifo.pb-c.d [2021-03-19T20:58:04.176Z] #43 14.13 PBCC images/ghost-file.pb-c.c [2021-03-19T20:58:04.280Z] #43 13.99 PBCC images/sk-opts.pb-c.c [2021-03-19T20:58:04.280Z] #43 14.01 PBCC images/packet-sock.pb-c.c [2021-03-19T20:58:04.280Z] #43 14.09 DEP images/sk-opts.pb-c.d [2021-03-19T20:58:04.280Z] #43 14.13 DEP images/packet-sock.pb-c.d [2021-03-19T20:58:04.280Z] #43 14.20 PBCC images/sk-netlink.pb-c.c [2021-03-19T20:58:04.441Z] #43 14.24 DEP images/ghost-file.pb-c.d [2021-03-19T20:58:04.441Z] #43 14.34 PBCC images/regfile.pb-c.c [2021-03-19T20:58:04.441Z] #43 14.38 DEP images/regfile.pb-c.d [2021-03-19T20:58:04.441Z] #43 14.47 PBCC images/ns.pb-c.c [2021-03-19T20:58:04.539Z] #43 14.25 DEP images/sk-netlink.pb-c.d [2021-03-19T20:58:04.539Z] #43 14.31 PBCC images/sk-inet.pb-c.c [2021-03-19T20:58:04.539Z] #43 14.36 DEP images/sk-inet.pb-c.d [2021-03-19T20:58:04.539Z] #43 14.42 PBCC images/sk-unix.pb-c.c [2021-03-19T20:58:04.642Z] #20 43.23 Selecting previously unselected package python3-lib2to3. [2021-03-19T20:58:04.642Z] #20 43.25 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-03-19T20:58:04.642Z] #20 43.26 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-03-19T20:58:04.648Z] #45 91.30 github.com/LK4D4/vndr/build [2021-03-19T20:58:04.706Z] #43 14.49 DEP images/ns.pb-c.d [2021-03-19T20:58:04.706Z] #43 14.58 PBCC images/fdinfo.pb-c.c [2021-03-19T20:58:04.706Z] #43 14.71 DEP images/fdinfo.pb-c.d [2021-03-19T20:58:04.751Z] #51 ... [2021-03-19T20:58:04.751Z] [2021-03-19T20:58:04.751Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:58:04.751Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:58:04.751Z] #13 67.97 Get:14 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] [2021-03-19T20:58:04.751Z] #13 71.52 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-03-19T20:58:04.751Z] #13 71.53 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-03-19T20:58:04.751Z] #13 71.53 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-03-19T20:58:04.751Z] #13 71.53 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-03-19T20:58:04.751Z] #13 71.53 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2021-03-19T20:58:04.751Z] #13 71.53 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u6 [110 kB] [2021-03-19T20:58:04.751Z] #13 71.54 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-03-19T20:58:04.751Z] #13 71.57 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-03-19T20:58:04.751Z] #13 71.60 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-03-19T20:58:04.751Z] #13 71.63 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-03-19T20:58:04.751Z] #13 71.66 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-03-19T20:58:04.751Z] #13 71.78 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-03-19T20:58:04.751Z] #13 71.80 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-03-19T20:58:04.751Z] #13 71.81 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u6 [322 kB] [2021-03-19T20:58:04.801Z] #43 14.52 DEP images/sk-unix.pb-c.d [2021-03-19T20:58:04.801Z] #43 ... [2021-03-19T20:58:04.801Z] [2021-03-19T20:58:04.801Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-19T20:58:04.801Z] #34 sha256:ba890707e73ea5f286488af78044c544b4435d8418e9ce43a87726e9fbbaad59 [2021-03-19T20:58:04.801Z] #34 DONE 113.2s [2021-03-19T20:58:04.801Z] [2021-03-19T20:58:04.801Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:04.801Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:58:04.801Z] #43 14.56 PBCC images/mm.pb-c.c [2021-03-19T20:58:04.801Z] #43 14.66 DEP images/mm.pb-c.d [2021-03-19T20:58:04.898Z] #20 43.39 Selecting previously unselected package python3-distutils. [2021-03-19T20:58:04.898Z] #20 43.39 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-03-19T20:58:04.898Z] #20 43.41 Unpacking python3-distutils (3.7.3-1) ... [2021-03-19T20:58:04.898Z] #20 43.57 Selecting previously unselected package python3-pip. [2021-03-19T20:58:04.898Z] #20 43.57 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-03-19T20:58:04.898Z] #20 43.58 Unpacking python3-pip (18.1-5) ... [2021-03-19T20:58:04.909Z] #45 91.63 hash/crc32 [2021-03-19T20:58:04.971Z] #43 14.83 PBCC images/core-aarch64.pb-c.c [2021-03-19T20:58:04.971Z] #43 14.94 PBCC images/core-arm.pb-c.c [2021-03-19T20:58:04.971Z] #43 14.99 PBCC images/core-ppc64.pb-c.c [2021-03-19T20:58:04.971Z] #43 15.02 PBCC images/core-s390.pb-c.c [2021-03-19T20:58:04.971Z] #43 15.08 PBCC images/core-x86.pb-c.c [2021-03-19T20:58:05.059Z] #43 14.73 PBCC images/timerfd.pb-c.c [2021-03-19T20:58:05.059Z] #43 ... [2021-03-19T20:58:05.059Z] [2021-03-19T20:58:05.059Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:58:05.059Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:58:05.059Z] #13 96.94 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-03-19T20:58:05.059Z] #13 96.94 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-03-19T20:58:05.059Z] #13 96.97 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-19T20:58:05.059Z] #13 105.6 Selecting previously unselected package gcc-mingw-w64-base. [2021-03-19T20:58:05.059Z] #13 105.6 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-03-19T20:58:05.059Z] #13 105.7 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-19T20:58:05.059Z] #13 106.0 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-03-19T20:58:05.059Z] #13 106.0 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-03-19T20:58:05.059Z] #13 106.0 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-19T20:58:05.059Z] #13 ... [2021-03-19T20:58:05.059Z] [2021-03-19T20:58:05.059Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:05.059Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:58:05.059Z] #43 14.85 DEP images/timerfd.pb-c.d [2021-03-19T20:58:05.059Z] #43 14.90 PBCC images/timer.pb-c.c [2021-03-19T20:58:05.059Z] #43 14.94 DEP images/timer.pb-c.d [2021-03-19T20:58:05.154Z] #20 43.74 Selecting previously unselected package python3-pkg-resources. [2021-03-19T20:58:05.154Z] #20 43.74 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-03-19T20:58:05.154Z] #20 43.76 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-03-19T20:58:05.154Z] #20 43.94 Selecting previously unselected package python3-setuptools. [2021-03-19T20:58:05.156Z] #14 ... [2021-03-19T20:58:05.156Z] [2021-03-19T20:58:05.156Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:58:05.156Z] #46 sha256:01cdc391c2a635773473112dcab908b7b7dfe0e9cca8ea606d862f15501446b8 [2021-03-19T20:58:05.156Z] #46 94.34 go/scanner [2021-03-19T20:58:05.156Z] #46 94.34 net/url [2021-03-19T20:58:05.156Z] #46 94.35 text/template/parse [2021-03-19T20:58:05.156Z] #46 98.23 go/ast [2021-03-19T20:58:05.156Z] #46 98.74 encoding/json [2021-03-19T20:58:05.156Z] #46 ... [2021-03-19T20:58:05.156Z] [2021-03-19T20:58:05.156Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:05.156Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-19T20:58:05.156Z] #44 29.61 CC images/mnt.o [2021-03-19T20:58:05.156Z] #44 30.19 CC images/pipe-data.o [2021-03-19T20:58:05.156Z] #44 30.49 CC images/sa.o [2021-03-19T20:58:05.156Z] #44 30.64 CC images/timer.o [2021-03-19T20:58:05.156Z] #44 31.04 CC images/timerfd.o [2021-03-19T20:58:05.156Z] #44 31.39 CC images/mm.o [2021-03-19T20:58:05.156Z] #44 31.71 CC images/sk-opts.o [2021-03-19T20:58:05.156Z] #44 31.96 CC images/sk-unix.o [2021-03-19T20:58:05.156Z] #44 32.26 CC images/sk-inet.o [2021-03-19T20:58:05.156Z] #44 32.66 CC images/tun.o [2021-03-19T20:58:05.156Z] #44 32.98 CC images/sk-netlink.o [2021-03-19T20:58:05.156Z] #44 33.25 CC images/packet-sock.o [2021-03-19T20:58:05.156Z] #44 33.68 CC images/ipc-var.o [2021-03-19T20:58:05.156Z] #44 33.94 CC images/ipc-desc.o [2021-03-19T20:58:05.156Z] #44 34.15 CC images/ipc-shm.o [2021-03-19T20:58:05.156Z] #44 34.41 CC images/ipc-msg.o [2021-03-19T20:58:05.156Z] #44 34.81 CC images/ipc-sem.o [2021-03-19T20:58:05.156Z] #44 35.03 CC images/utsns.o [2021-03-19T20:58:05.156Z] #44 35.26 CC images/creds.o [2021-03-19T20:58:05.156Z] #44 35.53 CC images/vma.o [2021-03-19T20:58:05.156Z] #44 35.78 CC images/netdev.o [2021-03-19T20:58:05.236Z] #43 15.11 PBCC images/core.pb-c.c [2021-03-19T20:58:05.236Z] #43 15.17 PBCC images/inventory.pb-c.c [2021-03-19T20:58:05.236Z] #43 15.22 DEP images/core-aarch64.pb-c.d [2021-03-19T20:58:05.236Z] #43 15.25 DEP images/core-arm.pb-c.d [2021-03-19T20:58:05.236Z] #43 15.30 DEP images/core-ppc64.pb-c.d [2021-03-19T20:58:05.317Z] #43 15.00 PBCC images/sa.pb-c.c [2021-03-19T20:58:05.317Z] #43 15.07 DEP images/sa.pb-c.d [2021-03-19T20:58:05.317Z] #43 15.14 PBCC images/pipe-data.pb-c.c [2021-03-19T20:58:05.317Z] #43 15.17 DEP images/pipe-data.pb-c.d [2021-03-19T20:58:05.411Z] #20 43.94 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-03-19T20:58:05.411Z] #20 43.96 Unpacking python3-setuptools (40.8.0-1) ... [2021-03-19T20:58:05.456Z] #44 36.21 CC images/tty.o [2021-03-19T20:58:05.507Z] #43 15.39 DEP images/core-s390.pb-c.d [2021-03-19T20:58:05.507Z] #43 15.45 DEP images/core-x86.pb-c.d [2021-03-19T20:58:05.507Z] #43 15.54 DEP images/core.pb-c.d [2021-03-19T20:58:05.576Z] #43 15.26 PBCC images/mnt.pb-c.c [2021-03-19T20:58:05.576Z] #43 15.39 DEP images/mnt.pb-c.d [2021-03-19T20:58:05.576Z] #43 15.49 PBCC images/sk-packet.pb-c.c [2021-03-19T20:58:05.667Z] #20 44.18 Selecting previously unselected package python3-wheel. [2021-03-19T20:58:05.667Z] #20 44.18 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-03-19T20:58:05.667Z] #20 44.18 Unpacking python3-wheel (0.32.3-2) ... [2021-03-19T20:58:05.667Z] #20 44.27 Selecting previously unselected package sudo. [2021-03-19T20:58:05.667Z] #20 44.27 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-03-19T20:58:05.667Z] #20 44.27 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-03-19T20:58:05.754Z] #44 ... [2021-03-19T20:58:05.754Z] [2021-03-19T20:58:05.754Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:58:05.754Z] #46 sha256:01cdc391c2a635773473112dcab908b7b7dfe0e9cca8ea606d862f15501446b8 [2021-03-19T20:58:05.754Z] #46 105.9 text/template [2021-03-19T20:58:05.773Z] #43 15.68 DEP images/inventory.pb-c.d [2021-03-19T20:58:05.773Z] #43 15.77 PBCC images/cpuinfo.pb-c.c [2021-03-19T20:58:05.773Z] #43 15.82 DEP images/cpuinfo.pb-c.d [2021-03-19T20:58:05.834Z] #43 15.52 DEP images/sk-packet.pb-c.d [2021-03-19T20:58:05.834Z] #43 15.54 PBCC images/tcp-stream.pb-c.c [2021-03-19T20:58:05.834Z] #43 15.60 DEP images/tcp-stream.pb-c.d [2021-03-19T20:58:05.834Z] #43 15.66 PBCC images/pipe.pb-c.c [2021-03-19T20:58:05.853Z] #45 ... [2021-03-19T20:58:05.853Z] [2021-03-19T20:58:05.853Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:58:05.853Z] #51 sha256:740d52d1ecaa4c4c032b42b4207c84d0562938f4a45c307a65a3e28570259a9b [2021-03-19T20:58:05.853Z] #51 DONE 92.3s [2021-03-19T20:58:05.853Z] [2021-03-19T20:58:05.853Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:58:05.853Z] #45 sha256:9df4444049aad817e1475f1ac1fdf7e8274ee4a1b46c939a92dae5960035473a [2021-03-19T20:58:05.853Z] #45 92.37 compress/gzip [2021-03-19T20:58:06.037Z] #43 15.86 PBCC images/stats.pb-c.c [2021-03-19T20:58:06.037Z] #43 15.93 DEP images/stats.pb-c.d [2021-03-19T20:58:06.093Z] #43 15.77 DEP images/pipe.pb-c.d [2021-03-19T20:58:06.093Z] #43 15.83 PBCC images/pstree.pb-c.c [2021-03-19T20:58:06.093Z] #43 15.84 DEP images/pstree.pb-c.d [2021-03-19T20:58:06.093Z] #43 15.87 PBCC images/fs.pb-c.c [2021-03-19T20:58:06.093Z] #43 15.92 DEP images/fs.pb-c.d [2021-03-19T20:58:06.093Z] #43 15.99 PBCC images/signalfd.pb-c.c [2021-03-19T20:58:06.229Z] #20 44.80 Selecting previously unselected package thin-provisioning-tools. [2021-03-19T20:58:06.229Z] #20 44.82 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-03-19T20:58:06.229Z] #20 44.83 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-03-19T20:58:06.352Z] #43 16.04 DEP images/signalfd.pb-c.d [2021-03-19T20:58:06.352Z] #43 16.12 PBCC images/fh.pb-c.c [2021-03-19T20:58:06.352Z] #43 16.15 PBCC images/fsnotify.pb-c.c [2021-03-19T20:58:06.352Z] #43 16.22 DEP images/fh.pb-c.d [2021-03-19T20:58:06.485Z] #20 45.04 Selecting previously unselected package uidmap. [2021-03-19T20:58:06.485Z] #20 45.05 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-03-19T20:58:06.485Z] #20 45.05 Unpacking uidmap (1:4.5-1.1) ... [2021-03-19T20:58:06.485Z] #20 45.20 Selecting previously unselected package vim-runtime. [2021-03-19T20:58:06.611Z] #43 16.28 DEP images/fsnotify.pb-c.d [2021-03-19T20:58:06.611Z] #43 16.32 PBCC images/eventpoll.pb-c.c [2021-03-19T20:58:06.611Z] #43 16.35 DEP images/eventpoll.pb-c.d [2021-03-19T20:58:06.611Z] #43 16.38 PBCC images/eventfd.pb-c.c [2021-03-19T20:58:06.611Z] #43 16.41 DEP images/eventfd.pb-c.d [2021-03-19T20:58:06.611Z] #43 16.49 PBCC images/remap-file-path.pb-c.c [2021-03-19T20:58:06.659Z] #13 73.65 debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:58:06.742Z] #20 45.20 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-03-19T20:58:06.742Z] #20 45.23 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-03-19T20:58:06.742Z] #20 45.26 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-03-19T20:58:06.742Z] #20 45.26 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-03-19T20:58:06.795Z] #45 93.29 net [2021-03-19T20:58:06.870Z] #43 16.53 DEP images/remap-file-path.pb-c.d [2021-03-19T20:58:06.870Z] #43 16.59 PBCC images/fifo.pb-c.c [2021-03-19T20:58:06.870Z] #43 16.62 DEP images/fifo.pb-c.d [2021-03-19T20:58:06.870Z] #43 16.68 PBCC images/ghost-file.pb-c.c [2021-03-19T20:58:06.870Z] #43 16.73 DEP images/ghost-file.pb-c.d [2021-03-19T20:58:06.926Z] #13 74.05 Fetched 78.2 MB in 10s (7464 kB/s) [2021-03-19T20:58:07.129Z] #43 16.80 PBCC images/regfile.pb-c.c [2021-03-19T20:58:07.129Z] #43 16.83 DEP images/regfile.pb-c.d [2021-03-19T20:58:07.129Z] #43 16.85 PBCC images/ns.pb-c.c [2021-03-19T20:58:07.129Z] #43 16.86 DEP images/ns.pb-c.d [2021-03-19T20:58:07.129Z] #43 16.90 PBCC images/fdinfo.pb-c.c [2021-03-19T20:58:07.185Z] #13 74.25 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-19T20:58:07.185Z] #13 74.39 Preparing to unpack .../libsystemd0_241-7~deb10u6_amd64.deb ... [2021-03-19T20:58:07.185Z] #13 74.43 Unpacking libsystemd0:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-03-19T20:58:07.388Z] #43 16.98 DEP images/fdinfo.pb-c.d [2021-03-19T20:58:07.388Z] #43 17.04 PBCC images/core-aarch64.pb-c.c [2021-03-19T20:58:07.388Z] #43 17.10 PBCC images/core-arm.pb-c.c [2021-03-19T20:58:07.388Z] #43 17.19 PBCC images/core-ppc64.pb-c.c [2021-03-19T20:58:07.388Z] #43 17.23 PBCC images/core-s390.pb-c.c [2021-03-19T20:58:07.453Z] #43 17.38 make[1]: Nothing to be done for 'all'. [2021-03-19T20:58:07.647Z] #43 17.30 PBCC images/core-x86.pb-c.c [2021-03-19T20:58:07.647Z] #43 17.35 PBCC images/core.pb-c.c [2021-03-19T20:58:07.647Z] #43 17.42 PBCC images/inventory.pb-c.c [2021-03-19T20:58:07.737Z] #45 94.46 vendor/golang.org/x/text/transform [2021-03-19T20:58:07.905Z] #43 17.54 DEP images/core-aarch64.pb-c.d [2021-03-19T20:58:07.905Z] #43 17.60 DEP images/core-arm.pb-c.d [2021-03-19T20:58:07.905Z] #43 17.64 DEP images/core-ppc64.pb-c.d [2021-03-19T20:58:07.905Z] #43 17.72 DEP images/core-s390.pb-c.d [2021-03-19T20:58:07.905Z] #43 17.75 DEP images/core-x86.pb-c.d [2021-03-19T20:58:08.124Z] #13 75.10 Setting up libsystemd0:amd64 (241-7~deb10u6) ... [2021-03-19T20:58:08.164Z] #43 17.84 DEP images/core.pb-c.d [2021-03-19T20:58:08.164Z] #43 17.90 DEP images/inventory.pb-c.d [2021-03-19T20:58:08.164Z] #43 17.95 PBCC images/cpuinfo.pb-c.c [2021-03-19T20:58:08.164Z] #43 17.97 DEP images/cpuinfo.pb-c.d [2021-03-19T20:58:08.164Z] #43 18.03 PBCC images/stats.pb-c.c [2021-03-19T20:58:08.164Z] #43 ... [2021-03-19T20:58:08.164Z] [2021-03-19T20:58:08.164Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:58:08.164Z] #51 sha256:2ae17ab665c367de12f129d18e13d9230e3d4f2f61b045cf5abc7a9a6cf418f6 [2021-03-19T20:58:08.164Z] #51 106.5 encoding/json [2021-03-19T20:58:08.164Z] #51 111.5 github.com/pkg/diff [2021-03-19T20:58:08.164Z] #51 113.3 go/ast [2021-03-19T20:58:08.164Z] #51 114.2 golang.org/x/crypto/ssh/terminal [2021-03-19T20:58:08.164Z] #51 115.6 mvdan.cc/editorconfig [2021-03-19T20:58:08.384Z] #13 75.50 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-19T20:58:08.384Z] #13 75.60 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ... [2021-03-19T20:58:08.423Z] #51 116.7 mvdan.cc/sh/v3/fileutil [2021-03-19T20:58:08.423Z] #51 ... [2021-03-19T20:58:08.423Z] [2021-03-19T20:58:08.423Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:08.423Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:58:08.423Z] #43 18.07 DEP images/stats.pb-c.d [2021-03-19T20:58:08.633Z] #20 ... [2021-03-19T20:58:08.633Z] [2021-03-19T20:58:08.633Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:08.633Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:58:08.633Z] #43 96.60 CC criu/cr-check.o [2021-03-19T20:58:08.633Z] #43 98.24 CC criu/cr-dedup.o [2021-03-19T20:58:08.633Z] #43 98.62 CC criu/cr-dump.o [2021-03-19T20:58:08.633Z] #43 101.0 CC criu/cr-errno.o [2021-03-19T20:58:08.633Z] #43 101.1 CC criu/cr-restore.o [2021-03-19T20:58:08.633Z] #43 105.7 CC criu/cr-service.o [2021-03-19T20:58:08.644Z] #13 75.64 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-03-19T20:58:08.644Z] #13 ... [2021-03-19T20:58:08.644Z] [2021-03-19T20:58:08.644Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:58:08.644Z] #45 sha256:545ba0c6e50551d0b617ccbb97585f12f34dc9406939c9ddce5a9da66a6b6b5f [2021-03-19T20:58:08.644Z] #45 72.00 syscall [2021-03-19T20:58:08.678Z] #45 95.29 vendor/golang.org/x/text/unicode/bidi [2021-03-19T20:58:08.858Z] #43 18.66 CC images/stats.o [2021-03-19T20:58:08.858Z] #43 18.92 CC images/core.o [2021-03-19T20:58:08.904Z] #45 ... [2021-03-19T20:58:08.904Z] [2021-03-19T20:58:08.904Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:58:08.904Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-19T20:58:08.904Z] #42 82.27 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-03-19T20:58:08.904Z] #42 82.28 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-19T20:58:08.904Z] #42 82.30 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-19T20:58:08.904Z] #42 82.32 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-03-19T20:58:08.904Z] #42 82.33 Setting up python-six (1.12.0-1) ... [2021-03-19T20:58:09.437Z] #43 19.49 CC images/core-x86.o [2021-03-19T20:58:09.561Z] #43 107.4 CC criu/crtools.o [2021-03-19T20:58:09.801Z] #43 19.55 make[1]: Nothing to be done for 'all'. [2021-03-19T20:58:09.817Z] #43 ... [2021-03-19T20:58:09.817Z] [2021-03-19T20:58:09.817Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-19T20:58:09.818Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-19T20:58:09.818Z] #20 48.62 Selecting previously unselected package vim. [2021-03-19T20:58:10.016Z] #43 ... [2021-03-19T20:58:10.016Z] [2021-03-19T20:58:10.016Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-19T20:58:10.016Z] #58 sha256:c951e0989007326ee2a2bb4d504b6cceebbabb0adff005b80756e41792ae8f61 [2021-03-19T20:58:10.016Z] #58 96.48 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-19T20:58:10.016Z] #58 96.48 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-03-19T20:58:10.073Z] #20 48.63 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2021-03-19T20:58:10.074Z] #20 48.65 Unpacking vim (2:8.1.0875-5) ... [2021-03-19T20:58:10.276Z] #46 109.6 go/parser [2021-03-19T20:58:10.592Z] #45 97.09 vendor/golang.org/x/text/secure/bidirule [2021-03-19T20:58:10.637Z] #20 49.21 Selecting previously unselected package xfsprogs. [2021-03-19T20:58:10.637Z] #20 49.21 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2021-03-19T20:58:10.637Z] #20 49.22 Unpacking xfsprogs (4.20.0-1) ... [2021-03-19T20:58:10.853Z] #45 97.42 vendor/golang.org/x/text/unicode/norm [2021-03-19T20:58:10.853Z] #45 ... [2021-03-19T20:58:10.853Z] [2021-03-19T20:58:10.853Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-19T20:58:10.853Z] #56 sha256:b5351f18dd1f8b22a8d03b34e05932d566e50992166d87d975bc362f97466f20 [2021-03-19T20:58:10.853Z] #56 46.19 Checking out files: 57% (2206/3820) Checking out files: 58% (2216/3820) Checking out files: 59% (2254/3820) Checking out files: 60% (2292/3820) Checking out files: 61% (2331/3820) Checking out files: 62% (2369/3820) Checking out files: 63% (2407/3820) Checking out files: 64% (2445/3820) Checking out files: 65% (2483/3820) Checking out files: 66% (2522/3820) Checking out files: 67% (2560/3820) Checking out files: 68% (2598/3820) Checking out files: 69% (2636/3820) Checking out files: 70% (2674/3820) Checking out files: 71% (2713/3820) Checking out files: 72% (2751/3820) Checking out files: 73% (2789/3820) Checking out files: 74% (2827/3820) Checking out files: 75% (2865/3820) Checking out files: 76% (2904/3820) Checking out files: 77% (2942/3820) Checking out files: 78% (2980/3820) Checking out files: 79% (3018/3820) Checking out files: 80% (3056/3820) Checking out files: 81% (3095/3820) Checking out files: 82% (3133/3820) Checking out files: 83% (3171/3820) Checking out files: 84% (3209/3820) Checking out files: 85% (3247/3820) Checking out files: 86% (3286/3820) Checking out files: 87% (3324/3820) Checking out files: 88% (3362/3820) Checking out files: 89% (3400/3820) Checking out files: 90% (3438/3820) Checking out files: 91% (3477/3820) Checking out files: 92% (3515/3820) Checking out files: 92% (3528/3820) Checking out files: 93% (3553/3820) Checking out files: 94% (3591/3820) Checking out files: 95% (3629/3820) Checking out files: 96% (3668/3820) Checking out files: 97% (3706/3820) Checking out files: 98% (3744/3820) Checking out files: 99% (3782/3820) Checking out files: 100% (3820/3820) Checking out files: 100% (3820/3820), done. [2021-03-19T20:58:10.853Z] #56 47.49 + cd /tmp/tmp.gNDduSHVJF/src/github.com/containerd/containerd [2021-03-19T20:58:10.853Z] #56 47.49 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-19T20:58:10.853Z] #56 48.83 + export 'BUILDTAGS=netgo osusergo static_build' [2021-03-19T20:58:10.853Z] #56 48.83 + BUILDTAGS='netgo osusergo static_build' [2021-03-19T20:58:10.853Z] #56 48.83 + export EXTRA_FLAGS=-buildmode=pie [2021-03-19T20:58:10.853Z] #56 48.83 + EXTRA_FLAGS=-buildmode=pie [2021-03-19T20:58:10.853Z] #56 48.83 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-03-19T20:58:10.853Z] #56 48.83 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-03-19T20:58:10.853Z] #56 48.83 + '[' '' = dynamic ']' [2021-03-19T20:58:10.853Z] #56 48.83 + make [2021-03-19T20:58:11.179Z] #43 20.97 CC images/stats.o [2021-03-19T20:58:11.199Z] #20 49.67 Selecting previously unselected package zip. [2021-03-19T20:58:11.199Z] #20 49.67 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2021-03-19T20:58:11.199Z] #20 49.68 Unpacking zip (3.0-11+b1) ... [2021-03-19T20:58:11.199Z] #20 49.86 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-03-19T20:58:11.199Z] #20 49.88 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-19T20:58:11.199Z] #20 49.89 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-03-19T20:58:11.199Z] #20 49.90 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-03-19T20:58:11.199Z] #20 49.91 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-03-19T20:58:11.437Z] #43 21.24 CC images/core.o [2021-03-19T20:58:11.464Z] #20 49.92 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-03-19T20:58:11.464Z] #20 49.93 Setting up uidmap (1:4.5-1.1) ... [2021-03-19T20:58:11.464Z] #20 49.95 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-03-19T20:58:11.464Z] #20 49.96 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-19T20:58:11.464Z] #20 49.97 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-19T20:58:11.464Z] #20 49.98 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-19T20:58:11.464Z] #20 49.99 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-19T20:58:11.464Z] #20 50.02 Setting up xxd (2:8.1.0875-5) ... [2021-03-19T20:58:11.464Z] #20 50.05 Setting up zip (3.0-11+b1) ... [2021-03-19T20:58:11.464Z] #20 50.07 Setting up vim-common (2:8.1.0875-5) ... [2021-03-19T20:58:11.464Z] #20 50.10 Setting up bash-completion (1:2.8-6) ... [2021-03-19T20:58:11.795Z] #56 49.88 + bin/ctr [2021-03-19T20:58:11.827Z] #46 112.0 encoding/xml [2021-03-19T20:58:12.006Z] #43 21.76 CC images/core-x86.o [2021-03-19T20:58:12.302Z] #42 ... [2021-03-19T20:58:12.302Z] [2021-03-19T20:58:12.302Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-03-19T20:58:12.302Z] #47 sha256:43dec2971f961509d27c86d291ed6f9a3d9b9847428d50de29bed132d54ac86d [2021-03-19T20:58:12.302Z] #47 DONE 85.2s [2021-03-19T20:58:12.302Z] [2021-03-19T20:58:12.302Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:58:12.302Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:58:12.302Z] #13 76.12 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ... [2021-03-19T20:58:12.302Z] #13 76.69 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-19T20:58:12.302Z] #13 76.85 Preparing to unpack .../libudev1_241-7~deb10u6_amd64.deb ... [2021-03-19T20:58:12.302Z] #13 76.97 Unpacking libudev1:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-03-19T20:58:12.302Z] #13 78.28 Setting up libudev1:amd64 (241-7~deb10u6) ... [2021-03-19T20:58:12.302Z] #13 78.58 Selecting previously unselected package binutils-mingw-w64-i686. [2021-03-19T20:58:12.302Z] #13 78.58 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-19T20:58:12.302Z] #13 78.73 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-03-19T20:58:12.302Z] #13 78.78 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-19T20:58:12.366Z] #56 ... [2021-03-19T20:58:12.366Z] [2021-03-19T20:58:12.366Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:12.366Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:58:12.366Z] #43 19.15 CC images/stats.o [2021-03-19T20:58:12.366Z] #43 19.44 CC images/core.o [2021-03-19T20:58:12.366Z] #43 20.05 CC images/core-x86.o [2021-03-19T20:58:12.366Z] #43 20.62 CC images/core-arm.o [2021-03-19T20:58:12.366Z] #43 21.02 CC images/core-aarch64.o [2021-03-19T20:58:12.366Z] #43 21.44 CC images/core-ppc64.o [2021-03-19T20:58:12.366Z] #43 22.17 CC images/core-s390.o [2021-03-19T20:58:12.366Z] #43 22.87 CC images/cpuinfo.o [2021-03-19T20:58:12.366Z] #43 23.39 CC images/inventory.o [2021-03-19T20:58:12.366Z] #43 23.70 CC images/fdinfo.o [2021-03-19T20:58:12.366Z] #43 24.02 CC images/fown.o [2021-03-19T20:58:12.366Z] #43 24.22 CC images/ns.o [2021-03-19T20:58:12.366Z] #43 24.44 CC images/regfile.o [2021-03-19T20:58:12.366Z] #43 24.67 CC images/ghost-file.o [2021-03-19T20:58:12.366Z] #43 24.94 CC images/fifo.o [2021-03-19T20:58:12.366Z] #43 25.13 CC images/remap-file-path.o [2021-03-19T20:58:12.366Z] #43 25.44 CC images/eventfd.o [2021-03-19T20:58:12.366Z] #43 25.70 CC images/eventpoll.o [2021-03-19T20:58:12.366Z] #43 26.06 CC images/fh.o [2021-03-19T20:58:12.366Z] #43 26.32 CC images/fsnotify.o [2021-03-19T20:58:12.366Z] #43 26.89 CC images/signalfd.o [2021-03-19T20:58:12.366Z] #43 27.09 CC images/fs.o [2021-03-19T20:58:12.366Z] #43 27.27 CC images/pstree.o [2021-03-19T20:58:12.367Z] #43 27.44 CC images/pipe.o [2021-03-19T20:58:12.367Z] #43 27.65 CC images/tcp-stream.o [2021-03-19T20:58:12.367Z] #43 27.91 CC images/sk-packet.o [2021-03-19T20:58:12.367Z] #43 28.24 CC images/mnt.o [2021-03-19T20:58:12.367Z] #43 28.46 CC images/pipe-data.o [2021-03-19T20:58:12.367Z] #43 28.65 CC images/sa.o [2021-03-19T20:58:12.367Z] #43 28.84 CC images/timer.o [2021-03-19T20:58:12.367Z] #43 29.25 CC images/timerfd.o [2021-03-19T20:58:12.477Z] #46 ... [2021-03-19T20:58:12.477Z] [2021-03-19T20:58:12.477Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:12.477Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-19T20:58:12.477Z] #44 36.77 CC images/file-lock.o [2021-03-19T20:58:12.477Z] #44 36.99 CC images/rlimit.o [2021-03-19T20:58:12.477Z] #44 37.24 CC images/pagemap.o [2021-03-19T20:58:12.477Z] #44 37.54 CC images/siginfo.o [2021-03-19T20:58:12.477Z] #44 37.78 CC images/rpc.o [2021-03-19T20:58:12.477Z] #44 39.45 CC images/ext-file.o [2021-03-19T20:58:12.477Z] #44 39.64 CC images/cgroup.o [2021-03-19T20:58:12.477Z] #44 40.37 CC images/userns.o [2021-03-19T20:58:12.477Z] #44 40.66 CC images/google/protobuf/descriptor.o [2021-03-19T20:58:12.477Z] #44 42.99 CC images/opts.o [2021-03-19T20:58:12.574Z] #43 22.41 CC images/core-arm.o [2021-03-19T20:58:12.627Z] #43 29.47 CC images/mm.o [2021-03-19T20:58:12.775Z] #44 43.31 CC images/seccomp.o [2021-03-19T20:58:12.833Z] #43 ... [2021-03-19T20:58:12.833Z] [2021-03-19T20:58:12.833Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:58:12.833Z] #45 sha256:67006e49ecacf95c79a8a79ecf4742c89a06b2be4a211d790cbd334ebffd6eb6 [2021-03-19T20:58:12.833Z] #45 111.3 text/template/parse [2021-03-19T20:58:12.833Z] #45 115.3 go/parser [2021-03-19T20:58:12.833Z] #45 116.3 text/template [2021-03-19T20:58:12.833Z] #45 118.7 encoding/xml [2021-03-19T20:58:12.888Z] #43 29.74 CC images/sk-opts.o [2021-03-19T20:58:13.074Z] #44 43.63 CC images/binfmt-misc.o [2021-03-19T20:58:13.074Z] #44 43.85 CC images/time.o [2021-03-19T20:58:13.092Z] #45 ... [2021-03-19T20:58:13.092Z] [2021-03-19T20:58:13.092Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:13.092Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:58:13.092Z] #43 22.83 CC images/core-aarch64.o [2021-03-19T20:58:13.149Z] #43 29.96 CC images/sk-unix.o [2021-03-19T20:58:13.374Z] #44 ... [2021-03-19T20:58:13.374Z] [2021-03-19T20:58:13.374Z] #14 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:58:13.374Z] #14 sha256:5151d703b769bc35b6bada7e872d6f26a661733fd6a91bb6a69d949f095f4d31 [2021-03-19T20:58:13.374Z] #14 112.8 Selecting previously unselected package libapparmor1:ppc64el. [2021-03-19T20:58:13.374Z] #14 112.9 Preparing to unpack .../10-libapparmor1_2.13.2-10_ppc64el.deb ... [2021-03-19T20:58:13.374Z] #14 112.9 Unpacking libapparmor1:ppc64el (2.13.2-10) ... [2021-03-19T20:58:13.374Z] #14 113.0 Selecting previously unselected package libapparmor-dev:ppc64el. [2021-03-19T20:58:13.374Z] #14 113.0 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_ppc64el.deb ... [2021-03-19T20:58:13.374Z] #14 113.0 Unpacking libapparmor-dev:ppc64el (2.13.2-10) ... [2021-03-19T20:58:13.410Z] #43 30.26 CC images/sk-inet.o [2021-03-19T20:58:13.659Z] #43 23.30 CC images/core-ppc64.o [2021-03-19T20:58:13.677Z] #14 113.2 Selecting previously unselected package libbtrfs0. [2021-03-19T20:58:13.677Z] #14 113.2 Preparing to unpack .../12-libbtrfs0_4.20.1-2_ppc64el.deb ... [2021-03-19T20:58:13.677Z] #14 113.2 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-19T20:58:13.677Z] #14 113.3 Selecting previously unselected package libbtrfs-dev. [2021-03-19T20:58:13.677Z] #14 113.3 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2021-03-19T20:58:13.677Z] #14 113.3 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-19T20:58:13.677Z] #14 113.4 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2021-03-19T20:58:13.918Z] #43 23.85 CC images/core-s390.o [2021-03-19T20:58:13.976Z] #14 113.4 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2021-03-19T20:58:13.976Z] #14 113.4 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2021-03-19T20:58:13.976Z] #14 113.5 Selecting previously unselected package libudev-dev:ppc64el. [2021-03-19T20:58:13.976Z] #14 113.5 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_ppc64el.deb ... [2021-03-19T20:58:13.976Z] #14 113.5 Unpacking libudev-dev:ppc64el (241-7~deb10u6) ... [2021-03-19T20:58:13.981Z] #43 30.68 CC images/tun.o [2021-03-19T20:58:14.242Z] #43 30.96 CC images/sk-netlink.o [2021-03-19T20:58:14.242Z] #43 ... [2021-03-19T20:58:14.242Z] [2021-03-19T20:58:14.242Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:58:14.242Z] #45 sha256:9df4444049aad817e1475f1ac1fdf7e8274ee4a1b46c939a92dae5960035473a [2021-03-19T20:58:14.242Z] #45 100.9 vendor/golang.org/x/net/idna [2021-03-19T20:58:14.254Z] #58 ... [2021-03-19T20:58:14.254Z] [2021-03-19T20:58:14.254Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:58:14.254Z] #45 sha256:7c7570aae27449b8fbce88d7ff9f45e13317ac59cb4f516bce02de03467ff278 [2021-03-19T20:58:14.254Z] #45 90.68 vendor/golang.org/x/net/http/httpguts [2021-03-19T20:58:14.254Z] #45 90.68 mime/multipart [2021-03-19T20:58:14.254Z] #45 93.26 crypto/tls [2021-03-19T20:58:14.254Z] #45 99.34 net/http/httptrace [2021-03-19T20:58:14.254Z] #45 99.64 net/http [2021-03-19T20:58:14.279Z] #14 113.7 Selecting previously unselected package libsepol1-dev:ppc64el. [2021-03-19T20:58:14.279Z] #14 113.7 Preparing to unpack .../16-libsepol1-dev_2.8-1_ppc64el.deb ... [2021-03-19T20:58:14.279Z] #14 113.7 Unpacking libsepol1-dev:ppc64el (2.8-1) ... [2021-03-19T20:58:14.327Z] Commit message: "libcontainerd: remove unused consts" [2021-03-19T20:58:14.518Z] #45 ... [2021-03-19T20:58:14.518Z] [2021-03-19T20:58:14.518Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-19T20:58:14.518Z] #56 sha256:eedcbca1921c63a15e651d254d22f55fc477a768367de3dcdddf79881ca7bc62 [2021-03-19T20:58:14.518Z] #56 41.20 Checking out files: 49% (1901/3820) Checking out files: 50% (1910/3820) Checking out files: 51% (1949/3820) Checking out files: 52% (1987/3820) Checking out files: 53% (2025/3820) Checking out files: 54% (2063/3820) Checking out files: 55% (2101/3820) Checking out files: 56% (2140/3820) Checking out files: 57% (2178/3820) Checking out files: 58% (2216/3820) Checking out files: 59% (2254/3820) Checking out files: 60% (2292/3820) Checking out files: 61% (2331/3820) Checking out files: 62% (2369/3820) Checking out files: 63% (2407/3820) Checking out files: 64% (2445/3820) Checking out files: 65% (2483/3820) Checking out files: 66% (2522/3820) Checking out files: 67% (2560/3820) Checking out files: 68% (2598/3820) Checking out files: 69% (2636/3820) Checking out files: 70% (2674/3820) Checking out files: 71% (2713/3820) Checking out files: 72% (2751/3820) Checking out files: 73% (2789/3820) Checking out files: 74% (2827/3820) Checking out files: 75% (2865/3820) Checking out files: 76% (2904/3820) Checking out files: 77% (2942/3820) Checking out files: 78% (2980/3820) Checking out files: 79% (3018/3820) Checking out files: 80% (3056/3820) Checking out files: 81% (3095/3820) Checking out files: 82% (3133/3820) Checking out files: 83% (3171/3820) Checking out files: 84% (3209/3820) Checking out files: 85% (3247/3820) Checking out files: 86% (3286/3820) Checking out files: 87% (3324/3820) Checking out files: 87% (3343/3820) Checking out files: 88% (3362/3820) Checking out files: 89% (3400/3820) Checking out files: 90% (3438/3820) Checking out files: 91% (3477/3820) Checking out files: 92% (3515/3820) Checking out files: 93% (3553/3820) Checking out files: 94% (3591/3820) Checking out files: 95% (3629/3820) Checking out files: 96% (3668/3820) Checking out files: 97% (3706/3820) Checking out files: 98% (3744/3820) Checking out files: 99% (3782/3820) Checking out files: 100% (3820/3820) Checking out files: 100% (3820/3820), done. [2021-03-19T20:58:14.518Z] #56 42.45 + cd /tmp/tmp.hZJOkUn5gu/src/github.com/containerd/containerd [2021-03-19T20:58:14.518Z] #56 42.45 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-19T20:58:14.518Z] #56 43.86 + export 'BUILDTAGS=netgo osusergo static_build' [2021-03-19T20:58:14.518Z] #56 43.86 + BUILDTAGS='netgo osusergo static_build' [2021-03-19T20:58:14.518Z] #56 43.86 + export EXTRA_FLAGS=-buildmode=pie [2021-03-19T20:58:14.518Z] #56 43.86 + EXTRA_FLAGS=-buildmode=pie [2021-03-19T20:58:14.518Z] #56 43.86 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-03-19T20:58:14.518Z] #56 43.86 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-03-19T20:58:14.518Z] #56 43.86 + '[' '' = dynamic ']' [2021-03-19T20:58:14.518Z] #56 43.86 + make [2021-03-19T20:58:14.518Z] #56 44.99 + bin/ctr [2021-03-19T20:58:14.578Z] #14 114.1 Selecting previously unselected package libpcre16-3:ppc64el. [2021-03-19T20:58:14.578Z] #14 114.1 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_ppc64el.deb ... [2021-03-19T20:58:14.578Z] #14 114.1 Unpacking libpcre16-3:ppc64el (2:8.39-12) ... [Pipeline] withEnv [Pipeline] { [2021-03-19T20:58:14.737Z] #20 53.04 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-03-19T20:58:14.737Z] #20 53.05 Setting up xz-utils (5.2.4-1) ... [2021-03-19T20:58:14.737Z] #20 53.07 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-03-19T20:58:14.737Z] #20 53.08 Setting up sudo (1.8.27-1+deb10u3) ... [2021-03-19T20:58:14.737Z] #20 53.16 invoke-rc.d: could not determine current runlevel [2021-03-19T20:58:14.737Z] #20 53.17 invoke-rc.d: policy-rc.d denied execution of start. [2021-03-19T20:58:14.737Z] #20 53.19 Setting up pigz (2.4-1) ... [2021-03-19T20:58:14.737Z] #20 53.20 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-03-19T20:58:14.737Z] #20 53.21 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-03-19T20:58:14.737Z] #20 53.23 Setting up python-pip-whl (18.1-5) ... [2021-03-19T20:58:14.737Z] #20 53.24 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-03-19T20:58:14.737Z] #20 53.25 Setting up vim-runtime (2:8.1.0875-5) ... [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-03-19T20:58:14.843Z] #13 82.02 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-03-19T20:58:14.843Z] #13 82.04 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-03-19T20:58:14.854Z] #43 24.44 CC images/cpuinfo.o [2021-03-19T20:58:14.878Z] #14 114.3 Selecting previously unselected package libpcre32-3:ppc64el. [2021-03-19T20:58:14.878Z] #14 114.3 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_ppc64el.deb ... [2021-03-19T20:58:14.878Z] #14 114.3 Unpacking libpcre32-3:ppc64el (2:8.39-12) ... [2021-03-19T20:58:14.878Z] #14 114.5 Selecting previously unselected package libpcrecpp0v5:ppc64el. [2021-03-19T20:58:14.878Z] #14 114.5 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_ppc64el.deb ... [2021-03-19T20:58:14.878Z] #14 114.5 Unpacking libpcrecpp0v5:ppc64el (2:8.39-12) ... [2021-03-19T20:58:15.112Z] #13 82.05 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-19T20:58:15.113Z] #43 25.00 CC images/inventory.o [2021-03-19T20:58:15.196Z] #14 114.7 Selecting previously unselected package libpcre3-dev:ppc64el. [2021-03-19T20:58:15.196Z] #14 114.7 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_ppc64el.deb ... [2021-03-19T20:58:15.196Z] #14 114.7 Unpacking libpcre3-dev:ppc64el (2:8.39-12) ... [2021-03-19T20:58:15.300Z] #20 53.71 Setting up libaio1:amd64 (0.3.112-3) ... [2021-03-19T20:58:15.300Z] #20 53.73 Setting up libonig5:amd64 (6.9.1-1) ... [2021-03-19T20:58:15.300Z] #20 53.75 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-03-19T20:58:15.300Z] #20 53.86 Setting up vim (2:8.1.0875-5) ... [2021-03-19T20:58:15.300Z] #20 53.88 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-03-19T20:58:15.300Z] #20 53.90 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-03-19T20:58:15.300Z] #20 53.93 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-03-19T20:58:15.300Z] #20 53.93 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-03-19T20:58:15.300Z] #20 53.94 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-03-19T20:58:15.300Z] #20 53.95 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-03-19T20:58:15.300Z] #20 53.96 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-03-19T20:58:15.300Z] #20 53.96 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-03-19T20:58:15.556Z] #20 54.11 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-19T20:58:15.556Z] #20 54.15 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-03-19T20:58:15.556Z] #20 54.17 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-03-19T20:58:15.556Z] #20 54.18 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-19T20:58:15.556Z] #20 54.20 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-03-19T20:58:15.556Z] #20 54.22 Setting up python3.7 (3.7.3-2+deb10u2) ... [2021-03-19T20:58:15.681Z] #43 25.32 CC images/fdinfo.o [2021-03-19T20:58:15.849Z] #14 115.2 Selecting previously unselected package libselinux1-dev:ppc64el. [2021-03-19T20:58:15.850Z] #14 115.2 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_ppc64el.deb ... [2021-03-19T20:58:15.850Z] #14 115.2 Unpacking libselinux1-dev:ppc64el (2.8-1+b1) ... [2021-03-19T20:58:15.850Z] #14 115.5 Selecting previously unselected package libdevmapper-dev:ppc64el. [2021-03-19T20:58:15.850Z] #14 115.5 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_ppc64el.deb ... [2021-03-19T20:58:15.850Z] #14 115.5 Unpacking libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2021-03-19T20:58:15.941Z] #43 25.69 CC images/fown.o [2021-03-19T20:58:16.150Z] #14 115.6 Selecting previously unselected package libseccomp-dev:ppc64el. [2021-03-19T20:58:16.150Z] #14 115.6 Preparing to unpack .../23-libseccomp-dev_2.4.1-2~bpo10+1_ppc64el.deb ... [2021-03-19T20:58:16.150Z] #14 115.6 Unpacking libseccomp-dev:ppc64el (2.4.1-2~bpo10+1) ... [2021-03-19T20:58:16.150Z] #14 115.7 Selecting previously unselected package libsystemd-dev:ppc64el. [2021-03-19T20:58:16.200Z] #43 25.92 CC images/ns.o [2021-03-19T20:58:16.450Z] #14 115.8 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_ppc64el.deb ... [2021-03-19T20:58:16.451Z] #14 115.8 Unpacking libsystemd-dev:ppc64el (241-7~deb10u6) ... [2021-03-19T20:58:16.459Z] #43 26.13 CC images/regfile.o [2021-03-19T20:58:16.498Z] #13 ... [2021-03-19T20:58:16.498Z] [2021-03-19T20:58:16.498Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:58:16.498Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-19T20:58:16.498Z] #36 86.52 Selecting previously unselected package libxml2:amd64. [2021-03-19T20:58:16.498Z] #36 86.53 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-03-19T20:58:16.498Z] #36 86.58 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-03-19T20:58:16.498Z] #36 87.49 Selecting previously unselected package libarchive13:amd64. [2021-03-19T20:58:16.498Z] #36 87.49 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-03-19T20:58:16.498Z] #36 87.53 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-03-19T20:58:16.498Z] #36 87.95 Selecting previously unselected package libjsoncpp1:amd64. [2021-03-19T20:58:16.498Z] #36 87.96 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-03-19T20:58:16.498Z] #36 87.97 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-03-19T20:58:16.498Z] #36 88.16 Selecting previously unselected package librhash0:amd64. [2021-03-19T20:58:16.498Z] #36 88.16 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-03-19T20:58:16.498Z] #36 88.18 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-03-19T20:58:16.498Z] #36 88.52 Selecting previously unselected package libuv1:amd64. [2021-03-19T20:58:16.498Z] #36 88.52 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-03-19T20:58:16.498Z] #36 88.53 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-03-19T20:58:16.498Z] #36 89.23 Selecting previously unselected package cmake. [2021-03-19T20:58:16.498Z] #36 89.23 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-03-19T20:58:16.498Z] #36 89.48 Unpacking cmake (3.13.4-1) ... [2021-03-19T20:58:16.718Z] #43 26.38 CC images/ghost-file.o [2021-03-19T20:58:16.718Z] #43 26.64 CC images/fifo.o [2021-03-19T20:58:16.782Z] #14 116.4 Setting up libpcrecpp0v5:ppc64el (2:8.39-12) ... [2021-03-19T20:58:16.783Z] #14 116.4 Setting up libseccomp-dev:ppc64el (2.4.1-2~bpo10+1) ... [2021-03-19T20:58:16.783Z] #14 116.4 Setting up libapparmor1:ppc64el (2.13.2-10) ... [2021-03-19T20:58:16.783Z] #14 116.4 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-19T20:58:16.783Z] #14 116.4 Setting up libpcre16-3:ppc64el (2:8.39-12) ... [2021-03-19T20:58:16.783Z] #14 116.4 Setting up libsepol1-dev:ppc64el (2.8-1) ... [2021-03-19T20:58:17.081Z] #14 116.4 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-19T20:58:17.081Z] #14 116.4 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-19T20:58:17.081Z] #14 116.4 Setting up libpcre32-3:ppc64el (2:8.39-12) ... [2021-03-19T20:58:17.081Z] #14 116.5 Setting up libudev-dev:ppc64el (241-7~deb10u6) ... [2021-03-19T20:58:17.081Z] #14 116.5 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-19T20:58:17.081Z] #14 116.5 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-19T20:58:17.081Z] #14 116.6 Setting up libapparmor-dev:ppc64el (2.13.2-10) ... [2021-03-19T20:58:17.081Z] #14 116.6 Setting up mingw-w64-common (6.0.0-3) ... [2021-03-19T20:58:17.081Z] #14 116.6 Setting up libsystemd-dev:ppc64el (241-7~deb10u6) ... [2021-03-19T20:58:17.081Z] #14 116.6 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-19T20:58:17.081Z] #14 116.6 Setting up libpcre3-dev:ppc64el (2:8.39-12) ... [2021-03-19T20:58:17.081Z] #14 116.6 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-19T20:58:17.081Z] #14 116.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-03-19T20:58:17.081Z] #14 116.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-03-19T20:58:17.081Z] #14 116.6 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-19T20:58:17.081Z] #14 116.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 [2021-03-19T20:58:17.081Z] #14 116.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 [2021-03-19T20:58:17.081Z] #14 116.7 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-19T20:58:17.081Z] #14 116.7 Setting up libselinux1-dev:ppc64el (2.8-1+b1) ... [2021-03-19T20:58:17.081Z] #14 116.7 Setting up libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2021-03-19T20:58:17.081Z] #14 116.7 Setting up dmsetup (2:1.02.155-3) ... [2021-03-19T20:58:17.081Z] #14 116.7 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2021-03-19T20:58:17.081Z] #14 116.7 Setting up libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2021-03-19T20:58:17.081Z] #14 116.7 Processing triggers for libc-bin (2.28-10) ... [2021-03-19T20:58:17.286Z] #43 26.86 CC images/remap-file-path.o [2021-03-19T20:58:17.286Z] #43 27.04 CC images/eventfd.o [2021-03-19T20:58:17.381Z] #14 DONE 117.0s [2021-03-19T20:58:17.381Z] [2021-03-19T20:58:17.381Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-19T20:58:17.381Z] #54 sha256:c1c7f07318de9868729a0f45cec59339f4010eba73a63db4bfc3c27999f799bc [2021-03-19T20:58:17.544Z] #45 103.6 vendor/golang.org/x/net/http2/hpack [2021-03-19T20:58:17.545Z] #43 27.28 CC images/eventpoll.o [2021-03-19T20:58:17.650Z] + docker version [2021-03-19T20:58:17.805Z] #45 104.5 mime [2021-03-19T20:58:17.805Z] #43 27.63 CC images/fh.o [2021-03-19T20:58:18.031Z] #54 0.441 + RM_GOPATH=0 [2021-03-19T20:58:18.031Z] #54 0.441 + TMP_GOPATH= [2021-03-19T20:58:18.031Z] #54 0.441 + : /build [2021-03-19T20:58:18.031Z] #54 0.441 + '[' -z '' ']' [2021-03-19T20:58:18.031Z] #54 0.442 ++ mktemp -d [2021-03-19T20:58:18.031Z] #54 0.444 + export GOPATH=/tmp/tmp.4urZmO7Avt [2021-03-19T20:58:18.031Z] #54 0.444 + GOPATH=/tmp/tmp.4urZmO7Avt [2021-03-19T20:58:18.031Z] #54 0.444 + RM_GOPATH=1 [2021-03-19T20:58:18.031Z] #54 0.444 + case "$(go env GOARCH)" in [2021-03-19T20:58:18.031Z] #54 0.445 ++ go env GOARCH [2021-03-19T20:58:18.031Z] #54 0.483 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:58:18.031Z] #54 0.483 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:58:18.031Z] #54 0.484 ++ dirname /tmp/install/install.sh [2021-03-19T20:58:18.031Z] #54 0.485 + dir=/tmp/install [2021-03-19T20:58:18.031Z] #54 0.485 + bin=runc [2021-03-19T20:58:18.031Z] #54 0.485 + shift [2021-03-19T20:58:18.031Z] #54 0.485 + '[' '!' -f /tmp/install/runc.installer ']' [2021-03-19T20:58:18.031Z] #54 0.485 + . /tmp/install/runc.installer [2021-03-19T20:58:18.031Z] #54 0.486 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-19T20:58:18.031Z] #54 0.487 + install_runc [2021-03-19T20:58:18.031Z] #54 0.488 + uname -r [2021-03-19T20:58:18.031Z] #54 0.490 + grep -q '^3\.10\.0.*\.el7\.' [2021-03-19T20:58:18.031Z] #54 0.492 + RUNC_BUILDTAGS='seccomp ' [2021-03-19T20:58:18.031Z] #54 0.493 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-03-19T20:58:18.031Z] #54 0.493 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.4urZmO7Avt/src/github.com/opencontainers/runc [2021-03-19T20:58:18.031Z] #54 0.493 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-03-19T20:58:18.031Z] #54 0.508 Cloning into '/tmp/tmp.4urZmO7Avt/src/github.com/opencontainers/runc'... [2021-03-19T20:58:18.031Z] #54 ... [2021-03-19T20:58:18.031Z] [2021-03-19T20:58:18.031Z] #15 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-03-19T20:58:18.031Z] #15 sha256:b8833bc05957bb6f39933c4ed64d5fe2ab0bbcc6dc74622d7ca2920b37030968 [2021-03-19T20:58:18.031Z] #15 DONE 0.6s [2021-03-19T20:58:18.064Z] #43 27.94 CC images/fsnotify.o [2021-03-19T20:58:18.331Z] [2021-03-19T20:58:18.331Z] #16 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-03-19T20:58:18.331Z] #16 sha256:9ad184c4b873f65c54f55ab2c4ef04960b2913b4042036c4223da4e77c19309f [2021-03-19T20:58:18.331Z] #16 DONE 0.4s [2021-03-19T20:58:18.331Z] [2021-03-19T20:58:18.331Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:18.331Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-19T20:58:18.331Z] #44 44.22 CC images/sysctl.o [2021-03-19T20:58:18.331Z] #44 44.43 CC images/autofs.o [2021-03-19T20:58:18.331Z] #44 44.78 CC images/macvlan.o [2021-03-19T20:58:18.331Z] #44 45.05 CC images/sit.o [2021-03-19T20:58:18.331Z] #44 45.30 CC images/memfd.o [2021-03-19T20:58:18.331Z] #44 45.60 CC images/timens.o [2021-03-19T20:58:18.331Z] #44 45.84 LINK images/built-in.o [2021-03-19T20:58:18.331Z] #44 45.96 GEN compel/include/asm [2021-03-19T20:58:18.331Z] #44 45.98 GEN compel/include/version.h [2021-03-19T20:58:18.331Z] #44 45.99 touch .config [2021-03-19T20:58:18.331Z] #44 46.04 GEN include/common/config.h [2021-03-19T20:58:18.331Z] #44 46.08 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-03-19T20:58:18.331Z] #44 46.10 GEN compel/plugins/include/uapi/std/syscall.h [2021-03-19T20:58:18.331Z] #44 46.12 GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2021-03-19T20:58:18.331Z] #44 46.13 DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2021-03-19T20:58:18.331Z] #44 46.19 DEP compel/arch/ppc64/plugins/std/memcmp.d [2021-03-19T20:58:18.331Z] #44 46.22 DEP compel/arch/ppc64/plugins/std/memcpy.d [2021-03-19T20:58:18.331Z] #44 46.24 DEP compel/arch/ppc64/plugins/std/parasite-head.d [2021-03-19T20:58:18.331Z] #44 46.26 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-03-19T20:58:18.331Z] #44 46.27 DEP compel/plugins/std/infect.d [2021-03-19T20:58:18.331Z] #44 46.51 DEP compel/plugins/std/string.d [2021-03-19T20:58:18.331Z] #44 46.62 DEP compel/plugins/std/log.d [2021-03-19T20:58:18.331Z] #44 46.73 DEP compel/plugins/std/fds.d [2021-03-19T20:58:18.331Z] #44 46.82 DEP compel/plugins/std/std.d [2021-03-19T20:58:18.331Z] #44 46.93 DEP compel/plugins/shmem/shmem.d [2021-03-19T20:58:18.331Z] #44 47.03 DEP compel/plugins/fds/fds.d [2021-03-19T20:58:18.331Z] #44 47.21 CC compel/plugins/std/std.o [2021-03-19T20:58:18.331Z] #44 47.56 CC compel/plugins/std/fds.o [2021-03-19T20:58:18.331Z] #44 47.98 CC compel/plugins/std/log.o [2021-03-19T20:58:18.331Z] #44 48.70 CC compel/plugins/std/string.o [2021-03-19T20:58:18.632Z] #43 ... [2021-03-19T20:58:18.632Z] [2021-03-19T20:58:18.632Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:58:18.632Z] #51 sha256:2ae17ab665c367de12f129d18e13d9230e3d4f2f61b045cf5abc7a9a6cf418f6 [2021-03-19T20:58:18.632Z] #51 116.9 mvdan.cc/sh/v3/syntax [2021-03-19T20:58:18.632Z] #51 123.6 mvdan.cc/sh/v3/cmd/shfmt [2021-03-19T20:58:18.632Z] #51 ... [2021-03-19T20:58:18.632Z] [2021-03-19T20:58:18.633Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-19T20:58:18.633Z] #56 sha256:8ed103d2e9b8e2cac52654307cffd46e3af4cd35b6b6c082ce89e3f5649aaa74 [2021-03-19T20:58:18.633Z] #56 56.48 Checking out files: 45% (1735/3820) Checking out files: 46% (1758/3820) Checking out files: 47% (1796/3820) Checking out files: 48% (1834/3820) Checking out files: 49% (1872/3820) Checking out files: 50% (1910/3820) Checking out files: 51% (1949/3820) Checking out files: 52% (1987/3820) Checking out files: 53% (2025/3820) Checking out files: 54% (2063/3820) Checking out files: 55% (2101/3820) Checking out files: 56% (2140/3820) Checking out files: 57% (2178/3820) Checking out files: 58% (2216/3820) Checking out files: 59% (2254/3820) Checking out files: 60% (2292/3820) Checking out files: 61% (2331/3820) Checking out files: 62% (2369/3820) Checking out files: 63% (2407/3820) Checking out files: 64% (2445/3820) Checking out files: 65% (2483/3820) Checking out files: 66% (2522/3820) Checking out files: 67% (2560/3820) Checking out files: 68% (2598/3820) Checking out files: 69% (2636/3820) Checking out files: 70% (2674/3820) Checking out files: 71% (2713/3820) Checking out files: 72% (2751/3820) Checking out files: 73% (2789/3820) Checking out files: 74% (2827/3820) Checking out files: 75% (2865/3820) Checking out files: 76% (2904/3820) Checking out files: 77% (2942/3820) Checking out files: 78% (2980/3820) Checking out files: 79% (3018/3820) Checking out files: 80% (3056/3820) Checking out files: 81% (3095/3820) Checking out files: 82% (3133/3820) Checking out files: 83% (3171/3820) Checking out files: 84% (3209/3820) Checking out files: 85% (3247/3820) Checking out files: 86% (3286/3820) Checking out files: 87% (3324/3820) Checking out files: 88% (3362/3820) Checking out files: 89% (3400/3820) Checking out files: 90% (3438/3820) Checking out files: 91% (3477/3820) Checking out files: 92% (3515/3820) Checking out files: 93% (3553/3820) Checking out files: 94% (3591/3820) Checking out files: 95% (3629/3820) Checking out files: 96% (3668/3820) Checking out files: 97% (3706/3820) Checking out files: 98% (3744/3820) Checking out files: 99% (3782/3820) Checking out files: 100% (3820/3820) Checking out files: 100% (3820/3820), done. [2021-03-19T20:58:18.633Z] #56 57.94 + cd /tmp/tmp.v7fc4JGsfI/src/github.com/containerd/containerd [2021-03-19T20:58:18.633Z] #56 57.94 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-19T20:58:18.633Z] #56 60.05 + export 'BUILDTAGS=netgo osusergo static_build' [2021-03-19T20:58:18.633Z] #56 60.05 + BUILDTAGS='netgo osusergo static_build' [2021-03-19T20:58:18.633Z] #56 60.05 + export EXTRA_FLAGS=-buildmode=pie [2021-03-19T20:58:18.633Z] #56 60.05 + EXTRA_FLAGS=-buildmode=pie [2021-03-19T20:58:18.633Z] #56 60.05 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-03-19T20:58:18.633Z] #56 60.05 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-03-19T20:58:18.633Z] #56 60.05 + '[' '' = dynamic ']' [2021-03-19T20:58:18.633Z] #56 60.05 + make [2021-03-19T20:58:18.826Z] #20 57.09 Setting up iptables (1.8.2-4) ... [2021-03-19T20:58:18.826Z] #20 57.11 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-19T20:58:18.826Z] #20 57.12 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-19T20:58:18.826Z] #20 57.12 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-19T20:58:18.826Z] #20 57.13 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-19T20:58:18.826Z] #20 57.14 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-03-19T20:58:18.826Z] #20 57.15 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-03-19T20:58:18.826Z] #20 57.16 Setting up python3 (3.7.3-1) ... [2021-03-19T20:58:18.826Z] #20 57.63 Setting up python3-wheel (0.32.3-2) ... [2021-03-19T20:58:18.980Z] #44 ... [2021-03-19T20:58:18.980Z] [2021-03-19T20:58:18.980Z] #17 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-03-19T20:58:18.980Z] #17 sha256:11e391b27a9bffb1a1d3b9c8bafb64562c89aeb406c5da5f2879cf27b2e300d7 [2021-03-19T20:58:18.980Z] #17 0.232 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-03-19T20:58:18.980Z] #17 DONE 0.3s [2021-03-19T20:58:18.980Z] [2021-03-19T20:58:18.980Z] #18 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-03-19T20:58:18.980Z] #18 sha256:88b6eb16bce120972b0b3ef95f4027b3c5a3bbc254ff2b3cb43c0519505318f7 [2021-03-19T20:58:19.200Z] #56 61.19 + bin/ctr [2021-03-19T20:58:19.279Z] #18 DONE 0.4s [2021-03-19T20:58:19.279Z] [2021-03-19T20:58:19.279Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:19.279Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-19T20:58:19.279Z] #44 49.74 CC compel/plugins/std/infect.o [2021-03-19T20:58:19.279Z] #44 50.15 CC compel/arch/ppc64/plugins/std/parasite-head.o [2021-03-19T20:58:19.580Z] #44 50.16 CC compel/arch/ppc64/plugins/std/memcpy.o [2021-03-19T20:58:19.580Z] #44 50.19 CC compel/arch/ppc64/plugins/std/memcmp.o [2021-03-19T20:58:19.580Z] #44 50.23 CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2021-03-19T20:58:19.580Z] #44 50.27 AR compel/plugins/std.lib.a [2021-03-19T20:58:19.580Z] #44 50.33 CC compel/plugins/fds/fds.o [2021-03-19T20:58:19.719Z] #45 106.2 mime/quotedprintable [2021-03-19T20:58:19.756Z] #20 58.40 Setting up apparmor (2.13.2-10) ... [2021-03-19T20:58:19.795Z] #36 ... [2021-03-19T20:58:19.795Z] [2021-03-19T20:58:19.795Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:58:19.795Z] #45 sha256:545ba0c6e50551d0b617ccbb97585f12f34dc9406939c9ddce5a9da66a6b6b5f [2021-03-19T20:58:19.795Z] #45 82.96 time [2021-03-19T20:58:19.795Z] #45 88.56 strings [2021-03-19T20:58:19.795Z] #45 90.25 os [2021-03-19T20:58:19.795Z] #45 92.72 regexp/syntax [2021-03-19T20:58:19.795Z] #45 ... [2021-03-19T20:58:19.795Z] [2021-03-19T20:58:19.795Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:58:19.795Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:58:19.795Z] #13 86.72 Selecting previously unselected package binutils-mingw-w64. [2021-03-19T20:58:19.795Z] #13 86.73 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-03-19T20:58:19.795Z] #13 86.74 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-19T20:58:19.795Z] #13 86.93 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-03-19T20:58:19.795Z] #13 86.93 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-03-19T20:58:19.795Z] #13 86.96 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-03-19T20:58:19.881Z] #44 ... [2021-03-19T20:58:19.881Z] [2021-03-19T20:58:19.881Z] #19 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-03-19T20:58:19.881Z] #19 sha256:dbc494930278f5843cd93cd7a3bef6655a13acac5d63dbf808375ecaa1f4f7be [2021-03-19T20:58:19.881Z] #19 DONE 0.4s [2021-03-19T20:58:19.881Z] [2021-03-19T20:58:19.881Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:19.881Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-19T20:58:19.881Z] #44 50.55 AR compel/plugins/fds.lib.a [2021-03-19T20:58:19.881Z] #44 50.58 HOSTDEP compel/src/lib/log-host.d [2021-03-19T20:58:19.881Z] #44 50.63 HOSTDEP compel/src/lib/handle-elf-host.d [2021-03-19T20:58:19.980Z] #45 106.6 net/http/internal [2021-03-19T20:58:20.013Z] #20 ... [2021-03-19T20:58:20.013Z] [2021-03-19T20:58:20.013Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:20.013Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:58:20.013Z] #43 108.0 CC criu/eventfd.o [2021-03-19T20:58:20.013Z] #43 108.3 CC criu/eventpoll.o [2021-03-19T20:58:20.013Z] #43 109.2 CC criu/external.o [2021-03-19T20:58:20.013Z] #43 109.6 CC criu/fault-injection.o [2021-03-19T20:58:20.013Z] #43 109.8 CC criu/fdstore.o [2021-03-19T20:58:20.013Z] #43 110.2 CC criu/fifo.o [2021-03-19T20:58:20.013Z] #43 110.7 CC criu/file-ids.o [2021-03-19T20:58:20.013Z] #43 111.0 CC criu/file-lock.o [2021-03-19T20:58:20.013Z] #43 111.9 CC criu/files-ext.o [2021-03-19T20:58:20.013Z] #43 112.3 CC criu/files-reg.o [2021-03-19T20:58:20.013Z] #43 114.4 CC criu/files.o [2021-03-19T20:58:20.013Z] #43 116.5 CC criu/filesystems.o [2021-03-19T20:58:20.013Z] #43 117.2 CC criu/fsnotify.o [2021-03-19T20:58:20.055Z] #13 87.18 Selecting previously unselected package dmsetup. [2021-03-19T20:58:20.055Z] #13 87.19 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-03-19T20:58:20.055Z] #13 87.26 Unpacking dmsetup (2:1.02.155-3) ... [2021-03-19T20:58:20.188Z] #44 ... [2021-03-19T20:58:20.188Z] [2021-03-19T20:58:20.188Z] #20 [dev-systemd-false 6/26] RUN ldconfig [2021-03-19T20:58:20.188Z] #20 sha256:3c447f6fcade940e47d7d8f1889f2c4ec6826858493495dbdc30d003d2513f73 [2021-03-19T20:58:20.188Z] #20 DONE 0.4s [2021-03-19T20:58:20.188Z] [2021-03-19T20:58:20.188Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:20.188Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-19T20:58:20.188Z] #44 50.73 HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2021-03-19T20:58:20.188Z] #44 50.78 HOSTDEP compel/src/main-host.d [2021-03-19T20:58:20.188Z] #44 50.89 DEP compel/src/lib/ptrace.d [2021-03-19T20:58:20.241Z] #45 ... [2021-03-19T20:58:20.241Z] [2021-03-19T20:58:20.241Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:58:20.241Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:58:20.241Z] #13 98.62 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-03-19T20:58:20.241Z] #13 98.62 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-03-19T20:58:20.241Z] #13 98.62 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-19T20:58:20.269Z] #43 ... [2021-03-19T20:58:20.269Z] [2021-03-19T20:58:20.269Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-19T20:58:20.269Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-19T20:58:20.269Z] #40 214.6 + dpkg --print-architecture [2021-03-19T20:58:20.269Z] #40 214.7 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-03-19T20:58:20.269Z] #40 214.9 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-03-19T20:58:20.269Z] #40 214.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-03-19T20:58:20.315Z] #13 87.51 Selecting previously unselected package mingw-w64-common. [2021-03-19T20:58:20.488Z] #44 51.06 DEP compel/src/lib/infect.d [2021-03-19T20:58:20.488Z] #44 51.27 DEP compel/src/lib/infect-util.d [2021-03-19T20:58:20.575Z] #13 87.53 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-03-19T20:58:20.575Z] #13 87.54 Unpacking mingw-w64-common (6.0.0-3) ... [2021-03-19T20:58:20.575Z] #13 ... [2021-03-19T20:58:20.575Z] [2021-03-19T20:58:20.575Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-19T20:58:20.575Z] #34 sha256:073b03b90a9a5bb1bc28094edaf3fa27be63ba388bb449ade0879fd09faccc7a [2021-03-19T20:58:20.575Z] #34 83.99 internal/poll [2021-03-19T20:58:20.575Z] #34 86.64 internal/fmtsort [2021-03-19T20:58:20.575Z] #34 87.17 internal/syscall/execenv [2021-03-19T20:58:20.575Z] #34 87.52 internal/syscall/unix [2021-03-19T20:58:20.575Z] #34 87.76 strings [2021-03-19T20:58:20.575Z] #34 87.96 os [2021-03-19T20:58:20.575Z] #34 92.39 path [2021-03-19T20:58:20.575Z] #34 92.93 text/tabwriter [2021-03-19T20:58:20.575Z] #34 93.67 fmt [2021-03-19T20:58:20.575Z] #34 93.72 path/filepath [2021-03-19T20:58:20.798Z] #44 51.40 DEP compel/src/lib/infect-rpc.d [2021-03-19T20:58:20.850Z] #34 ... [2021-03-19T20:58:20.850Z] [2021-03-19T20:58:20.851Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:58:20.851Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-19T20:58:20.851Z] #36 94.16 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-19T20:58:20.851Z] #36 94.20 Setting up xxd (2:8.1.0875-5) ... [2021-03-19T20:58:20.851Z] #36 94.22 Setting up libuv1:amd64 (1.24.1-1) ... [2021-03-19T20:58:20.851Z] #36 94.24 Setting up vim-common (2:8.1.0875-5) ... [2021-03-19T20:58:20.851Z] #36 ... [2021-03-19T20:58:20.851Z] [2021-03-19T20:58:20.851Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:58:20.851Z] #51 sha256:d3025d275999e85c12bbf3de02d4702a09ac5a355658f8267cdd1b415e4d63bd [2021-03-19T20:58:20.851Z] #51 84.24 context [2021-03-19T20:58:20.851Z] #51 85.62 internal/poll [2021-03-19T20:58:20.851Z] #51 88.42 os [2021-03-19T20:58:20.851Z] #51 92.07 encoding/binary [2021-03-19T20:58:21.101Z] #44 51.70 DEP compel/arch/ppc64/src/lib/infect.d [2021-03-19T20:58:21.101Z] #44 51.88 DEP compel/arch/ppc64/src/lib/cpu.d [2021-03-19T20:58:21.106Z] #56 ... [2021-03-19T20:58:21.106Z] [2021-03-19T20:58:21.106Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:58:21.106Z] #51 sha256:2ae17ab665c367de12f129d18e13d9230e3d4f2f61b045cf5abc7a9a6cf418f6 [2021-03-19T20:58:21.106Z] #51 DONE 129.1s [2021-03-19T20:58:21.106Z] [2021-03-19T20:58:21.106Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:21.106Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:58:21.106Z] #43 28.62 CC images/signalfd.o [2021-03-19T20:58:21.106Z] #43 28.85 CC images/fs.o [2021-03-19T20:58:21.106Z] #43 29.14 CC images/pstree.o [2021-03-19T20:58:21.106Z] #43 29.33 CC images/pipe.o [2021-03-19T20:58:21.106Z] #43 29.64 CC images/tcp-stream.o [2021-03-19T20:58:21.106Z] #43 30.05 CC images/sk-packet.o [2021-03-19T20:58:21.106Z] #43 30.41 CC images/mnt.o [2021-03-19T20:58:21.113Z] #51 ... [2021-03-19T20:58:21.113Z] [2021-03-19T20:58:21.113Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-19T20:58:21.113Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-19T20:58:21.113Z] #36 94.32 Setting up librhash0:amd64 (1.3.8-1) ... [2021-03-19T20:58:21.113Z] #36 94.34 Setting up cmake-data (3.13.4-1) ... [2021-03-19T20:58:21.113Z] #36 94.38 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-03-19T20:58:21.113Z] #36 94.42 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-03-19T20:58:21.113Z] #36 94.44 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-03-19T20:58:21.113Z] #36 94.48 Setting up cmake (3.13.4-1) ... [2021-03-19T20:58:21.113Z] #36 94.51 Processing triggers for libc-bin (2.28-10) ... [2021-03-19T20:58:21.113Z] #36 94.64 Processing triggers for mime-support (3.62) ... [2021-03-19T20:58:21.145Z] #56 ... [2021-03-19T20:58:21.145Z] [2021-03-19T20:58:21.145Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-19T20:58:21.145Z] #58 sha256:c951e0989007326ee2a2bb4d504b6cceebbabb0adff005b80756e41792ae8f61 [2021-03-19T20:58:21.145Z] #58 DONE 106.7s [2021-03-19T20:58:21.145Z] [2021-03-19T20:58:21.145Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:21.145Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-19T20:58:21.145Z] #43 20.28 CC images/core-arm.o [2021-03-19T20:58:21.145Z] #43 20.70 CC images/core-aarch64.o [2021-03-19T20:58:21.145Z] #43 21.27 CC images/core-ppc64.o [2021-03-19T20:58:21.145Z] #43 22.03 CC images/core-s390.o [2021-03-19T20:58:21.145Z] #43 22.98 CC images/cpuinfo.o [2021-03-19T20:58:21.145Z] #43 23.42 CC images/inventory.o [2021-03-19T20:58:21.145Z] #43 23.74 CC images/fdinfo.o [2021-03-19T20:58:21.145Z] #43 24.32 CC images/fown.o [2021-03-19T20:58:21.145Z] #43 24.51 CC images/ns.o [2021-03-19T20:58:21.145Z] #43 24.66 CC images/regfile.o [2021-03-19T20:58:21.145Z] #43 24.98 CC images/ghost-file.o [2021-03-19T20:58:21.145Z] #43 25.17 CC images/fifo.o [2021-03-19T20:58:21.145Z] #43 25.30 CC images/remap-file-path.o [2021-03-19T20:58:21.145Z] #43 25.64 CC images/eventfd.o [2021-03-19T20:58:21.145Z] #43 25.99 CC images/eventpoll.o [2021-03-19T20:58:21.145Z] #43 26.44 CC images/fh.o [2021-03-19T20:58:21.145Z] #43 26.90 CC images/fsnotify.o [2021-03-19T20:58:21.145Z] #43 27.70 CC images/signalfd.o [2021-03-19T20:58:21.145Z] #43 28.07 CC images/fs.o [2021-03-19T20:58:21.145Z] #43 28.25 CC images/pstree.o [2021-03-19T20:58:21.145Z] #43 28.47 CC images/pipe.o [2021-03-19T20:58:21.145Z] #43 28.90 CC images/tcp-stream.o [2021-03-19T20:58:21.145Z] #43 29.15 CC images/sk-packet.o [2021-03-19T20:58:21.145Z] #43 29.62 CC images/mnt.o [2021-03-19T20:58:21.145Z] #43 29.92 CC images/pipe-data.o [2021-03-19T20:58:21.145Z] #43 30.11 CC images/sa.o [2021-03-19T20:58:21.145Z] #43 30.32 CC images/timer.o [2021-03-19T20:58:21.145Z] #43 ... [2021-03-19T20:58:21.145Z] [2021-03-19T20:58:21.145Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-03-19T20:58:21.145Z] #59 sha256:a3a572fb8d48ccb4ade505c8dc223b188f90afc05f2ef2afd3a3be5ee54e31e2 [2021-03-19T20:58:21.145Z] #59 DONE 0.2s [2021-03-19T20:58:21.145Z] [2021-03-19T20:58:21.145Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-03-19T20:58:21.145Z] #60 sha256:5806fc60c6a57d08a1567067f86b2345e3d658489005a4e867c65bf5251387cd [2021-03-19T20:58:21.145Z] #60 DONE 0.3s [2021-03-19T20:58:21.145Z] [2021-03-19T20:58:21.145Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:21.145Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-19T20:58:21.145Z] #43 30.76 CC images/timerfd.o [2021-03-19T20:58:21.145Z] #43 31.14 CC images/mm.o [2021-03-19T20:58:21.365Z] #43 31.01 CC images/pipe-data.o [2021-03-19T20:58:21.403Z] #44 51.98 DEP compel/src/lib/log.d [2021-03-19T20:58:21.403Z] #44 52.13 DEP compel/src/main.d [2021-03-19T20:58:21.624Z] #43 31.41 CC images/sa.o [2021-03-19T20:58:21.703Z] #44 52.26 DEP compel/src/lib/handle-elf.d [2021-03-19T20:58:21.703Z] #44 52.41 DEP compel/arch/ppc64/src/lib/handle-elf.d [2021-03-19T20:58:21.725Z] #43 31.64 CC images/sk-opts.o [2021-03-19T20:58:21.989Z] #43 31.93 CC images/sk-unix.o [2021-03-19T20:58:22.005Z] #44 52.57 CC compel/src/lib/log.o [2021-03-19T20:58:22.191Z] #43 31.72 CC images/timer.o [2021-03-19T20:58:22.191Z] #43 31.99 CC images/timerfd.o [2021-03-19T20:58:22.263Z] #43 32.36 CC images/sk-inet.o [2021-03-19T20:58:22.304Z] #44 52.89 CC compel/arch/ppc64/src/lib/cpu.o [2021-03-19T20:58:22.304Z] #44 53.23 CC compel/arch/ppc64/src/lib/infect.o [2021-03-19T20:58:22.427Z] Client: Docker Engine - Enterprise [2021-03-19T20:58:22.427Z] Version: 19.03.12 [2021-03-19T20:58:22.427Z] API version: 1.40 [2021-03-19T20:58:22.427Z] Go version: go1.13.13 [2021-03-19T20:58:22.427Z] Git commit: 4306744 [2021-03-19T20:58:22.427Z] Built: 08/05/2020 19:27:53 [2021-03-19T20:58:22.427Z] OS/Arch: windows/amd64 [2021-03-19T20:58:22.427Z] Experimental: false [2021-03-19T20:58:22.427Z] [2021-03-19T20:58:22.427Z] Server: Docker Engine - Enterprise [2021-03-19T20:58:22.427Z] Engine: [2021-03-19T20:58:22.427Z] Version: 19.03.12 [2021-03-19T20:58:22.427Z] API version: 1.40 (minimum version 1.24) [2021-03-19T20:58:22.427Z] Go version: go1.13.13 [2021-03-19T20:58:22.427Z] Git commit: f295753ffd [2021-03-19T20:58:22.427Z] Built: 08/05/2020 19:26:41 [2021-03-19T20:58:22.427Z] OS/Arch: windows/amd64 [2021-03-19T20:58:22.427Z] Experimental: true [2021-03-19T20:58:22.450Z] #43 32.24 CC images/mm.o [2021-03-19T20:58:22.709Z] #43 32.50 CC images/sk-opts.o [2021-03-19T20:58:22.843Z] #43 32.81 CC images/tun.o [2021-03-19T20:58:22.968Z] #43 32.68 CC images/sk-unix.o [2021-03-19T20:58:22.968Z] #43 32.91 CC images/sk-inet.o [2021-03-19T20:58:22.968Z] #43 ... [2021-03-19T20:58:22.968Z] [2021-03-19T20:58:22.968Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:58:22.968Z] #45 sha256:67006e49ecacf95c79a8a79ecf4742c89a06b2be4a211d790cbd334ebffd6eb6 [2021-03-19T20:58:22.968Z] #45 121.5 go/doc [2021-03-19T20:58:22.968Z] #45 123.7 github.com/LK4D4/vndr/versioned [2021-03-19T20:58:22.968Z] #45 123.7 compress/flate [2021-03-19T20:58:22.968Z] #45 125.1 github.com/LK4D4/vndr/build [2021-03-19T20:58:22.968Z] #45 126.5 hash/crc32 [2021-03-19T20:58:22.968Z] #45 127.1 compress/gzip [2021-03-19T20:58:22.968Z] #45 128.0 vendor/golang.org/x/crypto/cryptobyte [2021-03-19T20:58:22.968Z] #45 128.3 net [2021-03-19T20:58:22.968Z] #45 130.4 vendor/golang.org/x/crypto/poly1305 [2021-03-19T20:58:22.968Z] #45 130.7 vendor/golang.org/x/crypto/chacha20poly1305 [2021-03-19T20:58:23.024Z] #36 DONE 96.1s [2021-03-19T20:58:23.024Z] [2021-03-19T20:58:23.024Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:58:23.024Z] #45 sha256:545ba0c6e50551d0b617ccbb97585f12f34dc9406939c9ddce5a9da66a6b6b5f [2021-03-19T20:58:23.024Z] #45 95.86 fmt [Pipeline] sh [2021-03-19T20:58:23.108Z] #43 ... [2021-03-19T20:58:23.108Z] [2021-03-19T20:58:23.108Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:58:23.108Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-03-19T20:58:23.108Z] #13 93.85 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-03-19T20:58:23.108Z] #13 93.86 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2021-03-19T20:58:23.108Z] #13 93.87 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-19T20:58:23.108Z] #13 ... [2021-03-19T20:58:23.108Z] [2021-03-19T20:58:23.108Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:23.108Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-19T20:58:23.108Z] #43 33.16 CC images/sk-netlink.o [2021-03-19T20:58:23.378Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-03-19T20:58:23.378Z] ok github.com/docker/docker/api/server/httputils 0.002s coverage: 14.7% of statements [2021-03-19T20:58:23.378Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements [2021-03-19T20:58:23.378Z] ? github.com/docker/docker/api/server/router [no test files] [2021-03-19T20:58:23.378Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-03-19T20:58:23.378Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-03-19T20:58:23.378Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-03-19T20:58:23.378Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-03-19T20:58:23.378Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-03-19T20:58:23.378Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-03-19T20:58:23.378Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-03-19T20:58:23.378Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-03-19T20:58:23.378Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-03-19T20:58:23.378Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-03-19T20:58:23.378Z] ok github.com/docker/docker/api/server/router/swarm 0.010s coverage: 5.7% of statements [2021-03-19T20:58:23.378Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-03-19T20:58:23.378Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-03-19T20:58:23.378Z] ? github.com/docker/docker/api/types [no test files] [2021-03-19T20:58:23.378Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-03-19T20:58:23.378Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-03-19T20:58:23.378Z] ? github.com/docker/docker/api/types/container [no test files] [2021-03-19T20:58:23.378Z] ? github.com/docker/docker/api/types/events [no test files] [2021-03-19T20:58:23.378Z] ok github.com/docker/docker/api/types/strslice 0.007s coverage: 90.0% of statements [2021-03-19T20:58:23.378Z] ok github.com/docker/docker/api/types/filters 0.006s coverage: 92.2% of statements [2021-03-19T20:58:23.378Z] ? github.com/docker/docker/api/types/image [no test files] [2021-03-19T20:58:23.378Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-03-19T20:58:23.378Z] ? github.com/docker/docker/api/types/network [no test files] [2021-03-19T20:58:23.378Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-03-19T20:58:23.378Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-03-19T20:58:23.378Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-03-19T20:58:23.378Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-03-19T20:58:23.378Z] ok github.com/docker/docker/api/types/versions 0.005s coverage: 75.0% of statements [2021-03-19T20:58:23.378Z] ok github.com/docker/docker/api/types/time 0.001s coverage: 100.0% of statements [2021-03-19T20:58:23.378Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-03-19T20:58:23.378Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-03-19T20:58:23.378Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-03-19T20:58:23.378Z] ? github.com/docker/docker/builder [no test files] [2021-03-19T20:58:23.378Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-03-19T20:58:23.378Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-03-19T20:58:23.378Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-03-19T20:58:23.378Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-03-19T20:58:23.378Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-03-19T20:58:23.378Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-03-19T20:58:23.378Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-03-19T20:58:23.378Z] ok github.com/docker/docker/builder/remotecontext 0.367s coverage: 13.7% of statements [2021-03-19T20:58:23.378Z] ok github.com/docker/docker/builder/dockerfile 0.977s coverage: 48.3% of statements [2021-03-19T20:58:23.378Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-03-19T20:58:23.378Z] ok github.com/docker/docker/cli/debug 0.001s coverage: 100.0% of statements [2021-03-19T20:58:23.378Z] ok github.com/docker/docker/builder/remotecontext/git 0.913s coverage: 86.3% of statements [2021-03-19T20:58:23.378Z] ? github.com/docker/docker/cli [no test files] [2021-03-19T20:58:23.378Z] ? github.com/docker/docker/cli/config [no test files] [2021-03-19T20:58:23.535Z] #45 131.8 vendor/golang.org/x/crypto/hkdf [2021-03-19T20:58:23.535Z] #45 ... [2021-03-19T20:58:23.535Z] [2021-03-19T20:58:23.535Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:23.535Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:58:23.535Z] #43 33.25 CC images/tun.o [2021-03-19T20:58:23.597Z] #45 ... [2021-03-19T20:58:23.597Z] [2021-03-19T20:58:23.597Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-19T20:58:23.597Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-19T20:58:23.597Z] #42 86.91 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-03-19T20:58:23.597Z] #42 86.97 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-03-19T20:58:23.597Z] #42 87.02 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-03-19T20:58:23.597Z] #42 87.07 Setting up libcap-dev:amd64 (1:2.25-2) ... [2021-03-19T20:58:23.597Z] #42 87.11 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2021-03-19T20:58:23.597Z] #42 87.12 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-03-19T20:58:23.597Z] #42 87.14 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-19T20:58:23.597Z] #42 87.17 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-03-19T20:58:23.597Z] #42 87.20 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-19T20:58:23.597Z] #42 87.21 Setting up python-protobuf (3.6.1.3-2) ... [2021-03-19T20:58:23.597Z] #42 96.10 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2021-03-19T20:58:23.597Z] #42 96.12 Processing triggers for libc-bin (2.28-10) ... [2021-03-19T20:58:23.597Z] #42 DONE 96.9s [2021-03-19T20:58:23.597Z] [2021-03-19T20:58:23.597Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:23.597Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:58:23.688Z] #43 33.41 CC images/packet-sock.o [2021-03-19T20:58:23.688Z] #43 33.78 CC images/ipc-var.o [2021-03-19T20:58:23.794Z] #43 33.61 CC images/sk-netlink.o [2021-03-19T20:58:23.858Z] #44 54.38 CC compel/src/lib/infect-rpc.o [2021-03-19T20:58:24.027Z] + docker info [2021-03-19T20:58:24.053Z] #43 33.80 CC images/packet-sock.o [2021-03-19T20:58:24.158Z] #44 54.86 CC compel/src/lib/infect-util.o [2021-03-19T20:58:24.267Z] #43 33.98 CC images/ipc-desc.o [2021-03-19T20:58:24.267Z] #43 34.17 CC images/ipc-shm.o [2021-03-19T20:58:24.313Z] #43 34.14 CC images/ipc-var.o [2021-03-19T20:58:24.447Z] #13 ... [2021-03-19T20:58:24.447Z] [2021-03-19T20:58:24.447Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:24.447Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:58:24.447Z] #43 31.23 CC images/packet-sock.o [2021-03-19T20:58:24.447Z] #43 31.57 CC images/ipc-var.o [2021-03-19T20:58:24.447Z] #43 31.76 CC images/ipc-desc.o [2021-03-19T20:58:24.447Z] #43 31.94 CC images/ipc-shm.o [2021-03-19T20:58:24.447Z] #43 32.14 CC images/ipc-msg.o [2021-03-19T20:58:24.447Z] #43 32.48 CC images/ipc-sem.o [2021-03-19T20:58:24.447Z] #43 32.65 CC images/utsns.o [2021-03-19T20:58:24.447Z] #43 32.84 CC images/creds.o [2021-03-19T20:58:24.447Z] #43 33.05 CC images/vma.o [2021-03-19T20:58:24.447Z] #43 33.34 CC images/netdev.o [2021-03-19T20:58:24.447Z] #43 33.74 CC images/tty.o [2021-03-19T20:58:24.447Z] #43 34.35 CC images/file-lock.o [2021-03-19T20:58:24.447Z] #43 34.56 CC images/rlimit.o [2021-03-19T20:58:24.447Z] #43 34.82 CC images/pagemap.o [2021-03-19T20:58:24.447Z] #43 35.07 CC images/siginfo.o [2021-03-19T20:58:24.447Z] #43 35.39 CC images/rpc.o [2021-03-19T20:58:24.447Z] #43 36.59 CC images/ext-file.o [2021-03-19T20:58:24.447Z] #43 36.78 CC images/cgroup.o [2021-03-19T20:58:24.447Z] #43 37.42 CC images/userns.o [2021-03-19T20:58:24.447Z] #43 37.73 CC images/google/protobuf/descriptor.o [2021-03-19T20:58:24.447Z] #43 39.25 CC images/opts.o [2021-03-19T20:58:24.447Z] #43 39.50 CC images/seccomp.o [2021-03-19T20:58:24.447Z] #43 39.73 CC images/binfmt-misc.o [2021-03-19T20:58:24.447Z] #43 39.94 CC images/time.o [2021-03-19T20:58:24.447Z] #43 40.17 CC images/sysctl.o [2021-03-19T20:58:24.447Z] #43 40.42 CC images/autofs.o [2021-03-19T20:58:24.447Z] #43 40.59 CC images/macvlan.o [2021-03-19T20:58:24.447Z] #43 40.80 CC images/sit.o [2021-03-19T20:58:24.447Z] #43 41.02 CC images/memfd.o [2021-03-19T20:58:24.447Z] #43 41.28 CC images/timens.o [2021-03-19T20:58:24.458Z] #44 55.15 CC compel/src/lib/infect.o [2021-03-19T20:58:24.532Z] #43 34.44 CC images/ipc-msg.o [2021-03-19T20:58:24.572Z] #43 34.34 CC images/ipc-desc.o [2021-03-19T20:58:24.708Z] #43 41.52 LINK images/built-in.o [2021-03-19T20:58:24.708Z] #43 41.71 GEN compel/include/asm [2021-03-19T20:58:24.799Z] #43 34.83 CC images/ipc-sem.o [2021-03-19T20:58:24.831Z] #43 34.58 CC images/ipc-shm.o [2021-03-19T20:58:24.968Z] #43 41.74 GEN compel/include/version.h [2021-03-19T20:58:24.968Z] #43 41.77 touch .config [2021-03-19T20:58:24.968Z] #43 41.83 GEN include/common/config.h [2021-03-19T20:58:24.968Z] #43 41.92 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2021-03-19T20:58:24.968Z] #43 41.95 GEN compel/plugins/include/uapi/std/syscall-64.h [2021-03-19T20:58:25.077Z] #43 35.04 CC images/utsns.o [2021-03-19T20:58:25.089Z] #43 34.84 CC images/ipc-msg.o [2021-03-19T20:58:25.241Z] #43 41.98 GEN compel/arch/x86/plugins/std/syscalls-64.S [2021-03-19T20:58:25.241Z] #43 42.00 DEP compel/arch/x86/plugins/std/syscalls-64.d [2021-03-19T20:58:25.241Z] #43 42.02 DEP compel/arch/x86/plugins/std/memcpy.d [2021-03-19T20:58:25.241Z] #43 42.04 DEP compel/arch/x86/plugins/std/parasite-head.d [2021-03-19T20:58:25.241Z] #43 42.07 GEN compel/plugins/include/uapi/std/syscall.h [2021-03-19T20:58:25.241Z] #43 42.09 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2021-03-19T20:58:25.241Z] #43 42.10 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-03-19T20:58:25.241Z] #43 42.13 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-03-19T20:58:25.241Z] #43 42.14 DEP compel/plugins/std/infect.d [2021-03-19T20:58:25.342Z] #43 35.35 CC images/creds.o [2021-03-19T20:58:25.348Z] #43 35.11 CC images/ipc-sem.o [2021-03-19T20:58:25.442Z] ok github.com/docker/docker/client 0.145s coverage: 75.4% of statements [2021-03-19T20:58:25.506Z] #43 42.24 DEP compel/plugins/std/string.d [2021-03-19T20:58:25.506Z] #43 42.39 DEP compel/plugins/std/log.d [2021-03-19T20:58:25.506Z] #43 42.47 DEP compel/plugins/std/fds.d [2021-03-19T20:58:25.607Z] #43 35.40 CC images/utsns.o [2021-03-19T20:58:25.767Z] #43 42.63 DEP compel/plugins/std/std.d [2021-03-19T20:58:25.767Z] #43 42.70 DEP compel/plugins/shmem/shmem.d [2021-03-19T20:58:25.866Z] #43 35.63 CC images/creds.o [2021-03-19T20:58:25.921Z] #43 35.67 CC images/vma.o [2021-03-19T20:58:25.921Z] #43 35.99 CC images/netdev.o [2021-03-19T20:58:26.028Z] #43 42.77 DEP compel/plugins/fds/fds.d [2021-03-19T20:58:26.028Z] #43 42.90 CC compel/plugins/std/std.o [2021-03-19T20:58:26.050Z] #44 ... [2021-03-19T20:58:26.050Z] [2021-03-19T20:58:26.050Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:58:26.050Z] #52 sha256:34c480428f744c99a9fd576bd101776f0092976281931c1b73a94824fa8b1f23 [2021-03-19T20:58:26.050Z] #52 116.2 golang.org/x/crypto/ssh/terminal [2021-03-19T20:58:26.050Z] #52 120.2 mvdan.cc/sh/v3/cmd/shfmt [2021-03-19T20:58:26.050Z] #52 DONE 126.2s [2021-03-19T20:58:26.050Z] [2021-03-19T20:58:26.051Z] #21 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-19T20:58:26.051Z] #21 sha256:4c9d04e548c65087cec82d0a856eaa1f69a58bf085807ae56661f71481307afe [2021-03-19T20:58:26.051Z] #21 0.539 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-03-19T20:58:26.051Z] #21 0.593 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-19T20:58:26.051Z] #21 0.598 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-19T20:58:26.051Z] #21 0.694 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-19T20:58:26.051Z] #21 1.740 Get:5 http://deb.debian.org/debian buster-backports/main ppc64el Packages [446 kB] [2021-03-19T20:58:26.051Z] #21 3.029 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-03-19T20:58:26.051Z] #21 4.881 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [260 kB] [2021-03-19T20:58:26.051Z] #21 5.551 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B] [2021-03-19T20:58:26.125Z] #43 35.90 CC images/vma.o [2021-03-19T20:58:26.384Z] #43 36.09 CC images/netdev.o [2021-03-19T20:58:26.502Z] #43 36.33 CC images/tty.o [2021-03-19T20:58:26.600Z] #43 43.21 CC compel/plugins/std/fds.o [2021-03-19T20:58:26.644Z] #43 36.48 CC images/tty.o [2021-03-19T20:58:26.811Z] #40 ... [2021-03-19T20:58:26.811Z] [2021-03-19T20:58:26.811Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-19T20:58:26.811Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-19T20:58:26.811Z] #20 60.21 Setting up xfsprogs (4.20.0-1) ... [2021-03-19T20:58:26.811Z] #20 60.22 Setting up python3-lib2to3 (3.7.3-1) ... [2021-03-19T20:58:26.811Z] #20 60.62 Setting up python3-pkg-resources (40.8.0-1) ... [2021-03-19T20:58:26.811Z] #20 61.65 Setting up python3-distutils (3.7.3-1) ... [2021-03-19T20:58:26.811Z] #20 62.06 Setting up python3-setuptools (40.8.0-1) ... [2021-03-19T20:58:26.811Z] #20 63.23 Setting up python3-pip (18.1-5) ... [2021-03-19T20:58:26.811Z] #20 64.35 Processing triggers for libc-bin (2.28-10) ... [2021-03-19T20:58:26.811Z] #20 64.41 Processing triggers for mime-support (3.62) ... [2021-03-19T20:58:26.811Z] #20 DONE 65.3s [2021-03-19T20:58:26.811Z] [2021-03-19T20:58:26.811Z] #21 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-03-19T20:58:26.811Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b [2021-03-19T20:58:26.866Z] #43 43.66 CC compel/plugins/std/log.o [2021-03-19T20:58:27.135Z] #43 37.01 CC images/file-lock.o [2021-03-19T20:58:27.212Z] #43 36.99 CC images/file-lock.o [2021-03-19T20:58:27.458Z] #43 37.29 CC images/rlimit.o [2021-03-19T20:58:27.472Z] #43 37.17 CC images/rlimit.o [2021-03-19T20:58:27.472Z] #43 37.40 CC images/pagemap.o [2021-03-19T20:58:27.601Z] #21 ... [2021-03-19T20:58:27.601Z] [2021-03-19T20:58:27.601Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:27.601Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-19T20:58:27.601Z] #44 58.43 CC compel/src/lib/ptrace.o [2021-03-19T20:58:27.739Z] #43 37.57 CC images/pagemap.o [2021-03-19T20:58:27.740Z] #21 1.064 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-03-19T20:58:27.740Z] #21 1.069 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-03-19T20:58:27.740Z] #21 1.073 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-03-19T20:58:27.740Z] #21 DONE 1.1s [2021-03-19T20:58:27.740Z] [2021-03-19T20:58:27.740Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:27.740Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:58:27.740Z] #43 118.2 CC criu/image-desc.o [2021-03-19T20:58:27.740Z] #43 118.4 CC criu/image.o [2021-03-19T20:58:27.740Z] #43 119.2 CC criu/ipc_ns.o [2021-03-19T20:58:27.740Z] #43 120.5 CC criu/irmap.o [2021-03-19T20:58:27.740Z] #43 121.2 CC criu/kcmp-ids.o [2021-03-19T20:58:27.740Z] #43 121.4 CC criu/kerndat.o [2021-03-19T20:58:27.740Z] #43 122.6 CC criu/libnetlink.o [2021-03-19T20:58:27.740Z] #43 123.0 CC criu/log.o [2021-03-19T20:58:27.740Z] #43 123.5 CC criu/lsm.o [2021-03-19T20:58:27.740Z] #43 123.9 CC criu/mem.o [2021-03-19T20:58:27.799Z] #43 3.657 Note: Building without setproctitle() and strlcpy() support. [2021-03-19T20:58:27.799Z] #43 3.657 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-19T20:58:27.799Z] #43 3.663 Note: Building without GnuTLS support [2021-03-19T20:58:27.799Z] #43 3.665 Makefile.config:39: Warn: you have no libnftables installed [2021-03-19T20:58:27.799Z] #43 3.665 Makefile.config:40: Warn: Building without nftables support [2021-03-19T20:58:27.813Z] #43 44.55 CC compel/plugins/std/string.o [2021-03-19T20:58:27.997Z] #43 ... [2021-03-19T20:58:27.997Z] [2021-03-19T20:58:27.997Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-19T20:58:27.997Z] #22 sha256:d3d072c7ad06c7ad2d1dcde93b5cac7ddc54c670d77b2a23cb688256d2d63a3e [2021-03-19T20:58:28.021Z] #43 37.80 CC images/siginfo.o [2021-03-19T20:58:28.021Z] #43 38.00 CC images/rpc.o [2021-03-19T20:58:28.039Z] #43 37.72 CC images/siginfo.o [2021-03-19T20:58:28.039Z] #43 37.97 CC images/rpc.o [2021-03-19T20:58:28.258Z] #44 58.87 AR compel/libcompel.a [2021-03-19T20:58:28.258Z] #44 58.97 HOSTCC compel/src/main-host.o [2021-03-19T20:58:28.385Z] #43 45.19 CC compel/plugins/std/infect.o [2021-03-19T20:58:28.562Z] #44 59.27 HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2021-03-19T20:58:28.562Z] #44 59.42 HOSTCC compel/src/lib/handle-elf-host.o [2021-03-19T20:58:28.646Z] #43 45.58 CC compel/arch/x86/plugins/std/parasite-head.o [2021-03-19T20:58:28.907Z] #43 45.64 CC compel/arch/x86/plugins/std/memcpy.o [2021-03-19T20:58:28.907Z] #43 45.71 CC compel/arch/x86/plugins/std/syscalls-64.o [2021-03-19T20:58:28.907Z] #43 45.77 AR compel/plugins/std.lib.a [2021-03-19T20:58:28.907Z] #43 45.85 CC compel/plugins/fds/fds.o [2021-03-19T20:58:29.168Z] #43 46.15 AR compel/plugins/fds.lib.a [2021-03-19T20:58:29.182Z] #43 ... [2021-03-19T20:58:29.182Z] [2021-03-19T20:58:29.182Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:58:29.182Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:58:29.217Z] #44 59.86 HOSTCC compel/src/lib/log-host.o [2021-03-19T20:58:29.417Z] #43 39.06 CC images/ext-file.o [2021-03-19T20:58:29.429Z] #43 46.20 HOSTDEP compel/src/lib/log-host.d [2021-03-19T20:58:29.429Z] #43 46.28 HOSTDEP compel/src/lib/handle-elf-host.d [2021-03-19T20:58:29.429Z] #43 46.42 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2021-03-19T20:58:29.442Z] #13 96.42 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-03-19T20:58:29.442Z] #13 96.43 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-03-19T20:58:29.442Z] #13 96.43 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-19T20:58:29.517Z] #44 60.10 HOSTLINK compel/compel-host-bin [2021-03-19T20:58:29.517Z] #44 60.25 DEP soccr/soccr.d [2021-03-19T20:58:29.678Z] #43 39.33 CC images/cgroup.o [2021-03-19T20:58:29.690Z] #43 46.52 HOSTDEP compel/src/main-host.d [2021-03-19T20:58:29.690Z] #43 46.61 DEP compel/src/lib/ptrace.d [2021-03-19T20:58:29.817Z] #44 60.45 CC soccr/soccr.o [2021-03-19T20:58:29.944Z] #43 39.88 CC images/userns.o [2021-03-19T20:58:29.950Z] #43 46.75 DEP compel/src/lib/infect.d [2021-03-19T20:58:30.008Z] #43 39.52 CC images/ext-file.o [2021-03-19T20:58:30.008Z] #43 39.69 CC images/cgroup.o [2021-03-19T20:58:30.211Z] #43 46.91 DEP compel/src/lib/infect-util.d [2021-03-19T20:58:30.211Z] #43 47.00 DEP compel/src/lib/infect-rpc.d [2021-03-19T20:58:30.211Z] #43 47.15 DEP compel/arch/x86/src/lib/infect.d [2021-03-19T20:58:30.472Z] #43 ... [2021-03-19T20:58:30.472Z] [2021-03-19T20:58:30.472Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-19T20:58:30.472Z] #58 sha256:0729c69654923e3184e19c6648b85cc6411016d44945b3dc5ec38c334b320422 [2021-03-19T20:58:30.472Z] #58 117.0 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-19T20:58:30.472Z] #58 117.0 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-03-19T20:58:30.513Z] #43 40.09 CC images/google/protobuf/descriptor.o [2021-03-19T20:58:30.584Z] #43 40.45 CC images/userns.o [2021-03-19T20:58:30.584Z] #43 ... [2021-03-19T20:58:30.584Z] [2021-03-19T20:58:30.584Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:58:30.584Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-03-19T20:58:30.584Z] #13 111.4 Selecting previously unselected package libapparmor1:arm64. [2021-03-19T20:58:30.584Z] #13 111.4 Preparing to unpack .../10-libapparmor1_2.13.2-10_arm64.deb ... [2021-03-19T20:58:30.584Z] #13 111.4 Unpacking libapparmor1:arm64 (2.13.2-10) ... [2021-03-19T20:58:30.584Z] #13 111.5 Selecting previously unselected package libapparmor-dev:arm64. [2021-03-19T20:58:30.847Z] #13 111.5 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_arm64.deb ... [2021-03-19T20:58:30.847Z] #13 111.5 Unpacking libapparmor-dev:arm64 (2.13.2-10) ... [2021-03-19T20:58:30.847Z] #13 111.6 Selecting previously unselected package libbtrfs0. [2021-03-19T20:58:30.847Z] #13 111.6 Preparing to unpack .../12-libbtrfs0_4.20.1-2_arm64.deb ... [2021-03-19T20:58:30.847Z] #13 111.6 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-19T20:58:30.847Z] #13 111.7 Selecting previously unselected package libbtrfs-dev. [2021-03-19T20:58:30.847Z] #13 111.7 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_arm64.deb ... [2021-03-19T20:58:30.847Z] #13 111.7 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-19T20:58:31.113Z] #13 111.8 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2021-03-19T20:58:31.113Z] #13 111.8 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ... [2021-03-19T20:58:31.113Z] #13 111.8 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2021-03-19T20:58:31.113Z] #13 111.9 Selecting previously unselected package libudev-dev:arm64. [2021-03-19T20:58:31.113Z] #13 111.9 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_arm64.deb ... [2021-03-19T20:58:31.113Z] #13 111.9 Unpacking libudev-dev:arm64 (241-7~deb10u6) ... [2021-03-19T20:58:31.353Z] #13 ... [2021-03-19T20:58:31.353Z] [2021-03-19T20:58:31.353Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:58:31.353Z] #51 sha256:d3025d275999e85c12bbf3de02d4702a09ac5a355658f8267cdd1b415e4d63bd [2021-03-19T20:58:31.353Z] #51 94.54 fmt [2021-03-19T20:58:31.353Z] #51 94.76 encoding/base64 [2021-03-19T20:58:31.353Z] #51 96.39 golang.org/x/sys/unix [2021-03-19T20:58:31.353Z] #51 102.5 encoding/json [2021-03-19T20:58:31.353Z] #51 ... [2021-03-19T20:58:31.353Z] [2021-03-19T20:58:31.353Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:31.353Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:58:31.353Z] #43 5.847 fatal: not a git repository (or any of the parent directories): .git [2021-03-19T20:58:31.353Z] #43 5.899 GEN .gitid [2021-03-19T20:58:31.353Z] #43 5.926 GEN criu/include/version.h [2021-03-19T20:58:31.353Z] #43 6.007 GEN include/common/asm [2021-03-19T20:58:31.353Z] #43 7.698 PBCC images/timens.pb-c.c [2021-03-19T20:58:31.353Z] #43 7.742 DEP images/timens.pb-c.d [2021-03-19T20:58:31.353Z] #43 7.798 PBCC images/fown.pb-c.c [2021-03-19T20:58:31.353Z] #43 7.834 PBCC images/google/protobuf/descriptor.pb-c.c [2021-03-19T20:58:31.353Z] #43 7.905 PBCC images/opts.pb-c.c [2021-03-19T20:58:31.353Z] #43 7.939 PBCC images/memfd.pb-c.c [2021-03-19T20:58:31.353Z] #43 7.990 DEP images/fown.pb-c.d [2021-03-19T20:58:31.353Z] #43 8.032 DEP images/google/protobuf/descriptor.pb-c.d [2021-03-19T20:58:31.356Z] #44 ... [2021-03-19T20:58:31.356Z] [2021-03-19T20:58:31.356Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:58:31.356Z] #46 sha256:01cdc391c2a635773473112dcab908b7b7dfe0e9cca8ea606d862f15501446b8 [2021-03-19T20:58:31.356Z] #46 121.4 math/big [2021-03-19T20:58:31.356Z] #46 121.7 go/doc [2021-03-19T20:58:31.377Z] #13 112.1 Selecting previously unselected package libsepol1-dev:arm64. [2021-03-19T20:58:31.377Z] #13 112.1 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ... [2021-03-19T20:58:31.377Z] #13 112.1 Unpacking libsepol1-dev:arm64 (2.8-1) ... [2021-03-19T20:58:31.614Z] #43 8.094 DEP images/opts.pb-c.d [2021-03-19T20:58:31.614Z] #43 8.160 DEP images/memfd.pb-c.d [2021-03-19T20:58:31.614Z] #43 8.193 PBCC images/sit.pb-c.c [2021-03-19T20:58:31.614Z] #43 8.224 DEP images/sit.pb-c.d [2021-03-19T20:58:31.614Z] #43 8.275 PBCC images/macvlan.pb-c.c [2021-03-19T20:58:31.660Z] #46 131.6 vendor/golang.org/x/text/secure/bidirule [2021-03-19T20:58:31.660Z] #46 ... [2021-03-19T20:58:31.660Z] [2021-03-19T20:58:31.660Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:31.660Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-19T20:58:31.660Z] #44 62.18 AR soccr/libsoccr.a [2021-03-19T20:58:31.660Z] #44 62.23 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-19T20:58:31.874Z] #43 8.322 DEP images/macvlan.pb-c.d [2021-03-19T20:58:31.874Z] #43 8.384 PBCC images/autofs.pb-c.c [2021-03-19T20:58:31.874Z] #43 8.426 DEP images/autofs.pb-c.d [2021-03-19T20:58:31.874Z] #43 8.502 PBCC images/sysctl.pb-c.c [2021-03-19T20:58:31.890Z] #43 41.61 CC images/opts.o [2021-03-19T20:58:31.961Z] #44 62.70 DEP criu/arch/ppc64/sigframe.d [2021-03-19T20:58:32.134Z] #43 8.513 DEP images/sysctl.pb-c.d [2021-03-19T20:58:32.134Z] #43 8.590 PBCC images/time.pb-c.c [2021-03-19T20:58:32.134Z] #43 8.630 DEP images/time.pb-c.d [2021-03-19T20:58:32.134Z] #43 8.674 PBCC images/binfmt-misc.pb-c.c [2021-03-19T20:58:32.134Z] #43 8.731 DEP images/binfmt-misc.pb-c.d [2021-03-19T20:58:32.151Z] #43 41.84 CC images/seccomp.o [2021-03-19T20:58:32.263Z] #44 62.91 DEP criu/arch/ppc64/crtools.d [2021-03-19T20:58:32.331Z] #13 113.2 Selecting previously unselected package libpcre16-3:arm64. [2021-03-19T20:58:32.331Z] #13 113.2 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ... [2021-03-19T20:58:32.394Z] #43 8.807 PBCC images/seccomp.pb-c.c [2021-03-19T20:58:32.394Z] #43 8.850 DEP images/seccomp.pb-c.d [2021-03-19T20:58:32.394Z] #43 8.934 PBCC images/userns.pb-c.c [2021-03-19T20:58:32.394Z] #43 8.958 DEP images/userns.pb-c.d [2021-03-19T20:58:32.394Z] #43 9.011 PBCC images/cgroup.pb-c.c [2021-03-19T20:58:32.394Z] #43 9.070 DEP images/cgroup.pb-c.d [2021-03-19T20:58:32.410Z] #43 42.12 CC images/binfmt-misc.o [2021-03-19T20:58:32.561Z] #44 63.11 DEP criu/arch/ppc64/cpu.d [2021-03-19T20:58:32.561Z] #44 63.31 CC criu/arch/ppc64/cpu.o [2021-03-19T20:58:32.596Z] #13 113.4 Unpacking libpcre16-3:arm64 (2:8.39-12) ... [2021-03-19T20:58:32.596Z] #13 ... [2021-03-19T20:58:32.596Z] [2021-03-19T20:58:32.596Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:58:32.596Z] #45 sha256:7c7570aae27449b8fbce88d7ff9f45e13317ac59cb4f516bce02de03467ff278 [2021-03-19T20:58:32.596Z] #45 109.2 github.com/LK4D4/vndr/godl [2021-03-19T20:58:32.596Z] #45 109.8 github.com/LK4D4/vndr [2021-03-19T20:58:32.596Z] #45 DONE 119.1s [2021-03-19T20:58:32.654Z] #43 9.126 PBCC images/ext-file.pb-c.c [2021-03-19T20:58:32.654Z] #43 9.191 DEP images/ext-file.pb-c.d [2021-03-19T20:58:32.654Z] #43 9.262 PBCC images/rpc.pb-c.c [2021-03-19T20:58:32.654Z] #43 9.301 DEP images/rpc.pb-c.d [2021-03-19T20:58:32.654Z] #43 ... [2021-03-19T20:58:32.654Z] [2021-03-19T20:58:32.654Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-03-19T20:58:32.654Z] #37 sha256:c23b01cec432d08b641ec7c76f33850614935a9817a999ccc36a0e8d4bf8cd62 [2021-03-19T20:58:32.654Z] #37 2.111 + RM_GOPATH=0 [2021-03-19T20:58:32.654Z] #37 2.111 + TMP_GOPATH= [2021-03-19T20:58:32.654Z] #37 2.111 + : /build [2021-03-19T20:58:32.654Z] #37 2.111 + '[' -z '' ']' [2021-03-19T20:58:32.654Z] #37 2.111 ++ mktemp -d [2021-03-19T20:58:32.654Z] #37 2.123 + export GOPATH=/tmp/tmp.giM3Gs2xIz [2021-03-19T20:58:32.654Z] #37 2.123 + GOPATH=/tmp/tmp.giM3Gs2xIz [2021-03-19T20:58:32.654Z] #37 2.123 + RM_GOPATH=1 [2021-03-19T20:58:32.654Z] #37 2.123 + case "$(go env GOARCH)" in [2021-03-19T20:58:32.654Z] #37 2.123 ++ go env GOARCH [2021-03-19T20:58:32.654Z] #37 2.198 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:58:32.654Z] #37 2.198 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:58:32.654Z] #37 2.198 ++ dirname /tmp/install/install.sh [2021-03-19T20:58:32.654Z] #37 2.198 + dir=/tmp/install [2021-03-19T20:58:32.654Z] #37 2.203 + bin=tini [2021-03-19T20:58:32.654Z] #37 2.203 + shift [2021-03-19T20:58:32.654Z] #37 2.203 + '[' '!' -f /tmp/install/tini.installer ']' [2021-03-19T20:58:32.654Z] #37 2.203 + . /tmp/install/tini.installer [2021-03-19T20:58:32.654Z] #37 2.203 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-19T20:58:32.654Z] #37 2.203 + install_tini [2021-03-19T20:58:32.654Z] #37 2.203 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-03-19T20:58:32.654Z] #37 2.204 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-19T20:58:32.654Z] #37 2.204 + git clone https://github.com/krallin/tini.git /tmp/tmp.giM3Gs2xIz/tini [2021-03-19T20:58:32.654Z] #37 2.216 Cloning into '/tmp/tmp.giM3Gs2xIz/tini'... [2021-03-19T20:58:32.654Z] #37 3.217 + cd /tmp/tmp.giM3Gs2xIz/tini [2021-03-19T20:58:32.654Z] #37 3.217 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-19T20:58:32.654Z] #37 3.303 + cmake . [2021-03-19T20:58:32.654Z] #37 4.166 -- The C compiler identification is GNU 8.3.0 [2021-03-19T20:58:32.654Z] #37 4.297 -- Check for working C compiler: /usr/bin/cc [2021-03-19T20:58:32.654Z] #37 4.965 -- Check for working C compiler: /usr/bin/cc -- works [2021-03-19T20:58:32.654Z] #37 4.986 -- Detecting C compiler ABI info [2021-03-19T20:58:32.654Z] #37 5.741 -- Detecting C compiler ABI info - done [2021-03-19T20:58:32.654Z] #37 5.780 -- Detecting C compile features [2021-03-19T20:58:32.654Z] #37 7.772 -- Detecting C compile features - done [2021-03-19T20:58:32.654Z] #37 7.824 -- Performing Test HAS_BUILTIN_FORTIFY [2021-03-19T20:58:32.654Z] #37 8.232 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-03-19T20:58:32.654Z] #37 8.345 -- Configuring done [2021-03-19T20:58:32.654Z] #37 8.364 -- Generating done [2021-03-19T20:58:32.654Z] #37 8.366 -- Build files have been written to: /tmp/tmp.giM3Gs2xIz/tini [2021-03-19T20:58:32.654Z] #37 8.388 + make tini-static [2021-03-19T20:58:32.654Z] #37 8.901 Scanning dependencies of target tini-static [2021-03-19T20:58:32.655Z] #37 9.072 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-03-19T20:58:32.668Z] #43 42.40 CC images/time.o [2021-03-19T20:58:32.861Z] [2021-03-19T20:58:32.861Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:32.861Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-19T20:58:32.861Z] #43 40.75 CC images/google/protobuf/descriptor.o [2021-03-19T20:58:32.861Z] #43 42.73 CC images/opts.o [2021-03-19T20:58:32.915Z] #37 ... [2021-03-19T20:58:32.915Z] [2021-03-19T20:58:32.915Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-19T20:58:32.915Z] #34 sha256:073b03b90a9a5bb1bc28094edaf3fa27be63ba388bb449ade0879fd09faccc7a [2021-03-19T20:58:32.915Z] #34 96.14 io/ioutil [2021-03-19T20:58:32.915Z] #34 99.27 github.com/BurntSushi/toml [2021-03-19T20:58:32.915Z] #34 99.29 flag [2021-03-19T20:58:32.915Z] #34 101.8 log [2021-03-19T20:58:32.915Z] #34 104.2 github.com/BurntSushi/toml/cmd/tomlv [2021-03-19T20:58:32.915Z] #34 ... [2021-03-19T20:58:32.915Z] [2021-03-19T20:58:32.915Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:32.915Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:58:32.915Z] #43 9.399 PBCC images/siginfo.pb-c.c [2021-03-19T20:58:32.915Z] #43 9.409 DEP images/siginfo.pb-c.d [2021-03-19T20:58:32.915Z] #43 9.486 PBCC images/pagemap.pb-c.c [2021-03-19T20:58:32.915Z] #43 9.540 DEP images/pagemap.pb-c.d [2021-03-19T20:58:32.927Z] #43 42.58 CC images/sysctl.o [2021-03-19T20:58:32.928Z] #43 42.73 CC images/autofs.o [2021-03-19T20:58:33.021Z] #58 ... [2021-03-19T20:58:33.021Z] [2021-03-19T20:58:33.021Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:58:33.021Z] #45 sha256:9df4444049aad817e1475f1ac1fdf7e8274ee4a1b46c939a92dae5960035473a [2021-03-19T20:58:33.021Z] #45 109.7 net/textproto [2021-03-19T20:58:33.021Z] #45 109.7 crypto/x509 [2021-03-19T20:58:33.021Z] #45 110.7 vendor/golang.org/x/net/http/httpguts [2021-03-19T20:58:33.021Z] #45 111.0 vendor/golang.org/x/net/http/httpproxy [2021-03-19T20:58:33.021Z] #45 111.5 mime/multipart [2021-03-19T20:58:33.021Z] #45 113.7 crypto/tls [2021-03-19T20:58:33.125Z] #43 42.96 CC images/seccomp.o [2021-03-19T20:58:33.175Z] #43 9.628 PBCC images/rlimit.pb-c.c [2021-03-19T20:58:33.175Z] #43 9.638 DEP images/rlimit.pb-c.d [2021-03-19T20:58:33.175Z] #43 9.714 PBCC images/file-lock.pb-c.c [2021-03-19T20:58:33.175Z] #43 9.747 DEP images/file-lock.pb-c.d [2021-03-19T20:58:33.175Z] #43 9.794 PBCC images/tty.pb-c.c [2021-03-19T20:58:33.187Z] #43 42.83 CC images/macvlan.o [2021-03-19T20:58:33.187Z] #43 42.98 CC images/sit.o [2021-03-19T20:58:33.212Z] #44 64.00 CC criu/arch/ppc64/crtools.o [2021-03-19T20:58:33.244Z] #22 4.878 Collecting yamllint==1.16.0 [2021-03-19T20:58:33.281Z] #45 ... [2021-03-19T20:58:33.281Z] [2021-03-19T20:58:33.281Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:33.281Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:58:33.281Z] #43 47.33 DEP compel/arch/x86/src/lib/cpu.d [2021-03-19T20:58:33.281Z] #43 47.40 DEP compel/src/lib/log.d [2021-03-19T20:58:33.281Z] #43 47.48 DEP compel/src/main.d [2021-03-19T20:58:33.281Z] #43 47.58 DEP compel/src/lib/handle-elf.d [2021-03-19T20:58:33.281Z] #43 47.68 DEP compel/arch/x86/src/lib/handle-elf.d [2021-03-19T20:58:33.281Z] #43 47.77 CC compel/src/lib/log.o [2021-03-19T20:58:33.281Z] #43 48.01 CC compel/arch/x86/src/lib/cpu.o [2021-03-19T20:58:33.281Z] #43 48.79 CC compel/arch/x86/src/lib/infect.o [2021-03-19T20:58:33.281Z] #43 49.60 CC compel/src/lib/infect-rpc.o [2021-03-19T20:58:33.281Z] #43 50.05 CC compel/src/lib/infect-util.o [2021-03-19T20:58:33.397Z] #43 43.25 CC images/binfmt-misc.o [2021-03-19T20:58:33.436Z] #43 9.883 DEP images/tty.pb-c.d [2021-03-19T20:58:33.436Z] #43 9.929 PBCC images/tun.pb-c.c [2021-03-19T20:58:33.436Z] #43 10.02 PBCC images/netdev.pb-c.c [2021-03-19T20:58:33.447Z] #43 43.17 CC images/memfd.o [2021-03-19T20:58:33.542Z] #43 50.32 CC compel/src/lib/infect.o [2021-03-19T20:58:33.662Z] #43 43.39 CC images/time.o [2021-03-19T20:58:33.662Z] #43 43.54 CC images/sysctl.o [2021-03-19T20:58:33.696Z] #43 10.11 DEP images/tun.pb-c.d [2021-03-19T20:58:33.696Z] #43 10.21 DEP images/netdev.pb-c.d [2021-03-19T20:58:33.696Z] #43 10.27 PBCC images/vma.pb-c.c [2021-03-19T20:58:33.696Z] #43 10.32 DEP images/vma.pb-c.d [2021-03-19T20:58:33.706Z] #43 ... [2021-03-19T20:58:33.706Z] [2021-03-19T20:58:33.706Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:58:33.706Z] #45 sha256:67006e49ecacf95c79a8a79ecf4742c89a06b2be4a211d790cbd334ebffd6eb6 [2021-03-19T20:58:33.706Z] #45 132.0 vendor/golang.org/x/text/transform [2021-03-19T20:58:33.706Z] #45 132.6 vendor/golang.org/x/text/unicode/bidi [2021-03-19T20:58:33.706Z] #45 134.5 vendor/golang.org/x/text/secure/bidirule [2021-03-19T20:58:33.706Z] #45 134.7 vendor/golang.org/x/text/unicode/norm [2021-03-19T20:58:33.706Z] #45 139.1 vendor/golang.org/x/net/idna [2021-03-19T20:58:33.706Z] #45 141.3 vendor/golang.org/x/net/http2/hpack [2021-03-19T20:58:33.706Z] #45 142.1 mime [2021-03-19T20:58:33.706Z] #45 ... [2021-03-19T20:58:33.706Z] [2021-03-19T20:58:33.706Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:33.706Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:58:33.706Z] #43 43.49 CC images/timens.o [2021-03-19T20:58:33.927Z] #43 43.70 CC images/autofs.o [2021-03-19T20:58:33.957Z] #43 10.39 PBCC images/creds.pb-c.c [2021-03-19T20:58:33.957Z] #43 10.45 DEP images/creds.pb-c.d [2021-03-19T20:58:33.957Z] #43 10.51 PBCC images/utsns.pb-c.c [2021-03-19T20:58:33.957Z] #43 10.58 DEP images/utsns.pb-c.d [2021-03-19T20:58:33.965Z] #43 43.74 LINK images/built-in.o [2021-03-19T20:58:34.192Z] #43 44.02 CC images/macvlan.o [2021-03-19T20:58:34.192Z] #43 44.25 CC images/sit.o [2021-03-19T20:58:34.217Z] #43 10.63 PBCC images/ipc-desc.pb-c.c [2021-03-19T20:58:34.217Z] #43 10.64 PBCC images/ipc-sem.pb-c.c [2021-03-19T20:58:34.217Z] #43 10.70 DEP images/ipc-desc.pb-c.d [2021-03-19T20:58:34.217Z] #43 10.75 DEP images/ipc-sem.pb-c.d [2021-03-19T20:58:34.217Z] #43 10.79 PBCC images/ipc-msg.pb-c.c [2021-03-19T20:58:34.224Z] #43 43.89 GEN compel/include/asm [2021-03-19T20:58:34.224Z] #43 43.92 GEN compel/include/version.h [2021-03-19T20:58:34.224Z] #43 43.96 touch .config [2021-03-19T20:58:34.224Z] #43 44.00 GEN include/common/config.h [2021-03-19T20:58:34.224Z] #43 44.08 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2021-03-19T20:58:34.457Z] #43 44.55 CC images/memfd.o [2021-03-19T20:58:34.477Z] #43 10.85 DEP images/ipc-msg.pb-c.d [2021-03-19T20:58:34.477Z] #43 10.92 PBCC images/ipc-shm.pb-c.c [2021-03-19T20:58:34.477Z] #43 10.95 DEP images/ipc-shm.pb-c.d [2021-03-19T20:58:34.477Z] #43 11.03 PBCC images/ipc-var.pb-c.c [2021-03-19T20:58:34.477Z] #43 11.06 DEP images/ipc-var.pb-c.d [2021-03-19T20:58:34.483Z] #43 44.11 GEN compel/plugins/include/uapi/std/syscall-64.h [2021-03-19T20:58:34.483Z] #43 44.14 GEN compel/arch/x86/plugins/std/syscalls-64.S [2021-03-19T20:58:34.483Z] #43 44.15 DEP compel/arch/x86/plugins/std/syscalls-64.d [2021-03-19T20:58:34.483Z] #43 44.20 DEP compel/arch/x86/plugins/std/memcpy.d [2021-03-19T20:58:34.483Z] #43 44.21 DEP compel/arch/x86/plugins/std/parasite-head.d [2021-03-19T20:58:34.483Z] #43 44.26 GEN compel/plugins/include/uapi/std/syscall.h [2021-03-19T20:58:34.483Z] #43 44.27 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2021-03-19T20:58:34.483Z] #43 44.29 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-03-19T20:58:34.483Z] #43 44.32 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-03-19T20:58:34.629Z] Client: [2021-03-19T20:58:34.629Z] Debug Mode: false [2021-03-19T20:58:34.629Z] Plugins: [2021-03-19T20:58:34.629Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2021-03-19T20:58:34.629Z] [2021-03-19T20:58:34.629Z] Server: [2021-03-19T20:58:34.629Z] Containers: 0 [2021-03-19T20:58:34.629Z] Running: 0 [2021-03-19T20:58:34.629Z] Paused: 0 [2021-03-19T20:58:34.629Z] Stopped: 0 [2021-03-19T20:58:34.629Z] Images: 0 [2021-03-19T20:58:34.629Z] Server Version: 19.03.12 [2021-03-19T20:58:34.629Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-03-19T20:58:34.629Z] Windows: [2021-03-19T20:58:34.629Z] LCOW: [2021-03-19T20:58:34.629Z] Logging Driver: json-file [2021-03-19T20:58:34.629Z] Plugins: [2021-03-19T20:58:34.629Z] Volume: local [2021-03-19T20:58:34.629Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-03-19T20:58:34.629Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-03-19T20:58:34.629Z] Swarm: inactive [2021-03-19T20:58:34.629Z] Default Isolation: process [2021-03-19T20:58:34.629Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-03-19T20:58:34.629Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1757) [2021-03-19T20:58:34.629Z] OSType: windows [2021-03-19T20:58:34.629Z] Architecture: x86_64 [2021-03-19T20:58:34.629Z] CPUs: 4 [2021-03-19T20:58:34.629Z] Total Memory: 32GiB [2021-03-19T20:58:34.629Z] Name: azwin-2-34d2f0 [2021-03-19T20:58:34.629Z] ID: WN5Z:FHZS:DLL2:44FT:5VQE:5IBG:D3OX:ZQY2:XHHE:F6GE:ORMY:IJ6Q [2021-03-19T20:58:34.629Z] Docker Root Dir: D:\docker [2021-03-19T20:58:34.629Z] Debug Mode: false [2021-03-19T20:58:34.629Z] Registry: https://index.docker.io/v1/ [2021-03-19T20:58:34.629Z] Labels: [2021-03-19T20:58:34.629Z] Experimental: true [2021-03-19T20:58:34.629Z] Insecure Registries: [2021-03-19T20:58:34.629Z] 10.0.0.4:5000 [2021-03-19T20:58:34.629Z] 127.0.0.0/8 [2021-03-19T20:58:34.629Z] Registry Mirrors: [2021-03-19T20:58:34.629Z] http://10.0.0.4:5000/ [2021-03-19T20:58:34.629Z] Live Restore Enabled: false [2021-03-19T20:58:34.629Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2021-03-19T20:58:34.738Z] #43 ... [2021-03-19T20:58:34.738Z] [2021-03-19T20:58:34.738Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-03-19T20:58:34.738Z] #37 sha256:c23b01cec432d08b641ec7c76f33850614935a9817a999ccc36a0e8d4bf8cd62 [2021-03-19T20:58:34.738Z] #37 10.49 [100%] Linking C executable tini-static [2021-03-19T20:58:34.738Z] #37 11.08 [100%] Built target tini-static [2021-03-19T20:58:34.738Z] #37 11.23 + mkdir -p /build [2021-03-19T20:58:34.738Z] #37 11.24 + cp tini-static /build/docker-init [2021-03-19T20:58:34.738Z] #37 DONE 12.0s [2021-03-19T20:58:34.738Z] [2021-03-19T20:58:34.738Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:34.738Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:58:34.738Z] #43 11.15 PBCC images/sk-opts.pb-c.c [2021-03-19T20:58:34.738Z] #43 11.20 PBCC images/packet-sock.pb-c.c [2021-03-19T20:58:34.738Z] #43 11.27 DEP images/sk-opts.pb-c.d [2021-03-19T20:58:34.742Z] #43 44.33 DEP compel/plugins/std/infect.d [2021-03-19T20:58:34.742Z] #43 44.47 DEP compel/plugins/std/string.d [2021-03-19T20:58:34.742Z] #43 44.53 DEP compel/plugins/std/log.d [2021-03-19T20:58:34.742Z] #43 44.60 DEP compel/plugins/std/fds.d [2021-03-19T20:58:34.759Z] #44 65.22 CC criu/arch/ppc64/sigframe.o [2021-03-19T20:58:34.759Z] #44 65.52 LINK criu/arch/ppc64/crtools.built-in.o [2021-03-19T20:58:34.759Z] #44 65.57 DEP criu/pie/util-vdso.d [2021-03-19T20:58:34.997Z] #43 11.40 DEP images/packet-sock.pb-c.d [2021-03-19T20:58:34.997Z] #43 11.50 PBCC images/sk-netlink.pb-c.c [2021-03-19T20:58:34.997Z] #43 11.61 DEP images/sk-netlink.pb-c.d [2021-03-19T20:58:35.000Z] #43 44.74 DEP compel/plugins/std/std.d [2021-03-19T20:58:35.000Z] #43 44.82 DEP compel/plugins/shmem/shmem.d [2021-03-19T20:58:35.039Z] #43 44.90 CC images/timens.o [2021-03-19T20:58:35.059Z] #44 65.76 DEP criu/pie/util.d [2021-03-19T20:58:35.059Z] #44 65.97 CC criu/pie/util.o [2021-03-19T20:58:35.136Z] #22 ... [2021-03-19T20:58:35.136Z] [2021-03-19T20:58:35.136Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:35.136Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:58:35.136Z] #43 126.2 CC criu/memfd.o [2021-03-19T20:58:35.136Z] #43 127.0 CC criu/mount.o [2021-03-19T20:58:35.136Z] #43 131.3 CC criu/namespaces.o [2021-03-19T20:58:35.136Z] #43 132.9 CC criu/net.o [2021-03-19T20:58:35.257Z] #43 ... [2021-03-19T20:58:35.258Z] [2021-03-19T20:58:35.258Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-19T20:58:35.258Z] #34 sha256:073b03b90a9a5bb1bc28094edaf3fa27be63ba388bb449ade0879fd09faccc7a [2021-03-19T20:58:35.258Z] #34 DONE 108.6s [2021-03-19T20:58:35.258Z] [2021-03-19T20:58:35.258Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:35.258Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:58:35.258Z] #43 11.84 PBCC images/sk-inet.pb-c.c [2021-03-19T20:58:35.261Z] #43 44.95 DEP compel/plugins/fds/fds.d [2021-03-19T20:58:35.261Z] #43 45.12 CC compel/plugins/std/std.o [2021-03-19T20:58:35.303Z] #43 45.21 LINK images/built-in.o [2021-03-19T20:58:35.518Z] #43 11.89 DEP images/sk-inet.pb-c.d [2021-03-19T20:58:35.518Z] #43 12.01 PBCC images/sk-unix.pb-c.c [2021-03-19T20:58:35.518Z] #43 12.03 DEP images/sk-unix.pb-c.d [2021-03-19T20:58:35.518Z] #43 12.13 PBCC images/mm.pb-c.c [2021-03-19T20:58:35.571Z] #43 45.48 GEN compel/include/asm [2021-03-19T20:58:35.571Z] #43 45.50 GEN compel/include/version.h [2021-03-19T20:58:35.571Z] #43 45.54 touch .config [2021-03-19T20:58:35.571Z] #43 45.61 GEN include/common/config.h [2021-03-19T20:58:35.708Z] #44 66.39 CC criu/pie/util-vdso.o [2021-03-19T20:58:35.778Z] #43 12.22 DEP images/mm.pb-c.d [2021-03-19T20:58:35.778Z] #43 12.29 PBCC images/timerfd.pb-c.c [2021-03-19T20:58:35.778Z] #43 12.38 DEP images/timerfd.pb-c.d [2021-03-19T20:58:35.778Z] #43 12.42 PBCC images/timer.pb-c.c [2021-03-19T20:58:35.830Z] #43 45.53 CC compel/plugins/std/fds.o [2021-03-19T20:58:35.835Z] #43 45.73 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-03-19T20:58:35.835Z] #43 45.74 GEN compel/arch/aarch64/plugins/std/syscalls/syscalls.S [2021-03-19T20:58:35.835Z] #43 45.76 DEP compel/arch/aarch64/plugins/std/syscalls/syscalls.d [2021-03-19T20:58:35.835Z] #43 45.78 DEP compel/arch/aarch64/plugins/std/parasite-head.d [2021-03-19T20:58:35.835Z] #43 45.79 DEP compel/plugins/std/infect.d [2021-03-19T20:58:36.038Z] #43 12.53 DEP images/timer.pb-c.d [2021-03-19T20:58:36.038Z] #43 12.59 PBCC images/sa.pb-c.c [2021-03-19T20:58:36.038Z] #43 12.67 DEP images/sa.pb-c.d [2021-03-19T20:58:36.089Z] #43 45.92 CC compel/plugins/std/log.o [2021-03-19T20:58:36.100Z] #43 45.90 DEP compel/plugins/std/string.d [2021-03-19T20:58:36.100Z] #43 45.96 DEP compel/plugins/std/log.d [2021-03-19T20:58:36.100Z] #43 46.01 DEP compel/plugins/std/fds.d [2021-03-19T20:58:36.100Z] #43 46.10 DEP compel/plugins/std/std.d [2021-03-19T20:58:36.139Z] #43 52.63 CC compel/src/lib/ptrace.o [2021-03-19T20:58:36.139Z] #43 ... [2021-03-19T20:58:36.139Z] [2021-03-19T20:58:36.139Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:58:36.139Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:58:36.139Z] #13 113.7 Selecting previously unselected package libapparmor1:amd64. [2021-03-19T20:58:36.139Z] #13 113.7 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-03-19T20:58:36.139Z] #13 113.7 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-03-19T20:58:36.139Z] #13 113.8 Selecting previously unselected package libapparmor-dev:amd64. [2021-03-19T20:58:36.139Z] #13 113.8 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-03-19T20:58:36.139Z] #13 113.8 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-03-19T20:58:36.139Z] #13 114.0 Selecting previously unselected package libbtrfs0. [2021-03-19T20:58:36.139Z] #13 114.0 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-03-19T20:58:36.139Z] #13 114.0 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-19T20:58:36.139Z] #13 114.1 Selecting previously unselected package libbtrfs-dev. [2021-03-19T20:58:36.139Z] #13 114.1 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-03-19T20:58:36.139Z] #13 114.1 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-19T20:58:36.139Z] #13 114.2 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-03-19T20:58:36.139Z] #13 114.2 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-03-19T20:58:36.139Z] #13 114.2 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-03-19T20:58:36.139Z] #13 114.4 Selecting previously unselected package libudev-dev:amd64. [2021-03-19T20:58:36.139Z] #13 114.4 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_amd64.deb ... [2021-03-19T20:58:36.139Z] #13 114.5 Unpacking libudev-dev:amd64 (241-7~deb10u6) ... [2021-03-19T20:58:36.298Z] #43 12.86 PBCC images/pipe-data.pb-c.c [2021-03-19T20:58:36.298Z] #43 12.91 DEP images/pipe-data.pb-c.d [2021-03-19T20:58:36.348Z] #43 ... [2021-03-19T20:58:36.348Z] [2021-03-19T20:58:36.348Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:58:36.348Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:58:36.348Z] #13 128.4 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-03-19T20:58:36.348Z] #13 128.4 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-03-19T20:58:36.348Z] #13 128.4 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-19T20:58:36.357Z] #44 67.22 AR criu/pie/pie.lib.a [2021-03-19T20:58:36.357Z] #44 67.28 DEP criu/pie/restorer.d [2021-03-19T20:58:36.364Z] #43 ... [2021-03-19T20:58:36.364Z] [2021-03-19T20:58:36.364Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-19T20:58:36.364Z] #32 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805 [2021-03-19T20:58:36.364Z] #32 DONE 122.3s [2021-03-19T20:58:36.364Z] [2021-03-19T20:58:36.364Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:36.364Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-19T20:58:36.364Z] #43 46.23 DEP compel/plugins/shmem/shmem.d [2021-03-19T20:58:36.364Z] #43 46.30 DEP compel/plugins/fds/fds.d [2021-03-19T20:58:36.364Z] #43 ... [2021-03-19T20:58:36.364Z] [2021-03-19T20:58:36.364Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:58:36.365Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-03-19T20:58:36.365Z] #13 113.8 Selecting previously unselected package libpcre32-3:arm64. [2021-03-19T20:58:36.365Z] #13 113.8 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ... [2021-03-19T20:58:36.365Z] #13 113.9 Unpacking libpcre32-3:arm64 (2:8.39-12) ... [2021-03-19T20:58:36.365Z] #13 114.2 Selecting previously unselected package libpcrecpp0v5:arm64. [2021-03-19T20:58:36.365Z] #13 114.2 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ... [2021-03-19T20:58:36.365Z] #13 114.2 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ... [2021-03-19T20:58:36.365Z] #13 114.4 Selecting previously unselected package libpcre3-dev:arm64. [2021-03-19T20:58:36.365Z] #13 114.4 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ... [2021-03-19T20:58:36.365Z] #13 114.4 Unpacking libpcre3-dev:arm64 (2:8.39-12) ... [2021-03-19T20:58:36.365Z] #13 114.9 Selecting previously unselected package libselinux1-dev:arm64. [2021-03-19T20:58:36.365Z] #13 114.9 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ... [2021-03-19T20:58:36.365Z] #13 114.9 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ... [2021-03-19T20:58:36.365Z] #13 115.2 Selecting previously unselected package libdevmapper-dev:arm64. [2021-03-19T20:58:36.365Z] #13 115.2 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ... [2021-03-19T20:58:36.365Z] #13 115.5 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ... [2021-03-19T20:58:36.365Z] #13 116.0 Selecting previously unselected package libseccomp-dev:arm64. [2021-03-19T20:58:36.365Z] #13 116.0 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_arm64.deb ... [2021-03-19T20:58:36.365Z] #13 116.0 Unpacking libseccomp-dev:arm64 (2.4.4-1~bpo10+1) ... [2021-03-19T20:58:36.365Z] #13 116.2 Selecting previously unselected package libsystemd-dev:arm64. [2021-03-19T20:58:36.365Z] #13 116.2 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_arm64.deb ... [2021-03-19T20:58:36.365Z] #13 116.2 Unpacking libsystemd-dev:arm64 (241-7~deb10u6) ... [2021-03-19T20:58:36.365Z] #13 116.7 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ... [2021-03-19T20:58:36.365Z] #13 116.8 Setting up libseccomp-dev:arm64 (2.4.4-1~bpo10+1) ... [2021-03-19T20:58:36.365Z] #13 116.8 Setting up libapparmor1:arm64 (2.13.2-10) ... [2021-03-19T20:58:36.365Z] #13 116.8 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-19T20:58:36.365Z] #13 116.9 Setting up libpcre16-3:arm64 (2:8.39-12) ... [2021-03-19T20:58:36.365Z] #13 116.9 Setting up libsepol1-dev:arm64 (2.8-1) ... [2021-03-19T20:58:36.365Z] #13 116.9 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-19T20:58:36.365Z] #13 117.0 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-19T20:58:36.365Z] #13 117.1 Setting up libpcre32-3:arm64 (2:8.39-12) ... [2021-03-19T20:58:36.365Z] #13 117.1 Setting up libudev-dev:arm64 (241-7~deb10u6) ... [2021-03-19T20:58:36.365Z] #13 117.2 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-19T20:58:36.365Z] #13 117.3 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-19T20:58:36.558Z] #43 13.01 PBCC images/mnt.pb-c.c [2021-03-19T20:58:36.558Z] #43 13.12 DEP images/mnt.pb-c.d [2021-03-19T20:58:36.558Z] #43 13.17 PBCC images/sk-packet.pb-c.c [2021-03-19T20:58:36.558Z] #43 13.24 DEP images/sk-packet.pb-c.d [2021-03-19T20:58:36.606Z] #13 ... [2021-03-19T20:58:36.607Z] [2021-03-19T20:58:36.607Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:58:36.607Z] #45 sha256:67006e49ecacf95c79a8a79ecf4742c89a06b2be4a211d790cbd334ebffd6eb6 [2021-03-19T20:58:36.607Z] #45 143.8 mime/quotedprintable [2021-03-19T20:58:36.607Z] #45 144.1 net/http/internal [2021-03-19T20:58:36.629Z] #13 117.3 Setting up libapparmor-dev:arm64 (2.13.2-10) ... [2021-03-19T20:58:36.629Z] #13 117.4 Setting up mingw-w64-common (6.0.0-3) ... [2021-03-19T20:58:36.629Z] #13 117.4 Setting up libsystemd-dev:arm64 (241-7~deb10u6) ... [2021-03-19T20:58:36.629Z] #13 117.4 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-19T20:58:36.629Z] #13 117.4 Setting up libpcre3-dev:arm64 (2:8.39-12) ... [2021-03-19T20:58:36.629Z] #13 117.4 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-19T20:58:36.629Z] #13 117.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 [2021-03-19T20:58:36.629Z] #13 117.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 [2021-03-19T20:58:36.629Z] #13 117.5 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-19T20:58:36.629Z] #13 117.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-03-19T20:58:36.818Z] #43 13.36 PBCC images/tcp-stream.pb-c.c [2021-03-19T20:58:36.818Z] #43 ... [2021-03-19T20:58:36.818Z] [2021-03-19T20:58:36.818Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:58:36.818Z] #45 sha256:545ba0c6e50551d0b617ccbb97585f12f34dc9406939c9ddce5a9da66a6b6b5f [2021-03-19T20:58:36.818Z] #45 100.2 regexp [2021-03-19T20:58:36.818Z] #45 102.3 go/token [2021-03-19T20:58:36.818Z] #45 103.6 internal/lazyregexp [2021-03-19T20:58:36.818Z] #45 103.6 go/scanner [2021-03-19T20:58:36.818Z] #45 104.0 net/url [2021-03-19T20:58:36.818Z] #45 105.2 go/ast [2021-03-19T20:58:36.818Z] #45 106.1 text/template/parse [2021-03-19T20:58:36.893Z] #13 117.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-03-19T20:58:36.893Z] #13 117.5 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-19T20:58:36.893Z] #13 117.6 Setting up libselinux1-dev:arm64 (2.8-1+b1) ... [2021-03-19T20:58:36.893Z] #13 117.6 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2021-03-19T20:58:36.893Z] #13 117.6 Setting up dmsetup (2:1.02.155-3) ... [2021-03-19T20:58:36.893Z] #13 117.6 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2021-03-19T20:58:36.893Z] #13 117.6 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ... [2021-03-19T20:58:36.893Z] #13 117.6 Processing triggers for libc-bin (2.28-10) ... [2021-03-19T20:58:37.022Z] #44 67.65 DEP criu/arch/ppc64/vdso-trampoline.d [2021-03-19T20:58:37.023Z] #44 67.68 DEP criu/arch/ppc64/restorer.d [2021-03-19T20:58:37.079Z] #45 ... [2021-03-19T20:58:37.079Z] [2021-03-19T20:58:37.079Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:58:37.079Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:58:37.079Z] #13 103.5 Selecting previously unselected package gcc-mingw-w64-base. [2021-03-19T20:58:37.079Z] #13 103.5 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-03-19T20:58:37.079Z] #13 103.5 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-19T20:58:37.079Z] #13 103.9 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-03-19T20:58:37.079Z] #13 103.9 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-03-19T20:58:37.079Z] #13 103.9 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-19T20:58:37.087Z] #13 115.7 Selecting previously unselected package libsepol1-dev:amd64. [2021-03-19T20:58:37.087Z] #13 115.7 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-03-19T20:58:37.322Z] #44 67.94 DEP criu/arch/ppc64/vdso-pie.d [2021-03-19T20:58:37.322Z] #44 68.08 DEP criu/pie/parasite-vdso.d [2021-03-19T20:58:37.348Z] #13 115.9 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-03-19T20:58:37.543Z] #45 146.0 crypto/tls [2021-03-19T20:58:37.621Z] #44 68.24 DEP criu/pie/parasite.d [2021-03-19T20:58:37.654Z] #43 135.8 CC criu/netfilter.o [2021-03-19T20:58:37.847Z] #13 DONE 118.5s [2021-03-19T20:58:37.847Z] [2021-03-19T20:58:37.847Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-19T20:58:37.847Z] #53 sha256:ee428b5540a48e78f853ece08fbfb89e8e0d0b22e0d83b3ccdf256747f286ee7 [2021-03-19T20:58:37.910Z] #43 ... [2021-03-19T20:58:37.910Z] [2021-03-19T20:58:37.910Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-19T20:58:37.910Z] #22 sha256:d3d072c7ad06c7ad2d1dcde93b5cac7ddc54c670d77b2a23cb688256d2d63a3e [2021-03-19T20:58:37.910Z] #22 10.29 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-03-19T20:58:37.921Z] #13 116.2 Selecting previously unselected package libpcre16-3:amd64. [2021-03-19T20:58:37.921Z] #44 68.58 CC criu/pie/parasite.o [2021-03-19T20:58:37.921Z] #13 116.2 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-03-19T20:58:37.921Z] #13 116.3 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-03-19T20:58:38.167Z] #22 10.40 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-03-19T20:58:38.167Z] #22 10.45 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-03-19T20:58:38.167Z] #22 10.52 Collecting pyyaml (from yamllint==1.16.0) [2021-03-19T20:58:38.182Z] #13 ... [2021-03-19T20:58:38.182Z] [2021-03-19T20:58:38.182Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-19T20:58:38.182Z] #58 sha256:0729c69654923e3184e19c6648b85cc6411016d44945b3dc5ec38c334b320422 [2021-03-19T20:58:38.182Z] #58 DONE 124.8s [2021-03-19T20:58:38.182Z] [2021-03-19T20:58:38.182Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-03-19T20:58:38.182Z] #59 sha256:949fbfbdf072be0575ce7ff17ec8165af570c090be746eb8f96ecc64633874de [2021-03-19T20:58:38.182Z] #59 DONE 0.1s [2021-03-19T20:58:38.182Z] [2021-03-19T20:58:38.182Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:58:38.182Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:58:38.182Z] #13 116.7 Selecting previously unselected package libpcre32-3:amd64. [2021-03-19T20:58:38.182Z] #13 116.7 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-03-19T20:58:38.182Z] #13 116.7 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-03-19T20:58:38.423Z] #22 10.77 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-03-19T20:58:38.444Z] #13 ... [2021-03-19T20:58:38.444Z] [2021-03-19T20:58:38.444Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-03-19T20:58:38.444Z] #60 sha256:db656e224fd8431607e0f7b7e6cf69cc7b183a4b49a83b1e90ac78173940bab8 [2021-03-19T20:58:38.444Z] #60 DONE 0.1s [2021-03-19T20:58:38.444Z] [2021-03-19T20:58:38.444Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:58:38.444Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:58:38.444Z] #13 116.9 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-03-19T20:58:38.444Z] #13 116.9 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-03-19T20:58:38.444Z] #13 116.9 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-03-19T20:58:38.444Z] #13 117.0 Selecting previously unselected package libpcre3-dev:amd64. [2021-03-19T20:58:38.444Z] #13 117.0 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-03-19T20:58:38.444Z] #13 117.0 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-03-19T20:58:38.978Z] #44 69.82 LINK criu/pie/parasite.built-in.o [2021-03-19T20:58:38.978Z] #44 69.83 GEN criu/pie/parasite-blob.h [2021-03-19T20:58:38.978Z] #44 69.88 CC criu/pie/parasite-vdso.o [2021-03-19T20:58:38.985Z] #22 11.14 Installing collected packages: pathspec, pyyaml, yamllint [2021-03-19T20:58:39.016Z] #13 117.6 Selecting previously unselected package libselinux1-dev:amd64. [2021-03-19T20:58:39.016Z] #13 117.6 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-03-19T20:58:39.016Z] #13 117.6 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-03-19T20:58:39.277Z] #13 117.9 Selecting previously unselected package libdevmapper-dev:amd64. [2021-03-19T20:58:39.277Z] #13 117.9 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-03-19T20:58:39.277Z] #13 117.9 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-03-19T20:58:39.277Z] #13 118.0 Selecting previously unselected package libseccomp-dev:amd64. [2021-03-19T20:58:39.277Z] #13 118.0 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ... [2021-03-19T20:58:39.283Z] #44 ... [2021-03-19T20:58:39.283Z] [2021-03-19T20:58:39.283Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-19T20:58:39.283Z] #54 sha256:c1c7f07318de9868729a0f45cec59339f4010eba73a63db4bfc3c27999f799bc [2021-03-19T20:58:39.283Z] #54 11.97 + cd /tmp/tmp.4urZmO7Avt/src/github.com/opencontainers/runc [2021-03-19T20:58:39.283Z] #54 11.97 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-19T20:58:39.283Z] #54 12.39 + '[' -z '' ']' [2021-03-19T20:58:39.283Z] #54 12.39 + target=static [2021-03-19T20:58:39.283Z] #54 12.39 + make 'BUILDTAGS=seccomp ' static [2021-03-19T20:58:39.283Z] #54 12.96 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o runc . [2021-03-19T20:58:39.538Z] #13 118.0 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-03-19T20:58:39.538Z] #13 118.2 Selecting previously unselected package libsystemd-dev:amd64. [2021-03-19T20:58:39.538Z] #13 118.2 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_amd64.deb ... [2021-03-19T20:58:39.538Z] #13 118.2 Unpacking libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-03-19T20:58:39.550Z] #22 11.54 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-03-19T20:58:39.584Z] #54 ... [2021-03-19T20:58:39.584Z] [2021-03-19T20:58:39.584Z] #21 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-19T20:58:39.584Z] #21 sha256:4c9d04e548c65087cec82d0a856eaa1f69a58bf085807ae56661f71481307afe [2021-03-19T20:58:39.584Z] #21 12.43 Fetched 8692 kB in 12s (729 kB/s) [2021-03-19T20:58:39.584Z] #21 12.43 Reading package lists... [2021-03-19T20:58:39.832Z] #22 DONE 12.0s [2021-03-19T20:58:39.832Z] [2021-03-19T20:58:39.832Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-03-19T20:58:39.832Z] #25 sha256:3f01a98fe84a7e501e5fc99ea41ebae6e0637c573bc718b2b69e510f297509b6 [2021-03-19T20:58:39.883Z] #21 17.00 Reading package lists... [2021-03-19T20:58:39.883Z] #21 ... [2021-03-19T20:58:39.883Z] [2021-03-19T20:58:39.883Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:39.883Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-19T20:58:39.883Z] #44 70.59 CC criu/arch/ppc64/vdso-pie.o [2021-03-19T20:58:40.098Z] #25 DONE 0.2s [2021-03-19T20:58:40.098Z] [2021-03-19T20:58:40.098Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-03-19T20:58:40.098Z] #30 sha256:82318f537892fbdec47a2ac6478211f77dc498975ee6af7a15ec2c30d6117f60 [2021-03-19T20:58:40.110Z] #13 118.7 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-03-19T20:58:40.110Z] #13 118.7 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-03-19T20:58:40.110Z] #13 118.8 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-03-19T20:58:40.110Z] #13 118.8 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-19T20:58:40.110Z] #13 118.8 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-03-19T20:58:40.371Z] #13 118.8 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-03-19T20:58:40.371Z] #13 118.8 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-19T20:58:40.371Z] #13 118.8 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-19T20:58:40.371Z] #13 118.8 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-03-19T20:58:40.371Z] #13 118.9 Setting up libudev-dev:amd64 (241-7~deb10u6) ... [2021-03-19T20:58:40.371Z] #13 118.9 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-19T20:58:40.371Z] #13 118.9 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-19T20:58:40.371Z] #13 118.9 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-03-19T20:58:40.371Z] #13 119.0 Setting up mingw-w64-common (6.0.0-3) ... [2021-03-19T20:58:40.371Z] #13 119.0 Setting up libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-03-19T20:58:40.371Z] #13 119.0 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-19T20:58:40.371Z] #13 119.0 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-03-19T20:58:40.371Z] #13 119.0 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-19T20:58:40.414Z] #53 2.627 + RM_GOPATH=0 [2021-03-19T20:58:40.414Z] #53 2.627 + TMP_GOPATH= [2021-03-19T20:58:40.414Z] #53 2.627 + : /build [2021-03-19T20:58:40.414Z] #53 2.627 + '[' -z '' ']' [2021-03-19T20:58:40.414Z] #53 2.627 ++ mktemp -d [2021-03-19T20:58:40.414Z] #53 2.638 + export GOPATH=/tmp/tmp.HS6g8TMB2w [2021-03-19T20:58:40.414Z] #53 2.638 + GOPATH=/tmp/tmp.HS6g8TMB2w [2021-03-19T20:58:40.414Z] #53 2.638 + RM_GOPATH=1 [2021-03-19T20:58:40.414Z] #53 2.638 + case "$(go env GOARCH)" in [2021-03-19T20:58:40.414Z] #53 2.638 ++ go env GOARCH [2021-03-19T20:58:40.414Z] #53 2.643 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:58:40.414Z] #53 2.643 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:58:40.414Z] #53 2.644 ++ dirname /tmp/install/install.sh [2021-03-19T20:58:40.414Z] #53 2.648 + dir=/tmp/install [2021-03-19T20:58:40.414Z] #53 2.648 + bin=runc [2021-03-19T20:58:40.414Z] #53 2.648 + shift [2021-03-19T20:58:40.414Z] #53 2.648 + '[' '!' -f /tmp/install/runc.installer ']' [2021-03-19T20:58:40.414Z] #53 2.648 + . /tmp/install/runc.installer [2021-03-19T20:58:40.414Z] #53 2.648 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-19T20:58:40.414Z] #53 2.648 + install_runc [2021-03-19T20:58:40.414Z] #53 2.660 + uname -r [2021-03-19T20:58:40.414Z] #53 2.660 + grep -q '^3\.10\.0.*\.el7\.' [2021-03-19T20:58:40.414Z] #53 2.665 + RUNC_BUILDTAGS='seccomp ' [2021-03-19T20:58:40.414Z] #53 2.666 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-03-19T20:58:40.414Z] #53 2.666 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-03-19T20:58:40.414Z] #53 2.666 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.HS6g8TMB2w/src/github.com/opencontainers/runc [2021-03-19T20:58:40.414Z] #53 2.669 Cloning into '/tmp/tmp.HS6g8TMB2w/src/github.com/opencontainers/runc'... [2021-03-19T20:58:40.530Z] #44 71.09 CC criu/arch/ppc64/restorer.o [2021-03-19T20:58:40.632Z] #13 119.0 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 [2021-03-19T20:58:40.632Z] #13 119.0 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 [2021-03-19T20:58:40.632Z] #13 119.0 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-19T20:58:40.632Z] #13 119.0 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 [2021-03-19T20:58:40.632Z] #13 119.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 [2021-03-19T20:58:40.632Z] #13 119.1 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-19T20:58:40.632Z] #13 119.1 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-03-19T20:58:40.632Z] #13 119.1 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-03-19T20:58:40.632Z] #13 119.1 Setting up dmsetup (2:1.02.155-3) ... [2021-03-19T20:58:40.632Z] #13 119.1 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-03-19T20:58:40.632Z] #13 119.1 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-03-19T20:58:40.632Z] #13 119.1 Processing triggers for libc-bin (2.28-10) ... [2021-03-19T20:58:40.829Z] #45 ... [2021-03-19T20:58:40.829Z] [2021-03-19T20:58:40.829Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:40.829Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:58:40.829Z] #43 46.73 CC compel/plugins/std/string.o [2021-03-19T20:58:40.829Z] #43 47.37 CC compel/plugins/std/infect.o [2021-03-19T20:58:40.829Z] #43 47.77 CC compel/arch/x86/plugins/std/parasite-head.o [2021-03-19T20:58:40.829Z] #43 47.84 CC compel/arch/x86/plugins/std/memcpy.o [2021-03-19T20:58:40.829Z] #43 47.88 CC compel/arch/x86/plugins/std/syscalls-64.o [2021-03-19T20:58:40.829Z] #43 47.93 AR compel/plugins/std.lib.a [2021-03-19T20:58:40.829Z] #43 48.03 CC compel/plugins/fds/fds.o [2021-03-19T20:58:40.829Z] #43 48.33 AR compel/plugins/fds.lib.a [2021-03-19T20:58:40.829Z] #43 48.40 HOSTDEP compel/src/lib/log-host.d [2021-03-19T20:58:40.829Z] #43 48.51 HOSTDEP compel/src/lib/handle-elf-host.d [2021-03-19T20:58:40.829Z] #43 48.63 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2021-03-19T20:58:40.829Z] #43 48.70 HOSTDEP compel/src/main-host.d [2021-03-19T20:58:40.829Z] #43 48.85 DEP compel/src/lib/ptrace.d [2021-03-19T20:58:40.829Z] #43 49.00 DEP compel/src/lib/infect.d [2021-03-19T20:58:40.829Z] #43 49.22 DEP compel/src/lib/infect-util.d [2021-03-19T20:58:40.829Z] #43 49.33 DEP compel/src/lib/infect-rpc.d [2021-03-19T20:58:40.829Z] #43 49.45 DEP compel/arch/x86/src/lib/infect.d [2021-03-19T20:58:40.829Z] #43 49.62 DEP compel/arch/x86/src/lib/cpu.d [2021-03-19T20:58:40.829Z] #43 49.72 DEP compel/src/lib/log.d [2021-03-19T20:58:40.829Z] #43 49.80 DEP compel/src/main.d [2021-03-19T20:58:40.829Z] #43 49.89 DEP compel/src/lib/handle-elf.d [2021-03-19T20:58:40.829Z] #43 50.03 DEP compel/arch/x86/src/lib/handle-elf.d [2021-03-19T20:58:40.829Z] #43 50.13 CC compel/src/lib/log.o [2021-03-19T20:58:40.829Z] #43 50.39 CC compel/arch/x86/src/lib/cpu.o [2021-03-19T20:58:40.830Z] #44 71.56 CC criu/arch/ppc64/vdso-trampoline.o [2021-03-19T20:58:40.830Z] #44 71.62 CC criu/pie/restorer.o [2021-03-19T20:58:41.204Z] #13 DONE 119.7s [2021-03-19T20:58:41.204Z] [2021-03-19T20:58:41.204Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-19T20:58:41.204Z] #53 sha256:3bd5c2eac1b2b906d8b49894d20dc8845bb080365ba8dd4c190582b9b76fbe72 [2021-03-19T20:58:41.398Z] #43 51.01 CC compel/arch/x86/src/lib/infect.o [2021-03-19T20:58:41.813Z] #53 ... [2021-03-19T20:58:41.813Z] [2021-03-19T20:58:41.813Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-03-19T20:58:41.813Z] #14 sha256:8a6ac16c6f60b3ddd6666e188160503c9d1e0f23b198ede20cd2b4a914d2344c [2021-03-19T20:58:41.813Z] #14 DONE 3.9s [2021-03-19T20:58:41.813Z] [2021-03-19T20:58:41.813Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:41.813Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-19T20:58:41.813Z] #43 46.45 CC compel/plugins/std/std.o [2021-03-19T20:58:41.813Z] #43 46.77 CC compel/plugins/std/fds.o [2021-03-19T20:58:41.813Z] #43 47.15 CC compel/plugins/std/log.o [2021-03-19T20:58:41.813Z] #43 47.66 CC compel/plugins/std/string.o [2021-03-19T20:58:41.813Z] #43 48.30 CC compel/plugins/std/infect.o [2021-03-19T20:58:41.813Z] #43 48.90 CC compel/arch/aarch64/plugins/std/parasite-head.o [2021-03-19T20:58:41.813Z] #43 48.98 CC compel/arch/aarch64/plugins/std/syscalls/syscalls.o [2021-03-19T20:58:41.813Z] #43 49.06 AR compel/plugins/std.lib.a [2021-03-19T20:58:41.813Z] #43 49.14 CC compel/plugins/fds/fds.o [2021-03-19T20:58:41.813Z] #43 49.46 AR compel/plugins/fds.lib.a [2021-03-19T20:58:41.813Z] #43 49.56 HOSTDEP compel/src/lib/log-host.d [2021-03-19T20:58:41.813Z] #43 49.66 HOSTDEP compel/src/lib/handle-elf-host.d [2021-03-19T20:58:41.813Z] #43 49.74 HOSTDEP compel/arch/aarch64/src/lib/handle-elf-host.d [2021-03-19T20:58:41.813Z] #43 49.81 HOSTDEP compel/src/main-host.d [2021-03-19T20:58:41.813Z] #43 49.98 DEP compel/src/lib/ptrace.d [2021-03-19T20:58:41.813Z] #43 50.17 DEP compel/src/lib/infect.d [2021-03-19T20:58:41.813Z] #43 50.26 DEP compel/src/lib/infect-util.d [2021-03-19T20:58:41.813Z] #43 50.36 DEP compel/src/lib/infect-rpc.d [2021-03-19T20:58:41.813Z] #43 50.45 DEP compel/arch/aarch64/src/lib/infect.d [2021-03-19T20:58:41.813Z] #43 50.51 DEP compel/arch/aarch64/src/lib/cpu.d [2021-03-19T20:58:41.813Z] #43 50.54 DEP compel/src/lib/log.d [2021-03-19T20:58:41.813Z] #43 50.60 DEP compel/src/main.d [2021-03-19T20:58:41.813Z] #43 50.66 DEP compel/src/lib/handle-elf.d [2021-03-19T20:58:41.813Z] #43 50.72 DEP compel/arch/aarch64/src/lib/handle-elf.d [2021-03-19T20:58:41.813Z] #43 50.86 CC compel/src/lib/log.o [2021-03-19T20:58:41.813Z] #43 51.06 CC compel/arch/aarch64/src/lib/cpu.o [2021-03-19T20:58:41.813Z] #43 51.38 CC compel/arch/aarch64/src/lib/infect.o [2021-03-19T20:58:41.993Z] #43 51.79 CC compel/src/lib/infect-rpc.o [2021-03-19T20:58:42.077Z] #43 51.85 CC compel/src/lib/infect-rpc.o [2021-03-19T20:58:42.342Z] #43 52.32 CC compel/src/lib/infect-util.o [2021-03-19T20:58:42.407Z] #13 ... [2021-03-19T20:58:42.407Z] [2021-03-19T20:58:42.407Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:42.407Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:58:42.407Z] #43 13.53 DEP images/tcp-stream.pb-c.d [2021-03-19T20:58:42.407Z] #43 13.62 PBCC images/pipe.pb-c.c [2021-03-19T20:58:42.407Z] #43 13.76 DEP images/pipe.pb-c.d [2021-03-19T20:58:42.407Z] #43 13.89 PBCC images/pstree.pb-c.c [2021-03-19T20:58:42.407Z] #43 13.95 DEP images/pstree.pb-c.d [2021-03-19T20:58:42.407Z] #43 14.06 PBCC images/fs.pb-c.c [2021-03-19T20:58:42.407Z] #43 14.08 DEP images/fs.pb-c.d [2021-03-19T20:58:42.407Z] #43 14.12 PBCC images/signalfd.pb-c.c [2021-03-19T20:58:42.407Z] #43 14.16 DEP images/signalfd.pb-c.d [2021-03-19T20:58:42.407Z] #43 14.21 PBCC images/fh.pb-c.c [2021-03-19T20:58:42.407Z] #43 14.29 PBCC images/fsnotify.pb-c.c [2021-03-19T20:58:42.407Z] #43 14.35 DEP images/fh.pb-c.d [2021-03-19T20:58:42.407Z] #43 14.41 DEP images/fsnotify.pb-c.d [2021-03-19T20:58:42.407Z] #43 14.47 PBCC images/eventpoll.pb-c.c [2021-03-19T20:58:42.407Z] #43 14.49 DEP images/eventpoll.pb-c.d [2021-03-19T20:58:42.407Z] #43 14.55 PBCC images/eventfd.pb-c.c [2021-03-19T20:58:42.407Z] #43 14.57 DEP images/eventfd.pb-c.d [2021-03-19T20:58:42.407Z] #43 14.60 PBCC images/remap-file-path.pb-c.c [2021-03-19T20:58:42.407Z] #43 14.64 DEP images/remap-file-path.pb-c.d [2021-03-19T20:58:42.407Z] #43 14.68 PBCC images/fifo.pb-c.c [2021-03-19T20:58:42.407Z] #43 14.71 DEP images/fifo.pb-c.d [2021-03-19T20:58:42.407Z] #43 14.75 PBCC images/ghost-file.pb-c.c [2021-03-19T20:58:42.407Z] #43 14.80 DEP images/ghost-file.pb-c.d [2021-03-19T20:58:42.407Z] #43 14.85 PBCC images/regfile.pb-c.c [2021-03-19T20:58:42.407Z] #43 14.94 DEP images/regfile.pb-c.d [2021-03-19T20:58:42.407Z] #43 14.99 PBCC images/ns.pb-c.c [2021-03-19T20:58:42.407Z] #43 14.99 DEP images/ns.pb-c.d [2021-03-19T20:58:42.407Z] #43 15.05 PBCC images/fdinfo.pb-c.c [2021-03-19T20:58:42.407Z] #43 15.16 DEP images/fdinfo.pb-c.d [2021-03-19T20:58:42.407Z] #43 15.34 PBCC images/core-aarch64.pb-c.c [2021-03-19T20:58:42.407Z] #43 15.38 PBCC images/core-arm.pb-c.c [2021-03-19T20:58:42.407Z] #43 15.43 PBCC images/core-ppc64.pb-c.c [2021-03-19T20:58:42.407Z] #43 15.52 PBCC images/core-s390.pb-c.c [2021-03-19T20:58:42.407Z] #43 15.56 PBCC images/core-x86.pb-c.c [2021-03-19T20:58:42.407Z] #43 15.62 PBCC images/core.pb-c.c [2021-03-19T20:58:42.407Z] #43 15.69 PBCC images/inventory.pb-c.c [2021-03-19T20:58:42.407Z] #43 15.79 DEP images/core-aarch64.pb-c.d [2021-03-19T20:58:42.407Z] #43 15.81 DEP images/core-arm.pb-c.d [2021-03-19T20:58:42.407Z] #43 15.83 DEP images/core-ppc64.pb-c.d [2021-03-19T20:58:42.407Z] #43 15.90 DEP images/core-s390.pb-c.d [2021-03-19T20:58:42.407Z] #43 15.95 DEP images/core-x86.pb-c.d [2021-03-19T20:58:42.407Z] #43 15.98 DEP images/core.pb-c.d [2021-03-19T20:58:42.407Z] #43 16.03 DEP images/inventory.pb-c.d [2021-03-19T20:58:42.407Z] #43 16.08 PBCC images/cpuinfo.pb-c.c [2021-03-19T20:58:42.407Z] #43 16.09 DEP images/cpuinfo.pb-c.d [2021-03-19T20:58:42.407Z] #43 16.12 PBCC images/stats.pb-c.c [2021-03-19T20:58:42.407Z] #43 16.16 DEP images/stats.pb-c.d [2021-03-19T20:58:42.407Z] #43 17.69 make[1]: Nothing to be done for 'all'. [2021-03-19T20:58:42.560Z] #43 52.14 CC compel/src/lib/infect-util.o [2021-03-19T20:58:42.560Z] #43 ... [2021-03-19T20:58:42.560Z] [2021-03-19T20:58:42.560Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-19T20:58:42.560Z] #58 sha256:939316376b23adf6f54d5792d37b5d17c3d9e83bb892fbad150c0f51e7c729b6 [2021-03-19T20:58:42.560Z] #58 150.8 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-19T20:58:42.560Z] #58 150.8 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-03-19T20:58:42.668Z] #43 19.14 CC images/stats.o [2021-03-19T20:58:42.921Z] #43 52.63 CC compel/src/lib/infect.o [2021-03-19T20:58:42.946Z] #44 ... [2021-03-19T20:58:42.946Z] [2021-03-19T20:58:42.946Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:58:42.946Z] #46 sha256:01cdc391c2a635773473112dcab908b7b7dfe0e9cca8ea606d862f15501446b8 [2021-03-19T20:58:42.946Z] #46 132.8 vendor/golang.org/x/net/idna [2021-03-19T20:58:42.946Z] #46 132.9 github.com/LK4D4/vndr/build [2021-03-19T20:58:42.946Z] #46 140.5 mime [2021-03-19T20:58:42.946Z] #46 ... [2021-03-19T20:58:42.946Z] [2021-03-19T20:58:42.946Z] #21 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-19T20:58:42.946Z] #21 sha256:4c9d04e548c65087cec82d0a856eaa1f69a58bf085807ae56661f71481307afe [2021-03-19T20:58:42.946Z] #21 17.00 Reading package lists... [2021-03-19T20:58:42.946Z] #21 21.84 Building dependency tree... [2021-03-19T20:58:43.238Z] #43 19.53 CC images/core.o [2021-03-19T20:58:43.597Z] #21 23.57 libcap2-bin is already the newest version (1:2.25-2). [2021-03-19T20:58:43.597Z] #21 23.57 The following additional packages will be installed: [2021-03-19T20:58:43.597Z] #21 23.58 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-03-19T20:58:43.597Z] #21 23.58 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-03-19T20:58:43.597Z] #21 23.58 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-03-19T20:58:43.597Z] #21 23.58 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-03-19T20:58:43.597Z] #21 23.58 python3.7 python3.7-minimal vim-runtime xxd [2021-03-19T20:58:43.597Z] #21 23.58 Suggested packages: [2021-03-19T20:58:43.597Z] #21 23.58 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-03-19T20:58:43.597Z] #21 23.58 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-03-19T20:58:43.597Z] #21 23.58 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-03-19T20:58:43.597Z] #21 23.58 Recommended packages: [2021-03-19T20:58:43.597Z] #21 23.58 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-03-19T20:58:43.597Z] #21 23.58 python3-keyrings.alt python3-xdg unzip [2021-03-19T20:58:43.807Z] #53 ... [2021-03-19T20:58:43.807Z] [2021-03-19T20:58:43.807Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:58:43.807Z] #45 sha256:9df4444049aad817e1475f1ac1fdf7e8274ee4a1b46c939a92dae5960035473a [2021-03-19T20:58:43.807Z] #45 120.1 net/http/httptrace [2021-03-19T20:58:43.807Z] #45 120.4 net/http [2021-03-19T20:58:43.807Z] #45 ... [2021-03-19T20:58:43.807Z] [2021-03-19T20:58:43.807Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:43.807Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:58:43.807Z] #43 53.07 AR compel/libcompel.a [2021-03-19T20:58:43.807Z] #43 53.15 HOSTCC compel/src/main-host.o [2021-03-19T20:58:43.807Z] #43 53.51 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2021-03-19T20:58:43.807Z] #43 53.66 HOSTCC compel/src/lib/handle-elf-host.o [2021-03-19T20:58:43.807Z] #43 54.10 HOSTCC compel/src/lib/log-host.o [2021-03-19T20:58:43.807Z] #43 54.25 HOSTLINK compel/compel-host-bin [2021-03-19T20:58:43.807Z] #43 54.38 DEP soccr/soccr.d [2021-03-19T20:58:43.807Z] #43 54.59 CC soccr/soccr.o [2021-03-19T20:58:43.807Z] #43 55.93 AR soccr/libsoccr.a [2021-03-19T20:58:43.807Z] #43 56.01 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-19T20:58:43.807Z] #43 56.41 DEP criu/arch/x86/sigframe.d [2021-03-19T20:58:43.807Z] #43 56.45 DEP criu/arch/x86/sigaction_compat.d [2021-03-19T20:58:43.807Z] #43 56.55 DEP criu/arch/x86/kerndat.d [2021-03-19T20:58:43.807Z] #43 56.75 DEP criu/arch/x86/crtools.d [2021-03-19T20:58:43.807Z] #43 56.92 DEP criu/arch/x86/cpu.d [2021-03-19T20:58:43.807Z] #43 57.08 CC criu/arch/x86/cpu.o [2021-03-19T20:58:43.807Z] #43 57.82 CC criu/arch/x86/crtools.o [2021-03-19T20:58:43.807Z] #43 59.15 CC criu/arch/x86/kerndat.o [2021-03-19T20:58:43.807Z] #43 59.79 CC criu/arch/x86/sigaction_compat.o [2021-03-19T20:58:43.807Z] #43 59.96 CC criu/arch/x86/sigframe.o [2021-03-19T20:58:43.807Z] #43 60.19 LINK criu/arch/x86/crtools.built-in.o [2021-03-19T20:58:43.807Z] #43 60.23 DEP criu/pie/util-vdso-elf32.d [2021-03-19T20:58:43.807Z] #43 60.37 DEP criu/pie/util-vdso.d [2021-03-19T20:58:43.807Z] #43 60.52 DEP criu/pie/util.d [2021-03-19T20:58:43.807Z] #43 60.73 CC criu/pie/util.o [2021-03-19T20:58:43.809Z] #43 20.26 CC images/core-x86.o [2021-03-19T20:58:44.070Z] #43 ... [2021-03-19T20:58:44.070Z] [2021-03-19T20:58:44.070Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:58:44.070Z] #51 sha256:d3025d275999e85c12bbf3de02d4702a09ac5a355658f8267cdd1b415e4d63bd [2021-03-19T20:58:44.070Z] #51 107.3 github.com/pkg/diff [2021-03-19T20:58:44.070Z] #51 107.8 go/ast [2021-03-19T20:58:44.070Z] #51 109.5 golang.org/x/crypto/ssh/terminal [2021-03-19T20:58:44.070Z] #51 111.6 mvdan.cc/editorconfig [2021-03-19T20:58:44.070Z] #51 112.8 mvdan.cc/sh/v3/fileutil [2021-03-19T20:58:44.070Z] #51 113.1 mvdan.cc/sh/v3/syntax [2021-03-19T20:58:44.070Z] #51 ... [2021-03-19T20:58:44.070Z] [2021-03-19T20:58:44.070Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:58:44.070Z] #45 sha256:545ba0c6e50551d0b617ccbb97585f12f34dc9406939c9ddce5a9da66a6b6b5f [2021-03-19T20:58:44.070Z] #45 111.1 text/template [2021-03-19T20:58:44.070Z] #45 111.6 go/parser [2021-03-19T20:58:44.070Z] #45 115.2 encoding/xml [2021-03-19T20:58:44.070Z] #45 116.1 go/doc [2021-03-19T20:58:44.320Z] #43 ... [2021-03-19T20:58:44.320Z] [2021-03-19T20:58:44.320Z] #15 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-03-19T20:58:44.320Z] #15 sha256:daa9f6e8adf5b429e62d5ff15da3779572527060f146ba0a193beaf894564a3f [2021-03-19T20:58:44.320Z] #15 DONE 2.5s [2021-03-19T20:58:44.320Z] [2021-03-19T20:58:44.320Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-03-19T20:58:44.320Z] #16 sha256:65e089c5b1d7082ef58fefc5a2c440b5b720136eae7084c036f4b9a2be3fd5b1 [2021-03-19T20:58:44.330Z] #45 ... [2021-03-19T20:58:44.330Z] [2021-03-19T20:58:44.330Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:44.330Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:58:44.330Z] #43 20.88 CC images/core-arm.o [2021-03-19T20:58:44.379Z] #43 61.00 CC criu/pie/util-vdso.o [2021-03-19T20:58:44.590Z] #43 21.25 CC images/core-aarch64.o [2021-03-19T20:58:44.950Z] #43 61.64 CC criu/pie/util-vdso-elf32.o [2021-03-19T20:58:45.161Z] #43 21.63 CC images/core-ppc64.o [2021-03-19T20:58:45.211Z] #43 ... [2021-03-19T20:58:45.211Z] [2021-03-19T20:58:45.211Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:58:45.211Z] #45 sha256:9df4444049aad817e1475f1ac1fdf7e8274ee4a1b46c939a92dae5960035473a [2021-03-19T20:58:45.211Z] #45 131.8 github.com/LK4D4/vndr/godl [2021-03-19T20:58:45.392Z] #30 DONE 4.6s [2021-03-19T20:58:45.392Z] [2021-03-19T20:58:45.392Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-03-19T20:58:45.392Z] #33 sha256:7c2a0ad9d310c41a2de5727f002e65eddce19db2ea91d1c706e711611bb0ad5a [2021-03-19T20:58:45.392Z] #33 DONE 0.6s [2021-03-19T20:58:45.392Z] [2021-03-19T20:58:45.392Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:45.392Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:58:45.392Z] #43 136.2 CC criu/page-pipe.o [2021-03-19T20:58:45.392Z] #43 136.9 CC criu/page-xfer.o [2021-03-19T20:58:45.392Z] #43 139.0 CC criu/pagemap-cache.o [2021-03-19T20:58:45.392Z] #43 139.3 CC criu/pagemap.o [2021-03-19T20:58:45.393Z] #43 140.3 CC criu/parasite-syscall.o [2021-03-19T20:58:45.393Z] #43 141.1 CC criu/path.o [2021-03-19T20:58:45.393Z] #43 141.4 CC criu/pie-util-vdso-elf32.o [2021-03-19T20:58:45.393Z] #43 141.9 CC criu/pie-util-vdso.o [2021-03-19T20:58:45.393Z] #43 142.3 CC criu/pie-util.o [2021-03-19T20:58:45.393Z] #43 142.5 CC criu/pipes.o [2021-03-19T20:58:45.393Z] #43 ... [2021-03-19T20:58:45.393Z] [2021-03-19T20:58:45.393Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-03-19T20:58:45.393Z] #35 sha256:1dd01ca8d37e2308f6505c276085e9e2bb0a45b83bb129f24ba1d6c2482daf0c [2021-03-19T20:58:45.393Z] #35 DONE 0.1s [2021-03-19T20:58:45.393Z] [2021-03-19T20:58:45.393Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:45.393Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:58:45.393Z] #43 143.3 CC criu/plugin.o [2021-03-19T20:58:45.393Z] #43 ... [2021-03-19T20:58:45.393Z] [2021-03-19T20:58:45.393Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-03-19T20:58:45.393Z] #38 sha256:9649657d176709dde48ffb25643ba89d87a8f0dc9afa18812e1a32b70f54c8d0 [2021-03-19T20:58:45.393Z] #38 DONE 0.1s [2021-03-19T20:58:45.393Z] [2021-03-19T20:58:45.393Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-19T20:58:45.393Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-19T20:58:45.648Z] #40 ... [2021-03-19T20:58:45.648Z] [2021-03-19T20:58:45.648Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:45.648Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:58:45.648Z] #43 143.8 CC criu/proc_parse.o [2021-03-19T20:58:45.701Z] #21 25.70 The following NEW packages will be installed: [2021-03-19T20:58:45.701Z] #21 25.71 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-03-19T20:58:45.701Z] #21 25.71 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-03-19T20:58:45.701Z] #21 25.71 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-03-19T20:58:45.701Z] #21 25.71 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-03-19T20:58:45.701Z] #21 25.71 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-03-19T20:58:45.701Z] #21 25.71 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-03-19T20:58:45.701Z] #21 25.71 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-03-19T20:58:45.701Z] #21 25.71 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-03-19T20:58:45.701Z] #21 25.71 xz-utils zip [2021-03-19T20:58:45.726Z] #16 1.434 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-03-19T20:58:45.731Z] #43 22.17 CC images/core-s390.o [2021-03-19T20:58:45.782Z] #45 132.5 github.com/LK4D4/vndr [2021-03-19T20:58:46.003Z] #21 25.85 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded. [2021-03-19T20:58:46.003Z] #21 25.85 Need to get 29.2 MB of archives. [2021-03-19T20:58:46.003Z] #21 25.85 After this operation, 134 MB of additional disk space will be used. [2021-03-19T20:58:46.003Z] #21 25.85 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el pigz ppc64el 2.4-1 [53.3 kB] [2021-03-19T20:58:46.003Z] #21 25.88 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-minimal ppc64el 3.7.3-2+deb10u2 [593 kB] [2021-03-19T20:58:46.003Z] #21 25.95 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7-minimal ppc64el 3.7.3-2+deb10u2 [2023 kB] [2021-03-19T20:58:46.302Z] #43 22.87 CC images/cpuinfo.o [2021-03-19T20:58:46.304Z] #21 26.10 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-minimal ppc64el 3.7.3-1 [36.6 kB] [2021-03-19T20:58:46.304Z] #21 26.11 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libmpdec2 ppc64el 2.4.2-2 [84.6 kB] [2021-03-19T20:58:46.304Z] #21 26.12 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-stdlib ppc64el 3.7.3-2+deb10u2 [1794 kB] [2021-03-19T20:58:46.304Z] #21 26.24 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7 ppc64el 3.7.3-2+deb10u2 [330 kB] [2021-03-19T20:58:46.304Z] #21 26.25 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3-stdlib ppc64el 3.7.3-1 [20.0 kB] [2021-03-19T20:58:46.304Z] #21 26.26 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3 ppc64el 3.7.3-1 [61.5 kB] [2021-03-19T20:58:46.304Z] #21 26.26 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip4tc0 ppc64el 1.8.2-4 [73.3 kB] [2021-03-19T20:58:46.304Z] #21 26.27 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip6tc0 ppc64el 1.8.2-4 [73.7 kB] [2021-03-19T20:58:46.304Z] #21 26.27 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libiptc0 ppc64el 1.8.2-4 [59.8 kB] [2021-03-19T20:58:46.304Z] #21 26.27 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnfnetlink0 ppc64el 1.0.1-3+b1 [12.8 kB] [2021-03-19T20:58:46.304Z] #21 26.28 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.7-1 [38.8 kB] [2021-03-19T20:58:46.304Z] #21 26.28 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnftnl11 ppc64el 1.1.2-2 [61.5 kB] [2021-03-19T20:58:46.304Z] #21 26.29 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el iptables ppc64el 1.8.2-4 [437 kB] [2021-03-19T20:58:46.304Z] #21 26.31 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2021-03-19T20:58:46.304Z] #21 26.32 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2021-03-19T20:58:46.304Z] #21 26.33 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bash-completion all 1:2.8-6 [208 kB] [2021-03-19T20:58:46.304Z] #21 26.35 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bzip2 ppc64el 1.0.6-9.2~deb10u1 [49.7 kB] [2021-03-19T20:58:46.355Z] #45 ... [2021-03-19T20:58:46.355Z] [2021-03-19T20:58:46.355Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-03-19T20:58:46.355Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815 [2021-03-19T20:58:46.355Z] #14 DONE 5.1s [2021-03-19T20:58:46.355Z] [2021-03-19T20:58:46.355Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-19T20:58:46.355Z] #53 sha256:3bd5c2eac1b2b906d8b49894d20dc8845bb080365ba8dd4c190582b9b76fbe72 [2021-03-19T20:58:46.355Z] #53 5.217 + RM_GOPATH=0 [2021-03-19T20:58:46.355Z] #53 5.217 + TMP_GOPATH= [2021-03-19T20:58:46.355Z] #53 5.217 + : /build [2021-03-19T20:58:46.355Z] #53 5.217 + '[' -z '' ']' [2021-03-19T20:58:46.355Z] #53 5.217 ++ mktemp -d [2021-03-19T20:58:46.355Z] #53 5.217 + export GOPATH=/tmp/tmp.bqHTFajPlq [2021-03-19T20:58:46.355Z] #53 5.217 + GOPATH=/tmp/tmp.bqHTFajPlq [2021-03-19T20:58:46.355Z] #53 5.217 + RM_GOPATH=1 [2021-03-19T20:58:46.355Z] #53 5.217 + case "$(go env GOARCH)" in [2021-03-19T20:58:46.355Z] #53 5.217 ++ go env GOARCH [2021-03-19T20:58:46.355Z] #53 5.217 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:58:46.355Z] #53 5.217 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:58:46.355Z] #53 5.217 ++ dirname /tmp/install/install.sh [2021-03-19T20:58:46.355Z] #53 5.217 + dir=/tmp/install [2021-03-19T20:58:46.355Z] #53 5.217 + bin=runc [2021-03-19T20:58:46.355Z] #53 5.217 + shift [2021-03-19T20:58:46.355Z] #53 5.217 + '[' '!' -f /tmp/install/runc.installer ']' [2021-03-19T20:58:46.355Z] #53 5.217 + . /tmp/install/runc.installer [2021-03-19T20:58:46.355Z] #53 5.217 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-19T20:58:46.355Z] #53 5.217 + install_runc [2021-03-19T20:58:46.355Z] #53 5.217 + grep -q '^3\.10\.0.*\.el7\.' [2021-03-19T20:58:46.355Z] #53 5.217 + uname -r [2021-03-19T20:58:46.355Z] #53 5.217 + RUNC_BUILDTAGS='seccomp ' [2021-03-19T20:58:46.355Z] #53 5.217 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-03-19T20:58:46.355Z] #53 5.217 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.bqHTFajPlq/src/github.com/opencontainers/runc [2021-03-19T20:58:46.355Z] #53 5.217 Cloning into '/tmp/tmp.bqHTFajPlq/src/github.com/opencontainers/runc'... [2021-03-19T20:58:46.355Z] #53 5.217 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-03-19T20:58:46.608Z] #21 26.35 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xz-utils ppc64el 5.2.4-1 [186 kB] [2021-03-19T20:58:46.608Z] #21 26.37 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el apparmor ppc64el 2.13.2-10 [584 kB] [2021-03-19T20:58:46.608Z] #21 26.40 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el aufs-tools ppc64el 1:4.14+20190211-1 [107 kB] [2021-03-19T20:58:46.608Z] #21 26.41 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2021-03-19T20:58:46.608Z] #21 26.45 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2021-03-19T20:58:46.608Z] #21 26.46 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2021-03-19T20:58:46.608Z] #21 26.48 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libaio1 ppc64el 0.3.112-3 [11.6 kB] [2021-03-19T20:58:46.608Z] #21 26.49 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libgpm2 ppc64el 1.20.7-5 [35.4 kB] [2021-03-19T20:58:46.608Z] #21 26.49 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2021-03-19T20:58:46.679Z] #16 DONE 2.3s [2021-03-19T20:58:46.679Z] [2021-03-19T20:58:46.679Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-19T20:58:46.679Z] #53 sha256:ee428b5540a48e78f853ece08fbfb89e8e0d0b22e0d83b3ccdf256747f286ee7 [2021-03-19T20:58:46.679Z] #53 8.501 + cd /tmp/tmp.HS6g8TMB2w/src/github.com/opencontainers/runc [2021-03-19T20:58:46.679Z] #53 8.501 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-19T20:58:46.679Z] #53 8.589 + '[' -z '' ']' [2021-03-19T20:58:46.679Z] #53 8.590 + target=static [2021-03-19T20:58:46.679Z] #53 8.590 + make 'BUILDTAGS=seccomp ' static [2021-03-19T20:58:46.872Z] #43 23.27 CC images/inventory.o [2021-03-19T20:58:46.913Z] #21 27.01 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2021-03-19T20:58:46.913Z] #21 27.01 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2021-03-19T20:58:46.913Z] #21 27.02 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2021-03-19T20:58:46.944Z] #53 9.068 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o runc . [2021-03-19T20:58:47.132Z] #43 23.59 CC images/fdinfo.o [2021-03-19T20:58:47.217Z] #21 27.03 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b13 [129 kB] [2021-03-19T20:58:47.217Z] #21 27.05 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el net-tools ppc64el 1.60+git20180626.aebd88e-1 [265 kB] [2021-03-19T20:58:47.217Z] #21 27.08 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pip-whl all 18.1-5 [1591 kB] [2021-03-19T20:58:47.217Z] #21 27.19 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-03-19T20:58:47.217Z] #21 27.19 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-distutils all 3.7.3-1 [142 kB] [2021-03-19T20:58:47.217Z] #21 27.21 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pip all 18.1-5 [171 kB] [2021-03-19T20:58:47.217Z] #21 27.22 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pkg-resources all 40.8.0-1 [153 kB] [2021-03-19T20:58:47.217Z] #21 27.23 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-setuptools all 40.8.0-1 [306 kB] [2021-03-19T20:58:47.217Z] #21 27.24 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-wheel all 0.32.3-2 [19.4 kB] [2021-03-19T20:58:47.217Z] #21 27.24 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el sudo ppc64el 1.8.27-1+deb10u3 [1230 kB] [2021-03-19T20:58:47.392Z] #43 23.96 CC images/fown.o [2021-03-19T20:58:47.538Z] #21 27.33 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el thin-provisioning-tools ppc64el 0.7.6-2.1 [350 kB] [2021-03-19T20:58:47.538Z] #21 27.36 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el uidmap ppc64el 1:4.5-1.1 [261 kB] [2021-03-19T20:58:47.538Z] #21 27.38 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-03-19T20:58:47.653Z] #43 24.26 CC images/ns.o [2021-03-19T20:58:47.829Z] #58 ... [2021-03-19T20:58:47.829Z] [2021-03-19T20:58:47.830Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:58:47.830Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:58:47.830Z] #13 143.7 Selecting previously unselected package libapparmor1:amd64. [2021-03-19T20:58:47.830Z] #13 143.7 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-03-19T20:58:47.830Z] #13 143.8 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-03-19T20:58:47.830Z] #13 143.9 Selecting previously unselected package libapparmor-dev:amd64. [2021-03-19T20:58:47.830Z] #13 143.9 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-03-19T20:58:47.830Z] #13 143.9 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-03-19T20:58:47.830Z] #13 144.1 Selecting previously unselected package libbtrfs0. [2021-03-19T20:58:47.830Z] #13 144.1 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-03-19T20:58:47.830Z] #13 144.1 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-19T20:58:47.830Z] #13 144.2 Selecting previously unselected package libbtrfs-dev. [2021-03-19T20:58:47.830Z] #13 144.2 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-03-19T20:58:47.830Z] #13 144.2 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-19T20:58:47.830Z] #13 144.3 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-03-19T20:58:47.830Z] #13 144.3 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-03-19T20:58:47.830Z] #13 144.4 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-03-19T20:58:47.830Z] #13 144.5 Selecting previously unselected package libudev-dev:amd64. [2021-03-19T20:58:47.830Z] #13 144.5 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_amd64.deb ... [2021-03-19T20:58:47.830Z] #13 144.5 Unpacking libudev-dev:amd64 (241-7~deb10u6) ... [2021-03-19T20:58:47.830Z] #13 144.7 Selecting previously unselected package libsepol1-dev:amd64. [2021-03-19T20:58:47.830Z] #13 144.7 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-03-19T20:58:47.830Z] #13 144.7 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-03-19T20:58:47.830Z] #13 145.0 Selecting previously unselected package libpcre16-3:amd64. [2021-03-19T20:58:47.830Z] #13 145.0 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-03-19T20:58:47.830Z] #13 145.0 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-03-19T20:58:47.830Z] #13 145.2 Selecting previously unselected package libpcre32-3:amd64. [2021-03-19T20:58:47.830Z] #13 145.2 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-03-19T20:58:47.830Z] #13 145.2 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-03-19T20:58:47.830Z] #13 145.4 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-03-19T20:58:47.830Z] #13 145.4 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-03-19T20:58:47.830Z] #13 145.4 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-03-19T20:58:47.830Z] #13 145.5 Selecting previously unselected package libpcre3-dev:amd64. [2021-03-19T20:58:47.830Z] #13 145.5 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-03-19T20:58:47.830Z] #13 145.6 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-03-19T20:58:47.830Z] #13 145.9 Selecting previously unselected package libselinux1-dev:amd64. [2021-03-19T20:58:47.830Z] #13 145.9 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-03-19T20:58:47.830Z] #13 146.0 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-03-19T20:58:47.830Z] #13 146.2 Selecting previously unselected package libdevmapper-dev:amd64. [2021-03-19T20:58:47.830Z] #13 146.2 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-03-19T20:58:47.830Z] #13 146.2 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-03-19T20:58:47.830Z] #13 146.3 Selecting previously unselected package libseccomp-dev:amd64. [2021-03-19T20:58:47.830Z] #13 146.3 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ... [2021-03-19T20:58:47.830Z] #13 146.3 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-03-19T20:58:47.830Z] #13 146.5 Selecting previously unselected package libsystemd-dev:amd64. [2021-03-19T20:58:47.830Z] #13 146.5 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_amd64.deb ... [2021-03-19T20:58:47.830Z] #13 146.5 Unpacking libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-03-19T20:58:47.830Z] #13 147.0 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-03-19T20:58:47.830Z] #13 147.0 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-03-19T20:58:47.830Z] #13 147.0 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-03-19T20:58:47.830Z] #13 147.0 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-19T20:58:47.830Z] #13 147.1 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-03-19T20:58:47.830Z] #13 147.1 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-03-19T20:58:47.830Z] #13 147.1 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-19T20:58:47.830Z] #13 147.1 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-19T20:58:47.830Z] #13 147.1 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-03-19T20:58:47.830Z] #13 147.1 Setting up libudev-dev:amd64 (241-7~deb10u6) ... [2021-03-19T20:58:47.830Z] #13 147.2 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-19T20:58:47.830Z] #13 147.2 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-19T20:58:47.830Z] #13 147.2 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-03-19T20:58:47.830Z] #13 147.2 Setting up mingw-w64-common (6.0.0-3) ... [2021-03-19T20:58:47.830Z] #13 147.2 Setting up libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-03-19T20:58:47.830Z] #13 147.2 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-19T20:58:47.830Z] #13 147.2 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-03-19T20:58:47.830Z] #13 147.3 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-19T20:58:47.830Z] #13 147.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-03-19T20:58:47.830Z] #13 147.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-03-19T20:58:47.830Z] #13 147.3 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-19T20:58:47.830Z] #13 147.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-03-19T20:58:47.830Z] #13 147.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-03-19T20:58:47.830Z] #13 147.3 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-19T20:58:47.830Z] #13 147.3 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-03-19T20:58:47.830Z] #13 147.3 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-03-19T20:58:47.830Z] #13 147.4 Setting up dmsetup (2:1.02.155-3) ... [2021-03-19T20:58:47.830Z] #13 147.4 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-03-19T20:58:47.830Z] #13 147.4 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-03-19T20:58:47.830Z] #13 147.4 Processing triggers for libc-bin (2.28-10) ... [2021-03-19T20:58:47.830Z] #13 DONE 149.7s [2021-03-19T20:58:47.830Z] [2021-03-19T20:58:47.830Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:47.830Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:58:47.830Z] #43 52.33 CC compel/src/lib/infect.o [2021-03-19T20:58:47.830Z] #43 54.67 CC compel/src/lib/ptrace.o [2021-03-19T20:58:47.830Z] #43 55.03 AR compel/libcompel.a [2021-03-19T20:58:47.830Z] #43 55.10 HOSTCC compel/src/main-host.o [2021-03-19T20:58:47.830Z] #43 55.33 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2021-03-19T20:58:47.830Z] #43 55.52 HOSTCC compel/src/lib/handle-elf-host.o [2021-03-19T20:58:47.830Z] #43 55.87 HOSTCC compel/src/lib/log-host.o [2021-03-19T20:58:47.830Z] #43 56.08 HOSTLINK compel/compel-host-bin [2021-03-19T20:58:47.830Z] #43 56.22 DEP soccr/soccr.d [2021-03-19T20:58:47.830Z] #43 56.42 CC soccr/soccr.o [2021-03-19T20:58:47.830Z] #43 57.64 AR soccr/libsoccr.a [2021-03-19T20:58:47.843Z] #21 27.75 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim ppc64el 2:8.1.0875-5 [1346 kB] [2021-03-19T20:58:47.843Z] #21 27.84 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xfsprogs ppc64el 4.20.0-1 [961 kB] [2021-03-19T20:58:47.913Z] #43 24.46 CC images/regfile.o [2021-03-19T20:58:48.093Z] #43 57.81 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-19T20:58:48.140Z] #21 27.91 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2021-03-19T20:58:48.173Z] #43 24.69 CC images/ghost-file.o [2021-03-19T20:58:48.352Z] #43 58.25 DEP criu/arch/x86/sigframe.d [2021-03-19T20:58:48.433Z] #43 24.99 CC images/fifo.o [2021-03-19T20:58:48.665Z] #43 58.44 DEP criu/arch/x86/sigaction_compat.d [2021-03-19T20:58:48.694Z] #43 25.20 CC images/remap-file-path.o [2021-03-19T20:58:48.915Z] #43 146.5 CC criu/protobuf-desc.o [2021-03-19T20:58:48.915Z] #43 ... [2021-03-19T20:58:48.915Z] [2021-03-19T20:58:48.915Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-19T20:58:48.915Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-19T20:58:48.915Z] #40 DONE 243.4s [2021-03-19T20:58:48.915Z] [2021-03-19T20:58:48.915Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-19T20:58:48.915Z] #53 sha256:9747ed5e62466bd4d07d77971062005203107a2c4dd5875ac98d2f7dcec14045 [2021-03-19T20:58:48.947Z] #43 58.57 DEP criu/arch/x86/kerndat.d [2021-03-19T20:58:48.954Z] #43 25.44 CC images/eventfd.o [2021-03-19T20:58:49.194Z] #21 29.02 debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:58:49.194Z] #21 29.27 Fetched 29.2 MB in 2s (13.8 MB/s) [2021-03-19T20:58:49.213Z] #43 58.89 DEP criu/arch/x86/crtools.d [2021-03-19T20:58:49.213Z] #43 59.05 DEP criu/arch/x86/cpu.d [2021-03-19T20:58:49.214Z] #43 25.71 CC images/eventpoll.o [2021-03-19T20:58:49.475Z] #43 25.98 CC images/fh.o [2021-03-19T20:58:49.476Z] #43 ... [2021-03-19T20:58:49.476Z] [2021-03-19T20:58:49.476Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-03-19T20:58:49.476Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815 [2021-03-19T20:58:49.476Z] #14 DONE 1.8s [2021-03-19T20:58:49.476Z] [2021-03-19T20:58:49.476Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-19T20:58:49.476Z] #53 sha256:dd32b881411b5546fe4c7c35911eb3e1cffa096f048f5f4351a71ad9f71b8ecb [2021-03-19T20:58:49.476Z] #53 1.718 + RM_GOPATH=0 [2021-03-19T20:58:49.476Z] #53 1.718 + TMP_GOPATH= [2021-03-19T20:58:49.476Z] #53 1.718 + : /build [2021-03-19T20:58:49.476Z] #53 1.718 + '[' -z '' ']' [2021-03-19T20:58:49.476Z] #53 1.721 ++ mktemp -d [2021-03-19T20:58:49.476Z] #53 1.727 + export GOPATH=/tmp/tmp.UDTARplltI [2021-03-19T20:58:49.476Z] #53 1.727 + GOPATH=/tmp/tmp.UDTARplltI [2021-03-19T20:58:49.476Z] #53 1.727 + RM_GOPATH=1 [2021-03-19T20:58:49.476Z] #53 1.727 + case "$(go env GOARCH)" in [2021-03-19T20:58:49.476Z] #53 1.727 ++ go env GOARCH [2021-03-19T20:58:49.476Z] #53 1.750 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:58:49.476Z] #53 1.777 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:58:49.476Z] #53 1.781 ++ dirname /tmp/install/install.sh [2021-03-19T20:58:49.476Z] #53 1.786 + dir=/tmp/install [2021-03-19T20:58:49.476Z] #53 1.788 + bin=runc [2021-03-19T20:58:49.476Z] #53 1.788 + shift [2021-03-19T20:58:49.476Z] #53 1.789 + '[' '!' -f /tmp/install/runc.installer ']' [2021-03-19T20:58:49.476Z] #53 1.789 + . /tmp/install/runc.installer [2021-03-19T20:58:49.476Z] #53 1.789 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-19T20:58:49.476Z] #53 1.790 + install_runc [2021-03-19T20:58:49.476Z] #53 1.793 + grep -q '^3\.10\.0.*\.el7\.' [2021-03-19T20:58:49.476Z] #53 1.796 + uname -r [2021-03-19T20:58:49.476Z] #53 1.805 + RUNC_BUILDTAGS='seccomp ' [2021-03-19T20:58:49.476Z] #53 1.805 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-03-19T20:58:49.476Z] #53 1.805 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-03-19T20:58:49.476Z] #53 1.806 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.UDTARplltI/src/github.com/opencontainers/runc [2021-03-19T20:58:49.476Z] #53 1.836 Cloning into '/tmp/tmp.UDTARplltI/src/github.com/opencontainers/runc'... [2021-03-19T20:58:49.492Z] #21 29.36 Selecting previously unselected package pigz. [2021-03-19T20:58:49.492Z] #21 29.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 ... 23363 files and directories currently installed.) [2021-03-19T20:58:49.492Z] #21 29.46 Preparing to unpack .../pigz_2.4-1_ppc64el.deb ... [2021-03-19T20:58:49.492Z] #21 29.47 Unpacking pigz (2.4-1) ... [2021-03-19T20:58:49.513Z] #53 ... [2021-03-19T20:58:49.513Z] [2021-03-19T20:58:49.513Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-03-19T20:58:49.513Z] #17 sha256:8adba43626e6c2ad9c104858cdfccc193309ce46f8df97e23fb1104bc3eb1997 [2021-03-19T20:58:49.513Z] #17 DONE 2.7s [2021-03-19T20:58:49.513Z] [2021-03-19T20:58:49.513Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-03-19T20:58:49.513Z] #24 sha256:80cc1fdc566f46f825380aeedf630642335c0b510b8fdfdc36a8f868e7ce53ed [2021-03-19T20:58:49.655Z] #53 ... [2021-03-19T20:58:49.655Z] [2021-03-19T20:58:49.655Z] #15 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-03-19T20:58:49.655Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-03-19T20:58:49.655Z] #15 DONE 3.1s [2021-03-19T20:58:49.655Z] [2021-03-19T20:58:49.655Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-03-19T20:58:49.655Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac [2021-03-19T20:58:49.735Z] #43 26.25 CC images/fsnotify.o [2021-03-19T20:58:49.790Z] #21 29.59 Selecting previously unselected package libpython3.7-minimal:ppc64el. [2021-03-19T20:58:49.790Z] #21 29.61 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ... [2021-03-19T20:58:49.790Z] #21 29.62 Unpacking libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ... [2021-03-19T20:58:49.841Z] #53 ... [2021-03-19T20:58:49.841Z] [2021-03-19T20:58:49.841Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:49.841Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:58:49.841Z] #43 148.0 CC criu/protobuf.o [2021-03-19T20:58:50.088Z] #21 30.16 Selecting previously unselected package python3.7-minimal. [2021-03-19T20:58:50.088Z] #21 30.16 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ... [2021-03-19T20:58:50.088Z] #21 30.17 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2021-03-19T20:58:50.305Z] #43 ... [2021-03-19T20:58:50.305Z] [2021-03-19T20:58:50.305Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-19T20:58:50.305Z] #56 sha256:1291ef4f0b46fc9bee736c915837afd8c514f69f73c1d73d39a7ccf3212c68df [2021-03-19T20:58:50.305Z] #56 54.80 Checking out files: 56% (2159/3820) Checking out files: 57% (2178/3820) Checking out files: 58% (2216/3820) Checking out files: 59% (2254/3820) Checking out files: 60% (2292/3820) Checking out files: 61% (2331/3820) Checking out files: 62% (2369/3820) Checking out files: 63% (2407/3820) Checking out files: 64% (2445/3820) Checking out files: 65% (2483/3820) Checking out files: 66% (2522/3820) Checking out files: 67% (2560/3820) Checking out files: 68% (2598/3820) Checking out files: 69% (2636/3820) Checking out files: 70% (2674/3820) Checking out files: 71% (2713/3820) Checking out files: 72% (2751/3820) Checking out files: 73% (2789/3820) Checking out files: 74% (2827/3820) Checking out files: 75% (2865/3820) Checking out files: 76% (2904/3820) Checking out files: 77% (2942/3820) Checking out files: 78% (2980/3820) Checking out files: 79% (3018/3820) Checking out files: 80% (3056/3820) Checking out files: 81% (3095/3820) Checking out files: 82% (3133/3820) Checking out files: 83% (3171/3820) Checking out files: 84% (3209/3820) Checking out files: 85% (3247/3820) Checking out files: 86% (3286/3820) Checking out files: 87% (3324/3820) Checking out files: 88% (3362/3820) Checking out files: 89% (3400/3820) Checking out files: 90% (3438/3820) Checking out files: 91% (3477/3820) Checking out files: 92% (3515/3820) Checking out files: 92% (3528/3820) Checking out files: 93% (3553/3820) Checking out files: 94% (3591/3820) Checking out files: 95% (3629/3820) Checking out files: 96% (3668/3820) Checking out files: 97% (3706/3820) Checking out files: 98% (3744/3820) Checking out files: 99% (3782/3820) Checking out files: 100% (3820/3820) Checking out files: 100% (3820/3820), done. [2021-03-19T20:58:50.305Z] #56 56.10 + cd /tmp/tmp.WPrPS07zmO/src/github.com/containerd/containerd [2021-03-19T20:58:50.305Z] #56 56.10 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-19T20:58:50.305Z] #56 57.67 + export 'BUILDTAGS=netgo osusergo static_build' [2021-03-19T20:58:50.305Z] #56 57.67 + BUILDTAGS='netgo osusergo static_build' [2021-03-19T20:58:50.305Z] #56 57.67 + export EXTRA_FLAGS=-buildmode=pie [2021-03-19T20:58:50.305Z] #56 57.67 + EXTRA_FLAGS=-buildmode=pie [2021-03-19T20:58:50.305Z] #56 57.67 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-03-19T20:58:50.305Z] #56 57.67 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-03-19T20:58:50.305Z] #56 57.67 + '[' '' = dynamic ']' [2021-03-19T20:58:50.305Z] #56 57.67 + make [2021-03-19T20:58:50.401Z] #43 148.3 CC criu/pstree.o [2021-03-19T20:58:50.837Z] #24 133.8 Checking out files: 21% (2377/11202) Checking out files: 22% (2465/11202) Checking out files: 23% (2577/11202) Checking out files: 24% (2689/11202) Checking out files: 25% (2801/11202) Checking out files: 26% (2913/11202) Checking out files: 27% (3025/11202) Checking out files: 28% (3137/11202) Checking out files: 29% (3249/11202) Checking out files: 30% (3361/11202) Checking out files: 31% (3473/11202) Checking out files: 32% (3585/11202) Checking out files: 33% (3697/11202) Checking out files: 34% (3809/11202) Checking out files: 35% (3921/11202) Checking out files: 36% (4033/11202) Checking out files: 37% (4145/11202) Checking out files: 38% (4257/11202) Checking out files: 39% (4369/11202) Checking out files: 40% (4481/11202) Checking out files: 41% (4593/11202) Checking out files: 42% (4705/11202) Checking out files: 42% (4765/11202) Checking out files: 43% (4817/11202) Checking out files: 44% (4929/11202) Checking out files: 45% (5041/11202) Checking out files: 46% (5153/11202) Checking out files: 47% (5265/11202) Checking out files: 48% (5377/11202) Checking out files: 49% (5489/11202) Checking out files: 50% (5601/11202) Checking out files: 51% (5714/11202) Checking out files: 52% (5826/11202) Checking out files: 53% (5938/11202) Checking out files: 54% (6050/11202) Checking out files: 55% (6162/11202) Checking out files: 56% (6274/11202) Checking out files: 57% (6386/11202) Checking out files: 58% (6498/11202) Checking out files: 59% (6610/11202) Checking out files: 60% (6722/11202) Checking out files: 61% (6834/11202) Checking out files: 62% (6946/11202) Checking out files: 63% (7058/11202) Checking out files: 64% (7170/11202) Checking out files: 65% (7282/11202) Checking out files: 66% (7394/11202) Checking out files: 67% (7506/11202) Checking out files: 68% (7618/11202) Checking out files: 69% (7730/11202) Checking out files: 69% (7758/11202) Checking out files: 70% (7842/11202) Checking out files: 71% (7954/11202) Checking out files: 72% (8066/11202) Checking out files: 73% (8178/11202) Checking out files: 74% (8290/11202) Checking out files: 75% (8402/11202) Checking out files: 76% (8514/11202) Checking out files: 77% (8626/11202) Checking out files: 78% (8738/11202) Checking out files: 79% (8850/11202) Checking out files: 80% (8962/11202) Checking out files: 81% (9074/11202) Checking out files: 82% (9186/11202) Checking out files: 83% (9298/11202) Checking out files: 84% (9410/11202) Checking out files: 85% (9522/11202) Checking out files: 86% (9634/11202) Checking out files: 87% (9746/11202) Checking out files: 88% (9858/11202) Checking out files: 89% (9970/11202) Checking out files: 90% (10082/11202) Checking out files: 91% (10194/11202) Checking out files: 92% (10306/11202) Checking out files: 93% (10418/11202) Checking out files: 94% (10530/11202) Checking out files: 95% (10642/11202) Checking out files: 95% (10675/11202) Checking out files: 96% (10754/11202) Checking out files: 97% (10866/11202) Checking out files: 98% (10978/11202) Checking out files: 99% (11090/11202) Checking out files: 100% (11202/11202) Checking out files: 100% (11202/11202), done. [2021-03-19T20:58:50.837Z] #24 137.2 + cd /tmp/tmp.cse5q4UeHA/tmp/docker-ce [2021-03-19T20:58:50.837Z] #24 137.2 + git checkout -q v17.06.2-ce [2021-03-19T20:58:50.854Z] #53 ... [2021-03-19T20:58:50.854Z] [2021-03-19T20:58:50.854Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-19T20:58:50.854Z] #58 sha256:939316376b23adf6f54d5792d37b5d17c3d9e83bb892fbad150c0f51e7c729b6 [2021-03-19T20:58:50.854Z] #58 DONE 159.1s [2021-03-19T20:58:50.854Z] [2021-03-19T20:58:50.854Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-03-19T20:58:50.854Z] #59 sha256:8a57df5de670d8a27c62a4abba76eab387d9da92b0f42ce2fdd0e118b20e2da6 [2021-03-19T20:58:50.854Z] #59 DONE 0.1s [2021-03-19T20:58:50.854Z] [2021-03-19T20:58:50.854Z] #15 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-03-19T20:58:50.854Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-03-19T20:58:50.854Z] #15 DONE 1.4s [2021-03-19T20:58:50.854Z] [2021-03-19T20:58:50.854Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-03-19T20:58:50.854Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac [2021-03-19T20:58:51.113Z] #16 ... [2021-03-19T20:58:51.113Z] [2021-03-19T20:58:51.113Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-03-19T20:58:51.113Z] #60 sha256:423f0e5dd1646e853b5a7cbe01c48c9f85682c074df42569e4c664ccfbb673df [2021-03-19T20:58:51.113Z] #60 DONE 0.2s [2021-03-19T20:58:51.113Z] [2021-03-19T20:58:51.113Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:51.113Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:58:51.113Z] #43 59.27 CC criu/arch/x86/cpu.o [2021-03-19T20:58:51.113Z] #43 60.25 CC criu/arch/x86/crtools.o [2021-03-19T20:58:51.327Z] #43 ... [2021-03-19T20:58:51.327Z] [2021-03-19T20:58:51.327Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-03-19T20:58:51.327Z] #41 sha256:af71d4dd400e46f522f6e0072782f9d74e9ec6ef3f23af60505a7b9374530055 [2021-03-19T20:58:51.327Z] #41 DONE 0.9s [2021-03-19T20:58:51.327Z] [2021-03-19T20:58:51.327Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:51.327Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:58:51.327Z] #43 149.3 CC criu/rbtree.o [2021-03-19T20:58:51.582Z] #43 149.5 CC criu/rst-malloc.o [2021-03-19T20:58:51.625Z] #21 31.34 Setting up libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ... [2021-03-19T20:58:51.625Z] #21 31.35 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2021-03-19T20:58:51.687Z] #56 58.95 + bin/ctr [2021-03-19T20:58:51.792Z] #24 ... [2021-03-19T20:58:51.792Z] [2021-03-19T20:58:51.792Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-03-19T20:58:51.792Z] #18 sha256:3cacc04a1189660550b8cc885d68df049614571821b02a63bff579b9e9bd4f22 [2021-03-19T20:58:51.792Z] #18 DONE 2.6s [2021-03-19T20:58:51.792Z] [2021-03-19T20:58:51.792Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-03-19T20:58:51.792Z] #19 sha256:4c1fddb96b703d3806ef5aae6835a85678c055f769b5f99c9926d604e1adf9d6 [2021-03-19T20:58:51.838Z] #43 149.8 CC criu/seccomp.o [2021-03-19T20:58:52.196Z] #16 2.425 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-03-19T20:58:52.196Z] #16 DONE 2.7s [2021-03-19T20:58:52.196Z] [2021-03-19T20:58:52.197Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:52.197Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:58:52.197Z] #43 62.31 AR criu/pie/pie.lib.a [2021-03-19T20:58:52.197Z] #43 62.38 DEP criu/pie/restorer.d [2021-03-19T20:58:52.197Z] #43 62.58 DEP criu/arch/x86/sigaction_compat_pie.d [2021-03-19T20:58:52.197Z] #43 62.72 DEP criu/arch/x86/restorer_unmap.d [2021-03-19T20:58:52.197Z] #43 62.74 DEP criu/arch/x86/restorer.d [2021-03-19T20:58:52.197Z] #43 62.97 DEP criu/arch/x86/vdso-pie.d [2021-03-19T20:58:52.197Z] #43 63.06 DEP criu/pie/parasite-vdso.d [2021-03-19T20:58:52.197Z] #43 63.29 DEP criu/pie/parasite.d [2021-03-19T20:58:52.197Z] #43 63.55 CC criu/pie/parasite.o [2021-03-19T20:58:52.197Z] #43 64.95 LINK criu/pie/parasite.built-in.o [2021-03-19T20:58:52.197Z] #43 64.98 GEN criu/pie/parasite-blob.h [2021-03-19T20:58:52.197Z] #43 64.99 CC criu/pie/parasite-vdso.o [2021-03-19T20:58:52.197Z] #43 65.77 CC criu/arch/x86/vdso-pie.o [2021-03-19T20:58:52.197Z] #43 66.09 CC criu/arch/x86/restorer.o [2021-03-19T20:58:52.197Z] #43 66.63 CC criu/arch/x86/restorer_unmap.o [2021-03-19T20:58:52.197Z] #43 66.71 CC criu/arch/x86/sigaction_compat_pie.o [2021-03-19T20:58:52.197Z] #43 67.03 CC criu/pie/restorer.o [2021-03-19T20:58:52.399Z] #43 150.3 CC criu/seize.o [2021-03-19T20:58:52.491Z] #43 ... [2021-03-19T20:58:52.491Z] [2021-03-19T20:58:52.491Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-03-19T20:58:52.491Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac [2021-03-19T20:58:52.491Z] #16 1.189 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-03-19T20:58:52.491Z] #16 DONE 1.4s [2021-03-19T20:58:52.491Z] [2021-03-19T20:58:52.491Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-03-19T20:58:52.491Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea [2021-03-19T20:58:52.537Z] ok github.com/docker/docker/cmd/dockerd 0.049s coverage: 29.1% of statements [2021-03-19T20:58:52.537Z] ok github.com/docker/docker/container 0.112s coverage: 34.7% of statements [2021-03-19T20:58:52.537Z] ? github.com/docker/docker/container/stream [no test files] [2021-03-19T20:58:52.537Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-03-19T20:58:52.537Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-03-19T20:58:52.537Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-03-19T20:58:53.072Z] #56 ... [2021-03-19T20:58:53.072Z] [2021-03-19T20:58:53.072Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-19T20:58:53.072Z] #51 sha256:d3025d275999e85c12bbf3de02d4702a09ac5a355658f8267cdd1b415e4d63bd [2021-03-19T20:58:53.072Z] #51 119.4 mvdan.cc/sh/v3/cmd/shfmt [2021-03-19T20:58:53.072Z] #51 DONE 126.2s [2021-03-19T20:58:53.072Z] [2021-03-19T20:58:53.072Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:53.072Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:58:53.072Z] #43 26.82 CC images/signalfd.o [2021-03-19T20:58:53.072Z] #43 26.99 CC images/fs.o [2021-03-19T20:58:53.072Z] #43 27.18 CC images/pstree.o [2021-03-19T20:58:53.072Z] #43 27.35 CC images/pipe.o [2021-03-19T20:58:53.072Z] #43 27.57 CC images/tcp-stream.o [2021-03-19T20:58:53.072Z] #43 27.85 CC images/sk-packet.o [2021-03-19T20:58:53.072Z] #43 28.15 CC images/mnt.o [2021-03-19T20:58:53.072Z] #43 28.44 CC images/pipe-data.o [2021-03-19T20:58:53.072Z] #43 28.63 CC images/sa.o [2021-03-19T20:58:53.072Z] #43 28.85 CC images/timer.o [2021-03-19T20:58:53.072Z] #43 29.13 CC images/timerfd.o [2021-03-19T20:58:53.072Z] #43 29.36 CC images/mm.o [2021-03-19T20:58:53.167Z] #21 ... [2021-03-19T20:58:53.167Z] [2021-03-19T20:58:53.167Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:58:53.167Z] #46 sha256:01cdc391c2a635773473112dcab908b7b7dfe0e9cca8ea606d862f15501446b8 [2021-03-19T20:58:53.167Z] #46 143.2 net/http/internal [2021-03-19T20:58:53.167Z] #46 148.0 vendor/golang.org/x/net/http/httpproxy [2021-03-19T20:58:53.167Z] #46 148.0 net/textproto [2021-03-19T20:58:53.167Z] #46 148.1 crypto/x509 [2021-03-19T20:58:53.167Z] #46 149.8 vendor/golang.org/x/net/http/httpguts [2021-03-19T20:58:53.167Z] #46 149.8 mime/multipart [2021-03-19T20:58:53.167Z] #46 153.3 crypto/tls [2021-03-19T20:58:53.167Z] #46 ... [2021-03-19T20:58:53.167Z] [2021-03-19T20:58:53.167Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:53.167Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-19T20:58:53.167Z] #44 75.33 LINK criu/pie/restorer.built-in.o [2021-03-19T20:58:53.167Z] #44 75.34 GEN criu/pie/restorer-blob.h [2021-03-19T20:58:53.167Z] #44 75.45 DEP criu/vdso.d [2021-03-19T20:58:53.167Z] #44 75.72 DEP criu/uts_ns.d [2021-03-19T20:58:53.167Z] #44 75.94 DEP criu/util.d [2021-03-19T20:58:53.167Z] #44 76.26 DEP criu/uffd.d [2021-03-19T20:58:53.167Z] #44 76.49 DEP criu/tun.d [2021-03-19T20:58:53.167Z] #44 76.71 DEP criu/tty.d [2021-03-19T20:58:53.167Z] #44 76.92 DEP criu/timerfd.d [2021-03-19T20:58:53.167Z] #44 77.21 DEP criu/timens.d [2021-03-19T20:58:53.167Z] #44 77.49 DEP criu/sysfs_parse.d [2021-03-19T20:58:53.167Z] #44 77.73 DEP criu/sysctl.d [2021-03-19T20:58:53.167Z] #44 77.98 DEP criu/string.d [2021-03-19T20:58:53.167Z] #44 78.03 DEP criu/stats.d [2021-03-19T20:58:53.167Z] #44 78.20 DEP criu/sockets.d [2021-03-19T20:58:53.167Z] #44 78.51 DEP criu/sk-unix.d [2021-03-19T20:58:53.167Z] #44 78.96 DEP criu/sk-tcp.d [2021-03-19T20:58:53.167Z] #44 79.25 DEP criu/sk-queue.d [2021-03-19T20:58:53.167Z] #44 79.41 DEP criu/sk-packet.d [2021-03-19T20:58:53.167Z] #44 79.65 DEP criu/sk-netlink.d [2021-03-19T20:58:53.167Z] #44 79.92 DEP criu/sk-inet.d [2021-03-19T20:58:53.167Z] #44 80.21 DEP criu/signalfd.d [2021-03-19T20:58:53.167Z] #44 80.38 DEP criu/sigframe.d [2021-03-19T20:58:53.167Z] #44 80.53 DEP criu/shmem.d [2021-03-19T20:58:53.167Z] #44 80.68 DEP criu/servicefd.d [2021-03-19T20:58:53.167Z] #44 80.85 DEP criu/seize.d [2021-03-19T20:58:53.167Z] #44 81.05 DEP criu/seccomp.d [2021-03-19T20:58:53.167Z] #44 81.32 DEP criu/rst-malloc.d [2021-03-19T20:58:53.167Z] #44 81.40 DEP criu/rbtree.d [2021-03-19T20:58:53.167Z] #44 81.43 DEP criu/pstree.d [2021-03-19T20:58:53.167Z] #44 81.61 DEP criu/protobuf.d [2021-03-19T20:58:53.167Z] #44 81.84 GEN criu/protobuf-desc-gen.h [2021-03-19T20:58:53.326Z] #43 151.0 CC criu/servicefd.o [2021-03-19T20:58:53.326Z] #43 151.4 CC criu/shmem.o [2021-03-19T20:58:53.467Z] #44 84.22 DEP criu/protobuf-desc.d [2021-03-19T20:58:53.577Z] #43 70.24 LINK criu/pie/restorer.built-in.o [2021-03-19T20:58:53.577Z] #43 70.26 GEN criu/pie/restorer-blob.h [2021-03-19T20:58:53.577Z] #43 70.35 DEP criu/vdso.d [2021-03-19T20:58:53.577Z] #43 70.60 DEP criu/vdso-compat.d [2021-03-19T20:58:53.642Z] #43 29.91 CC images/sk-opts.o [2021-03-19T20:58:53.642Z] #43 30.32 CC images/sk-unix.o [2021-03-19T20:58:53.773Z] #44 84.46 DEP criu/proc_parse.d [2021-03-19T20:58:53.871Z] #17 DONE 1.5s [2021-03-19T20:58:53.871Z] [2021-03-19T20:58:53.871Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:53.871Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:58:53.871Z] #43 62.57 CC criu/arch/x86/kerndat.o [2021-03-19T20:58:53.871Z] #43 63.50 CC criu/arch/x86/sigaction_compat.o [2021-03-19T20:58:54.070Z] #44 84.77 DEP criu/plugin.d [2021-03-19T20:58:54.070Z] #44 84.97 DEP criu/pipes.d [2021-03-19T20:58:54.146Z] #43 70.76 DEP criu/uts_ns.d [2021-03-19T20:58:54.146Z] #43 70.96 DEP criu/util.d [2021-03-19T20:58:54.212Z] #43 30.65 CC images/sk-inet.o [2021-03-19T20:58:54.254Z] #43 152.1 CC criu/sigframe.o [2021-03-19T20:58:54.254Z] #43 152.3 CC criu/signalfd.o [2021-03-19T20:58:54.368Z] #44 85.18 DEP criu/pie-util.d [2021-03-19T20:58:54.368Z] #44 ... [2021-03-19T20:58:54.368Z] [2021-03-19T20:58:54.368Z] #21 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-19T20:58:54.368Z] #21 sha256:4c9d04e548c65087cec82d0a856eaa1f69a58bf085807ae56661f71481307afe [2021-03-19T20:58:54.368Z] #21 34.39 Selecting previously unselected package python3-minimal. [2021-03-19T20:58:54.406Z] #43 71.22 DEP criu/uffd.d [2021-03-19T20:58:54.440Z] #43 64.01 CC criu/arch/x86/sigframe.o [2021-03-19T20:58:54.440Z] #43 ... [2021-03-19T20:58:54.440Z] [2021-03-19T20:58:54.441Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:58:54.441Z] #45 sha256:67006e49ecacf95c79a8a79ecf4742c89a06b2be4a211d790cbd334ebffd6eb6 [2021-03-19T20:58:54.441Z] #45 152.6 net/http/httptrace [2021-03-19T20:58:54.441Z] #45 152.9 net/http [2021-03-19T20:58:54.441Z] #45 ... [2021-03-19T20:58:54.441Z] [2021-03-19T20:58:54.441Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:54.441Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:58:54.441Z] #43 64.23 LINK criu/arch/x86/crtools.built-in.o [2021-03-19T20:58:54.441Z] #43 64.30 DEP criu/pie/util-vdso-elf32.d [2021-03-19T20:58:54.472Z] #43 30.95 CC images/tun.o [2021-03-19T20:58:54.510Z] #43 152.6 CC criu/sk-inet.o [2021-03-19T20:58:54.668Z] #43 71.43 DEP criu/tun.d [2021-03-19T20:58:54.668Z] #43 71.59 DEP criu/tty.d [2021-03-19T20:58:54.668Z] #43 ... [2021-03-19T20:58:54.668Z] [2021-03-19T20:58:54.668Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-19T20:58:54.668Z] #53 sha256:3bd5c2eac1b2b906d8b49894d20dc8845bb080365ba8dd4c190582b9b76fbe72 [2021-03-19T20:58:54.668Z] #53 13.52 + cd /tmp/tmp.bqHTFajPlq/src/github.com/opencontainers/runc [2021-03-19T20:58:54.668Z] #53 13.52 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-19T20:58:54.669Z] #21 34.39 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23612 files and directories currently installed.) [2021-03-19T20:58:54.669Z] #21 34.49 Preparing to unpack .../python3-minimal_3.7.3-1_ppc64el.deb ... [2021-03-19T20:58:54.669Z] #21 34.50 Unpacking python3-minimal (3.7.3-1) ... [2021-03-19T20:58:54.669Z] #21 34.57 Selecting previously unselected package libmpdec2:ppc64el. [2021-03-19T20:58:54.669Z] #21 34.57 Preparing to unpack .../libmpdec2_2.4.2-2_ppc64el.deb ... [2021-03-19T20:58:54.669Z] #21 34.58 Unpacking libmpdec2:ppc64el (2.4.2-2) ... [2021-03-19T20:58:54.669Z] #21 34.68 Selecting previously unselected package libpython3.7-stdlib:ppc64el. [2021-03-19T20:58:54.669Z] #21 34.69 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_ppc64el.deb ... [2021-03-19T20:58:54.669Z] #21 34.69 Unpacking libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ... [2021-03-19T20:58:54.699Z] #43 ... [2021-03-19T20:58:54.699Z] [2021-03-19T20:58:54.699Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-03-19T20:58:54.699Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6 [2021-03-19T20:58:54.699Z] #18 DONE 1.1s [2021-03-19T20:58:54.699Z] [2021-03-19T20:58:54.699Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:54.699Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:58:54.699Z] #43 64.55 DEP criu/pie/util-vdso.d [2021-03-19T20:58:54.733Z] #43 31.17 CC images/sk-netlink.o [2021-03-19T20:58:54.929Z] #53 ... [2021-03-19T20:58:54.929Z] [2021-03-19T20:58:54.929Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-03-19T20:58:54.929Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea [2021-03-19T20:58:54.929Z] #17 DONE 2.9s [2021-03-19T20:58:54.929Z] [2021-03-19T20:58:54.929Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:54.929Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:58:54.929Z] #43 71.73 DEP criu/timerfd.d [2021-03-19T20:58:54.929Z] #43 71.94 DEP criu/timens.d [2021-03-19T20:58:54.969Z] #21 ... [2021-03-19T20:58:54.969Z] [2021-03-19T20:58:54.969Z] #59 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-19T20:58:54.969Z] #59 sha256:f70128a5ccad575f94a98ddbe0086434969b1a79b94f50efdd288e46d31c1189 [2021-03-19T20:58:54.969Z] #59 145.4 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-19T20:58:54.969Z] #59 145.4 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-03-19T20:58:54.969Z] #59 DONE 155.0s [2021-03-19T20:58:54.969Z] [2021-03-19T20:58:54.969Z] #60 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-03-19T20:58:54.969Z] #60 sha256:5838fccb4f58093dc7a3112822fc0e7d3a09212275ceb43ee3c1f123040acb3f [2021-03-19T20:58:54.993Z] #43 31.43 CC images/packet-sock.o [2021-03-19T20:58:55.123Z] #19 ... [2021-03-19T20:58:55.123Z] [2021-03-19T20:58:55.123Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:55.123Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-19T20:58:55.123Z] #43 54.88 CC compel/src/lib/ptrace.o [2021-03-19T20:58:55.123Z] #43 55.41 AR compel/libcompel.a [2021-03-19T20:58:55.123Z] #43 55.52 HOSTCC compel/src/main-host.o [2021-03-19T20:58:55.123Z] #43 55.84 HOSTCC compel/arch/aarch64/src/lib/handle-elf-host.o [2021-03-19T20:58:55.123Z] #43 56.00 HOSTCC compel/src/lib/handle-elf-host.o [2021-03-19T20:58:55.123Z] #43 56.28 HOSTCC compel/src/lib/log-host.o [2021-03-19T20:58:55.123Z] #43 56.45 HOSTLINK compel/compel-host-bin [2021-03-19T20:58:55.123Z] #43 56.77 DEP soccr/soccr.d [2021-03-19T20:58:55.123Z] #43 57.07 CC soccr/soccr.o [2021-03-19T20:58:55.123Z] #43 58.30 AR soccr/libsoccr.a [2021-03-19T20:58:55.123Z] #43 58.36 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-19T20:58:55.123Z] #43 58.80 DEP criu/arch/aarch64/sigframe.d [2021-03-19T20:58:55.123Z] #43 58.88 DEP criu/arch/aarch64/crtools.d [2021-03-19T20:58:55.123Z] #43 59.02 DEP criu/arch/aarch64/cpu.d [2021-03-19T20:58:55.123Z] #43 59.06 DEP criu/arch/aarch64/bitops.d [2021-03-19T20:58:55.123Z] #43 59.13 CC criu/arch/aarch64/bitops.o [2021-03-19T20:58:55.123Z] #43 59.21 CC criu/arch/aarch64/cpu.o [2021-03-19T20:58:55.123Z] #43 59.34 CC criu/arch/aarch64/crtools.o [2021-03-19T20:58:55.123Z] #43 60.27 CC criu/arch/aarch64/sigframe.o [2021-03-19T20:58:55.123Z] #43 60.52 LINK criu/arch/aarch64/crtools.built-in.o [2021-03-19T20:58:55.123Z] #43 60.56 DEP criu/pie/util-vdso.d [2021-03-19T20:58:55.123Z] #43 60.71 DEP criu/pie/util.d [2021-03-19T20:58:55.123Z] #43 60.95 CC criu/pie/util.o [2021-03-19T20:58:55.123Z] #43 61.37 CC criu/pie/util-vdso.o [2021-03-19T20:58:55.123Z] #43 62.02 AR criu/pie/pie.lib.a [2021-03-19T20:58:55.123Z] #43 62.10 DEP criu/pie/restorer.d [2021-03-19T20:58:55.123Z] #43 62.30 DEP criu/arch/aarch64/intraprocedure.d [2021-03-19T20:58:55.123Z] #43 62.32 DEP criu/arch/aarch64/restorer.d [2021-03-19T20:58:55.123Z] #43 62.57 DEP criu/arch/aarch64/vdso-pie.d [2021-03-19T20:58:55.123Z] #43 62.67 DEP criu/pie/parasite-vdso.d [2021-03-19T20:58:55.123Z] #43 62.79 DEP criu/pie/parasite.d [2021-03-19T20:58:55.123Z] #43 62.98 CC criu/pie/parasite.o [2021-03-19T20:58:55.123Z] #43 64.00 LINK criu/pie/parasite.built-in.o [2021-03-19T20:58:55.123Z] #43 64.01 GEN criu/pie/parasite-blob.h [2021-03-19T20:58:55.123Z] #43 64.03 CC criu/pie/parasite-vdso.o [2021-03-19T20:58:55.123Z] #43 64.47 CC criu/arch/aarch64/vdso-pie.o [2021-03-19T20:58:55.123Z] #43 64.69 CC criu/arch/aarch64/restorer.o [2021-03-19T20:58:55.123Z] #43 ... [2021-03-19T20:58:55.123Z] [2021-03-19T20:58:55.123Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-03-19T20:58:55.123Z] #24 sha256:80cc1fdc566f46f825380aeedf630642335c0b510b8fdfdc36a8f868e7ce53ed [2021-03-19T20:58:55.123Z] #24 140.7 + mkdir -p /tmp/tmp.cse5q4UeHA/src/github.com/docker [2021-03-19T20:58:55.123Z] #24 140.7 + mv components/cli /tmp/tmp.cse5q4UeHA/src/github.com/docker/cli [2021-03-19T20:58:55.123Z] #24 140.7 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2021-03-19T20:58:55.123Z] #24 ... [2021-03-19T20:58:55.123Z] [2021-03-19T20:58:55.123Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-03-19T20:58:55.123Z] #19 sha256:4c1fddb96b703d3806ef5aae6835a85678c055f769b5f99c9926d604e1adf9d6 [2021-03-19T20:58:55.123Z] #19 DONE 3.5s [2021-03-19T20:58:55.189Z] #43 ... [2021-03-19T20:58:55.189Z] [2021-03-19T20:58:55.189Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:58:55.189Z] #45 sha256:9df4444049aad817e1475f1ac1fdf7e8274ee4a1b46c939a92dae5960035473a [2021-03-19T20:58:55.189Z] #45 DONE 141.8s [2021-03-19T20:58:55.253Z] #43 31.72 CC images/ipc-var.o [2021-03-19T20:58:55.265Z] #43 64.79 DEP criu/pie/util.d [2021-03-19T20:58:55.265Z] #43 65.01 CC criu/pie/util.o [2021-03-19T20:58:55.269Z] #60 DONE 0.2s [2021-03-19T20:58:55.269Z] [2021-03-19T20:58:55.269Z] #61 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-03-19T20:58:55.269Z] #61 sha256:fcf0e1feed1aadc5fe5eff73a7cd254e43cd760adc10b018aa081ed01adf8c5d [2021-03-19T20:58:55.269Z] #61 DONE 0.1s [2021-03-19T20:58:55.269Z] [2021-03-19T20:58:55.269Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:55.269Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-19T20:58:55.269Z] #44 85.39 DEP criu/pie-util-vdso.d [2021-03-19T20:58:55.269Z] #44 85.59 DEP criu/path.d [2021-03-19T20:58:55.269Z] #44 85.87 DEP criu/parasite-syscall.d [2021-03-19T20:58:55.388Z] [2021-03-19T20:58:55.388Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:55.388Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-19T20:58:55.388Z] #43 65.07 CC criu/arch/aarch64/intraprocedure.o [2021-03-19T20:58:55.388Z] #43 65.14 CC criu/pie/restorer.o [2021-03-19T20:58:55.439Z] #43 153.4 CC criu/sk-netlink.o [2021-03-19T20:58:55.450Z] [2021-03-19T20:58:55.450Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-19T20:58:55.450Z] #53 sha256:3bd5c2eac1b2b906d8b49894d20dc8845bb080365ba8dd4c190582b9b76fbe72 [2021-03-19T20:58:55.450Z] #53 14.09 + '[' -z '' ']' [2021-03-19T20:58:55.450Z] #53 14.09 + target=static [2021-03-19T20:58:55.450Z] #53 14.09 + make 'BUILDTAGS=seccomp ' static [2021-03-19T20:58:55.450Z] #53 14.29 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o runc . [2021-03-19T20:58:55.513Z] #43 31.96 CC images/ipc-desc.o [2021-03-19T20:58:55.513Z] #43 32.15 CC images/ipc-shm.o [2021-03-19T20:58:55.523Z] #43 65.30 CC criu/pie/util-vdso.o [2021-03-19T20:58:55.570Z] #44 86.23 DEP criu/pagemap.d [2021-03-19T20:58:55.695Z] #43 153.8 CC criu/sk-packet.o [2021-03-19T20:58:55.774Z] #43 ... [2021-03-19T20:58:55.774Z] [2021-03-19T20:58:55.774Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:58:55.774Z] #45 sha256:545ba0c6e50551d0b617ccbb97585f12f34dc9406939c9ddce5a9da66a6b6b5f [2021-03-19T20:58:55.774Z] #45 119.1 github.com/LK4D4/vndr/build [2021-03-19T20:58:55.774Z] #45 120.6 github.com/LK4D4/vndr/versioned [2021-03-19T20:58:55.774Z] #45 120.6 compress/flate [2021-03-19T20:58:55.774Z] #45 122.5 hash/crc32 [2021-03-19T20:58:55.774Z] #45 123.4 net [2021-03-19T20:58:55.774Z] #45 123.5 compress/gzip [2021-03-19T20:58:55.774Z] #45 124.1 vendor/golang.org/x/text/transform [2021-03-19T20:58:55.774Z] #45 124.8 vendor/golang.org/x/text/unicode/bidi [2021-03-19T20:58:55.774Z] #45 127.2 vendor/golang.org/x/text/secure/bidirule [2021-03-19T20:58:55.774Z] #45 127.6 vendor/golang.org/x/text/unicode/norm [2021-03-19T20:58:55.774Z] #45 ... [2021-03-19T20:58:55.774Z] [2021-03-19T20:58:55.774Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:55.774Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:58:55.774Z] #43 32.35 CC images/ipc-msg.o [2021-03-19T20:58:55.872Z] #44 86.58 DEP criu/pagemap-cache.d [2021-03-19T20:58:55.969Z] #43 ... [2021-03-19T20:58:55.969Z] [2021-03-19T20:58:55.969Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-19T20:58:55.969Z] #40 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926 [2021-03-19T20:58:55.969Z] #40 141.7 + dpkg --print-architecture [2021-03-19T20:58:55.969Z] #40 DONE 142.0s [2021-03-19T20:58:55.969Z] [2021-03-19T20:58:55.969Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-19T20:58:55.969Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379 [2021-03-19T20:58:56.035Z] #43 32.59 CC images/ipc-sem.o [2021-03-19T20:58:56.089Z] #43 ... [2021-03-19T20:58:56.089Z] [2021-03-19T20:58:56.089Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-03-19T20:58:56.089Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-03-19T20:58:56.089Z] #19 DONE 1.1s [2021-03-19T20:58:56.089Z] [2021-03-19T20:58:56.089Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-19T20:58:56.089Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-19T20:58:56.172Z] #44 86.83 DEP criu/page-xfer.d [2021-03-19T20:58:56.172Z] #44 87.10 DEP criu/page-pipe.d [2021-03-19T20:58:56.257Z] #43 ... [2021-03-19T20:58:56.257Z] [2021-03-19T20:58:56.257Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:58:56.257Z] #49 sha256:226e4cdca77329df1d62dc1ed11f292f8b862c32d457a58c3ceaffec585a06ba [2021-03-19T20:58:56.257Z] #49 250.2 + /build/golangci-lint --version [2021-03-19T20:58:56.257Z] #49 250.5 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-03-19T20:58:56.257Z] #49 DONE 251.1s [2021-03-19T20:58:56.257Z] [2021-03-19T20:58:56.257Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:56.257Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:58:56.257Z] #43 154.2 CC criu/sk-queue.o [2021-03-19T20:58:56.295Z] #43 32.75 CC images/utsns.o [2021-03-19T20:58:56.555Z] #43 33.00 CC images/creds.o [2021-03-19T20:58:56.816Z] #43 33.31 CC images/vma.o [2021-03-19T20:58:56.822Z] #44 87.34 DEP criu/netfilter.d [2021-03-19T20:58:56.822Z] #44 87.57 DEP criu/net.d [2021-03-19T20:58:57.059Z] ok github.com/docker/docker/daemon/cluster 0.082s coverage: 0.5% of statements [2021-03-19T20:58:57.076Z] #43 33.53 CC images/netdev.o [2021-03-19T20:58:57.121Z] #44 87.93 DEP criu/namespaces.d [2021-03-19T20:58:57.183Z] #43 154.9 CC criu/sk-tcp.o [2021-03-19T20:58:57.183Z] #43 155.3 CC criu/sk-unix.o [2021-03-19T20:58:57.371Z] #20 2.198 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-03-19T20:58:57.371Z] #20 2.290 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-19T20:58:57.421Z] #44 88.22 DEP criu/mount.d [2021-03-19T20:58:57.467Z] #20 1.518 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-03-19T20:58:57.467Z] #20 1.567 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-19T20:58:57.467Z] #20 1.608 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-19T20:58:57.635Z] #20 2.294 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-19T20:58:57.635Z] #20 2.304 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-19T20:58:57.646Z] #43 33.91 CC images/tty.o [2021-03-19T20:58:57.721Z] #44 88.46 DEP criu/memfd.d [2021-03-19T20:58:57.726Z] #20 1.625 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-19T20:58:57.901Z] #20 2.765 Get:5 http://deb.debian.org/debian buster-backports/main arm64 Packages [452 kB] [2021-03-19T20:58:57.906Z] #43 34.45 CC images/file-lock.o [2021-03-19T20:58:57.985Z] #20 2.063 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [458 kB] [2021-03-19T20:58:58.060Z] #44 88.71 DEP criu/mem.d [2021-03-19T20:58:58.092Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.006s coverage: 65.3% of statements [2021-03-19T20:58:58.167Z] #43 34.67 CC images/rlimit.o [2021-03-19T20:58:58.358Z] #44 88.94 DEP criu/lsm.d [2021-03-19T20:58:58.358Z] #44 89.23 DEP criu/log.d [2021-03-19T20:58:58.427Z] #43 34.93 CC images/pagemap.o [2021-03-19T20:58:58.656Z] #44 89.48 DEP criu/libnetlink.d [2021-03-19T20:58:58.699Z] #43 35.23 CC images/siginfo.o [2021-03-19T20:58:58.863Z] #20 3.517 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-03-19T20:58:58.955Z] #44 89.68 DEP criu/kerndat.d [2021-03-19T20:58:58.959Z] #43 35.48 CC images/rpc.o [2021-03-19T20:58:59.071Z] #43 156.8 CC criu/sockets.o [2021-03-19T20:58:59.124Z] ok github.com/docker/docker/daemon/cluster/convert 0.005s coverage: 35.9% of statements [2021-03-19T20:58:59.255Z] #44 89.91 DEP criu/kcmp-ids.d [2021-03-19T20:58:59.255Z] #44 90.05 DEP criu/irmap.d [2021-03-19T20:58:59.363Z] #20 3.135 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-19T20:58:59.445Z] #20 4.374 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [264 kB] [2021-03-19T20:58:59.558Z] #44 90.26 DEP criu/ipc_ns.d [2021-03-19T20:58:59.633Z] #43 157.4 CC criu/stats.o [2021-03-19T20:58:59.633Z] #43 157.6 CC criu/string.o [2021-03-19T20:58:59.633Z] #43 157.6 CC criu/sysctl.o [2021-03-19T20:58:59.652Z] #53 ... [2021-03-19T20:58:59.652Z] [2021-03-19T20:58:59.652Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-03-19T20:58:59.652Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6 [2021-03-19T20:58:59.652Z] #18 DONE 4.2s [2021-03-19T20:58:59.652Z] [2021-03-19T20:58:59.652Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:58:59.652Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:58:59.652Z] #43 72.12 DEP criu/sysfs_parse.d [2021-03-19T20:58:59.652Z] #43 72.31 DEP criu/sysctl.d [2021-03-19T20:58:59.652Z] #43 72.47 DEP criu/string.d [2021-03-19T20:58:59.652Z] #43 72.50 DEP criu/stats.d [2021-03-19T20:58:59.652Z] #43 72.57 DEP criu/sockets.d [2021-03-19T20:58:59.652Z] #43 72.70 DEP criu/sk-unix.d [2021-03-19T20:58:59.652Z] #43 72.88 DEP criu/sk-tcp.d [2021-03-19T20:58:59.652Z] #43 73.03 DEP criu/sk-queue.d [2021-03-19T20:58:59.652Z] #43 73.15 DEP criu/sk-packet.d [2021-03-19T20:58:59.652Z] #43 73.38 DEP criu/sk-netlink.d [2021-03-19T20:58:59.652Z] #43 73.56 DEP criu/sk-inet.d [2021-03-19T20:58:59.652Z] #43 73.82 DEP criu/signalfd.d [2021-03-19T20:58:59.652Z] #43 73.95 DEP criu/sigframe.d [2021-03-19T20:58:59.652Z] #43 74.03 DEP criu/shmem.d [2021-03-19T20:58:59.652Z] #43 74.24 DEP criu/servicefd.d [2021-03-19T20:58:59.652Z] #43 74.39 DEP criu/seize.d [2021-03-19T20:58:59.652Z] #43 74.62 DEP criu/seccomp.d [2021-03-19T20:58:59.652Z] #43 74.76 DEP criu/rst-malloc.d [2021-03-19T20:58:59.652Z] #43 74.84 DEP criu/rbtree.d [2021-03-19T20:58:59.652Z] #43 74.89 DEP criu/pstree.d [2021-03-19T20:58:59.652Z] #43 75.06 DEP criu/protobuf.d [2021-03-19T20:58:59.652Z] #43 75.18 GEN criu/protobuf-desc-gen.h [2021-03-19T20:58:59.856Z] #44 90.50 DEP criu/image.d [2021-03-19T20:58:59.913Z] #43 76.66 DEP criu/protobuf-desc.d [2021-03-19T20:58:59.913Z] #43 76.80 DEP criu/proc_parse.d [2021-03-19T20:59:00.153Z] #44 90.82 DEP criu/image-desc.d [2021-03-19T20:59:00.153Z] #44 90.93 DEP criu/fsnotify.d [2021-03-19T20:59:00.174Z] #43 76.98 DEP criu/plugin.d [2021-03-19T20:59:00.175Z] #43 77.06 DEP criu/pipes.d [2021-03-19T20:59:00.196Z] #43 158.1 CC criu/sysfs_parse.o [2021-03-19T20:59:00.300Z] #20 4.424 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [269 kB] [2021-03-19T20:59:00.341Z] #43 36.56 CC images/ext-file.o [2021-03-19T20:59:00.341Z] #43 36.83 CC images/cgroup.o [2021-03-19T20:59:00.399Z] #20 5.160 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-03-19T20:59:00.435Z] #43 77.26 DEP criu/pie-util.d [2021-03-19T20:59:00.435Z] #43 77.37 DEP criu/pie-util-vdso.d [2021-03-19T20:59:00.435Z] #43 77.47 DEP criu/pie-util-vdso-elf32.d [2021-03-19T20:59:00.452Z] #43 158.3 CC criu/timens.o [2021-03-19T20:59:00.453Z] #44 91.15 DEP criu/filesystems.d [2021-03-19T20:59:00.453Z] #44 91.28 DEP criu/files.d [2021-03-19T20:59:00.696Z] #43 77.60 DEP criu/path.d [2021-03-19T20:59:00.709Z] #43 158.6 CC criu/timerfd.o [2021-03-19T20:59:00.753Z] #44 91.47 DEP criu/files-reg.d [2021-03-19T20:59:00.753Z] #44 91.68 DEP criu/files-ext.d [2021-03-19T20:59:00.913Z] #43 37.57 CC images/userns.o [2021-03-19T20:59:00.959Z] #43 77.78 DEP criu/parasite-syscall.d [2021-03-19T20:59:00.965Z] #43 158.9 CC criu/tty.o [2021-03-19T20:59:01.056Z] #44 91.82 DEP criu/file-lock.d [2021-03-19T20:59:01.056Z] #44 ... [2021-03-19T20:59:01.056Z] [2021-03-19T20:59:01.056Z] #21 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-19T20:59:01.056Z] #21 sha256:4c9d04e548c65087cec82d0a856eaa1f69a58bf085807ae56661f71481307afe [2021-03-19T20:59:01.056Z] #21 36.25 Selecting previously unselected package python3.7. [2021-03-19T20:59:01.056Z] #21 36.27 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_ppc64el.deb ... [2021-03-19T20:59:01.056Z] #21 36.27 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2021-03-19T20:59:01.056Z] #21 36.51 Selecting previously unselected package libpython3-stdlib:ppc64el. [2021-03-19T20:59:01.056Z] #21 36.51 Preparing to unpack .../libpython3-stdlib_3.7.3-1_ppc64el.deb ... [2021-03-19T20:59:01.056Z] #21 36.52 Unpacking libpython3-stdlib:ppc64el (3.7.3-1) ... [2021-03-19T20:59:01.056Z] #21 36.72 Setting up python3-minimal (3.7.3-1) ... [2021-03-19T20:59:01.056Z] #21 38.07 Selecting previously unselected package python3. [2021-03-19T20:59:01.056Z] #21 38.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 ... 24024 files and directories currently installed.) [2021-03-19T20:59:01.056Z] #21 38.15 Preparing to unpack .../00-python3_3.7.3-1_ppc64el.deb ... [2021-03-19T20:59:01.056Z] #21 38.16 Unpacking python3 (3.7.3-1) ... [2021-03-19T20:59:01.056Z] #21 38.28 Selecting previously unselected package libip4tc0:ppc64el. [2021-03-19T20:59:01.056Z] #21 38.29 Preparing to unpack .../01-libip4tc0_1.8.2-4_ppc64el.deb ... [2021-03-19T20:59:01.056Z] #21 38.29 Unpacking libip4tc0:ppc64el (1.8.2-4) ... [2021-03-19T20:59:01.056Z] #21 38.39 Selecting previously unselected package libip6tc0:ppc64el. [2021-03-19T20:59:01.056Z] #21 38.40 Preparing to unpack .../02-libip6tc0_1.8.2-4_ppc64el.deb ... [2021-03-19T20:59:01.056Z] #21 38.41 Unpacking libip6tc0:ppc64el (1.8.2-4) ... [2021-03-19T20:59:01.056Z] #21 38.49 Selecting previously unselected package libiptc0:ppc64el. [2021-03-19T20:59:01.056Z] #21 38.50 Preparing to unpack .../03-libiptc0_1.8.2-4_ppc64el.deb ... [2021-03-19T20:59:01.056Z] #21 38.51 Unpacking libiptc0:ppc64el (1.8.2-4) ... [2021-03-19T20:59:01.056Z] #21 38.58 Selecting previously unselected package libnfnetlink0:ppc64el. [2021-03-19T20:59:01.056Z] #21 38.58 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_ppc64el.deb ... [2021-03-19T20:59:01.056Z] #21 38.59 Unpacking libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2021-03-19T20:59:01.056Z] #21 38.63 Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2021-03-19T20:59:01.056Z] #21 38.64 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_ppc64el.deb ... [2021-03-19T20:59:01.056Z] #21 38.64 Unpacking libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2021-03-19T20:59:01.056Z] #21 38.73 Selecting previously unselected package libnftnl11:ppc64el. [2021-03-19T20:59:01.056Z] #21 38.73 Preparing to unpack .../06-libnftnl11_1.1.2-2_ppc64el.deb ... [2021-03-19T20:59:01.056Z] #21 38.74 Unpacking libnftnl11:ppc64el (1.1.2-2) ... [2021-03-19T20:59:01.056Z] #21 38.84 Selecting previously unselected package iptables. [2021-03-19T20:59:01.056Z] #21 38.85 Preparing to unpack .../07-iptables_1.8.2-4_ppc64el.deb ... [2021-03-19T20:59:01.056Z] #21 38.86 Unpacking iptables (1.8.2-4) ... [2021-03-19T20:59:01.056Z] #21 39.37 Selecting previously unselected package xxd. [2021-03-19T20:59:01.056Z] #21 39.38 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2021-03-19T20:59:01.056Z] #21 39.40 Unpacking xxd (2:8.1.0875-5) ... [2021-03-19T20:59:01.056Z] #21 39.66 Selecting previously unselected package vim-common. [2021-03-19T20:59:01.056Z] #21 39.66 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-19T20:59:01.056Z] #21 39.70 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-19T20:59:01.056Z] #21 39.92 Selecting previously unselected package bash-completion. [2021-03-19T20:59:01.056Z] #21 39.92 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-03-19T20:59:01.174Z] #43 37.83 CC images/google/protobuf/descriptor.o [2021-03-19T20:59:01.221Z] #43 78.05 DEP criu/pagemap.d [2021-03-19T20:59:01.353Z] #20 ... [2021-03-19T20:59:01.353Z] [2021-03-19T20:59:01.353Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:59:01.353Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-19T20:59:01.353Z] #43 68.05 LINK criu/pie/restorer.built-in.o [2021-03-19T20:59:01.353Z] #43 68.07 GEN criu/pie/restorer-blob.h [2021-03-19T20:59:01.353Z] #43 68.18 DEP criu/vdso.d [2021-03-19T20:59:01.353Z] #43 68.40 DEP criu/uts_ns.d [2021-03-19T20:59:01.353Z] #43 68.54 DEP criu/util.d [2021-03-19T20:59:01.353Z] #43 68.77 DEP criu/uffd.d [2021-03-19T20:59:01.353Z] #43 69.03 DEP criu/tun.d [2021-03-19T20:59:01.353Z] #43 69.21 DEP criu/tty.d [2021-03-19T20:59:01.353Z] #43 69.31 DEP criu/timerfd.d [2021-03-19T20:59:01.353Z] #43 69.42 DEP criu/timens.d [2021-03-19T20:59:01.353Z] #43 69.54 DEP criu/sysfs_parse.d [2021-03-19T20:59:01.353Z] #43 69.73 DEP criu/sysctl.d [2021-03-19T20:59:01.353Z] #43 69.90 DEP criu/string.d [2021-03-19T20:59:01.353Z] #43 69.94 DEP criu/stats.d [2021-03-19T20:59:01.353Z] #43 70.12 DEP criu/sockets.d [2021-03-19T20:59:01.353Z] #43 70.33 DEP criu/sk-unix.d [2021-03-19T20:59:01.353Z] #43 70.50 DEP criu/sk-tcp.d [2021-03-19T20:59:01.353Z] #43 70.66 DEP criu/sk-queue.d [2021-03-19T20:59:01.353Z] #43 70.84 DEP criu/sk-packet.d [2021-03-19T20:59:01.353Z] #43 71.03 DEP criu/sk-netlink.d [2021-03-19T20:59:01.353Z] #43 71.17 DEP criu/sk-inet.d [2021-03-19T20:59:01.353Z] #43 71.38 DEP criu/signalfd.d [2021-03-19T20:59:01.357Z] #21 ... [2021-03-19T20:59:01.357Z] [2021-03-19T20:59:01.357Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:59:01.357Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-19T20:59:01.357Z] #44 92.11 DEP criu/file-ids.d [2021-03-19T20:59:01.481Z] #43 78.21 DEP criu/pagemap-cache.d [2021-03-19T20:59:01.481Z] #43 78.32 DEP criu/page-xfer.d [2021-03-19T20:59:01.481Z] #43 78.46 DEP criu/page-pipe.d [2021-03-19T20:59:01.618Z] #43 71.55 DEP criu/sigframe.d [2021-03-19T20:59:01.618Z] #43 71.61 DEP criu/shmem.d [2021-03-19T20:59:01.658Z] #44 92.36 DEP criu/fifo.d [2021-03-19T20:59:01.658Z] #44 92.51 DEP criu/fdstore.d [2021-03-19T20:59:01.743Z] #43 78.56 DEP criu/netfilter.d [2021-03-19T20:59:01.888Z] #43 71.74 DEP criu/servicefd.d [2021-03-19T20:59:01.888Z] #43 71.84 DEP criu/seize.d [2021-03-19T20:59:01.962Z] #44 92.62 DEP criu/fault-injection.d [2021-03-19T20:59:01.962Z] #44 92.67 DEP criu/external.d [2021-03-19T20:59:02.004Z] #43 78.73 DEP criu/net.d [2021-03-19T20:59:02.004Z] #43 78.95 DEP criu/namespaces.d [2021-03-19T20:59:02.154Z] #43 71.98 DEP criu/seccomp.d [2021-03-19T20:59:02.154Z] #43 72.16 DEP criu/rst-malloc.d [2021-03-19T20:59:02.154Z] #43 72.25 DEP criu/rbtree.d [2021-03-19T20:59:02.209Z] #20 5.930 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-19T20:59:02.209Z] #20 ... [2021-03-19T20:59:02.209Z] [2021-03-19T20:59:02.209Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:59:02.209Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:59:02.209Z] #43 66.26 CC criu/pie/util-vdso-elf32.o [2021-03-19T20:59:02.209Z] #43 66.97 AR criu/pie/pie.lib.a [2021-03-19T20:59:02.209Z] #43 67.03 DEP criu/pie/restorer.d [2021-03-19T20:59:02.209Z] #43 67.23 DEP criu/arch/x86/sigaction_compat_pie.d [2021-03-19T20:59:02.209Z] #43 67.33 DEP criu/arch/x86/restorer_unmap.d [2021-03-19T20:59:02.209Z] #43 67.35 DEP criu/arch/x86/restorer.d [2021-03-19T20:59:02.209Z] #43 67.50 DEP criu/arch/x86/vdso-pie.d [2021-03-19T20:59:02.209Z] #43 67.60 DEP criu/pie/parasite-vdso.d [2021-03-19T20:59:02.209Z] #43 67.85 DEP criu/pie/parasite.d [2021-03-19T20:59:02.209Z] #43 68.12 CC criu/pie/parasite.o [2021-03-19T20:59:02.209Z] #43 69.39 LINK criu/pie/parasite.built-in.o [2021-03-19T20:59:02.209Z] #43 69.43 GEN criu/pie/parasite-blob.h [2021-03-19T20:59:02.209Z] #43 69.44 CC criu/pie/parasite-vdso.o [2021-03-19T20:59:02.209Z] #43 70.20 CC criu/arch/x86/vdso-pie.o [2021-03-19T20:59:02.209Z] #43 70.47 CC criu/arch/x86/restorer.o [2021-03-19T20:59:02.209Z] #43 71.07 CC criu/arch/x86/restorer_unmap.o [2021-03-19T20:59:02.209Z] #43 71.11 CC criu/arch/x86/sigaction_compat_pie.o [2021-03-19T20:59:02.209Z] #43 71.42 CC criu/pie/restorer.o [2021-03-19T20:59:02.264Z] #44 92.79 DEP criu/eventpoll.d [2021-03-19T20:59:02.264Z] #44 92.97 DEP criu/eventfd.d [2021-03-19T20:59:02.265Z] #43 79.16 DEP criu/mount.d [2021-03-19T20:59:02.337Z] #43 160.1 CC criu/tun.o [2021-03-19T20:59:02.337Z] #43 160.4 CC criu/uffd.o [2021-03-19T20:59:02.419Z] #43 72.29 DEP criu/pstree.d [2021-03-19T20:59:02.526Z] #43 79.38 DEP criu/memfd.d [2021-03-19T20:59:02.564Z] #44 93.12 DEP criu/crtools.d [2021-03-19T20:59:02.564Z] #44 93.34 DEP criu/cr-service.d [2021-03-19T20:59:02.683Z] #43 72.50 DEP criu/protobuf.d [2021-03-19T20:59:02.683Z] #43 72.66 GEN criu/protobuf-desc-gen.h [2021-03-19T20:59:02.787Z] #43 79.47 DEP criu/mem.d [2021-03-19T20:59:02.787Z] #43 79.66 DEP criu/lsm.d [2021-03-19T20:59:02.864Z] #44 93.50 DEP criu/cr-restore.d [2021-03-19T20:59:02.864Z] #44 93.77 DEP criu/cr-errno.d [2021-03-19T20:59:03.048Z] #43 79.82 DEP criu/log.d [2021-03-19T20:59:03.048Z] #43 79.93 DEP criu/libnetlink.d [2021-03-19T20:59:03.048Z] #43 80.05 DEP criu/kerndat.d [2021-03-19T20:59:03.085Z] #43 39.36 CC images/opts.o [2021-03-19T20:59:03.085Z] #43 39.52 CC images/seccomp.o [2021-03-19T20:59:03.085Z] #43 39.74 CC images/binfmt-misc.o [2021-03-19T20:59:03.172Z] #44 93.78 DEP criu/cr-dump.d [2021-03-19T20:59:03.172Z] #44 94.02 DEP criu/cr-dedup.d [2021-03-19T20:59:03.268Z] #43 161.2 CC criu/util.o [2021-03-19T20:59:03.309Z] #43 ... [2021-03-19T20:59:03.309Z] [2021-03-19T20:59:03.309Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-03-19T20:59:03.309Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-03-19T20:59:03.309Z] #19 DONE 4.1s [2021-03-19T20:59:03.309Z] [2021-03-19T20:59:03.309Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-19T20:59:03.309Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-19T20:59:03.484Z] #44 94.20 DEP criu/cr-check.d [2021-03-19T20:59:03.656Z] #43 39.91 CC images/time.o [2021-03-19T20:59:03.656Z] #43 40.08 CC images/sysctl.o [2021-03-19T20:59:03.656Z] #43 40.30 CC images/autofs.o [2021-03-19T20:59:03.783Z] #44 94.65 DEP criu/config.d [2021-03-19T20:59:04.081Z] #44 94.80 DEP criu/clone-noasan.d [2021-03-19T20:59:04.081Z] #44 94.88 DEP criu/cgroup.d [2021-03-19T20:59:04.197Z] #43 162.1 CC criu/uts_ns.o [2021-03-19T20:59:04.198Z] #43 162.3 CC criu/vdso-compat.o [2021-03-19T20:59:04.227Z] #43 40.53 CC images/macvlan.o [2021-03-19T20:59:04.227Z] #43 40.74 CC images/sit.o [2021-03-19T20:59:04.251Z] #20 ... [2021-03-19T20:59:04.251Z] [2021-03-19T20:59:04.251Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-19T20:59:04.251Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-19T20:59:04.251Z] #32 DONE 149.3s [2021-03-19T20:59:04.386Z] #44 95.05 DEP criu/cgroup-props.d [2021-03-19T20:59:04.386Z] #44 95.25 DEP criu/bitmap.d [2021-03-19T20:59:04.386Z] #44 95.29 DEP criu/bfd.d [2021-03-19T20:59:04.454Z] #43 162.4 CC criu/vdso.o [2021-03-19T20:59:04.488Z] #43 40.96 CC images/memfd.o [2021-03-19T20:59:04.512Z] [2021-03-19T20:59:04.512Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:59:04.512Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:59:04.512Z] #43 80.31 DEP criu/kcmp-ids.d [2021-03-19T20:59:04.512Z] #43 80.46 DEP criu/irmap.d [2021-03-19T20:59:04.512Z] #43 80.55 DEP criu/ipc_ns.d [2021-03-19T20:59:04.512Z] #43 80.67 DEP criu/image.d [2021-03-19T20:59:04.512Z] #43 80.83 DEP criu/image-desc.d [2021-03-19T20:59:04.512Z] #43 80.93 DEP criu/fsnotify.d [2021-03-19T20:59:04.512Z] #43 81.06 DEP criu/filesystems.d [2021-03-19T20:59:04.512Z] #43 81.26 DEP criu/files.d [2021-03-19T20:59:04.512Z] #43 81.38 DEP criu/files-reg.d [2021-03-19T20:59:04.512Z] #43 81.50 DEP criu/files-ext.d [2021-03-19T20:59:04.616Z] #43 74.31 DEP criu/protobuf-desc.d [2021-03-19T20:59:04.616Z] #43 74.49 DEP criu/proc_parse.d [2021-03-19T20:59:04.686Z] #44 95.44 DEP criu/autofs.d [2021-03-19T20:59:04.710Z] #43 162.8 LINK criu/built-in.o [2021-03-19T20:59:04.745Z] #43 74.38 LINK criu/pie/restorer.built-in.o [2021-03-19T20:59:04.745Z] #43 74.39 GEN criu/pie/restorer-blob.h [2021-03-19T20:59:04.745Z] #43 74.50 DEP criu/vdso.d [2021-03-19T20:59:04.748Z] #43 41.33 CC images/timens.o [2021-03-19T20:59:04.773Z] #43 81.62 DEP criu/file-lock.d [2021-03-19T20:59:04.773Z] #43 81.73 DEP criu/file-ids.d [2021-03-19T20:59:04.881Z] #43 74.75 DEP criu/plugin.d [2021-03-19T20:59:04.881Z] #43 74.89 DEP criu/pipes.d [2021-03-19T20:59:05.051Z] #43 163.0 LINK criu/criu [2021-03-19T20:59:05.061Z] #43 81.85 DEP criu/fifo.d [2021-03-19T20:59:05.061Z] #43 81.97 DEP criu/fdstore.d [2021-03-19T20:59:05.063Z] #43 74.70 DEP criu/vdso-compat.d [2021-03-19T20:59:05.063Z] #43 74.82 DEP criu/uts_ns.d [2021-03-19T20:59:05.089Z] #44 95.68 DEP criu/aio.d [2021-03-19T20:59:05.089Z] #44 95.84 DEP criu/action-scripts.d [2021-03-19T20:59:05.146Z] #43 75.12 DEP criu/pie-util.d [2021-03-19T20:59:05.307Z] #43 163.3 DEP lib/c/criu.d [2021-03-19T20:59:05.307Z] #43 163.3 CC images/rpc.pb-c.o [2021-03-19T20:59:05.322Z] #43 82.06 DEP criu/fault-injection.d [2021-03-19T20:59:05.322Z] #43 82.11 DEP criu/external.d [2021-03-19T20:59:05.322Z] #43 82.20 DEP criu/eventpoll.d [2021-03-19T20:59:05.323Z] #43 74.97 DEP criu/util.d [2021-03-19T20:59:05.323Z] #43 75.17 DEP criu/uffd.d [2021-03-19T20:59:05.373Z] #43 41.64 LINK images/built-in.o [2021-03-19T20:59:05.373Z] #43 41.81 GEN compel/include/asm [2021-03-19T20:59:05.373Z] #43 41.84 GEN compel/include/version.h [2021-03-19T20:59:05.373Z] #43 41.87 touch .config [2021-03-19T20:59:05.373Z] #43 41.90 GEN include/common/config.h [2021-03-19T20:59:05.373Z] #43 41.97 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2021-03-19T20:59:05.373Z] #43 42.00 GEN compel/plugins/include/uapi/std/syscall-64.h [2021-03-19T20:59:05.388Z] #44 96.29 CC criu/action-scripts.o [2021-03-19T20:59:05.410Z] #43 75.26 DEP criu/pie-util-vdso.d [2021-03-19T20:59:05.410Z] #43 75.45 DEP criu/path.d [2021-03-19T20:59:05.491Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-03-19T20:59:05.491Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-3656687c\powershellScript.ps1'; exit $LASTEXITCODE; [2021-03-19T20:59:05.491Z] ---------------------------------------------------------------------------- [2021-03-19T20:59:05.491Z] [2021-03-19T20:59:05.491Z] INFO: executeCI.ps1 starting at Fri Mar 19 20:59:00 CUT 2021 [2021-03-19T20:59:05.491Z] [2021-03-19T20:59:05.491Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-03-19T20:59:05.491Z] INFO: Running git version 2.24.1.windows.2 [2021-03-19T20:59:05.491Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2021-03-19T20:59:05.491Z] INFO: Environment variables: [2021-03-19T20:59:05.491Z] [2021-03-19T20:59:05.491Z] Name Value [2021-03-19T20:59:05.491Z] ---- ----- [2021-03-19T20:59:05.491Z] ALLUSERSPROFILE C:\ProgramData [2021-03-19T20:59:05.491Z] amd64 true [2021-03-19T20:59:05.491Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2021-03-19T20:59:05.491Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-03-19T20:59:05.491Z] arm64 true [2021-03-19T20:59:05.491Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.10 [2021-03-19T20:59:05.491Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.10 [2021-03-19T20:59:05.491Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-03-19T20:59:05.491Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-03-19T20:59:05.491Z] BRANCH_NAME PR-42173 [2021-03-19T20:59:05.491Z] BUILD_DISPLAY_NAME #2 [2021-03-19T20:59:05.491Z] BUILD_ID 2 [2021-03-19T20:59:05.491Z] BUILD_NUMBER 2 [2021-03-19T20:59:05.491Z] BUILD_TAG jenkins-moby-PR-42173-2 [2021-03-19T20:59:05.491Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-42173/2/ [2021-03-19T20:59:05.491Z] cgroup2 true [2021-03-19T20:59:05.491Z] CHANGE_AUTHOR thaJeztah [2021-03-19T20:59:05.491Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2021-03-19T20:59:05.491Z] CHANGE_BRANCH unused_errors [2021-03-19T20:59:05.491Z] CHANGE_FORK thaJeztah/docker [2021-03-19T20:59:05.491Z] CHANGE_ID 42173 [2021-03-19T20:59:05.491Z] CHANGE_TARGET master [2021-03-19T20:59:05.491Z] CHANGE_TITLE libcontainerd: remove unused win32 errors and consts [2021-03-19T20:59:05.491Z] CHANGE_URL https://github.com/moby/moby/pull/42173 [2021-03-19T20:59:05.491Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-19T20:59:05.491Z] CommonProgramFiles C:\Program Files\Common Files [2021-03-19T20:59:05.491Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-03-19T20:59:05.491Z] CommonProgramW6432 C:\Program Files\Common Files [2021-03-19T20:59:05.491Z] COMPUTERNAME azwin-2-34d2f0 [2021-03-19T20:59:05.491Z] ComSpec C:\windows\system32\cmd.exe [2021-03-19T20:59:05.491Z] ConfigSequenceNumber 0 [2021-03-19T20:59:05.491Z] dco true [2021-03-19T20:59:05.491Z] DOCKER_BUILDKIT 0 [2021-03-19T20:59:05.491Z] DOCKER_DUT_DEBUG 1 [2021-03-19T20:59:05.491Z] DOCKER_EXPERIMENTAL 1 [2021-03-19T20:59:05.491Z] DOCKER_GRAPHDRIVER overlay2 [2021-03-19T20:59:05.491Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-03-19T20:59:05.491Z] EXECUTOR_NUMBER 0 [2021-03-19T20:59:05.491Z] FQDN azwin-2-34d2f0.westus.cloudapp.azure.com [2021-03-19T20:59:05.491Z] GIT_BRANCH PR-42173 [2021-03-19T20:59:05.491Z] GIT_COMMIT 0f32beb4f8d0a1db1ecc945f9669a35fd463af2c [2021-03-19T20:59:05.491Z] GIT_PREVIOUS_COMMIT da20b4ff6e9b794daccab2d015b8c81a5806699b [2021-03-19T20:59:05.491Z] GIT_URL https://github.com/moby/moby.git [2021-03-19T20:59:05.491Z] HUDSON_COOKIE 5b8c42f4-0180-45fa-b8d8-86ad9c8063cd [2021-03-19T20:59:05.491Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-03-19T20:59:05.491Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-03-19T20:59:05.491Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-03-19T20:59:05.491Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.282-1.b08.ojdkbuild.windows.x86_64 [2021-03-19T20:59:05.491Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-03-19T20:59:05.491Z] JENKINS_NODE_COOKIE 3f3368e2-e9a7-4925-8ece-02682c94f312 [2021-03-19T20:59:05.491Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-03-19T20:59:05.491Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-03-19T20:59:05.491Z] JOB_BASE_NAME PR-42173 [2021-03-19T20:59:05.491Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42173/display/redirect [2021-03-19T20:59:05.491Z] JOB_NAME moby/PR-42173 [2021-03-19T20:59:05.491Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-42173/ [2021-03-19T20:59:05.491Z] library.jps.version master [2021-03-19T20:59:05.491Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2021-03-19T20:59:05.491Z] NODE_LABELS amd64 azure azwin-2-34d2f0 azwin-2019 docker west-us windows windows-2019 x86_64 [2021-03-19T20:59:05.491Z] NODE_NAME azwin-2-34d2f0 [2021-03-19T20:59:05.492Z] NUMBER_OF_PROCESSORS 4 [2021-03-19T20:59:05.492Z] OS Windows_NT [2021-03-19T20:59:05.492Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2021-03-19T20:59:05.492Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-03-19T20:59:05.492Z] ppc64le true [2021-03-19T20:59:05.492Z] PROCESSOR_ARCHITECTURE AMD64 [2021-03-19T20:59:05.492Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2021-03-19T20:59:05.492Z] PROCESSOR_LEVEL 6 [2021-03-19T20:59:05.492Z] PROCESSOR_REVISION 4f01 [2021-03-19T20:59:05.492Z] ProgramData C:\ProgramData [2021-03-19T20:59:05.492Z] ProgramFiles C:\Program Files [2021-03-19T20:59:05.492Z] ProgramFiles(x86) C:\Program Files (x86) [2021-03-19T20:59:05.492Z] ProgramW6432 C:\Program Files [2021-03-19T20:59:05.492Z] PROMPT $P$G [2021-03-19T20:59:05.492Z] PSExecutionPolicyPreference Bypass [2021-03-19T20:59:05.492Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2021-03-19T20:59:05.492Z] PUBLIC C:\Users\Public [2021-03-19T20:59:05.492Z] rootless true [2021-03-19T20:59:05.492Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42173/2/display/redirect?page=artif... [2021-03-19T20:59:05.492Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42173/2/display/redirect?page=changes [2021-03-19T20:59:05.492Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42173/2/display/redirect [2021-03-19T20:59:05.492Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42173/2/display/redirect?page=tests [2021-03-19T20:59:05.492Z] s390x true [2021-03-19T20:59:05.492Z] SKIP_VALIDATION_TESTS 1 [2021-03-19T20:59:05.492Z] SOURCES_DRIVE d [2021-03-19T20:59:05.492Z] SOURCES_SUBDIR gopath [2021-03-19T20:59:05.492Z] STAGE_NAME Run tests [2021-03-19T20:59:05.492Z] SystemDrive C: [2021-03-19T20:59:05.492Z] SystemRoot C:\windows [2021-03-19T20:59:05.492Z] TEMP C:\windows\TEMP [2021-03-19T20:59:05.492Z] TESTDEBUG 0 [2021-03-19T20:59:05.492Z] TESTRUN_DRIVE d [2021-03-19T20:59:05.492Z] TESTRUN_SUBDIR CI [2021-03-19T20:59:05.492Z] TIMEOUT 120m [2021-03-19T20:59:05.492Z] TMP C:\windows\TEMP [2021-03-19T20:59:05.492Z] unit_validate true [2021-03-19T20:59:05.492Z] USERDOMAIN WORKGROUP [2021-03-19T20:59:05.492Z] USERNAME azwin-2-34d2f0$ [2021-03-19T20:59:05.492Z] USERPROFILE C:\windows\system32\config\systemprofile [2021-03-19T20:59:05.492Z] validate_force false [2021-03-19T20:59:05.492Z] windir C:\windows [2021-03-19T20:59:05.492Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2021-03-19T20:59:05.492Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2021-03-19T20:59:05.492Z] windowsRS1 false [2021-03-19T20:59:05.492Z] windowsRS5 true [2021-03-19T20:59:05.492Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-03-19T20:59:05.492Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-03-19T20:59:05.492Z] [2021-03-19T20:59:05.492Z] [2021-03-19T20:59:05.492Z] [2021-03-19T20:59:05.492Z] INFO: Sources under d:\gopath\... [2021-03-19T20:59:05.492Z] INFO: Test run under d:\CI\... [2021-03-19T20:59:05.492Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-03-19T20:59:05.492Z] INFO: docker/docker repository was found [2021-03-19T20:59:05.492Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2021-03-19T20:59:05.492Z] ltsc2019: Pulling from windows/servercore [2021-03-19T20:59:05.492Z] 4612f6d0b889: Pulling fs layer [2021-03-19T20:59:05.492Z] 5ff1512f88ec: Pulling fs layer [2021-03-19T20:59:05.583Z] #43 82.37 DEP criu/eventfd.d [2021-03-19T20:59:05.583Z] #43 82.48 DEP criu/crtools.d [2021-03-19T20:59:05.633Z] #43 42.02 GEN compel/arch/x86/plugins/std/syscalls-64.S [2021-03-19T20:59:05.633Z] #43 42.05 DEP compel/arch/x86/plugins/std/syscalls-64.d [2021-03-19T20:59:05.633Z] #43 42.07 DEP compel/arch/x86/plugins/std/memcpy.d [2021-03-19T20:59:05.633Z] #43 42.09 DEP compel/arch/x86/plugins/std/parasite-head.d [2021-03-19T20:59:05.633Z] #43 42.11 GEN compel/plugins/include/uapi/std/syscall.h [2021-03-19T20:59:05.633Z] #43 42.13 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2021-03-19T20:59:05.633Z] #43 42.15 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-03-19T20:59:05.633Z] #43 42.18 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-03-19T20:59:05.633Z] #43 42.19 DEP compel/plugins/std/infect.d [2021-03-19T20:59:05.675Z] #43 75.68 DEP criu/parasite-syscall.d [2021-03-19T20:59:05.844Z] #43 82.68 DEP criu/cr-service.d [2021-03-19T20:59:05.870Z] #43 163.7 CC lib/c/criu.o [2021-03-19T20:59:05.891Z] #43 75.47 DEP criu/tun.d [2021-03-19T20:59:05.891Z] #43 75.64 DEP criu/tty.d [2021-03-19T20:59:05.893Z] #43 42.28 DEP compel/plugins/std/string.d [2021-03-19T20:59:05.893Z] #43 42.39 DEP compel/plugins/std/log.d [2021-03-19T20:59:05.893Z] #43 42.46 DEP compel/plugins/std/fds.d [2021-03-19T20:59:05.940Z] #43 75.92 DEP criu/pagemap.d [2021-03-19T20:59:06.013Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.443s coverage: 14.0% of statements [2021-03-19T20:59:06.039Z] #44 96.95 CC criu/aio.o [2021-03-19T20:59:06.104Z] #43 82.87 DEP criu/cr-restore.d [2021-03-19T20:59:06.104Z] #43 83.05 DEP criu/cr-errno.d [2021-03-19T20:59:06.151Z] #43 75.86 DEP criu/timerfd.d [2021-03-19T20:59:06.153Z] #43 42.55 DEP compel/plugins/std/std.d [2021-03-19T20:59:06.153Z] #43 42.65 DEP compel/plugins/shmem/shmem.d [2021-03-19T20:59:06.153Z] #43 42.75 DEP compel/plugins/fds/fds.d [2021-03-19T20:59:06.204Z] #43 76.19 DEP criu/pagemap-cache.d [2021-03-19T20:59:06.365Z] #43 83.08 DEP criu/cr-dump.d [2021-03-19T20:59:06.365Z] #43 83.34 DEP criu/cr-dedup.d [2021-03-19T20:59:06.410Z] #43 76.04 DEP criu/timens.d [2021-03-19T20:59:06.410Z] #43 76.23 DEP criu/sysfs_parse.d [2021-03-19T20:59:06.413Z] #43 42.90 CC compel/plugins/std/std.o [2021-03-19T20:59:06.433Z] #43 164.4 LINK lib/c/built-in.o [2021-03-19T20:59:06.433Z] #43 164.5 LINK lib/c/libcriu.so [2021-03-19T20:59:06.433Z] #43 164.5 LINK lib/c/libcriu.a [2021-03-19T20:59:06.433Z] #43 164.6 GEN magic.py [2021-03-19T20:59:06.470Z] #43 76.38 DEP criu/page-xfer.d [2021-03-19T20:59:06.470Z] #43 76.58 DEP criu/page-pipe.d [2021-03-19T20:59:06.626Z] #43 83.47 DEP criu/cr-check.d [2021-03-19T20:59:06.669Z] #43 76.44 DEP criu/sysctl.d [2021-03-19T20:59:06.674Z] #43 43.19 CC compel/plugins/std/fds.o [2021-03-19T20:59:06.689Z] #43 164.7 Note: Building without setproctitle() and strlcpy() support. [2021-03-19T20:59:06.689Z] #43 164.7 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-19T20:59:06.689Z] #43 164.7 Note: Building without GnuTLS support [2021-03-19T20:59:06.689Z] #43 164.7 Makefile.config:39: Warn: you have no libnftables installed [2021-03-19T20:59:06.689Z] #43 164.7 Makefile.config:40: Warn: Building without nftables support [2021-03-19T20:59:06.735Z] #43 76.71 DEP criu/netfilter.d [2021-03-19T20:59:06.889Z] #43 83.76 DEP criu/config.d [2021-03-19T20:59:06.928Z] #43 76.59 DEP criu/string.d [2021-03-19T20:59:06.928Z] #43 76.63 DEP criu/stats.d [2021-03-19T20:59:06.928Z] #43 76.72 DEP criu/sockets.d [2021-03-19T20:59:07.000Z] #43 76.86 DEP criu/net.d [2021-03-19T20:59:07.045Z] ok github.com/docker/docker/daemon/config 0.024s coverage: 81.8% of statements [2021-03-19T20:59:07.109Z] #44 97.76 CC criu/autofs.o [2021-03-19T20:59:07.109Z] #44 ... [2021-03-19T20:59:07.109Z] [2021-03-19T20:59:07.109Z] #25 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-03-19T20:59:07.109Z] #25 sha256:38212544a641902aab900f3b80cba791212c093aab995b3a7e6e15c64a418fc4 [2021-03-19T20:59:07.150Z] #43 83.98 DEP criu/clone-noasan.d [2021-03-19T20:59:07.187Z] #43 76.95 DEP criu/sk-unix.d [2021-03-19T20:59:07.244Z] #43 43.61 CC compel/plugins/std/log.o [2021-03-19T20:59:07.252Z] #43 165.2 fatal: not a git repository (or any of the parent directories): .git [2021-03-19T20:59:07.265Z] #43 77.14 DEP criu/namespaces.d [2021-03-19T20:59:07.410Z] #43 84.08 DEP criu/cgroup.d [2021-03-19T20:59:07.410Z] #43 84.25 DEP criu/cgroup-props.d [2021-03-19T20:59:07.410Z] #43 84.35 DEP criu/bitmap.d [2021-03-19T20:59:07.446Z] #43 77.24 DEP criu/sk-tcp.d [2021-03-19T20:59:07.529Z] #43 77.37 DEP criu/mount.d [2021-03-19T20:59:07.529Z] #43 77.54 DEP criu/memfd.d [2021-03-19T20:59:07.672Z] #43 84.37 DEP criu/bfd.d [2021-03-19T20:59:07.672Z] #43 84.47 DEP criu/autofs.d [2021-03-19T20:59:07.706Z] #43 ... [2021-03-19T20:59:07.706Z] [2021-03-19T20:59:07.706Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-19T20:59:07.706Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-19T20:59:07.706Z] #20 11.71 Fetched 8929 kB in 10s (855 kB/s) [2021-03-19T20:59:07.706Z] ok github.com/docker/docker/daemon/discovery 0.002s coverage: 30.0% of statements [2021-03-19T20:59:07.794Z] #43 77.76 DEP criu/mem.d [2021-03-19T20:59:07.815Z] #43 165.7 make[1]: Nothing to be done for 'all'. [2021-03-19T20:59:07.815Z] #43 ... [2021-03-19T20:59:07.815Z] [2021-03-19T20:59:07.815Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:59:07.815Z] #45 sha256:545ba0c6e50551d0b617ccbb97585f12f34dc9406939c9ddce5a9da66a6b6b5f [2021-03-19T20:59:07.815Z] #45 131.2 vendor/golang.org/x/net/idna [2021-03-19T20:59:07.815Z] #45 133.5 vendor/golang.org/x/net/http2/hpack [2021-03-19T20:59:07.815Z] #45 134.5 mime [2021-03-19T20:59:07.815Z] #45 136.2 mime/quotedprintable [2021-03-19T20:59:07.815Z] #45 136.5 net/http/internal [2021-03-19T20:59:07.815Z] #45 140.2 net/textproto [2021-03-19T20:59:07.815Z] #45 140.2 crypto/x509 [2021-03-19T20:59:07.815Z] #45 141.3 vendor/golang.org/x/net/http/httpguts [2021-03-19T20:59:07.815Z] #45 ... [2021-03-19T20:59:07.815Z] [2021-03-19T20:59:07.815Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:59:07.815Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:59:07.815Z] #43 44.42 CC compel/plugins/std/string.o [2021-03-19T20:59:07.933Z] #43 84.65 DEP criu/aio.d [2021-03-19T20:59:07.933Z] #43 84.80 DEP criu/action-scripts.d [2021-03-19T20:59:08.074Z] #43 166.2 make[1]: 'images/built-in.o' is up to date. [2021-03-19T20:59:08.079Z] #43 78.02 DEP criu/lsm.d [2021-03-19T20:59:08.194Z] #43 85.02 CC criu/action-scripts.o [2021-03-19T20:59:08.331Z] #43 166.3 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-03-19T20:59:08.331Z] #43 166.3 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-03-19T20:59:08.331Z] #43 166.3 make[1]: 'compel/libcompel.a' is up to date. [2021-03-19T20:59:08.331Z] #43 166.4 make[1]: 'compel/compel-host-bin' is up to date. [2021-03-19T20:59:08.331Z] #43 166.4 make[1]: Nothing to be done for 'all'. [2021-03-19T20:59:08.331Z] #43 166.4 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-19T20:59:08.339Z] ok github.com/docker/docker/daemon/events 0.055s coverage: 50.0% of statements [2021-03-19T20:59:08.343Z] #43 78.23 DEP criu/log.d [2021-03-19T20:59:08.343Z] #43 78.32 DEP criu/libnetlink.d [2021-03-19T20:59:08.587Z] #43 166.5 make[2]: Nothing to be done for 'all'. [2021-03-19T20:59:08.587Z] #43 166.5 make[2]: Nothing to be done for 'all'. [2021-03-19T20:59:08.587Z] #43 166.6 make[2]: Nothing to be done for 'all'. [2021-03-19T20:59:08.587Z] #43 166.6 make[2]: Nothing to be done for 'all'. [2021-03-19T20:59:08.587Z] #43 166.7 make[2]: Nothing to be done for 'all'. [2021-03-19T20:59:08.587Z] #43 166.7 make[2]: Nothing to be done for 'all'. [2021-03-19T20:59:08.588Z] #43 166.8 make[2]: Nothing to be done for 'all'. [2021-03-19T20:59:08.608Z] #43 78.41 DEP criu/kerndat.d [2021-03-19T20:59:08.608Z] #43 78.54 DEP criu/kcmp-ids.d [2021-03-19T20:59:08.756Z] #43 45.09 CC compel/plugins/std/infect.o [2021-03-19T20:59:08.765Z] #43 85.46 CC criu/aio.o [2021-03-19T20:59:08.844Z] #43 166.9 make[2]: Nothing to be done for 'all'. [2021-03-19T20:59:08.844Z] #43 166.9 INSTALL criu/criu [2021-03-19T20:59:08.872Z] #43 78.68 DEP criu/irmap.d [2021-03-19T20:59:08.872Z] #43 78.80 DEP criu/ipc_ns.d [2021-03-19T20:59:08.872Z] #43 78.91 DEP criu/image.d [2021-03-19T20:59:08.970Z] ok github.com/docker/docker/daemon/graphdriver 0.003s coverage: 2.2% of statements [2021-03-19T20:59:09.016Z] #43 45.47 CC compel/arch/x86/plugins/std/parasite-head.o [2021-03-19T20:59:09.016Z] #43 45.53 CC compel/arch/x86/plugins/std/memcpy.o [2021-03-19T20:59:09.016Z] #43 45.59 CC compel/arch/x86/plugins/std/syscalls-64.o [2021-03-19T20:59:09.016Z] #43 45.67 AR compel/plugins/std.lib.a [2021-03-19T20:59:09.026Z] #43 85.94 CC criu/autofs.o [2021-03-19T20:59:09.100Z] #43 DONE 167.1s [2021-03-19T20:59:09.100Z] [2021-03-19T20:59:09.100Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-19T20:59:09.100Z] #53 sha256:9747ed5e62466bd4d07d77971062005203107a2c4dd5875ac98d2f7dcec14045 [2021-03-19T20:59:09.152Z] #43 79.14 DEP criu/image-desc.d [2021-03-19T20:59:09.276Z] #43 45.76 CC compel/plugins/fds/fds.o [2021-03-19T20:59:09.418Z] #43 79.28 DEP criu/fsnotify.d [2021-03-19T20:59:09.537Z] #43 46.04 AR compel/plugins/fds.lib.a [2021-03-19T20:59:09.537Z] #43 46.09 HOSTDEP compel/src/lib/log-host.d [2021-03-19T20:59:09.537Z] #43 ... [2021-03-19T20:59:09.537Z] [2021-03-19T20:59:09.537Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:59:09.537Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:59:09.537Z] #13 126.6 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-03-19T20:59:09.537Z] #13 126.6 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-03-19T20:59:09.537Z] #13 126.7 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-19T20:59:09.683Z] #43 79.54 DEP criu/filesystems.d [2021-03-19T20:59:09.797Z] #13 ... [2021-03-19T20:59:09.797Z] [2021-03-19T20:59:09.797Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:59:09.797Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:59:09.797Z] #43 46.17 HOSTDEP compel/src/lib/handle-elf-host.d [2021-03-19T20:59:09.797Z] #43 46.28 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2021-03-19T20:59:09.948Z] #43 79.67 DEP criu/files.d [2021-03-19T20:59:09.948Z] #43 79.85 DEP criu/files-reg.d [2021-03-19T20:59:10.003Z] ok github.com/docker/docker/daemon 12.268s coverage: 17.2% of statements [2021-03-19T20:59:10.003Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-03-19T20:59:10.003Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-03-19T20:59:10.003Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-03-19T20:59:10.003Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-03-19T20:59:10.057Z] #43 46.39 HOSTDEP compel/src/main-host.d [2021-03-19T20:59:10.057Z] #43 46.49 DEP compel/src/lib/ptrace.d [2021-03-19T20:59:10.057Z] #43 46.61 DEP compel/src/lib/infect.d [2021-03-19T20:59:10.212Z] #43 79.98 DEP criu/files-ext.d [2021-03-19T20:59:10.212Z] #43 80.17 DEP criu/file-lock.d [2021-03-19T20:59:10.247Z] #20 11.71 Reading package lists... [2021-03-19T20:59:10.247Z] #20 ... [2021-03-19T20:59:10.247Z] [2021-03-19T20:59:10.247Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-19T20:59:10.247Z] #53 sha256:dd32b881411b5546fe4c7c35911eb3e1cffa096f048f5f4351a71ad9f71b8ecb [2021-03-19T20:59:10.247Z] #53 12.14 + cd /tmp/tmp.UDTARplltI/src/github.com/opencontainers/runc [2021-03-19T20:59:10.247Z] #53 12.15 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-19T20:59:10.247Z] #53 12.63 + '[' -z '' ']' [2021-03-19T20:59:10.247Z] #53 12.63 + target=static [2021-03-19T20:59:10.247Z] #53 12.63 + make 'BUILDTAGS=seccomp ' static [2021-03-19T20:59:10.247Z] #53 12.86 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o runc . [2021-03-19T20:59:10.247Z] #53 ... [2021-03-19T20:59:10.247Z] [2021-03-19T20:59:10.247Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:59:10.247Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:59:10.247Z] #43 77.44 DEP criu/sk-queue.d [2021-03-19T20:59:10.247Z] #43 77.59 DEP criu/sk-packet.d [2021-03-19T20:59:10.247Z] #43 77.82 DEP criu/sk-netlink.d [2021-03-19T20:59:10.247Z] #43 78.00 DEP criu/sk-inet.d [2021-03-19T20:59:10.247Z] #43 78.19 DEP criu/signalfd.d [2021-03-19T20:59:10.247Z] #43 78.41 DEP criu/sigframe.d [2021-03-19T20:59:10.247Z] #43 78.58 DEP criu/shmem.d [2021-03-19T20:59:10.247Z] #43 78.75 DEP criu/servicefd.d [2021-03-19T20:59:10.247Z] #43 79.00 DEP criu/seize.d [2021-03-19T20:59:10.247Z] #43 79.18 DEP criu/seccomp.d [2021-03-19T20:59:10.247Z] #43 79.34 DEP criu/rst-malloc.d [2021-03-19T20:59:10.247Z] #43 79.40 DEP criu/rbtree.d [2021-03-19T20:59:10.247Z] #43 79.44 DEP criu/pstree.d [2021-03-19T20:59:10.247Z] #43 79.59 DEP criu/protobuf.d [2021-03-19T20:59:10.247Z] #43 79.73 GEN criu/protobuf-desc-gen.h [2021-03-19T20:59:10.247Z] #43 ... [2021-03-19T20:59:10.247Z] [2021-03-19T20:59:10.247Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:59:10.247Z] #45 sha256:67006e49ecacf95c79a8a79ecf4742c89a06b2be4a211d790cbd334ebffd6eb6 [2021-03-19T20:59:10.247Z] #45 168.8 github.com/LK4D4/vndr/godl [2021-03-19T20:59:10.247Z] #45 169.6 github.com/LK4D4/vndr [2021-03-19T20:59:10.318Z] #43 46.81 DEP compel/src/lib/infect-util.d [2021-03-19T20:59:10.318Z] #43 46.93 DEP compel/src/lib/infect-rpc.d [2021-03-19T20:59:10.411Z] #43 87.13 CC criu/bfd.o [2021-03-19T20:59:10.468Z] #53 ... [2021-03-19T20:59:10.468Z] [2021-03-19T20:59:10.468Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-03-19T20:59:10.468Z] #44 sha256:e5d40d4a5425056cbb02980358cde1ac2433573d06ebd7c3513abe9611462095 [2021-03-19T20:59:10.468Z] #44 DONE 0.1s [2021-03-19T20:59:10.480Z] #43 80.37 DEP criu/file-ids.d [2021-03-19T20:59:10.480Z] #43 80.49 DEP criu/fifo.d [2021-03-19T20:59:10.578Z] #43 47.03 DEP compel/arch/x86/src/lib/infect.d [2021-03-19T20:59:10.578Z] #43 47.14 DEP compel/arch/x86/src/lib/cpu.d [2021-03-19T20:59:10.724Z] [2021-03-19T20:59:10.724Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-03-19T20:59:10.724Z] #46 sha256:42cf255ae787d2bdcd557bf2b1d58440f347782a21f13ebd44ff6568ed68183d [2021-03-19T20:59:10.724Z] #46 DONE 0.2s [2021-03-19T20:59:10.724Z] [2021-03-19T20:59:10.724Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-19T20:59:10.724Z] #53 sha256:9747ed5e62466bd4d07d77971062005203107a2c4dd5875ac98d2f7dcec14045 [2021-03-19T20:59:10.745Z] #43 80.66 DEP criu/fdstore.d [2021-03-19T20:59:10.838Z] #43 47.23 DEP compel/src/lib/log.d [2021-03-19T20:59:10.838Z] #43 47.32 DEP compel/src/main.d [2021-03-19T20:59:10.838Z] #43 47.42 DEP compel/src/lib/handle-elf.d [2021-03-19T20:59:10.980Z] #53 ... [2021-03-19T20:59:10.980Z] [2021-03-19T20:59:10.980Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-03-19T20:59:10.980Z] #48 sha256:9c1b68411a8131cddc9e4edf015610301e1632ab851a81ea0ae5353cf15c635b [2021-03-19T20:59:10.980Z] #48 DONE 0.1s [2021-03-19T20:59:10.980Z] [2021-03-19T20:59:10.980Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-03-19T20:59:10.980Z] #50 sha256:90ad744d58875d3f5b288a99297b56d66b301fd05a8d122bdea3487c7641bb50 [2021-03-19T20:59:10.983Z] #43 87.62 CC criu/bitmap.o [2021-03-19T20:59:10.983Z] #43 87.81 CC criu/cgroup-props.o [2021-03-19T20:59:11.010Z] #43 80.81 DEP criu/fault-injection.d [2021-03-19T20:59:11.011Z] #43 80.87 DEP criu/external.d [2021-03-19T20:59:11.011Z] #43 80.96 DEP criu/eventpoll.d [2021-03-19T20:59:11.093Z] #25 166.6 Checking out files: 21% (2395/11202) Checking out files: 22% (2465/11202) Checking out files: 23% (2577/11202) Checking out files: 24% (2689/11202) Checking out files: 25% (2801/11202) Checking out files: 26% (2913/11202) Checking out files: 27% (3025/11202) Checking out files: 28% (3137/11202) Checking out files: 29% (3249/11202) Checking out files: 30% (3361/11202) Checking out files: 31% (3473/11202) Checking out files: 32% (3585/11202) Checking out files: 33% (3697/11202) Checking out files: 33% (3774/11202) Checking out files: 34% (3809/11202) Checking out files: 35% (3921/11202) Checking out files: 36% (4033/11202) Checking out files: 37% (4145/11202) Checking out files: 38% (4257/11202) Checking out files: 39% (4369/11202) Checking out files: 40% (4481/11202) Checking out files: 41% (4593/11202) Checking out files: 42% (4705/11202) Checking out files: 43% (4817/11202) Checking out files: 44% (4929/11202) Checking out files: 45% (5041/11202) Checking out files: 46% (5153/11202) Checking out files: 47% (5265/11202) Checking out files: 48% (5377/11202) Checking out files: 49% (5489/11202) Checking out files: 50% (5601/11202) Checking out files: 51% (5714/11202) Checking out files: 52% (5826/11202) Checking out files: 53% (5938/11202) Checking out files: 54% (6050/11202) Checking out files: 55% (6162/11202) Checking out files: 55% (6233/11202) Checking out files: 56% (6274/11202) Checking out files: 57% (6386/11202) Checking out files: 58% (6498/11202) Checking out files: 59% (6610/11202) Checking out files: 60% (6722/11202) Checking out files: 61% (6834/11202) Checking out files: 62% (6946/11202) Checking out files: 63% (7058/11202) Checking out files: 64% (7170/11202) Checking out files: 65% (7282/11202) Checking out files: 66% (7394/11202) Checking out files: 67% (7506/11202) Checking out files: 68% (7618/11202) Checking out files: 69% (7730/11202) Checking out files: 70% (7842/11202) Checking out files: 70% (7926/11202) Checking out files: 71% (7954/11202) Checking out files: 72% (8066/11202) Checking out files: 73% (8178/11202) Checking out files: 74% (8290/11202) Checking out files: 75% (8402/11202) Checking out files: 76% (8514/11202) Checking out files: 77% (8626/11202) Checking out files: 78% (8738/11202) Checking out files: 79% (8850/11202) Checking out files: 80% (8962/11202) Checking out files: 81% (9074/11202) Checking out files: 82% (9186/11202) Checking out files: 83% (9298/11202) Checking out files: 84% (9410/11202) Checking out files: 85% (9522/11202) Checking out files: 86% (9634/11202) Checking out files: 87% (9746/11202) Checking out files: 88% (9858/11202) Checking out files: 88% (9950/11202) Checking out files: 89% (9970/11202) Checking out files: 90% (10082/11202) Checking out files: 91% (10194/11202) Checking out files: 92% (10306/11202) Checking out files: 93% (10418/11202) Checking out files: 94% (10530/11202) Checking out files: 95% (10642/11202) Checking out files: 96% (10754/11202) Checking out files: 97% (10866/11202) Checking out files: 98% (10978/11202) Checking out files: 99% (11090/11202) Checking out files: 100% (11202/11202) Checking out files: 100% (11202/11202), done. [2021-03-19T20:59:11.098Z] #43 47.53 DEP compel/arch/x86/src/lib/handle-elf.d [2021-03-19T20:59:11.098Z] #43 47.67 CC compel/src/lib/log.o [2021-03-19T20:59:11.184Z] #45 DONE 179.4s [2021-03-19T20:59:11.184Z] [2021-03-19T20:59:11.185Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-19T20:59:11.185Z] #53 sha256:dd32b881411b5546fe4c7c35911eb3e1cffa096f048f5f4351a71ad9f71b8ecb [2021-03-19T20:59:11.275Z] #43 81.11 DEP criu/eventfd.d [2021-03-19T20:59:11.275Z] #43 81.19 DEP criu/crtools.d [2021-03-19T20:59:11.275Z] #43 81.32 DEP criu/cr-service.d [2021-03-19T20:59:11.393Z] #25 171.4 + cd /tmp/tmp.M1oQh7qQ9L/tmp/docker-ce [2021-03-19T20:59:11.393Z] #25 ... [2021-03-19T20:59:11.393Z] [2021-03-19T20:59:11.393Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:59:11.393Z] #46 sha256:01cdc391c2a635773473112dcab908b7b7dfe0e9cca8ea606d862f15501446b8 [2021-03-19T20:59:11.393Z] #46 161.3 net/http/httptrace [2021-03-19T20:59:11.393Z] #46 161.6 net/http [2021-03-19T20:59:11.393Z] #46 ... [2021-03-19T20:59:11.393Z] [2021-03-19T20:59:11.393Z] #25 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-03-19T20:59:11.393Z] #25 sha256:38212544a641902aab900f3b80cba791212c093aab995b3a7e6e15c64a418fc4 [2021-03-19T20:59:11.393Z] #25 171.4 + git checkout -q v17.06.2-ce [2021-03-19T20:59:11.510Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.003s coverage: 2.9% of statements [2021-03-19T20:59:11.540Z] #43 81.47 DEP criu/cr-restore.d [2021-03-19T20:59:11.543Z] #50 DONE 0.5s [2021-03-19T20:59:11.543Z] [2021-03-19T20:59:11.543Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-19T20:59:11.543Z] #56 sha256:c3a248de174e46393527b7999afa19b72d7795c2b19963e1251c2b7bc966f059 [2021-03-19T20:59:11.543Z] #56 ... [2021-03-19T20:59:11.543Z] [2021-03-19T20:59:11.543Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-03-19T20:59:11.543Z] #52 sha256:e18152368bcd2d46ae449f56a9a0eb40e8978eea9d22ab0c889c291017ba1485 [2021-03-19T20:59:11.543Z] #52 DONE 0.1s [2021-03-19T20:59:11.669Z] #43 48.00 CC compel/arch/x86/src/lib/cpu.o [2021-03-19T20:59:11.753Z] #53 ... [2021-03-19T20:59:11.753Z] [2021-03-19T20:59:11.753Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-19T20:59:11.753Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-19T20:59:11.753Z] #20 11.71 Reading package lists... [2021-03-19T20:59:11.799Z] [2021-03-19T20:59:11.799Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-19T20:59:11.799Z] #53 sha256:9747ed5e62466bd4d07d77971062005203107a2c4dd5875ac98d2f7dcec14045 [2021-03-19T20:59:11.801Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.182s coverage: 56.2% of statements [2021-03-19T20:59:11.804Z] #43 81.69 DEP criu/cr-errno.d [2021-03-19T20:59:11.804Z] #43 81.70 DEP criu/cr-dump.d [2021-03-19T20:59:11.925Z] #43 88.53 CC criu/cgroup.o [2021-03-19T20:59:12.071Z] #43 81.88 DEP criu/cr-dedup.d [2021-03-19T20:59:12.071Z] #43 82.01 DEP criu/cr-check.d [2021-03-19T20:59:12.071Z] #43 82.18 DEP criu/config.d [2021-03-19T20:59:12.239Z] #43 48.70 CC compel/arch/x86/src/lib/infect.o [2021-03-19T20:59:12.336Z] #43 82.29 DEP criu/clone-noasan.d [2021-03-19T20:59:12.336Z] #43 82.36 DEP criu/cgroup.d [2021-03-19T20:59:12.602Z] #43 82.45 DEP criu/cgroup-props.d [2021-03-19T20:59:12.602Z] #43 82.53 DEP criu/bitmap.d [2021-03-19T20:59:12.602Z] #43 82.55 DEP criu/bfd.d [2021-03-19T20:59:12.602Z] #43 82.64 DEP criu/autofs.d [2021-03-19T20:59:12.681Z] 5ff1512f88ec: Download complete [2021-03-19T20:59:12.867Z] #43 82.79 DEP criu/aio.d [2021-03-19T20:59:12.867Z] #43 ... [2021-03-19T20:59:12.867Z] [2021-03-19T20:59:12.867Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-19T20:59:12.867Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379 [2021-03-19T20:59:12.867Z] #20 7.587 Fetched 8747 kB in 6s (1552 kB/s) [2021-03-19T20:59:12.867Z] #20 7.587 Reading package lists... [2021-03-19T20:59:12.867Z] #20 10.60 Reading package lists... [2021-03-19T20:59:12.867Z] #20 13.53 Building dependency tree... [2021-03-19T20:59:12.867Z] #20 14.96 libcap2-bin is already the newest version (1:2.25-2). [2021-03-19T20:59:12.867Z] #20 14.96 The following additional packages will be installed: [2021-03-19T20:59:12.867Z] #20 14.97 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-03-19T20:59:12.867Z] #20 14.97 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-03-19T20:59:12.868Z] #20 14.97 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-03-19T20:59:12.868Z] #20 14.97 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-03-19T20:59:12.868Z] #20 14.98 python3.7 python3.7-minimal vim-runtime xxd [2021-03-19T20:59:12.868Z] #20 14.98 Suggested packages: [2021-03-19T20:59:12.868Z] #20 14.98 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-03-19T20:59:12.868Z] #20 14.98 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-03-19T20:59:12.868Z] #20 14.98 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-03-19T20:59:12.868Z] #20 14.98 Recommended packages: [2021-03-19T20:59:12.868Z] #20 14.98 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-03-19T20:59:12.868Z] #20 14.98 python3-keyrings.alt python3-xdg unzip [2021-03-19T20:59:12.868Z] #20 16.38 The following NEW packages will be installed: [2021-03-19T20:59:12.868Z] #20 16.38 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-03-19T20:59:12.868Z] #20 16.38 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-03-19T20:59:12.868Z] #20 16.38 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-03-19T20:59:12.868Z] #20 16.38 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-03-19T20:59:12.868Z] #20 16.39 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-03-19T20:59:12.868Z] #20 16.39 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-03-19T20:59:12.868Z] #20 16.39 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-03-19T20:59:12.868Z] #20 16.39 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-03-19T20:59:12.868Z] #20 16.39 xz-utils zip [2021-03-19T20:59:12.868Z] #20 16.73 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded. [2021-03-19T20:59:12.868Z] #20 16.73 Need to get 27.6 MB of archives. [2021-03-19T20:59:12.868Z] #20 16.73 After this operation, 114 MB of additional disk space will be used. [2021-03-19T20:59:12.868Z] #20 16.73 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 pigz arm64 2.4-1 [48.0 kB] [2021-03-19T20:59:12.868Z] #20 16.73 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u2 [588 kB] [2021-03-19T20:59:12.868Z] #20 16.75 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u2 [1404 kB] [2021-03-19T20:59:12.868Z] #20 16.79 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB] [2021-03-19T20:59:12.868Z] #20 16.79 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB] [2021-03-19T20:59:12.868Z] #20 16.79 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u2 [1641 kB] [2021-03-19T20:59:12.868Z] #20 16.86 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u2 [330 kB] [2021-03-19T20:59:12.868Z] #20 16.86 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB] [2021-03-19T20:59:12.868Z] #20 16.90 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB] [2021-03-19T20:59:12.868Z] #20 16.90 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB] [2021-03-19T20:59:12.868Z] #20 16.91 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB] [2021-03-19T20:59:12.868Z] #20 16.91 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB] [2021-03-19T20:59:12.868Z] #20 16.91 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2021-03-19T20:59:12.868Z] #20 16.91 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB] [2021-03-19T20:59:12.868Z] #20 16.92 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB] [2021-03-19T20:59:12.868Z] #20 16.92 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB] [2021-03-19T20:59:12.868Z] #20 16.93 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2021-03-19T20:59:12.868Z] #20 16.94 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2021-03-19T20:59:12.868Z] #20 16.94 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB] [2021-03-19T20:59:12.868Z] #20 16.96 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bzip2 arm64 1.0.6-9.2~deb10u1 [47.7 kB] [2021-03-19T20:59:12.868Z] #20 16.96 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1 [182 kB] [2021-03-19T20:59:12.868Z] #20 16.96 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 apparmor arm64 2.13.2-10 [504 kB] [2021-03-19T20:59:12.868Z] #20 16.98 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 aufs-tools arm64 1:4.14+20190211-1 [104 kB] [2021-03-19T20:59:12.868Z] #20 17.05 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2021-03-19T20:59:12.868Z] #20 17.05 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2021-03-19T20:59:12.868Z] #20 17.06 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2021-03-19T20:59:12.868Z] #20 17.06 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libaio1 arm64 0.3.112-3 [11.1 kB] [2021-03-19T20:59:12.868Z] #20 17.06 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB] [2021-03-19T20:59:12.868Z] #20 17.06 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2021-03-19T20:59:12.868Z] #20 17.61 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2021-03-19T20:59:12.868Z] #20 17.67 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2021-03-19T20:59:12.868Z] #20 17.67 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2021-03-19T20:59:12.868Z] #20 17.68 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libreadline5 arm64 5.2+dfsg-3+b13 [113 kB] [2021-03-19T20:59:12.868Z] #20 17.68 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1 [247 kB] [2021-03-19T20:59:12.868Z] #20 17.68 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pip-whl all 18.1-5 [1591 kB] [2021-03-19T20:59:12.868Z] #20 17.78 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-03-19T20:59:13.133Z] #20 17.79 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-distutils all 3.7.3-1 [142 kB] [2021-03-19T20:59:13.133Z] #20 17.80 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pip all 18.1-5 [171 kB] [2021-03-19T20:59:13.133Z] #20 17.80 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-03-19T20:59:13.133Z] #20 17.80 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-setuptools all 40.8.0-1 [306 kB] [2021-03-19T20:59:13.133Z] #20 17.84 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-03-19T20:59:13.133Z] #20 17.84 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main arm64 sudo arm64 1.8.27-1+deb10u3 [1208 kB] [2021-03-19T20:59:13.133Z] #20 17.89 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main arm64 thin-provisioning-tools arm64 0.7.6-2.1 [318 kB] [2021-03-19T20:59:13.133Z] #20 ... [2021-03-19T20:59:13.133Z] [2021-03-19T20:59:13.133Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:59:13.133Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-19T20:59:13.133Z] #43 82.91 DEP criu/action-scripts.d [2021-03-19T20:59:13.133Z] #43 83.15 CC criu/action-scripts.o [2021-03-19T20:59:13.179Z] #43 49.69 CC compel/src/lib/infect-rpc.o [2021-03-19T20:59:13.712Z] #43 83.54 CC criu/aio.o [2021-03-19T20:59:13.752Z] #43 50.10 CC compel/src/lib/infect-util.o [2021-03-19T20:59:14.014Z] #43 50.39 CC compel/src/lib/infect.o [2021-03-19T20:59:14.186Z] #25 ... [2021-03-19T20:59:14.186Z] [2021-03-19T20:59:14.186Z] #21 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-19T20:59:14.186Z] #21 sha256:4c9d04e548c65087cec82d0a856eaa1f69a58bf085807ae56661f71481307afe [2021-03-19T20:59:14.186Z] #21 43.93 Unpacking bash-completion (1:2.8-6) ... [2021-03-19T20:59:14.186Z] #21 44.55 Selecting previously unselected package bzip2. [2021-03-19T20:59:14.186Z] #21 44.55 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_ppc64el.deb ... [2021-03-19T20:59:14.186Z] #21 44.57 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-19T20:59:14.186Z] #21 44.69 Selecting previously unselected package xz-utils. [2021-03-19T20:59:14.186Z] #21 44.70 Preparing to unpack .../12-xz-utils_5.2.4-1_ppc64el.deb ... [2021-03-19T20:59:14.186Z] #21 44.72 Unpacking xz-utils (5.2.4-1) ... [2021-03-19T20:59:14.186Z] #21 44.86 Selecting previously unselected package apparmor. [2021-03-19T20:59:14.186Z] #21 44.86 Preparing to unpack .../13-apparmor_2.13.2-10_ppc64el.deb ... [2021-03-19T20:59:14.186Z] #21 45.00 Unpacking apparmor (2.13.2-10) ... [2021-03-19T20:59:14.186Z] #21 45.60 Selecting previously unselected package aufs-tools. [2021-03-19T20:59:14.186Z] #21 45.61 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_ppc64el.deb ... [2021-03-19T20:59:14.186Z] #21 45.62 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-03-19T20:59:14.186Z] #21 45.79 Selecting previously unselected package libonig5:ppc64el. [2021-03-19T20:59:14.186Z] #21 45.81 Preparing to unpack .../15-libonig5_6.9.1-1_ppc64el.deb ... [2021-03-19T20:59:14.186Z] #21 45.87 Unpacking libonig5:ppc64el (6.9.1-1) ... [2021-03-19T20:59:14.186Z] #21 46.06 Selecting previously unselected package libjq1:ppc64el. [2021-03-19T20:59:14.186Z] #21 46.07 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2021-03-19T20:59:14.186Z] #21 46.08 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2021-03-19T20:59:14.186Z] #21 46.25 Selecting previously unselected package jq. [2021-03-19T20:59:14.186Z] #21 46.26 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_ppc64el.deb ... [2021-03-19T20:59:14.186Z] #21 46.28 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-19T20:59:14.186Z] #21 46.42 Selecting previously unselected package libaio1:ppc64el. [2021-03-19T20:59:14.186Z] #21 46.49 Preparing to unpack .../18-libaio1_0.3.112-3_ppc64el.deb ... [2021-03-19T20:59:14.186Z] #21 46.50 Unpacking libaio1:ppc64el (0.3.112-3) ... [2021-03-19T20:59:14.186Z] #21 46.66 Selecting previously unselected package libgpm2:ppc64el. [2021-03-19T20:59:14.186Z] #21 46.68 Preparing to unpack .../19-libgpm2_1.20.7-5_ppc64el.deb ... [2021-03-19T20:59:14.186Z] #21 46.69 Unpacking libgpm2:ppc64el (1.20.7-5) ... [2021-03-19T20:59:14.186Z] #21 46.77 Selecting previously unselected package libicu63:ppc64el. [2021-03-19T20:59:14.186Z] #21 46.78 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2021-03-19T20:59:14.186Z] #21 46.79 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2021-03-19T20:59:14.186Z] #21 51.74 Selecting previously unselected package libnet1:ppc64el. [2021-03-19T20:59:14.186Z] #21 51.77 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2021-03-19T20:59:14.186Z] #21 51.78 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2021-03-19T20:59:14.186Z] #21 51.89 Selecting previously unselected package libnl-3-200:ppc64el. [2021-03-19T20:59:14.186Z] #21 51.90 Preparing to unpack .../22-libnl-3-200_3.4.0-1_ppc64el.deb ... [2021-03-19T20:59:14.186Z] #21 51.91 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2021-03-19T20:59:14.186Z] #21 52.03 Selecting previously unselected package libprotobuf-c1:ppc64el. [2021-03-19T20:59:14.186Z] #21 52.04 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2021-03-19T20:59:14.186Z] #21 52.04 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2021-03-19T20:59:14.186Z] #21 52.12 Selecting previously unselected package libreadline5:ppc64el. [2021-03-19T20:59:14.186Z] #21 52.13 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_ppc64el.deb ... [2021-03-19T20:59:14.186Z] #21 52.13 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2021-03-19T20:59:14.186Z] #21 52.29 Selecting previously unselected package net-tools. [2021-03-19T20:59:14.186Z] #21 52.30 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_ppc64el.deb ... [2021-03-19T20:59:14.186Z] #21 52.30 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-19T20:59:14.186Z] #21 52.68 Selecting previously unselected package python-pip-whl. [2021-03-19T20:59:14.186Z] #21 52.68 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-03-19T20:59:14.186Z] #21 52.69 Unpacking python-pip-whl (18.1-5) ... [2021-03-19T20:59:14.186Z] #21 53.25 Selecting previously unselected package python3-lib2to3. [2021-03-19T20:59:14.186Z] #21 53.26 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-03-19T20:59:14.186Z] #21 53.27 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-03-19T20:59:14.186Z] #21 53.41 Selecting previously unselected package python3-distutils. [2021-03-19T20:59:14.186Z] #21 53.42 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-03-19T20:59:14.186Z] #21 53.43 Unpacking python3-distutils (3.7.3-1) ... [2021-03-19T20:59:14.186Z] #21 53.60 Selecting previously unselected package python3-pip. [2021-03-19T20:59:14.186Z] #21 53.62 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-03-19T20:59:14.186Z] #21 53.62 Unpacking python3-pip (18.1-5) ... [2021-03-19T20:59:14.186Z] #21 53.88 Selecting previously unselected package python3-pkg-resources. [2021-03-19T20:59:14.186Z] #21 53.88 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-03-19T20:59:14.186Z] #21 53.89 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-03-19T20:59:14.186Z] #21 54.09 Selecting previously unselected package python3-setuptools. [2021-03-19T20:59:14.186Z] #21 54.10 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-03-19T20:59:14.186Z] #21 54.11 Unpacking python3-setuptools (40.8.0-1) ... [2021-03-19T20:59:14.292Z] #43 84.18 CC criu/autofs.o [2021-03-19T20:59:14.469Z] #43 91.07 CC criu/clone-noasan.o [2021-03-19T20:59:14.469Z] #43 91.29 CC criu/config.o [2021-03-19T20:59:14.486Z] #21 54.39 Selecting previously unselected package python3-wheel. [2021-03-19T20:59:14.486Z] #21 54.40 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-03-19T20:59:14.486Z] #21 54.42 Unpacking python3-wheel (0.32.3-2) ... [2021-03-19T20:59:14.486Z] #21 54.51 Selecting previously unselected package sudo. [2021-03-19T20:59:14.786Z] #21 54.51 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_ppc64el.deb ... [2021-03-19T20:59:14.786Z] #21 54.52 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-03-19T20:59:15.087Z] #21 ... [2021-03-19T20:59:15.087Z] [2021-03-19T20:59:15.087Z] #25 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-03-19T20:59:15.087Z] #25 sha256:38212544a641902aab900f3b80cba791212c093aab995b3a7e6e15c64a418fc4 [2021-03-19T20:59:15.087Z] #25 175.3 + mkdir -p /tmp/tmp.M1oQh7qQ9L/src/github.com/docker [2021-03-19T20:59:15.387Z] #25 175.3 + mv components/cli /tmp/tmp.M1oQh7qQ9L/src/github.com/docker/cli [2021-03-19T20:59:15.387Z] #25 175.3 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2021-03-19T20:59:15.396Z] #43 ... [2021-03-19T20:59:15.396Z] [2021-03-19T20:59:15.396Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:59:15.396Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:59:15.396Z] #13 142.3 Selecting previously unselected package libapparmor1:amd64. [2021-03-19T20:59:15.396Z] #13 142.3 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-03-19T20:59:15.396Z] #13 142.3 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-03-19T20:59:15.396Z] #13 142.4 Selecting previously unselected package libapparmor-dev:amd64. [2021-03-19T20:59:15.396Z] #13 142.4 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-03-19T20:59:15.396Z] #13 142.4 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-03-19T20:59:15.396Z] #13 142.6 Selecting previously unselected package libbtrfs0. [2021-03-19T20:59:15.396Z] #13 142.6 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-03-19T20:59:15.396Z] #13 142.6 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-19T20:59:15.657Z] #13 142.7 Selecting previously unselected package libbtrfs-dev. [2021-03-19T20:59:15.657Z] #13 142.7 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-03-19T20:59:15.657Z] #13 142.7 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-19T20:59:15.657Z] #13 142.9 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-03-19T20:59:15.657Z] #13 142.9 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-03-19T20:59:15.657Z] #13 142.9 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-03-19T20:59:15.694Z] #43 85.38 CC criu/bfd.o [2021-03-19T20:59:15.853Z] #43 92.58 CC criu/cr-check.o [2021-03-19T20:59:15.919Z] #13 143.0 Selecting previously unselected package libudev-dev:amd64. [2021-03-19T20:59:15.919Z] #13 143.0 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_amd64.deb ... [2021-03-19T20:59:15.919Z] #13 143.0 Unpacking libudev-dev:amd64 (241-7~deb10u6) ... [2021-03-19T20:59:16.179Z] #13 143.1 Selecting previously unselected package libsepol1-dev:amd64. [2021-03-19T20:59:16.179Z] #13 143.1 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-03-19T20:59:16.179Z] #13 143.2 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-03-19T20:59:16.249Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.005s coverage: 46.2% of statements [2021-03-19T20:59:16.274Z] #43 86.25 CC criu/bitmap.o [2021-03-19T20:59:16.439Z] #13 143.5 Selecting previously unselected package libpcre16-3:amd64. [2021-03-19T20:59:16.439Z] #13 143.5 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-03-19T20:59:16.439Z] #13 143.5 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-03-19T20:59:16.439Z] #13 143.7 Selecting previously unselected package libpcre32-3:amd64. [2021-03-19T20:59:16.512Z] #20 16.21 Reading package lists... [2021-03-19T20:59:16.539Z] #43 86.46 CC criu/cgroup-props.o [2021-03-19T20:59:16.699Z] #13 143.7 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-03-19T20:59:16.699Z] #13 143.7 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-03-19T20:59:16.699Z] #13 143.9 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-03-19T20:59:16.699Z] #13 143.9 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-03-19T20:59:16.699Z] #13 143.9 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-03-19T20:59:16.796Z] #43 ... [2021-03-19T20:59:16.796Z] [2021-03-19T20:59:16.796Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-19T20:59:16.796Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-19T20:59:16.796Z] #20 3.484 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-03-19T20:59:16.796Z] #20 3.509 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-19T20:59:16.796Z] #20 3.623 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-19T20:59:16.796Z] #20 3.625 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-19T20:59:16.796Z] #20 3.926 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [458 kB] [2021-03-19T20:59:16.796Z] #20 4.812 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-19T20:59:16.796Z] #20 6.004 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [269 kB] [2021-03-19T20:59:16.796Z] #20 7.228 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-19T20:59:16.796Z] #20 11.32 Fetched 8929 kB in 8s (1103 kB/s) [2021-03-19T20:59:16.960Z] #13 144.0 Selecting previously unselected package libpcre3-dev:amd64. [2021-03-19T20:59:16.960Z] #13 144.0 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-03-19T20:59:16.960Z] #13 144.1 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-03-19T20:59:17.045Z] #53 ... [2021-03-19T20:59:17.045Z] [2021-03-19T20:59:17.045Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-19T20:59:17.045Z] #56 sha256:c3a248de174e46393527b7999afa19b72d7795c2b19963e1251c2b7bc966f059 [2021-03-19T20:59:17.045Z] #56 207.6 + bin/containerd [2021-03-19T20:59:17.081Z] #20 20.09 Building dependency tree... [2021-03-19T20:59:17.119Z] #43 87.21 CC criu/cgroup.o [2021-03-19T20:59:17.220Z] #13 144.5 Selecting previously unselected package libselinux1-dev:amd64. [2021-03-19T20:59:17.282Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.003s coverage: 1.9% of statements [2021-03-19T20:59:17.368Z] #20 11.32 Reading package lists... [2021-03-19T20:59:17.368Z] #20 ... [2021-03-19T20:59:17.368Z] [2021-03-19T20:59:17.368Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:59:17.368Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:59:17.368Z] #43 94.25 CC criu/cr-dedup.o [2021-03-19T20:59:17.480Z] #13 144.5 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-03-19T20:59:17.480Z] #13 144.6 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-03-19T20:59:17.649Z] #20 ... [2021-03-19T20:59:17.649Z] [2021-03-19T20:59:17.649Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:59:17.649Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:59:17.649Z] #43 82.31 DEP criu/protobuf-desc.d [2021-03-19T20:59:17.649Z] #43 82.45 DEP criu/proc_parse.d [2021-03-19T20:59:17.649Z] #43 82.58 DEP criu/plugin.d [2021-03-19T20:59:17.649Z] #43 82.64 DEP criu/pipes.d [2021-03-19T20:59:17.649Z] #43 82.79 DEP criu/pie-util.d [2021-03-19T20:59:17.649Z] #43 82.88 DEP criu/pie-util-vdso.d [2021-03-19T20:59:17.649Z] #43 82.97 DEP criu/pie-util-vdso-elf32.d [2021-03-19T20:59:17.649Z] #43 83.07 DEP criu/path.d [2021-03-19T20:59:17.649Z] #43 83.25 DEP criu/parasite-syscall.d [2021-03-19T20:59:17.649Z] #43 83.45 DEP criu/pagemap.d [2021-03-19T20:59:17.649Z] #43 83.55 DEP criu/pagemap-cache.d [2021-03-19T20:59:17.649Z] #43 83.70 DEP criu/page-xfer.d [2021-03-19T20:59:17.649Z] #43 83.84 DEP criu/page-pipe.d [2021-03-19T20:59:17.649Z] #43 83.92 DEP criu/netfilter.d [2021-03-19T20:59:17.649Z] #43 84.14 DEP criu/net.d [2021-03-19T20:59:17.649Z] #43 84.40 DEP criu/namespaces.d [2021-03-19T20:59:17.649Z] #43 84.61 DEP criu/mount.d [2021-03-19T20:59:17.649Z] #43 84.76 DEP criu/memfd.d [2021-03-19T20:59:17.649Z] #43 84.89 DEP criu/mem.d [2021-03-19T20:59:17.649Z] #43 85.11 DEP criu/lsm.d [2021-03-19T20:59:17.649Z] #43 85.25 DEP criu/log.d [2021-03-19T20:59:17.649Z] #43 85.36 DEP criu/libnetlink.d [2021-03-19T20:59:17.649Z] #43 85.48 DEP criu/kerndat.d [2021-03-19T20:59:17.649Z] #43 85.66 DEP criu/kcmp-ids.d [2021-03-19T20:59:17.649Z] #43 85.76 DEP criu/irmap.d [2021-03-19T20:59:17.649Z] #43 85.87 DEP criu/ipc_ns.d [2021-03-19T20:59:17.649Z] #43 86.03 DEP criu/image.d [2021-03-19T20:59:17.649Z] #43 86.25 DEP criu/image-desc.d [2021-03-19T20:59:17.649Z] #43 86.40 DEP criu/fsnotify.d [2021-03-19T20:59:17.649Z] #43 86.58 DEP criu/filesystems.d [2021-03-19T20:59:17.649Z] #43 86.67 DEP criu/files.d [2021-03-19T20:59:17.649Z] #43 86.78 DEP criu/files-reg.d [2021-03-19T20:59:17.649Z] #43 86.96 DEP criu/files-ext.d [2021-03-19T20:59:17.649Z] #43 87.16 DEP criu/file-lock.d [2021-03-19T20:59:17.649Z] #43 87.31 DEP criu/file-ids.d [2021-03-19T20:59:17.649Z] #43 87.42 DEP criu/fifo.d [2021-03-19T20:59:17.740Z] #13 144.8 Selecting previously unselected package libdevmapper-dev:amd64. [2021-03-19T20:59:17.740Z] #13 144.8 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-03-19T20:59:17.740Z] #13 144.9 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-03-19T20:59:17.908Z] #43 87.64 DEP criu/fdstore.d [2021-03-19T20:59:17.908Z] #43 ... [2021-03-19T20:59:17.908Z] [2021-03-19T20:59:17.908Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-19T20:59:17.908Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-19T20:59:17.908Z] #20 21.92 libcap2-bin is already the newest version (1:2.25-2). [2021-03-19T20:59:17.908Z] #20 21.92 The following additional packages will be installed: [2021-03-19T20:59:17.908Z] #20 21.92 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-03-19T20:59:17.908Z] #20 21.92 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-03-19T20:59:17.908Z] #20 21.92 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-03-19T20:59:17.908Z] #20 21.93 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-03-19T20:59:17.908Z] #20 21.93 python3.7 python3.7-minimal vim-runtime xxd [2021-03-19T20:59:17.908Z] #20 21.93 Suggested packages: [2021-03-19T20:59:17.908Z] #20 21.93 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-03-19T20:59:17.908Z] #20 21.93 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-03-19T20:59:17.908Z] #20 21.93 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-03-19T20:59:17.908Z] #20 21.93 Recommended packages: [2021-03-19T20:59:17.908Z] #20 21.93 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-03-19T20:59:17.908Z] #20 21.93 python3-keyrings.alt python3-xdg unzip [2021-03-19T20:59:17.939Z] #43 94.70 CC criu/cr-dump.o [2021-03-19T20:59:18.000Z] #13 145.0 Selecting previously unselected package libseccomp-dev:amd64. [2021-03-19T20:59:18.000Z] #13 145.0 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ... [2021-03-19T20:59:18.000Z] #13 145.0 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-03-19T20:59:18.000Z] #13 145.1 Selecting previously unselected package libsystemd-dev:amd64. [2021-03-19T20:59:18.000Z] #13 145.1 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_amd64.deb ... [2021-03-19T20:59:18.000Z] #13 145.1 Unpacking libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-03-19T20:59:18.261Z] #13 ... [2021-03-19T20:59:18.261Z] [2021-03-19T20:59:18.261Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:59:18.261Z] #45 sha256:545ba0c6e50551d0b617ccbb97585f12f34dc9406939c9ddce5a9da66a6b6b5f [2021-03-19T20:59:18.261Z] #45 141.6 vendor/golang.org/x/net/http/httpproxy [2021-03-19T20:59:18.261Z] #45 142.1 mime/multipart [2021-03-19T20:59:18.261Z] #45 144.2 crypto/tls [2021-03-19T20:59:18.261Z] #45 150.2 net/http/httptrace [2021-03-19T20:59:18.261Z] #45 150.4 net/http [2021-03-19T20:59:18.261Z] #45 ... [2021-03-19T20:59:18.261Z] [2021-03-19T20:59:18.261Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:59:18.261Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:59:18.261Z] #43 52.70 CC compel/src/lib/ptrace.o [2021-03-19T20:59:18.261Z] #43 53.01 AR compel/libcompel.a [2021-03-19T20:59:18.261Z] #43 53.09 HOSTCC compel/src/main-host.o [2021-03-19T20:59:18.261Z] #43 53.35 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2021-03-19T20:59:18.261Z] #43 53.48 HOSTCC compel/src/lib/handle-elf-host.o [2021-03-19T20:59:18.261Z] #43 53.88 HOSTCC compel/src/lib/log-host.o [2021-03-19T20:59:18.261Z] #43 54.04 HOSTLINK compel/compel-host-bin [2021-03-19T20:59:18.261Z] #43 54.18 DEP soccr/soccr.d [2021-03-19T20:59:18.261Z] #43 54.38 CC soccr/soccr.o [2021-03-19T20:59:19.051Z] #43 ... [2021-03-19T20:59:19.051Z] [2021-03-19T20:59:19.051Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-19T20:59:19.051Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379 [2021-03-19T20:59:19.051Z] #20 17.95 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main arm64 uidmap arm64 1:4.5-1.1 [257 kB] [2021-03-19T20:59:19.051Z] #20 17.96 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-03-19T20:59:19.051Z] #20 18.12 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim arm64 2:8.1.0875-5 [1189 kB] [2021-03-19T20:59:19.051Z] #20 18.15 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xfsprogs arm64 4.20.0-1 [874 kB] [2021-03-19T20:59:19.051Z] #20 18.17 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zip arm64 3.0-11+b1 [225 kB] [2021-03-19T20:59:19.051Z] #20 18.73 debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:59:19.051Z] #20 18.81 Fetched 27.6 MB in 2s (16.0 MB/s) [2021-03-19T20:59:19.051Z] #20 18.87 Selecting previously unselected package pigz. [2021-03-19T20:59:19.051Z] #20 18.87 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23408 files and directories currently installed.) [2021-03-19T20:59:19.051Z] #20 18.94 Preparing to unpack .../archives/pigz_2.4-1_arm64.deb ... [2021-03-19T20:59:19.051Z] #20 18.95 Unpacking pigz (2.4-1) ... [2021-03-19T20:59:19.052Z] #20 19.14 Selecting previously unselected package libpython3.7-minimal:arm64. [2021-03-19T20:59:19.052Z] #20 19.15 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_arm64.deb ... [2021-03-19T20:59:19.052Z] #20 19.16 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ... [2021-03-19T20:59:19.052Z] #20 19.88 Selecting previously unselected package python3.7-minimal. [2021-03-19T20:59:19.052Z] #20 19.88 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_arm64.deb ... [2021-03-19T20:59:19.052Z] #20 19.91 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2021-03-19T20:59:19.052Z] #20 20.66 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ... [2021-03-19T20:59:19.052Z] #20 20.70 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2021-03-19T20:59:19.052Z] #20 23.00 Selecting previously unselected package python3-minimal. [2021-03-19T20:59:19.052Z] #20 23.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 ... 23657 files and directories currently installed.) [2021-03-19T20:59:19.052Z] #20 23.07 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ... [2021-03-19T20:59:19.052Z] #20 23.07 Unpacking python3-minimal (3.7.3-1) ... [2021-03-19T20:59:19.052Z] #20 23.18 Selecting previously unselected package libmpdec2:arm64. [2021-03-19T20:59:19.052Z] #20 23.19 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ... [2021-03-19T20:59:19.052Z] #20 23.24 Unpacking libmpdec2:arm64 (2.4.2-2) ... [2021-03-19T20:59:19.052Z] #20 23.37 Selecting previously unselected package libpython3.7-stdlib:arm64. [2021-03-19T20:59:19.052Z] #20 23.37 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_arm64.deb ... [2021-03-19T20:59:19.052Z] #20 23.38 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ... [2021-03-19T20:59:19.213Z] #43 55.79 AR soccr/libsoccr.a [2021-03-19T20:59:19.213Z] #43 55.82 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-19T20:59:19.631Z] #20 24.35 Selecting previously unselected package python3.7. [2021-03-19T20:59:19.631Z] #20 24.35 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_arm64.deb ... [2021-03-19T20:59:19.631Z] #20 24.36 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2021-03-19T20:59:19.631Z] #20 24.47 Selecting previously unselected package libpython3-stdlib:arm64. [2021-03-19T20:59:19.631Z] #20 24.47 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ... [2021-03-19T20:59:19.631Z] #20 24.48 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ... [2021-03-19T20:59:19.783Z] #43 56.16 DEP criu/arch/x86/sigframe.d [2021-03-19T20:59:19.783Z] #43 56.29 DEP criu/arch/x86/sigaction_compat.d [2021-03-19T20:59:19.783Z] #43 56.38 DEP criu/arch/x86/kerndat.d [2021-03-19T20:59:19.813Z] #20 23.83 The following NEW packages will be installed: [2021-03-19T20:59:19.813Z] #20 23.83 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-03-19T20:59:19.813Z] #20 23.83 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-03-19T20:59:19.813Z] #20 23.83 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-03-19T20:59:19.813Z] #20 23.83 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-03-19T20:59:19.813Z] #20 23.83 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-03-19T20:59:19.813Z] #20 23.83 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-03-19T20:59:19.813Z] #20 23.83 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-03-19T20:59:19.813Z] #20 23.83 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-03-19T20:59:19.813Z] #20 23.83 xz-utils zip [2021-03-19T20:59:19.851Z] #43 96.78 CC criu/cr-errno.o [2021-03-19T20:59:19.896Z] #20 24.62 Setting up python3-minimal (3.7.3-1) ... [2021-03-19T20:59:19.906Z] #25 ... [2021-03-19T20:59:19.906Z] [2021-03-19T20:59:19.906Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:59:19.906Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-19T20:59:19.906Z] #44 100.5 CC criu/bfd.o [2021-03-19T20:59:19.906Z] #44 101.3 CC criu/bitmap.o [2021-03-19T20:59:19.906Z] #44 101.5 CC criu/cgroup-props.o [2021-03-19T20:59:19.906Z] #44 102.8 CC criu/cgroup.o [2021-03-19T20:59:19.906Z] #44 107.5 CC criu/clone-noasan.o [2021-03-19T20:59:19.906Z] #44 107.8 CC criu/config.o [2021-03-19T20:59:19.906Z] #44 ... [2021-03-19T20:59:19.906Z] [2021-03-19T20:59:19.906Z] #21 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-19T20:59:19.906Z] #21 sha256:4c9d04e548c65087cec82d0a856eaa1f69a58bf085807ae56661f71481307afe [2021-03-19T20:59:19.906Z] #21 55.27 Selecting previously unselected package thin-provisioning-tools. [2021-03-19T20:59:19.906Z] #21 55.28 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_ppc64el.deb ... [2021-03-19T20:59:19.906Z] #21 55.28 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-03-19T20:59:19.906Z] #21 55.64 Selecting previously unselected package uidmap. [2021-03-19T20:59:19.906Z] #21 55.68 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_ppc64el.deb ... [2021-03-19T20:59:19.906Z] #21 55.68 Unpacking uidmap (1:4.5-1.1) ... [2021-03-19T20:59:19.906Z] #21 55.83 Selecting previously unselected package vim-runtime. [2021-03-19T20:59:19.906Z] #21 55.85 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-03-19T20:59:19.906Z] #21 55.94 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-03-19T20:59:19.906Z] #21 56.00 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-03-19T20:59:19.906Z] #21 56.01 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-03-19T20:59:19.906Z] #21 59.69 Selecting previously unselected package vim. [2021-03-19T20:59:19.906Z] #21 59.69 Preparing to unpack .../37-vim_2%3a8.1.0875-5_ppc64el.deb ... [2021-03-19T20:59:19.906Z] #21 59.71 Unpacking vim (2:8.1.0875-5) ... [2021-03-19T20:59:20.009Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.263s coverage: 49.4% of statements [2021-03-19T20:59:20.044Z] #43 56.55 DEP criu/arch/x86/crtools.d [2021-03-19T20:59:20.072Z] #20 24.15 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded. [2021-03-19T20:59:20.072Z] #20 24.15 Need to get 28.5 MB of archives. [2021-03-19T20:59:20.072Z] #20 24.15 After this operation, 116 MB of additional disk space will be used. [2021-03-19T20:59:20.072Z] #20 24.15 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-03-19T20:59:20.072Z] #20 24.15 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB] [2021-03-19T20:59:20.072Z] #20 24.17 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB] [2021-03-19T20:59:20.112Z] #43 96.86 CC criu/cr-restore.o [2021-03-19T20:59:20.304Z] #43 56.72 DEP criu/arch/x86/cpu.d [2021-03-19T20:59:20.304Z] #43 56.91 CC criu/arch/x86/cpu.o [2021-03-19T20:59:20.331Z] #20 24.26 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-03-19T20:59:20.331Z] #20 24.26 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-03-19T20:59:20.331Z] #20 24.28 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB] [2021-03-19T20:59:20.331Z] #20 24.38 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2021-03-19T20:59:20.331Z] #20 24.41 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-03-19T20:59:20.331Z] #20 24.43 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-03-19T20:59:20.331Z] #20 24.43 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-03-19T20:59:20.331Z] #20 24.43 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-03-19T20:59:20.331Z] #20 24.43 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-03-19T20:59:20.331Z] #20 24.43 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-03-19T20:59:20.331Z] #20 24.45 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-03-19T20:59:20.331Z] #20 24.45 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-03-19T20:59:20.331Z] #20 24.45 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-03-19T20:59:20.331Z] #20 24.48 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-03-19T20:59:20.331Z] #20 24.48 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-03-19T20:59:20.331Z] #20 24.50 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-03-19T20:59:20.331Z] #20 24.51 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-03-19T20:59:20.331Z] #20 24.52 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-03-19T20:59:20.331Z] #20 24.52 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-03-19T20:59:20.331Z] #20 24.58 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-03-19T20:59:20.557Z] #21 60.34 Selecting previously unselected package xfsprogs. [2021-03-19T20:59:20.557Z] #21 60.35 Preparing to unpack .../38-xfsprogs_4.20.0-1_ppc64el.deb ... [2021-03-19T20:59:20.557Z] #21 60.35 Unpacking xfsprogs (4.20.0-1) ... [2021-03-19T20:59:20.590Z] #20 24.58 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-03-19T20:59:20.590Z] #20 24.59 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-03-19T20:59:20.590Z] #20 24.60 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-03-19T20:59:20.590Z] #20 24.61 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-03-19T20:59:20.590Z] #20 24.61 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-03-19T20:59:20.590Z] #20 24.61 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-03-19T20:59:20.850Z] #20 25.62 Selecting previously unselected package python3. [2021-03-19T20:59:20.850Z] #20 25.62 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24069 files and directories currently installed.) [2021-03-19T20:59:20.850Z] #20 25.72 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ... [2021-03-19T20:59:20.875Z] #21 60.88 Selecting previously unselected package zip. [2021-03-19T20:59:20.875Z] #21 60.88 Preparing to unpack .../39-zip_3.0-11+b1_ppc64el.deb ... [2021-03-19T20:59:20.875Z] #21 60.90 Unpacking zip (3.0-11+b1) ... [2021-03-19T20:59:21.115Z] #20 25.74 Unpacking python3 (3.7.3-1) ... [2021-03-19T20:59:21.115Z] #20 25.88 Selecting previously unselected package libip4tc0:arm64. [2021-03-19T20:59:21.115Z] #20 25.88 Preparing to unpack .../01-libip4tc0_1.8.2-4_arm64.deb ... [2021-03-19T20:59:21.115Z] #20 25.90 Unpacking libip4tc0:arm64 (1.8.2-4) ... [2021-03-19T20:59:21.159Z] #20 25.09 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-03-19T20:59:21.159Z] #20 25.09 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-03-19T20:59:21.159Z] #20 25.10 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-03-19T20:59:21.159Z] #20 25.10 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-03-19T20:59:21.159Z] #20 25.10 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-03-19T20:59:21.159Z] #20 25.12 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-03-19T20:59:21.159Z] #20 25.20 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-03-19T20:59:21.159Z] #20 25.21 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-03-19T20:59:21.159Z] #20 25.22 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-03-19T20:59:21.159Z] #20 25.23 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-03-19T20:59:21.159Z] #20 25.24 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-03-19T20:59:21.159Z] #20 25.26 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-03-19T20:59:21.159Z] #20 25.26 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-03-19T20:59:21.175Z] #21 61.25 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-03-19T20:59:21.175Z] #21 61.26 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-19T20:59:21.245Z] #43 ... [2021-03-19T20:59:21.245Z] [2021-03-19T20:59:21.245Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-19T20:59:21.245Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-19T20:59:21.245Z] #13 145.6 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-03-19T20:59:21.245Z] #13 145.6 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-03-19T20:59:21.245Z] #13 145.6 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-03-19T20:59:21.245Z] #13 145.6 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-19T20:59:21.245Z] #13 145.6 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-03-19T20:59:21.245Z] #13 145.7 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-03-19T20:59:21.245Z] #13 145.7 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-19T20:59:21.245Z] #13 145.7 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-19T20:59:21.245Z] #13 145.7 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-03-19T20:59:21.245Z] #13 145.7 Setting up libudev-dev:amd64 (241-7~deb10u6) ... [2021-03-19T20:59:21.245Z] #13 145.7 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-19T20:59:21.245Z] #13 145.7 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-19T20:59:21.245Z] #13 145.7 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-03-19T20:59:21.245Z] #13 145.8 Setting up mingw-w64-common (6.0.0-3) ... [2021-03-19T20:59:21.245Z] #13 145.8 Setting up libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-03-19T20:59:21.245Z] #13 145.8 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-19T20:59:21.245Z] #13 145.8 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-03-19T20:59:21.245Z] #13 145.8 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-19T20:59:21.245Z] #13 145.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-03-19T20:59:21.245Z] #13 145.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-03-19T20:59:21.245Z] #13 145.8 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-19T20:59:21.245Z] #13 145.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 [2021-03-19T20:59:21.245Z] #13 145.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 [2021-03-19T20:59:21.245Z] #13 145.9 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-19T20:59:21.245Z] #13 145.9 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-03-19T20:59:21.245Z] #13 145.9 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-03-19T20:59:21.245Z] #13 145.9 Setting up dmsetup (2:1.02.155-3) ... [2021-03-19T20:59:21.245Z] #13 145.9 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-03-19T20:59:21.245Z] #13 146.0 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-03-19T20:59:21.245Z] #13 146.0 Processing triggers for libc-bin (2.28-10) ... [2021-03-19T20:59:21.245Z] #13 DONE 148.1s [2021-03-19T20:59:21.245Z] [2021-03-19T20:59:21.245Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:59:21.245Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:59:21.245Z] #43 57.57 CC criu/arch/x86/crtools.o [2021-03-19T20:59:21.245Z] #43 ... [2021-03-19T20:59:21.245Z] [2021-03-19T20:59:21.245Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-19T20:59:21.245Z] #53 sha256:c59b6bfb72bb4b5825c0932d764fd83da2ad279a1a4871dc70872c5bd4db7005 [2021-03-19T20:59:21.380Z] #20 26.02 Selecting previously unselected package libip6tc0:arm64. [2021-03-19T20:59:21.380Z] #20 26.03 Preparing to unpack .../02-libip6tc0_1.8.2-4_arm64.deb ... [2021-03-19T20:59:21.380Z] #20 26.04 Unpacking libip6tc0:arm64 (1.8.2-4) ... [2021-03-19T20:59:21.380Z] #20 26.13 Selecting previously unselected package libiptc0:arm64. [2021-03-19T20:59:21.380Z] #20 26.16 Preparing to unpack .../03-libiptc0_1.8.2-4_arm64.deb ... [2021-03-19T20:59:21.380Z] #20 26.17 Unpacking libiptc0:arm64 (1.8.2-4) ... [2021-03-19T20:59:21.380Z] #20 26.25 Selecting previously unselected package libnfnetlink0:arm64. [2021-03-19T20:59:21.380Z] #20 26.26 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2021-03-19T20:59:21.380Z] #20 26.27 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2021-03-19T20:59:21.380Z] #20 26.34 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2021-03-19T20:59:21.380Z] #20 26.34 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_arm64.deb ... [2021-03-19T20:59:21.380Z] #20 26.34 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2021-03-19T20:59:21.418Z] #20 25.34 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-03-19T20:59:21.418Z] #20 25.37 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-03-19T20:59:21.418Z] #20 25.40 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-03-19T20:59:21.474Z] #21 61.26 Setting up libip6tc0:ppc64el (1.8.2-4) ... [2021-03-19T20:59:21.474Z] #21 61.28 Setting up libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2021-03-19T20:59:21.474Z] #21 61.29 Setting up libgpm2:ppc64el (1.20.7-5) ... [2021-03-19T20:59:21.474Z] #21 61.29 Setting up libip4tc0:ppc64el (1.8.2-4) ... [2021-03-19T20:59:21.474Z] #21 61.31 Setting up uidmap (1:4.5-1.1) ... [2021-03-19T20:59:21.474Z] #21 61.32 Setting up libnftnl11:ppc64el (1.1.2-2) ... [2021-03-19T20:59:21.474Z] #21 61.33 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2021-03-19T20:59:21.474Z] #21 61.34 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-19T20:59:21.474Z] #21 61.34 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2021-03-19T20:59:21.474Z] #21 61.35 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2021-03-19T20:59:21.474Z] #21 61.36 Setting up xxd (2:8.1.0875-5) ... [2021-03-19T20:59:21.474Z] #21 61.36 Setting up zip (3.0-11+b1) ... [2021-03-19T20:59:21.474Z] #21 61.37 Setting up vim-common (2:8.1.0875-5) ... [2021-03-19T20:59:21.474Z] #21 61.41 Setting up bash-completion (1:2.8-6) ... [2021-03-19T20:59:21.647Z] #20 26.44 Selecting previously unselected package libnftnl11:arm64. [2021-03-19T20:59:21.647Z] #20 26.45 Preparing to unpack .../06-libnftnl11_1.1.2-2_arm64.deb ... [2021-03-19T20:59:21.647Z] #20 26.46 Unpacking libnftnl11:arm64 (1.1.2-2) ... [2021-03-19T20:59:21.647Z] #20 26.56 Selecting previously unselected package iptables. [2021-03-19T20:59:21.647Z] #20 26.56 Preparing to unpack .../07-iptables_1.8.2-4_arm64.deb ... [2021-03-19T20:59:21.647Z] #20 26.58 Unpacking iptables (1.8.2-4) ... [2021-03-19T20:59:21.678Z] #20 ... [2021-03-19T20:59:21.678Z] [2021-03-19T20:59:21.678Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-19T20:59:21.678Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-19T20:59:21.678Z] #32 DONE 189.7s [2021-03-19T20:59:21.678Z] [2021-03-19T20:59:21.678Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-19T20:59:21.678Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-19T20:59:21.678Z] #20 25.78 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-03-19T20:59:21.678Z] #20 25.90 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-03-19T20:59:21.912Z] #20 26.88 Selecting previously unselected package xxd. [2021-03-19T20:59:21.937Z] #20 26.00 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-03-19T20:59:22.176Z] #20 26.89 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_arm64.deb ... [2021-03-19T20:59:22.177Z] #20 26.90 Unpacking xxd (2:8.1.0875-5) ... [2021-03-19T20:59:22.177Z] #20 27.01 Selecting previously unselected package vim-common. [2021-03-19T20:59:22.177Z] #20 27.01 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-19T20:59:22.177Z] #20 27.04 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-19T20:59:22.296Z] #56 ... [2021-03-19T20:59:22.296Z] [2021-03-19T20:59:22.296Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-19T20:59:22.296Z] #53 sha256:9747ed5e62466bd4d07d77971062005203107a2c4dd5875ac98d2f7dcec14045 [2021-03-19T20:59:22.296Z] #53 127.5 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-03-19T20:59:22.296Z] #53 128.5 + mkdir -p /build [2021-03-19T20:59:22.296Z] #53 128.5 + cp runc /build/runc [2021-03-19T20:59:22.296Z] #53 DONE 128.9s [2021-03-19T20:59:22.296Z] [2021-03-19T20:59:22.296Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-19T20:59:22.296Z] #56 sha256:c3a248de174e46393527b7999afa19b72d7795c2b19963e1251c2b7bc966f059 [2021-03-19T20:59:22.442Z] #20 27.23 Selecting previously unselected package bash-completion. [2021-03-19T20:59:22.442Z] #20 27.23 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-03-19T20:59:22.552Z] #56 ... [2021-03-19T20:59:22.552Z] [2021-03-19T20:59:22.552Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-03-19T20:59:22.552Z] #54 sha256:7746f555325c49facda751439631c7905948d4fe8c1cc31c9dd64de283267726 [2021-03-19T20:59:22.629Z] #53 1.650 + RM_GOPATH=0 [2021-03-19T20:59:22.629Z] #53 1.650 + TMP_GOPATH= [2021-03-19T20:59:22.629Z] #53 1.650 + : /build [2021-03-19T20:59:22.629Z] #53 1.650 + '[' -z '' ']' [2021-03-19T20:59:22.629Z] #53 1.650 ++ mktemp -d [2021-03-19T20:59:22.629Z] #53 1.650 + export GOPATH=/tmp/tmp.jUgZiTkcZL [2021-03-19T20:59:22.629Z] #53 1.650 + GOPATH=/tmp/tmp.jUgZiTkcZL [2021-03-19T20:59:22.629Z] #53 1.650 + RM_GOPATH=1 [2021-03-19T20:59:22.629Z] #53 1.650 + case "$(go env GOARCH)" in [2021-03-19T20:59:22.629Z] #53 1.652 ++ go env GOARCH [2021-03-19T20:59:22.629Z] #53 1.697 + export GO_BUILDMODE=-buildmode=pie [2021-03-19T20:59:22.629Z] #53 1.697 + GO_BUILDMODE=-buildmode=pie [2021-03-19T20:59:22.629Z] #53 1.698 ++ dirname /tmp/install/install.sh [2021-03-19T20:59:22.629Z] #53 1.700 + dir=/tmp/install [2021-03-19T20:59:22.629Z] #53 1.700 + bin=runc [2021-03-19T20:59:22.629Z] #53 1.700 + shift [2021-03-19T20:59:22.629Z] #53 1.700 + '[' '!' -f /tmp/install/runc.installer ']' [2021-03-19T20:59:22.629Z] #53 1.700 + . /tmp/install/runc.installer [2021-03-19T20:59:22.629Z] #53 1.700 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-19T20:59:22.629Z] #53 1.700 + install_runc [2021-03-19T20:59:22.629Z] #53 1.701 + uname -r [2021-03-19T20:59:22.629Z] #53 1.705 + grep -q '^3\.10\.0.*\.el7\.' [2021-03-19T20:59:22.629Z] #53 1.711 + RUNC_BUILDTAGS='seccomp ' [2021-03-19T20:59:22.809Z] #54 DONE 0.3s [2021-03-19T20:59:22.809Z] [2021-03-19T20:59:22.809Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-19T20:59:22.809Z] #56 sha256:c3a248de174e46393527b7999afa19b72d7795c2b19963e1251c2b7bc966f059 [2021-03-19T20:59:22.889Z] #53 ... [2021-03-19T20:59:22.889Z] [2021-03-19T20:59:22.889Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-03-19T20:59:22.889Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815 [2021-03-19T20:59:22.889Z] #14 DONE 1.7s [2021-03-19T20:59:22.889Z] [2021-03-19T20:59:22.889Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-19T20:59:22.889Z] #53 sha256:c59b6bfb72bb4b5825c0932d764fd83da2ad279a1a4871dc70872c5bd4db7005 [2021-03-19T20:59:22.889Z] #53 1.711 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-03-19T20:59:22.889Z] #53 1.711 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-03-19T20:59:22.889Z] #53 1.711 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.jUgZiTkcZL/src/github.com/opencontainers/runc [2021-03-19T20:59:22.889Z] #53 1.726 Cloning into '/tmp/tmp.jUgZiTkcZL/src/github.com/opencontainers/runc'... [2021-03-19T20:59:23.316Z] #20 27.16 debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:59:23.316Z] #20 27.27 Fetched 28.5 MB in 2s (13.2 MB/s) [2021-03-19T20:59:23.316Z] #20 27.34 Selecting previously unselected package pigz. [2021-03-19T20:59:23.316Z] #20 27.34 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23435 files and directories currently installed.) [2021-03-19T20:59:23.316Z] #20 27.39 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-03-19T20:59:23.316Z] #20 27.40 Unpacking pigz (2.4-1) ... [2021-03-19T20:59:23.316Z] #20 27.50 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-03-19T20:59:23.316Z] #20 27.50 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-03-19T20:59:23.411Z] #43 ... [2021-03-19T20:59:23.411Z] [2021-03-19T20:59:23.411Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-19T20:59:23.411Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-19T20:59:23.411Z] #20 11.32 Reading package lists... [2021-03-19T20:59:23.411Z] #20 14.59 Reading package lists... [2021-03-19T20:59:23.411Z] #20 17.73 Building dependency tree... [2021-03-19T20:59:23.411Z] #20 19.01 libcap2-bin is already the newest version (1:2.25-2). [2021-03-19T20:59:23.411Z] #20 19.01 The following additional packages will be installed: [2021-03-19T20:59:23.411Z] #20 19.02 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-03-19T20:59:23.411Z] #20 19.02 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-03-19T20:59:23.411Z] #20 19.02 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-03-19T20:59:23.411Z] #20 19.02 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-03-19T20:59:23.411Z] #20 19.02 python3.7 python3.7-minimal vim-runtime xxd [2021-03-19T20:59:23.411Z] #20 19.03 Suggested packages: [2021-03-19T20:59:23.411Z] #20 19.03 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-03-19T20:59:23.411Z] #20 19.03 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-03-19T20:59:23.411Z] #20 19.03 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-03-19T20:59:23.411Z] #20 19.03 Recommended packages: [2021-03-19T20:59:23.411Z] #20 19.03 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-03-19T20:59:23.411Z] #20 19.03 python3-keyrings.alt python3-xdg unzip [2021-03-19T20:59:23.575Z] #20 27.51 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-03-19T20:59:23.672Z] #20 20.49 The following NEW packages will be installed: [2021-03-19T20:59:23.672Z] #20 20.50 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-03-19T20:59:23.672Z] #20 20.50 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-03-19T20:59:23.672Z] #20 20.50 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-03-19T20:59:23.672Z] #20 20.50 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-03-19T20:59:23.672Z] #20 20.50 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-03-19T20:59:23.672Z] #20 20.50 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-03-19T20:59:23.672Z] #20 20.50 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-03-19T20:59:23.672Z] #20 20.50 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-03-19T20:59:23.672Z] #20 20.50 xz-utils zip [2021-03-19T20:59:23.830Z] #53 ... [2021-03-19T20:59:23.830Z] [2021-03-19T20:59:23.830Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-19T20:59:23.830Z] #58 sha256:a433a57029601133f46506bed3c358688b8891ed7814f92d40b425579013c89b [2021-03-19T20:59:23.830Z] #58 149.1 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-19T20:59:23.830Z] #58 149.1 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-03-19T20:59:23.830Z] #58 DONE 157.2s [2021-03-19T20:59:23.830Z] [2021-03-19T20:59:23.830Z] #15 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-03-19T20:59:23.830Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-03-19T20:59:23.830Z] #15 DONE 1.3s [2021-03-19T20:59:23.830Z] [2021-03-19T20:59:23.830Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-03-19T20:59:23.830Z] #59 sha256:792b548cf8ba4a973f753e6b69322189e9aa4873837c509cb575256c3a453a8b [2021-03-19T20:59:23.834Z] #20 27.93 Selecting previously unselected package python3.7-minimal. [2021-03-19T20:59:23.834Z] #20 27.94 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-03-19T20:59:23.834Z] #20 27.96 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2021-03-19T20:59:24.090Z] #59 DONE 0.2s [2021-03-19T20:59:24.090Z] [2021-03-19T20:59:24.090Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-03-19T20:59:24.090Z] #60 sha256:b717f1c954ac9a59a982ab9996c9cc692e45605233d87838414a5b05cdf3dbcb [2021-03-19T20:59:24.090Z] #60 DONE 0.1s [2021-03-19T20:59:24.090Z] [2021-03-19T20:59:24.090Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-03-19T20:59:24.090Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac [2021-03-19T20:59:24.243Z] #20 20.81 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded. [2021-03-19T20:59:24.243Z] #20 20.81 Need to get 28.5 MB of archives. [2021-03-19T20:59:24.243Z] #20 20.81 After this operation, 116 MB of additional disk space will be used. [2021-03-19T20:59:24.243Z] #20 20.81 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-03-19T20:59:24.243Z] #20 20.81 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB] [2021-03-19T20:59:24.243Z] #20 20.84 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB] [2021-03-19T20:59:24.243Z] #20 20.95 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-03-19T20:59:24.243Z] #20 20.96 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-03-19T20:59:24.243Z] #20 20.97 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB] [2021-03-19T20:59:24.243Z] #20 21.03 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2021-03-19T20:59:24.243Z] #20 21.05 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-03-19T20:59:24.243Z] #20 21.05 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-03-19T20:59:24.243Z] #20 21.06 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-03-19T20:59:24.243Z] #20 21.06 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-03-19T20:59:24.243Z] #20 21.06 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-03-19T20:59:24.243Z] #20 21.07 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-03-19T20:59:24.243Z] #20 21.07 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-03-19T20:59:24.243Z] #20 21.07 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-03-19T20:59:24.243Z] #20 21.08 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-03-19T20:59:24.243Z] #20 21.09 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-03-19T20:59:24.243Z] #20 21.10 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-03-19T20:59:24.243Z] #20 21.11 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-03-19T20:59:24.243Z] #20 21.12 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-03-19T20:59:24.243Z] #20 21.12 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-03-19T20:59:24.243Z] #20 21.13 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-03-19T20:59:24.243Z] #20 21.16 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-03-19T20:59:24.503Z] #20 21.16 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-03-19T20:59:24.503Z] #20 21.17 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-03-19T20:59:24.503Z] #20 21.18 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-03-19T20:59:24.503Z] #20 21.19 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-03-19T20:59:24.503Z] #20 21.19 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-03-19T20:59:24.503Z] #20 21.19 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-03-19T20:59:24.503Z] #20 ... [2021-03-19T20:59:24.503Z] [2021-03-19T20:59:24.503Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:59:24.503Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:59:24.503Z] #43 101.4 CC criu/cr-service.o [2021-03-19T20:59:24.771Z] #20 28.77 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-03-19T20:59:24.771Z] #20 28.80 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2021-03-19T20:59:25.473Z] #16 1.399 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-03-19T20:59:25.473Z] #16 DONE 1.5s [2021-03-19T20:59:25.473Z] [2021-03-19T20:59:25.473Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-03-19T20:59:25.473Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea [2021-03-19T20:59:25.575Z] ok github.com/docker/docker/daemon/graphdriver/aufs 15.666s coverage: 73.3% of statements [2021-03-19T20:59:25.575Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-03-19T20:59:25.771Z] #20 30.42 Unpacking bash-completion (1:2.8-6) ... [2021-03-19T20:59:25.869Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.005s coverage: 57.5% of statements [2021-03-19T20:59:26.005Z] #21 65.96 Setting up libiptc0:ppc64el (1.8.2-4) ... [2021-03-19T20:59:26.005Z] #21 65.97 Setting up xz-utils (5.2.4-1) ... [2021-03-19T20:59:26.005Z] #21 65.98 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-03-19T20:59:26.005Z] #21 66.00 Setting up sudo (1.8.27-1+deb10u3) ... [2021-03-19T20:59:26.306Z] #21 66.13 invoke-rc.d: could not determine current runlevel [2021-03-19T20:59:26.306Z] #21 66.14 invoke-rc.d: policy-rc.d denied execution of start. [2021-03-19T20:59:26.306Z] #21 66.15 Setting up pigz (2.4-1) ... [2021-03-19T20:59:26.306Z] #21 66.16 Setting up libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2021-03-19T20:59:26.306Z] #21 66.17 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2021-03-19T20:59:26.306Z] #21 66.18 Setting up python-pip-whl (18.1-5) ... [2021-03-19T20:59:26.306Z] #21 66.19 Setting up libmpdec2:ppc64el (2.4.2-2) ... [2021-03-19T20:59:26.306Z] #21 66.19 Setting up vim-runtime (2:8.1.0875-5) ... [2021-03-19T20:59:26.351Z] #20 30.92 Selecting previously unselected package bzip2. [2021-03-19T20:59:26.351Z] #20 30.92 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_arm64.deb ... [2021-03-19T20:59:26.351Z] #20 30.93 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-19T20:59:26.351Z] #20 31.04 Selecting previously unselected package xz-utils. [2021-03-19T20:59:26.351Z] #20 31.05 Preparing to unpack .../12-xz-utils_5.2.4-1_arm64.deb ... [2021-03-19T20:59:26.351Z] #20 31.06 Unpacking xz-utils (5.2.4-1) ... [2021-03-19T20:59:26.351Z] #20 31.25 Selecting previously unselected package apparmor. [2021-03-19T20:59:26.351Z] #20 31.25 Preparing to unpack .../13-apparmor_2.13.2-10_arm64.deb ... [2021-03-19T20:59:26.443Z] #43 103.3 CC criu/crtools.o [2021-03-19T20:59:26.616Z] #20 31.37 Unpacking apparmor (2.13.2-10) ... [2021-03-19T20:59:26.676Z] #20 30.73 Selecting previously unselected package python3-minimal. [2021-03-19T20:59:26.677Z] #20 30.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 ... 23684 files and directories currently installed.) [2021-03-19T20:59:26.677Z] #20 30.79 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-03-19T20:59:26.677Z] #20 30.80 Unpacking python3-minimal (3.7.3-1) ... [2021-03-19T20:59:26.881Z] #20 31.72 Selecting previously unselected package aufs-tools. [2021-03-19T20:59:26.881Z] #20 31.72 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_arm64.deb ... [2021-03-19T20:59:26.881Z] #20 31.72 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-03-19T20:59:26.903Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.003s coverage: 3.0% of statements [2021-03-19T20:59:26.903Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.951s coverage: 57.7% of statements [2021-03-19T20:59:26.903Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-03-19T20:59:26.903Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-03-19T20:59:26.936Z] #20 30.89 Selecting previously unselected package libmpdec2:amd64. [2021-03-19T20:59:26.936Z] #20 30.89 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-03-19T20:59:26.936Z] #20 30.90 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-03-19T20:59:26.936Z] #20 30.99 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-03-19T20:59:26.936Z] #20 31.00 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2021-03-19T20:59:26.936Z] #20 31.00 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-03-19T20:59:26.957Z] #21 66.92 Setting up libaio1:ppc64el (0.3.112-3) ... [2021-03-19T20:59:26.957Z] #21 66.92 Setting up libonig5:ppc64el (6.9.1-1) ... [2021-03-19T20:59:26.957Z] #21 66.92 Setting up libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ... [2021-03-19T20:59:26.957Z] #21 66.92 Setting up vim (2:8.1.0875-5) ... [2021-03-19T20:59:26.957Z] #21 66.93 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-03-19T20:59:26.957Z] #21 66.94 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-03-19T20:59:26.957Z] #21 66.95 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-03-19T20:59:26.957Z] #21 66.96 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-03-19T20:59:26.957Z] #21 66.97 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-03-19T20:59:26.957Z] #21 66.98 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-03-19T20:59:26.957Z] #21 66.99 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-03-19T20:59:26.957Z] #21 67.00 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-03-19T20:59:26.957Z] #21 67.04 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2021-03-19T20:59:26.957Z] #21 67.04 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-03-19T20:59:26.957Z] #21 67.05 Setting up libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2021-03-19T20:59:26.957Z] #21 67.06 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-19T20:59:26.957Z] #21 67.07 Setting up libpython3-stdlib:ppc64el (3.7.3-1) ... [2021-03-19T20:59:26.957Z] #21 67.07 Setting up python3.7 (3.7.3-2+deb10u2) ... [2021-03-19T20:59:26.957Z] #21 ... [2021-03-19T20:59:26.957Z] [2021-03-19T20:59:26.957Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:59:26.957Z] #46 sha256:01cdc391c2a635773473112dcab908b7b7dfe0e9cca8ea606d862f15501446b8 [2021-03-19T20:59:26.957Z] #46 177.2 github.com/LK4D4/vndr/godl [2021-03-19T20:59:26.957Z] #46 178.3 github.com/LK4D4/vndr [2021-03-19T20:59:27.013Z] #43 103.9 CC criu/eventfd.o [2021-03-19T20:59:27.157Z] #20 31.88 Selecting previously unselected package libonig5:arm64. [2021-03-19T20:59:27.157Z] #20 31.89 Preparing to unpack .../15-libonig5_6.9.1-1_arm64.deb ... [2021-03-19T20:59:27.157Z] #20 31.90 Unpacking libonig5:arm64 (6.9.1-1) ... [2021-03-19T20:59:27.255Z] #46 ... [2021-03-19T20:59:27.255Z] [2021-03-19T20:59:27.255Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:59:27.255Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-19T20:59:27.255Z] #44 110.8 CC criu/cr-check.o [2021-03-19T20:59:27.255Z] #44 113.7 CC criu/cr-dedup.o [2021-03-19T20:59:27.255Z] #44 114.3 CC criu/cr-dump.o [2021-03-19T20:59:27.255Z] #44 117.6 CC criu/cr-errno.o [2021-03-19T20:59:27.255Z] #44 117.7 CC criu/cr-restore.o [2021-03-19T20:59:27.422Z] #20 32.04 Selecting previously unselected package libjq1:arm64. [2021-03-19T20:59:27.422Z] #20 32.05 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2021-03-19T20:59:27.422Z] #20 32.07 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-03-19T20:59:27.422Z] #20 32.20 Selecting previously unselected package jq. [2021-03-19T20:59:27.422Z] #20 32.21 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_arm64.deb ... [2021-03-19T20:59:27.422Z] #20 32.22 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-19T20:59:27.534Z] ok github.com/docker/docker/daemon/links 0.008s coverage: 93.0% of statements [2021-03-19T20:59:27.556Z] #44 ... [2021-03-19T20:59:27.556Z] [2021-03-19T20:59:27.556Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:59:27.556Z] #46 sha256:01cdc391c2a635773473112dcab908b7b7dfe0e9cca8ea606d862f15501446b8 [2021-03-19T20:59:27.556Z] #46 DONE 187.8s [2021-03-19T20:59:27.583Z] #43 104.2 CC criu/eventpoll.o [2021-03-19T20:59:27.687Z] #20 32.35 Selecting previously unselected package libaio1:arm64. [2021-03-19T20:59:27.687Z] #20 32.36 Preparing to unpack .../18-libaio1_0.3.112-3_arm64.deb ... [2021-03-19T20:59:27.687Z] #20 32.36 Unpacking libaio1:arm64 (0.3.112-3) ... [2021-03-19T20:59:27.687Z] #20 32.43 Selecting previously unselected package libgpm2:arm64. [2021-03-19T20:59:27.687Z] #20 32.44 Preparing to unpack .../19-libgpm2_1.20.7-5_arm64.deb ... [2021-03-19T20:59:27.687Z] #20 32.45 Unpacking libgpm2:arm64 (1.20.7-5) ... [2021-03-19T20:59:27.687Z] #20 32.54 Selecting previously unselected package libicu63:arm64. [2021-03-19T20:59:27.855Z] [2021-03-19T20:59:27.855Z] #25 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-03-19T20:59:27.855Z] #25 sha256:38212544a641902aab900f3b80cba791212c093aab995b3a7e6e15c64a418fc4 [2021-03-19T20:59:27.872Z] #20 31.95 Selecting previously unselected package python3.7. [2021-03-19T20:59:27.872Z] #20 31.95 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2021-03-19T20:59:27.872Z] #20 31.96 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2021-03-19T20:59:27.872Z] #20 ... [2021-03-19T20:59:27.872Z] [2021-03-19T20:59:27.872Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:59:27.872Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:59:27.872Z] #43 87.73 DEP criu/fault-injection.d [2021-03-19T20:59:27.872Z] #43 87.77 DEP criu/external.d [2021-03-19T20:59:27.872Z] #43 87.88 DEP criu/eventpoll.d [2021-03-19T20:59:27.872Z] #43 88.03 DEP criu/eventfd.d [2021-03-19T20:59:27.872Z] #43 88.15 DEP criu/crtools.d [2021-03-19T20:59:27.872Z] #43 88.30 DEP criu/cr-service.d [2021-03-19T20:59:27.872Z] #43 88.45 DEP criu/cr-restore.d [2021-03-19T20:59:27.872Z] #43 88.64 DEP criu/cr-errno.d [2021-03-19T20:59:27.872Z] #43 88.65 DEP criu/cr-dump.d [2021-03-19T20:59:27.872Z] #43 88.92 DEP criu/cr-dedup.d [2021-03-19T20:59:27.872Z] #43 89.06 DEP criu/cr-check.d [2021-03-19T20:59:27.873Z] #43 89.32 DEP criu/config.d [2021-03-19T20:59:27.873Z] #43 89.43 DEP criu/clone-noasan.d [2021-03-19T20:59:27.873Z] #43 89.50 DEP criu/cgroup.d [2021-03-19T20:59:27.873Z] #43 89.68 DEP criu/cgroup-props.d [2021-03-19T20:59:27.873Z] #43 89.81 DEP criu/bitmap.d [2021-03-19T20:59:27.873Z] #43 89.83 DEP criu/bfd.d [2021-03-19T20:59:27.873Z] #43 89.92 DEP criu/autofs.d [2021-03-19T20:59:27.873Z] #43 90.13 DEP criu/aio.d [2021-03-19T20:59:27.873Z] #43 90.33 DEP criu/action-scripts.d [2021-03-19T20:59:27.873Z] #43 90.64 CC criu/action-scripts.o [2021-03-19T20:59:27.873Z] #43 91.10 CC criu/aio.o [2021-03-19T20:59:27.873Z] #43 91.69 CC criu/autofs.o [2021-03-19T20:59:27.873Z] #43 93.53 CC criu/bfd.o [2021-03-19T20:59:27.873Z] #43 94.00 CC criu/bitmap.o [2021-03-19T20:59:27.873Z] #43 94.15 CC criu/cgroup-props.o [2021-03-19T20:59:27.873Z] #43 94.80 CC criu/cgroup.o [2021-03-19T20:59:27.873Z] #43 97.53 CC criu/clone-noasan.o [2021-03-19T20:59:27.873Z] #43 97.73 CC criu/config.o [2021-03-19T20:59:27.951Z] #20 32.55 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_arm64.deb ... [2021-03-19T20:59:27.951Z] #20 32.57 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2021-03-19T20:59:28.014Z] #17 DONE 2.0s [2021-03-19T20:59:28.014Z] [2021-03-19T20:59:28.014Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-03-19T20:59:28.014Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6 [2021-03-19T20:59:28.132Z] #43 ... [2021-03-19T20:59:28.132Z] [2021-03-19T20:59:28.132Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-19T20:59:28.132Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-19T20:59:28.132Z] #20 32.14 Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-19T20:59:28.132Z] #20 32.15 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-03-19T20:59:28.132Z] #20 32.18 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-03-19T20:59:28.132Z] #20 32.24 Setting up python3-minimal (3.7.3-1) ... [2021-03-19T20:59:28.154Z] #43 105.0 CC criu/external.o [2021-03-19T20:59:28.415Z] #43 105.3 CC criu/fault-injection.o [2021-03-19T20:59:28.415Z] #43 105.4 CC criu/fdstore.o [2021-03-19T20:59:28.956Z] #18 DONE 1.1s [2021-03-19T20:59:28.956Z] [2021-03-19T20:59:28.956Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-03-19T20:59:28.956Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-03-19T20:59:28.986Z] #43 105.8 CC criu/fifo.o [2021-03-19T20:59:29.040Z] ok github.com/docker/docker/daemon/images 0.028s coverage: 6.7% of statements [2021-03-19T20:59:29.040Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-03-19T20:59:29.040Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-03-19T20:59:29.069Z] #20 33.01 Selecting previously unselected package python3. [2021-03-19T20:59:29.069Z] #20 33.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 ... 24096 files and directories currently installed.) [2021-03-19T20:59:29.069Z] #20 33.05 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-03-19T20:59:29.069Z] #20 33.07 Unpacking python3 (3.7.3-1) ... [2021-03-19T20:59:29.069Z] #20 33.16 Selecting previously unselected package libip4tc0:amd64. [2021-03-19T20:59:29.069Z] #20 33.16 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-03-19T20:59:29.069Z] #20 33.16 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-03-19T20:59:29.069Z] #20 33.26 Selecting previously unselected package libip6tc0:amd64. [2021-03-19T20:59:29.328Z] #20 33.26 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-03-19T20:59:29.328Z] #20 33.27 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-03-19T20:59:29.328Z] #20 33.38 Selecting previously unselected package libiptc0:amd64. [2021-03-19T20:59:29.328Z] #20 33.38 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-03-19T20:59:29.328Z] #20 33.39 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-03-19T20:59:29.328Z] #20 33.46 Selecting previously unselected package libnfnetlink0:amd64. [2021-03-19T20:59:29.328Z] #20 33.47 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-03-19T20:59:29.328Z] #20 33.47 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-03-19T20:59:29.328Z] #20 33.53 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-03-19T20:59:29.328Z] #20 33.53 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-03-19T20:59:29.331Z] ok github.com/docker/docker/daemon/logger 0.219s coverage: 43.2% of statements [2021-03-19T20:59:29.557Z] #43 106.2 CC criu/file-ids.o [2021-03-19T20:59:29.587Z] #20 33.54 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-03-19T20:59:29.587Z] #20 33.64 Selecting previously unselected package libnftnl11:amd64. [2021-03-19T20:59:29.587Z] #20 33.64 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-03-19T20:59:29.587Z] #20 33.65 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-03-19T20:59:29.587Z] #20 33.75 Selecting previously unselected package iptables. [2021-03-19T20:59:29.817Z] #43 106.6 CC criu/file-lock.o [2021-03-19T20:59:29.846Z] #20 33.75 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-03-19T20:59:29.846Z] #20 33.76 Unpacking iptables (1.8.2-4) ... [2021-03-19T20:59:29.902Z] #19 DONE 1.1s [2021-03-19T20:59:29.902Z] [2021-03-19T20:59:29.902Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-19T20:59:29.902Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-19T20:59:29.979Z] #20 ... [2021-03-19T20:59:29.979Z] [2021-03-19T20:59:29.979Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:59:29.979Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-19T20:59:29.979Z] #43 90.05 CC criu/clone-noasan.o [2021-03-19T20:59:29.979Z] #43 90.21 CC criu/config.o [2021-03-19T20:59:29.979Z] #43 91.48 CC criu/cr-check.o [2021-03-19T20:59:29.979Z] #43 92.94 CC criu/cr-dedup.o [2021-03-19T20:59:29.979Z] #43 93.26 CC criu/cr-dump.o [2021-03-19T20:59:29.979Z] #43 95.16 CC criu/cr-errno.o [2021-03-19T20:59:29.979Z] #43 95.21 CC criu/cr-restore.o [2021-03-19T20:59:29.979Z] #43 98.74 CC criu/cr-service.o [2021-03-19T20:59:30.111Z] #20 34.06 Selecting previously unselected package xxd. [2021-03-19T20:59:30.112Z] #20 34.07 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-03-19T20:59:30.112Z] #20 34.08 Unpacking xxd (2:8.1.0875-5) ... [2021-03-19T20:59:30.255Z] #43 ... [2021-03-19T20:59:30.255Z] [2021-03-19T20:59:30.255Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-19T20:59:30.255Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379 [2021-03-19T20:59:30.255Z] #20 35.00 Selecting previously unselected package libnet1:arm64. [2021-03-19T20:59:30.255Z] #20 35.00 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2021-03-19T20:59:30.255Z] #20 35.01 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-03-19T20:59:30.255Z] #20 35.10 Selecting previously unselected package libnl-3-200:arm64. [2021-03-19T20:59:30.255Z] #20 35.11 Preparing to unpack .../22-libnl-3-200_3.4.0-1_arm64.deb ... [2021-03-19T20:59:30.255Z] #20 35.13 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2021-03-19T20:59:30.255Z] #20 35.23 Selecting previously unselected package libprotobuf-c1:arm64. [2021-03-19T20:59:30.363Z] ok github.com/docker/docker/daemon/logger/awslogs 0.097s coverage: 77.8% of statements [2021-03-19T20:59:30.363Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-03-19T20:59:30.363Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-03-19T20:59:30.363Z] ok github.com/docker/docker/daemon/logger/gelf 0.006s coverage: 67.0% of statements [2021-03-19T20:59:30.370Z] #20 34.21 Selecting previously unselected package vim-common. [2021-03-19T20:59:30.370Z] #20 34.21 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-19T20:59:30.370Z] #20 34.24 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-19T20:59:30.370Z] #20 34.43 Selecting previously unselected package bash-completion. [2021-03-19T20:59:30.370Z] #20 34.43 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-03-19T20:59:30.388Z] #43 ... [2021-03-19T20:59:30.388Z] [2021-03-19T20:59:30.388Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-19T20:59:30.388Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-19T20:59:30.388Z] #20 21.67 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-03-19T20:59:30.388Z] #20 21.67 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-03-19T20:59:30.388Z] #20 21.67 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-03-19T20:59:30.388Z] #20 21.67 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-03-19T20:59:30.388Z] #20 21.67 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-03-19T20:59:30.388Z] #20 21.69 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-03-19T20:59:30.388Z] #20 21.81 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-03-19T20:59:30.388Z] #20 21.82 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-03-19T20:59:30.388Z] #20 21.84 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-03-19T20:59:30.388Z] #20 21.86 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-03-19T20:59:30.388Z] #20 21.87 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-03-19T20:59:30.388Z] #20 21.89 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-03-19T20:59:30.388Z] #20 21.89 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-03-19T20:59:30.388Z] #20 21.96 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-03-19T20:59:30.388Z] #20 21.98 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-03-19T20:59:30.388Z] #20 22.01 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-03-19T20:59:30.388Z] #20 22.36 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-03-19T20:59:30.388Z] #20 22.40 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-03-19T20:59:30.388Z] #20 22.44 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-03-19T20:59:30.388Z] #20 23.15 debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:59:30.388Z] #20 23.28 Fetched 28.5 MB in 2s (14.9 MB/s) [2021-03-19T20:59:30.388Z] #20 23.37 Selecting previously unselected package pigz. [2021-03-19T20:59:30.388Z] #20 23.37 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23435 files and directories currently installed.) [2021-03-19T20:59:30.388Z] #20 23.41 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-03-19T20:59:30.388Z] #20 23.43 Unpacking pigz (2.4-1) ... [2021-03-19T20:59:30.388Z] #20 23.51 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-03-19T20:59:30.388Z] #20 23.52 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-03-19T20:59:30.388Z] #20 23.53 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-03-19T20:59:30.388Z] #20 23.96 Selecting previously unselected package python3.7-minimal. [2021-03-19T20:59:30.388Z] #20 23.96 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-03-19T20:59:30.388Z] #20 23.97 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2021-03-19T20:59:30.388Z] #20 24.87 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-03-19T20:59:30.388Z] #20 24.93 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2021-03-19T20:59:30.388Z] #20 27.00 Selecting previously unselected package python3-minimal. [2021-03-19T20:59:30.388Z] #20 27.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 ... 23684 files and directories currently installed.) [2021-03-19T20:59:30.388Z] #20 27.05 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-03-19T20:59:30.388Z] #20 27.06 Unpacking python3-minimal (3.7.3-1) ... [2021-03-19T20:59:30.388Z] #20 27.13 Selecting previously unselected package libmpdec2:amd64. [2021-03-19T20:59:30.388Z] #20 27.14 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-03-19T20:59:30.388Z] #20 27.15 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-03-19T20:59:30.570Z] #20 35.23 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2021-03-19T20:59:30.571Z] #20 35.24 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-03-19T20:59:30.571Z] #20 35.31 Selecting previously unselected package libreadline5:arm64. [2021-03-19T20:59:30.571Z] #20 35.33 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_arm64.deb ... [2021-03-19T20:59:30.571Z] #20 35.34 Unpacking libreadline5:arm64 (5.2+dfsg-3+b13) ... [2021-03-19T20:59:30.571Z] #20 35.46 Selecting previously unselected package net-tools. [2021-03-19T20:59:30.649Z] #20 27.25 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-03-19T20:59:30.649Z] #20 27.26 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2021-03-19T20:59:30.649Z] #20 27.26 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-03-19T20:59:30.834Z] #20 35.46 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_arm64.deb ... [2021-03-19T20:59:30.834Z] #20 35.48 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-19T20:59:30.995Z] ok github.com/docker/docker/daemon/logger/journald 0.017s coverage: 23.9% of statements [2021-03-19T20:59:30.995Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.008s coverage: 69.9% of statements [2021-03-19T20:59:31.097Z] #20 35.81 Selecting previously unselected package python-pip-whl. [2021-03-19T20:59:31.097Z] #20 35.81 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-03-19T20:59:31.097Z] #20 35.82 Unpacking python-pip-whl (18.1-5) ... [2021-03-19T20:59:31.284Z] #20 1.440 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-03-19T20:59:31.284Z] #20 1.542 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-03-19T20:59:31.284Z] #20 1.636 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-19T20:59:31.424Z] #25 ... [2021-03-19T20:59:31.424Z] [2021-03-19T20:59:31.424Z] #21 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-19T20:59:31.424Z] #21 sha256:4c9d04e548c65087cec82d0a856eaa1f69a58bf085807ae56661f71481307afe [2021-03-19T20:59:31.424Z] #21 71.22 Setting up iptables (1.8.2-4) ... [2021-03-19T20:59:31.424Z] #21 71.23 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-19T20:59:31.424Z] #21 71.24 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-19T20:59:31.424Z] #21 71.25 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-19T20:59:31.424Z] #21 71.25 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-19T20:59:31.424Z] #21 71.26 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-03-19T20:59:31.424Z] #21 71.27 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-03-19T20:59:31.424Z] #21 71.27 Setting up python3 (3.7.3-1) ... [2021-03-19T20:59:31.544Z] #20 1.719 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-19T20:59:31.593Z] #20 28.16 Selecting previously unselected package python3.7. [2021-03-19T20:59:31.594Z] #20 28.18 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2021-03-19T20:59:31.594Z] #20 28.19 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2021-03-19T20:59:31.594Z] #20 28.28 Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-19T20:59:31.594Z] #20 28.30 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-03-19T20:59:31.594Z] #20 28.31 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-03-19T20:59:31.594Z] #20 28.41 Setting up python3-minimal (3.7.3-1) ... [2021-03-19T20:59:31.645Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.008s coverage: 87.2% of statements [2021-03-19T20:59:31.676Z] #20 36.23 Selecting previously unselected package python3-lib2to3. [2021-03-19T20:59:31.676Z] #20 36.23 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-03-19T20:59:31.676Z] #20 36.25 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-03-19T20:59:31.676Z] #20 36.43 Selecting previously unselected package python3-distutils. [2021-03-19T20:59:31.676Z] #20 36.44 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-03-19T20:59:31.676Z] #20 36.45 Unpacking python3-distutils (3.7.3-1) ... [2021-03-19T20:59:31.676Z] #20 36.61 Selecting previously unselected package python3-pip. [2021-03-19T20:59:31.676Z] #20 36.61 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-03-19T20:59:31.936Z] ok github.com/docker/docker/daemon/logger/local 0.007s coverage: 75.2% of statements [2021-03-19T20:59:31.936Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-03-19T20:59:31.941Z] #20 36.64 Unpacking python3-pip (18.1-5) ... [2021-03-19T20:59:32.026Z] #21 71.78 Setting up python3-wheel (0.32.3-2) ... [2021-03-19T20:59:32.114Z] #20 2.075 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [458 kB] [2021-03-19T20:59:32.208Z] #20 36.80 Selecting previously unselected package python3-pkg-resources. [2021-03-19T20:59:32.208Z] #20 36.81 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-03-19T20:59:32.208Z] #20 36.82 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-03-19T20:59:32.208Z] #20 36.98 Selecting previously unselected package python3-setuptools. [2021-03-19T20:59:32.208Z] #20 36.99 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-03-19T20:59:32.472Z] #20 37.12 Unpacking python3-setuptools (40.8.0-1) ... [2021-03-19T20:59:32.472Z] #20 37.33 Selecting previously unselected package python3-wheel. [2021-03-19T20:59:32.472Z] #20 37.35 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-03-19T20:59:32.472Z] #20 37.36 Unpacking python3-wheel (0.32.3-2) ... [2021-03-19T20:59:32.536Z] #20 29.28 Selecting previously unselected package python3. [2021-03-19T20:59:32.536Z] #20 29.28 (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 ... 24096 files and directories currently installed.) [2021-03-19T20:59:32.536Z] #20 29.33 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-03-19T20:59:32.536Z] #20 29.34 Unpacking python3 (3.7.3-1) ... [2021-03-19T20:59:32.568Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.067s coverage: 55.1% of statements [2021-03-19T20:59:32.678Z] #21 72.51 Setting up apparmor (2.13.2-10) ... [2021-03-19T20:59:32.737Z] #20 37.51 Selecting previously unselected package sudo. [2021-03-19T20:59:32.737Z] #20 37.52 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_arm64.deb ... [2021-03-19T20:59:32.737Z] #20 37.53 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-03-19T20:59:32.799Z] #20 29.47 Selecting previously unselected package libip4tc0:amd64. [2021-03-19T20:59:32.799Z] #20 29.47 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-03-19T20:59:32.799Z] #20 29.47 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-03-19T20:59:32.799Z] #20 29.58 Selecting previously unselected package libip6tc0:amd64. [2021-03-19T20:59:32.799Z] #20 29.58 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-03-19T20:59:32.799Z] #20 29.59 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-03-19T20:59:32.799Z] #20 29.68 Selecting previously unselected package libiptc0:amd64. [2021-03-19T20:59:33.055Z] #20 3.074 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-19T20:59:33.055Z] #20 ... [2021-03-19T20:59:33.055Z] [2021-03-19T20:59:33.055Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:59:33.055Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:59:33.055Z] #43 59.48 CC criu/arch/x86/kerndat.o [2021-03-19T20:59:33.055Z] #43 60.37 CC criu/arch/x86/sigaction_compat.o [2021-03-19T20:59:33.055Z] #43 60.88 CC criu/arch/x86/sigframe.o [2021-03-19T20:59:33.055Z] #43 61.30 LINK criu/arch/x86/crtools.built-in.o [2021-03-19T20:59:33.055Z] #43 61.39 DEP criu/pie/util-vdso-elf32.d [2021-03-19T20:59:33.055Z] #43 61.69 DEP criu/pie/util-vdso.d [2021-03-19T20:59:33.055Z] #43 61.89 DEP criu/pie/util.d [2021-03-19T20:59:33.055Z] #43 62.16 CC criu/pie/util.o [2021-03-19T20:59:33.055Z] #43 62.90 CC criu/pie/util-vdso.o [2021-03-19T20:59:33.055Z] #43 63.98 CC criu/pie/util-vdso-elf32.o [2021-03-19T20:59:33.055Z] #43 64.94 AR criu/pie/pie.lib.a [2021-03-19T20:59:33.055Z] #43 65.01 DEP criu/pie/restorer.d [2021-03-19T20:59:33.055Z] #43 65.49 DEP criu/arch/x86/sigaction_compat_pie.d [2021-03-19T20:59:33.055Z] #43 65.60 DEP criu/arch/x86/restorer_unmap.d [2021-03-19T20:59:33.055Z] #43 65.63 DEP criu/arch/x86/restorer.d [2021-03-19T20:59:33.055Z] #43 65.81 DEP criu/arch/x86/vdso-pie.d [2021-03-19T20:59:33.055Z] #43 65.92 DEP criu/pie/parasite-vdso.d [2021-03-19T20:59:33.055Z] #43 66.21 DEP criu/pie/parasite.d [2021-03-19T20:59:33.055Z] #43 66.69 CC criu/pie/parasite.o [2021-03-19T20:59:33.055Z] #43 67.99 LINK criu/pie/parasite.built-in.o [2021-03-19T20:59:33.055Z] #43 68.02 GEN criu/pie/parasite-blob.h [2021-03-19T20:59:33.055Z] #43 68.05 CC criu/pie/parasite-vdso.o [2021-03-19T20:59:33.055Z] #43 68.67 CC criu/arch/x86/vdso-pie.o [2021-03-19T20:59:33.055Z] #43 69.04 CC criu/arch/x86/restorer.o [2021-03-19T20:59:33.055Z] #43 69.57 CC criu/arch/x86/restorer_unmap.o [2021-03-19T20:59:33.055Z] #43 69.62 CC criu/arch/x86/sigaction_compat_pie.o [2021-03-19T20:59:33.055Z] #43 ... [2021-03-19T20:59:33.055Z] [2021-03-19T20:59:33.055Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-19T20:59:33.055Z] #53 sha256:c59b6bfb72bb4b5825c0932d764fd83da2ad279a1a4871dc70872c5bd4db7005 [2021-03-19T20:59:33.055Z] #53 11.95 + cd /tmp/tmp.jUgZiTkcZL/src/github.com/opencontainers/runc [2021-03-19T20:59:33.055Z] #53 11.95 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-19T20:59:33.059Z] #20 29.69 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-03-19T20:59:33.059Z] #20 29.70 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-03-19T20:59:33.059Z] #20 29.79 Selecting previously unselected package libnfnetlink0:amd64. [2021-03-19T20:59:33.059Z] #20 29.79 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-03-19T20:59:33.059Z] #20 29.80 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-03-19T20:59:33.059Z] #20 29.85 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-03-19T20:59:33.059Z] #20 29.86 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-03-19T20:59:33.059Z] #20 29.86 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-03-19T20:59:33.200Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.023s coverage: 31.5% of statements [2021-03-19T20:59:33.315Z] #53 12.42 + '[' -z '' ']' [2021-03-19T20:59:33.315Z] #53 12.42 + target=static [2021-03-19T20:59:33.315Z] #53 12.42 + make 'BUILDTAGS=seccomp ' static [2021-03-19T20:59:33.316Z] #20 37.96 Selecting previously unselected package thin-provisioning-tools. [2021-03-19T20:59:33.316Z] #20 37.97 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_arm64.deb ... [2021-03-19T20:59:33.316Z] #20 37.97 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-03-19T20:59:33.316Z] #20 38.19 Selecting previously unselected package uidmap. [2021-03-19T20:59:33.316Z] #20 38.20 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_arm64.deb ... [2021-03-19T20:59:33.316Z] #20 38.20 Unpacking uidmap (1:4.5-1.1) ... [2021-03-19T20:59:33.320Z] #20 29.96 Selecting previously unselected package libnftnl11:amd64. [2021-03-19T20:59:33.320Z] #20 29.96 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-03-19T20:59:33.320Z] #20 29.97 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-03-19T20:59:33.320Z] #20 30.04 Selecting previously unselected package iptables. [2021-03-19T20:59:33.320Z] #20 30.05 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-03-19T20:59:33.320Z] #20 30.06 Unpacking iptables (1.8.2-4) ... [2021-03-19T20:59:33.575Z] #53 12.58 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o runc . [2021-03-19T20:59:33.595Z] #20 30.42 Selecting previously unselected package xxd. [2021-03-19T20:59:33.595Z] #20 30.42 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-03-19T20:59:33.595Z] #20 30.45 Unpacking xxd (2:8.1.0875-5) ... [2021-03-19T20:59:33.658Z] #20 37.08 Unpacking bash-completion (1:2.8-6) ... [2021-03-19T20:59:33.658Z] #20 37.49 Selecting previously unselected package bzip2. [2021-03-19T20:59:33.658Z] #20 37.50 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-03-19T20:59:33.658Z] #20 37.50 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-19T20:59:33.658Z] #20 37.62 Selecting previously unselected package xz-utils. [2021-03-19T20:59:33.658Z] #20 37.63 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-03-19T20:59:33.658Z] #20 37.64 Unpacking xz-utils (5.2.4-1) ... [2021-03-19T20:59:33.658Z] #20 37.81 Selecting previously unselected package apparmor. [2021-03-19T20:59:33.658Z] #20 37.82 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-03-19T20:59:33.747Z] #20 38.41 Selecting previously unselected package vim-runtime. [2021-03-19T20:59:33.747Z] #20 38.43 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-03-19T20:59:33.747Z] #20 38.46 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-03-19T20:59:33.855Z] #20 30.60 Selecting previously unselected package vim-common. [2021-03-19T20:59:33.855Z] #20 30.60 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-19T20:59:33.855Z] #20 30.62 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-19T20:59:33.917Z] #20 37.91 Unpacking apparmor (2.13.2-10) ... [2021-03-19T20:59:34.116Z] #20 30.80 Selecting previously unselected package bash-completion. [2021-03-19T20:59:34.116Z] #20 30.80 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-03-19T20:59:34.177Z] #20 38.27 Selecting previously unselected package aufs-tools. [2021-03-19T20:59:34.177Z] #20 38.28 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-03-19T20:59:34.177Z] #20 38.30 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-03-19T20:59:34.234Z] ok github.com/docker/docker/daemon/logger/syslog 0.005s coverage: 46.8% of statements [2021-03-19T20:59:34.326Z] #20 38.89 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-03-19T20:59:34.326Z] #20 38.90 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-03-19T20:59:34.456Z] #20 38.42 Selecting previously unselected package libonig5:amd64. [2021-03-19T20:59:34.456Z] #20 38.42 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-03-19T20:59:34.456Z] #20 38.43 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-03-19T20:59:34.525Z] ok github.com/docker/docker/daemon/logger/templates 0.001s coverage: 8.3% of statements [2021-03-19T20:59:34.715Z] #20 38.84 Selecting previously unselected package libjq1:amd64. [2021-03-19T20:59:34.715Z] #20 38.84 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-03-19T20:59:34.715Z] #20 38.86 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-19T20:59:34.801Z] #21 74.58 Setting up xfsprogs (4.20.0-1) ... [2021-03-19T20:59:34.801Z] #21 74.58 Setting up python3-lib2to3 (3.7.3-1) ... [2021-03-19T20:59:34.815Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2021-03-19T20:59:34.974Z] #20 39.07 Selecting previously unselected package jq. [2021-03-19T20:59:34.974Z] #20 39.07 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-03-19T20:59:34.974Z] #20 39.08 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-19T20:59:34.974Z] #20 39.20 Selecting previously unselected package libaio1:amd64. [2021-03-19T20:59:35.102Z] #21 75.17 Setting up python3-pkg-resources (40.8.0-1) ... [2021-03-19T20:59:35.106Z] ok github.com/docker/docker/daemon/logger/splunk 1.471s coverage: 82.5% of statements [2021-03-19T20:59:35.106Z] ? github.com/docker/docker/daemon/names [no test files] [2021-03-19T20:59:35.106Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-03-19T20:59:35.233Z] #20 39.20 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-03-19T20:59:35.233Z] #20 39.21 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-03-19T20:59:35.233Z] #20 39.30 Selecting previously unselected package libgpm2:amd64. [2021-03-19T20:59:35.233Z] #20 39.30 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-03-19T20:59:35.233Z] #20 39.30 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-03-19T20:59:35.233Z] #20 39.38 Selecting previously unselected package libicu63:amd64. [2021-03-19T20:59:35.233Z] #20 39.40 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-03-19T20:59:35.492Z] #20 39.41 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-19T20:59:36.612Z] ok github.com/docker/docker/distribution/metadata 0.025s coverage: 48.2% of statements [2021-03-19T20:59:36.648Z] #21 76.60 Setting up python3-distutils (3.7.3-1) ... [2021-03-19T20:59:36.659Z] #20 33.32 Unpacking bash-completion (1:2.8-6) ... [2021-03-19T20:59:36.659Z] #20 ... [2021-03-19T20:59:36.659Z] [2021-03-19T20:59:36.659Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-19T20:59:36.659Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-19T20:59:36.659Z] #40 181.8 + dpkg --print-architecture [2021-03-19T20:59:36.659Z] #40 181.8 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-03-19T20:59:36.895Z] #20 41.38 Selecting previously unselected package vim. [2021-03-19T20:59:36.896Z] #20 41.39 Preparing to unpack .../37-vim_2%3a8.1.0875-5_arm64.deb ... [2021-03-19T20:59:36.896Z] #20 41.42 Unpacking vim (2:8.1.0875-5) ... [2021-03-19T20:59:36.903Z] ok github.com/docker/docker/distribution 0.244s coverage: 25.2% of statements [2021-03-19T20:59:36.903Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-03-19T20:59:36.919Z] #40 181.9 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-03-19T20:59:36.919Z] #40 181.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-03-19T20:59:36.948Z] #21 77.09 Setting up python3-setuptools (40.8.0-1) ... [2021-03-19T20:59:37.160Z] #20 41.95 Selecting previously unselected package xfsprogs. [2021-03-19T20:59:37.160Z] #20 41.96 Preparing to unpack .../38-xfsprogs_4.20.0-1_arm64.deb ... [2021-03-19T20:59:37.160Z] #20 41.96 Unpacking xfsprogs (4.20.0-1) ... [2021-03-19T20:59:37.425Z] #20 42.39 Selecting previously unselected package zip. [2021-03-19T20:59:37.534Z] ok github.com/docker/docker/errdefs 0.004s coverage: 53.1% of statements [2021-03-19T20:59:37.690Z] #20 42.40 Preparing to unpack .../39-zip_3.0-11+b1_arm64.deb ... [2021-03-19T20:59:37.690Z] #20 42.42 Unpacking zip (3.0-11+b1) ... [2021-03-19T20:59:37.690Z] #20 42.64 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-03-19T20:59:37.955Z] #20 42.66 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-19T20:59:37.955Z] #20 42.68 Setting up libip6tc0:arm64 (1.8.2-4) ... [2021-03-19T20:59:37.955Z] #20 42.69 Setting up libreadline5:arm64 (5.2+dfsg-3+b13) ... [2021-03-19T20:59:37.955Z] #20 42.71 Setting up libgpm2:arm64 (1.20.7-5) ... [2021-03-19T20:59:37.955Z] #20 42.74 Setting up libip4tc0:arm64 (1.8.2-4) ... [2021-03-19T20:59:37.955Z] #20 42.76 Setting up uidmap (1:4.5-1.1) ... [2021-03-19T20:59:37.955Z] #20 42.77 Setting up libnftnl11:arm64 (1.1.2-2) ... [2021-03-19T20:59:37.955Z] #20 42.78 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-03-19T20:59:37.955Z] #20 42.80 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-19T20:59:37.955Z] #20 42.81 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-03-19T20:59:37.955Z] #20 42.82 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2021-03-19T20:59:37.955Z] #20 42.83 Setting up xxd (2:8.1.0875-5) ... [2021-03-19T20:59:38.219Z] #20 42.90 Setting up zip (3.0-11+b1) ... [2021-03-19T20:59:38.219Z] #20 42.95 Setting up vim-common (2:8.1.0875-5) ... [2021-03-19T20:59:38.219Z] #20 43.00 Setting up bash-completion (1:2.8-6) ... [2021-03-19T20:59:38.567Z] ok github.com/docker/docker/image 0.013s coverage: 86.6% of statements [2021-03-19T20:59:38.857Z] ok github.com/docker/docker/image/cache 0.004s coverage: 19.2% of statements [2021-03-19T20:59:39.186Z] #21 78.69 Setting up python3-pip (18.1-5) ... [2021-03-19T20:59:39.489Z] ok github.com/docker/docker/distribution/xfer 1.876s coverage: 85.1% of statements [2021-03-19T20:59:39.489Z] ? github.com/docker/docker/dockerversion [no test files] [2021-03-19T20:59:39.489Z] ok github.com/docker/docker/image/tarexport 0.019s coverage: 0.6% of statements [2021-03-19T20:59:39.684Z] #20 43.01 Selecting previously unselected package libnet1:amd64. [2021-03-19T20:59:39.684Z] #20 43.02 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-03-19T20:59:39.684Z] #20 43.03 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-19T20:59:39.684Z] #20 43.13 Selecting previously unselected package libnl-3-200:amd64. [2021-03-19T20:59:39.684Z] #20 43.14 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-03-19T20:59:39.684Z] #20 43.15 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-03-19T20:59:39.684Z] #20 43.27 Selecting previously unselected package libprotobuf-c1:amd64. [2021-03-19T20:59:39.684Z] #20 43.28 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-03-19T20:59:39.684Z] #20 43.28 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-19T20:59:39.684Z] #20 43.36 Selecting previously unselected package libreadline5:amd64. [2021-03-19T20:59:39.684Z] #20 43.36 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-03-19T20:59:39.684Z] #20 43.36 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-03-19T20:59:39.684Z] #20 ... [2021-03-19T20:59:39.684Z] [2021-03-19T20:59:39.684Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:59:39.684Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:59:39.684Z] #43 99.09 CC criu/cr-check.o [2021-03-19T20:59:39.684Z] #43 100.8 CC criu/cr-dedup.o [2021-03-19T20:59:39.684Z] #43 101.3 CC criu/cr-dump.o [2021-03-19T20:59:39.684Z] #43 103.6 CC criu/cr-errno.o [2021-03-19T20:59:39.684Z] #43 103.7 CC criu/cr-restore.o [2021-03-19T20:59:39.684Z] #43 107.8 CC criu/cr-service.o [2021-03-19T20:59:39.684Z] #43 ... [2021-03-19T20:59:39.684Z] [2021-03-19T20:59:39.684Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-19T20:59:39.684Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-19T20:59:39.684Z] #20 43.49 Selecting previously unselected package net-tools. [2021-03-19T20:59:39.684Z] #20 43.50 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-03-19T20:59:39.684Z] #20 43.50 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-19T20:59:39.684Z] #20 43.68 Selecting previously unselected package python-pip-whl. [2021-03-19T20:59:39.684Z] #20 43.69 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-03-19T20:59:39.684Z] #20 43.69 Unpacking python-pip-whl (18.1-5) ... [2021-03-19T20:59:40.123Z] ok github.com/docker/docker/image/v1 0.009s coverage: 25.0% of statements [2021-03-19T20:59:40.123Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-03-19T20:59:40.152Z] #20 ... [2021-03-19T20:59:40.152Z] [2021-03-19T20:59:40.152Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T20:59:40.152Z] #49 sha256:f36e8795bd7341ad5a13b06ccf9ea591edb13a4017ac2f16c5a0e2a0dede854d [2021-03-19T20:59:40.152Z] #49 184.6 + /build/golangci-lint --version [2021-03-19T20:59:40.152Z] #49 185.0 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-03-19T20:59:40.152Z] #49 DONE 186.6s [2021-03-19T20:59:40.152Z] [2021-03-19T20:59:40.152Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:59:40.152Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-19T20:59:40.152Z] #43 100.5 CC criu/crtools.o [2021-03-19T20:59:40.152Z] #43 101.1 CC criu/eventfd.o [2021-03-19T20:59:40.152Z] #43 101.4 CC criu/eventpoll.o [2021-03-19T20:59:40.152Z] #43 102.2 CC criu/external.o [2021-03-19T20:59:40.152Z] #43 102.5 CC criu/fault-injection.o [2021-03-19T20:59:40.152Z] #43 102.6 CC criu/fdstore.o [2021-03-19T20:59:40.152Z] #43 102.9 CC criu/fifo.o [2021-03-19T20:59:40.152Z] #43 103.4 CC criu/file-ids.o [2021-03-19T20:59:40.152Z] #43 103.9 CC criu/file-lock.o [2021-03-19T20:59:40.152Z] #43 104.8 CC criu/files-ext.o [2021-03-19T20:59:40.152Z] #43 105.3 CC criu/files-reg.o [2021-03-19T20:59:40.152Z] #43 107.2 CC criu/files.o [2021-03-19T20:59:40.152Z] #43 109.0 CC criu/filesystems.o [2021-03-19T20:59:40.152Z] #43 109.6 CC criu/fsnotify.o [2021-03-19T20:59:40.198Z] #53 ... [2021-03-19T20:59:40.198Z] [2021-03-19T20:59:40.198Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:59:40.198Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:59:40.198Z] #43 69.97 CC criu/pie/restorer.o [2021-03-19T20:59:40.198Z] #43 73.27 LINK criu/pie/restorer.built-in.o [2021-03-19T20:59:40.198Z] #43 73.30 GEN criu/pie/restorer-blob.h [2021-03-19T20:59:40.198Z] #43 73.43 DEP criu/vdso.d [2021-03-19T20:59:40.198Z] #43 73.60 DEP criu/vdso-compat.d [2021-03-19T20:59:40.198Z] #43 73.79 DEP criu/uts_ns.d [2021-03-19T20:59:40.198Z] #43 73.97 DEP criu/util.d [2021-03-19T20:59:40.198Z] #43 74.25 DEP criu/uffd.d [2021-03-19T20:59:40.198Z] #43 74.43 DEP criu/tun.d [2021-03-19T20:59:40.198Z] #43 74.62 DEP criu/tty.d [2021-03-19T20:59:40.198Z] #43 74.77 DEP criu/timerfd.d [2021-03-19T20:59:40.198Z] #43 74.92 DEP criu/timens.d [2021-03-19T20:59:40.198Z] #43 75.12 DEP criu/sysfs_parse.d [2021-03-19T20:59:40.198Z] #43 75.26 DEP criu/sysctl.d [2021-03-19T20:59:40.198Z] #43 75.41 DEP criu/string.d [2021-03-19T20:59:40.198Z] #43 75.46 DEP criu/stats.d [2021-03-19T20:59:40.198Z] #43 75.58 DEP criu/sockets.d [2021-03-19T20:59:40.198Z] #43 75.88 DEP criu/sk-unix.d [2021-03-19T20:59:40.198Z] #43 76.14 DEP criu/sk-tcp.d [2021-03-19T20:59:40.198Z] #43 76.32 DEP criu/sk-queue.d [2021-03-19T20:59:40.198Z] #43 76.54 DEP criu/sk-packet.d [2021-03-19T20:59:40.198Z] #43 76.77 DEP criu/sk-netlink.d [2021-03-19T20:59:40.244Z] #21 80.13 Processing triggers for libc-bin (2.28-10) ... [2021-03-19T20:59:40.244Z] #21 80.17 Processing triggers for mime-support (3.62) ... [2021-03-19T20:59:40.253Z] #20 44.26 Selecting previously unselected package python3-lib2to3. [2021-03-19T20:59:40.253Z] #20 44.28 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-03-19T20:59:40.253Z] #20 44.29 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-03-19T20:59:40.463Z] #43 77.03 DEP criu/sk-inet.d [2021-03-19T20:59:40.512Z] #20 44.40 Selecting previously unselected package python3-distutils. [2021-03-19T20:59:40.512Z] #20 44.41 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-03-19T20:59:40.512Z] #20 44.42 Unpacking python3-distutils (3.7.3-1) ... [2021-03-19T20:59:40.512Z] #20 44.56 Selecting previously unselected package python3-pip. [2021-03-19T20:59:40.512Z] #20 44.56 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-03-19T20:59:40.512Z] #20 44.57 Unpacking python3-pip (18.1-5) ... [2021-03-19T20:59:40.547Z] #21 DONE 80.4s [2021-03-19T20:59:40.548Z] [2021-03-19T20:59:40.548Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:59:40.548Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-19T20:59:40.548Z] #44 124.3 CC criu/cr-service.o [2021-03-19T20:59:40.548Z] #44 126.4 CC criu/crtools.o [2021-03-19T20:59:40.548Z] #44 127.3 CC criu/eventfd.o [2021-03-19T20:59:40.548Z] #44 127.8 CC criu/eventpoll.o [2021-03-19T20:59:40.548Z] #44 128.9 CC criu/external.o [2021-03-19T20:59:40.548Z] #44 129.5 CC criu/fault-injection.o [2021-03-19T20:59:40.548Z] #44 129.7 CC criu/fdstore.o [2021-03-19T20:59:40.548Z] #44 130.1 CC criu/fifo.o [2021-03-19T20:59:40.548Z] #44 130.7 CC criu/file-ids.o [2021-03-19T20:59:40.548Z] #44 131.2 CC criu/file-lock.o [2021-03-19T20:59:40.548Z] #44 ... [2021-03-19T20:59:40.548Z] [2021-03-19T20:59:40.548Z] #22 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-03-19T20:59:40.548Z] #22 sha256:5689fb46801d2daffeb03b9b995eb67721a565058e0f135137a1ecc184679fea [2021-03-19T20:59:40.723Z] #43 77.27 DEP criu/signalfd.d [2021-03-19T20:59:40.723Z] #43 77.39 DEP criu/sigframe.d [2021-03-19T20:59:40.732Z] #43 110.7 CC criu/image-desc.o [2021-03-19T20:59:40.755Z] ok github.com/docker/docker/libcontainerd/queue 0.021s coverage: 100.0% of statements [2021-03-19T20:59:40.772Z] #20 44.75 Selecting previously unselected package python3-pkg-resources. [2021-03-19T20:59:40.772Z] #20 44.75 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-03-19T20:59:40.772Z] #20 44.76 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-03-19T20:59:40.772Z] #20 44.93 Selecting previously unselected package python3-setuptools. [2021-03-19T20:59:40.772Z] #20 44.94 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-03-19T20:59:40.772Z] #20 44.94 Unpacking python3-setuptools (40.8.0-1) ... [2021-03-19T20:59:40.848Z] #22 ... [2021-03-19T20:59:40.848Z] [2021-03-19T20:59:40.848Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-19T20:59:40.848Z] #33 sha256:ba59694c74ae35466e9aac70d02cc54f7d6e23f684c9a35cfebae8ddb1b44030 [2021-03-19T20:59:40.848Z] #33 DONE 200.7s [2021-03-19T20:59:40.848Z] [2021-03-19T20:59:40.848Z] #22 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-03-19T20:59:40.848Z] #22 sha256:5689fb46801d2daffeb03b9b995eb67721a565058e0f135137a1ecc184679fea [2021-03-19T20:59:40.848Z] #22 0.360 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-03-19T20:59:40.848Z] #22 0.366 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-03-19T20:59:40.848Z] #22 0.374 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-03-19T20:59:40.982Z] #43 77.57 DEP criu/shmem.d [2021-03-19T20:59:40.997Z] #43 110.9 CC criu/image.o [2021-03-19T20:59:40.997Z] #43 ... [2021-03-19T20:59:40.997Z] [2021-03-19T20:59:40.997Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-19T20:59:40.997Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379 [2021-03-19T20:59:40.997Z] #20 45.98 Setting up libiptc0:arm64 (1.8.2-4) ... [2021-03-19T20:59:41.031Z] #20 45.15 Selecting previously unselected package python3-wheel. [2021-03-19T20:59:41.031Z] #20 45.17 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-03-19T20:59:41.031Z] #20 45.18 Unpacking python3-wheel (0.32.3-2) ... [2021-03-19T20:59:41.126Z] #40 ... [2021-03-19T20:59:41.126Z] [2021-03-19T20:59:41.126Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:59:41.126Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:59:41.126Z] #43 107.5 CC criu/files-ext.o [2021-03-19T20:59:41.126Z] #43 107.9 CC criu/files-reg.o [2021-03-19T20:59:41.126Z] #43 110.0 CC criu/files.o [2021-03-19T20:59:41.126Z] #43 112.1 CC criu/filesystems.o [2021-03-19T20:59:41.126Z] #43 112.9 CC criu/fsnotify.o [2021-03-19T20:59:41.126Z] #43 114.2 CC criu/image-desc.o [2021-03-19T20:59:41.126Z] #43 114.3 CC criu/image.o [2021-03-19T20:59:41.126Z] #43 115.3 CC criu/ipc_ns.o [2021-03-19T20:59:41.126Z] #43 116.5 CC criu/irmap.o [2021-03-19T20:59:41.126Z] #43 117.1 CC criu/kcmp-ids.o [2021-03-19T20:59:41.126Z] #43 117.4 CC criu/kerndat.o [2021-03-19T20:59:41.126Z] #43 ... [2021-03-19T20:59:41.126Z] [2021-03-19T20:59:41.126Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-19T20:59:41.126Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-19T20:59:41.126Z] #20 33.71 Selecting previously unselected package bzip2. [2021-03-19T20:59:41.126Z] #20 33.71 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-03-19T20:59:41.126Z] #20 33.73 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-19T20:59:41.126Z] #20 33.78 Selecting previously unselected package xz-utils. [2021-03-19T20:59:41.126Z] #20 33.79 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-03-19T20:59:41.126Z] #20 33.80 Unpacking xz-utils (5.2.4-1) ... [2021-03-19T20:59:41.126Z] #20 33.98 Selecting previously unselected package apparmor. [2021-03-19T20:59:41.126Z] #20 33.98 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-03-19T20:59:41.126Z] #20 34.07 Unpacking apparmor (2.13.2-10) ... [2021-03-19T20:59:41.126Z] #20 34.38 Selecting previously unselected package aufs-tools. [2021-03-19T20:59:41.126Z] #20 34.39 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-03-19T20:59:41.126Z] #20 34.40 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-03-19T20:59:41.126Z] #20 34.52 Selecting previously unselected package libonig5:amd64. [2021-03-19T20:59:41.126Z] #20 34.53 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-03-19T20:59:41.126Z] #20 34.54 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-03-19T20:59:41.126Z] #20 34.68 Selecting previously unselected package libjq1:amd64. [2021-03-19T20:59:41.126Z] #20 34.68 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-03-19T20:59:41.126Z] #20 34.70 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-19T20:59:41.126Z] #20 34.81 Selecting previously unselected package jq. [2021-03-19T20:59:41.126Z] #20 34.82 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-03-19T20:59:41.127Z] #20 34.90 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-19T20:59:41.127Z] #20 34.99 Selecting previously unselected package libaio1:amd64. [2021-03-19T20:59:41.127Z] #20 35.00 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-03-19T20:59:41.127Z] #20 35.01 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-03-19T20:59:41.127Z] #20 35.07 Selecting previously unselected package libgpm2:amd64. [2021-03-19T20:59:41.127Z] #20 35.08 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-03-19T20:59:41.127Z] #20 35.08 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-03-19T20:59:41.127Z] #20 35.13 Selecting previously unselected package libicu63:amd64. [2021-03-19T20:59:41.127Z] #20 35.15 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-03-19T20:59:41.127Z] #20 35.15 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-19T20:59:41.173Z] #22 DONE 0.5s [2021-03-19T20:59:41.173Z] [2021-03-19T20:59:41.173Z] #23 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-19T20:59:41.173Z] #23 sha256:ccc049fd77d3560d12ccbdbf0b90a4315ba01e967ea81d29513990ddff3b95ca [2021-03-19T20:59:41.242Z] #43 77.75 DEP criu/servicefd.d [2021-03-19T20:59:41.262Z] #20 45.99 Setting up xz-utils (5.2.4-1) ... [2021-03-19T20:59:41.262Z] #20 46.04 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-03-19T20:59:41.262Z] #20 46.06 Setting up sudo (1.8.27-1+deb10u3) ... [2021-03-19T20:59:41.262Z] #20 46.16 invoke-rc.d: could not determine current runlevel [2021-03-19T20:59:41.262Z] #20 46.17 invoke-rc.d: policy-rc.d denied execution of start. [2021-03-19T20:59:41.262Z] #20 46.19 Setting up pigz (2.4-1) ... [2021-03-19T20:59:41.262Z] #20 46.20 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2021-03-19T20:59:41.262Z] #20 46.21 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2021-03-19T20:59:41.290Z] #20 45.27 Selecting previously unselected package sudo. [2021-03-19T20:59:41.290Z] #20 45.30 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-03-19T20:59:41.290Z] #20 45.31 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-03-19T20:59:41.387Z] ok github.com/docker/docker/oci 0.005s coverage: 45.2% of statements [2021-03-19T20:59:41.505Z] #43 77.94 DEP criu/seize.d [2021-03-19T20:59:41.527Z] #20 46.25 Setting up python-pip-whl (18.1-5) ... [2021-03-19T20:59:41.527Z] #20 46.26 Setting up libmpdec2:arm64 (2.4.2-2) ... [2021-03-19T20:59:41.527Z] #20 46.27 Setting up vim-runtime (2:8.1.0875-5) ... [2021-03-19T20:59:41.678Z] ok github.com/docker/docker/opts 0.015s coverage: 67.1% of statements [2021-03-19T20:59:41.765Z] #43 78.09 DEP criu/seccomp.d [2021-03-19T20:59:41.765Z] #43 78.28 DEP criu/rst-malloc.d [2021-03-19T20:59:41.792Z] #20 46.64 Setting up libaio1:arm64 (0.3.112-3) ... [2021-03-19T20:59:41.792Z] #20 46.66 Setting up libonig5:arm64 (6.9.1-1) ... [2021-03-19T20:59:41.792Z] #20 46.67 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ... [2021-03-19T20:59:41.792Z] #20 46.69 Setting up vim (2:8.1.0875-5) ... [2021-03-19T20:59:41.792Z] #20 46.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-03-19T20:59:41.792Z] #20 46.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-03-19T20:59:41.792Z] #20 46.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-03-19T20:59:41.792Z] #20 46.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-03-19T20:59:41.792Z] #20 46.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-03-19T20:59:41.792Z] #20 46.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-03-19T20:59:41.792Z] #20 46.76 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-03-19T20:59:41.914Z] #20 45.81 Selecting previously unselected package thin-provisioning-tools. [2021-03-19T20:59:41.914Z] #20 45.83 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-03-19T20:59:41.914Z] #20 45.84 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-03-19T20:59:41.914Z] #20 46.04 Selecting previously unselected package uidmap. [2021-03-19T20:59:41.969Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2021-03-19T20:59:42.025Z] #43 78.37 DEP criu/rbtree.d [2021-03-19T20:59:42.025Z] #43 78.41 DEP criu/pstree.d [2021-03-19T20:59:42.025Z] #43 78.60 DEP criu/protobuf.d [2021-03-19T20:59:42.057Z] #20 46.76 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-03-19T20:59:42.057Z] #20 46.79 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-03-19T20:59:42.057Z] #20 46.80 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-03-19T20:59:42.057Z] #20 46.81 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2021-03-19T20:59:42.057Z] #20 46.83 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-19T20:59:42.057Z] #20 46.84 Setting up libpython3-stdlib:arm64 (3.7.3-1) ... [2021-03-19T20:59:42.057Z] #20 46.86 Setting up python3.7 (3.7.3-2+deb10u2) ... [2021-03-19T20:59:42.068Z] #20 38.72 Selecting previously unselected package libnet1:amd64. [2021-03-19T20:59:42.068Z] #20 38.72 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-03-19T20:59:42.069Z] #20 38.74 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-19T20:59:42.069Z] #20 38.92 Selecting previously unselected package libnl-3-200:amd64. [2021-03-19T20:59:42.069Z] #20 38.92 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-03-19T20:59:42.069Z] #20 38.93 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-03-19T20:59:42.069Z] #20 39.02 Selecting previously unselected package libprotobuf-c1:amd64. [2021-03-19T20:59:42.173Z] #20 46.06 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-03-19T20:59:42.173Z] #20 46.07 Unpacking uidmap (1:4.5-1.1) ... [2021-03-19T20:59:42.173Z] #20 46.22 Selecting previously unselected package vim-runtime. [2021-03-19T20:59:42.173Z] #20 46.22 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-03-19T20:59:42.173Z] #20 46.25 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-03-19T20:59:42.173Z] #20 46.28 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-03-19T20:59:42.173Z] #20 46.29 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-03-19T20:59:42.286Z] #43 78.75 GEN criu/protobuf-desc-gen.h [2021-03-19T20:59:42.286Z] #43 ... [2021-03-19T20:59:42.286Z] [2021-03-19T20:59:42.286Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:59:42.286Z] #45 sha256:545ba0c6e50551d0b617ccbb97585f12f34dc9406939c9ddce5a9da66a6b6b5f [2021-03-19T20:59:42.286Z] #45 165.6 github.com/LK4D4/vndr/godl [2021-03-19T20:59:42.286Z] #45 166.4 github.com/LK4D4/vndr [2021-03-19T20:59:42.286Z] #45 ... [2021-03-19T20:59:42.286Z] [2021-03-19T20:59:42.286Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-19T20:59:42.286Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-19T20:59:42.286Z] #20 4.173 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [269 kB] [2021-03-19T20:59:42.286Z] #20 5.768 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-19T20:59:42.286Z] #20 11.35 Fetched 8929 kB in 10s (879 kB/s) [2021-03-19T20:59:42.329Z] #20 39.02 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-03-19T20:59:42.329Z] #20 39.04 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-19T20:59:42.329Z] #20 39.10 Selecting previously unselected package libreadline5:amd64. [2021-03-19T20:59:42.329Z] #20 39.10 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-03-19T20:59:42.329Z] #20 39.12 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-03-19T20:59:42.329Z] #20 39.22 Selecting previously unselected package net-tools. [2021-03-19T20:59:42.329Z] #20 39.23 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-03-19T20:59:42.329Z] #20 39.24 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-19T20:59:42.590Z] #20 39.42 Selecting previously unselected package python-pip-whl. [2021-03-19T20:59:42.851Z] #20 39.43 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-03-19T20:59:42.851Z] #20 39.44 Unpacking python-pip-whl (18.1-5) ... [2021-03-19T20:59:43.422Z] #20 39.99 Selecting previously unselected package python3-lib2to3. [2021-03-19T20:59:43.422Z] #20 39.99 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-03-19T20:59:43.422Z] #20 40.00 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-03-19T20:59:43.422Z] #20 40.12 Selecting previously unselected package python3-distutils. [2021-03-19T20:59:43.422Z] #20 40.14 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-03-19T20:59:43.422Z] #20 40.14 Unpacking python3-distutils (3.7.3-1) ... [2021-03-19T20:59:43.474Z] ok github.com/docker/docker/pkg/archive 0.488s coverage: 77.3% of statements [2021-03-19T20:59:43.683Z] #20 40.31 Selecting previously unselected package python3-pip. [2021-03-19T20:59:43.683Z] #20 40.32 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-03-19T20:59:43.683Z] #20 40.32 Unpacking python3-pip (18.1-5) ... [2021-03-19T20:59:43.683Z] #20 40.49 Selecting previously unselected package python3-pkg-resources. [2021-03-19T20:59:43.683Z] #20 40.49 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-03-19T20:59:43.683Z] #20 40.49 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-03-19T20:59:43.944Z] #20 40.61 Selecting previously unselected package python3-setuptools. [2021-03-19T20:59:43.944Z] #20 40.61 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-03-19T20:59:43.944Z] #20 40.62 Unpacking python3-setuptools (40.8.0-1) ... [2021-03-19T20:59:43.944Z] #20 40.87 Selecting previously unselected package python3-wheel. [2021-03-19T20:59:44.105Z] ok github.com/docker/docker/pkg/authorization 0.126s coverage: 68.3% of statements [2021-03-19T20:59:44.105Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2021-03-19T20:59:44.195Z] #20 11.35 Reading package lists... [2021-03-19T20:59:44.195Z] #20 ... [2021-03-19T20:59:44.195Z] [2021-03-19T20:59:44.195Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-19T20:59:44.195Z] #45 sha256:545ba0c6e50551d0b617ccbb97585f12f34dc9406939c9ddce5a9da66a6b6b5f [2021-03-19T20:59:44.195Z] #45 DONE 177.3s [2021-03-19T20:59:44.195Z] [2021-03-19T20:59:44.195Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:59:44.195Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:59:44.195Z] #43 80.70 DEP criu/protobuf-desc.d [2021-03-19T20:59:44.195Z] #43 80.84 DEP criu/proc_parse.d [2021-03-19T20:59:44.205Z] #20 40.88 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-03-19T20:59:44.205Z] #20 40.89 Unpacking python3-wheel (0.32.3-2) ... [2021-03-19T20:59:44.205Z] #20 40.97 Selecting previously unselected package sudo. [2021-03-19T20:59:44.205Z] #20 40.98 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-03-19T20:59:44.205Z] #20 40.99 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-03-19T20:59:44.396Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2021-03-19T20:59:44.629Z] #20 49.10 Setting up iptables (1.8.2-4) ... [2021-03-19T20:59:44.629Z] #20 49.12 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-19T20:59:44.629Z] #20 49.13 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-19T20:59:44.629Z] #20 49.14 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-19T20:59:44.629Z] #20 49.16 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-19T20:59:44.629Z] #20 49.17 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-03-19T20:59:44.629Z] #20 49.18 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-03-19T20:59:44.629Z] #20 49.20 Setting up python3 (3.7.3-1) ... [2021-03-19T20:59:44.763Z] #43 81.21 DEP criu/plugin.d [2021-03-19T20:59:44.763Z] #43 81.39 DEP criu/pipes.d [2021-03-19T20:59:44.776Z] #20 41.46 Selecting previously unselected package thin-provisioning-tools. [2021-03-19T20:59:44.776Z] #20 41.48 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-03-19T20:59:44.776Z] #20 41.48 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-03-19T20:59:44.899Z] #20 49.70 Setting up python3-wheel (0.32.3-2) ... [2021-03-19T20:59:45.022Z] #43 81.50 DEP criu/pie-util.d [2021-03-19T20:59:45.022Z] #43 81.57 DEP criu/pie-util-vdso.d [2021-03-19T20:59:45.037Z] #20 41.73 Selecting previously unselected package uidmap. [2021-03-19T20:59:45.037Z] #20 41.74 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-03-19T20:59:45.037Z] #20 41.75 Unpacking uidmap (1:4.5-1.1) ... [2021-03-19T20:59:45.037Z] #20 41.86 Selecting previously unselected package vim-runtime. [2021-03-19T20:59:45.037Z] #20 41.86 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-03-19T20:59:45.037Z] #20 41.90 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-03-19T20:59:45.037Z] #20 41.93 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-03-19T20:59:45.037Z] #20 41.93 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-03-19T20:59:45.282Z] #43 81.67 DEP criu/pie-util-vdso-elf32.d [2021-03-19T20:59:45.282Z] #43 81.77 DEP criu/path.d [2021-03-19T20:59:45.282Z] #43 81.90 DEP criu/parasite-syscall.d [2021-03-19T20:59:45.477Z] #20 49.48 Selecting previously unselected package vim. [2021-03-19T20:59:45.477Z] #20 49.49 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2021-03-19T20:59:45.477Z] #20 49.51 Unpacking vim (2:8.1.0875-5) ... [2021-03-19T20:59:45.478Z] #20 50.43 Setting up apparmor (2.13.2-10) ... [2021-03-19T20:59:45.541Z] #43 82.07 DEP criu/pagemap.d [2021-03-19T20:59:45.541Z] #43 82.17 DEP criu/pagemap-cache.d [2021-03-19T20:59:45.801Z] #43 82.30 DEP criu/page-xfer.d [2021-03-19T20:59:46.044Z] #20 50.08 Selecting previously unselected package xfsprogs. [2021-03-19T20:59:46.044Z] #20 50.09 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2021-03-19T20:59:46.044Z] #20 50.10 Unpacking xfsprogs (4.20.0-1) ... [2021-03-19T20:59:46.060Z] #43 82.47 DEP criu/page-pipe.d [2021-03-19T20:59:46.060Z] #43 82.58 DEP criu/netfilter.d [2021-03-19T20:59:46.060Z] #43 82.73 DEP criu/net.d [2021-03-19T20:59:46.612Z] #20 50.60 Selecting previously unselected package zip. [2021-03-19T20:59:46.612Z] #20 50.60 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2021-03-19T20:59:46.612Z] #20 50.61 Unpacking zip (3.0-11+b1) ... [2021-03-19T20:59:46.630Z] #43 82.90 DEP criu/namespaces.d [2021-03-19T20:59:46.630Z] #43 83.14 DEP criu/mount.d [2021-03-19T20:59:46.852Z] #23 5.189 Collecting yamllint==1.16.0 [2021-03-19T20:59:46.852Z] #23 5.667 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-03-19T20:59:46.852Z] #23 5.752 Collecting pyyaml (from yamllint==1.16.0) [2021-03-19T20:59:46.871Z] #20 50.81 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-03-19T20:59:46.871Z] #20 50.84 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-19T20:59:46.871Z] #20 50.86 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-03-19T20:59:46.871Z] #20 50.87 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-03-19T20:59:46.871Z] #20 50.88 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-03-19T20:59:46.871Z] #20 50.90 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-03-19T20:59:46.871Z] #20 50.91 Setting up uidmap (1:4.5-1.1) ... [2021-03-19T20:59:46.871Z] #20 50.92 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-03-19T20:59:46.871Z] #20 50.94 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-19T20:59:46.871Z] #20 50.95 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-19T20:59:46.871Z] #20 50.96 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-19T20:59:46.871Z] #20 50.98 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-19T20:59:46.871Z] #20 50.99 Setting up xxd (2:8.1.0875-5) ... [2021-03-19T20:59:46.871Z] #20 51.00 Setting up zip (3.0-11+b1) ... [2021-03-19T20:59:46.871Z] #20 51.02 Setting up vim-common (2:8.1.0875-5) ... [2021-03-19T20:59:46.871Z] #20 51.05 Setting up bash-completion (1:2.8-6) ... [2021-03-19T20:59:46.890Z] #43 83.40 DEP criu/memfd.d [2021-03-19T20:59:46.891Z] #43 83.53 DEP criu/mem.d [2021-03-19T20:59:47.151Z] #43 83.76 DEP criu/lsm.d [2021-03-19T20:59:47.152Z] #23 6.063 Downloading https://files.pythonhosted.org/packages/a0/a4/d63f2d7597e1a4b55aa3b4d6c5b029991d3b824b5bd331af8d4ab1ed687d/PyYAML-5.4.1.tar.gz (175kB) [2021-03-19T20:59:47.411Z] #43 83.86 DEP criu/log.d [2021-03-19T20:59:47.411Z] #20 52.01 Setting up xfsprogs (4.20.0-1) ... [2021-03-19T20:59:47.412Z] #20 52.10 Setting up python3-lib2to3 (3.7.3-1) ... [2021-03-19T20:59:47.671Z] #43 84.00 DEP criu/libnetlink.d [2021-03-19T20:59:47.671Z] #43 84.12 DEP criu/kerndat.d [2021-03-19T20:59:47.676Z] #20 52.51 Setting up python3-pkg-resources (40.8.0-1) ... [2021-03-19T20:59:47.801Z] #23 6.735 Installing build dependencies: started [2021-03-19T20:59:47.931Z] #43 84.37 DEP criu/kcmp-ids.d [2021-03-19T20:59:47.931Z] #43 84.45 DEP criu/irmap.d [2021-03-19T20:59:48.191Z] #43 84.66 DEP criu/ipc_ns.d [2021-03-19T20:59:48.191Z] #43 84.79 DEP criu/image.d [2021-03-19T20:59:48.338Z] #20 45.26 Selecting previously unselected package vim. [2021-03-19T20:59:48.451Z] #43 84.96 DEP criu/image-desc.d [2021-03-19T20:59:48.451Z] #43 85.08 DEP criu/fsnotify.d [2021-03-19T20:59:48.598Z] #20 45.27 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2021-03-19T20:59:48.598Z] #20 45.28 Unpacking vim (2:8.1.0875-5) ... [2021-03-19T20:59:48.601Z] 4612f6d0b889: Verifying Checksum [2021-03-19T20:59:48.602Z] 4612f6d0b889: Download complete [2021-03-19T20:59:48.630Z] #20 53.37 Setting up python3-distutils (3.7.3-1) ... [2021-03-19T20:59:48.711Z] #43 85.24 DEP criu/filesystems.d [2021-03-19T20:59:48.711Z] #43 85.37 DEP criu/files.d [2021-03-19T20:59:48.837Z] ok github.com/docker/docker/layer 7.160s coverage: 68.8% of statements [2021-03-19T20:59:48.838Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-03-19T20:59:48.838Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-03-19T20:59:48.838Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-03-19T20:59:48.838Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-03-19T20:59:48.838Z] ? github.com/docker/docker/oci/caps [no test files] [2021-03-19T20:59:48.838Z] ok github.com/docker/docker/pkg/chrootarchive 3.501s coverage: 43.2% of statements [2021-03-19T20:59:48.838Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-03-19T20:59:48.838Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-03-19T20:59:48.838Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2021-03-19T20:59:48.838Z] ok github.com/docker/docker/pkg/discovery 0.013s coverage: 58.3% of statements [2021-03-19T20:59:48.838Z] ok github.com/docker/docker/pkg/discovery/file 0.003s coverage: 92.9% of statements [2021-03-19T20:59:48.859Z] #20 45.82 Selecting previously unselected package xfsprogs. [2021-03-19T20:59:48.971Z] #43 85.53 DEP criu/files-reg.d [2021-03-19T20:59:49.120Z] #20 45.83 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2021-03-19T20:59:49.120Z] #20 45.84 Unpacking xfsprogs (4.20.0-1) ... [2021-03-19T20:59:49.160Z] #20 53.78 Setting up python3-setuptools (40.8.0-1) ... [2021-03-19T20:59:49.231Z] #43 85.74 DEP criu/files-ext.d [2021-03-19T20:59:49.313Z] #56 238.4 + bin/containerd-stress [2021-03-19T20:59:49.313Z] #56 240.5 + bin/containerd-shim [2021-03-19T20:59:49.466Z] ok github.com/docker/docker/pkg/discovery/memory 0.006s coverage: 92.3% of statements [2021-03-19T20:59:49.491Z] #43 85.90 DEP criu/file-lock.d [2021-03-19T20:59:49.491Z] #43 86.03 DEP criu/file-ids.d [2021-03-19T20:59:49.692Z] #20 46.33 Selecting previously unselected package zip. [2021-03-19T20:59:49.692Z] #20 46.34 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2021-03-19T20:59:49.692Z] #20 46.34 Unpacking zip (3.0-11+b1) ... [2021-03-19T20:59:49.692Z] #20 46.55 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-03-19T20:59:49.692Z] #20 46.58 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-19T20:59:49.692Z] #20 46.59 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-03-19T20:59:49.692Z] #20 46.60 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-03-19T20:59:49.692Z] #20 46.62 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-03-19T20:59:49.692Z] #20 46.63 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-03-19T20:59:49.692Z] #20 46.64 Setting up uidmap (1:4.5-1.1) ... [2021-03-19T20:59:49.751Z] #43 86.22 DEP criu/fifo.d [2021-03-19T20:59:49.755Z] ok github.com/docker/docker/pkg/discovery/nodes 0.012s coverage: 93.8% of statements [2021-03-19T20:59:49.952Z] #20 46.67 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-03-19T20:59:49.952Z] #20 46.68 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-19T20:59:49.952Z] #20 46.69 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-19T20:59:49.952Z] #20 46.71 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-19T20:59:49.952Z] #20 46.72 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-19T20:59:49.952Z] #20 46.73 Setting up xxd (2:8.1.0875-5) ... [2021-03-19T20:59:49.952Z] #20 46.74 Setting up zip (3.0-11+b1) ... [2021-03-19T20:59:49.952Z] #20 46.76 Setting up vim-common (2:8.1.0875-5) ... [2021-03-19T20:59:50.011Z] #43 86.37 DEP criu/fdstore.d [2021-03-19T20:59:50.011Z] #43 86.45 DEP criu/fault-injection.d [2021-03-19T20:59:50.011Z] #43 86.49 DEP criu/external.d [2021-03-19T20:59:50.011Z] #43 86.59 DEP criu/eventpoll.d [2021-03-19T20:59:50.044Z] ok github.com/docker/docker/pkg/dmesg 0.026s coverage: 83.3% of statements [2021-03-19T20:59:50.113Z] #20 54.82 Setting up python3-pip (18.1-5) ... [2021-03-19T20:59:50.164Z] #20 ... [2021-03-19T20:59:50.164Z] [2021-03-19T20:59:50.164Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:59:50.164Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:59:50.164Z] #43 109.4 CC criu/crtools.o [2021-03-19T20:59:50.164Z] #43 109.9 CC criu/eventfd.o [2021-03-19T20:59:50.164Z] #43 110.2 CC criu/eventpoll.o [2021-03-19T20:59:50.164Z] #43 111.0 CC criu/external.o [2021-03-19T20:59:50.164Z] #43 111.4 CC criu/fault-injection.o [2021-03-19T20:59:50.164Z] #43 111.5 CC criu/fdstore.o [2021-03-19T20:59:50.164Z] #43 112.0 CC criu/fifo.o [2021-03-19T20:59:50.164Z] #43 112.4 CC criu/file-ids.o [2021-03-19T20:59:50.164Z] #43 112.9 CC criu/file-lock.o [2021-03-19T20:59:50.164Z] #43 113.8 CC criu/files-ext.o [2021-03-19T20:59:50.164Z] #43 114.2 CC criu/files-reg.o [2021-03-19T20:59:50.164Z] #43 116.5 CC criu/files.o [2021-03-19T20:59:50.164Z] #43 118.7 CC criu/filesystems.o [2021-03-19T20:59:50.164Z] #43 119.5 CC criu/fsnotify.o [2021-03-19T20:59:50.164Z] #43 ... [2021-03-19T20:59:50.164Z] [2021-03-19T20:59:50.164Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-19T20:59:50.164Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-19T20:59:50.164Z] #20 53.92 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-03-19T20:59:50.164Z] #20 53.93 Setting up xz-utils (5.2.4-1) ... [2021-03-19T20:59:50.164Z] #20 53.95 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-03-19T20:59:50.164Z] #20 53.97 Setting up sudo (1.8.27-1+deb10u3) ... [2021-03-19T20:59:50.164Z] #20 54.05 invoke-rc.d: could not determine current runlevel [2021-03-19T20:59:50.164Z] #20 54.07 invoke-rc.d: policy-rc.d denied execution of start. [2021-03-19T20:59:50.164Z] #20 54.08 Setting up pigz (2.4-1) ... [2021-03-19T20:59:50.164Z] #20 54.09 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-03-19T20:59:50.164Z] #20 54.11 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-03-19T20:59:50.164Z] #20 54.13 Setting up python-pip-whl (18.1-5) ... [2021-03-19T20:59:50.164Z] #20 54.15 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-03-19T20:59:50.164Z] #20 54.16 Setting up vim-runtime (2:8.1.0875-5) ... [2021-03-19T20:59:50.213Z] #20 46.79 Setting up bash-completion (1:2.8-6) ... [2021-03-19T20:59:50.271Z] #43 86.80 DEP criu/eventfd.d [2021-03-19T20:59:50.423Z] #20 54.54 Setting up libaio1:amd64 (0.3.112-3) ... [2021-03-19T20:59:50.423Z] #20 54.56 Setting up libonig5:amd64 (6.9.1-1) ... [2021-03-19T20:59:50.423Z] #20 54.58 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-03-19T20:59:50.423Z] #20 54.61 Setting up vim (2:8.1.0875-5) ... [2021-03-19T20:59:50.423Z] #20 54.62 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-03-19T20:59:50.423Z] #20 54.62 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-03-19T20:59:50.423Z] #20 54.64 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-03-19T20:59:50.423Z] #20 54.64 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-03-19T20:59:50.423Z] #20 54.65 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-03-19T20:59:50.423Z] #20 54.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-03-19T20:59:50.531Z] #43 86.92 DEP criu/crtools.d [2021-03-19T20:59:50.531Z] #43 87.08 DEP criu/cr-service.d [2021-03-19T20:59:50.683Z] #20 54.67 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-03-19T20:59:50.683Z] #20 54.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-03-19T20:59:50.683Z] #20 54.72 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-19T20:59:50.683Z] #20 54.74 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-03-19T20:59:50.683Z] #20 54.76 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-03-19T20:59:50.683Z] #20 54.78 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-19T20:59:50.683Z] #20 54.86 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-03-19T20:59:50.791Z] #43 87.28 DEP criu/cr-restore.d [2021-03-19T20:59:50.942Z] #20 54.89 Setting up python3.7 (3.7.3-2+deb10u2) ... [2021-03-19T20:59:51.052Z] #43 87.50 DEP criu/cr-errno.d [2021-03-19T20:59:51.052Z] #43 87.53 DEP criu/cr-dump.d [2021-03-19T20:59:51.068Z] #20 55.77 Processing triggers for libc-bin (2.28-10) ... [2021-03-19T20:59:51.068Z] #20 55.81 Processing triggers for mime-support (3.62) ... [2021-03-19T20:59:51.312Z] #43 87.73 DEP criu/cr-dedup.d [2021-03-19T20:59:51.312Z] #43 87.92 DEP criu/cr-check.d [2021-03-19T20:59:51.383Z] #23 ... [2021-03-19T20:59:51.383Z] [2021-03-19T20:59:51.383Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:59:51.383Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-19T20:59:51.383Z] #44 133.5 CC criu/files-ext.o [2021-03-19T20:59:51.383Z] #44 134.0 CC criu/files-reg.o [2021-03-19T20:59:51.383Z] #44 136.6 CC criu/files.o [2021-03-19T20:59:51.383Z] #44 139.3 CC criu/filesystems.o [2021-03-19T20:59:51.383Z] #44 140.4 CC criu/fsnotify.o [2021-03-19T20:59:51.383Z] #44 141.8 CC criu/image-desc.o [2021-03-19T20:59:51.383Z] #44 142.1 CC criu/image.o [2021-03-19T20:59:51.542Z] ok github.com/docker/docker/pkg/filenotify 0.611s coverage: 67.0% of statements [2021-03-19T20:59:51.572Z] #43 88.12 DEP criu/config.d [2021-03-19T20:59:51.598Z] #20 ... [2021-03-19T20:59:51.598Z] [2021-03-19T20:59:51.598Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:59:51.598Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:59:51.598Z] #43 118.5 CC criu/libnetlink.o [2021-03-19T20:59:51.598Z] #43 118.8 CC criu/log.o [2021-03-19T20:59:51.598Z] #43 119.3 CC criu/lsm.o [2021-03-19T20:59:51.598Z] #43 119.7 CC criu/mem.o [2021-03-19T20:59:51.598Z] #43 121.6 CC criu/memfd.o [2021-03-19T20:59:51.598Z] #43 122.2 CC criu/mount.o [2021-03-19T20:59:51.598Z] #43 126.3 CC criu/namespaces.o [2021-03-19T20:59:51.598Z] #43 128.4 CC criu/net.o [2021-03-19T20:59:51.648Z] #20 DONE 56.4s [2021-03-19T20:59:51.648Z] [2021-03-19T20:59:51.648Z] #21 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-03-19T20:59:51.648Z] #21 sha256:3a04c6fdd7ef5872a267faf8a5f2edcdb730aaf9dae03f62142eed23000d4fab [2021-03-19T20:59:51.648Z] #21 ... [2021-03-19T20:59:51.648Z] [2021-03-19T20:59:51.648Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:59:51.648Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-19T20:59:51.648Z] #43 111.6 CC criu/ipc_ns.o [2021-03-19T20:59:51.648Z] #43 112.9 CC criu/irmap.o [2021-03-19T20:59:51.648Z] #43 113.5 CC criu/kcmp-ids.o [2021-03-19T20:59:51.648Z] #43 113.7 CC criu/kerndat.o [2021-03-19T20:59:51.648Z] #43 114.6 CC criu/libnetlink.o [2021-03-19T20:59:51.648Z] #43 114.9 CC criu/log.o [2021-03-19T20:59:51.648Z] #43 115.3 CC criu/lsm.o [2021-03-19T20:59:51.648Z] #43 115.7 CC criu/mem.o [2021-03-19T20:59:51.648Z] #43 117.1 CC criu/memfd.o [2021-03-19T20:59:51.648Z] #43 117.5 CC criu/mount.o [2021-03-19T20:59:51.648Z] #43 120.4 CC criu/namespaces.o [2021-03-19T20:59:51.831Z] ok github.com/docker/docker/pkg/fileutils 0.004s coverage: 89.5% of statements [2021-03-19T20:59:51.832Z] #43 88.27 DEP criu/clone-noasan.d [2021-03-19T20:59:51.832Z] #43 88.34 DEP criu/cgroup.d [2021-03-19T20:59:52.093Z] #43 88.55 DEP criu/cgroup-props.d [2021-03-19T20:59:52.093Z] #43 88.66 DEP criu/bitmap.d [2021-03-19T20:59:52.093Z] #43 88.68 DEP criu/bfd.d [2021-03-19T20:59:52.093Z] #43 88.75 DEP criu/autofs.d [2021-03-19T20:59:52.226Z] #43 122.2 CC criu/net.o [2021-03-19T20:59:52.439Z] #44 143.1 CC criu/ipc_ns.o [2021-03-19T20:59:52.666Z] #43 88.95 DEP criu/aio.d [2021-03-19T20:59:52.666Z] #43 89.18 DEP criu/action-scripts.d [2021-03-19T20:59:52.858Z] ok github.com/docker/docker/pkg/discovery/kv 3.091s coverage: 84.1% of statements [2021-03-19T20:59:52.858Z] ok github.com/docker/docker/pkg/fsutils 0.451s coverage: 85.1% of statements [2021-03-19T20:59:52.858Z] ok github.com/docker/docker/pkg/homedir 0.001s coverage: 11.4% of statements [2021-03-19T20:59:52.926Z] #43 ... [2021-03-19T20:59:52.926Z] [2021-03-19T20:59:52.926Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-19T20:59:52.926Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-19T20:59:52.926Z] #32 DONE 186.0s [2021-03-19T20:59:52.926Z] [2021-03-19T20:59:52.926Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-19T20:59:52.926Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-19T20:59:52.926Z] #20 11.35 Reading package lists... [2021-03-19T20:59:52.926Z] #20 16.03 Reading package lists... [2021-03-19T20:59:52.926Z] #20 19.49 Building dependency tree... [2021-03-19T20:59:52.926Z] #20 21.21 libcap2-bin is already the newest version (1:2.25-2). [2021-03-19T20:59:52.926Z] #20 21.21 The following additional packages will be installed: [2021-03-19T20:59:52.926Z] #20 21.22 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-03-19T20:59:52.926Z] #20 21.22 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-03-19T20:59:52.926Z] #20 21.22 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-03-19T20:59:52.926Z] #20 21.22 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-03-19T20:59:52.926Z] #20 21.22 python3.7 python3.7-minimal vim-runtime xxd [2021-03-19T20:59:52.926Z] #20 21.23 Suggested packages: [2021-03-19T20:59:52.926Z] #20 21.23 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-03-19T20:59:52.926Z] #20 21.23 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-03-19T20:59:52.926Z] #20 21.23 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-03-19T20:59:52.926Z] #20 21.23 Recommended packages: [2021-03-19T20:59:52.926Z] #20 21.23 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-03-19T20:59:52.926Z] #20 21.23 python3-keyrings.alt python3-xdg unzip [2021-03-19T20:59:52.926Z] #20 22.93 The following NEW packages will be installed: [2021-03-19T20:59:52.926Z] #20 22.94 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-03-19T20:59:52.926Z] #20 22.94 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-03-19T20:59:52.926Z] #20 22.94 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-03-19T20:59:52.926Z] #20 22.94 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-03-19T20:59:52.926Z] #20 22.94 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-03-19T20:59:52.926Z] #20 22.94 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-03-19T20:59:52.926Z] #20 22.94 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-03-19T20:59:52.926Z] #20 22.94 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-03-19T20:59:52.926Z] #20 22.94 xz-utils zip [2021-03-19T20:59:52.926Z] #20 23.29 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded. [2021-03-19T20:59:52.926Z] #20 23.29 Need to get 28.5 MB of archives. [2021-03-19T20:59:52.926Z] #20 23.29 After this operation, 116 MB of additional disk space will be used. [2021-03-19T20:59:52.926Z] #20 23.29 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-03-19T20:59:52.926Z] #20 ... [2021-03-19T20:59:52.926Z] [2021-03-19T20:59:52.926Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:59:52.926Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:59:52.926Z] #43 89.56 CC criu/action-scripts.o [2021-03-19T20:59:52.983Z] #43 ... [2021-03-19T20:59:52.983Z] [2021-03-19T20:59:52.983Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-19T20:59:52.983Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-19T20:59:52.983Z] #20 49.55 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-03-19T20:59:52.983Z] #20 49.60 Setting up xz-utils (5.2.4-1) ... [2021-03-19T20:59:52.983Z] #20 49.62 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-03-19T20:59:52.983Z] #20 49.63 Setting up sudo (1.8.27-1+deb10u3) ... [2021-03-19T20:59:52.983Z] #20 49.70 invoke-rc.d: could not determine current runlevel [2021-03-19T20:59:52.983Z] #20 49.71 invoke-rc.d: policy-rc.d denied execution of start. [2021-03-19T20:59:52.983Z] #20 49.72 Setting up pigz (2.4-1) ... [2021-03-19T20:59:52.983Z] #20 49.73 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-03-19T20:59:52.983Z] #20 49.74 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-03-19T20:59:52.983Z] #20 49.76 Setting up python-pip-whl (18.1-5) ... [2021-03-19T20:59:52.983Z] #20 49.78 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-03-19T20:59:52.983Z] #20 49.79 Setting up vim-runtime (2:8.1.0875-5) ... [2021-03-19T20:59:53.180Z] #43 ... [2021-03-19T20:59:53.180Z] [2021-03-19T20:59:53.180Z] #21 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-03-19T20:59:53.180Z] #21 sha256:3a04c6fdd7ef5872a267faf8a5f2edcdb730aaf9dae03f62142eed23000d4fab [2021-03-19T20:59:53.180Z] #21 1.414 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-03-19T20:59:53.180Z] #21 1.421 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-03-19T20:59:53.180Z] #21 1.427 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-03-19T20:59:53.445Z] #21 DONE 1.7s [2021-03-19T20:59:53.445Z] [2021-03-19T20:59:53.445Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-19T20:59:53.445Z] #22 sha256:a35d58ddfb9f3f9629730880f624a4b18b6b1c37fb5307e7765f763de2a47ef6 [2021-03-19T20:59:53.530Z] ok github.com/docker/docker/pkg/idtools 0.281s coverage: 69.5% of statements [2021-03-19T20:59:53.554Z] #20 50.18 Setting up libaio1:amd64 (0.3.112-3) ... [2021-03-19T20:59:53.554Z] #20 50.19 Setting up libonig5:amd64 (6.9.1-1) ... [2021-03-19T20:59:53.554Z] #20 50.21 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-03-19T20:59:53.554Z] #20 50.22 Setting up vim (2:8.1.0875-5) ... [2021-03-19T20:59:53.554Z] #20 50.23 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-03-19T20:59:53.554Z] #20 50.24 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-03-19T20:59:53.554Z] #20 50.24 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-03-19T20:59:53.554Z] #20 50.24 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-03-19T20:59:53.554Z] #20 50.25 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-03-19T20:59:53.554Z] #20 50.25 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-03-19T20:59:53.554Z] #20 50.26 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-03-19T20:59:53.554Z] #20 50.27 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-03-19T20:59:53.554Z] #20 50.28 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-19T20:59:53.554Z] #20 50.30 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-03-19T20:59:53.554Z] #20 50.31 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-03-19T20:59:53.554Z] #20 50.32 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-19T20:59:53.554Z] #20 50.34 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-03-19T20:59:53.554Z] #20 50.35 Setting up python3.7 (3.7.3-2+deb10u2) ... [2021-03-19T20:59:53.819Z] ok github.com/docker/docker/pkg/ioutils 0.336s coverage: 70.1% of statements [2021-03-19T20:59:53.867Z] #43 90.15 CC criu/aio.o [2021-03-19T20:59:53.977Z] #44 144.5 CC criu/irmap.o [2021-03-19T20:59:54.109Z] ok github.com/docker/docker/pkg/jsonmessage 0.007s coverage: 91.7% of statements [2021-03-19T20:59:54.109Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-03-19T20:59:54.109Z] ok github.com/docker/docker/pkg/longpath 0.007s coverage: 100.0% of statements [2021-03-19T20:59:54.109Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-03-19T20:59:54.109Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-03-19T20:59:54.241Z] #20 57.74 Setting up iptables (1.8.2-4) ... [2021-03-19T20:59:54.241Z] #20 57.82 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-19T20:59:54.241Z] #20 57.83 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-19T20:59:54.241Z] #20 57.84 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-19T20:59:54.241Z] #20 57.84 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-19T20:59:54.241Z] #20 57.85 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-03-19T20:59:54.241Z] #20 57.85 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-03-19T20:59:54.241Z] #20 57.87 Setting up python3 (3.7.3-1) ... [2021-03-19T20:59:54.241Z] #20 58.33 Setting up python3-wheel (0.32.3-2) ... [2021-03-19T20:59:54.399Z] ok github.com/docker/docker/pkg/namesgenerator 0.009s coverage: 85.7% of statements [2021-03-19T20:59:54.399Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-03-19T20:59:54.436Z] #43 90.78 CC criu/autofs.o [2021-03-19T20:59:54.624Z] #44 145.4 CC criu/kcmp-ids.o [2021-03-19T20:59:54.689Z] ok github.com/docker/docker/pkg/parsers 0.009s coverage: 97.0% of statements [2021-03-19T20:59:54.689Z] ok github.com/docker/docker/pkg/parsers/kernel 0.001s coverage: 60.0% of statements [2021-03-19T20:59:54.809Z] #20 58.95 Setting up apparmor (2.13.2-10) ... [2021-03-19T20:59:54.924Z] #44 145.7 CC criu/kerndat.o [2021-03-19T20:59:54.980Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.013s coverage: 86.7% of statements [2021-03-19T20:59:54.980Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2021-03-19T20:59:54.980Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-03-19T20:59:54.980Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-03-19T20:59:55.610Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.010s coverage: 56.8% of statements [2021-03-19T20:59:55.819Z] #43 92.11 CC criu/bfd.o [2021-03-19T20:59:55.850Z] #56 247.2 + bin/containerd-shim-runc-v1 [2021-03-19T20:59:55.901Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2021-03-19T20:59:56.079Z] #43 92.64 CC criu/bitmap.o [2021-03-19T20:59:56.192Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2021-03-19T20:59:56.339Z] #43 92.77 CC criu/cgroup-props.o [2021-03-19T20:59:56.467Z] #44 147.2 CC criu/libnetlink.o [2021-03-19T20:59:56.482Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2021-03-19T20:59:56.714Z] #20 60.81 Setting up xfsprogs (4.20.0-1) ... [2021-03-19T20:59:56.714Z] #20 60.83 Setting up python3-lib2to3 (3.7.3-1) ... [2021-03-19T20:59:56.855Z] #20 53.32 Setting up iptables (1.8.2-4) ... [2021-03-19T20:59:56.855Z] #20 53.34 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-19T20:59:56.855Z] #20 53.35 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-19T20:59:56.855Z] #20 53.37 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-19T20:59:56.855Z] #20 53.37 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-19T20:59:56.855Z] #20 53.38 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-03-19T20:59:56.855Z] #20 53.38 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-03-19T20:59:56.855Z] #20 53.39 Setting up python3 (3.7.3-1) ... [2021-03-19T20:59:57.114Z] #44 147.6 CC criu/log.o [2021-03-19T20:59:57.116Z] #20 53.81 Setting up python3-wheel (0.32.3-2) ... [2021-03-19T20:59:57.280Z] #43 93.56 CC criu/cgroup.o [2021-03-19T20:59:57.283Z] #20 61.27 Setting up python3-pkg-resources (40.8.0-1) ... [2021-03-19T20:59:57.414Z] #44 148.2 CC criu/lsm.o [2021-03-19T20:59:57.687Z] #22 4.179 Collecting yamllint==1.16.0 [2021-03-19T20:59:57.990Z] ok github.com/docker/docker/pkg/pubsub 1.017s coverage: 75.0% of statements [2021-03-19T20:59:57.990Z] ok github.com/docker/docker/pkg/reexec 0.003s coverage: 82.4% of statements [2021-03-19T20:59:58.058Z] #20 54.58 Setting up apparmor (2.13.2-10) ... [2021-03-19T20:59:58.066Z] #44 148.9 CC criu/mem.o [2021-03-19T20:59:58.220Z] #20 62.10 Setting up python3-distutils (3.7.3-1) ... [2021-03-19T20:59:58.663Z] #43 ... [2021-03-19T20:59:58.663Z] [2021-03-19T20:59:58.663Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-19T20:59:58.663Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-19T20:59:58.663Z] #20 23.29 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB] [2021-03-19T20:59:58.663Z] #20 23.32 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB] [2021-03-19T20:59:58.663Z] #20 23.40 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-03-19T20:59:58.663Z] #20 23.40 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-03-19T20:59:58.663Z] #20 23.41 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB] [2021-03-19T20:59:58.663Z] #20 23.52 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2021-03-19T20:59:58.663Z] #20 23.54 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-03-19T20:59:58.663Z] #20 23.55 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-03-19T20:59:58.663Z] #20 23.55 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-03-19T20:59:58.663Z] #20 23.56 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-03-19T20:59:58.663Z] #20 23.56 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-03-19T20:59:58.663Z] #20 23.57 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-03-19T20:59:58.663Z] #20 23.57 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-03-19T20:59:58.663Z] #20 23.58 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-03-19T20:59:58.663Z] #20 23.58 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-03-19T20:59:58.663Z] #20 23.62 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-03-19T20:59:58.663Z] #20 23.62 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-03-19T20:59:58.663Z] #20 23.64 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-03-19T20:59:58.663Z] #20 23.68 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-03-19T20:59:58.663Z] #20 23.68 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-03-19T20:59:58.663Z] #20 23.70 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-03-19T20:59:58.663Z] #20 23.75 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-03-19T20:59:58.663Z] #20 23.79 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-03-19T20:59:58.663Z] #20 23.81 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-03-19T20:59:58.664Z] #20 23.81 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-03-19T20:59:58.664Z] #20 23.81 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-03-19T20:59:58.664Z] #20 23.83 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-03-19T20:59:58.664Z] #20 23.88 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-03-19T20:59:58.664Z] #20 24.68 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-03-19T20:59:58.664Z] #20 24.68 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-03-19T20:59:58.664Z] #20 24.69 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-03-19T20:59:58.664Z] #20 24.69 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-03-19T20:59:58.664Z] #20 24.69 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-03-19T20:59:58.664Z] #20 24.71 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-03-19T20:59:58.664Z] #20 24.79 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-03-19T20:59:58.664Z] #20 24.79 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-03-19T20:59:58.664Z] #20 24.80 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-03-19T20:59:58.664Z] #20 24.80 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-03-19T20:59:58.664Z] #20 24.81 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-03-19T20:59:58.664Z] #20 24.82 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-03-19T20:59:58.664Z] #20 24.84 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-03-19T20:59:58.664Z] #20 24.89 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-03-19T20:59:58.664Z] #20 24.91 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-03-19T20:59:58.664Z] #20 24.93 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-03-19T20:59:58.664Z] #20 25.25 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-03-19T20:59:58.664Z] #20 25.30 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-03-19T20:59:58.664Z] #20 25.35 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-03-19T20:59:58.664Z] #20 25.91 debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T20:59:58.664Z] #20 26.00 Fetched 28.5 MB in 2s (12.1 MB/s) [2021-03-19T20:59:58.664Z] #20 26.06 Selecting previously unselected package pigz. [2021-03-19T20:59:58.664Z] #20 26.06 (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 ... 23435 files and directories currently installed.) [2021-03-19T20:59:58.664Z] #20 26.12 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-03-19T20:59:58.664Z] #20 26.12 Unpacking pigz (2.4-1) ... [2021-03-19T20:59:58.664Z] #20 26.20 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-03-19T20:59:58.664Z] #20 26.20 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-03-19T20:59:58.664Z] #20 26.21 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-03-19T20:59:58.664Z] #20 26.67 Selecting previously unselected package python3.7-minimal. [2021-03-19T20:59:58.664Z] #20 26.68 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-03-19T20:59:58.664Z] #20 26.69 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2021-03-19T20:59:58.664Z] #20 27.58 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-03-19T20:59:58.664Z] #20 27.59 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2021-03-19T20:59:58.737Z] #20 62.60 Setting up python3-setuptools (40.8.0-1) ... [2021-03-19T20:59:59.087Z] #22 ... [2021-03-19T20:59:59.087Z] [2021-03-19T20:59:59.087Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:59:59.087Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-19T20:59:59.088Z] #43 124.8 CC criu/netfilter.o [2021-03-19T20:59:59.088Z] #43 125.1 CC criu/page-pipe.o [2021-03-19T20:59:59.088Z] #43 125.7 CC criu/page-xfer.o [2021-03-19T20:59:59.088Z] #43 127.2 CC criu/pagemap-cache.o [2021-03-19T20:59:59.088Z] #43 127.5 CC criu/pagemap.o [2021-03-19T20:59:59.088Z] #43 128.1 CC criu/parasite-syscall.o [2021-03-19T20:59:59.088Z] #43 128.7 CC criu/path.o [2021-03-19T20:59:59.088Z] #43 128.9 CC criu/pie-util-vdso.o [2021-03-19T20:59:59.353Z] #43 129.2 CC criu/pie-util.o [2021-03-19T20:59:59.353Z] #43 129.3 CC criu/pipes.o [2021-03-19T20:59:59.604Z] #20 29.72 Selecting previously unselected package python3-minimal. [2021-03-19T20:59:59.604Z] #20 29.72 (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 ... 23684 files and directories currently installed.) [2021-03-19T20:59:59.604Z] #20 29.79 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-03-19T20:59:59.604Z] #20 29.80 Unpacking python3-minimal (3.7.3-1) ... [2021-03-19T20:59:59.673Z] #20 63.87 Setting up python3-pip (18.1-5) ... [2021-03-19T20:59:59.864Z] #20 29.88 Selecting previously unselected package libmpdec2:amd64. [2021-03-19T20:59:59.864Z] #20 29.88 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-03-19T20:59:59.864Z] #20 29.89 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-03-19T20:59:59.864Z] #20 30.02 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-03-19T20:59:59.864Z] #20 30.02 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2021-03-19T20:59:59.864Z] #20 30.03 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-03-19T20:59:59.864Z] #20 ... [2021-03-19T20:59:59.864Z] [2021-03-19T20:59:59.864Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T20:59:59.864Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T20:59:59.864Z] #43 96.47 CC criu/clone-noasan.o [2021-03-19T20:59:59.950Z] #43 129.8 CC criu/plugin.o [2021-03-19T20:59:59.970Z] #20 56.59 Setting up xfsprogs (4.20.0-1) ... [2021-03-19T20:59:59.970Z] #20 56.64 Setting up python3-lib2to3 (3.7.3-1) ... [2021-03-19T21:00:00.124Z] #43 96.73 CC criu/config.o [2021-03-19T21:00:00.214Z] #43 130.1 CC criu/proc_parse.o [2021-03-19T21:00:00.231Z] #20 57.09 Setting up python3-pkg-resources (40.8.0-1) ... [2021-03-19T21:00:00.713Z] ok github.com/docker/docker/pkg/signal 2.332s coverage: 61.0% of statements [2021-03-19T21:00:00.849Z] #44 151.2 CC criu/memfd.o [2021-03-19T21:00:01.003Z] ok github.com/docker/docker/pkg/stdcopy 0.002s coverage: 100.0% of statements [2021-03-19T21:00:01.051Z] #20 64.95 Processing triggers for libc-bin (2.28-10) ... [2021-03-19T21:00:01.051Z] #20 64.99 Processing triggers for mime-support (3.62) ... [2021-03-19T21:00:01.051Z] #20 ... [2021-03-19T21:00:01.051Z] [2021-03-19T21:00:01.051Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T21:00:01.051Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T21:00:01.051Z] #43 120.7 CC criu/image-desc.o [2021-03-19T21:00:01.051Z] #43 120.9 CC criu/image.o [2021-03-19T21:00:01.051Z] #43 121.9 CC criu/ipc_ns.o [2021-03-19T21:00:01.051Z] #43 123.2 CC criu/irmap.o [2021-03-19T21:00:01.051Z] #43 123.8 CC criu/kcmp-ids.o [2021-03-19T21:00:01.051Z] #43 124.1 CC criu/kerndat.o [2021-03-19T21:00:01.051Z] #43 125.1 CC criu/libnetlink.o [2021-03-19T21:00:01.051Z] #43 125.5 CC criu/log.o [2021-03-19T21:00:01.051Z] #43 126.1 CC criu/lsm.o [2021-03-19T21:00:01.051Z] #43 126.5 CC criu/mem.o [2021-03-19T21:00:01.051Z] #43 128.4 CC criu/memfd.o [2021-03-19T21:00:01.051Z] #43 129.0 CC criu/mount.o [2021-03-19T21:00:01.051Z] #43 ... [2021-03-19T21:00:01.051Z] [2021-03-19T21:00:01.051Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-19T21:00:01.051Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-19T21:00:01.051Z] #40 222.5 + dpkg --print-architecture [2021-03-19T21:00:01.051Z] #40 222.5 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-03-19T21:00:01.051Z] #40 222.9 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-03-19T21:00:01.051Z] #40 222.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-03-19T21:00:01.096Z] #56 251.9 + bin/containerd-shim-runc-v2 [2021-03-19T21:00:01.148Z] #44 151.9 CC criu/mount.o [2021-03-19T21:00:01.172Z] #20 58.00 Setting up python3-distutils (3.7.3-1) ... [2021-03-19T21:00:01.294Z] ok github.com/docker/docker/pkg/streamformatter 0.002s coverage: 66.2% of statements [2021-03-19T21:00:01.294Z] ok github.com/docker/docker/pkg/stringid 0.001s coverage: 70.6% of statements [2021-03-19T21:00:01.351Z] #56 252.8 + binaries [2021-03-19T21:00:01.351Z] #56 252.8 + install -D bin/containerd /build/containerd [2021-03-19T21:00:01.351Z] #56 252.9 + install -D bin/containerd-shim /build/containerd-shim [2021-03-19T21:00:01.351Z] #56 252.9 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-03-19T21:00:01.351Z] #56 252.9 + install -D bin/ctr /build/ctr [2021-03-19T21:00:01.743Z] #20 58.41 Setting up python3-setuptools (40.8.0-1) ... [2021-03-19T21:00:01.924Z] ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 54.2% of statements [2021-03-19T21:00:02.096Z] #43 98.16 CC criu/cr-check.o [2021-03-19T21:00:02.146Z] #43 132.1 CC criu/protobuf-desc.o [2021-03-19T21:00:02.210Z] #44 ... [2021-03-19T21:00:02.211Z] [2021-03-19T21:00:02.211Z] #23 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-19T21:00:02.211Z] #23 sha256:ccc049fd77d3560d12ccbdbf0b90a4315ba01e967ea81d29513990ddff3b95ca [2021-03-19T21:00:02.211Z] #23 21.07 Installing build dependencies: finished with status 'done' [2021-03-19T21:00:02.214Z] ok github.com/docker/docker/pkg/system 0.051s coverage: 36.9% of statements [2021-03-19T21:00:02.430Z] #40 ... [2021-03-19T21:00:02.430Z] [2021-03-19T21:00:02.430Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-19T21:00:02.430Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-19T21:00:02.430Z] #20 DONE 66.3s [2021-03-19T21:00:02.430Z] [2021-03-19T21:00:02.430Z] #21 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-03-19T21:00:02.430Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b [2021-03-19T21:00:02.505Z] ok github.com/docker/docker/pkg/tailfile 0.041s coverage: 88.6% of statements [2021-03-19T21:00:02.726Z] #43 ... [2021-03-19T21:00:02.726Z] [2021-03-19T21:00:02.726Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-19T21:00:02.726Z] #22 sha256:a35d58ddfb9f3f9629730880f624a4b18b6b1c37fb5307e7765f763de2a47ef6 [2021-03-19T21:00:02.726Z] #22 9.487 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-03-19T21:00:02.991Z] #22 9.582 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-03-19T21:00:02.991Z] #22 9.657 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-03-19T21:00:02.991Z] #22 9.725 Collecting pyyaml (from yamllint==1.16.0) [2021-03-19T21:00:03.127Z] #20 59.58 Setting up python3-pip (18.1-5) ... [2021-03-19T21:00:03.136Z] ok github.com/docker/docker/pkg/tarsum 0.035s coverage: 89.3% of statements [2021-03-19T21:00:03.136Z] testing: warning: no tests to run [2021-03-19T21:00:03.136Z] coverage: [no statements] [2021-03-19T21:00:03.136Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2021-03-19T21:00:03.256Z] #22 10.02 Downloading https://files.pythonhosted.org/packages/a0/a4/d63f2d7597e1a4b55aa3b4d6c5b029991d3b824b5bd331af8d4ab1ed687d/PyYAML-5.4.1.tar.gz (175kB) [2021-03-19T21:00:03.370Z] #21 1.083 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-03-19T21:00:03.370Z] #21 1.088 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-03-19T21:00:03.370Z] #21 1.092 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-03-19T21:00:03.370Z] #21 DONE 1.2s [2021-03-19T21:00:03.370Z] [2021-03-19T21:00:03.370Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T21:00:03.370Z] #49 sha256:1d825f363e705a339d4a3766adffa15c59f3958db7bfc9b7a5f17a457a96a742 [2021-03-19T21:00:03.370Z] #49 ... [2021-03-19T21:00:03.370Z] [2021-03-19T21:00:03.370Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-19T21:00:03.370Z] #22 sha256:d3d072c7ad06c7ad2d1dcde93b5cac7ddc54c670d77b2a23cb688256d2d63a3e [2021-03-19T21:00:03.426Z] ok github.com/docker/docker/pkg/truncindex 0.101s coverage: 91.5% of statements [2021-03-19T21:00:03.474Z] #43 99.95 CC criu/cr-dedup.o [2021-03-19T21:00:03.716Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2021-03-19T21:00:03.716Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2021-03-19T21:00:03.733Z] #43 100.3 CC criu/cr-dump.o [2021-03-19T21:00:04.098Z] #20 60.59 Processing triggers for libc-bin (2.28-10) ... [2021-03-19T21:00:04.099Z] #20 60.63 Processing triggers for mime-support (3.62) ... [2021-03-19T21:00:04.209Z] #22 10.74 Installing build dependencies: started [2021-03-19T21:00:04.633Z] #56 DONE 255.8s [2021-03-19T21:00:05.042Z] #20 ... [2021-03-19T21:00:05.042Z] [2021-03-19T21:00:05.042Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T21:00:05.042Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T21:00:05.042Z] #43 131.9 CC criu/netfilter.o [2021-03-19T21:00:05.042Z] #43 132.4 CC criu/page-pipe.o [2021-03-19T21:00:05.042Z] #43 133.1 CC criu/page-xfer.o [2021-03-19T21:00:05.042Z] #43 134.6 CC criu/pagemap-cache.o [2021-03-19T21:00:05.042Z] #43 135.1 CC criu/pagemap.o [2021-03-19T21:00:05.042Z] #43 136.2 CC criu/parasite-syscall.o [2021-03-19T21:00:05.042Z] #43 137.2 CC criu/path.o [2021-03-19T21:00:05.042Z] #43 137.6 CC criu/pie-util-vdso-elf32.o [2021-03-19T21:00:05.042Z] #43 138.1 CC criu/pie-util-vdso.o [2021-03-19T21:00:05.042Z] #43 138.7 CC criu/pie-util.o [2021-03-19T21:00:05.042Z] #43 139.0 CC criu/pipes.o [2021-03-19T21:00:05.042Z] #43 139.9 CC criu/plugin.o [2021-03-19T21:00:05.042Z] #43 140.4 CC criu/proc_parse.o [2021-03-19T21:00:05.207Z] [2021-03-19T21:00:05.207Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-03-19T21:00:05.207Z] #57 sha256:490506464a8799ddc9cf736c78875285a601fe10a05c758dc9c6e91e96c9bdce [2021-03-19T21:00:05.302Z] #43 ... [2021-03-19T21:00:05.302Z] [2021-03-19T21:00:05.302Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-19T21:00:05.302Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-19T21:00:05.302Z] #20 DONE 62.0s [2021-03-19T21:00:05.302Z] [2021-03-19T21:00:05.302Z] #21 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-03-19T21:00:05.302Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b [2021-03-19T21:00:05.644Z] #43 ... [2021-03-19T21:00:05.644Z] [2021-03-19T21:00:05.644Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-19T21:00:05.644Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-19T21:00:05.644Z] #20 30.93 Selecting previously unselected package python3.7. [2021-03-19T21:00:05.644Z] #20 30.94 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2021-03-19T21:00:05.644Z] #20 30.95 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2021-03-19T21:00:05.644Z] #20 31.08 Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-19T21:00:05.644Z] #20 31.08 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-03-19T21:00:05.644Z] #20 31.10 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-03-19T21:00:05.644Z] #20 31.20 Setting up python3-minimal (3.7.3-1) ... [2021-03-19T21:00:05.644Z] #20 32.07 Selecting previously unselected package python3. [2021-03-19T21:00:05.644Z] #20 32.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 ... 24096 files and directories currently installed.) [2021-03-19T21:00:05.644Z] #20 32.11 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-03-19T21:00:05.644Z] #20 32.12 Unpacking python3 (3.7.3-1) ... [2021-03-19T21:00:05.644Z] #20 32.21 Selecting previously unselected package libip4tc0:amd64. [2021-03-19T21:00:05.644Z] #20 32.23 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-03-19T21:00:05.644Z] #20 32.24 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-03-19T21:00:05.644Z] #20 32.31 Selecting previously unselected package libip6tc0:amd64. [2021-03-19T21:00:05.644Z] #20 32.33 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-03-19T21:00:05.644Z] #20 32.34 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-03-19T21:00:05.644Z] #20 32.52 Selecting previously unselected package libiptc0:amd64. [2021-03-19T21:00:05.644Z] #20 32.52 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-03-19T21:00:05.644Z] #20 32.55 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-03-19T21:00:05.644Z] #20 32.64 Selecting previously unselected package libnfnetlink0:amd64. [2021-03-19T21:00:05.644Z] #20 32.65 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-03-19T21:00:05.644Z] #20 32.65 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-03-19T21:00:05.644Z] #20 32.71 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-03-19T21:00:05.644Z] #20 32.71 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-03-19T21:00:05.644Z] #20 32.72 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-03-19T21:00:05.644Z] #20 32.84 Selecting previously unselected package libnftnl11:amd64. [2021-03-19T21:00:05.644Z] #20 32.85 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-03-19T21:00:05.644Z] #20 32.86 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-03-19T21:00:05.644Z] #20 32.97 Selecting previously unselected package iptables. [2021-03-19T21:00:05.644Z] #20 32.99 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-03-19T21:00:05.644Z] #20 33.00 Unpacking iptables (1.8.2-4) ... [2021-03-19T21:00:05.644Z] #20 33.32 Selecting previously unselected package xxd. [2021-03-19T21:00:05.644Z] #20 33.33 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-03-19T21:00:05.644Z] #20 33.33 Unpacking xxd (2:8.1.0875-5) ... [2021-03-19T21:00:05.644Z] #20 33.45 Selecting previously unselected package vim-common. [2021-03-19T21:00:05.644Z] #20 33.45 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-19T21:00:05.644Z] #20 33.48 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-19T21:00:05.644Z] #20 33.67 Selecting previously unselected package bash-completion. [2021-03-19T21:00:05.644Z] #20 33.68 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-03-19T21:00:05.778Z] ok github.com/docker/docker/plugin 0.554s coverage: 23.2% of statements [2021-03-19T21:00:05.874Z] #21 ... [2021-03-19T21:00:05.874Z] [2021-03-19T21:00:05.874Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-19T21:00:05.874Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-19T21:00:05.874Z] #40 DONE 210.8s [2021-03-19T21:00:05.874Z] [2021-03-19T21:00:05.874Z] #21 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-03-19T21:00:05.874Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b [2021-03-19T21:00:06.069Z] ok github.com/docker/docker/plugin/v2 0.002s coverage: 14.5% of statements [2021-03-19T21:00:06.136Z] #57 DONE 1.0s [2021-03-19T21:00:06.136Z] [2021-03-19T21:00:06.136Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-03-19T21:00:06.136Z] #61 sha256:52e11567d77d6e666a07065a02cb45259282831f7fdbbcd4c9ddfeb088b229aa [2021-03-19T21:00:06.136Z] #61 DONE 0.2s [2021-03-19T21:00:06.215Z] #20 36.39 Unpacking bash-completion (1:2.8-6) ... [2021-03-19T21:00:06.359Z] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 86.4% of statements [2021-03-19T21:00:06.391Z] [2021-03-19T21:00:06.391Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-03-19T21:00:06.391Z] #66 sha256:c1592894de7dec3bc011c4779d5ecbe571d6f1cb773a1d46098066e6b27ce2a1 [2021-03-19T21:00:06.475Z] #20 36.75 Selecting previously unselected package bzip2. [2021-03-19T21:00:06.475Z] #20 36.77 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-03-19T21:00:06.475Z] #20 36.77 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-19T21:00:06.735Z] #20 36.87 Selecting previously unselected package xz-utils. [2021-03-19T21:00:06.735Z] #20 36.88 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-03-19T21:00:06.735Z] #20 36.88 Unpacking xz-utils (5.2.4-1) ... [2021-03-19T21:00:06.995Z] #20 37.04 Selecting previously unselected package apparmor. [2021-03-19T21:00:06.995Z] #20 37.06 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-03-19T21:00:06.995Z] #20 37.14 Unpacking apparmor (2.13.2-10) ... [2021-03-19T21:00:07.256Z] #20 37.53 Selecting previously unselected package aufs-tools. [2021-03-19T21:00:07.256Z] #20 37.54 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-03-19T21:00:07.256Z] #20 37.54 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-03-19T21:00:07.316Z] #66 DONE 1.0s [2021-03-19T21:00:07.316Z] [2021-03-19T21:00:07.316Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-03-19T21:00:07.316Z] #68 sha256:f9b99a13fc6975c1b4a70ed3344f93d8ebd47c24a31606a1921dcedc1aaff783 [2021-03-19T21:00:07.316Z] #68 DONE 0.1s [2021-03-19T21:00:07.316Z] [2021-03-19T21:00:07.316Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-03-19T21:00:07.316Z] #69 sha256:61be7db2639923f3f3c2b2d2d24a5d5ca2c94614df2525d3ad13ca3713d4eecd [2021-03-19T21:00:07.316Z] #69 DONE 0.0s [2021-03-19T21:00:07.316Z] [2021-03-19T21:00:07.316Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-03-19T21:00:07.316Z] #70 sha256:a94a4aed5d70cec6d08f1b54a3a304342135ee203b8b0903d32c0f7dd63a021f [2021-03-19T21:00:07.516Z] #20 37.65 Selecting previously unselected package libonig5:amd64. [2021-03-19T21:00:07.516Z] #20 37.66 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-03-19T21:00:07.516Z] #20 37.66 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-03-19T21:00:07.516Z] #20 37.80 Selecting previously unselected package libjq1:amd64. [2021-03-19T21:00:07.516Z] #20 37.80 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-03-19T21:00:07.516Z] #20 37.81 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-19T21:00:07.778Z] #20 37.93 Selecting previously unselected package jq. [2021-03-19T21:00:07.778Z] #20 37.95 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-03-19T21:00:07.778Z] #20 37.96 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-19T21:00:07.778Z] #20 38.04 Selecting previously unselected package libaio1:amd64. [2021-03-19T21:00:07.867Z] ok github.com/docker/docker/quota 0.652s coverage: 71.4% of statements [2021-03-19T21:00:08.038Z] #20 38.06 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-03-19T21:00:08.038Z] #20 38.07 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-03-19T21:00:08.038Z] #20 38.20 Selecting previously unselected package libgpm2:amd64. [2021-03-19T21:00:08.038Z] #20 38.20 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-03-19T21:00:08.038Z] #20 38.21 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-03-19T21:00:08.038Z] #20 38.29 Selecting previously unselected package libicu63:amd64. [2021-03-19T21:00:08.157Z] ok github.com/docker/docker/reference 0.005s coverage: 83.7% of statements [2021-03-19T21:00:08.298Z] #20 38.29 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-03-19T21:00:08.298Z] #20 38.30 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-19T21:00:08.446Z] #22 ... [2021-03-19T21:00:08.446Z] [2021-03-19T21:00:08.446Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-19T21:00:08.446Z] #56 sha256:eedcbca1921c63a15e651d254d22f55fc477a768367de3dcdddf79881ca7bc62 [2021-03-19T21:00:08.446Z] #56 164.2 + bin/containerd [2021-03-19T21:00:09.174Z] #21 3.426 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-03-19T21:00:09.174Z] #21 3.429 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-03-19T21:00:09.174Z] #21 3.433 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-03-19T21:00:09.188Z] ok github.com/docker/docker/registry 0.077s coverage: 58.8% of statements [2021-03-19T21:00:09.262Z] #23 ... [2021-03-19T21:00:09.262Z] [2021-03-19T21:00:09.262Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T21:00:09.262Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-19T21:00:09.262Z] #44 157.1 CC criu/namespaces.o [2021-03-19T21:00:09.262Z] #44 159.6 CC criu/net.o [2021-03-19T21:00:09.557Z] ok github.com/docker/docker/registry/resumable 0.014s coverage: 100.0% of statements [2021-03-19T21:00:09.771Z] #21 DONE 4.3s [2021-03-19T21:00:09.771Z] [2021-03-19T21:00:09.771Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-19T21:00:09.771Z] #22 sha256:d3d072c7ad06c7ad2d1dcde93b5cac7ddc54c670d77b2a23cb688256d2d63a3e [2021-03-19T21:00:09.848Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 50.9% of statements [2021-03-19T21:00:09.938Z] #22 5.401 Collecting yamllint==1.16.0 [2021-03-19T21:00:10.478Z] ok github.com/docker/docker/runconfig 0.006s coverage: 66.1% of statements [2021-03-19T21:00:10.506Z] #22 ... [2021-03-19T21:00:10.507Z] [2021-03-19T21:00:10.507Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T21:00:10.507Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T21:00:10.507Z] #43 133.8 CC criu/namespaces.o [2021-03-19T21:00:10.507Z] #43 135.8 CC criu/net.o [2021-03-19T21:00:10.507Z] #43 139.2 CC criu/netfilter.o [2021-03-19T21:00:10.507Z] #43 139.6 CC criu/page-pipe.o [2021-03-19T21:00:10.507Z] #43 140.2 CC criu/page-xfer.o [2021-03-19T21:00:10.768Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2021-03-19T21:00:11.479Z] #70 DONE 3.5s [2021-03-19T21:00:11.479Z] [2021-03-19T21:00:11.479Z] #71 exporting to image [2021-03-19T21:00:11.479Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-03-19T21:00:11.479Z] #71 exporting layers [2021-03-19T21:00:11.593Z] #20 41.78 Selecting previously unselected package libnet1:amd64. [2021-03-19T21:00:11.593Z] #20 41.79 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-03-19T21:00:11.593Z] #20 41.80 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-19T21:00:11.853Z] #20 41.91 Selecting previously unselected package libnl-3-200:amd64. [2021-03-19T21:00:11.853Z] #20 41.93 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-03-19T21:00:11.853Z] #20 41.93 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-03-19T21:00:11.853Z] #20 42.06 Selecting previously unselected package libprotobuf-c1:amd64. [2021-03-19T21:00:11.853Z] #20 42.07 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-03-19T21:00:11.853Z] #20 42.08 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-19T21:00:11.853Z] #20 42.13 Selecting previously unselected package libreadline5:amd64. [2021-03-19T21:00:11.853Z] #20 42.14 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-03-19T21:00:11.885Z] #43 141.6 CC criu/pagemap-cache.o [2021-03-19T21:00:12.062Z] #44 ... [2021-03-19T21:00:12.062Z] [2021-03-19T21:00:12.062Z] #23 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-19T21:00:12.062Z] #23 sha256:ccc049fd77d3560d12ccbdbf0b90a4315ba01e967ea81d29513990ddff3b95ca [2021-03-19T21:00:12.062Z] #23 30.02 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-03-19T21:00:12.062Z] #23 30.09 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-03-19T21:00:12.062Z] #23 30.15 Building wheels for collected packages: pyyaml [2021-03-19T21:00:12.062Z] #23 30.15 Running setup.py bdist_wheel for pyyaml: started [2021-03-19T21:00:12.114Z] #20 42.16 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-03-19T21:00:12.114Z] #20 42.28 Selecting previously unselected package net-tools. [2021-03-19T21:00:12.114Z] #20 42.29 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-03-19T21:00:12.114Z] #20 42.29 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-19T21:00:12.145Z] #43 141.9 CC criu/pagemap.o [2021-03-19T21:00:12.374Z] #20 42.49 Selecting previously unselected package python-pip-whl. [2021-03-19T21:00:12.374Z] #20 42.49 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-03-19T21:00:12.374Z] #20 42.50 Unpacking python-pip-whl (18.1-5) ... [2021-03-19T21:00:12.634Z] #20 42.98 Selecting previously unselected package python3-lib2to3. [2021-03-19T21:00:12.830Z] ok github.com/docker/docker/volume/drivers 0.003s coverage: 36.1% of statements [2021-03-19T21:00:12.894Z] #20 42.99 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-03-19T21:00:12.894Z] #20 42.99 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-03-19T21:00:12.894Z] #20 43.12 Selecting previously unselected package python3-distutils. [2021-03-19T21:00:12.894Z] #20 43.12 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-03-19T21:00:12.894Z] #20 43.13 Unpacking python3-distutils (3.7.3-1) ... [2021-03-19T21:00:13.082Z] #43 142.8 CC criu/parasite-syscall.o [2021-03-19T21:00:13.083Z] #22 ... [2021-03-19T21:00:13.083Z] [2021-03-19T21:00:13.083Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T21:00:13.083Z] #49 sha256:01ff86e85448981fd9bdd323542c05e8521e4f26b4d005fc5898f2c3b350ce98 [2021-03-19T21:00:13.083Z] #49 219.0 + /build/golangci-lint --version [2021-03-19T21:00:13.083Z] #49 219.5 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-03-19T21:00:13.083Z] #49 DONE 219.6s [2021-03-19T21:00:13.083Z] [2021-03-19T21:00:13.084Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T21:00:13.084Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T21:00:13.084Z] #43 143.1 CC criu/protobuf-desc.o [2021-03-19T21:00:13.084Z] #43 144.1 CC criu/protobuf.o [2021-03-19T21:00:13.084Z] #43 144.5 CC criu/pstree.o [2021-03-19T21:00:13.084Z] #43 145.6 CC criu/rbtree.o [2021-03-19T21:00:13.084Z] #43 145.9 CC criu/rst-malloc.o [2021-03-19T21:00:13.084Z] #43 146.3 CC criu/seccomp.o [2021-03-19T21:00:13.084Z] #43 147.2 CC criu/seize.o [2021-03-19T21:00:13.084Z] #43 148.2 CC criu/servicefd.o [2021-03-19T21:00:13.084Z] #43 148.7 CC criu/shmem.o [2021-03-19T21:00:13.084Z] #43 149.8 CC criu/sigframe.o [2021-03-19T21:00:13.084Z] #43 150.0 CC criu/signalfd.o [2021-03-19T21:00:13.122Z] #23 32.16 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2021-03-19T21:00:13.122Z] #23 32.16 Stored in directory: /root/.cache/pip/wheels/2a/d4/92/cf299bdf4162957ca8126b46e913e29f76a4f17ca762c45028 [2021-03-19T21:00:13.155Z] #20 43.33 Selecting previously unselected package python3-pip. [2021-03-19T21:00:13.155Z] #20 43.34 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-03-19T21:00:13.155Z] #20 43.35 Unpacking python3-pip (18.1-5) ... [2021-03-19T21:00:13.415Z] #20 43.52 Selecting previously unselected package python3-pkg-resources. [2021-03-19T21:00:13.415Z] #20 43.53 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-03-19T21:00:13.415Z] #20 43.54 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-03-19T21:00:13.423Z] #23 32.55 Successfully built pyyaml [2021-03-19T21:00:13.461Z] ok github.com/docker/docker/volume/local 0.305s coverage: 76.4% of statements [2021-03-19T21:00:13.654Z] #43 150.4 CC criu/sk-inet.o [2021-03-19T21:00:13.675Z] #20 43.68 Selecting previously unselected package python3-setuptools. [2021-03-19T21:00:13.675Z] #20 43.69 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-03-19T21:00:13.675Z] #20 43.70 Unpacking python3-setuptools (40.8.0-1) ... [2021-03-19T21:00:13.675Z] #20 43.90 Selecting previously unselected package python3-wheel. [2021-03-19T21:00:13.675Z] #20 43.90 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-03-19T21:00:13.675Z] #20 43.91 Unpacking python3-wheel (0.32.3-2) ... [2021-03-19T21:00:13.724Z] #23 32.58 Installing collected packages: pyyaml, pathspec, yamllint [2021-03-19T21:00:13.771Z] #56 ... [2021-03-19T21:00:13.771Z] [2021-03-19T21:00:13.771Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T21:00:13.771Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-19T21:00:13.771Z] #43 132.8 CC criu/protobuf.o [2021-03-19T21:00:13.771Z] #43 133.2 CC criu/pstree.o [2021-03-19T21:00:13.771Z] #43 134.4 CC criu/rbtree.o [2021-03-19T21:00:13.771Z] #43 134.6 CC criu/rst-malloc.o [2021-03-19T21:00:13.771Z] #43 134.9 CC criu/seccomp.o [2021-03-19T21:00:13.771Z] #43 135.5 CC criu/seize.o [2021-03-19T21:00:13.771Z] #43 136.3 CC criu/servicefd.o [2021-03-19T21:00:13.771Z] #43 136.7 CC criu/shmem.o [2021-03-19T21:00:13.771Z] #43 137.6 CC criu/sigframe.o [2021-03-19T21:00:13.771Z] #43 137.8 CC criu/signalfd.o [2021-03-19T21:00:13.771Z] #43 138.0 CC criu/sk-inet.o [2021-03-19T21:00:13.771Z] #43 138.9 CC criu/sk-netlink.o [2021-03-19T21:00:13.771Z] #43 139.1 CC criu/sk-packet.o [2021-03-19T21:00:13.771Z] #43 139.7 CC criu/sk-queue.o [2021-03-19T21:00:13.771Z] #43 140.1 CC criu/sk-tcp.o [2021-03-19T21:00:13.771Z] #43 140.5 CC criu/sk-unix.o [2021-03-19T21:00:13.771Z] #43 142.2 CC criu/sockets.o [2021-03-19T21:00:13.771Z] #43 142.9 CC criu/stats.o [2021-03-19T21:00:13.771Z] #43 143.2 CC criu/string.o [2021-03-19T21:00:13.771Z] #43 143.3 CC criu/sysctl.o [2021-03-19T21:00:13.936Z] #20 43.99 Selecting previously unselected package sudo. [2021-03-19T21:00:13.936Z] #20 43.99 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-03-19T21:00:13.936Z] #20 44.00 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-03-19T21:00:14.019Z] #43 143.8 CC criu/path.o [2021-03-19T21:00:14.024Z] #23 33.03 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-03-19T21:00:14.036Z] #43 143.9 CC criu/sysfs_parse.o [2021-03-19T21:00:14.162Z] ok github.com/docker/docker/volume/mounts 0.016s coverage: 67.0% of statements [2021-03-19T21:00:14.196Z] #20 44.52 Selecting previously unselected package thin-provisioning-tools. [2021-03-19T21:00:14.278Z] #43 ... [2021-03-19T21:00:14.278Z] [2021-03-19T21:00:14.278Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-19T21:00:14.278Z] #22 sha256:d3d072c7ad06c7ad2d1dcde93b5cac7ddc54c670d77b2a23cb688256d2d63a3e [2021-03-19T21:00:14.278Z] #22 10.83 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-03-19T21:00:14.278Z] #22 10.94 Collecting pyyaml (from yamllint==1.16.0) [2021-03-19T21:00:14.301Z] #43 144.2 CC criu/timens.o [2021-03-19T21:00:14.324Z] #23 DONE 33.3s [2021-03-19T21:00:14.324Z] [2021-03-19T21:00:14.324Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T21:00:14.324Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-19T21:00:14.324Z] #44 163.9 CC criu/netfilter.o [2021-03-19T21:00:14.324Z] #44 164.3 CC criu/page-pipe.o [2021-03-19T21:00:14.456Z] #20 44.53 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-03-19T21:00:14.456Z] #20 44.53 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-03-19T21:00:14.456Z] #20 44.74 Selecting previously unselected package uidmap. [2021-03-19T21:00:14.456Z] #20 44.75 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-03-19T21:00:14.456Z] #20 44.76 Unpacking uidmap (1:4.5-1.1) ... [2021-03-19T21:00:14.537Z] #22 11.21 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-03-19T21:00:14.566Z] #43 144.5 CC criu/timerfd.o [2021-03-19T21:00:14.623Z] #44 165.2 CC criu/page-xfer.o [2021-03-19T21:00:14.717Z] #20 44.86 Selecting previously unselected package vim-runtime. [2021-03-19T21:00:14.717Z] #20 44.87 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-03-19T21:00:14.717Z] #20 44.90 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-03-19T21:00:14.717Z] #20 44.93 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-03-19T21:00:14.717Z] #20 44.93 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-03-19T21:00:15.038Z] #43 151.6 CC criu/sk-netlink.o [2021-03-19T21:00:15.105Z] #22 11.58 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-03-19T21:00:15.105Z] #22 11.63 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-03-19T21:00:15.105Z] #22 11.69 Installing collected packages: pyyaml, pathspec, yamllint [2021-03-19T21:00:15.145Z] #43 145.0 CC criu/tty.o [2021-03-19T21:00:15.196Z] ok github.com/docker/docker/volume/service 0.008s coverage: 73.1% of statements [2021-03-19T21:00:15.299Z] #43 152.1 CC criu/sk-packet.o [2021-03-19T21:00:15.299Z] #43 ... [2021-03-19T21:00:15.299Z] [2021-03-19T21:00:15.299Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-19T21:00:15.299Z] #22 sha256:d3d072c7ad06c7ad2d1dcde93b5cac7ddc54c670d77b2a23cb688256d2d63a3e [2021-03-19T21:00:15.299Z] #22 5.821 Collecting yamllint==1.16.0 [2021-03-19T21:00:15.410Z] #43 ... [2021-03-19T21:00:15.410Z] [2021-03-19T21:00:15.410Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-03-19T21:00:15.410Z] #24 sha256:80cc1fdc566f46f825380aeedf630642335c0b510b8fdfdc36a8f868e7ce53ed [2021-03-19T21:00:15.410Z] #24 221.7 + return [2021-03-19T21:00:15.672Z] #22 12.15 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-03-19T21:00:16.099Z] #20 ... [2021-03-19T21:00:16.099Z] [2021-03-19T21:00:16.099Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T21:00:16.099Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T21:00:16.099Z] #43 102.5 CC criu/cr-errno.o [2021-03-19T21:00:16.099Z] #43 102.6 CC criu/cr-restore.o [2021-03-19T21:00:16.099Z] #43 107.0 CC criu/cr-service.o [2021-03-19T21:00:16.099Z] #43 108.6 CC criu/crtools.o [2021-03-19T21:00:16.099Z] #43 109.2 CC criu/eventfd.o [2021-03-19T21:00:16.099Z] #43 109.7 CC criu/eventpoll.o [2021-03-19T21:00:16.099Z] #43 110.5 CC criu/external.o [2021-03-19T21:00:16.099Z] #43 110.9 CC criu/fault-injection.o [2021-03-19T21:00:16.099Z] #43 111.0 CC criu/fdstore.o [2021-03-19T21:00:16.099Z] #43 111.4 CC criu/fifo.o [2021-03-19T21:00:16.099Z] #43 111.8 CC criu/file-ids.o [2021-03-19T21:00:16.099Z] #43 112.2 CC criu/file-lock.o [2021-03-19T21:00:16.241Z] #22 DONE 12.8s [2021-03-19T21:00:16.241Z] [2021-03-19T21:00:16.241Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-03-19T21:00:16.241Z] #25 sha256:806967de3005223498ee7aadfd7ddf8612548648da59bda52e807039319104f3 [2021-03-19T21:00:16.501Z] #25 DONE 0.4s [2021-03-19T21:00:16.501Z] [2021-03-19T21:00:16.501Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-03-19T21:00:16.501Z] #30 sha256:e88c7d04944f71de6aae907202af132744dc48b46aaa95a9045bc7b73dc3eec1 [2021-03-19T21:00:16.669Z] #43 113.2 CC criu/files-ext.o [2021-03-19T21:00:16.732Z] #44 167.2 CC criu/pagemap-cache.o [2021-03-19T21:00:17.041Z] #44 167.9 CC criu/pagemap.o [2021-03-19T21:00:17.240Z] #43 113.7 CC criu/files-reg.o [2021-03-19T21:00:17.500Z] #43 ... [2021-03-19T21:00:17.500Z] [2021-03-19T21:00:17.500Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-19T21:00:17.500Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-19T21:00:17.760Z] #20 47.84 Selecting previously unselected package vim. [2021-03-19T21:00:17.760Z] #20 47.86 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2021-03-19T21:00:17.760Z] #20 47.88 Unpacking vim (2:8.1.0875-5) ... [2021-03-19T21:00:17.975Z] #24 DONE 223.9s [2021-03-19T21:00:17.975Z] [2021-03-19T21:00:17.975Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T21:00:17.975Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-19T21:00:17.975Z] #43 147.0 CC criu/tun.o [2021-03-19T21:00:17.975Z] #43 147.5 CC criu/uffd.o [2021-03-19T21:00:18.021Z] #71 exporting layers 7.3s done [2021-03-19T21:00:18.021Z] #71 writing image sha256:d0e6918ed769577f65d2419cc34af6b5284f023be808a6891a2986784e4f2049 done [2021-03-19T21:00:18.021Z] #71 naming to docker.io/library/docker:0f32beb4f8d0a1db1ecc945f9669a35fd463af2c done [2021-03-19T21:00:18.021Z] #71 DONE 7.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2021-03-19T21:00:18.330Z] #20 48.41 Selecting previously unselected package xfsprogs. [2021-03-19T21:00:18.330Z] #20 48.43 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2021-03-19T21:00:18.330Z] #20 48.44 Unpacking xfsprogs (4.20.0-1) ... [2021-03-19T21:00:18.356Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42173/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42173/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0f32beb4f8d0a1db1ecc945f9669a35fd463af2c -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0f32beb4f8d0a1db1ecc945f9669a35fd463af2c hack/validate/default [2021-03-19T21:00:18.553Z] #43 148.6 CC criu/util.o [2021-03-19T21:00:18.587Z] #44 169.1 CC criu/parasite-syscall.o [2021-03-19T21:00:18.900Z] #20 48.87 Selecting previously unselected package zip. [2021-03-19T21:00:18.900Z] #20 48.88 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2021-03-19T21:00:18.900Z] #20 48.89 Unpacking zip (3.0-11+b1) ... [2021-03-19T21:00:18.900Z] #20 49.12 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-03-19T21:00:18.900Z] #20 49.14 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-19T21:00:18.900Z] #20 49.15 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-03-19T21:00:18.900Z] #20 49.16 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-03-19T21:00:18.900Z] #20 49.17 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-03-19T21:00:18.900Z] #20 49.18 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-03-19T21:00:18.900Z] #20 49.19 Setting up uidmap (1:4.5-1.1) ... [2021-03-19T21:00:18.900Z] #20 49.20 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-03-19T21:00:18.900Z] #20 49.22 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-19T21:00:19.160Z] #20 49.23 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-19T21:00:19.160Z] #20 49.25 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-19T21:00:19.160Z] #20 49.26 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-19T21:00:19.160Z] #20 49.27 Setting up xxd (2:8.1.0875-5) ... [2021-03-19T21:00:19.160Z] #20 49.28 Setting up zip (3.0-11+b1) ... [2021-03-19T21:00:19.160Z] #20 49.29 Setting up vim-common (2:8.1.0875-5) ... [2021-03-19T21:00:19.160Z] #20 49.33 Setting up bash-completion (1:2.8-6) ... [2021-03-19T21:00:19.235Z] #44 ... [2021-03-19T21:00:19.235Z] [2021-03-19T21:00:19.235Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-19T21:00:19.235Z] #41 sha256:901a5c29e907a8e8e928e98b52a88e62a3d1a37f080c0011a504e7b597e8f9f9 [2021-03-19T21:00:19.283Z] Congratulations! All commits are properly signed with the DCO! [2021-03-19T21:00:19.283Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2021-03-19T21:00:19.283Z] No api/types/ or api/swagger.yaml changes in diff. [2021-03-19T21:00:19.283Z] Congratulations! All TOML source files changed here have valid syntax. [2021-03-19T21:00:19.283Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2021-03-19T21:00:19.283Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2021-03-19T21:00:19.283Z] Congratulations! No new tests were added to integration-cli. [2021-03-19T21:00:19.283Z] [2021-03-19T21:00:19.283Z] INFO Start validation with golang-ci-lint [2021-03-19T21:00:19.283Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2021-03-19T21:00:19.283Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-03-19T21:00:19.283Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-03-19T21:00:19.536Z] #41 239.3 + dpkg --print-architecture [2021-03-19T21:00:19.536Z] #41 239.4 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-03-19T21:00:19.835Z] #41 239.7 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-03-19T21:00:19.835Z] #41 239.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-03-19T21:00:20.486Z] #43 150.2 CC criu/uts_ns.o [2021-03-19T21:00:20.486Z] #43 150.4 CC criu/vdso.o [2021-03-19T21:00:21.065Z] #43 150.9 LINK criu/built-in.o [2021-03-19T21:00:21.065Z] #43 151.0 LINK criu/criu [2021-03-19T21:00:21.644Z] #43 151.5 DEP lib/c/criu.d [2021-03-19T21:00:21.644Z] #43 151.5 CC images/rpc.pb-c.o [2021-03-19T21:00:21.880Z] #22 11.16 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-03-19T21:00:21.880Z] #22 11.23 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-03-19T21:00:21.880Z] #22 11.26 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-03-19T21:00:21.880Z] #22 11.30 Collecting pyyaml (from yamllint==1.16.0) [2021-03-19T21:00:21.880Z] #22 11.48 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-03-19T21:00:21.880Z] #22 11.70 Installing collected packages: pathspec, pyyaml, yamllint [2021-03-19T21:00:21.880Z] #22 11.95 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-03-19T21:00:21.880Z] #22 DONE 12.3s [2021-03-19T21:00:21.880Z] [2021-03-19T21:00:21.880Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-03-19T21:00:21.880Z] #25 sha256:baf2e017e7160aed3b0304e4f82e0e08466474ac8357c806dba38c2f22518db4 [2021-03-19T21:00:21.961Z] #20 52.04 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-03-19T21:00:21.961Z] #20 52.05 Setting up xz-utils (5.2.4-1) ... [2021-03-19T21:00:21.961Z] #20 52.07 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-03-19T21:00:21.961Z] #20 52.09 Setting up sudo (1.8.27-1+deb10u3) ... [2021-03-19T21:00:21.961Z] #20 52.15 invoke-rc.d: could not determine current runlevel [2021-03-19T21:00:21.961Z] #20 52.15 invoke-rc.d: policy-rc.d denied execution of start. [2021-03-19T21:00:21.961Z] #20 52.19 Setting up pigz (2.4-1) ... [2021-03-19T21:00:21.961Z] #20 52.20 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-03-19T21:00:21.961Z] #20 52.21 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-03-19T21:00:21.961Z] #20 52.23 Setting up python-pip-whl (18.1-5) ... [2021-03-19T21:00:21.961Z] #20 52.24 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-03-19T21:00:21.961Z] #20 52.25 Setting up vim-runtime (2:8.1.0875-5) ... [2021-03-19T21:00:22.223Z] #43 152.2 CC lib/c/criu.o [2021-03-19T21:00:22.452Z] #25 DONE 0.6s [2021-03-19T21:00:22.452Z] [2021-03-19T21:00:22.452Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-03-19T21:00:22.452Z] #30 sha256:46dabd6c9b056a8edf1f8fe4ef06359dae79e67df48c011b0e1a97501f0356d7 [2021-03-19T21:00:22.531Z] #20 52.66 Setting up libaio1:amd64 (0.3.112-3) ... [2021-03-19T21:00:22.531Z] #20 52.67 Setting up libonig5:amd64 (6.9.1-1) ... [2021-03-19T21:00:22.531Z] #20 52.69 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-03-19T21:00:22.531Z] #20 52.71 Setting up vim (2:8.1.0875-5) ... [2021-03-19T21:00:22.531Z] #20 52.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-03-19T21:00:22.531Z] #20 52.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-03-19T21:00:22.531Z] #20 52.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-03-19T21:00:22.531Z] #20 52.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-03-19T21:00:22.531Z] #20 52.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-03-19T21:00:22.531Z] #20 52.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-03-19T21:00:22.531Z] #20 52.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-03-19T21:00:22.531Z] #20 52.76 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-03-19T21:00:22.531Z] #20 52.78 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-19T21:00:22.531Z] #20 52.80 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-03-19T21:00:22.531Z] #20 52.82 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-03-19T21:00:22.531Z] #20 52.83 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-19T21:00:22.531Z] #20 52.84 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-03-19T21:00:22.531Z] #20 52.85 Setting up python3.7 (3.7.3-2+deb10u2) ... [2021-03-19T21:00:23.070Z] #30 DONE 5.6s [2021-03-19T21:00:23.070Z] [2021-03-19T21:00:23.070Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-03-19T21:00:23.070Z] #33 sha256:dd0bfe0e1762193c53e2ae61f72f1706cf06faad7cf60865d199b89be519ce35 [2021-03-19T21:00:23.070Z] #33 DONE 0.4s [2021-03-19T21:00:23.070Z] [2021-03-19T21:00:23.070Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-03-19T21:00:23.070Z] #35 sha256:d0a1a0887735a7f96176a6389db26fa0c2074836ad930da24c17e98f5b12f8e3 [2021-03-19T21:00:23.070Z] #35 DONE 0.1s [2021-03-19T21:00:23.070Z] [2021-03-19T21:00:23.070Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T21:00:23.070Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T21:00:23.070Z] #43 144.1 CC criu/pie-util-vdso-elf32.o [2021-03-19T21:00:23.070Z] #43 144.8 CC criu/pie-util-vdso.o [2021-03-19T21:00:23.070Z] #43 145.4 CC criu/pie-util.o [2021-03-19T21:00:23.070Z] #43 145.6 CC criu/pipes.o [2021-03-19T21:00:23.070Z] #43 146.7 CC criu/plugin.o [2021-03-19T21:00:23.070Z] #43 147.2 CC criu/proc_parse.o [2021-03-19T21:00:23.070Z] #43 150.0 CC criu/protobuf-desc.o [2021-03-19T21:00:23.070Z] #43 150.7 CC criu/protobuf.o [2021-03-19T21:00:23.070Z] #43 151.0 CC criu/pstree.o [2021-03-19T21:00:23.070Z] #43 151.8 CC criu/rbtree.o [2021-03-19T21:00:23.070Z] #43 152.2 CC criu/rst-malloc.o [2021-03-19T21:00:23.070Z] #43 152.5 CC criu/seccomp.o [2021-03-19T21:00:23.070Z] #43 ... [2021-03-19T21:00:23.070Z] [2021-03-19T21:00:23.070Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-03-19T21:00:23.070Z] #38 sha256:1aa8c7c32255d9deb8eca2e5a7b83e92bfd21a50ca04182c3f54604916a005de [2021-03-19T21:00:23.070Z] #38 DONE 0.1s [2021-03-19T21:00:23.070Z] [2021-03-19T21:00:23.070Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-19T21:00:23.070Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-19T21:00:23.177Z] #43 153.2 LINK lib/c/built-in.o [2021-03-19T21:00:23.443Z] #43 153.2 LINK lib/c/libcriu.so [2021-03-19T21:00:23.443Z] #43 153.3 LINK lib/c/libcriu.a [2021-03-19T21:00:23.443Z] #43 153.4 GEN magic.py [2021-03-19T21:00:23.639Z] #40 ... [2021-03-19T21:00:23.639Z] [2021-03-19T21:00:23.639Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T21:00:23.639Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T21:00:23.639Z] #43 153.3 CC criu/seize.o [2021-03-19T21:00:23.707Z] #43 153.6 Note: Building without setproctitle() and strlcpy() support. [2021-03-19T21:00:23.707Z] #43 153.6 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-19T21:00:23.707Z] #43 153.7 Note: Building without GnuTLS support [2021-03-19T21:00:23.707Z] #43 153.7 Makefile.config:39: Warn: you have no libnftables installed [2021-03-19T21:00:23.707Z] #43 153.7 Makefile.config:40: Warn: Building without nftables support [2021-03-19T21:00:23.971Z] #43 ... [2021-03-19T21:00:23.971Z] [2021-03-19T21:00:23.971Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-19T21:00:23.971Z] #53 sha256:ee428b5540a48e78f853ece08fbfb89e8e0d0b22e0d83b3ccdf256747f286ee7 [2021-03-19T21:00:23.971Z] #53 103.8 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-03-19T21:00:23.971Z] #53 105.3 + mkdir -p /build [2021-03-19T21:00:23.971Z] #53 105.3 + cp runc /build/runc [2021-03-19T21:00:23.971Z] #53 DONE 106.4s [2021-03-19T21:00:23.971Z] [2021-03-19T21:00:23.971Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-19T21:00:23.972Z] #22 sha256:a35d58ddfb9f3f9629730880f624a4b18b6b1c37fb5307e7765f763de2a47ef6 [2021-03-19T21:00:23.972Z] #22 25.21 Installing build dependencies: finished with status 'done' [2021-03-19T21:00:23.972Z] #22 30.44 Building wheels for collected packages: pyyaml [2021-03-19T21:00:23.972Z] #22 30.44 Running setup.py bdist_wheel for pyyaml: started [2021-03-19T21:00:24.550Z] #22 ... [2021-03-19T21:00:24.550Z] [2021-03-19T21:00:24.550Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T21:00:24.550Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-19T21:00:24.550Z] #43 154.6 fatal: not a git repository (or any of the parent directories): .git [2021-03-19T21:00:24.575Z] #43 154.4 CC criu/servicefd.o [2021-03-19T21:00:25.074Z] #20 ... [2021-03-19T21:00:25.074Z] [2021-03-19T21:00:25.074Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-19T21:00:25.074Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-19T21:00:25.074Z] #40 217.9 + dpkg --print-architecture [2021-03-19T21:00:25.074Z] #40 217.9 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-03-19T21:00:25.145Z] #43 154.9 CC criu/shmem.o [2021-03-19T21:00:25.334Z] #40 218.4 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-03-19T21:00:25.334Z] #40 218.4 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-03-19T21:00:25.504Z] #43 155.4 make[1]: Nothing to be done for 'all'. [2021-03-19T21:00:25.753Z] #30 ... [2021-03-19T21:00:25.753Z] [2021-03-19T21:00:25.753Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T21:00:25.753Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T21:00:25.753Z] #43 152.6 CC criu/sk-queue.o [2021-03-19T21:00:25.753Z] #43 152.9 CC criu/sk-tcp.o [2021-03-19T21:00:25.753Z] #43 153.3 CC criu/sk-unix.o [2021-03-19T21:00:25.753Z] #43 154.6 CC criu/sockets.o [2021-03-19T21:00:25.753Z] #43 155.2 CC criu/stats.o [2021-03-19T21:00:25.753Z] #43 155.4 CC criu/string.o [2021-03-19T21:00:25.753Z] #43 155.5 CC criu/sysctl.o [2021-03-19T21:00:25.753Z] #43 155.9 CC criu/sysfs_parse.o [2021-03-19T21:00:25.753Z] #43 156.1 CC criu/timens.o [2021-03-19T21:00:25.753Z] #43 156.4 CC criu/timerfd.o [2021-03-19T21:00:25.753Z] #43 156.6 CC criu/tty.o [2021-03-19T21:00:25.753Z] #43 158.0 CC criu/tun.o [2021-03-19T21:00:25.753Z] #43 158.4 CC criu/uffd.o [2021-03-19T21:00:25.753Z] #43 159.7 CC criu/util.o [2021-03-19T21:00:25.753Z] #43 160.8 CC criu/uts_ns.o [2021-03-19T21:00:25.753Z] #43 161.0 CC criu/vdso-compat.o [2021-03-19T21:00:25.753Z] #43 161.2 CC criu/vdso.o [2021-03-19T21:00:25.753Z] #43 161.6 LINK criu/built-in.o [2021-03-19T21:00:25.753Z] #43 161.7 LINK criu/criu [2021-03-19T21:00:25.753Z] #43 162.0 DEP lib/c/criu.d [2021-03-19T21:00:25.753Z] #43 162.1 CC images/rpc.pb-c.o [2021-03-19T21:00:25.753Z] #43 162.6 CC lib/c/criu.o [2021-03-19T21:00:25.769Z] #43 ... [2021-03-19T21:00:25.770Z] [2021-03-19T21:00:25.770Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-19T21:00:25.770Z] #22 sha256:a35d58ddfb9f3f9629730880f624a4b18b6b1c37fb5307e7765f763de2a47ef6 [2021-03-19T21:00:25.770Z] #22 31.60 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2021-03-19T21:00:25.770Z] #22 31.60 Stored in directory: /root/.cache/pip/wheels/2a/d4/92/cf299bdf4162957ca8126b46e913e29f76a4f17ca762c45028 [2021-03-19T21:00:25.770Z] #22 31.76 Successfully built pyyaml [2021-03-19T21:00:25.770Z] #22 31.77 Installing collected packages: pathspec, pyyaml, yamllint [2021-03-19T21:00:25.770Z] #22 32.05 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-03-19T21:00:25.770Z] #22 DONE 32.3s [2021-03-19T21:00:25.770Z] [2021-03-19T21:00:25.770Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-03-19T21:00:25.770Z] #25 sha256:d3ad04941f2b8583dff6a10b86d12004f2a8806d3e727408fb0a4e3c242116fe [2021-03-19T21:00:26.082Z] #43 155.8 CC criu/sigframe.o [2021-03-19T21:00:26.342Z] #43 156.0 CC criu/signalfd.o [2021-03-19T21:00:26.342Z] #43 ... [2021-03-19T21:00:26.342Z] [2021-03-19T21:00:26.342Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-19T21:00:26.342Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-19T21:00:26.342Z] #40 DONE 254.5s [2021-03-19T21:00:26.342Z] [2021-03-19T21:00:26.342Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T21:00:26.342Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T21:00:26.342Z] #43 156.2 CC criu/sk-inet.o [2021-03-19T21:00:26.695Z] #43 163.4 LINK lib/c/built-in.o [2021-03-19T21:00:26.695Z] #43 163.4 LINK lib/c/libcriu.so [2021-03-19T21:00:26.695Z] #43 163.5 LINK lib/c/libcriu.a [2021-03-19T21:00:26.695Z] #43 163.6 GEN magic.py [2021-03-19T21:00:26.956Z] #43 163.8 Note: Building without setproctitle() and strlcpy() support. [2021-03-19T21:00:26.956Z] #43 163.8 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-19T21:00:26.956Z] #43 163.8 Note: Building without GnuTLS support [2021-03-19T21:00:26.956Z] #43 163.8 Makefile.config:39: Warn: you have no libnftables installed [2021-03-19T21:00:26.956Z] #43 163.8 Makefile.config:40: Warn: Building without nftables support [2021-03-19T21:00:27.168Z] #25 DONE 1.2s [2021-03-19T21:00:27.168Z] [2021-03-19T21:00:27.168Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T21:00:27.168Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-19T21:00:27.168Z] #43 156.2 make[1]: 'images/built-in.o' is up to date. [2021-03-19T21:00:27.168Z] #43 156.2 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-03-19T21:00:27.168Z] #43 156.3 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-03-19T21:00:27.168Z] #43 156.3 make[1]: 'compel/libcompel.a' is up to date. [2021-03-19T21:00:27.168Z] #43 156.3 make[1]: 'compel/compel-host-bin' is up to date. [2021-03-19T21:00:27.168Z] #43 156.4 make[1]: Nothing to be done for 'all'. [2021-03-19T21:00:27.168Z] #43 156.4 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-19T21:00:27.168Z] #43 156.7 make[2]: Nothing to be done for 'all'. [2021-03-19T21:00:27.168Z] #43 156.7 make[2]: Nothing to be done for 'all'. [2021-03-19T21:00:27.168Z] #43 156.8 make[2]: Nothing to be done for 'all'. [2021-03-19T21:00:27.168Z] #43 156.9 make[2]: Nothing to be done for 'all'. [2021-03-19T21:00:27.168Z] #43 157.0 make[2]: Nothing to be done for 'all'. [2021-03-19T21:00:27.168Z] #43 157.0 make[2]: Nothing to be done for 'all'. [2021-03-19T21:00:27.168Z] #43 157.1 make[2]: Nothing to be done for 'all'. [2021-03-19T21:00:27.168Z] #43 157.2 make[2]: Nothing to be done for 'all'. [2021-03-19T21:00:27.433Z] #43 157.2 INSTALL criu/criu [2021-03-19T21:00:27.898Z] #43 164.6 fatal: not a git repository (or any of the parent directories): .git [2021-03-19T21:00:27.898Z] #43 ... [2021-03-19T21:00:27.898Z] [2021-03-19T21:00:27.898Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-03-19T21:00:27.898Z] #30 sha256:46dabd6c9b056a8edf1f8fe4ef06359dae79e67df48c011b0e1a97501f0356d7 [2021-03-19T21:00:27.898Z] #30 DONE 5.4s [2021-03-19T21:00:27.898Z] [2021-03-19T21:00:27.898Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-03-19T21:00:27.898Z] #33 sha256:d6ab85a0450e8cf4063f859aba8e21ec554d0b52d4439059939a39757c49f25d [2021-03-19T21:00:28.249Z] #43 157.7 CC criu/sk-netlink.o [2021-03-19T21:00:28.249Z] #43 ... [2021-03-19T21:00:28.249Z] [2021-03-19T21:00:28.249Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-03-19T21:00:28.249Z] #41 sha256:08fe104eb55efe24651fdf307db98f3959aa7386e69ca79667e1bee9f4b7eb54 [2021-03-19T21:00:28.249Z] #41 DONE 0.7s [2021-03-19T21:00:28.249Z] [2021-03-19T21:00:28.249Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T21:00:28.249Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T21:00:28.249Z] #43 158.1 CC criu/sk-packet.o [2021-03-19T21:00:28.470Z] #33 DONE 0.4s [2021-03-19T21:00:28.470Z] [2021-03-19T21:00:28.470Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T21:00:28.470Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T21:00:28.470Z] #43 165.2 make[1]: Nothing to be done for 'all'. [2021-03-19T21:00:28.470Z] #43 ... [2021-03-19T21:00:28.470Z] [2021-03-19T21:00:28.470Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-03-19T21:00:28.470Z] #35 sha256:f4129b2f99aa15234aafb9ccc77556d7fd1c487d8565b910c56d9657d0f65849 [2021-03-19T21:00:28.470Z] #35 DONE 0.1s [2021-03-19T21:00:28.470Z] [2021-03-19T21:00:28.470Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-03-19T21:00:28.470Z] #38 sha256:562a4e114651fa4aeeae03a0f84fbf65e4b0b861330b5332a8af508c34899dd2 [2021-03-19T21:00:28.470Z] #38 DONE 0.1s [2021-03-19T21:00:28.731Z] [2021-03-19T21:00:28.731Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-03-19T21:00:28.731Z] #41 sha256:1f2f5f1715c7c509cadf86b6f461886c63a187e2394ecaee6527f8cc2371a17c [2021-03-19T21:00:28.817Z] #43 158.5 CC criu/sk-queue.o [2021-03-19T21:00:29.302Z] #41 DONE 0.7s [2021-03-19T21:00:29.302Z] [2021-03-19T21:00:29.302Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T21:00:29.302Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T21:00:29.302Z] #43 165.7 make[1]: 'images/built-in.o' is up to date. [2021-03-19T21:00:29.302Z] #43 165.8 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-03-19T21:00:29.302Z] #43 165.8 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-03-19T21:00:29.302Z] #43 165.8 make[1]: 'compel/libcompel.a' is up to date. [2021-03-19T21:00:29.302Z] #43 165.8 make[1]: 'compel/compel-host-bin' is up to date. [2021-03-19T21:00:29.302Z] #43 165.9 make[1]: Nothing to be done for 'all'. [2021-03-19T21:00:29.302Z] #43 165.9 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-19T21:00:29.302Z] #43 166.0 make[2]: Nothing to be done for 'all'. [2021-03-19T21:00:29.302Z] #43 166.1 make[2]: Nothing to be done for 'all'. [2021-03-19T21:00:29.302Z] #43 166.1 make[2]: Nothing to be done for 'all'. [2021-03-19T21:00:29.302Z] #43 166.2 make[2]: Nothing to be done for 'all'. [2021-03-19T21:00:29.302Z] #43 166.2 make[2]: Nothing to be done for 'all'. [2021-03-19T21:00:29.386Z] #43 ... [2021-03-19T21:00:29.386Z] [2021-03-19T21:00:29.386Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T21:00:29.386Z] #49 sha256:1d825f363e705a339d4a3766adffa15c59f3958db7bfc9b7a5f17a457a96a742 [2021-03-19T21:00:29.386Z] #49 257.1 + /build/golangci-lint --version [2021-03-19T21:00:29.386Z] #49 257.4 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-03-19T21:00:29.386Z] #49 DONE 257.6s [2021-03-19T21:00:29.386Z] [2021-03-19T21:00:29.386Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T21:00:29.386Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T21:00:29.386Z] #43 158.9 CC criu/sk-tcp.o [2021-03-19T21:00:29.386Z] #43 159.3 CC criu/sk-unix.o [2021-03-19T21:00:29.535Z] #40 ... [2021-03-19T21:00:29.535Z] [2021-03-19T21:00:29.535Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T21:00:29.535Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T21:00:29.535Z] #43 116.0 CC criu/files.o [2021-03-19T21:00:29.535Z] #43 118.2 CC criu/filesystems.o [2021-03-19T21:00:29.535Z] #43 119.0 CC criu/fsnotify.o [2021-03-19T21:00:29.535Z] #43 120.1 CC criu/image-desc.o [2021-03-19T21:00:29.535Z] #43 120.3 CC criu/image.o [2021-03-19T21:00:29.535Z] #43 121.2 CC criu/ipc_ns.o [2021-03-19T21:00:29.535Z] #43 122.4 CC criu/irmap.o [2021-03-19T21:00:29.535Z] #43 123.0 CC criu/kcmp-ids.o [2021-03-19T21:00:29.535Z] #43 123.4 CC criu/kerndat.o [2021-03-19T21:00:29.535Z] #43 124.4 CC criu/libnetlink.o [2021-03-19T21:00:29.535Z] #43 124.8 CC criu/log.o [2021-03-19T21:00:29.535Z] #43 125.4 CC criu/lsm.o [2021-03-19T21:00:29.535Z] #43 125.7 CC criu/mem.o [2021-03-19T21:00:29.535Z] #43 ... [2021-03-19T21:00:29.535Z] [2021-03-19T21:00:29.535Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-19T21:00:29.535Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-19T21:00:29.535Z] #20 55.87 Setting up iptables (1.8.2-4) ... [2021-03-19T21:00:29.535Z] #20 55.89 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-19T21:00:29.535Z] #20 55.90 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-19T21:00:29.535Z] #20 55.92 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-19T21:00:29.535Z] #20 55.92 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-19T21:00:29.535Z] #20 55.93 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-03-19T21:00:29.535Z] #20 55.93 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-03-19T21:00:29.535Z] #20 55.94 Setting up python3 (3.7.3-1) ... [2021-03-19T21:00:29.535Z] #20 56.30 Setting up python3-wheel (0.32.3-2) ... [2021-03-19T21:00:29.535Z] #20 57.06 Setting up apparmor (2.13.2-10) ... [2021-03-19T21:00:29.535Z] #20 58.62 Setting up xfsprogs (4.20.0-1) ... [2021-03-19T21:00:29.535Z] #20 58.63 Setting up python3-lib2to3 (3.7.3-1) ... [2021-03-19T21:00:29.535Z] #20 59.01 Setting up python3-pkg-resources (40.8.0-1) ... [2021-03-19T21:00:29.563Z] #43 166.2 make[2]: Nothing to be done for 'all'. [2021-03-19T21:00:29.563Z] #43 166.3 make[2]: Nothing to be done for 'all'. [2021-03-19T21:00:29.563Z] #43 166.4 make[2]: Nothing to be done for 'all'. [2021-03-19T21:00:29.563Z] #43 166.4 INSTALL criu/criu [2021-03-19T21:00:29.563Z] #43 DONE 166.5s [2021-03-19T21:00:29.563Z] [2021-03-19T21:00:29.563Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-19T21:00:29.563Z] #56 sha256:b5351f18dd1f8b22a8d03b34e05932d566e50992166d87d975bc362f97466f20 [2021-03-19T21:00:29.795Z] #20 60.00 Setting up python3-distutils (3.7.3-1) ... [2021-03-19T21:00:30.324Z] #41 ... [2021-03-19T21:00:30.324Z] [2021-03-19T21:00:30.324Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T21:00:30.324Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-19T21:00:30.324Z] #44 170.4 CC criu/path.o [2021-03-19T21:00:30.324Z] #44 170.8 CC criu/pie-util-vdso.o [2021-03-19T21:00:30.324Z] #44 171.4 CC criu/pie-util.o [2021-03-19T21:00:30.324Z] #44 171.7 CC criu/pipes.o [2021-03-19T21:00:30.324Z] #44 172.6 CC criu/plugin.o [2021-03-19T21:00:30.324Z] #44 173.1 CC criu/proc_parse.o [2021-03-19T21:00:30.324Z] #44 176.9 CC criu/protobuf-desc.o [2021-03-19T21:00:30.324Z] #44 178.2 CC criu/protobuf.o [2021-03-19T21:00:30.324Z] #44 178.7 CC criu/pstree.o [2021-03-19T21:00:30.324Z] #44 180.2 CC criu/rbtree.o [2021-03-19T21:00:30.324Z] #44 180.7 CC criu/rst-malloc.o [2021-03-19T21:00:30.324Z] #44 181.0 CC criu/seccomp.o [2021-03-19T21:00:30.366Z] #20 60.43 Setting up python3-setuptools (40.8.0-1) ... [2021-03-19T21:00:30.595Z] ok github.com/docker/docker/pkg/plugins 33.610s coverage: 76.6% of statements [2021-03-19T21:00:30.595Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-03-19T21:00:30.595Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-03-19T21:00:30.595Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-03-19T21:00:30.595Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-03-19T21:00:30.595Z] ? github.com/docker/docker/pkg/term [no test files] [2021-03-19T21:00:30.595Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-03-19T21:00:30.595Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-03-19T21:00:30.595Z] ? github.com/docker/docker/rootless [no test files] [2021-03-19T21:00:30.595Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-03-19T21:00:30.595Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-03-19T21:00:30.595Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-03-19T21:00:30.595Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-03-19T21:00:30.595Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-03-19T21:00:30.595Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-03-19T21:00:30.595Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-03-19T21:00:30.595Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-03-19T21:00:30.595Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-03-19T21:00:30.595Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-03-19T21:00:30.595Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-03-19T21:00:30.595Z] ? github.com/docker/docker/testutil/request [no test files] [2021-03-19T21:00:30.595Z] ? github.com/docker/docker/volume [no test files] [2021-03-19T21:00:30.595Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-03-19T21:00:30.595Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-03-19T21:00:30.595Z] [2021-03-19T21:00:30.595Z] === Skipped [2021-03-19T21:00:30.595Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-03-19T21:00:30.595Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-03-19T21:00:30.595Z] [2021-03-19T21:00:30.595Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-03-19T21:00:30.595Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-03-19T21:00:30.595Z] [2021-03-19T21:00:30.595Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-03-19T21:00:30.595Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-19T21:00:30.595Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-19T21:00:30.595Z] [2021-03-19T21:00:30.595Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-03-19T21:00:30.595Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-19T21:00:30.595Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-19T21:00:30.595Z] [2021-03-19T21:00:30.595Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-03-19T21:00:30.595Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-19T21:00:30.595Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-19T21:00:30.595Z] [2021-03-19T21:00:30.595Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-03-19T21:00:30.595Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-19T21:00:30.595Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-19T21:00:30.595Z] [2021-03-19T21:00:30.595Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-03-19T21:00:30.595Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-19T21:00:30.595Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-19T21:00:30.595Z] [2021-03-19T21:00:30.595Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-03-19T21:00:30.595Z] graphtest_unix.go:73: No driver to put! [2021-03-19T21:00:30.595Z] [2021-03-19T21:00:30.595Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-03-19T21:00:30.595Z] time="2021-03-19T20:59:16Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-19T21:00:30.595Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-19T21:00:30.595Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-19T21:00:30.595Z] [2021-03-19T21:00:30.595Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-03-19T21:00:30.595Z] time="2021-03-19T20:59:16Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-19T21:00:30.595Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-19T21:00:30.595Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-19T21:00:30.595Z] [2021-03-19T21:00:30.595Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-03-19T21:00:30.595Z] time="2021-03-19T20:59:16Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-19T21:00:30.595Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-19T21:00:30.595Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-19T21:00:30.595Z] [2021-03-19T21:00:30.595Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-03-19T21:00:30.595Z] time="2021-03-19T20:59:16Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-19T21:00:30.595Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-19T21:00:30.595Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-19T21:00:30.595Z] [2021-03-19T21:00:30.595Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-03-19T21:00:30.595Z] time="2021-03-19T20:59:16Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-19T21:00:30.595Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-19T21:00:30.595Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-19T21:00:30.595Z] [2021-03-19T21:00:30.595Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-03-19T21:00:30.595Z] graphtest_unix.go:73: No driver to put! [2021-03-19T21:00:30.595Z] [2021-03-19T21:00:30.595Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-03-19T21:00:30.595Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-03-19T21:00:30.595Z] [2021-03-19T21:00:30.595Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-03-19T21:00:30.595Z] overlay_test.go:49: Fails to compute changes intermittently [2021-03-19T21:00:30.595Z] [2021-03-19T21:00:30.595Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-03-19T21:00:30.595Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-03-19T21:00:30.595Z] [2021-03-19T21:00:30.595Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-03-19T21:00:30.595Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-03-19T21:00:30.595Z] [2021-03-19T21:00:30.595Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-03-19T21:00:30.595Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-19T21:00:30.595Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-19T21:00:30.595Z] [2021-03-19T21:00:30.595Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-03-19T21:00:30.595Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-19T21:00:30.595Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-19T21:00:30.595Z] [2021-03-19T21:00:30.595Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-03-19T21:00:30.595Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-19T21:00:30.595Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-19T21:00:30.595Z] [2021-03-19T21:00:30.595Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-03-19T21:00:30.595Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-19T21:00:30.595Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-19T21:00:30.595Z] [2021-03-19T21:00:30.595Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-03-19T21:00:30.595Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-19T21:00:30.595Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-19T21:00:30.595Z] [2021-03-19T21:00:30.595Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-03-19T21:00:30.595Z] graphtest_unix.go:73: No driver to put! [2021-03-19T21:00:30.595Z] [2021-03-19T21:00:30.595Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-03-19T21:00:30.595Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-03-19T21:00:30.595Z] [2021-03-19T21:00:30.595Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-03-19T21:00:30.595Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-03-19T21:00:30.595Z] [2021-03-19T21:00:30.595Z] [2021-03-19T21:00:30.595Z] DONE 2244 tests, 26 skipped in 192.363s Post stage [Pipeline] junit [2021-03-19T21:00:30.640Z] Recording test results [2021-03-19T21:00:30.766Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-03-19T21:00:30.949Z] #56 ... [2021-03-19T21:00:30.949Z] [2021-03-19T21:00:30.949Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-03-19T21:00:30.949Z] #44 sha256:c1bf7f99d5bd7886169ad54aa31c8a7629e948be6b463820631bf8de71dcb639 [2021-03-19T21:00:30.949Z] #44 DONE 0.1s [2021-03-19T21:00:30.949Z] [2021-03-19T21:00:30.949Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-03-19T21:00:30.949Z] #46 sha256:188fcb547cad8afd7a27446488c50b8d6ac0749c93e3091eba608601f48d1876 [2021-03-19T21:00:31.196Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-42173/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0f32beb4f8d0a1db1ecc945f9669a35fd463af2c -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:0f32beb4f8d0a1db1ecc945f9669a35fd463af2c hack/make.sh dynbinary test-integration [2021-03-19T21:00:31.210Z] #46 DONE 0.3s [2021-03-19T21:00:31.210Z] [2021-03-19T21:00:31.210Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-03-19T21:00:31.210Z] #48 sha256:a62e2b10de5727f95e921f0861eb325ef4dd434b954713fe4d4d89e3a053df7b [2021-03-19T21:00:31.210Z] #48 DONE 0.1s [2021-03-19T21:00:31.210Z] [2021-03-19T21:00:31.210Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-19T21:00:31.210Z] #56 sha256:b5351f18dd1f8b22a8d03b34e05932d566e50992166d87d975bc362f97466f20 [2021-03-19T21:00:31.295Z] #43 160.9 CC criu/sockets.o [2021-03-19T21:00:31.383Z] #44 181.9 CC criu/seize.o [2021-03-19T21:00:31.471Z] #56 ... [2021-03-19T21:00:31.471Z] [2021-03-19T21:00:31.471Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-03-19T21:00:31.471Z] #50 sha256:629ce09f98837c3c197658a6e5905ec1a20e2c60066fc3863ef0612fcb92bee0 [2021-03-19T21:00:31.486Z] [2021-03-19T21:00:31.486Z] Removing bundles/ [2021-03-19T21:00:31.486Z] [2021-03-19T21:00:31.486Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-03-19T21:00:31.486Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-03-19T21:00:31.486Z] GOOS="" GOARCH="" GOARM="" [2021-03-19T21:00:31.670Z] #43 DONE 161.7s [2021-03-19T21:00:31.670Z] [2021-03-19T21:00:31.670Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-03-19T21:00:31.670Z] #30 sha256:2981e1ce9180e86be83b9bb48a11fceef9374a2adb240ece848784be50e2fce2 [2021-03-19T21:00:31.749Z] #20 61.63 Setting up python3-pip (18.1-5) ... [2021-03-19T21:00:31.933Z] #30 DONE 5.0s [2021-03-19T21:00:31.933Z] [2021-03-19T21:00:31.933Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-03-19T21:00:31.933Z] #33 sha256:3774b5737a0db98fccdfbb82c74a85c85f0e5f85a5f6e3ede9f7734c39b1ca49 [2021-03-19T21:00:32.042Z] #50 DONE 0.6s [2021-03-19T21:00:32.043Z] [2021-03-19T21:00:32.043Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-03-19T21:00:32.043Z] #52 sha256:428b1a0b490fa40d32cbe647bde3675348d889df41922fe89cc110e199f38c20 [2021-03-19T21:00:32.043Z] #52 DONE 0.1s [2021-03-19T21:00:32.043Z] [2021-03-19T21:00:32.043Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-19T21:00:32.043Z] #56 sha256:b5351f18dd1f8b22a8d03b34e05932d566e50992166d87d975bc362f97466f20 [2021-03-19T21:00:32.231Z] #43 161.8 CC criu/stats.o [2021-03-19T21:00:32.231Z] #43 162.0 CC criu/string.o [2021-03-19T21:00:32.231Z] #43 162.1 CC criu/sysctl.o [2021-03-19T21:00:32.320Z] #20 62.66 Processing triggers for libc-bin (2.28-10) ... [2021-03-19T21:00:32.443Z] #44 183.2 CC criu/servicefd.o [2021-03-19T21:00:32.581Z] #20 62.70 Processing triggers for mime-support (3.62) ... [2021-03-19T21:00:32.581Z] #33 DONE 0.7s [2021-03-19T21:00:32.581Z] [2021-03-19T21:00:32.581Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-03-19T21:00:32.581Z] #35 sha256:27edefae06f9fe5676161a71e47d8dc4d0d17e841e86f97880d14375e39e1833 [2021-03-19T21:00:32.800Z] #43 162.6 CC criu/sysfs_parse.o [2021-03-19T21:00:32.909Z] #35 DONE 0.1s [2021-03-19T21:00:32.909Z] [2021-03-19T21:00:32.909Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-03-19T21:00:32.909Z] #38 sha256:89aa1bbb52080ddddc79b36b52b5c3882204f8d98094318554f9547a5109da3b [2021-03-19T21:00:32.909Z] #38 DONE 0.2s [2021-03-19T21:00:32.909Z] [2021-03-19T21:00:32.909Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-03-19T21:00:32.909Z] #41 sha256:32ef75b00cdcaf63fc2834ecb2c1df1f1b08a3784fe4a09f85e7b6b648166764 [2021-03-19T21:00:33.059Z] #43 162.9 CC criu/timens.o [2021-03-19T21:00:33.095Z] #44 183.7 CC criu/shmem.o [2021-03-19T21:00:33.524Z] #41 DONE 0.5s [2021-03-19T21:00:33.524Z] [2021-03-19T21:00:33.524Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-03-19T21:00:33.524Z] #44 sha256:d7127330cf5759efa04918a64ce5476c1aa1f590eabbb73e5a01ab724b912c21 [2021-03-19T21:00:33.524Z] #44 DONE 0.2s [2021-03-19T21:00:33.524Z] [2021-03-19T21:00:33.524Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-19T21:00:33.524Z] #56 sha256:eedcbca1921c63a15e651d254d22f55fc477a768367de3dcdddf79881ca7bc62 [2021-03-19T21:00:33.524Z] #56 ... [2021-03-19T21:00:33.524Z] [2021-03-19T21:00:33.524Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-03-19T21:00:33.524Z] #46 sha256:b8a1098bda10e6569a46dab03cc6a6b7e5fbff0a3359046488ed9b8853f7e171 [2021-03-19T21:00:33.627Z] #43 163.3 CC criu/timerfd.o [2021-03-19T21:00:33.886Z] #43 163.6 CC criu/tty.o [2021-03-19T21:00:33.976Z] #20 DONE 63.9s [2021-03-19T21:00:33.976Z] [2021-03-19T21:00:33.976Z] #21 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-03-19T21:00:33.976Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b [2021-03-19T21:00:34.101Z] #46 DONE 0.5s [2021-03-19T21:00:34.101Z] [2021-03-19T21:00:34.101Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-03-19T21:00:34.101Z] #48 sha256:2486c6490ff41358036c27a2de99cf4ad5227929293511ed1afc3253a33901a9 [2021-03-19T21:00:34.101Z] #48 DONE 0.2s [2021-03-19T21:00:34.101Z] [2021-03-19T21:00:34.101Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-03-19T21:00:34.101Z] #50 sha256:b4998db126fa70aadbd3dfd71b9ada05cf619d92557e754ae584060a06cdf4bd [2021-03-19T21:00:34.172Z] #44 185.0 CC criu/sigframe.o [2021-03-19T21:00:34.478Z] #44 185.1 CC criu/signalfd.o [2021-03-19T21:00:34.788Z] #44 185.6 CC criu/sk-inet.o [2021-03-19T21:00:34.807Z] #21 1.018 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-03-19T21:00:34.807Z] #21 1.023 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-03-19T21:00:34.807Z] #21 1.028 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-03-19T21:00:34.807Z] #21 DONE 1.1s [2021-03-19T21:00:34.807Z] [2021-03-19T21:00:34.807Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-19T21:00:34.807Z] #22 sha256:d3d072c7ad06c7ad2d1dcde93b5cac7ddc54c670d77b2a23cb688256d2d63a3e [2021-03-19T21:00:34.823Z] #43 164.7 CC criu/tun.o [2021-03-19T21:00:35.390Z] #43 165.1 CC criu/uffd.o [2021-03-19T21:00:35.959Z] #43 165.8 CC criu/util.o [2021-03-19T21:00:36.030Z] #50 DONE 1.4s [2021-03-19T21:00:36.030Z] [2021-03-19T21:00:36.030Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-03-19T21:00:36.030Z] #52 sha256:b4274adc9cf2fc4dd13d303029db5f2d0670aa27c9ed86010945ce77f2582bcd [2021-03-19T21:00:36.030Z] #52 DONE 0.2s [2021-03-19T21:00:36.030Z] [2021-03-19T21:00:36.030Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-03-19T21:00:36.030Z] #54 sha256:7cabb1d80ecc9107ac385c33233bac35f66f078ad1ce7446cda30b0ae3db9946 [2021-03-19T21:00:36.326Z] #44 186.9 CC criu/sk-netlink.o [2021-03-19T21:00:36.606Z] #54 DONE 0.6s [2021-03-19T21:00:36.606Z] [2021-03-19T21:00:36.606Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-19T21:00:36.606Z] #56 sha256:eedcbca1921c63a15e651d254d22f55fc477a768367de3dcdddf79881ca7bc62 [2021-03-19T21:00:36.627Z] #44 187.4 CC criu/sk-packet.o [2021-03-19T21:00:36.896Z] #43 166.6 CC criu/uts_ns.o [2021-03-19T21:00:36.896Z] #43 166.7 CC criu/vdso-compat.o [2021-03-19T21:00:37.155Z] #43 166.9 CC criu/vdso.o [2021-03-19T21:00:37.332Z] #56 195.1 + bin/containerd [2021-03-19T21:00:37.689Z] #44 188.3 CC criu/sk-queue.o [2021-03-19T21:00:37.727Z] #43 167.3 LINK criu/built-in.o [2021-03-19T21:00:37.727Z] #43 167.4 LINK criu/criu [2021-03-19T21:00:37.985Z] #43 167.7 DEP lib/c/criu.d [2021-03-19T21:00:37.985Z] #43 167.8 CC images/rpc.pb-c.o [2021-03-19T21:00:38.340Z] #44 189.0 CC criu/sk-tcp.o [2021-03-19T21:00:38.553Z] #43 168.3 CC lib/c/criu.o [2021-03-19T21:00:38.988Z] #44 189.7 CC criu/sk-unix.o [2021-03-19T21:00:39.121Z] #43 169.0 LINK lib/c/built-in.o [2021-03-19T21:00:39.380Z] #43 169.0 LINK lib/c/libcriu.so [2021-03-19T21:00:39.380Z] #43 169.1 LINK lib/c/libcriu.a [2021-03-19T21:00:39.380Z] #43 169.1 GEN magic.py [2021-03-19T21:00:39.640Z] #43 169.3 Note: Building without setproctitle() and strlcpy() support. [2021-03-19T21:00:39.640Z] #43 169.3 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-19T21:00:39.640Z] #43 169.3 Note: Building without GnuTLS support [2021-03-19T21:00:39.640Z] #43 169.3 Makefile.config:39: Warn: you have no libnftables installed [2021-03-19T21:00:39.640Z] #43 169.3 Makefile.config:40: Warn: Building without nftables support [2021-03-19T21:00:40.131Z] #22 5.143 Collecting yamllint==1.16.0 [2021-03-19T21:00:40.239Z] #43 169.9 fatal: not a git repository (or any of the parent directories): .git [2021-03-19T21:00:40.823Z] #43 170.5 make[1]: Nothing to be done for 'all'. [2021-03-19T21:00:41.069Z] #22 ... [2021-03-19T21:00:41.069Z] [2021-03-19T21:00:41.069Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T21:00:41.069Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T21:00:41.069Z] #43 127.5 CC criu/memfd.o [2021-03-19T21:00:41.069Z] #43 128.1 CC criu/mount.o [2021-03-19T21:00:41.069Z] #43 132.7 CC criu/namespaces.o [2021-03-19T21:00:41.069Z] #43 135.0 CC criu/net.o [2021-03-19T21:00:41.399Z] #43 171.1 make[1]: 'images/built-in.o' is up to date. [2021-03-19T21:00:41.399Z] #43 171.1 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-03-19T21:00:41.399Z] #43 171.2 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-03-19T21:00:41.399Z] #43 171.2 make[1]: 'compel/libcompel.a' is up to date. [2021-03-19T21:00:41.399Z] #43 171.2 make[1]: 'compel/compel-host-bin' is up to date. [2021-03-19T21:00:41.399Z] #43 171.3 make[1]: Nothing to be done for 'all'. [2021-03-19T21:00:41.399Z] #43 171.3 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-19T21:00:41.639Z] #43 138.1 CC criu/netfilter.o [2021-03-19T21:00:41.657Z] #43 171.5 make[2]: Nothing to be done for 'all'. [2021-03-19T21:00:41.657Z] #43 171.5 make[2]: Nothing to be done for 'all'. [2021-03-19T21:00:41.657Z] #43 171.5 make[2]: Nothing to be done for 'all'. [2021-03-19T21:00:41.827Z] #44 192.3 CC criu/sockets.o [2021-03-19T21:00:41.898Z] #43 138.5 CC criu/page-pipe.o [2021-03-19T21:00:41.919Z] #43 171.6 make[2]: Nothing to be done for 'all'. [2021-03-19T21:00:41.919Z] #43 171.7 make[2]: Nothing to be done for 'all'. [2021-03-19T21:00:41.919Z] #43 171.7 make[2]: Nothing to be done for 'all'. [2021-03-19T21:00:41.919Z] #43 171.7 make[2]: Nothing to be done for 'all'. [2021-03-19T21:00:41.919Z] #43 171.8 make[2]: Nothing to be done for 'all'. [2021-03-19T21:00:41.919Z] #43 171.8 INSTALL criu/criu [2021-03-19T21:00:42.469Z] #43 139.0 CC criu/page-xfer.o [2021-03-19T21:00:42.486Z] #43 DONE 172.3s [2021-03-19T21:00:42.486Z] [2021-03-19T21:00:42.487Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-19T21:00:42.487Z] #56 sha256:8ed103d2e9b8e2cac52654307cffd46e3af4cd35b6b6c082ce89e3f5649aaa74 [2021-03-19T21:00:42.620Z] #56 ... [2021-03-19T21:00:42.620Z] [2021-03-19T21:00:42.620Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-19T21:00:42.620Z] #53 sha256:3bd5c2eac1b2b906d8b49894d20dc8845bb080365ba8dd4c190582b9b76fbe72 [2021-03-19T21:00:42.620Z] #53 121.6 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-03-19T21:00:42.882Z] #44 193.3 CC criu/stats.o [2021-03-19T21:00:43.181Z] #44 193.9 CC criu/string.o [2021-03-19T21:00:43.420Z] #56 ... [2021-03-19T21:00:43.421Z] [2021-03-19T21:00:43.421Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-03-19T21:00:43.421Z] #44 sha256:6d62a4018f7055f6eaab1fbc93af7021a86e743d108eb13ed8e1fa50d08d7429 [2021-03-19T21:00:43.482Z] #44 194.0 CC criu/sysctl.o [2021-03-19T21:00:43.726Z] #44 DONE 0.1s [2021-03-19T21:00:43.726Z] [2021-03-19T21:00:43.726Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-03-19T21:00:43.726Z] #46 sha256:d1c24f4d5803347c3938033ba4dff2cccf488cf69c332dbacdb3b43f7369869b [2021-03-19T21:00:43.851Z] #43 140.3 CC criu/pagemap-cache.o [2021-03-19T21:00:43.984Z] #46 DONE 0.3s [2021-03-19T21:00:43.984Z] [2021-03-19T21:00:43.984Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-19T21:00:43.984Z] #56 sha256:8ed103d2e9b8e2cac52654307cffd46e3af4cd35b6b6c082ce89e3f5649aaa74 [2021-03-19T21:00:43.984Z] #56 ... [2021-03-19T21:00:43.984Z] [2021-03-19T21:00:43.984Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-03-19T21:00:43.984Z] #48 sha256:c91e29d56a6852a936e0769903b3c60eb383e731e513b3a0ba4b097faf634aea [2021-03-19T21:00:44.004Z] #53 122.6 + mkdir -p /build [2021-03-19T21:00:44.004Z] #53 122.6 + cp runc /build/runc [2021-03-19T21:00:44.111Z] #43 140.7 CC criu/pagemap.o [2021-03-19T21:00:44.132Z] #44 194.9 CC criu/sysfs_parse.o [2021-03-19T21:00:44.242Z] #48 DONE 0.2s [2021-03-19T21:00:44.242Z] [2021-03-19T21:00:44.242Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-03-19T21:00:44.242Z] #50 sha256:42ee0e485c9ce224395161df184e76c24530759b8b0f0587826c9c54855abdc3 [2021-03-19T21:00:44.431Z] #44 195.3 CC criu/timens.o [2021-03-19T21:00:44.576Z] #53 DONE 123.3s [2021-03-19T21:00:44.576Z] [2021-03-19T21:00:44.576Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-19T21:00:44.576Z] #56 sha256:b5351f18dd1f8b22a8d03b34e05932d566e50992166d87d975bc362f97466f20 [2021-03-19T21:00:44.810Z] #50 DONE 0.7s [2021-03-19T21:00:44.810Z] [2021-03-19T21:00:44.810Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-19T21:00:44.810Z] #56 sha256:8ed103d2e9b8e2cac52654307cffd46e3af4cd35b6b6c082ce89e3f5649aaa74 [2021-03-19T21:00:45.068Z] #56 ... [2021-03-19T21:00:45.068Z] [2021-03-19T21:00:45.068Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-03-19T21:00:45.068Z] #52 sha256:10ce8aed54414554b14fc3bcb630a6bd5daab18eaa2de472e9bebaa0bdae16f4 [2021-03-19T21:00:45.068Z] #52 DONE 0.2s [2021-03-19T21:00:45.068Z] [2021-03-19T21:00:45.068Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-19T21:00:45.068Z] #56 sha256:8ed103d2e9b8e2cac52654307cffd46e3af4cd35b6b6c082ce89e3f5649aaa74 [2021-03-19T21:00:45.080Z] #44 195.7 CC criu/timerfd.o [2021-03-19T21:00:45.380Z] #44 196.2 CC criu/tty.o [2021-03-19T21:00:45.493Z] #43 141.7 CC criu/parasite-syscall.o [2021-03-19T21:00:45.493Z] #43 ... [2021-03-19T21:00:45.493Z] [2021-03-19T21:00:45.493Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-19T21:00:45.493Z] #22 sha256:d3d072c7ad06c7ad2d1dcde93b5cac7ddc54c670d77b2a23cb688256d2d63a3e [2021-03-19T21:00:45.493Z] #22 10.50 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-03-19T21:00:45.493Z] #22 10.60 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-03-19T21:00:45.493Z] #22 10.65 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-03-19T21:00:45.493Z] #22 10.72 Collecting pyyaml (from yamllint==1.16.0) [2021-03-19T21:00:45.518Z] #56 ... [2021-03-19T21:00:45.518Z] [2021-03-19T21:00:45.518Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-03-19T21:00:45.518Z] #54 sha256:335091849a3519c06f0d2ff68bd66384a90b72cf400e7c666d5594028d8c3939 [2021-03-19T21:00:45.753Z] #22 10.96 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-03-19T21:00:45.779Z] #54 DONE 0.2s [2021-03-19T21:00:45.779Z] [2021-03-19T21:00:45.779Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-19T21:00:45.779Z] #56 sha256:b5351f18dd1f8b22a8d03b34e05932d566e50992166d87d975bc362f97466f20 [2021-03-19T21:00:46.013Z] #22 11.30 Installing collected packages: pathspec, pyyaml, yamllint [2021-03-19T21:00:46.273Z] #22 11.66 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-03-19T21:00:46.843Z] #22 DONE 12.0s [2021-03-19T21:00:46.843Z] [2021-03-19T21:00:46.843Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-03-19T21:00:46.843Z] #25 sha256:f6ca38cb047561e649fc6026f3b82257b98417c8fdca530a6c11a8ff1d4c8453 [2021-03-19T21:00:47.102Z] #25 DONE 0.3s [2021-03-19T21:00:47.102Z] [2021-03-19T21:00:47.102Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-03-19T21:00:47.102Z] #30 sha256:2649f80ed632d4f489e380adb0658466adbff2e1348de619702ffb7ad3b4b255 [2021-03-19T21:00:48.158Z] #44 198.8 CC criu/tun.o [2021-03-19T21:00:48.806Z] #44 199.6 CC criu/uffd.o [2021-03-19T21:00:50.339Z] #56 211.9 + bin/containerd [2021-03-19T21:00:50.348Z] #44 ... [2021-03-19T21:00:50.348Z] [2021-03-19T21:00:50.348Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-19T21:00:50.348Z] #41 sha256:901a5c29e907a8e8e928e98b52a88e62a3d1a37f080c0011a504e7b597e8f9f9 [2021-03-19T21:00:50.348Z] #41 DONE 270.4s [2021-03-19T21:00:50.650Z] [2021-03-19T21:00:50.650Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T21:00:50.650Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-19T21:00:50.650Z] #44 201.3 CC criu/util.o [2021-03-19T21:00:52.756Z] #44 203.4 CC criu/uts_ns.o [2021-03-19T21:00:53.056Z] #44 203.6 CC criu/vdso.o [2021-03-19T21:00:53.678Z] #30 ... [2021-03-19T21:00:53.678Z] [2021-03-19T21:00:53.678Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T21:00:53.678Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T21:00:53.678Z] #43 142.8 CC criu/path.o [2021-03-19T21:00:53.678Z] #43 143.2 CC criu/pie-util-vdso-elf32.o [2021-03-19T21:00:53.678Z] #43 143.8 CC criu/pie-util-vdso.o [2021-03-19T21:00:53.678Z] #43 144.4 CC criu/pie-util.o [2021-03-19T21:00:53.678Z] #43 144.6 CC criu/pipes.o [2021-03-19T21:00:53.678Z] #43 145.3 CC criu/plugin.o [2021-03-19T21:00:53.678Z] #43 145.7 CC criu/proc_parse.o [2021-03-19T21:00:53.678Z] #43 147.8 CC criu/protobuf-desc.o [2021-03-19T21:00:53.678Z] #43 148.4 CC criu/protobuf.o [2021-03-19T21:00:53.678Z] #43 148.7 CC criu/pstree.o [2021-03-19T21:00:53.678Z] #43 149.7 CC criu/rbtree.o [2021-03-19T21:00:53.678Z] #43 149.9 CC criu/rst-malloc.o [2021-03-19T21:00:53.734Z] #44 204.3 LINK criu/built-in.o [2021-03-19T21:00:53.734Z] #44 204.6 LINK criu/criu [2021-03-19T21:00:53.939Z] #43 ... [2021-03-19T21:00:53.939Z] [2021-03-19T21:00:53.939Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-03-19T21:00:53.939Z] #30 sha256:2649f80ed632d4f489e380adb0658466adbff2e1348de619702ffb7ad3b4b255 [2021-03-19T21:00:53.939Z] #30 DONE 6.6s [2021-03-19T21:00:53.939Z] [2021-03-19T21:00:53.939Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T21:00:53.939Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T21:00:53.939Z] #43 150.3 CC criu/seccomp.o [2021-03-19T21:00:53.939Z] #43 ... [2021-03-19T21:00:53.939Z] [2021-03-19T21:00:53.939Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-03-19T21:00:53.939Z] #33 sha256:2854436cfe4e0fc4d16a76a98274b67c8e3b6bd167a89f7b653fa1bdc7d57b14 [2021-03-19T21:00:54.199Z] #33 DONE 0.4s [2021-03-19T21:00:54.199Z] [2021-03-19T21:00:54.199Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-03-19T21:00:54.199Z] #35 sha256:9c2059a145d988b22c1cb7daa7958e2b304a3b723a8e695cefb45c10daccfc2c [2021-03-19T21:00:54.199Z] #35 DONE 0.1s [2021-03-19T21:00:54.199Z] [2021-03-19T21:00:54.199Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T21:00:54.199Z] #49 sha256:c7a472f37232132d0f31b820187304080713900814e44b6fb27d74f662c96107 [2021-03-19T21:00:54.381Z] #44 205.0 DEP lib/c/criu.d [2021-03-19T21:00:54.381Z] #44 205.2 CC images/rpc.pb-c.o [2021-03-19T21:00:54.458Z] #49 ... [2021-03-19T21:00:54.458Z] [2021-03-19T21:00:54.458Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-03-19T21:00:54.458Z] #38 sha256:95b62c95d1c2c01f4a1c7497095656521806b50d58a2b29b84b4273bf44757f1 [2021-03-19T21:00:54.458Z] #38 DONE 0.3s [2021-03-19T21:00:54.458Z] [2021-03-19T21:00:54.458Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T21:00:54.458Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T21:00:54.718Z] #43 151.1 CC criu/seize.o [2021-03-19T21:00:54.751Z] #56 207.6 + bin/containerd-stress [2021-03-19T21:00:54.751Z] #56 210.7 + bin/containerd-shim [2021-03-19T21:00:55.028Z] #44 205.9 CC lib/c/criu.o [2021-03-19T21:00:55.611Z] #56 ... [2021-03-19T21:00:55.611Z] [2021-03-19T21:00:55.611Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-19T21:00:55.611Z] #53 sha256:dd32b881411b5546fe4c7c35911eb3e1cffa096f048f5f4351a71ad9f71b8ecb [2021-03-19T21:00:55.611Z] #53 126.3 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-03-19T21:00:55.611Z] #53 127.2 + mkdir -p /build [2021-03-19T21:00:55.611Z] #53 127.2 + cp runc /build/runc [2021-03-19T21:00:55.611Z] #53 DONE 127.7s [2021-03-19T21:00:55.611Z] [2021-03-19T21:00:55.611Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-19T21:00:55.611Z] #56 sha256:8ed103d2e9b8e2cac52654307cffd46e3af4cd35b6b6c082ce89e3f5649aaa74 [2021-03-19T21:00:55.657Z] #43 152.0 CC criu/servicefd.o [2021-03-19T21:00:56.228Z] #43 152.5 CC criu/shmem.o [2021-03-19T21:00:56.228Z] #43 ... [2021-03-19T21:00:56.228Z] [2021-03-19T21:00:56.228Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-19T21:00:56.228Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-19T21:00:56.228Z] #40 DONE 249.4s [2021-03-19T21:00:56.489Z] [2021-03-19T21:00:56.489Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T21:00:56.489Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T21:00:56.572Z] #44 207.3 LINK lib/c/built-in.o [2021-03-19T21:00:56.572Z] #44 207.3 LINK lib/c/libcriu.so [2021-03-19T21:00:56.871Z] #44 207.4 LINK lib/c/libcriu.a [2021-03-19T21:00:56.988Z] #56 ... [2021-03-19T21:00:56.988Z] [2021-03-19T21:00:56.988Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-03-19T21:00:56.988Z] #54 sha256:02e526eda50ab9c198f06ca543c335548363a3e7b0089f364cc2555f6e0f909d [2021-03-19T21:00:56.988Z] #54 DONE 0.3s [2021-03-19T21:00:56.988Z] [2021-03-19T21:00:56.988Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-19T21:00:56.988Z] #56 sha256:8ed103d2e9b8e2cac52654307cffd46e3af4cd35b6b6c082ce89e3f5649aaa74 [2021-03-19T21:00:57.058Z] #43 153.6 CC criu/sigframe.o [2021-03-19T21:00:57.173Z] #44 207.7 GEN magic.py [2021-03-19T21:00:57.173Z] #44 208.0 Note: Building without setproctitle() and strlcpy() support. [2021-03-19T21:00:57.173Z] #44 208.0 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-19T21:00:57.173Z] #44 208.0 Note: Building without GnuTLS support [2021-03-19T21:00:57.173Z] #44 208.0 Makefile.config:39: Warn: you have no libnftables installed [2021-03-19T21:00:57.173Z] #44 208.0 Makefile.config:40: Warn: Building without nftables support [2021-03-19T21:00:57.628Z] #43 154.0 CC criu/signalfd.o [2021-03-19T21:00:57.628Z] #43 154.3 CC criu/sk-inet.o [2021-03-19T21:00:58.240Z] #44 208.9 fatal: not a git repository (or any of the parent directories): .git [2021-03-19T21:00:58.568Z] #43 ... [2021-03-19T21:00:58.568Z] [2021-03-19T21:00:58.568Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-03-19T21:00:58.568Z] #41 sha256:e96110e3f1c1c6cabeac268985074165af9c741e7a826fb9a1c770195b491e99 [2021-03-19T21:00:58.568Z] #41 DONE 0.6s [2021-03-19T21:00:58.568Z] [2021-03-19T21:00:58.568Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T21:00:58.568Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T21:00:58.828Z] #43 155.2 CC criu/sk-netlink.o [2021-03-19T21:00:59.089Z] #43 155.5 CC criu/sk-packet.o [2021-03-19T21:00:59.300Z] #44 210.0 make[1]: Nothing to be done for 'all'. [2021-03-19T21:00:59.659Z] #43 156.1 CC criu/sk-queue.o [2021-03-19T21:00:59.919Z] #43 156.4 CC criu/sk-tcp.o [2021-03-19T21:01:00.181Z] #43 156.8 CC criu/sk-unix.o [2021-03-19T21:01:00.362Z] #44 211.1 make[1]: 'images/built-in.o' is up to date. [2021-03-19T21:01:00.362Z] #44 211.2 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-03-19T21:01:00.362Z] #44 211.2 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-03-19T21:01:00.662Z] #44 211.3 make[1]: 'compel/libcompel.a' is up to date. [2021-03-19T21:01:00.662Z] #44 211.3 make[1]: 'compel/compel-host-bin' is up to date. [2021-03-19T21:01:00.662Z] #44 211.4 make[1]: Nothing to be done for 'all'. [2021-03-19T21:01:00.662Z] #44 211.4 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-19T21:01:00.751Z] #43 ... [2021-03-19T21:01:00.751Z] [2021-03-19T21:01:00.751Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T21:01:00.751Z] #49 sha256:c7a472f37232132d0f31b820187304080713900814e44b6fb27d74f662c96107 [2021-03-19T21:01:00.751Z] #49 253.5 + /build/golangci-lint --version [2021-03-19T21:01:00.751Z] #49 253.9 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-03-19T21:01:00.751Z] #49 DONE 254.1s [2021-03-19T21:01:00.751Z] [2021-03-19T21:01:00.751Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-19T21:01:00.751Z] #53 sha256:c59b6bfb72bb4b5825c0932d764fd83da2ad279a1a4871dc70872c5bd4db7005 [2021-03-19T21:01:00.962Z] #44 211.7 make[2]: Nothing to be done for 'all'. [2021-03-19T21:01:00.962Z] #44 211.7 make[2]: Nothing to be done for 'all'. [2021-03-19T21:01:00.962Z] #44 211.8 make[2]: Nothing to be done for 'all'. [2021-03-19T21:01:01.261Z] #44 212.0 make[2]: Nothing to be done for 'all'. [2021-03-19T21:01:01.261Z] #44 212.1 make[2]: Nothing to be done for 'all'. [2021-03-19T21:01:01.364Z] #56 216.1 + bin/containerd-shim-runc-v1 [2021-03-19T21:01:01.568Z] #44 212.1 make[2]: Nothing to be done for 'all'. [2021-03-19T21:01:01.568Z] #44 212.2 make[2]: Nothing to be done for 'all'. [2021-03-19T21:01:01.568Z] #44 212.4 make[2]: Nothing to be done for 'all'. [2021-03-19T21:01:01.568Z] #44 212.4 INSTALL criu/criu [2021-03-19T21:01:01.868Z] #44 DONE 212.6s [2021-03-19T21:01:01.868Z] [2021-03-19T21:01:01.868Z] #25 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-03-19T21:01:01.868Z] #25 sha256:38212544a641902aab900f3b80cba791212c093aab995b3a7e6e15c64a418fc4 [2021-03-19T21:01:02.132Z] #53 ... [2021-03-19T21:01:02.132Z] [2021-03-19T21:01:02.132Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-19T21:01:02.132Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-19T21:01:02.132Z] #43 158.4 CC criu/sockets.o [2021-03-19T21:01:02.702Z] #43 159.0 CC criu/stats.o [2021-03-19T21:01:02.702Z] #43 159.2 CC criu/string.o [2021-03-19T21:01:02.702Z] #43 159.3 CC criu/sysctl.o [2021-03-19T21:01:03.642Z] #43 160.0 CC criu/sysfs_parse.o [2021-03-19T21:01:04.212Z] #43 160.5 CC criu/timens.o [2021-03-19T21:01:04.472Z] #43 160.8 CC criu/timerfd.o [2021-03-19T21:01:04.685Z] #56 220.1 + bin/containerd-shim-runc-v2 [2021-03-19T21:01:04.732Z] #43 161.1 CC criu/tty.o [2021-03-19T21:01:05.469Z] #25 ... [2021-03-19T21:01:05.469Z] [2021-03-19T21:01:05.469Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-19T21:01:05.469Z] #50 sha256:215d344bcc7283861030d950302f92637cfd52e58979a60470edd2ab99318878 [2021-03-19T21:01:05.469Z] #50 284.9 + /build/golangci-lint --version [2021-03-19T21:01:05.469Z] #50 285.4 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-03-19T21:01:05.469Z] #50 DONE 285.6s [2021-03-19T21:01:05.469Z] [2021-03-19T21:01:05.469Z] #25 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-03-19T21:01:05.469Z] #25 sha256:38212544a641902aab900f3b80cba791212c093aab995b3a7e6e15c64a418fc4 [2021-03-19T21:01:05.633Z] #56 221.3 + binaries [2021-03-19T21:01:05.633Z] #56 221.3 + install -D bin/containerd /build/containerd [2021-03-19T21:01:05.633Z] #56 221.4 + install -D bin/containerd-shim /build/containerd-shim [2021-03-19T21:01:05.633Z] #56 221.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-03-19T21:01:05.633Z] #56 221.4 + install -D bin/ctr /build/ctr [2021-03-19T21:01:05.672Z] #43 162.3 CC criu/tun.o [2021-03-19T21:01:06.242Z] #43 162.6 CC criu/uffd.o [2021-03-19T21:01:06.812Z] #43 163.4 CC criu/util.o [2021-03-19T21:01:08.194Z] #43 164.4 CC criu/uts_ns.o [2021-03-19T21:01:08.194Z] #43 164.6 CC criu/vdso-compat.o [2021-03-19T21:01:08.194Z] #43 164.7 CC criu/vdso.o [2021-03-19T21:01:08.764Z] #43 165.1 LINK criu/built-in.o [2021-03-19T21:01:08.764Z] #43 165.2 LINK criu/criu [2021-03-19T21:01:09.024Z] #43 165.6 DEP lib/c/criu.d [2021-03-19T21:01:09.024Z] #43 165.6 CC images/rpc.pb-c.o [2021-03-19T21:01:09.594Z] #43 166.0 CC lib/c/criu.o [2021-03-19T21:01:09.849Z] #56 DONE 225.0s [2021-03-19T21:01:10.165Z] #43 166.8 LINK lib/c/built-in.o [2021-03-19T21:01:10.425Z] #43 166.8 LINK lib/c/libcriu.so [2021-03-19T21:01:10.425Z] #43 166.9 LINK lib/c/libcriu.a [2021-03-19T21:01:10.425Z] #43 167.0 GEN magic.py [2021-03-19T21:01:10.685Z] #43 167.1 Note: Building without setproctitle() and strlcpy() support. [2021-03-19T21:01:10.685Z] #43 167.1 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-19T21:01:10.685Z] #43 167.1 Note: Building without GnuTLS support [2021-03-19T21:01:10.685Z] #43 167.1 Makefile.config:39: Warn: you have no libnftables installed [2021-03-19T21:01:10.685Z] #43 167.1 Makefile.config:40: Warn: Building without nftables support [2021-03-19T21:01:10.796Z] [2021-03-19T21:01:10.796Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-03-19T21:01:10.796Z] #57 sha256:2d10b98f93d3eb50a2c4089f4683dc71f3ca6f9a07cea876e24735b8508ff352 [2021-03-19T21:01:11.255Z] #43 167.7 fatal: not a git repository (or any of the parent directories): .git [2021-03-19T21:01:11.824Z] #43 168.2 make[1]: Nothing to be done for 'all'. [2021-03-19T21:01:12.352Z] #56 227.3 + bin/containerd-stress [2021-03-19T21:01:12.352Z] #56 229.4 + bin/containerd-shim [2021-03-19T21:01:12.394Z] #43 168.8 make[1]: 'images/built-in.o' is up to date. [2021-03-19T21:01:12.394Z] #43 168.8 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-03-19T21:01:12.394Z] #43 168.8 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-03-19T21:01:12.394Z] #43 168.8 make[1]: 'compel/libcompel.a' is up to date. [2021-03-19T21:01:12.394Z] #43 168.8 make[1]: 'compel/compel-host-bin' is up to date. [2021-03-19T21:01:12.394Z] #43 168.9 make[1]: Nothing to be done for 'all'. [2021-03-19T21:01:12.394Z] #43 168.9 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-19T21:01:12.394Z] #43 169.0 make[2]: Nothing to be done for 'all'. [2021-03-19T21:01:12.654Z] #43 169.0 make[2]: Nothing to be done for 'all'. [2021-03-19T21:01:12.654Z] #43 169.1 make[2]: Nothing to be done for 'all'. [2021-03-19T21:01:12.654Z] #43 169.1 make[2]: Nothing to be done for 'all'. [2021-03-19T21:01:12.654Z] #43 169.2 make[2]: Nothing to be done for 'all'. [2021-03-19T21:01:12.654Z] #43 169.2 make[2]: Nothing to be done for 'all'. [2021-03-19T21:01:12.654Z] #43 169.2 make[2]: Nothing to be done for 'all'. [2021-03-19T21:01:12.716Z] #57 DONE 2.0s [2021-03-19T21:01:12.716Z] [2021-03-19T21:01:12.716Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-03-19T21:01:12.716Z] #61 sha256:86c09d866f076f16c21c0fa75a7363ddc76c728f23c80da0684fda29eb555854 [2021-03-19T21:01:12.914Z] #43 169.3 make[2]: Nothing to be done for 'all'. [2021-03-19T21:01:12.914Z] #43 169.3 INSTALL criu/criu [2021-03-19T21:01:13.176Z] #43 DONE 169.7s [2021-03-19T21:01:13.176Z] [2021-03-19T21:01:13.176Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-19T21:01:13.176Z] #53 sha256:c59b6bfb72bb4b5825c0932d764fd83da2ad279a1a4871dc70872c5bd4db7005 [2021-03-19T21:01:13.290Z] #61 DONE 0.6s [2021-03-19T21:01:13.290Z] [2021-03-19T21:01:13.290Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-03-19T21:01:13.290Z] #66 sha256:27027bd15c1f2a004e94fff37e72ea3bbc62e6133304307d4df89daadfde06df [2021-03-19T21:01:14.116Z] #53 ... [2021-03-19T21:01:14.116Z] [2021-03-19T21:01:14.116Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-03-19T21:01:14.116Z] #44 sha256:4d9b7770afcbc76a267a0bd6e6d2e09076a2be4795477f865d57b33abac79739 [2021-03-19T21:01:14.378Z] #44 DONE 0.1s [2021-03-19T21:01:14.378Z] [2021-03-19T21:01:14.378Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-03-19T21:01:14.378Z] #46 sha256:25e38a9cc02cdfd609d0a8b8166f26318235c7f8c0907c614688800edc35d762 [2021-03-19T21:01:14.378Z] #46 DONE 0.2s [2021-03-19T21:01:14.378Z] [2021-03-19T21:01:14.378Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-19T21:01:14.378Z] #53 sha256:c59b6bfb72bb4b5825c0932d764fd83da2ad279a1a4871dc70872c5bd4db7005 [2021-03-19T21:01:14.638Z] #53 ... [2021-03-19T21:01:14.638Z] [2021-03-19T21:01:14.638Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-03-19T21:01:14.638Z] #48 sha256:0a9e2cca0a9465c87d7a601d197cdc0789c4d6f3f998934a9ab42ebbdaf25cd1 [2021-03-19T21:01:14.638Z] #48 DONE 0.1s [2021-03-19T21:01:14.638Z] [2021-03-19T21:01:14.638Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-03-19T21:01:14.638Z] #50 sha256:4a924124fdc6a91db2fa3adace273791fd0473052f6c03d021ab46b36bfe4d97 [2021-03-19T21:01:15.220Z] #50 DONE 0.5s [2021-03-19T21:01:15.220Z] [2021-03-19T21:01:15.220Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-03-19T21:01:15.220Z] #52 sha256:e95e0acb0131647cbb7cc7df431fc71102bbd72d51136d3aefa1e8c48d954468 [2021-03-19T21:01:15.220Z] #52 DONE 0.1s [2021-03-19T21:01:15.220Z] [2021-03-19T21:01:15.220Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-19T21:01:15.220Z] #53 sha256:c59b6bfb72bb4b5825c0932d764fd83da2ad279a1a4871dc70872c5bd4db7005 [2021-03-19T21:01:15.843Z] #66 DONE 2.2s [2021-03-19T21:01:15.844Z] [2021-03-19T21:01:15.844Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-03-19T21:01:15.844Z] #68 sha256:9021701b464297b0dc0d343b9132823f4586b796682ff421b90bdb69c8ae138a [2021-03-19T21:01:15.844Z] #68 DONE 0.1s [2021-03-19T21:01:15.844Z] [2021-03-19T21:01:15.844Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-03-19T21:01:15.844Z] #69 sha256:d19889ff2c12e87994535b0daa8ab5238c6128d627529f82e1bba2b7ecd667b1 [2021-03-19T21:01:15.844Z] #69 DONE 0.1s [2021-03-19T21:01:15.844Z] [2021-03-19T21:01:15.844Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-03-19T21:01:15.844Z] #70 sha256:1e7ebd9588d99383158fb37fff53b8c1fd4ea0fae4fc95219d875835beb94d09 [2021-03-19T21:01:17.237Z] #70 DONE 1.7s [2021-03-19T21:01:17.237Z] [2021-03-19T21:01:17.237Z] #71 exporting to image [2021-03-19T21:01:17.237Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-03-19T21:01:17.237Z] #71 exporting layers [2021-03-19T21:01:18.934Z] #56 236.2 + bin/containerd-shim-runc-v1 [2021-03-19T21:01:20.505Z] #53 ... [2021-03-19T21:01:20.505Z] [2021-03-19T21:01:20.505Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-19T21:01:20.505Z] #56 sha256:1291ef4f0b46fc9bee736c915837afd8c514f69f73c1d73d39a7ccf3212c68df [2021-03-19T21:01:20.505Z] #56 208.0 + bin/containerd [2021-03-19T21:01:23.138Z] #56 240.7 + bin/containerd-shim-runc-v2 [2021-03-19T21:01:23.398Z] #56 241.7 + binaries [2021-03-19T21:01:23.534Z] #56 243.1 + bin/containerd-stress [2021-03-19T21:01:23.534Z] #56 245.2 + bin/containerd-shim [2021-03-19T21:01:23.657Z] #56 241.7 + install -D bin/containerd /build/containerd [2021-03-19T21:01:23.657Z] #56 241.7 + install -D bin/containerd-shim /build/containerd-shim [2021-03-19T21:01:23.657Z] #56 241.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-03-19T21:01:23.657Z] #56 241.7 + install -D bin/ctr /build/ctr [2021-03-19T21:01:25.402Z] #71 exporting layers 7.6s done [2021-03-19T21:01:25.402Z] #71 writing image sha256:46e82ac99250699d3367bc251171ebb9f3dfa091ef75a41b63b90d37409cdf42 done [2021-03-19T21:01:25.402Z] #71 naming to docker.io/library/docker:0f32beb4f8d0a1db1ecc945f9669a35fd463af2c done [2021-03-19T21:01:25.402Z] #71 DONE 7.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-03-19T21:01:25.761Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42173/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0f32beb4f8d0a1db1ecc945f9669a35fd463af2c -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0f32beb4f8d0a1db1ecc945f9669a35fd463af2c hack/test/unit [2021-03-19T21:01:26.212Z] #56 DONE 243.8s [2021-03-19T21:01:26.870Z] [2021-03-19T21:01:26.870Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-03-19T21:01:26.870Z] #57 sha256:e70429cd542d91ac6d9e8242f5841dae8bff886042e5b764478535d5d65642c7 [2021-03-19T21:01:27.083Z] #56 ... [2021-03-19T21:01:27.083Z] [2021-03-19T21:01:27.083Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-19T21:01:27.083Z] #53 sha256:c59b6bfb72bb4b5825c0932d764fd83da2ad279a1a4871dc70872c5bd4db7005 [2021-03-19T21:01:27.083Z] #53 123.6 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-03-19T21:01:27.083Z] #53 124.6 + mkdir -p /build [2021-03-19T21:01:27.083Z] #53 124.6 + cp runc /build/runc [2021-03-19T21:01:27.083Z] #53 DONE 125.1s [2021-03-19T21:01:27.083Z] [2021-03-19T21:01:27.083Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-19T21:01:27.083Z] #56 sha256:1291ef4f0b46fc9bee736c915837afd8c514f69f73c1d73d39a7ccf3212c68df [2021-03-19T21:01:27.653Z] #56 ... [2021-03-19T21:01:27.653Z] [2021-03-19T21:01:27.653Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-03-19T21:01:27.653Z] #54 sha256:89fe68ec2427f16fb2e09eb8f267cf8837d7f0ea403ac07c6b4bcab3f1613d0e [2021-03-19T21:01:27.813Z] #57 DONE 1.1s [2021-03-19T21:01:27.813Z] [2021-03-19T21:01:27.813Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-03-19T21:01:27.813Z] #61 sha256:117de75c7aef4828adeb7784a2a2767e0cbdbb752ddaa41a0dee0a98ffed4c3c [2021-03-19T21:01:27.913Z] #54 DONE 0.3s [2021-03-19T21:01:27.913Z] [2021-03-19T21:01:27.913Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-19T21:01:27.913Z] #56 sha256:1291ef4f0b46fc9bee736c915837afd8c514f69f73c1d73d39a7ccf3212c68df [2021-03-19T21:01:28.072Z] #61 DONE 0.3s [2021-03-19T21:01:28.072Z] [2021-03-19T21:01:28.072Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-03-19T21:01:28.072Z] #66 sha256:96214b2d1421586c7b39466a2f474d6f97a37b98f46465efd4fa55a4bfcf7ccb [2021-03-19T21:01:28.084Z] #25 ... [2021-03-19T21:01:28.084Z] [2021-03-19T21:01:28.084Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-19T21:01:28.084Z] #54 sha256:c1c7f07318de9868729a0f45cec59339f4010eba73a63db4bfc3c27999f799bc [2021-03-19T21:01:28.084Z] #54 190.0 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-03-19T21:01:28.459Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-03-19T21:01:28.459Z] [2021-03-19T21:01:28.459Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-03-19T21:01:28.459Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-03-19T21:01:28.459Z] HOSTNAME=878651c76f02 [2021-03-19T21:01:28.459Z] TESTDEBUG=0 [2021-03-19T21:01:28.459Z] DEST=bundles/test-integration [2021-03-19T21:01:28.459Z] PWD=/go/src/github.com/docker/docker [2021-03-19T21:01:28.459Z] DOCKER_GITCOMMIT=0f32beb4f8d0a1db1ecc945f9669a35fd463af2c [2021-03-19T21:01:28.459Z] container=docker [2021-03-19T21:01:28.459Z] HOME=/root [2021-03-19T21:01:28.459Z] GOLANG_VERSION=1.13.15 [2021-03-19T21:01:28.459Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-03-19T21:01:28.459Z] VALIDATE_BRANCH=master [2021-03-19T21:01:28.459Z] TERM=xterm [2021-03-19T21:01:28.459Z] DOCKER_PKG=github.com/docker/docker [2021-03-19T21:01:28.459Z] SHLVL=1 [2021-03-19T21:01:28.459Z] TIMEOUT=120m [2021-03-19T21:01:28.459Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-03-19T21:01:28.459Z] DOCKER_GRAPHDRIVER=overlay2 [2021-03-19T21:01:28.459Z] GO111MODULE=off [2021-03-19T21:01:28.459Z] DOCKER_EXPERIMENTAL=1 [2021-03-19T21:01:28.459Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-03-19T21:01:28.459Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-03-19T21:01:28.459Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-03-19T21:01:28.459Z] GOPATH=/go [2021-03-19T21:01:28.459Z] PKG_CONFIG=pkg-config [2021-03-19T21:01:28.459Z] _=/usr/bin/env [2021-03-19T21:01:28.459Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-03-19T21:01:29.011Z] #66 DONE 1.1s [2021-03-19T21:01:29.136Z] #54 191.4 + mkdir -p /build [2021-03-19T21:01:29.136Z] #54 191.4 + cp runc /build/runc [2021-03-19T21:01:29.136Z] #54 DONE 191.6s [2021-03-19T21:01:29.136Z] [2021-03-19T21:01:29.136Z] #25 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-03-19T21:01:29.136Z] #25 sha256:38212544a641902aab900f3b80cba791212c093aab995b3a7e6e15c64a418fc4 [2021-03-19T21:01:29.270Z] [2021-03-19T21:01:29.270Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-03-19T21:01:29.270Z] #68 sha256:405769e847167d50cdb6fb054c36c9e57a4371c7f12b67c421d62ce3ad8f6c44 [2021-03-19T21:01:29.270Z] #68 DONE 0.1s [2021-03-19T21:01:29.270Z] [2021-03-19T21:01:29.270Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-03-19T21:01:29.270Z] #69 sha256:f09377dcf2c21cf6608c61da7bb308a172a463b67066b37cfa16e6d7c848f61a [2021-03-19T21:01:29.270Z] #69 DONE 0.0s [2021-03-19T21:01:29.270Z] [2021-03-19T21:01:29.270Z] #70 [dev-systemd-true 1/2] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends dbus dbus-user-session systemd systemd-sysv [2021-03-19T21:01:29.270Z] #70 sha256:338360325262b5beeb03d20ab9a892e706d8478629a370918d134c5d0edf1ecc [2021-03-19T21:01:30.102Z] #56 251.9 + bin/containerd-shim-runc-v1 [2021-03-19T21:01:30.209Z] #70 0.748 Hit:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [2021-03-19T21:01:30.209Z] #70 0.748 Hit:2 http://deb.debian.org/debian buster-backports InRelease [2021-03-19T21:01:30.209Z] #70 0.823 Hit:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [2021-03-19T21:01:30.209Z] #70 0.985 Hit:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2021-03-19T21:01:31.041Z] #70 1.091 Reading package lists... [2021-03-19T21:01:31.065Z] ? github.com/docker/docker/api [no test files] [2021-03-19T21:01:31.611Z] #70 1.726 Reading package lists... [2021-03-19T21:01:31.870Z] #70 2.366 Building dependency tree... [2021-03-19T21:01:31.870Z] #70 2.508 Reading state information... [2021-03-19T21:01:31.870Z] #70 2.619 The following additional packages will be installed: [2021-03-19T21:01:32.130Z] #70 2.620 libargon2-1 libcryptsetup12 libdbus-1-3 libidn11 libjson-c3 libkmod2 [2021-03-19T21:01:32.130Z] #70 2.620 libpam-systemd [2021-03-19T21:01:32.130Z] #70 2.620 Suggested packages: [2021-03-19T21:01:32.130Z] #70 2.620 systemd-container policykit-1 [2021-03-19T21:01:32.130Z] #70 2.620 Recommended packages: [2021-03-19T21:01:32.130Z] #70 2.620 libnss-systemd [2021-03-19T21:01:32.130Z] #70 2.700 The following NEW packages will be installed: [2021-03-19T21:01:32.130Z] #70 2.700 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libidn11 [2021-03-19T21:01:32.130Z] #70 2.701 libjson-c3 libkmod2 libpam-systemd systemd systemd-sysv [2021-03-19T21:01:32.389Z] #70 2.970 0 upgraded, 11 newly installed, 0 to remove and 21 not upgraded. [2021-03-19T21:01:32.389Z] #70 2.970 Need to get 4761 kB of archives. [2021-03-19T21:01:32.389Z] #70 2.970 After this operation, 16.6 MB of additional disk space will be used. [2021-03-19T21:01:32.389Z] #70 2.970 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2021-03-19T21:01:32.389Z] #70 2.972 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjson-c3 amd64 0.12.1+ds-2+deb10u1 [27.3 kB] [2021-03-19T21:01:32.389Z] #70 3.021 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcryptsetup12 amd64 2:2.1.0-5+deb10u2 [193 kB] [2021-03-19T21:01:32.389Z] #70 3.106 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libidn11 amd64 1.33-2.2 [116 kB] [2021-03-19T21:01:32.389Z] #70 3.108 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libkmod2 amd64 26-1 [52.7 kB] [2021-03-19T21:01:32.389Z] #70 3.109 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd amd64 241-7~deb10u6 [3499 kB] [2021-03-19T21:01:32.649Z] #70 3.174 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd-sysv amd64 241-7~deb10u6 [100 kB] [2021-03-19T21:01:32.649Z] #70 3.183 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdbus-1-3 amd64 1.12.20-0+deb10u1 [215 kB] [2021-03-19T21:01:32.649Z] #70 3.194 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus amd64 1.12.20-0+deb10u1 [236 kB] [2021-03-19T21:01:32.649Z] #70 3.275 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpam-systemd amd64 241-7~deb10u6 [209 kB] [2021-03-19T21:01:32.649Z] #70 3.277 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus-user-session amd64 1.12.20-0+deb10u1 [94.5 kB] [2021-03-19T21:01:32.909Z] #70 3.441 debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T21:01:32.909Z] #70 3.469 Fetched 4761 kB in 1s (8408 kB/s) [2021-03-19T21:01:32.909Z] #70 3.497 Selecting previously unselected package libargon2-1:amd64. [2021-03-19T21:01:32.909Z] #70 3.497 (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 ... 28057 files and directories currently installed.) [2021-03-19T21:01:32.909Z] #70 3.511 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ... [2021-03-19T21:01:32.909Z] #70 3.519 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2021-03-19T21:01:32.909Z] #70 3.556 Selecting previously unselected package libjson-c3:amd64. [2021-03-19T21:01:32.909Z] #70 3.559 Preparing to unpack .../1-libjson-c3_0.12.1+ds-2+deb10u1_amd64.deb ... [2021-03-19T21:01:32.909Z] #70 3.562 Unpacking libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ... [2021-03-19T21:01:32.909Z] #70 3.596 Selecting previously unselected package libcryptsetup12:amd64. [2021-03-19T21:01:32.909Z] #70 3.598 Preparing to unpack .../2-libcryptsetup12_2%3a2.1.0-5+deb10u2_amd64.deb ... [2021-03-19T21:01:32.909Z] #70 3.602 Unpacking libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ... [2021-03-19T21:01:32.909Z] #70 3.651 Selecting previously unselected package libidn11:amd64. [2021-03-19T21:01:32.909Z] #70 3.654 Preparing to unpack .../3-libidn11_1.33-2.2_amd64.deb ... [2021-03-19T21:01:32.909Z] #70 3.657 Unpacking libidn11:amd64 (1.33-2.2) ... [2021-03-19T21:01:32.909Z] #70 3.703 Selecting previously unselected package libkmod2:amd64. [2021-03-19T21:01:32.909Z] #70 3.706 Preparing to unpack .../4-libkmod2_26-1_amd64.deb ... [2021-03-19T21:01:32.909Z] #70 3.710 Unpacking libkmod2:amd64 (26-1) ... [2021-03-19T21:01:32.909Z] #70 3.757 Selecting previously unselected package systemd. [2021-03-19T21:01:32.909Z] #70 3.759 Preparing to unpack .../5-systemd_241-7~deb10u6_amd64.deb ... [2021-03-19T21:01:33.169Z] #70 3.800 Unpacking systemd (241-7~deb10u6) ... [2021-03-19T21:01:33.636Z] #25 ... [2021-03-19T21:01:33.636Z] [2021-03-19T21:01:33.636Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-19T21:01:33.636Z] #57 sha256:56da9d5ee323ba3ac7ddd513220e74f373ad82a209980f522a80a8e05a52ead1 [2021-03-19T21:01:33.636Z] #57 272.4 + bin/containerd [2021-03-19T21:01:33.739Z] #70 4.270 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2021-03-19T21:01:33.739Z] #70 4.285 Setting up libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ... [2021-03-19T21:01:33.739Z] #70 4.299 Setting up libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ... [2021-03-19T21:01:33.739Z] #70 4.313 Setting up libidn11:amd64 (1.33-2.2) ... [2021-03-19T21:01:33.739Z] #70 4.325 Setting up libkmod2:amd64 (26-1) ... [2021-03-19T21:01:33.739Z] #70 4.340 Setting up systemd (241-7~deb10u6) ... [2021-03-19T21:01:33.739Z] #70 4.398 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2021-03-19T21:01:33.739Z] #70 4.399 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2021-03-19T21:01:33.739Z] #70 4.403 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2021-03-19T21:01:33.739Z] #70 4.403 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2021-03-19T21:01:34.308Z] #70 4.959 Selecting previously unselected package systemd-sysv. [2021-03-19T21:01:34.308Z] #70 4.959 (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 ... 28854 files and directories currently installed.) [2021-03-19T21:01:34.308Z] #70 4.973 Preparing to unpack .../systemd-sysv_241-7~deb10u6_amd64.deb ... [2021-03-19T21:01:34.308Z] #70 4.978 Unpacking systemd-sysv (241-7~deb10u6) ... [2021-03-19T21:01:34.308Z] #70 5.025 Selecting previously unselected package libdbus-1-3:amd64. [2021-03-19T21:01:34.308Z] #70 5.028 Preparing to unpack .../libdbus-1-3_1.12.20-0+deb10u1_amd64.deb ... [2021-03-19T21:01:34.308Z] #70 5.033 Unpacking libdbus-1-3:amd64 (1.12.20-0+deb10u1) ... [2021-03-19T21:01:34.308Z] #70 5.090 Selecting previously unselected package dbus. [2021-03-19T21:01:34.308Z] #70 5.092 Preparing to unpack .../dbus_1.12.20-0+deb10u1_amd64.deb ... [2021-03-19T21:01:34.308Z] #70 5.103 Unpacking dbus (1.12.20-0+deb10u1) ... [2021-03-19T21:01:34.308Z] #70 5.162 Selecting previously unselected package libpam-systemd:amd64. [2021-03-19T21:01:34.569Z] #70 5.165 Preparing to unpack .../libpam-systemd_241-7~deb10u6_amd64.deb ... [2021-03-19T21:01:34.569Z] #70 5.170 Unpacking libpam-systemd:amd64 (241-7~deb10u6) ... [2021-03-19T21:01:34.569Z] #70 5.219 Selecting previously unselected package dbus-user-session. [2021-03-19T21:01:34.569Z] #70 5.222 Preparing to unpack .../dbus-user-session_1.12.20-0+deb10u1_amd64.deb ... [2021-03-19T21:01:34.569Z] #70 5.227 Unpacking dbus-user-session (1.12.20-0+deb10u1) ... [2021-03-19T21:01:34.569Z] #70 5.311 Setting up systemd-sysv (241-7~deb10u6) ... [2021-03-19T21:01:34.829Z] #70 5.324 Setting up libdbus-1-3:amd64 (1.12.20-0+deb10u1) ... [2021-03-19T21:01:34.829Z] #70 5.337 Setting up dbus (1.12.20-0+deb10u1) ... [2021-03-19T21:01:34.829Z] #70 5.463 invoke-rc.d: could not determine current runlevel [2021-03-19T21:01:34.829Z] #70 5.465 invoke-rc.d: policy-rc.d denied execution of start. [2021-03-19T21:01:34.829Z] #70 5.470 Setting up libpam-systemd:amd64 (241-7~deb10u6) ... [2021-03-19T21:01:35.089Z] #70 5.616 Setting up dbus-user-session (1.12.20-0+deb10u1) ... [2021-03-19T21:01:35.089Z] #70 5.630 Processing triggers for systemd (241-7~deb10u6) ... [2021-03-19T21:01:35.089Z] #70 5.640 Processing triggers for libc-bin (2.28-10) ... [2021-03-19T21:01:35.089Z] #70 DONE 5.8s [2021-03-19T21:01:35.089Z] [2021-03-19T21:01:35.089Z] #71 [dev-systemd-true 2/2] RUN mkdir -p hack && curl -o hack/dind-systemd https://raw.githubusercontent.com/AkihiroSuda/containerized-systemd/b70bac0daeea120456764248164c21684ade7d0d/docker-entrypoint.sh && chmod +x hack/dind-systemd [2021-03-19T21:01:35.089Z] #71 sha256:e2e3ca0a5fe371f0e38f06636ee558dfa451d7edcc80a9341f5b1d2751d7c9bc [2021-03-19T21:01:35.373Z] #56 256.5 + bin/containerd-shim-runc-v2 [2021-03-19T21:01:35.374Z] #56 257.4 + binaries [2021-03-19T21:01:35.374Z] #56 257.4 + install -D bin/containerd /build/containerd [2021-03-19T21:01:35.374Z] #56 257.5 + install -D bin/containerd-shim /build/containerd-shim [2021-03-19T21:01:35.374Z] #56 257.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-03-19T21:01:35.374Z] #56 257.5 + install -D bin/ctr /build/ctr [2021-03-19T21:01:35.658Z] #71 0.471 % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-19T21:01:35.658Z] #71 0.473 Dload Upload Total Spent Left Speed [2021-03-19T21:01:35.658Z] #71 0.474 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 161k 0 --:--:-- --:--:-- --:--:-- 161k [2021-03-19T21:01:35.658Z] #71 DONE 0.6s [2021-03-19T21:01:35.658Z] [2021-03-19T21:01:35.658Z] #72 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-03-19T21:01:35.658Z] #72 sha256:5ecac1a9ba2a58aeb1383c6fb460862654b68b1128db9adf35058baad9157c5e [2021-03-19T21:01:37.201Z] #57 ... [2021-03-19T21:01:37.201Z] [2021-03-19T21:01:37.201Z] #25 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-03-19T21:01:37.201Z] #25 sha256:38212544a641902aab900f3b80cba791212c093aab995b3a7e6e15c64a418fc4 [2021-03-19T21:01:37.201Z] #25 316.6 + return [2021-03-19T21:01:37.201Z] #25 DONE 316.8s [2021-03-19T21:01:37.201Z] [2021-03-19T21:01:37.201Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-19T21:01:37.201Z] #57 sha256:56da9d5ee323ba3ac7ddd513220e74f373ad82a209980f522a80a8e05a52ead1 [2021-03-19T21:01:37.566Z] #72 DONE 1.7s [2021-03-19T21:01:37.566Z] [2021-03-19T21:01:37.566Z] #73 exporting to image [2021-03-19T21:01:37.566Z] #73 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-03-19T21:01:37.566Z] #73 exporting layers [2021-03-19T21:01:37.900Z] #56 DONE 259.7s [2021-03-19T21:01:38.259Z] #57 ... [2021-03-19T21:01:38.259Z] [2021-03-19T21:01:38.259Z] #26 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-03-19T21:01:38.259Z] #26 sha256:7f036738065af3534d361447e186c679025810f8b46755e0a0e905ac4a9b9016 [2021-03-19T21:01:38.259Z] #26 DONE 0.1s [2021-03-19T21:01:38.259Z] [2021-03-19T21:01:38.259Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-19T21:01:38.259Z] #57 sha256:56da9d5ee323ba3ac7ddd513220e74f373ad82a209980f522a80a8e05a52ead1 [2021-03-19T21:01:38.467Z] [2021-03-19T21:01:38.467Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-03-19T21:01:38.467Z] #57 sha256:984f4c77cbf7599b94cf1850dcb22329690dc7f1602fa925da7133a722d5b537 [2021-03-19T21:01:38.561Z] #57 ... [2021-03-19T21:01:38.561Z] [2021-03-19T21:01:38.561Z] #31 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-03-19T21:01:38.561Z] #31 sha256:8d480ccc64390d60115e7ddba25f2e4375271413644996617e1c1f1a6727a074 [2021-03-19T21:01:39.210Z] #31 DONE 0.7s [2021-03-19T21:01:39.210Z] [2021-03-19T21:01:39.210Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-19T21:01:39.210Z] #57 sha256:56da9d5ee323ba3ac7ddd513220e74f373ad82a209980f522a80a8e05a52ead1 [2021-03-19T21:01:39.210Z] #57 ... [2021-03-19T21:01:39.210Z] [2021-03-19T21:01:39.210Z] #34 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-03-19T21:01:39.210Z] #34 sha256:a543ddd6d8d155ce65a7bc0a376a3226a4a636443412898fac0007dad3d70a7f [2021-03-19T21:01:39.210Z] #34 DONE 0.1s [2021-03-19T21:01:39.400Z] #57 DONE 0.9s [2021-03-19T21:01:39.400Z] [2021-03-19T21:01:39.400Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-03-19T21:01:39.400Z] #61 sha256:f2097aab17759bac1d27cf62a28a6159d263b1f6cd2da34a0c9187f60ff98cc1 [2021-03-19T21:01:39.510Z] [2021-03-19T21:01:39.510Z] #36 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-03-19T21:01:39.510Z] #36 sha256:0970a237c2ee117c5c00a0c50774dc22bdc16930cc3de6a9b3fdaf00f0307e5e [2021-03-19T21:01:39.510Z] #36 DONE 0.1s [2021-03-19T21:01:39.510Z] [2021-03-19T21:01:39.510Z] #39 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-03-19T21:01:39.510Z] #39 sha256:daedf0582ebd1e245985c66a0f3f9ab765b19846504490e9e5bca981d89f4a4c [2021-03-19T21:01:39.510Z] #39 DONE 0.1s [2021-03-19T21:01:39.510Z] [2021-03-19T21:01:39.510Z] #42 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-03-19T21:01:39.510Z] #42 sha256:94959a4a3a1418e04c6dd6131794976abd5b1326c7fbef12a78ad52ccf480906 [2021-03-19T21:01:39.510Z] #42 DONE 0.2s [2021-03-19T21:01:39.510Z] [2021-03-19T21:01:39.510Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-19T21:01:39.510Z] #57 sha256:56da9d5ee323ba3ac7ddd513220e74f373ad82a209980f522a80a8e05a52ead1 [2021-03-19T21:01:39.657Z] #61 DONE 0.3s [2021-03-19T21:01:39.657Z] [2021-03-19T21:01:39.657Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-03-19T21:01:39.658Z] #66 sha256:23f2781d0690f9db1e5869c0b44a498f21ff1a2657174091b1c09ce674b17c2d [2021-03-19T21:01:39.809Z] #57 ... [2021-03-19T21:01:39.809Z] [2021-03-19T21:01:39.809Z] #45 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-03-19T21:01:39.809Z] #45 sha256:633f22937f3ac428ef9e4547d53609d6a325baec46589a1739feed0a002e961f [2021-03-19T21:01:39.809Z] #45 DONE 0.1s [2021-03-19T21:01:39.809Z] [2021-03-19T21:01:39.809Z] #47 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-03-19T21:01:39.809Z] #47 sha256:1ea0d48b8cf9e8b4d3f79efce6d667374b665474d019011ddf32b6b290b79897 [2021-03-19T21:01:39.809Z] #47 DONE 0.1s [2021-03-19T21:01:39.809Z] [2021-03-19T21:01:39.809Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-19T21:01:39.809Z] #57 sha256:56da9d5ee323ba3ac7ddd513220e74f373ad82a209980f522a80a8e05a52ead1 [2021-03-19T21:01:40.105Z] #57 ... [2021-03-19T21:01:40.105Z] [2021-03-19T21:01:40.105Z] #49 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-03-19T21:01:40.105Z] #49 sha256:296615a031c8fb6c978379fec0c8f49ff30e9b5649c5219c9b403d11d5c3b5fd [2021-03-19T21:01:40.105Z] #49 DONE 0.1s [2021-03-19T21:01:40.105Z] [2021-03-19T21:01:40.105Z] #51 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-03-19T21:01:40.105Z] #51 sha256:05865e9ad1e7bca461b9fe80566c3ce6b85258e2e8c52eeea5ab4123904774a3 [2021-03-19T21:01:40.105Z] #51 DONE 0.1s [2021-03-19T21:01:40.105Z] [2021-03-19T21:01:40.105Z] #53 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-03-19T21:01:40.105Z] #53 sha256:53f5e4d901324750ad50dbbc0da06d1c54b9c6c0cc6864a3d078fdc55a955535 [2021-03-19T21:01:40.403Z] #53 DONE 0.1s [2021-03-19T21:01:40.403Z] [2021-03-19T21:01:40.403Z] #55 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-03-19T21:01:40.403Z] #55 sha256:d5e91d69268917f486ff5050711edc417544ef9e93048928a8b1757d67cac5e2 [2021-03-19T21:01:40.403Z] #55 DONE 0.1s [2021-03-19T21:01:40.403Z] [2021-03-19T21:01:40.403Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-19T21:01:40.403Z] #57 sha256:56da9d5ee323ba3ac7ddd513220e74f373ad82a209980f522a80a8e05a52ead1 [2021-03-19T21:01:41.032Z] #66 DONE 1.1s [2021-03-19T21:01:41.032Z] [2021-03-19T21:01:41.032Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-03-19T21:01:41.032Z] #68 sha256:197ee2e3d5d850df44bdee267900ef9b1784fdecf9dad6091485ce9373e014b5 [2021-03-19T21:01:41.032Z] #68 DONE 0.1s [2021-03-19T21:01:41.032Z] [2021-03-19T21:01:41.032Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-03-19T21:01:41.032Z] #69 sha256:242f0aca3727b258979288bd8c3c03c8e2318089d884c00e903238042dce6373 [2021-03-19T21:01:41.032Z] #69 DONE 0.0s [2021-03-19T21:01:41.032Z] [2021-03-19T21:01:41.032Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-03-19T21:01:41.032Z] #70 sha256:348e53e75531a572d5f588a78c5d355ad33f22aca644ae602557b8e741398615 [2021-03-19T21:01:43.345Z] ok github.com/docker/docker/api/server 0.022s coverage: 9.0% of statements [2021-03-19T21:01:43.563Z] #70 DONE 2.6s [2021-03-19T21:01:43.563Z] [2021-03-19T21:01:43.563Z] #71 exporting to image [2021-03-19T21:01:43.563Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-03-19T21:01:43.563Z] #71 exporting layers [2021-03-19T21:01:45.695Z] #73 exporting layers 7.0s done [2021-03-19T21:01:45.695Z] #73 writing image sha256:3cff592f94ca95d4b1a1a9545ef9ad92b576a7c22a61af8f0f5b1ec8657ff51e done [2021-03-19T21:01:45.695Z] #73 naming to docker.io/library/docker:0f32beb4f8d0a1db1ecc945f9669a35fd463af2c done [2021-03-19T21:01:45.695Z] #73 DONE 7.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-03-19T21:01:46.058Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42173/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=0f32beb4f8d0a1db1ecc945f9669a35fd463af2c -e DOCKER_GRAPHDRIVER -e DOCKER_EXPERIMENTAL -e DOCKER_SYSTEMD -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0f32beb4f8d0a1db1ecc945f9669a35fd463af2c hack/make.sh dynbinary test-integration [2021-03-19T21:01:48.597Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2021-03-19T21:01:48.597Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2021-03-19T21:01:48.597Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2021-03-19T21:01:48.597Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2021-03-19T21:01:48.597Z] systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid) [2021-03-19T21:01:48.597Z] Detected virtualization docker. [2021-03-19T21:01:48.597Z] Detected architecture x86-64. [2021-03-19T21:01:48.597Z] Set hostname to <9273d8f94e6e>. [2021-03-19T21:01:48.597Z] + source /etc/docker-entrypoint-cmd [2021-03-19T21:01:48.597Z] ++ hack/make.sh dynbinary test-integration [2021-03-19T21:01:48.858Z] [2021-03-19T21:01:48.858Z] Removing bundles/ [2021-03-19T21:01:48.858Z] [2021-03-19T21:01:48.858Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-03-19T21:01:48.858Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-03-19T21:01:48.858Z] GOOS="" GOARCH="" GOARM="" [2021-03-19T21:01:50.924Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-03-19T21:01:50.924Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-03-19T21:01:51.677Z] #71 exporting layers 8.0s done [2021-03-19T21:01:51.677Z] #71 writing image sha256:5a87e41b0591054e16dba40244023a9f5a2cb3d972550da7fb11ba340012692c [2021-03-19T21:01:51.677Z] #71 writing image sha256:5a87e41b0591054e16dba40244023a9f5a2cb3d972550da7fb11ba340012692c done [2021-03-19T21:01:51.677Z] #71 naming to docker.io/library/docker:0f32beb4f8d0a1db1ecc945f9669a35fd463af2c done [2021-03-19T21:01:51.677Z] #71 DONE 8.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2021-03-19T21:01:52.017Z] + trap exit INT TERM [2021-03-19T21:01:52.017Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2021-03-19T21:01:52.017Z] + CONTAINER_NAME=docker-pr2 [2021-03-19T21:01:52.017Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42173/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42173/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0f32beb4f8d0a1db1ecc945f9669a35fd463af2c -e DOCKER_GRAPHDRIVER docker:0f32beb4f8d0a1db1ecc945f9669a35fd463af2c hack/make.sh dynbinary-daemon [2021-03-19T21:01:52.950Z] [2021-03-19T21:01:53.209Z] Removing bundles/ [2021-03-19T21:01:53.209Z] [2021-03-19T21:01:53.209Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2021-03-19T21:01:53.209Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-03-19T21:01:53.209Z] GOOS="" GOARCH="" GOARM="" [2021-03-19T21:01:54.480Z] #56 239.0 + bin/containerd-stress [2021-03-19T21:01:54.480Z] #56 241.2 + bin/containerd-shim [2021-03-19T21:02:00.595Z] 4612f6d0b889: Pull complete [2021-03-19T21:02:01.051Z] #56 248.0 + bin/containerd-shim-runc-v1 [2021-03-19T21:02:05.249Z] #56 252.4 + bin/containerd-shim-runc-v2 [2021-03-19T21:02:06.191Z] #56 253.4 + binaries [2021-03-19T21:02:06.191Z] #56 253.4 + install -D bin/containerd /build/containerd [2021-03-19T21:02:06.191Z] #56 253.4 + install -D bin/containerd-shim /build/containerd-shim [2021-03-19T21:02:06.191Z] #56 253.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-03-19T21:02:06.191Z] #56 253.4 + install -D bin/ctr /build/ctr [2021-03-19T21:02:06.285Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-03-19T21:02:07.597Z] #57 306.9 + bin/containerd-stress [2021-03-19T21:02:08.094Z] #56 DONE 255.4s [2021-03-19T21:02:08.663Z] [2021-03-19T21:02:08.663Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-03-19T21:02:08.663Z] #57 sha256:d3b323ab5397fb65e19ed8f0702d3ed0fac99acac7515db667ac0ff8c03d23a1 [2021-03-19T21:02:09.626Z] #57 DONE 1.0s [2021-03-19T21:02:09.908Z] [2021-03-19T21:02:09.908Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-03-19T21:02:09.908Z] #61 sha256:2e4731aaa17948a8d44cd68666d63145fe2a2380daf2fdaf74a173d35c473a6b [2021-03-19T21:02:10.172Z] #61 DONE 0.3s [2021-03-19T21:02:10.172Z] [2021-03-19T21:02:10.172Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-03-19T21:02:10.172Z] #66 sha256:3180159e42769067a4efb6a7690d7e27c57175eaba14a50cb87a941def6c5287 [2021-03-19T21:02:10.368Z] #57 309.3 + bin/containerd-shim [2021-03-19T21:02:10.731Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-03-19T21:02:11.140Z] #66 DONE 1.1s [2021-03-19T21:02:11.140Z] [2021-03-19T21:02:11.140Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-03-19T21:02:11.140Z] #68 sha256:b60637fd297e47438f10e934a1f851eb2db71d44abb4163953702985144c9154 [2021-03-19T21:02:11.140Z] #68 DONE 0.1s [2021-03-19T21:02:11.363Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-03-19T21:02:11.402Z] [2021-03-19T21:02:11.402Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-03-19T21:02:11.402Z] #69 sha256:cffbc243554b80834df4c6305f9d35edff381812132d11a04bbc1d9b17e5de91 [2021-03-19T21:02:11.402Z] #69 DONE 0.0s [2021-03-19T21:02:11.402Z] [2021-03-19T21:02:11.402Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-03-19T21:02:11.402Z] #70 sha256:e19f7b4d3f1fdd731f8347331c5585e6915c4bd993a5f554f474afc09c91a315 [2021-03-19T21:02:12.395Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-03-19T21:02:13.025Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-03-19T21:02:13.025Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-03-19T21:02:14.057Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-03-19T21:02:14.690Z] #70 DONE 3.4s [2021-03-19T21:02:14.690Z] [2021-03-19T21:02:14.690Z] #71 exporting to image [2021-03-19T21:02:14.690Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-03-19T21:02:14.690Z] #71 exporting layers [2021-03-19T21:02:16.120Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-03-19T21:02:17.185Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-03-19T21:02:17.330Z] #57 316.4 + bin/containerd-shim-runc-v1 [2021-03-19T21:02:18.216Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-03-19T21:02:18.847Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-03-19T21:02:19.878Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-03-19T21:02:20.510Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-03-19T21:02:21.540Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-03-19T21:02:22.171Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-03-19T21:02:22.819Z] #71 exporting layers 7.3s done [2021-03-19T21:02:22.819Z] #71 writing image sha256:a6b8e57b4e5cb2fc689cbfd82d9d78f8f6492362b0b71f310b025a03b90d580f done [2021-03-19T21:02:22.819Z] #71 naming to docker.io/library/docker:0f32beb4f8d0a1db1ecc945f9669a35fd463af2c done [2021-03-19T21:02:22.819Z] #71 DONE 7.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-03-19T21:02:22.953Z] #57 321.4 + bin/containerd-shim-runc-v2 [2021-03-19T21:02:23.176Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42173/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=0f32beb4f8d0a1db1ecc945f9669a35fd463af2c -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:0f32beb4f8d0a1db1ecc945f9669a35fd463af2c hack/make.sh dynbinary test-integration [2021-03-19T21:02:23.212Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-03-19T21:02:23.246Z] #57 322.5 + binaries [2021-03-19T21:02:23.246Z] #57 322.5 + install -D bin/containerd /build/containerd [2021-03-19T21:02:23.246Z] #57 322.6 + install -D bin/containerd-shim /build/containerd-shim [2021-03-19T21:02:23.246Z] #57 322.6 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-03-19T21:02:23.246Z] #57 322.6 + install -D bin/ctr /build/ctr [2021-03-19T21:02:23.543Z] #57 DONE 322.7s [2021-03-19T21:02:23.847Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-03-19T21:02:23.847Z] Using test binary docker [2021-03-19T21:02:23.847Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-03-19T21:02:23.847Z] +++ /etc/init.d/apparmor start [2021-03-19T21:02:23.847Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-03-19T21:02:23.847Z] INFO: Waiting for daemon to start... [2021-03-19T21:02:23.847Z] Starting dockerd [2021-03-19T21:02:23.847Z] +++ 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 [2021-03-19T21:02:24.116Z] [2021-03-19T21:02:24.375Z] Removing bundles/ [2021-03-19T21:02:24.375Z] [2021-03-19T21:02:24.375Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-03-19T21:02:24.375Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-03-19T21:02:24.375Z] GOOS="" GOARCH="" GOARM="" [2021-03-19T21:02:24.587Z] [2021-03-19T21:02:24.587Z] #58 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-03-19T21:02:24.587Z] #58 sha256:01077d6167eb56bca9bfbc22ab8d5ae41d869517f704ef2ec1f147f5130d3cd1 [2021-03-19T21:02:24.587Z] #58 DONE 0.1s [2021-03-19T21:02:24.587Z] [2021-03-19T21:02:24.587Z] #62 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-03-19T21:02:24.587Z] #62 sha256:e82636e102292623c9b66ef67d3be8d560222a0a776458346916f3bebd545604 [2021-03-19T21:02:24.587Z] #62 DONE 0.1s [2021-03-19T21:02:24.587Z] [2021-03-19T21:02:24.587Z] #67 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-03-19T21:02:24.587Z] #67 sha256:71825074679e428a44bf2255db554257ea75b47390d4c097062558d544b9b3a5 [2021-03-19T21:02:24.882Z] #67 DONE 0.1s [2021-03-19T21:02:24.882Z] [2021-03-19T21:02:24.882Z] #69 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-03-19T21:02:24.882Z] #69 sha256:2a7a28f49085278f346013a01236ee5e6fcc98a910cfe740adfe4cdf90a56492 [2021-03-19T21:02:24.882Z] #69 DONE 0.1s [2021-03-19T21:02:24.882Z] [2021-03-19T21:02:24.882Z] #70 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-03-19T21:02:24.882Z] #70 sha256:0f790bc34866a115253866d6a1718140fb24bef45de33e3414c21e778159944e [2021-03-19T21:02:24.882Z] #70 DONE 0.0s [2021-03-19T21:02:24.882Z] [2021-03-19T21:02:24.882Z] #71 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-03-19T21:02:24.882Z] #71 sha256:1429bd8901bd28f2a1e882790028a29ee79b98c78123a095ad528888f1ebe724 [2021-03-19T21:02:25.674Z] INFO [loader] Go packages loading at mode 575 (files|name|types_sizes|compiled_files|exports_file|imports|deps) took 2m1.670139363s [2021-03-19T21:02:25.674Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 652.314211ms [2021-03-19T21:02:25.909Z] . [2021-03-19T21:02:25.909Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-03-19T21:02:25.909Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-03-19T21:02:25.909Z] Error: No such image: emptyfs [2021-03-19T21:02:25.909Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-03-19T21:02:25.909Z] ++++ docker load [2021-03-19T21:02:26.200Z] Running integration-test (iteration 1) [2021-03-19T21:02:26.200Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2021-03-19T21:02:26.200Z] ++ 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 [2021-03-19T21:02:26.200Z] ++ set -e [2021-03-19T21:02:26.200Z] ++ '[' -n 0 ']' [2021-03-19T21:02:26.200Z] ++ set -x [2021-03-19T21:02:26.200Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:02:26.967Z] #71 DONE 2.2s [2021-03-19T21:02:26.967Z] [2021-03-19T21:02:26.967Z] #72 exporting to oci image format [2021-03-19T21:02:26.967Z] #72 sha256:69a2560eef4d3ece902c3b5149d142e9bd132f25db0bc9e35b94201534c415d2 [2021-03-19T21:02:26.967Z] #72 exporting layers [2021-03-19T21:02:34.669Z] Loaded image: buildpack-deps:buster [2021-03-19T21:02:34.960Z] Loaded image: busybox:latest [2021-03-19T21:02:34.960Z] Loaded image: busybox:glibc [2021-03-19T21:02:36.463Z] Loaded image: debian:bullseye [2021-03-19T21:02:36.753Z] Loaded image: hello-world:latest [2021-03-19T21:02:37.044Z] Loaded image: arm32v7/hello-world:latest [2021-03-19T21:02:37.044Z] INFO: Testing against a local daemon [2021-03-19T21:02:37.044Z] === RUN TestCgroupNamespacesBuild [2021-03-19T21:02:39.106Z] --- PASS: TestCgroupNamespacesBuild (1.97s) [2021-03-19T21:02:39.106Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-03-19T21:02:39.685Z] ok github.com/docker/docker/api/server/httputils 0.046s coverage: 14.7% of statements [2021-03-19T21:02:39.685Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-03-19T21:02:39.685Z] ok github.com/docker/docker/api/server/middleware 0.022s coverage: 37.7% of statements [2021-03-19T21:02:39.685Z] ? github.com/docker/docker/api/server/router [no test files] [2021-03-19T21:02:39.685Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-03-19T21:02:39.685Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-03-19T21:02:39.685Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-03-19T21:02:39.685Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-03-19T21:02:39.685Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-03-19T21:02:39.685Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-03-19T21:02:39.685Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-03-19T21:02:39.685Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-03-19T21:02:40.261Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-03-19T21:02:40.261Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-03-19T21:02:40.842Z] ok github.com/docker/docker/api/types/filters 0.059s coverage: 92.2% of statements [2021-03-19T21:02:40.842Z] ok github.com/docker/docker/api/types/strslice 0.030s coverage: 90.0% of statements [2021-03-19T21:02:40.842Z] ok github.com/docker/docker/api/server/router/swarm 0.027s coverage: 5.7% of statements [2021-03-19T21:02:40.842Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-03-19T21:02:40.842Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-03-19T21:02:40.842Z] ? github.com/docker/docker/api/types [no test files] [2021-03-19T21:02:40.842Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-03-19T21:02:40.842Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-03-19T21:02:40.842Z] ? github.com/docker/docker/api/types/container [no test files] [2021-03-19T21:02:40.842Z] ? github.com/docker/docker/api/types/events [no test files] [2021-03-19T21:02:40.842Z] ? github.com/docker/docker/api/types/image [no test files] [2021-03-19T21:02:40.842Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-03-19T21:02:40.842Z] ? github.com/docker/docker/api/types/network [no test files] [2021-03-19T21:02:40.842Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-03-19T21:02:40.842Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-03-19T21:02:40.842Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-03-19T21:02:40.842Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-03-19T21:02:41.106Z] ok github.com/docker/docker/api/types/time 0.052s coverage: 100.0% of statements [2021-03-19T21:02:41.169Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.02s) [2021-03-19T21:02:41.169Z] === RUN TestBuildWithSession [2021-03-19T21:02:41.169Z] --- SKIP: TestBuildWithSession (0.00s) [2021-03-19T21:02:41.169Z] build_session_test.go:25: TODO: BuildKit [2021-03-19T21:02:41.169Z] === RUN TestBuildSquashParent [2021-03-19T21:02:41.369Z] ok github.com/docker/docker/api/types/versions 0.011s coverage: 75.0% of statements [2021-03-19T21:02:41.369Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-03-19T21:02:41.369Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-03-19T21:02:41.369Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-03-19T21:02:41.369Z] ? github.com/docker/docker/builder [no test files] [2021-03-19T21:02:41.369Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-03-19T21:02:41.369Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-03-19T21:02:41.369Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-03-19T21:02:41.369Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-03-19T21:02:41.369Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-03-19T21:02:41.369Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-03-19T21:02:41.369Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-03-19T21:02:43.722Z] INFO [runner/unused/goanalysis] analyzers took 29.216990989s with top 10 stages: buildssa: 25.155924911s, U1000: 4.061066078s [2021-03-19T21:02:43.937Z] ok github.com/docker/docker/cli/debug 0.010s coverage: 100.0% of statements [2021-03-19T21:02:44.889Z] ok github.com/docker/docker/builder/remotecontext 0.317s coverage: 13.7% of statements [2021-03-19T21:02:46.287Z] ok github.com/docker/docker/builder/remotecontext/git 3.257s coverage: 86.3% of statements [2021-03-19T21:02:46.287Z] ok github.com/docker/docker/builder/dockerfile 0.895s coverage: 48.3% of statements [2021-03-19T21:02:46.287Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-03-19T21:02:46.287Z] ? github.com/docker/docker/cli [no test files] [2021-03-19T21:02:46.287Z] ? github.com/docker/docker/cli/config [no test files] [2021-03-19T21:02:49.672Z] --- PASS: TestBuildSquashParent (8.31s) [2021-03-19T21:02:49.672Z] === RUN TestBuildWithRemoveAndForceRemove [2021-03-19T21:02:49.672Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-19T21:02:49.672Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-19T21:02:49.672Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-19T21:02:49.672Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-19T21:02:49.672Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-19T21:02:49.672Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-19T21:02:49.672Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-19T21:02:49.672Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-19T21:02:49.672Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-19T21:02:49.672Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-19T21:02:49.672Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-19T21:02:49.672Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-19T21:02:49.672Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-19T21:02:49.672Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-19T21:02:51.606Z] ok github.com/docker/docker/client 0.310s coverage: 75.4% of statements [2021-03-19T21:02:52.396Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-19T21:02:52.396Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-19T21:02:55.122Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-19T21:02:55.122Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-19T21:02:57.848Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2021-03-19T21:02:57.848Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.88s) [2021-03-19T21:02:57.848Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.92s) [2021-03-19T21:02:57.848Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.84s) [2021-03-19T21:02:57.848Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.87s) [2021-03-19T21:02:57.848Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.80s) [2021-03-19T21:02:57.848Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.83s) [2021-03-19T21:02:57.848Z] === RUN TestBuildMultiStageCopy [2021-03-19T21:02:57.848Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-03-19T21:03:01.359Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-03-19T21:03:01.359Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-03-19T21:03:01.990Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-03-19T21:03:02.622Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-03-19T21:03:03.655Z] --- PASS: TestBuildMultiStageCopy (5.48s) [2021-03-19T21:03:03.655Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.97s) [2021-03-19T21:03:03.655Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.56s) [2021-03-19T21:03:03.655Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.59s) [2021-03-19T21:03:03.655Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.65s) [2021-03-19T21:03:03.655Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.71s) [2021-03-19T21:03:03.655Z] === RUN TestBuildMultiStageParentConfig [2021-03-19T21:03:05.165Z] --- PASS: TestBuildMultiStageParentConfig (1.74s) [2021-03-19T21:03:05.165Z] === RUN TestBuildLabelWithTargets [2021-03-19T21:03:07.890Z] --- PASS: TestBuildLabelWithTargets (2.57s) [2021-03-19T21:03:07.890Z] === RUN TestBuildWithEmptyLayers [2021-03-19T21:03:08.924Z] --- PASS: TestBuildWithEmptyLayers (1.11s) [2021-03-19T21:03:08.924Z] === RUN TestBuildMultiStageOnBuild [2021-03-19T21:03:12.435Z] --- PASS: TestBuildMultiStageOnBuild (3.41s) [2021-03-19T21:03:12.435Z] === RUN TestBuildUncleanTarFilenames [2021-03-19T21:03:13.939Z] --- PASS: TestBuildUncleanTarFilenames (1.43s) [2021-03-19T21:03:13.939Z] === RUN TestBuildMultiStageLayerLeak [2021-03-19T21:03:17.450Z] --- PASS: TestBuildMultiStageLayerLeak (3.48s) [2021-03-19T21:03:17.450Z] === RUN TestBuildWithHugeFile [2021-03-19T21:03:18.294Z] ok github.com/docker/docker/cmd/dockerd 0.122s coverage: 29.1% of statements [2021-03-19T21:03:18.871Z] ok github.com/docker/docker/container 0.208s coverage: 34.7% of statements [2021-03-19T21:03:18.871Z] ? github.com/docker/docker/container/stream [no test files] [2021-03-19T21:03:18.871Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-03-19T21:03:18.871Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-03-19T21:03:18.871Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-03-19T21:03:21.438Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.055s coverage: 65.3% of statements [2021-03-19T21:03:23.370Z] ok github.com/docker/docker/daemon/cluster/convert 0.036s coverage: 35.9% of statements [2021-03-19T21:03:25.342Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-03-19T21:03:25.342Z] [2021-03-19T21:03:25.342Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-03-19T21:03:25.342Z] DOCKER_SYSTEMD=1 [2021-03-19T21:03:25.342Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-03-19T21:03:25.342Z] HOSTNAME=9273d8f94e6e [2021-03-19T21:03:25.342Z] DEST=bundles/test-integration [2021-03-19T21:03:25.342Z] PWD=/go/src/github.com/docker/docker [2021-03-19T21:03:25.342Z] DOCKER_GITCOMMIT=0f32beb4f8d0a1db1ecc945f9669a35fd463af2c [2021-03-19T21:03:25.342Z] container=docker [2021-03-19T21:03:25.342Z] HOME=/root [2021-03-19T21:03:25.342Z] LANG=C.UTF-8 [2021-03-19T21:03:25.342Z] INVOCATION_ID=641dd3bdeb00444987924ab9afec25c8 [2021-03-19T21:03:25.342Z] GOLANG_VERSION=1.13.15 [2021-03-19T21:03:25.342Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-03-19T21:03:25.342Z] VALIDATE_BRANCH=master [2021-03-19T21:03:25.342Z] TERM=xterm [2021-03-19T21:03:25.342Z] DOCKER_PKG=github.com/docker/docker [2021-03-19T21:03:25.342Z] SHLVL=3 [2021-03-19T21:03:25.342Z] TIMEOUT=120m [2021-03-19T21:03:25.342Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-03-19T21:03:25.342Z] DOCKER_GRAPHDRIVER=overlay2 [2021-03-19T21:03:25.342Z] GO111MODULE=off [2021-03-19T21:03:25.342Z] DOCKER_EXPERIMENTAL=1 [2021-03-19T21:03:25.342Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-03-19T21:03:25.342Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-03-19T21:03:25.342Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-03-19T21:03:25.342Z] GOPATH=/go [2021-03-19T21:03:25.342Z] PKG_CONFIG=pkg-config [2021-03-19T21:03:25.342Z] _=/usr/bin/env [2021-03-19T21:03:25.342Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-03-19T21:03:26.697Z] ok github.com/docker/docker/daemon/cluster 0.182s coverage: 0.5% of statements [2021-03-19T21:03:29.280Z] ok github.com/docker/docker/daemon/discovery 0.031s coverage: 30.0% of statements [2021-03-19T21:03:29.545Z] ok github.com/docker/docker/daemon/config 0.126s coverage: 81.8% of statements [2021-03-19T21:03:29.673Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-03-19T21:03:29.673Z] [2021-03-19T21:03:29.673Z] + TEST_INTEGRATION_DEST=1 [2021-03-19T21:03:29.673Z] + CONTAINER_NAME=docker-pr2-1 [2021-03-19T21:03:29.673Z] + TEST_SKIP_INTEGRATION_CLI=1 [2021-03-19T21:03:29.673Z] + run_tests test-integration-flaky [2021-03-19T21:03:29.673Z] + '[' -n 0 ']' [2021-03-19T21:03:29.673Z] + rm= [2021-03-19T21:03:29.673Z] + c=0 [2021-03-19T21:03:29.673Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42173/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42173/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42173/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=0f32beb4f8d0a1db1ecc945f9669a35fd463af2c -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0f32beb4f8d0a1db1ecc945f9669a35fd463af2c hack/make.sh test-integration-flaky test-integration [2021-03-19T21:03:29.673Z] + TEST_INTEGRATION_DEST=2 [2021-03-19T21:03:29.673Z] + TEST_INTEGRATION_DEST=3 [2021-03-19T21:03:29.673Z] + CONTAINER_NAME=docker-pr2-2 [2021-03-19T21:03:29.673Z] + CONTAINER_NAME=docker-pr2-3 [2021-03-19T21:03:29.673Z] + TEST_SKIP_INTEGRATION=1 [2021-03-19T21:03:29.673Z] + TEST_SKIP_INTEGRATION=1 [2021-03-19T21:03:29.673Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2021-03-19T21:03:29.673Z] + run_tests [2021-03-19T21:03:29.673Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2021-03-19T21:03:29.673Z] + run_tests [2021-03-19T21:03:29.673Z] + '[' -n 0 ']' [2021-03-19T21:03:29.673Z] + '[' -n 0 ']' [2021-03-19T21:03:29.673Z] + rm= [2021-03-19T21:03:29.673Z] + rm= [2021-03-19T21:03:29.673Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42173/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42173/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42173/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=0f32beb4f8d0a1db1ecc945f9669a35fd463af2c -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0f32beb4f8d0a1db1ecc945f9669a35fd463af2c hack/make.sh '' test-integration [2021-03-19T21:03:29.673Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42173/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42173/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42173/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=0f32beb4f8d0a1db1ecc945f9669a35fd463af2c -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0f32beb4f8d0a1db1ecc945f9669a35fd463af2c hack/make.sh '' test-integration [2021-03-19T21:03:29.673Z] ++ jobs -p [2021-03-19T21:03:29.673Z] + for job in $(jobs -p) [2021-03-19T21:03:29.673Z] + wait 11526 [2021-03-19T21:03:29.673Z] [2021-03-19T21:03:29.673Z] [2021-03-19T21:03:29.673Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-03-19T21:03:29.673Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-03-19T21:03:29.673Z] HOSTNAME=1b534f86c252 [2021-03-19T21:03:29.673Z] TEST_SKIP_INTEGRATION=1 [2021-03-19T21:03:29.673Z] TESTDEBUG=0 [2021-03-19T21:03:29.673Z] DEST=bundles/test-integration [2021-03-19T21:03:29.673Z] PWD=/go/src/github.com/docker/docker [2021-03-19T21:03:29.673Z] KEEPBUNDLE=1 [2021-03-19T21:03:29.673Z] DOCKER_GITCOMMIT=0f32beb4f8d0a1db1ecc945f9669a35fd463af2c [2021-03-19T21:03:29.673Z] container=docker [2021-03-19T21:03:29.673Z] HOME=/root [2021-03-19T21:03:29.673Z] GOLANG_VERSION=1.13.15 [2021-03-19T21:03:29.673Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-03-19T21:03:29.673Z] VALIDATE_BRANCH=master [2021-03-19T21:03:29.673Z] TERM=xterm [2021-03-19T21:03:29.673Z] DOCKER_PKG=github.com/docker/docker [2021-03-19T21:03:29.673Z] SHLVL=1 [2021-03-19T21:03:29.673Z] TIMEOUT=120m [2021-03-19T21:03:29.673Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-03-19T21:03:29.673Z] DOCKER_GRAPHDRIVER=overlay2 [2021-03-19T21:03:29.673Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2021-03-19T21:03:29.673Z] GO111MODULE=off [2021-03-19T21:03:29.673Z] [2021-03-19T21:03:29.673Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-03-19T21:03:29.673Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-03-19T21:03:29.673Z] GOPATH=/go [2021-03-19T21:03:29.673Z] PKG_CONFIG=pkg-config [2021-03-19T21:03:29.673Z] _=/usr/bin/env [2021-03-19T21:03:29.673Z] Building test suite binary ./integration-cli/test.main [2021-03-19T21:03:29.673Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-03-19T21:03:29.673Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-03-19T21:03:29.673Z] HOSTNAME=5f86b92ff418 [2021-03-19T21:03:29.673Z] TEST_SKIP_INTEGRATION=1 [2021-03-19T21:03:29.673Z] TESTDEBUG=0 [2021-03-19T21:03:29.673Z] DEST=bundles/test-integration [2021-03-19T21:03:29.673Z] PWD=/go/src/github.com/docker/docker [2021-03-19T21:03:29.673Z] KEEPBUNDLE=1 [2021-03-19T21:03:29.673Z] DOCKER_GITCOMMIT=0f32beb4f8d0a1db1ecc945f9669a35fd463af2c [2021-03-19T21:03:29.673Z] container=docker [2021-03-19T21:03:29.673Z] HOME=/root [2021-03-19T21:03:29.673Z] GOLANG_VERSION=1.13.15 [2021-03-19T21:03:29.673Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-03-19T21:03:29.673Z] VALIDATE_BRANCH=master [2021-03-19T21:03:29.673Z] TERM=xterm [2021-03-19T21:03:29.673Z] DOCKER_PKG=github.com/docker/docker [2021-03-19T21:03:29.673Z] SHLVL=1 [2021-03-19T21:03:29.673Z] TIMEOUT=120m [2021-03-19T21:03:29.673Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-03-19T21:03:29.673Z] DOCKER_GRAPHDRIVER=overlay2 [2021-03-19T21:03:29.673Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2021-03-19T21:03:29.673Z] GO111MODULE=off [2021-03-19T21:03:29.673Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-03-19T21:03:29.673Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-03-19T21:03:29.673Z] GOPATH=/go [2021-03-19T21:03:29.673Z] PKG_CONFIG=pkg-config [2021-03-19T21:03:29.673Z] _=/usr/bin/env [2021-03-19T21:03:29.673Z] Building test suite binary ./integration-cli/test.main [2021-03-19T21:03:29.673Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2021-03-19T21:03:29.673Z] No new tests added to integration. [2021-03-19T21:03:29.673Z] [2021-03-19T21:03:29.673Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-03-19T21:03:29.673Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-03-19T21:03:29.673Z] HOSTNAME=412a34c4c829 [2021-03-19T21:03:29.673Z] TESTDEBUG=0 [2021-03-19T21:03:29.673Z] DEST=bundles/test-integration [2021-03-19T21:03:29.673Z] PWD=/go/src/github.com/docker/docker [2021-03-19T21:03:29.673Z] KEEPBUNDLE=1 [2021-03-19T21:03:29.673Z] DOCKER_GITCOMMIT=0f32beb4f8d0a1db1ecc945f9669a35fd463af2c [2021-03-19T21:03:29.673Z] container=docker [2021-03-19T21:03:29.673Z] HOME=/root [2021-03-19T21:03:29.673Z] GOLANG_VERSION=1.13.15 [2021-03-19T21:03:29.673Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-03-19T21:03:29.673Z] VALIDATE_BRANCH=master [2021-03-19T21:03:29.673Z] TERM=xterm [2021-03-19T21:03:29.673Z] DOCKER_PKG=github.com/docker/docker [2021-03-19T21:03:29.673Z] SHLVL=1 [2021-03-19T21:03:29.673Z] TIMEOUT=120m [2021-03-19T21:03:29.673Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-03-19T21:03:29.673Z] DOCKER_GRAPHDRIVER=overlay2 [2021-03-19T21:03:29.673Z] GO111MODULE=off [2021-03-19T21:03:29.673Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-03-19T21:03:29.673Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-03-19T21:03:29.673Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-03-19T21:03:29.673Z] GOPATH=/go [2021-03-19T21:03:29.673Z] PKG_CONFIG=pkg-config [2021-03-19T21:03:29.673Z] _=/usr/bin/env [2021-03-19T21:03:29.673Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-03-19T21:03:30.499Z] ok github.com/docker/docker/daemon/events 0.071s coverage: 50.0% of statements [2021-03-19T21:03:31.453Z] ok github.com/docker/docker/daemon/graphdriver 0.025s coverage: 2.2% of statements [2021-03-19T21:03:35.680Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.015s coverage: 2.9% of statements [2021-03-19T21:03:35.680Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.520s coverage: 14.1% of statements [2021-03-19T21:03:36.629Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.558s coverage: 56.2% of statements [2021-03-19T21:03:39.193Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.018s coverage: 1.9% of statements [2021-03-19T21:03:41.121Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.261s coverage: 46.2% of statements [2021-03-19T21:03:42.515Z] ok github.com/docker/docker/daemon/graphdriver/aufs 9.731s coverage: 73.3% of statements [2021-03-19T21:03:42.515Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.855s coverage: 49.4% of statements [2021-03-19T21:03:44.442Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.030s coverage: 57.5% of statements [2021-03-19T21:03:44.442Z] ok github.com/docker/docker/daemon 12.321s coverage: 17.2% of statements [2021-03-19T21:03:44.442Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-03-19T21:03:44.442Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-03-19T21:03:44.442Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-03-19T21:03:44.442Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-03-19T21:03:44.442Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-03-19T21:03:44.442Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.019s coverage: 3.0% of statements [2021-03-19T21:03:44.558Z] --- PASS: TestBuildWithHugeFile (26.72s) [2021-03-19T21:03:44.558Z] === RUN TestBuildWCOWSandboxSize [2021-03-19T21:03:44.558Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-03-19T21:03:44.558Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-19T21:03:44.558Z] === RUN TestBuildWithEmptyDockerfile [2021-03-19T21:03:44.558Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-19T21:03:44.558Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-19T21:03:44.558Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-19T21:03:44.558Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-19T21:03:44.558Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-19T21:03:44.558Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-19T21:03:44.558Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-19T21:03:44.558Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-19T21:03:44.558Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-19T21:03:44.558Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2021-03-19T21:03:44.558Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.18s) [2021-03-19T21:03:44.558Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.18s) [2021-03-19T21:03:44.558Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.14s) [2021-03-19T21:03:44.558Z] === RUN TestBuildPreserveOwnership [2021-03-19T21:03:44.558Z] === RUN TestBuildPreserveOwnership/copy_from [2021-03-19T21:03:45.021Z] ok github.com/docker/docker/daemon/links 0.028s coverage: 93.0% of statements [2021-03-19T21:03:46.949Z] ok github.com/docker/docker/daemon/logger 0.245s coverage: 43.2% of statements [2021-03-19T21:03:48.350Z] ok github.com/docker/docker/daemon/images 0.049s coverage: 6.7% of statements [2021-03-19T21:03:48.350Z] ok github.com/docker/docker/daemon/logger/awslogs 0.289s coverage: 77.8% of statements [2021-03-19T21:03:48.615Z] ok github.com/docker/docker/daemon/logger/gelf 0.040s coverage: 67.0% of statements [2021-03-19T21:03:48.615Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.941s coverage: 57.7% of statements [2021-03-19T21:03:48.615Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-03-19T21:03:48.615Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-03-19T21:03:48.615Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-03-19T21:03:48.615Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-03-19T21:03:48.615Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-03-19T21:03:48.615Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-03-19T21:03:49.193Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.028s coverage: 87.2% of statements [2021-03-19T21:03:49.769Z] ok github.com/docker/docker/daemon/logger/journald 0.013s coverage: 23.9% of statements [2021-03-19T21:03:50.113Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-03-19T21:03:50.347Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.050s coverage: 69.9% of statements [2021-03-19T21:03:50.611Z] ok github.com/docker/docker/daemon/logger/local 0.065s coverage: 75.2% of statements [2021-03-19T21:03:50.611Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-03-19T21:03:51.563Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.101s coverage: 55.1% of statements [2021-03-19T21:03:51.828Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.035s coverage: 31.5% of statements [2021-03-19T21:03:52.177Z] --- PASS: TestBuildPreserveOwnership (7.62s) [2021-03-19T21:03:52.177Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.91s) [2021-03-19T21:03:52.177Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.70s) [2021-03-19T21:03:52.177Z] === RUN TestBuildPlatformInvalid [2021-03-19T21:03:52.177Z] --- PASS: TestBuildPlatformInvalid (0.16s) [2021-03-19T21:03:52.177Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-03-19T21:03:52.408Z] ok github.com/docker/docker/daemon/logger/syslog 0.038s coverage: 46.8% of statements [2021-03-19T21:03:52.673Z] ok github.com/docker/docker/daemon/logger/templates 0.026s coverage: 8.3% of statements [2021-03-19T21:03:53.627Z] ok github.com/docker/docker/daemon/network 0.054s coverage: 63.8% of statements [2021-03-19T21:03:54.581Z] ok github.com/docker/docker/daemon/logger/splunk 1.866s coverage: 82.5% of statements [2021-03-19T21:03:54.581Z] ? github.com/docker/docker/daemon/names [no test files] [2021-03-19T21:03:54.581Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-03-19T21:03:54.581Z] ok github.com/docker/docker/distribution/metadata 0.093s coverage: 48.2% of statements [2021-03-19T21:03:55.985Z] ok github.com/docker/docker/distribution 0.298s coverage: 25.2% of statements [2021-03-19T21:03:55.985Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-03-19T21:03:56.249Z] ok github.com/docker/docker/errdefs 0.019s coverage: 53.1% of statements [2021-03-19T21:03:56.828Z] ok github.com/docker/docker/image 0.058s coverage: 86.6% of statements [2021-03-19T21:03:57.386Z] 5ff1512f88ec: Pull complete [2021-03-19T21:03:57.386Z] Digest: sha256:acae9dedd8ce6fbc624e8c4b52555a9d3201eb47aacd45b4a00e0d81083b4cab [2021-03-19T21:03:57.386Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-19T21:03:57.386Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-19T21:03:57.386Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2021-03-19T21:03:57.386Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2021-03-19T21:03:57.386Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1817' [2021-03-19T21:03:57.386Z] INFO: Docker version of control daemon [2021-03-19T21:03:57.386Z] [2021-03-19T21:03:57.386Z] Client: Docker Engine - Enterprise [2021-03-19T21:03:57.386Z] Version: 19.03.12 [2021-03-19T21:03:57.386Z] API version: 1.40 [2021-03-19T21:03:57.386Z] Go version: go1.13.13 [2021-03-19T21:03:57.386Z] Git commit: 4306744 [2021-03-19T21:03:57.386Z] Built: 08/05/2020 19:27:53 [2021-03-19T21:03:57.386Z] OS/Arch: windows/amd64 [2021-03-19T21:03:57.386Z] Experimental: false [2021-03-19T21:03:57.386Z] [2021-03-19T21:03:57.386Z] Server: Docker Engine - Enterprise [2021-03-19T21:03:57.386Z] Engine: [2021-03-19T21:03:57.386Z] Version: 19.03.12 [2021-03-19T21:03:57.386Z] API version: 1.40 (minimum version 1.24) [2021-03-19T21:03:57.386Z] Go version: go1.13.13 [2021-03-19T21:03:57.386Z] Git commit: f295753ffd [2021-03-19T21:03:57.386Z] Built: 08/05/2020 19:26:41 [2021-03-19T21:03:57.386Z] OS/Arch: windows/amd64 [2021-03-19T21:03:57.386Z] Experimental: true [2021-03-19T21:03:57.386Z] [2021-03-19T21:03:57.386Z] INFO: Docker info of control daemon [2021-03-19T21:03:57.386Z] [2021-03-19T21:03:57.386Z] Client: [2021-03-19T21:03:57.386Z] Debug Mode: false [2021-03-19T21:03:57.386Z] Plugins: [2021-03-19T21:03:57.387Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2021-03-19T21:03:57.387Z] [2021-03-19T21:03:57.387Z] Server: [2021-03-19T21:03:57.387Z] Containers: 0 [2021-03-19T21:03:57.387Z] Running: 0 [2021-03-19T21:03:57.387Z] Paused: 0 [2021-03-19T21:03:57.387Z] Stopped: 0 [2021-03-19T21:03:57.387Z] Images: 1 [2021-03-19T21:03:57.387Z] Server Version: 19.03.12 [2021-03-19T21:03:57.387Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-03-19T21:03:57.387Z] Windows: [2021-03-19T21:03:57.387Z] LCOW: [2021-03-19T21:03:57.387Z] Logging Driver: json-file [2021-03-19T21:03:57.387Z] Plugins: [2021-03-19T21:03:57.387Z] Volume: local [2021-03-19T21:03:57.387Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-03-19T21:03:57.387Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-03-19T21:03:57.387Z] Swarm: inactive [2021-03-19T21:03:57.387Z] Default Isolation: process [2021-03-19T21:03:57.387Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-03-19T21:03:57.387Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1757) [2021-03-19T21:03:57.387Z] OSType: windows [2021-03-19T21:03:57.387Z] Architecture: x86_64 [2021-03-19T21:03:57.387Z] CPUs: 4 [2021-03-19T21:03:57.387Z] Total Memory: 32GiB [2021-03-19T21:03:57.387Z] Name: azwin-2-34d2f0 [2021-03-19T21:03:57.387Z] ID: WN5Z:FHZS:DLL2:44FT:5VQE:5IBG:D3OX:ZQY2:XHHE:F6GE:ORMY:IJ6Q [2021-03-19T21:03:57.387Z] Docker Root Dir: D:\docker [2021-03-19T21:03:57.387Z] Debug Mode: false [2021-03-19T21:03:57.387Z] Registry: https://index.docker.io/v1/ [2021-03-19T21:03:57.387Z] Labels: [2021-03-19T21:03:57.387Z] Experimental: true [2021-03-19T21:03:57.387Z] Insecure Registries: [2021-03-19T21:03:57.387Z] 10.0.0.4:5000 [2021-03-19T21:03:57.387Z] 127.0.0.0/8 [2021-03-19T21:03:57.387Z] Registry Mirrors: [2021-03-19T21:03:57.387Z] http://10.0.0.4:5000/ [2021-03-19T21:03:57.387Z] Live Restore Enabled: false [2021-03-19T21:03:57.387Z] [2021-03-19T21:03:57.387Z] [2021-03-19T21:03:57.387Z] INFO: Commit hash is 0f32beb4f8 [2021-03-19T21:03:57.387Z] INFO: Nuke-Everything... [2021-03-19T21:03:57.387Z] INFO: Container count on control daemon to delete is 0 [2021-03-19T21:03:57.387Z] INFO: Nuking d:\CI [2021-03-19T21:03:57.387Z] INFO: Zapped successfully [2021-03-19T21:03:57.387Z] INFO: Location for testing is d:\CI\PR-42173\2 [2021-03-19T21:03:57.387Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-03-19T21:03:57.387Z] [2021-03-19T21:03:57.387Z] [2021-03-19T21:03:57.387Z] INFO: Building the image from Dockerfile.windows at 03/19/2021 21:03:46... [2021-03-19T21:03:57.387Z] [2021-03-19T21:03:57.387Z] Sending build context to Docker daemon 58.33MB [2021-03-19T21:03:57.387Z] [2021-03-19T21:03:57.387Z] Step 1/10 : FROM microsoft/windowsservercore [2021-03-19T21:03:57.387Z] ---> 3eaa9ebbf51f [2021-03-19T21:03:57.387Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-03-19T21:03:57.387Z] ---> Running in 6fba9da3a0cc [2021-03-19T21:03:57.387Z] Removing intermediate container 6fba9da3a0cc [2021-03-19T21:03:57.387Z] ---> ed999c80057a [2021-03-19T21:03:57.387Z] Step 3/10 : ARG GO_VERSION=1.13.15 [2021-03-19T21:03:57.387Z] ---> Running in bde35f7f70bb [2021-03-19T21:03:57.387Z] Removing intermediate container bde35f7f70bb [2021-03-19T21:03:57.387Z] ---> 6f051d64c711 [2021-03-19T21:03:57.387Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3 [2021-03-19T21:03:57.387Z] ---> Running in d0da5f5a3854 [2021-03-19T21:03:57.387Z] Removing intermediate container d0da5f5a3854 [2021-03-19T21:03:57.387Z] ---> 41bfaafa16fa [2021-03-19T21:03:57.387Z] 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} [2021-03-19T21:03:57.387Z] ---> Running in 9b6db8d21056 [2021-03-19T21:03:57.387Z] Removing intermediate container 9b6db8d21056 [2021-03-19T21:03:57.387Z] ---> fcec39c7e34e [2021-03-19T21:03:57.387Z] 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 { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $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; [2021-03-19T21:03:57.387Z] ---> Running in 79e1d279c589 [2021-03-19T21:03:57.405Z] ok github.com/docker/docker/image/cache 0.039s coverage: 19.2% of statements [2021-03-19T21:03:57.443Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-03-19T21:03:57.443Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-03-19T21:03:57.669Z] ok github.com/docker/docker/distribution/xfer 1.693s coverage: 85.6% of statements [2021-03-19T21:03:57.669Z] ? github.com/docker/docker/dockerversion [no test files] [2021-03-19T21:03:57.933Z] ok github.com/docker/docker/image/tarexport 0.024s coverage: 0.6% of statements [2021-03-19T21:03:58.510Z] ok github.com/docker/docker/image/v1 0.053s coverage: 25.0% of statements [2021-03-19T21:03:58.510Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-03-19T21:03:58.510Z] ok github.com/docker/docker/libcontainerd/queue 0.050s coverage: 100.0% of statements [2021-03-19T21:03:59.908Z] ok github.com/docker/docker/oci 0.043s coverage: 45.2% of statements [2021-03-19T21:03:59.908Z] ok github.com/docker/docker/pkg/aaparser 0.014s coverage: 52.9% of statements [2021-03-19T21:03:59.908Z] ok github.com/docker/docker/opts 0.063s coverage: 67.1% of statements [2021-03-19T21:04:00.450Z] [2021-03-19T21:04:00.450Z] SUCCESS: Specified value was saved. [2021-03-19T21:04:00.848Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-03-19T21:04:00.848Z] [2021-03-19T21:04:00.848Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-03-19T21:04:00.848Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-03-19T21:04:00.848Z] HOSTNAME=ddae2c9db0fe [2021-03-19T21:04:00.848Z] DEST=bundles/test-integration [2021-03-19T21:04:00.848Z] PWD=/go/src/github.com/docker/docker [2021-03-19T21:04:00.848Z] DOCKER_ROOTLESS=1 [2021-03-19T21:04:00.848Z] DOCKER_GITCOMMIT=0f32beb4f8d0a1db1ecc945f9669a35fd463af2c [2021-03-19T21:04:00.848Z] container=docker [2021-03-19T21:04:00.848Z] HOME=/root [2021-03-19T21:04:00.848Z] GOLANG_VERSION=1.13.15 [2021-03-19T21:04:00.848Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-03-19T21:04:00.848Z] VALIDATE_BRANCH=master [2021-03-19T21:04:00.848Z] TERM=xterm [2021-03-19T21:04:00.848Z] DOCKER_PKG=github.com/docker/docker [2021-03-19T21:04:00.848Z] SHLVL=1 [2021-03-19T21:04:00.848Z] TIMEOUT=120m [2021-03-19T21:04:00.848Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-03-19T21:04:00.848Z] DOCKER_GRAPHDRIVER=overlay2 [2021-03-19T21:04:00.848Z] GO111MODULE=off [2021-03-19T21:04:00.848Z] DOCKER_EXPERIMENTAL=1 [2021-03-19T21:04:00.848Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-03-19T21:04:00.848Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-03-19T21:04:00.848Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-03-19T21:04:00.848Z] GOPATH=/go [2021-03-19T21:04:00.848Z] PKG_CONFIG=pkg-config [2021-03-19T21:04:00.848Z] _=/usr/bin/env [2021-03-19T21:04:00.848Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-03-19T21:04:01.310Z] ok github.com/docker/docker/pkg/broadcaster 0.033s coverage: 100.0% of statements [2021-03-19T21:04:01.889Z] ok github.com/docker/docker/pkg/authorization 0.334s coverage: 68.3% of statements [2021-03-19T21:04:01.889Z] ok github.com/docker/docker/pkg/capabilities 0.010s coverage: 87.5% of statements [2021-03-19T21:04:02.023Z] INFO: Downloading git... [2021-03-19T21:04:02.618Z] Loaded image: buildpack-deps:buster [2021-03-19T21:04:02.619Z] Loaded image: busybox:latest [2021-03-19T21:04:02.619Z] Loaded image: busybox:glibc [2021-03-19T21:04:02.842Z] ok github.com/docker/docker/pkg/directory 0.019s coverage: 80.0% of statements [2021-03-19T21:04:02.909Z] Loaded image: debian:bullseye [2021-03-19T21:04:02.909Z] Loaded image: hello-world:latest [2021-03-19T21:04:03.019Z] INFO: Downloading go... [2021-03-19T21:04:03.200Z] Loaded image: arm32v7/hello-world:latest [2021-03-19T21:04:03.429Z] ok github.com/docker/docker/pkg/archive 1.197s coverage: 76.7% of statements [2021-03-19T21:04:03.429Z] ok github.com/docker/docker/pkg/discovery 0.011s coverage: 58.3% of statements [2021-03-19T21:04:04.005Z] ok github.com/docker/docker/pkg/discovery/file 0.026s coverage: 97.6% of statements [2021-03-19T21:04:04.427Z] #72 exporting layers 84.3s done [2021-03-19T21:04:04.427Z] #72 exporting manifest sha256:753cb42de0fdac0e6a9a6737125a1de15c4312af1b400d0470bb0f6b09706443 done [2021-03-19T21:04:04.427Z] #72 exporting config sha256:df2c63ee9d37eb80897343470ca3a1cb0018f10f985721205d34b2bdd27d10b0 done [2021-03-19T21:04:04.427Z] #72 sending tarball [2021-03-19T21:04:04.584Z] ok github.com/docker/docker/pkg/discovery/memory 0.010s coverage: 92.3% of statements [2021-03-19T21:04:05.096Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m14.377488804s with top 10 stages: buildssa: 1m44.977893183s, goimports: 23.98728559s, unconvert: 13.165648997s, gosec: 10.222422598s, golint: 6.466805733s, ineffassign: 4.509093473s, misspell: 4.083894304s, vrp: 2.795525926s, inspect: 2.709885361s, printf: 1.8699849s [2021-03-19T21:04:05.096Z] INFO [runner] Issues before processing: 2267, after processing: 0 [2021-03-19T21:04:05.096Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 1687/1687, identifier_marker: 1582/1582, autogenerated_exclude: 1582/1687, cgo: 1687/2267, path_prettifier: 1687/1687, skip_dirs: 1687/1687, exclude: 1582/1582, skip_files: 1687/1687, exclude-rules: 64/1582, nolint: 0/64 [2021-03-19T21:04:05.096Z] INFO [runner] processing took 58.90708ms with stages: nolint: 25.498548ms, identifier_marker: 16.273613ms, path_prettifier: 7.864322ms, autogenerated_exclude: 4.027311ms, exclude-rules: 3.312882ms, skip_dirs: 1.643446ms, cgo: 189.192µs, filename_unadjuster: 92.898µs, max_same_issues: 1.449µs, uniq_by_line: 801ns, diff: 564ns, skip_files: 496ns, exclude: 416ns, max_from_linter: 322ns, source_code: 315ns, path_shortener: 259ns, max_per_file_from_linter: 246ns [2021-03-19T21:04:05.096Z] INFO [runner] linters took 1m43.332517401s with stages: goanalysis_metalinter: 1m22.586171623s, unused: 20.687142522s [2021-03-19T21:04:05.096Z] INFO File cache stats: 1454 entries of total size 6.8MiB [2021-03-19T21:04:05.096Z] INFO Memory: 1547 samples, avg is 742.8MB, max is 3636.4MB [2021-03-19T21:04:05.096Z] INFO Execution took 3m45.666682593s [2021-03-19T21:04:05.160Z] ok github.com/docker/docker/pkg/discovery/nodes 0.015s coverage: 93.8% of statements [2021-03-19T21:04:05.352Z] Congratulations! The shell scripts are properly formatted. [2021-03-19T21:04:05.736Z] ok github.com/docker/docker/pkg/dmesg 0.009s coverage: 83.3% of statements [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2021-03-19T21:04:06.004Z] INFO: Downloading compiler 1 of 3... [2021-03-19T21:04:06.004Z] INFO: Downloading compiler 2 of 3... [2021-03-19T21:04:06.004Z] INFO: Downloading compiler 3 of 3... [2021-03-19T21:04:06.004Z] INFO: Extracting git... [2021-03-19T21:04:06.247Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42173/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0f32beb4f8d0a1db1ecc945f9669a35fd463af2c -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0f32beb4f8d0a1db1ecc945f9669a35fd463af2c hack/make.sh dynbinary-daemon test-docker-py [2021-03-19T21:04:06.313Z] ok github.com/docker/docker/pkg/chrootarchive 3.509s coverage: 43.2% of statements [2021-03-19T21:04:06.577Z] ok github.com/docker/docker/pkg/filenotify 0.611s coverage: 67.0% of statements [2021-03-19T21:04:06.808Z] [2021-03-19T21:04:06.808Z] Removing bundles/ [2021-03-19T21:04:06.808Z] [2021-03-19T21:04:06.808Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2021-03-19T21:04:06.808Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-03-19T21:04:06.808Z] GOOS="" GOARCH="" GOARM="" [2021-03-19T21:04:06.841Z] ok github.com/docker/docker/pkg/fileutils 0.023s coverage: 89.5% of statements [2021-03-19T21:04:07.202Z] #72 ... [2021-03-19T21:04:07.202Z] [2021-03-19T21:04:07.202Z] #73 importing to docker [2021-03-19T21:04:07.202Z] #73 sha256:5f6bf5a476052dc54630ea20cc67f401c35b12da9f7a592df6dd3dfd25761249 [2021-03-19T21:04:07.417Z] ok github.com/docker/docker/pkg/homedir 0.009s coverage: 11.4% of statements [2021-03-19T21:04:07.417Z] ok github.com/docker/docker/pkg/fsutils 0.297s coverage: 85.1% of statements [2021-03-19T21:04:07.681Z] ok github.com/docker/docker/pkg/discovery/kv 3.097s coverage: 84.1% of statements [2021-03-19T21:04:08.260Z] ok github.com/docker/docker/layer 7.252s coverage: 68.8% of statements [2021-03-19T21:04:08.260Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-03-19T21:04:08.260Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-03-19T21:04:08.260Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-03-19T21:04:08.260Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-03-19T21:04:08.260Z] ? github.com/docker/docker/oci/caps [no test files] [2021-03-19T21:04:08.260Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-03-19T21:04:08.260Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-03-19T21:04:08.838Z] ok github.com/docker/docker/pkg/jsonmessage 0.013s coverage: 91.7% of statements [2021-03-19T21:04:08.838Z] ok github.com/docker/docker/pkg/longpath 0.011s coverage: 100.0% of statements [2021-03-19T21:04:09.103Z] ok github.com/docker/docker/pkg/ioutils 0.648s coverage: 70.6% of statements [2021-03-19T21:04:09.103Z] ok github.com/docker/docker/pkg/idtools 0.797s coverage: 69.5% of statements [2021-03-19T21:04:09.103Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-03-19T21:04:09.103Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-03-19T21:04:09.103Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-03-19T21:04:09.368Z] ok github.com/docker/docker/pkg/namesgenerator 0.044s coverage: 85.7% of statements [2021-03-19T21:04:09.368Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-03-19T21:04:09.632Z] ok github.com/docker/docker/pkg/parsers 0.025s coverage: 97.0% of statements [2021-03-19T21:04:09.632Z] ok github.com/docker/docker/pkg/parsers/kernel 0.019s coverage: 60.0% of statements [2021-03-19T21:04:09.896Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.054s coverage: 86.7% of statements [2021-03-19T21:04:10.087Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (17.82s) [2021-03-19T21:04:10.087Z] PASS [2021-03-19T21:04:10.087Z] [2021-03-19T21:04:10.087Z] === Skipped [2021-03-19T21:04:10.087Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s) [2021-03-19T21:04:10.087Z] build_session_test.go:25: TODO: BuildKit [2021-03-19T21:04:10.087Z] [2021-03-19T21:04:10.087Z] === SKIP: s390x.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-03-19T21:04:10.087Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-19T21:04:10.087Z] [2021-03-19T21:04:10.087Z] [2021-03-19T21:04:10.087Z] DONE 34 tests, 2 skipped in 103.653s [2021-03-19T21:04:10.087Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2021-03-19T21:04:10.087Z] ++ 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 [2021-03-19T21:04:10.087Z] ++ set -e [2021-03-19T21:04:10.087Z] ++ '[' -n 0 ']' [2021-03-19T21:04:10.087Z] ++ set -x [2021-03-19T21:04:10.087Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:04:10.087Z] INFO: Testing against a local daemon [2021-03-19T21:04:10.087Z] === RUN TestConfigInspect [2021-03-19T21:04:10.161Z] ok github.com/docker/docker/pkg/pidfile 0.014s coverage: 82.4% of statements [2021-03-19T21:04:10.161Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-03-19T21:04:10.161Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-03-19T21:04:10.741Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.062s coverage: 56.8% of statements [2021-03-19T21:04:11.328Z] ok github.com/docker/docker/pkg/pools 0.022s coverage: 88.2% of statements [2021-03-19T21:04:11.328Z] ok github.com/docker/docker/pkg/plugins/transport 0.011s coverage: 85.7% of statements [2021-03-19T21:04:11.328Z] ok github.com/docker/docker/pkg/progress 0.019s coverage: 75.9% of statements [2021-03-19T21:04:11.905Z] ok github.com/docker/docker/pkg/reexec 0.017s coverage: 82.4% of statements [2021-03-19T21:04:12.855Z] ok github.com/docker/docker/pkg/stdcopy 0.011s coverage: 100.0% of statements [2021-03-19T21:04:12.855Z] ok github.com/docker/docker/pkg/pubsub 1.082s coverage: 75.0% of statements [2021-03-19T21:04:13.117Z] ok github.com/docker/docker/pkg/streamformatter 0.011s coverage: 66.2% of statements [2021-03-19T21:04:13.380Z] ok github.com/docker/docker/pkg/stringid 0.010s coverage: 70.6% of statements [2021-03-19T21:04:14.355Z] ok github.com/docker/docker/pkg/sysinfo 0.023s coverage: 54.2% of statements [2021-03-19T21:04:14.355Z] ok github.com/docker/docker/pkg/system 0.035s coverage: 36.9% of statements [2021-03-19T21:04:14.532Z] --- PASS: TestConfigInspect (3.93s) [2021-03-19T21:04:14.532Z] === RUN TestConfigList [2021-03-19T21:04:14.940Z] ok github.com/docker/docker/pkg/signal 2.794s coverage: 61.0% of statements [2021-03-19T21:04:14.940Z] ok github.com/docker/docker/pkg/tailfile 0.109s coverage: 88.6% of statements [2021-03-19T21:04:15.553Z] ok github.com/docker/docker/pkg/tarsum 0.157s coverage: 89.3% of statements [2021-03-19T21:04:15.553Z] testing: warning: no tests to run [2021-03-19T21:04:15.553Z] coverage: [no statements] [2021-03-19T21:04:15.553Z] ok github.com/docker/docker/pkg/term/windows 0.013s coverage: [no statements] [no tests to run] [2021-03-19T21:04:15.821Z] ok github.com/docker/docker/pkg/truncindex 0.109s coverage: 91.5% of statements [2021-03-19T21:04:15.821Z] ok github.com/docker/docker/pkg/urlutil 0.009s coverage: 100.0% of statements [2021-03-19T21:04:15.821Z] ok github.com/docker/docker/pkg/useragent 0.011s coverage: 88.9% of statements [2021-03-19T21:04:17.219Z] ok github.com/docker/docker/plugin/v2 0.024s coverage: 14.5% of statements [2021-03-19T21:04:17.486Z] ok github.com/docker/docker/profiles/seccomp 0.042s coverage: 85.4% of statements [2021-03-19T21:04:18.041Z] --- PASS: TestConfigList (3.81s) [2021-03-19T21:04:18.041Z] === RUN TestConfigsCreateAndDelete [2021-03-19T21:04:18.440Z] ok github.com/docker/docker/reference 0.017s coverage: 84.4% of statements [2021-03-19T21:04:18.440Z] ok github.com/docker/docker/plugin 0.567s coverage: 23.2% of statements [2021-03-19T21:04:19.400Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-03-19T21:04:20.377Z] ok github.com/docker/docker/registry/resumable 0.036s coverage: 100.0% of statements [2021-03-19T21:04:20.377Z] ok github.com/docker/docker/quota 0.610s coverage: 71.4% of statements [2021-03-19T21:04:20.377Z] ok github.com/docker/docker/restartmanager 0.013s coverage: 45.3% of statements [2021-03-19T21:04:20.377Z] ok github.com/docker/docker/registry 0.173s coverage: 58.8% of statements [2021-03-19T21:04:20.979Z] INFO: Expanding go... [2021-03-19T21:04:21.329Z] ok github.com/docker/docker/testutil 0.015s coverage: 62.5% of statements [2021-03-19T21:04:21.550Z] --- PASS: TestConfigsCreateAndDelete (3.74s) [2021-03-19T21:04:21.550Z] === RUN TestConfigsUpdate [2021-03-19T21:04:21.594Z] ok github.com/docker/docker/runconfig 0.024s coverage: 66.1% of statements [2021-03-19T21:04:22.590Z] #73 DONE 16.1s [2021-03-19T21:04:22.590Z] [2021-03-19T21:04:22.590Z] #72 exporting to oci image format [2021-03-19T21:04:22.590Z] #72 sha256:69a2560eef4d3ece902c3b5149d142e9bd132f25db0bc9e35b94201534c415d2 [2021-03-19T21:04:22.590Z] #72 sending tarball 31.3s done [2021-03-19T21:04:22.590Z] #72 DONE 115.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-03-19T21:04:23.084Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-42173/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0f32beb4f8d0a1db1ecc945f9669a35fd463af2c -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0f32beb4f8d0a1db1ecc945f9669a35fd463af2c hack/test/unit [2021-03-19T21:04:23.525Z] ok github.com/docker/docker/volume/drivers 0.016s coverage: 36.1% of statements [2021-03-19T21:04:24.105Z] ok github.com/docker/docker/volume/mounts 0.089s coverage: 67.0% of statements [2021-03-19T21:04:24.368Z] ok github.com/docker/docker/volume/local 0.305s coverage: 76.4% of statements [2021-03-19T21:04:25.762Z] ok github.com/docker/docker/volume/service 0.027s coverage: 73.1% of statements [2021-03-19T21:04:25.993Z] --- PASS: TestConfigsUpdate (3.80s) [2021-03-19T21:04:25.993Z] === RUN TestTemplatedConfig [2021-03-19T21:04:27.412Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-03-19T21:04:27.590Z] ? github.com/docker/docker/api [no test files] [2021-03-19T21:04:27.594Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-03-19T21:04:27.981Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-03-19T21:04:28.533Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-03-19T21:04:29.478Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-03-19T21:04:29.506Z] --- PASS: TestTemplatedConfig (4.17s) [2021-03-19T21:04:29.506Z] === RUN TestConfigCreateResolve [2021-03-19T21:04:30.861Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-03-19T21:04:31.121Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-03-19T21:04:33.030Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-03-19T21:04:33.955Z] --- PASS: TestConfigCreateResolve (3.77s) [2021-03-19T21:04:33.955Z] === RUN TestConfigDaemonLibtrustID [2021-03-19T21:04:33.955Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2021-03-19T21:04:33.955Z] PASS [2021-03-19T21:04:33.955Z] [2021-03-19T21:04:33.955Z] DONE 7 tests in 23.909s [2021-03-19T21:04:33.955Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2021-03-19T21:04:33.955Z] ++ 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 [2021-03-19T21:04:33.955Z] ++ set -e [2021-03-19T21:04:33.955Z] ++ '[' -n 0 ']' [2021-03-19T21:04:33.955Z] ++ set -x [2021-03-19T21:04:33.955Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:04:34.246Z] INFO: Testing against a local daemon [2021-03-19T21:04:34.246Z] === RUN TestCheckpoint [2021-03-19T21:04:34.246Z] --- SKIP: TestCheckpoint (0.00s) [2021-03-19T21:04:34.246Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-19T21:04:34.246Z] === RUN TestContainerInvalidJSON [2021-03-19T21:04:34.246Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-03-19T21:04:34.246Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-03-19T21:04:34.246Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-03-19T21:04:34.246Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-03-19T21:04:34.246Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-03-19T21:04:34.246Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-03-19T21:04:34.246Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-03-19T21:04:34.246Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-03-19T21:04:34.246Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-03-19T21:04:34.246Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-03-19T21:04:34.246Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-03-19T21:04:34.246Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-03-19T21:04:34.246Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-03-19T21:04:34.246Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-03-19T21:04:34.246Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.14s) [2021-03-19T21:04:34.246Z] === RUN TestCopyFromContainerPathIsNotDir [2021-03-19T21:04:34.536Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.14s) [2021-03-19T21:04:34.536Z] === RUN TestCopyToContainerPathDoesNotExist [2021-03-19T21:04:34.536Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.14s) [2021-03-19T21:04:34.536Z] === RUN TestCopyToContainerPathIsNotDir [2021-03-19T21:04:34.826Z] --- PASS: TestCopyToContainerPathIsNotDir (0.16s) [2021-03-19T21:04:34.826Z] === RUN TestCopyFromContainer [2021-03-19T21:04:36.324Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-03-19T21:04:37.612Z] === RUN TestCopyFromContainer// [2021-03-19T21:04:37.612Z] === RUN TestCopyFromContainer//bar/root [2021-03-19T21:04:37.612Z] === RUN TestCopyFromContainer//bar/root/ [2021-03-19T21:04:37.612Z] === RUN TestCopyFromContainer/bar/quux [2021-03-19T21:04:37.612Z] === RUN TestCopyFromContainer/bar/quux/ [2021-03-19T21:04:37.612Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-03-19T21:04:37.902Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-03-19T21:04:37.902Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-03-19T21:04:37.902Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-03-19T21:04:38.193Z] === RUN TestCopyFromContainer/bar/notarget [2021-03-19T21:04:38.193Z] --- PASS: TestCopyFromContainer (3.49s) [2021-03-19T21:04:38.193Z] --- PASS: TestCopyFromContainer// (0.07s) [2021-03-19T21:04:38.193Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2021-03-19T21:04:38.193Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2021-03-19T21:04:38.193Z] --- PASS: TestCopyFromContainer/bar/quux (0.15s) [2021-03-19T21:04:38.193Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.09s) [2021-03-19T21:04:38.193Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2021-03-19T21:04:38.193Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2021-03-19T21:04:38.193Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s) [2021-03-19T21:04:38.193Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s) [2021-03-19T21:04:38.193Z] --- PASS: TestCopyFromContainer/bar/notarget (0.12s) [2021-03-19T21:04:38.193Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-03-19T21:04:38.193Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-19T21:04:38.193Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-19T21:04:38.193Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-19T21:04:38.193Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-19T21:04:38.193Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-19T21:04:38.193Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-19T21:04:38.193Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-19T21:04:38.193Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-19T21:04:38.193Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-19T21:04:38.193Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-03-19T21:04:38.193Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-03-19T21:04:38.193Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-03-19T21:04:38.193Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-03-19T21:04:38.193Z] === RUN TestCreateLinkToNonExistingContainer [2021-03-19T21:04:38.193Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2021-03-19T21:04:38.193Z] === RUN TestCreateWithInvalidEnv [2021-03-19T21:04:38.193Z] === RUN TestCreateWithInvalidEnv/0 [2021-03-19T21:04:38.193Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-03-19T21:04:38.193Z] === RUN TestCreateWithInvalidEnv/1 [2021-03-19T21:04:38.193Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-03-19T21:04:38.193Z] === RUN TestCreateWithInvalidEnv/2 [2021-03-19T21:04:38.193Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-03-19T21:04:38.193Z] === CONT TestCreateWithInvalidEnv/0 [2021-03-19T21:04:38.193Z] === CONT TestCreateWithInvalidEnv/2 [2021-03-19T21:04:38.193Z] === CONT TestCreateWithInvalidEnv/1 [2021-03-19T21:04:38.193Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-03-19T21:04:38.193Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-03-19T21:04:38.193Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-03-19T21:04:38.193Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-03-19T21:04:38.193Z] === RUN TestCreateTmpfsMountsTarget [2021-03-19T21:04:38.193Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-03-19T21:04:38.193Z] === RUN TestCreateWithCustomMaskedPaths [2021-03-19T21:04:38.236Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-03-19T21:04:39.617Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-03-19T21:04:40.188Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-03-19T21:04:41.703Z] --- PASS: TestCreateWithCustomMaskedPaths (2.84s) [2021-03-19T21:04:41.703Z] === RUN TestCreateWithCustomReadonlyPaths [2021-03-19T21:04:42.099Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-03-19T21:04:43.480Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-03-19T21:04:44.427Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.99s) [2021-03-19T21:04:44.427Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-03-19T21:04:44.427Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-19T21:04:44.427Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-19T21:04:44.427Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-19T21:04:44.427Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-19T21:04:44.427Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-19T21:04:44.427Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-19T21:04:44.427Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-19T21:04:44.427Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-19T21:04:44.427Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-19T21:04:44.427Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-19T21:04:44.427Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-19T21:04:44.427Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-19T21:04:44.427Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-19T21:04:44.427Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-19T21:04:44.427Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-19T21:04:44.427Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-03-19T21:04:44.427Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-03-19T21:04:44.427Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-03-19T21:04:44.427Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-03-19T21:04:44.427Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-03-19T21:04:44.427Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2021-03-19T21:04:44.427Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-03-19T21:04:45.058Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.95s) [2021-03-19T21:04:45.058Z] === RUN TestCreateDifferentPlatform [2021-03-19T21:04:45.058Z] === RUN TestCreateDifferentPlatform/different_os [2021-03-19T21:04:45.058Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-03-19T21:04:45.058Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-03-19T21:04:45.058Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2021-03-19T21:04:45.058Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-03-19T21:04:45.058Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-03-19T21:04:45.058Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2021-03-19T21:04:45.058Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-03-19T21:04:45.348Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.09s) [2021-03-19T21:04:45.348Z] === RUN TestContainerStartOnDaemonRestart [2021-03-19T21:04:45.348Z] === PAUSE TestContainerStartOnDaemonRestart [2021-03-19T21:04:45.348Z] === RUN TestDaemonRestartIpcMode [2021-03-19T21:04:45.348Z] === PAUSE TestDaemonRestartIpcMode [2021-03-19T21:04:45.348Z] === RUN TestDaemonHostGatewayIP [2021-03-19T21:04:45.348Z] === PAUSE TestDaemonHostGatewayIP [2021-03-19T21:04:45.348Z] === RUN TestRestartDaemonWithRestartingContainer [2021-03-19T21:04:45.348Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-03-19T21:04:45.348Z] === RUN TestContainerKillOnDaemonStart [2021-03-19T21:04:45.348Z] === PAUSE TestContainerKillOnDaemonStart [2021-03-19T21:04:45.348Z] === RUN TestDiff [2021-03-19T21:04:45.390Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-03-19T21:04:46.323Z] INFO: Expanding compiler 1 of 3... [2021-03-19T21:04:46.323Z] INFO: Expanding compiler 2 of 3... [2021-03-19T21:04:46.331Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-03-19T21:04:46.379Z] --- PASS: TestDiff (0.96s) [2021-03-19T21:04:46.379Z] === RUN TestExecWithCloseStdin [2021-03-19T21:04:46.384Z] ok github.com/docker/docker/api/server 0.040s coverage: 9.0% of statements [2021-03-19T21:04:47.410Z] --- PASS: TestExecWithCloseStdin (1.15s) [2021-03-19T21:04:47.410Z] === RUN TestExec [2021-03-19T21:04:47.712Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-03-19T21:04:47.745Z] ok github.com/docker/docker/pkg/plugins 33.644s coverage: 76.6% of statements [2021-03-19T21:04:47.745Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-03-19T21:04:47.745Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-03-19T21:04:47.745Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-03-19T21:04:47.745Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-03-19T21:04:47.745Z] ? github.com/docker/docker/pkg/term [no test files] [2021-03-19T21:04:47.745Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-03-19T21:04:47.745Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-03-19T21:04:47.745Z] ? github.com/docker/docker/rootless [no test files] [2021-03-19T21:04:47.745Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-03-19T21:04:47.745Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-03-19T21:04:47.745Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-03-19T21:04:47.745Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-03-19T21:04:47.745Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-03-19T21:04:47.745Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-03-19T21:04:47.745Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-03-19T21:04:47.745Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-03-19T21:04:47.745Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-03-19T21:04:47.745Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-03-19T21:04:47.745Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-03-19T21:04:47.745Z] ? github.com/docker/docker/testutil/request [no test files] [2021-03-19T21:04:47.745Z] ? github.com/docker/docker/volume [no test files] [2021-03-19T21:04:47.745Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-03-19T21:04:47.745Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-03-19T21:04:47.745Z] [2021-03-19T21:04:47.745Z] === Skipped [2021-03-19T21:04:47.745Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-03-19T21:04:47.745Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-03-19T21:04:47.745Z] [2021-03-19T21:04:47.745Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-03-19T21:04:47.745Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-03-19T21:04:47.745Z] [2021-03-19T21:04:47.745Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-03-19T21:04:47.745Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-19T21:04:47.745Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-19T21:04:47.745Z] [2021-03-19T21:04:47.745Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-03-19T21:04:47.745Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-19T21:04:47.745Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-19T21:04:47.745Z] [2021-03-19T21:04:47.745Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-03-19T21:04:47.745Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-19T21:04:47.745Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-19T21:04:47.745Z] [2021-03-19T21:04:47.745Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-03-19T21:04:47.745Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-19T21:04:47.745Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-19T21:04:47.745Z] [2021-03-19T21:04:47.745Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-03-19T21:04:47.745Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-19T21:04:47.745Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-19T21:04:47.745Z] [2021-03-19T21:04:47.745Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-03-19T21:04:47.745Z] graphtest_unix.go:73: No driver to put! [2021-03-19T21:04:47.745Z] [2021-03-19T21:04:47.745Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-03-19T21:04:47.745Z] time="2021-03-19T21:03:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-19T21:04:47.745Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-19T21:04:47.745Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-19T21:04:47.745Z] [2021-03-19T21:04:47.745Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-03-19T21:04:47.745Z] time="2021-03-19T21:03:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-19T21:04:47.745Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-19T21:04:47.745Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-19T21:04:47.745Z] [2021-03-19T21:04:47.745Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-03-19T21:04:47.745Z] time="2021-03-19T21:03:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-19T21:04:47.745Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-19T21:04:47.745Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-19T21:04:47.745Z] [2021-03-19T21:04:47.745Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-03-19T21:04:47.745Z] time="2021-03-19T21:03:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-19T21:04:47.745Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-19T21:04:47.745Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-19T21:04:47.745Z] [2021-03-19T21:04:47.745Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-03-19T21:04:47.745Z] time="2021-03-19T21:03:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-19T21:04:47.745Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-19T21:04:47.745Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-19T21:04:47.745Z] [2021-03-19T21:04:47.745Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-03-19T21:04:47.745Z] graphtest_unix.go:73: No driver to put! [2021-03-19T21:04:47.745Z] [2021-03-19T21:04:47.745Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-03-19T21:04:47.745Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-03-19T21:04:47.745Z] [2021-03-19T21:04:47.745Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-03-19T21:04:47.745Z] overlay_test.go:49: Fails to compute changes intermittently [2021-03-19T21:04:47.745Z] [2021-03-19T21:04:47.745Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-03-19T21:04:47.745Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-03-19T21:04:47.745Z] [2021-03-19T21:04:47.745Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-03-19T21:04:47.745Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-03-19T21:04:47.745Z] [2021-03-19T21:04:47.746Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-03-19T21:04:47.746Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-19T21:04:47.746Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-19T21:04:47.746Z] [2021-03-19T21:04:47.746Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-03-19T21:04:47.746Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-19T21:04:47.746Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-19T21:04:47.746Z] [2021-03-19T21:04:47.746Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-03-19T21:04:47.746Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-19T21:04:47.746Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-19T21:04:47.746Z] [2021-03-19T21:04:47.746Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-03-19T21:04:47.746Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-19T21:04:47.746Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-19T21:04:47.746Z] [2021-03-19T21:04:47.746Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-03-19T21:04:47.746Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-19T21:04:47.746Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-19T21:04:47.746Z] [2021-03-19T21:04:47.746Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-03-19T21:04:47.746Z] graphtest_unix.go:73: No driver to put! [2021-03-19T21:04:47.746Z] [2021-03-19T21:04:47.746Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-03-19T21:04:47.746Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-03-19T21:04:47.746Z] [2021-03-19T21:04:47.746Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-03-19T21:04:47.746Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-03-19T21:04:47.746Z] [2021-03-19T21:04:47.746Z] [2021-03-19T21:04:47.746Z] DONE 2244 tests, 26 skipped in 195.606s Post stage [Pipeline] junit [2021-03-19T21:04:47.762Z] Recording test results [2021-03-19T21:04:48.441Z] --- PASS: TestExec (1.20s) [2021-03-19T21:04:48.441Z] === RUN TestExecUser [2021-03-19T21:04:48.655Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-03-19T21:04:48.655Z] Using test binary docker [2021-03-19T21:04:48.914Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-03-19T21:04:48.914Z] Starting apparmor (via systemctl): apparmor.service. [2021-03-19T21:04:48.914Z] INFO: Waiting for daemon to start... [2021-03-19T21:04:48.914Z] Starting dockerd [2021-03-19T21:04:49.407Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-03-19T21:04:49.764Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42173/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0f32beb4f8d0a1db1ecc945f9669a35fd463af2c -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:0f32beb4f8d0a1db1ecc945f9669a35fd463af2c hack/make.sh dynbinary test-integration [2021-03-19T21:04:49.925Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-03-19T21:04:49.944Z] --- PASS: TestExecUser (1.21s) [2021-03-19T21:04:49.944Z] === RUN TestExportContainerAndImportImage [2021-03-19T21:04:50.134Z] INFO: Expanding compiler 3 of 3... [2021-03-19T21:04:50.711Z] [2021-03-19T21:04:50.711Z] Removing bundles/ [2021-03-19T21:04:50.711Z] [2021-03-19T21:04:50.711Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-03-19T21:04:50.711Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-03-19T21:04:50.711Z] GOOS="" GOARCH="" GOARM="" [2021-03-19T21:04:50.822Z] . [2021-03-19T21:04:50.822Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-03-19T21:04:50.822Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-03-19T21:04:50.822Z] Error: No such image: emptyfs [2021-03-19T21:04:50.975Z] --- PASS: TestExportContainerAndImportImage (1.30s) [2021-03-19T21:04:50.975Z] === RUN TestExportContainerAfterDaemonRestart [2021-03-19T21:04:51.082Z] Running integration-test (iteration 1) [2021-03-19T21:04:51.082Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-03-19T21:04:51.128Z] INFO: Removing downloaded files... [2021-03-19T21:04:51.128Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2021-03-19T21:04:51.128Z] INFO: Configuring git core.autocrlf... [2021-03-19T21:04:53.036Z] --- PASS: TestExportContainerAfterDaemonRestart (1.60s) [2021-03-19T21:04:53.036Z] === RUN TestHealthCheckWorkdir [2021-03-19T21:04:54.065Z] --- PASS: TestHealthCheckWorkdir (1.53s) [2021-03-19T21:04:54.065Z] === RUN TestHealthKillContainer [2021-03-19T21:04:57.567Z] --- PASS: TestHealthKillContainer (3.26s) [2021-03-19T21:04:57.567Z] === RUN TestInspectCpusetInConfigPre120 [2021-03-19T21:04:58.595Z] --- PASS: TestInspectCpusetInConfigPre120 (1.01s) [2021-03-19T21:04:58.595Z] === RUN TestIpcModeNone [2021-03-19T21:04:59.653Z] --- PASS: TestIpcModeNone (1.17s) [2021-03-19T21:04:59.653Z] === RUN TestIpcModePrivate [2021-03-19T21:04:59.921Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-03-19T21:05:00.489Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-03-19T21:05:01.153Z] --- PASS: TestIpcModePrivate (1.21s) [2021-03-19T21:05:01.153Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:106, shared: false, mustBeShared: false [2021-03-19T21:05:01.153Z] === RUN TestIpcModeShareable [2021-03-19T21:05:01.868Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-03-19T21:05:02.182Z] --- PASS: TestIpcModeShareable (1.24s) [2021-03-19T21:05:02.182Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:100, shared: true, mustBeShared: true [2021-03-19T21:05:02.182Z] === RUN TestAPIIpcModeShareableAndContainer [2021-03-19T21:05:02.806Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-03-19T21:05:03.065Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-03-19T21:05:04.446Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-03-19T21:05:05.685Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.66s) [2021-03-19T21:05:05.685Z] === RUN TestAPIIpcModeHost [2021-03-19T21:05:05.977Z] Loaded image: buildpack-deps:buster [2021-03-19T21:05:05.977Z] Loaded image: busybox:latest [2021-03-19T21:05:05.977Z] Loaded image: busybox:glibc [2021-03-19T21:05:06.713Z] --- PASS: TestAPIIpcModeHost (1.00s) [2021-03-19T21:05:06.713Z] === RUN TestDaemonIpcModeShareable [2021-03-19T21:05:06.915Z] Loaded image: debian:bullseye [2021-03-19T21:05:06.915Z] Loaded image: hello-world:latest [2021-03-19T21:05:07.737Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-03-19T21:05:07.854Z] Loaded image: arm32v7/hello-world:latest [2021-03-19T21:05:07.854Z] INFO: Testing against a local daemon [2021-03-19T21:05:07.854Z] === RUN TestCgroupNamespacesBuild [2021-03-19T21:05:08.771Z] --- PASS: TestDaemonIpcModeShareable (2.08s) [2021-03-19T21:05:08.771Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: true, mustBeShared: true [2021-03-19T21:05:08.771Z] === RUN TestDaemonIpcModePrivate [2021-03-19T21:05:09.116Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-03-19T21:05:10.394Z] --- PASS: TestCgroupNamespacesBuild (2.60s) [2021-03-19T21:05:10.394Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-03-19T21:05:10.496Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-03-19T21:05:10.863Z] --- PASS: TestDaemonIpcModePrivate (2.01s) [2021-03-19T21:05:10.863Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:116, shared: false, mustBeShared: false [2021-03-19T21:05:10.863Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-03-19T21:05:11.064Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-03-19T21:05:11.776Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.60s) [2021-03-19T21:05:11.776Z] === RUN TestBuildWithSession [2021-03-19T21:05:11.776Z] --- SKIP: TestBuildWithSession (0.00s) [2021-03-19T21:05:11.776Z] build_session_test.go:25: TODO: BuildKit [2021-03-19T21:05:11.776Z] === RUN TestBuildSquashParent [2021-03-19T21:05:12.444Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-03-19T21:05:13.012Z] --- PASS: TestDaemonIpcModePrivateFromConfig (2.05s) [2021-03-19T21:05:13.012Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:116, shared: false, mustBeShared: false [2021-03-19T21:05:13.012Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-03-19T21:05:13.384Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-03-19T21:05:15.089Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.06s) [2021-03-19T21:05:15.089Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: true, mustBeShared: true [2021-03-19T21:05:15.089Z] === RUN TestIpcModeOlderClient [2021-03-19T21:05:15.089Z] === PAUSE TestIpcModeOlderClient [2021-03-19T21:05:15.089Z] === RUN TestKillContainerInvalidSignal [2021-03-19T21:05:15.292Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-03-19T21:05:15.861Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-03-19T21:05:16.117Z] --- PASS: TestKillContainerInvalidSignal (1.03s) [2021-03-19T21:05:16.117Z] === RUN TestKillContainer [2021-03-19T21:05:16.117Z] === RUN TestKillContainer/no_signal [2021-03-19T21:05:17.185Z] === RUN TestKillContainer/non_killing_signal [2021-03-19T21:05:17.239Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-03-19T21:05:17.814Z] === RUN TestKillContainer/killing_signal [2021-03-19T21:05:18.177Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-03-19T21:05:18.177Z] Using test binary docker [2021-03-19T21:05:18.177Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-03-19T21:05:18.177Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-03-19T21:05:18.177Z] INFO: Waiting for daemon to start... [2021-03-19T21:05:18.177Z] Starting dockerd [2021-03-19T21:05:18.356Z] --- PASS: TestBuildSquashParent (6.02s) [2021-03-19T21:05:18.356Z] === RUN TestBuildWithRemoveAndForceRemove [2021-03-19T21:05:18.356Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-19T21:05:18.356Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-19T21:05:18.356Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-19T21:05:18.356Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-19T21:05:18.356Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-19T21:05:18.356Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-19T21:05:18.356Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-19T21:05:18.356Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-19T21:05:18.356Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-19T21:05:18.356Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-19T21:05:18.356Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-19T21:05:18.356Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-19T21:05:18.356Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-19T21:05:18.356Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-19T21:05:19.392Z] --- PASS: TestKillContainer (3.12s) [2021-03-19T21:05:19.392Z] --- PASS: TestKillContainer/no_signal (1.07s) [2021-03-19T21:05:19.392Z] --- PASS: TestKillContainer/non_killing_signal (0.67s) [2021-03-19T21:05:19.392Z] --- PASS: TestKillContainer/killing_signal (1.00s) [2021-03-19T21:05:19.392Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-03-19T21:05:19.392Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-03-19T21:05:20.021Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-03-19T21:05:20.267Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-19T21:05:20.527Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-19T21:05:21.049Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (2.01s) [2021-03-19T21:05:21.049Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.97s) [2021-03-19T21:05:21.049Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.68s) [2021-03-19T21:05:21.049Z] === RUN TestKillStoppedContainer [2021-03-19T21:05:21.192Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-03-19T21:05:21.339Z] --- PASS: TestKillStoppedContainer (0.09s) [2021-03-19T21:05:21.339Z] === RUN TestKillStoppedContainerAPIPre120 [2021-03-19T21:05:21.339Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) [2021-03-19T21:05:21.339Z] === RUN TestKillDifferentUserContainer [2021-03-19T21:05:21.464Z] . [2021-03-19T21:05:21.464Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-03-19T21:05:21.464Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-03-19T21:05:21.464Z] Error: No such image: emptyfs [2021-03-19T21:05:21.464Z] Running integration-test (iteration 1) [2021-03-19T21:05:21.464Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-03-19T21:05:22.129Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-03-19T21:05:22.406Z] --- PASS: TestKillDifferentUserContainer (1.03s) [2021-03-19T21:05:22.406Z] === RUN TestInspectOomKilledTrue [2021-03-19T21:05:22.406Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-03-19T21:05:22.406Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-19T21:05:22.406Z] === RUN TestInspectOomKilledFalse [2021-03-19T21:05:22.406Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-03-19T21:05:22.406Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-19T21:05:22.406Z] === RUN TestLinksEtcHostsContentMatch [2021-03-19T21:05:23.069Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-19T21:05:23.069Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-19T21:05:23.098Z] --- PASS: TestLinksEtcHostsContentMatch (0.86s) [2021-03-19T21:05:23.098Z] === RUN TestLinksContainerNames [2021-03-19T21:05:24.981Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-03-19T21:05:24.981Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.34s) [2021-03-19T21:05:24.981Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.57s) [2021-03-19T21:05:24.981Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.33s) [2021-03-19T21:05:24.981Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.37s) [2021-03-19T21:05:24.981Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.27s) [2021-03-19T21:05:24.981Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.21s) [2021-03-19T21:05:24.981Z] === RUN TestBuildMultiStageCopy [2021-03-19T21:05:24.981Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-03-19T21:05:25.249Z] --- PASS: TestLinksContainerNames (2.01s) [2021-03-19T21:05:25.249Z] === RUN TestLogsFollowTailEmpty [2021-03-19T21:05:26.283Z] --- PASS: TestLogsFollowTailEmpty (1.02s) [2021-03-19T21:05:26.283Z] === RUN TestContainerNetworkMountsNoChown [2021-03-19T21:05:27.363Z] --- PASS: TestContainerNetworkMountsNoChown (1.02s) [2021-03-19T21:05:27.363Z] === RUN TestMountDaemonRoot [2021-03-19T21:05:27.363Z] === RUN TestMountDaemonRoot/default [2021-03-19T21:05:27.363Z] === PAUSE TestMountDaemonRoot/default [2021-03-19T21:05:27.363Z] === RUN TestMountDaemonRoot/private [2021-03-19T21:05:27.363Z] === PAUSE TestMountDaemonRoot/private [2021-03-19T21:05:27.363Z] === RUN TestMountDaemonRoot/rprivate [2021-03-19T21:05:27.363Z] === PAUSE TestMountDaemonRoot/rprivate [2021-03-19T21:05:27.363Z] === RUN TestMountDaemonRoot/slave [2021-03-19T21:05:27.363Z] === PAUSE TestMountDaemonRoot/slave [2021-03-19T21:05:27.363Z] === RUN TestMountDaemonRoot/rslave [2021-03-19T21:05:27.363Z] === PAUSE TestMountDaemonRoot/rslave [2021-03-19T21:05:27.363Z] === RUN TestMountDaemonRoot/shared [2021-03-19T21:05:27.363Z] === PAUSE TestMountDaemonRoot/shared [2021-03-19T21:05:27.363Z] === RUN TestMountDaemonRoot/rshared [2021-03-19T21:05:27.363Z] === PAUSE TestMountDaemonRoot/rshared [2021-03-19T21:05:27.363Z] === CONT TestMountDaemonRoot/default [2021-03-19T21:05:27.363Z] === RUN TestMountDaemonRoot/default/bind_root [2021-03-19T21:05:27.363Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-03-19T21:05:27.363Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-03-19T21:05:27.363Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-03-19T21:05:27.363Z] === RUN TestMountDaemonRoot/default/mount_root [2021-03-19T21:05:27.363Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-03-19T21:05:27.363Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-03-19T21:05:27.363Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-03-19T21:05:27.363Z] === CONT TestMountDaemonRoot/default/bind_root [2021-03-19T21:05:27.363Z] === CONT TestMountDaemonRoot/rshared [2021-03-19T21:05:27.363Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-03-19T21:05:27.363Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-03-19T21:05:27.363Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-03-19T21:05:27.363Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-03-19T21:05:27.363Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-03-19T21:05:27.363Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-03-19T21:05:27.363Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-03-19T21:05:27.363Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-03-19T21:05:27.363Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-03-19T21:05:27.363Z] === CONT TestMountDaemonRoot/shared [2021-03-19T21:05:27.363Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-03-19T21:05:27.363Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-03-19T21:05:27.363Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-03-19T21:05:27.363Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-03-19T21:05:27.363Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-03-19T21:05:27.363Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-03-19T21:05:27.363Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-03-19T21:05:27.363Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-03-19T21:05:27.363Z] === CONT TestMountDaemonRoot/rslave [2021-03-19T21:05:27.363Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-03-19T21:05:27.363Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-03-19T21:05:27.363Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-03-19T21:05:27.363Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-03-19T21:05:27.363Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-03-19T21:05:27.363Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-03-19T21:05:27.363Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-03-19T21:05:27.363Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-03-19T21:05:27.363Z] === CONT TestMountDaemonRoot/slave [2021-03-19T21:05:27.363Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-03-19T21:05:27.363Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-03-19T21:05:27.363Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-03-19T21:05:27.363Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-03-19T21:05:27.363Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-03-19T21:05:27.363Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-03-19T21:05:27.363Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-03-19T21:05:27.363Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-03-19T21:05:27.363Z] === CONT TestMountDaemonRoot/rprivate [2021-03-19T21:05:27.363Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-03-19T21:05:27.363Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-03-19T21:05:27.363Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-03-19T21:05:27.363Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-03-19T21:05:27.363Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-03-19T21:05:27.363Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-03-19T21:05:27.363Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-03-19T21:05:27.363Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-03-19T21:05:27.363Z] === CONT TestMountDaemonRoot/private [2021-03-19T21:05:27.363Z] === RUN TestMountDaemonRoot/private/bind_root [2021-03-19T21:05:27.363Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-03-19T21:05:27.363Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-03-19T21:05:27.363Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-03-19T21:05:27.363Z] === RUN TestMountDaemonRoot/private/mount_root [2021-03-19T21:05:27.363Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-03-19T21:05:27.363Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-03-19T21:05:27.363Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-03-19T21:05:27.363Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-03-19T21:05:27.363Z] === CONT TestMountDaemonRoot/default/mount_root [2021-03-19T21:05:27.363Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-03-19T21:05:27.363Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-03-19T21:05:27.363Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-03-19T21:05:27.566Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-03-19T21:05:27.566Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-03-19T21:05:27.566Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-03-19T21:05:27.653Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-03-19T21:05:27.653Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-03-19T21:05:27.653Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-03-19T21:05:27.653Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-03-19T21:05:27.653Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-03-19T21:05:27.653Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-03-19T21:05:27.653Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-03-19T21:05:27.653Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-03-19T21:05:27.653Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-03-19T21:05:27.826Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-03-19T21:05:27.943Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-03-19T21:05:27.943Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-03-19T21:05:27.943Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-03-19T21:05:27.943Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-03-19T21:05:27.943Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-03-19T21:05:27.943Z] === CONT TestMountDaemonRoot/private/bind_root [2021-03-19T21:05:27.943Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-03-19T21:05:27.943Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-03-19T21:05:27.943Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-03-19T21:05:28.086Z] --- PASS: TestBuildMultiStageCopy (3.02s) [2021-03-19T21:05:28.086Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.08s) [2021-03-19T21:05:28.086Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.24s) [2021-03-19T21:05:28.086Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.23s) [2021-03-19T21:05:28.086Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.25s) [2021-03-19T21:05:28.086Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.24s) [2021-03-19T21:05:28.086Z] === RUN TestBuildMultiStageParentConfig [2021-03-19T21:05:28.232Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-03-19T21:05:28.232Z] === CONT TestMountDaemonRoot/private/mount_root [2021-03-19T21:05:28.232Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-03-19T21:05:28.232Z] --- PASS: TestMountDaemonRoot (0.01s) [2021-03-19T21:05:28.232Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-03-19T21:05:28.232Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2021-03-19T21:05:28.232Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2021-03-19T21:05:28.232Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.11s) [2021-03-19T21:05:28.232Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2021-03-19T21:05:28.232Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-03-19T21:05:28.232Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2021-03-19T21:05:28.232Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2021-03-19T21:05:28.232Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2021-03-19T21:05:28.232Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2021-03-19T21:05:28.232Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-03-19T21:05:28.232Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2021-03-19T21:05:28.232Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.06s) [2021-03-19T21:05:28.232Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.06s) [2021-03-19T21:05:28.232Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.06s) [2021-03-19T21:05:28.232Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-03-19T21:05:28.232Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s) [2021-03-19T21:05:28.232Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.11s) [2021-03-19T21:05:28.232Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2021-03-19T21:05:28.232Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.10s) [2021-03-19T21:05:28.232Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-03-19T21:05:28.232Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2021-03-19T21:05:28.232Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2021-03-19T21:05:28.232Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2021-03-19T21:05:28.232Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2021-03-19T21:05:28.232Z] --- PASS: TestMountDaemonRoot/rprivate (0.01s) [2021-03-19T21:05:28.232Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2021-03-19T21:05:28.232Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.06s) [2021-03-19T21:05:28.232Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2021-03-19T21:05:28.232Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2021-03-19T21:05:28.232Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-03-19T21:05:28.232Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.06s) [2021-03-19T21:05:28.233Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2021-03-19T21:05:28.233Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2021-03-19T21:05:28.233Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.06s) [2021-03-19T21:05:28.233Z] === RUN TestContainerBindMountNonRecursive [2021-03-19T21:05:28.657Z] --- PASS: TestBuildMultiStageParentConfig (0.66s) [2021-03-19T21:05:28.657Z] === RUN TestBuildLabelWithTargets [2021-03-19T21:05:30.038Z] --- PASS: TestBuildLabelWithTargets (1.05s) [2021-03-19T21:05:30.039Z] === RUN TestBuildWithEmptyLayers [2021-03-19T21:05:30.299Z] --- PASS: TestBuildWithEmptyLayers (0.50s) [2021-03-19T21:05:30.299Z] === RUN TestBuildMultiStageOnBuild [2021-03-19T21:05:30.954Z] --- PASS: TestContainerBindMountNonRecursive (2.60s) [2021-03-19T21:05:30.954Z] === RUN TestContainerVolumesMountedAsShared [2021-03-19T21:05:31.641Z] --- PASS: TestContainerVolumesMountedAsShared (0.86s) [2021-03-19T21:05:31.641Z] === RUN TestContainerVolumesMountedAsSlave [2021-03-19T21:05:32.669Z] --- PASS: TestContainerVolumesMountedAsSlave (0.95s) [2021-03-19T21:05:32.669Z] === RUN TestNetworkNat [2021-03-19T21:05:32.840Z] --- PASS: TestBuildMultiStageOnBuild (2.16s) [2021-03-19T21:05:32.840Z] === RUN TestBuildUncleanTarFilenames [2021-03-19T21:05:33.099Z] --- PASS: TestBuildUncleanTarFilenames (0.66s) [2021-03-19T21:05:33.099Z] === RUN TestBuildMultiStageLayerLeak [2021-03-19T21:05:33.676Z] Loaded image: buildpack-deps:buster [2021-03-19T21:05:33.698Z] --- PASS: TestNetworkNat (1.06s) [2021-03-19T21:05:33.698Z] === RUN TestNetworkLocalhostTCPNat [2021-03-19T21:05:33.936Z] Loaded image: busybox:latest [2021-03-19T21:05:33.936Z] Loaded image: busybox:glibc [2021-03-19T21:05:34.804Z] --- PASS: TestNetworkLocalhostTCPNat (1.06s) [2021-03-19T21:05:34.804Z] === RUN TestNetworkLoopbackNat [2021-03-19T21:05:35.647Z] --- PASS: TestBuildMultiStageLayerLeak (2.26s) [2021-03-19T21:05:35.647Z] === RUN TestBuildWithHugeFile [2021-03-19T21:05:36.511Z] Loaded image: debian:bullseye [2021-03-19T21:05:36.511Z] Loaded image: hello-world:latest [2021-03-19T21:05:36.511Z] Loaded image: arm32v7/hello-world:latest [2021-03-19T21:05:36.511Z] INFO: Testing against a local daemon [2021-03-19T21:05:36.511Z] === RUN TestCgroupNamespacesBuild [2021-03-19T21:05:38.490Z] --- PASS: TestNetworkLoopbackNat (3.54s) [2021-03-19T21:05:38.490Z] === RUN TestPause [2021-03-19T21:05:39.518Z] --- PASS: TestPause (1.07s) [2021-03-19T21:05:39.518Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-03-19T21:05:39.518Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-19T21:05:39.518Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-19T21:05:39.518Z] === RUN TestPauseStopPausedContainer [2021-03-19T21:05:40.612Z] --- PASS: TestPauseStopPausedContainer (1.03s) [2021-03-19T21:05:40.612Z] === RUN TestPsFilter [2021-03-19T21:05:40.612Z] --- PASS: TestPsFilter (0.30s) [2021-03-19T21:05:40.612Z] === RUN TestRemoveContainerWithRemovedVolume [2021-03-19T21:05:40.713Z] --- PASS: TestCgroupNamespacesBuild (3.74s) [2021-03-19T21:05:40.713Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-03-19T21:05:41.640Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.99s) [2021-03-19T21:05:41.640Z] === RUN TestRemoveContainerWithVolume [2021-03-19T21:05:42.731Z] --- PASS: TestRemoveContainerWithVolume (1.00s) [2021-03-19T21:05:42.731Z] === RUN TestRemoveContainerRunning [2021-03-19T21:05:43.178Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-03-19T21:05:43.178Z] [2021-03-19T21:05:43.178Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2021-03-19T21:05:43.178Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2021-03-19T21:05:43.178Z] Using test binary docker [2021-03-19T21:05:43.178Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-03-19T21:05:43.178Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-03-19T21:05:43.178Z] INFO: Waiting for daemon to start... [2021-03-19T21:05:43.178Z] Starting dockerd [2021-03-19T21:05:43.178Z] . [2021-03-19T21:05:43.178Z] INFO: Building docker-sdk-python3:4.4.1... [2021-03-19T21:05:43.253Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.46s) [2021-03-19T21:05:43.253Z] === RUN TestBuildWithSession [2021-03-19T21:05:43.253Z] --- SKIP: TestBuildWithSession (0.00s) [2021-03-19T21:05:43.253Z] build_session_test.go:25: TODO: BuildKit [2021-03-19T21:05:43.253Z] === RUN TestBuildSquashParent [2021-03-19T21:05:43.761Z] --- PASS: TestRemoveContainerRunning (0.98s) [2021-03-19T21:05:43.761Z] === RUN TestRemoveContainerForceRemoveRunning [2021-03-19T21:05:44.834Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.03s) [2021-03-19T21:05:44.834Z] === RUN TestRemoveInvalidContainer [2021-03-19T21:05:44.834Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-03-19T21:05:44.834Z] === RUN TestRenameLinkedContainer [2021-03-19T21:05:49.302Z] --- PASS: TestRenameLinkedContainer (4.32s) [2021-03-19T21:05:49.302Z] === RUN TestRenameStoppedContainer [2021-03-19T21:05:50.006Z] --- PASS: TestRenameStoppedContainer (1.02s) [2021-03-19T21:05:50.006Z] === RUN TestRenameRunningContainerAndReuse [2021-03-19T21:05:51.371Z] --- PASS: TestBuildSquashParent (8.19s) [2021-03-19T21:05:51.371Z] === RUN TestBuildWithRemoveAndForceRemove [2021-03-19T21:05:51.371Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-19T21:05:51.371Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-19T21:05:51.371Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-19T21:05:51.371Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-19T21:05:51.371Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-19T21:05:51.371Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-19T21:05:51.371Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-19T21:05:51.371Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-19T21:05:51.371Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-19T21:05:51.371Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-19T21:05:51.371Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-19T21:05:51.371Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-19T21:05:51.371Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-19T21:05:51.371Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-19T21:05:52.150Z] --- PASS: TestRenameRunningContainerAndReuse (2.01s) [2021-03-19T21:05:52.151Z] === RUN TestRenameInvalidName [2021-03-19T21:05:53.179Z] --- PASS: TestRenameInvalidName (1.03s) [2021-03-19T21:05:53.179Z] === RUN TestRenameAnonymousContainer [2021-03-19T21:05:54.659Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-19T21:05:54.659Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-19T21:05:56.038Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-19T21:05:56.038Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-19T21:05:58.574Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.08s) [2021-03-19T21:05:58.574Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.05s) [2021-03-19T21:05:58.574Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.11s) [2021-03-19T21:05:58.574Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.89s) [2021-03-19T21:05:58.574Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.90s) [2021-03-19T21:05:58.574Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.05s) [2021-03-19T21:05:58.574Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.18s) [2021-03-19T21:05:58.574Z] === RUN TestBuildMultiStageCopy [2021-03-19T21:05:58.574Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-03-19T21:05:58.842Z] --- PASS: TestRenameAnonymousContainer (5.34s) [2021-03-19T21:05:58.842Z] === RUN TestRenameContainerWithSameName [2021-03-19T21:05:59.471Z] --- PASS: TestRenameContainerWithSameName (1.07s) [2021-03-19T21:05:59.471Z] === RUN TestRenameContainerWithLinkedContainer [2021-03-19T21:06:01.114Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-03-19T21:06:01.585Z] --- PASS: TestRenameContainerWithLinkedContainer (2.01s) [2021-03-19T21:06:01.585Z] === RUN TestResize [2021-03-19T21:06:02.051Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-03-19T21:06:02.614Z] --- PASS: TestResize (1.03s) [2021-03-19T21:06:02.614Z] === RUN TestResizeWithInvalidSize [2021-03-19T21:06:03.427Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-03-19T21:06:03.642Z] --- PASS: TestResizeWithInvalidSize (1.01s) [2021-03-19T21:06:03.642Z] === RUN TestResizeWhenContainerNotStarted [2021-03-19T21:06:04.363Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-03-19T21:06:04.673Z] --- PASS: TestResizeWhenContainerNotStarted (1.07s) [2021-03-19T21:06:04.673Z] === RUN TestDaemonRestartKillContainers [2021-03-19T21:06:04.673Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-19T21:06:04.673Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-19T21:06:04.673Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-19T21:06:04.673Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-19T21:06:04.673Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-19T21:06:04.673Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-19T21:06:04.673Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-19T21:06:04.673Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-19T21:06:04.674Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-19T21:06:04.674Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-19T21:06:04.674Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-19T21:06:04.674Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-19T21:06:04.674Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-19T21:06:04.674Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-19T21:06:04.674Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-19T21:06:04.674Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-19T21:06:04.674Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-19T21:06:04.674Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-19T21:06:04.674Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-19T21:06:04.674Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-19T21:06:04.674Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-19T21:06:04.674Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-19T21:06:04.674Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-19T21:06:04.674Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-19T21:06:04.674Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-19T21:06:04.674Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-19T21:06:05.299Z] --- PASS: TestBuildMultiStageCopy (6.99s) [2021-03-19T21:06:05.299Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.99s) [2021-03-19T21:06:05.299Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2021-03-19T21:06:05.299Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2021-03-19T21:06:05.299Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2021-03-19T21:06:05.299Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2021-03-19T21:06:05.299Z] === RUN TestBuildMultiStageParentConfig [2021-03-19T21:06:07.391Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-19T21:06:07.391Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-19T21:06:08.716Z] ok github.com/docker/docker/api/server/httputils 0.016s coverage: 14.7% of statements [2021-03-19T21:06:08.716Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-03-19T21:06:08.716Z] ok github.com/docker/docker/api/server/middleware 0.010s coverage: 37.7% of statements [2021-03-19T21:06:08.716Z] ? github.com/docker/docker/api/server/router [no test files] [2021-03-19T21:06:08.716Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-03-19T21:06:08.716Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-03-19T21:06:08.716Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-03-19T21:06:08.716Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-03-19T21:06:08.716Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-03-19T21:06:08.716Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-03-19T21:06:08.716Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-03-19T21:06:08.716Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-03-19T21:06:08.716Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-03-19T21:06:08.716Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-03-19T21:06:08.716Z] ok github.com/docker/docker/api/types/strslice 0.011s coverage: 90.0% of statements [2021-03-19T21:06:08.716Z] ok github.com/docker/docker/api/types/filters 0.022s coverage: 92.2% of statements [2021-03-19T21:06:08.716Z] ok github.com/docker/docker/api/server/router/swarm 0.007s coverage: 5.7% of statements [2021-03-19T21:06:08.716Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-03-19T21:06:08.716Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-03-19T21:06:08.716Z] ? github.com/docker/docker/api/types [no test files] [2021-03-19T21:06:08.716Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-03-19T21:06:08.716Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-03-19T21:06:08.716Z] ? github.com/docker/docker/api/types/container [no test files] [2021-03-19T21:06:08.716Z] ? github.com/docker/docker/api/types/events [no test files] [2021-03-19T21:06:08.716Z] ? github.com/docker/docker/api/types/image [no test files] [2021-03-19T21:06:08.716Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-03-19T21:06:08.716Z] ? github.com/docker/docker/api/types/network [no test files] [2021-03-19T21:06:08.716Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-03-19T21:06:08.716Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-03-19T21:06:08.716Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-03-19T21:06:08.716Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-03-19T21:06:08.716Z] ok github.com/docker/docker/api/types/time 0.006s coverage: 100.0% of statements [2021-03-19T21:06:08.716Z] ok github.com/docker/docker/api/types/versions 0.034s coverage: 75.0% of statements [2021-03-19T21:06:08.716Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-03-19T21:06:08.716Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-03-19T21:06:08.716Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-03-19T21:06:08.716Z] ? github.com/docker/docker/builder [no test files] [2021-03-19T21:06:08.716Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-03-19T21:06:08.716Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-03-19T21:06:08.716Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-03-19T21:06:08.716Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-03-19T21:06:08.716Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-03-19T21:06:08.716Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-03-19T21:06:08.716Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-03-19T21:06:08.959Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-19T21:06:08.959Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-19T21:06:09.988Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-19T21:06:10.277Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-19T21:06:10.567Z] --- PASS: TestBuildMultiStageParentConfig (4.99s) [2021-03-19T21:06:10.567Z] === RUN TestBuildLabelWithTargets [2021-03-19T21:06:10.824Z] ok github.com/docker/docker/cli/debug 0.013s coverage: 100.0% of statements [2021-03-19T21:06:12.268Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-03-19T21:06:12.268Z] [2021-03-19T21:06:12.268Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-03-19T21:06:12.268Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-03-19T21:06:12.268Z] HOSTNAME=60e73a8f078c [2021-03-19T21:06:12.268Z] TESTDEBUG=0 [2021-03-19T21:06:12.268Z] DEST=bundles/test-integration [2021-03-19T21:06:12.268Z] PWD=/go/src/github.com/docker/docker [2021-03-19T21:06:12.268Z] DOCKER_GITCOMMIT=0f32beb4f8d0a1db1ecc945f9669a35fd463af2c [2021-03-19T21:06:12.268Z] container=docker [2021-03-19T21:06:12.268Z] HOME=/root [2021-03-19T21:06:12.268Z] GOLANG_VERSION=1.13.15 [2021-03-19T21:06:12.268Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-03-19T21:06:12.268Z] VALIDATE_BRANCH=master [2021-03-19T21:06:12.268Z] TERM=xterm [2021-03-19T21:06:12.268Z] DOCKER_PKG=github.com/docker/docker [2021-03-19T21:06:12.268Z] SHLVL=1 [2021-03-19T21:06:12.268Z] TIMEOUT=120m [2021-03-19T21:06:12.268Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-03-19T21:06:12.268Z] DOCKER_GRAPHDRIVER=overlay2 [2021-03-19T21:06:12.268Z] GO111MODULE=off [2021-03-19T21:06:12.268Z] DOCKER_EXPERIMENTAL=1 [2021-03-19T21:06:12.268Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-03-19T21:06:12.268Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-03-19T21:06:12.268Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-03-19T21:06:12.268Z] GOPATH=/go [2021-03-19T21:06:12.268Z] PKG_CONFIG=pkg-config [2021-03-19T21:06:12.268Z] _=/usr/bin/env [2021-03-19T21:06:12.268Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-03-19T21:06:12.457Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-19T21:06:12.746Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-19T21:06:12.926Z] ok github.com/docker/docker/builder/remotecontext/git 4.074s coverage: 86.3% of statements [2021-03-19T21:06:14.458Z] ok github.com/docker/docker/builder/remotecontext 0.571s coverage: 13.7% of statements [2021-03-19T21:06:16.254Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-19T21:06:16.254Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-19T21:06:16.555Z] ok github.com/docker/docker/builder/dockerfile 1.413s coverage: 48.3% of statements [2021-03-19T21:06:16.555Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-03-19T21:06:16.555Z] ? github.com/docker/docker/cli [no test files] [2021-03-19T21:06:16.555Z] ? github.com/docker/docker/cli/config [no test files] [2021-03-19T21:06:17.450Z] Removing intermediate container 79e1d279c589 [2021-03-19T21:06:17.450Z] ---> 93cf74af29c5 [2021-03-19T21:06:17.450Z] 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 [2021-03-19T21:06:17.450Z] ---> Running in 275837df9654 [2021-03-19T21:06:18.682Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2021-03-19T21:06:18.682Z] === RUN TestBuildWithEmptyLayers [2021-03-19T21:06:19.023Z] INFO: Building gotestsum version v0.5.3 in C:\gopath [2021-03-19T21:06:19.023Z] go: finding gotest.tools v0.5.3 [2021-03-19T21:06:19.023Z] go: finding gotest.tools/gotestsum v0.5.3 [2021-03-19T21:06:19.023Z] go: downloading gotest.tools/gotestsum v0.5.3 [2021-03-19T21:06:19.023Z] go: extracting gotest.tools/gotestsum v0.5.3 [2021-03-19T21:06:19.047Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-03-19T21:06:19.047Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.49s) [2021-03-19T21:06:19.047Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.59s) [2021-03-19T21:06:19.047Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.51s) [2021-03-19T21:06:19.047Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.50s) [2021-03-19T21:06:19.047Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.48s) [2021-03-19T21:06:19.047Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.49s) [2021-03-19T21:06:19.047Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.46s) [2021-03-19T21:06:19.047Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.48s) [2021-03-19T21:06:19.047Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.53s) [2021-03-19T21:06:19.047Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.48s) [2021-03-19T21:06:19.047Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.52s) [2021-03-19T21:06:19.047Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.57s) [2021-03-19T21:06:19.047Z] === RUN TestCgroupNamespacesRun [2021-03-19T21:06:20.016Z] go: downloading github.com/spf13/pflag v1.0.3 [2021-03-19T21:06:20.016Z] go: downloading github.com/pkg/errors v0.9.1 [2021-03-19T21:06:20.016Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-19T21:06:20.016Z] go: extracting github.com/fatih/color v1.9.0 [2021-03-19T21:06:20.016Z] go: extracting github.com/pkg/errors v0.9.1 [2021-03-19T21:06:20.016Z] go: extracting github.com/spf13/pflag v1.0.3 [2021-03-19T21:06:20.016Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-19T21:06:20.016Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-19T21:06:20.016Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-19T21:06:20.016Z] go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-19T21:06:20.016Z] go: extracting github.com/mattn/go-colorable v0.1.6 [2021-03-19T21:06:20.016Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-19T21:06:20.016Z] go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-19T21:06:20.016Z] go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-03-19T21:06:20.016Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-19T21:06:20.016Z] go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-03-19T21:06:20.016Z] go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-19T21:06:20.016Z] go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-19T21:06:20.016Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-19T21:06:20.130Z] ok github.com/docker/docker/client 0.432s coverage: 75.4% of statements [2021-03-19T21:06:20.488Z] go: extracting github.com/mattn/go-isatty v0.0.12 [2021-03-19T21:06:20.488Z] go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-19T21:06:20.488Z] go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-19T21:06:21.105Z] --- PASS: TestCgroupNamespacesRun (2.05s) [2021-03-19T21:06:21.105Z] === RUN TestCgroupNamespacesRunPrivileged [2021-03-19T21:06:21.215Z] --- PASS: TestBuildWithEmptyLayers (3.00s) [2021-03-19T21:06:21.215Z] === RUN TestBuildMultiStageOnBuild [2021-03-19T21:06:22.067Z] go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-19T21:06:22.067Z] go: finding github.com/fatih/color v1.9.0 [2021-03-19T21:06:22.067Z] go: finding github.com/pkg/errors v0.9.1 [2021-03-19T21:06:22.067Z] go: finding github.com/spf13/pflag v1.0.3 [2021-03-19T21:06:22.067Z] go: finding github.com/mattn/go-colorable v0.1.6 [2021-03-19T21:06:22.067Z] go: finding github.com/mattn/go-isatty v0.0.12 [2021-03-19T21:06:22.067Z] go: finding github.com/jonboulle/clockwork v0.1.0 [2021-03-19T21:06:22.067Z] go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-19T21:06:22.067Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-19T21:06:22.538Z] go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-19T21:06:22.538Z] go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-19T21:06:22.685Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.71s) [2021-03-19T21:06:22.685Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-03-19T21:06:24.742Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.05s) [2021-03-19T21:06:24.742Z] === RUN TestCgroupNamespacesRunHostMode [2021-03-19T21:06:26.347Z] INFO: Build done for gotestsum... [2021-03-19T21:06:26.487Z] --- PASS: TestBuildMultiStageOnBuild (5.03s) [2021-03-19T21:06:26.487Z] === RUN TestBuildUncleanTarFilenames [2021-03-19T21:06:26.798Z] --- PASS: TestCgroupNamespacesRunHostMode (2.03s) [2021-03-19T21:06:26.798Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-03-19T21:06:27.057Z] --- PASS: TestBuildUncleanTarFilenames (0.85s) [2021-03-19T21:06:27.057Z] === RUN TestBuildMultiStageLayerLeak [2021-03-19T21:06:28.860Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.05s) [2021-03-19T21:06:28.860Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-03-19T21:06:29.790Z] sha256:094e587d19376ad398c955293942a811783ce1fb147fb0f0f39162ad633c9bb5 [2021-03-19T21:06:29.791Z] INFO: Starting docker-py tests... [2021-03-19T21:06:29.791Z] ============================= test session starts ============================== [2021-03-19T21:06:29.791Z] platform linux -- Python 3.7.10, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 [2021-03-19T21:06:29.791Z] rootdir: /src, inifile: pytest.ini [2021-03-19T21:06:29.791Z] plugins: timeout-1.3.3, cov-2.6.1 [2021-03-19T21:06:29.791Z] collected 389 items / 1 deselected / 388 selected [2021-03-19T21:06:29.791Z] [2021-03-19T21:06:29.827Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-03-19T21:06:30.371Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.71s) [2021-03-19T21:06:30.371Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-03-19T21:06:30.435Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-03-19T21:06:31.247Z] --- PASS: TestBuildMultiStageLayerLeak (4.14s) [2021-03-19T21:06:31.247Z] === RUN TestBuildWithHugeFile [2021-03-19T21:06:31.400Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.86s) [2021-03-19T21:06:31.400Z] === RUN TestCgroupNamespacesRunOlderClient [2021-03-19T21:06:31.831Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-03-19T21:06:31.905Z] --- PASS: TestBuildWithHugeFile (52.48s) [2021-03-19T21:06:31.905Z] === RUN TestBuildWCOWSandboxSize [2021-03-19T21:06:31.905Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-03-19T21:06:31.905Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-19T21:06:31.905Z] === RUN TestBuildWithEmptyDockerfile [2021-03-19T21:06:31.905Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-19T21:06:31.905Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-19T21:06:31.905Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-19T21:06:31.905Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-19T21:06:31.905Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-19T21:06:31.905Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-19T21:06:31.905Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-19T21:06:31.905Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-19T21:06:31.905Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-19T21:06:31.905Z] --- PASS: TestBuildWithEmptyDockerfile (0.13s) [2021-03-19T21:06:31.905Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.18s) [2021-03-19T21:06:31.905Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.18s) [2021-03-19T21:06:31.905Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2021-03-19T21:06:31.905Z] === RUN TestBuildPreserveOwnership [2021-03-19T21:06:31.905Z] === RUN TestBuildPreserveOwnership/copy_from [2021-03-19T21:06:31.905Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-03-19T21:06:32.844Z] --- PASS: TestBuildPreserveOwnership (4.65s) [2021-03-19T21:06:32.844Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.17s) [2021-03-19T21:06:32.844Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.46s) [2021-03-19T21:06:32.844Z] === RUN TestBuildPlatformInvalid [2021-03-19T21:06:33.103Z] --- PASS: TestBuildPlatformInvalid (0.10s) [2021-03-19T21:06:33.103Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-03-19T21:06:33.545Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.10s) [2021-03-19T21:06:33.545Z] === RUN TestKernelTCPMemory [2021-03-19T21:06:34.633Z] --- PASS: TestKernelTCPMemory (1.20s) [2021-03-19T21:06:34.633Z] === RUN TestNISDomainname [2021-03-19T21:06:35.740Z] --- PASS: TestNISDomainname (1.37s) [2021-03-19T21:06:35.740Z] === RUN TestHostnameDnsResolution [2021-03-19T21:06:37.798Z] --- PASS: TestHostnameDnsResolution (1.96s) [2021-03-19T21:06:37.798Z] === RUN TestStats [2021-03-19T21:06:41.301Z] --- PASS: TestStats (3.08s) [2021-03-19T21:06:41.301Z] === RUN TestStopContainerWithTimeout [2021-03-19T21:06:41.301Z] === RUN TestStopContainerWithTimeout/0 [2021-03-19T21:06:41.301Z] === PAUSE TestStopContainerWithTimeout/0 [2021-03-19T21:06:41.301Z] === RUN TestStopContainerWithTimeout/1 [2021-03-19T21:06:41.301Z] === PAUSE TestStopContainerWithTimeout/1 [2021-03-19T21:06:41.301Z] === RUN TestStopContainerWithTimeout/3 [2021-03-19T21:06:41.301Z] === PAUSE TestStopContainerWithTimeout/3 [2021-03-19T21:06:41.301Z] === RUN TestStopContainerWithTimeout/-1 [2021-03-19T21:06:41.301Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-03-19T21:06:41.301Z] === CONT TestStopContainerWithTimeout/0 [2021-03-19T21:06:41.301Z] === CONT TestStopContainerWithTimeout/-1 [2021-03-19T21:06:41.317Z] Removing intermediate container 275837df9654 [2021-03-19T21:06:41.317Z] ---> f69bc9dc1fe8 [2021-03-19T21:06:41.317Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2021-03-19T21:06:41.317Z] ---> Running in b073c8c8ba52 [2021-03-19T21:06:41.789Z] Removing intermediate container b073c8c8ba52 [2021-03-19T21:06:41.789Z] ---> 018fdafacf72 [2021-03-19T21:06:41.789Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-03-19T21:06:41.789Z] ---> Running in 324f260199e4 [2021-03-19T21:06:41.930Z] === CONT TestStopContainerWithTimeout/3 [2021-03-19T21:06:42.784Z] Removing intermediate container 324f260199e4 [2021-03-19T21:06:42.784Z] ---> ff778bb0b048 [2021-03-19T21:06:42.784Z] Step 10/10 : COPY . . [2021-03-19T21:06:43.987Z] === CONT TestStopContainerWithTimeout/1 [2021-03-19T21:06:46.044Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-03-19T21:06:46.044Z] --- PASS: TestStopContainerWithTimeout/0 (1.14s) [2021-03-19T21:06:46.044Z] --- PASS: TestStopContainerWithTimeout/-1 (3.21s) [2021-03-19T21:06:46.044Z] --- PASS: TestStopContainerWithTimeout/3 (3.03s) [2021-03-19T21:06:46.044Z] --- PASS: TestStopContainerWithTimeout/1 (1.97s) [2021-03-19T21:06:46.044Z] === RUN TestDeleteDevicemapper [2021-03-19T21:06:46.044Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-03-19T21:06:46.044Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-19T21:06:46.044Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-03-19T21:06:47.999Z] Loaded image: buildpack-deps:buster [2021-03-19T21:06:47.999Z] Loaded image: busybox:latest [2021-03-19T21:06:47.999Z] Loaded image: busybox:glibc [2021-03-19T21:06:48.939Z] Loaded image: debian:bullseye [2021-03-19T21:06:48.939Z] Loaded image: hello-world:latest [2021-03-19T21:06:48.939Z] Loaded image: arm32v7/hello-world:latest [2021-03-19T21:06:49.031Z] tests/integration/api_build_test.py .......................X [ 6%] [2021-03-19T21:06:49.848Z] tests/integration/api_client_test.py ..... [ 7%] [2021-03-19T21:06:49.994Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-03-19T21:06:50.485Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.19s) [2021-03-19T21:06:50.485Z] === RUN TestUpdateMemory [2021-03-19T21:06:50.485Z] --- SKIP: TestUpdateMemory (0.00s) [2021-03-19T21:06:50.485Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-03-19T21:06:50.485Z] === RUN TestUpdateCPUQuota [2021-03-19T21:06:51.593Z] tests/integration/api_config_test.py ..... [ 8%] [2021-03-19T21:06:54.932Z] --- PASS: TestUpdateCPUQuota (4.12s) [2021-03-19T21:06:54.932Z] === RUN TestUpdatePidsLimit [2021-03-19T21:06:54.932Z] === RUN TestUpdatePidsLimit/update_from_none [2021-03-19T21:06:54.932Z] === RUN TestUpdatePidsLimit/no_change [2021-03-19T21:06:55.960Z] === RUN TestUpdatePidsLimit/update_lower [2021-03-19T21:06:56.250Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-03-19T21:06:56.879Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-03-19T21:06:57.065Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (23.77s) [2021-03-19T21:06:57.065Z] PASS [2021-03-19T21:06:57.065Z] [2021-03-19T21:06:57.065Z] === Skipped [2021-03-19T21:06:57.065Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-03-19T21:06:57.065Z] build_session_test.go:25: TODO: BuildKit [2021-03-19T21:06:57.065Z] [2021-03-19T21:06:57.065Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-03-19T21:06:57.065Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-19T21:06:57.065Z] [2021-03-19T21:06:57.065Z] [2021-03-19T21:06:57.065Z] DONE 34 tests, 2 skipped in 125.713s [2021-03-19T21:06:57.065Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-03-19T21:06:57.065Z] INFO: Testing against a local daemon [2021-03-19T21:06:57.065Z] === RUN TestConfigInspect [2021-03-19T21:06:57.912Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-03-19T21:06:58.172Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-03-19T21:06:58.201Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-03-19T21:06:58.434Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-03-19T21:06:59.598Z] ok github.com/docker/docker/cmd/dockerd 0.150s coverage: 29.1% of statements [2021-03-19T21:06:59.602Z] --- PASS: TestConfigInspect (2.42s) [2021-03-19T21:06:59.602Z] === RUN TestConfigList [2021-03-19T21:06:59.829Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-03-19T21:07:00.258Z] --- PASS: TestUpdatePidsLimit (5.49s) [2021-03-19T21:07:00.258Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.66s) [2021-03-19T21:07:00.258Z] --- PASS: TestUpdatePidsLimit/no_change (0.68s) [2021-03-19T21:07:00.258Z] --- PASS: TestUpdatePidsLimit/update_lower (0.65s) [2021-03-19T21:07:00.259Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.62s) [2021-03-19T21:07:00.259Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.65s) [2021-03-19T21:07:00.259Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.59s) [2021-03-19T21:07:00.259Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.65s) [2021-03-19T21:07:00.259Z] === RUN TestUpdateRestartPolicy [2021-03-19T21:07:01.222Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-03-19T21:07:01.486Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-03-19T21:07:01.511Z] --- PASS: TestConfigList (2.25s) [2021-03-19T21:07:01.511Z] === RUN TestConfigsCreateAndDelete [2021-03-19T21:07:02.881Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-03-19T21:07:04.051Z] --- PASS: TestConfigsCreateAndDelete (2.26s) [2021-03-19T21:07:04.051Z] === RUN TestConfigsUpdate [2021-03-19T21:07:04.125Z] ok github.com/docker/docker/container 0.200s coverage: 34.7% of statements [2021-03-19T21:07:04.125Z] ? github.com/docker/docker/container/stream [no test files] [2021-03-19T21:07:04.125Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-03-19T21:07:04.125Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-03-19T21:07:04.125Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-03-19T21:07:06.216Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-03-19T21:07:06.590Z] --- PASS: TestConfigsUpdate (2.26s) [2021-03-19T21:07:06.590Z] === RUN TestTemplatedConfig [2021-03-19T21:07:07.687Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.053s coverage: 65.3% of statements [2021-03-19T21:07:08.141Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-03-19T21:07:08.545Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-03-19T21:07:08.545Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-03-19T21:07:09.483Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-03-19T21:07:09.884Z] --- PASS: TestTemplatedConfig (3.43s) [2021-03-19T21:07:09.884Z] === RUN TestConfigCreateResolve [2021-03-19T21:07:10.075Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-03-19T21:07:10.651Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-03-19T21:07:11.791Z] --- PASS: TestConfigCreateResolve (2.28s) [2021-03-19T21:07:11.791Z] === RUN TestConfigDaemonLibtrustID [2021-03-19T21:07:12.045Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-03-19T21:07:12.359Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2021-03-19T21:07:12.359Z] PASS [2021-03-19T21:07:12.359Z] [2021-03-19T21:07:12.359Z] DONE 7 tests in 15.478s [2021-03-19T21:07:12.359Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-03-19T21:07:12.359Z] INFO: Testing against a local daemon [2021-03-19T21:07:12.359Z] === RUN TestCheckpoint [2021-03-19T21:07:12.359Z] --- SKIP: TestCheckpoint (0.00s) [2021-03-19T21:07:12.359Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-19T21:07:12.359Z] === RUN TestContainerInvalidJSON [2021-03-19T21:07:12.359Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-03-19T21:07:12.359Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-03-19T21:07:12.359Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-03-19T21:07:12.359Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-03-19T21:07:12.360Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-03-19T21:07:12.360Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-03-19T21:07:12.360Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-03-19T21:07:12.360Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-03-19T21:07:12.360Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-03-19T21:07:12.360Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-03-19T21:07:12.360Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-03-19T21:07:12.360Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-03-19T21:07:12.360Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-03-19T21:07:12.360Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-03-19T21:07:12.619Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2021-03-19T21:07:12.619Z] === RUN TestCopyFromContainerPathIsNotDir [2021-03-19T21:07:12.619Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2021-03-19T21:07:12.619Z] === RUN TestCopyToContainerPathDoesNotExist [2021-03-19T21:07:12.619Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2021-03-19T21:07:12.619Z] === RUN TestCopyToContainerPathIsNotDir [2021-03-19T21:07:12.619Z] --- PASS: TestCopyToContainerPathIsNotDir (0.08s) [2021-03-19T21:07:12.619Z] === RUN TestCopyFromContainer [2021-03-19T21:07:12.771Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-03-19T21:07:12.979Z] ---> 6a44f085c056 [2021-03-19T21:07:12.979Z] Successfully built 6a44f085c056 [2021-03-19T21:07:12.979Z] Successfully tagged docker:latest [2021-03-19T21:07:12.979Z] INFO: Image build ended at 03/19/2021 21:07:11. Duration:00:03:25.0191341 [2021-03-19T21:07:12.979Z] [2021-03-19T21:07:12.979Z] [2021-03-19T21:07:12.979Z] INFO: Building the test binaries at 03/19/2021 21:07:11... [2021-03-19T21:07:13.331Z] ok github.com/docker/docker/daemon/cluster/convert 0.032s coverage: 35.9% of statements [2021-03-19T21:07:13.339Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-03-19T21:07:13.439Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-03-19T21:07:13.999Z] === RUN TestCopyFromContainer// [2021-03-19T21:07:13.999Z] === RUN TestCopyFromContainer//bar/root [2021-03-19T21:07:14.259Z] === RUN TestCopyFromContainer//bar/root/ [2021-03-19T21:07:14.259Z] === RUN TestCopyFromContainer/bar/quux [2021-03-19T21:07:14.259Z] === RUN TestCopyFromContainer/bar/quux/ [2021-03-19T21:07:14.519Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-03-19T21:07:14.519Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-03-19T21:07:14.519Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-03-19T21:07:14.519Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-03-19T21:07:14.779Z] === RUN TestCopyFromContainer/bar/notarget [2021-03-19T21:07:14.779Z] --- PASS: TestCopyFromContainer (2.11s) [2021-03-19T21:07:14.779Z] --- PASS: TestCopyFromContainer// (0.08s) [2021-03-19T21:07:14.779Z] --- PASS: TestCopyFromContainer//bar/root (0.09s) [2021-03-19T21:07:14.779Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2021-03-19T21:07:14.779Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2021-03-19T21:07:14.779Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2021-03-19T21:07:14.779Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2021-03-19T21:07:14.779Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2021-03-19T21:07:14.779Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2021-03-19T21:07:14.779Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2021-03-19T21:07:14.779Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2021-03-19T21:07:14.779Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-03-19T21:07:14.779Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-19T21:07:14.779Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-19T21:07:14.779Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-19T21:07:14.779Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-19T21:07:14.779Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-19T21:07:14.779Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-19T21:07:14.779Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-19T21:07:14.779Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-19T21:07:14.779Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-19T21:07:14.779Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-03-19T21:07:14.779Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-03-19T21:07:14.779Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-03-19T21:07:14.779Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-03-19T21:07:14.779Z] === RUN TestCreateLinkToNonExistingContainer [2021-03-19T21:07:14.779Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2021-03-19T21:07:14.779Z] === RUN TestCreateWithInvalidEnv [2021-03-19T21:07:14.779Z] === RUN TestCreateWithInvalidEnv/0 [2021-03-19T21:07:14.779Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-03-19T21:07:14.779Z] === RUN TestCreateWithInvalidEnv/1 [2021-03-19T21:07:14.779Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-03-19T21:07:14.779Z] === RUN TestCreateWithInvalidEnv/2 [2021-03-19T21:07:14.779Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-03-19T21:07:14.779Z] === CONT TestCreateWithInvalidEnv/0 [2021-03-19T21:07:14.779Z] === CONT TestCreateWithInvalidEnv/2 [2021-03-19T21:07:14.779Z] === CONT TestCreateWithInvalidEnv/1 [2021-03-19T21:07:14.779Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-03-19T21:07:14.779Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-03-19T21:07:14.779Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-03-19T21:07:14.779Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-03-19T21:07:14.779Z] === RUN TestCreateTmpfsMountsTarget [2021-03-19T21:07:14.779Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-03-19T21:07:14.779Z] === RUN TestCreateWithCustomMaskedPaths [2021-03-19T21:07:14.869Z] ok github.com/docker/docker/daemon/cluster 0.141s coverage: 0.5% of statements [2021-03-19T21:07:15.362Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-03-19T21:07:15.588Z] --- PASS: TestUpdateRestartPolicy (13.81s) [2021-03-19T21:07:15.588Z] === RUN TestUpdateRestartWithAutoRemove [2021-03-19T21:07:15.588Z] --- PASS: TestUpdateRestartWithAutoRemove (0.97s) [2021-03-19T21:07:15.588Z] === RUN TestWaitNonBlocked [2021-03-19T21:07:15.588Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-19T21:07:15.588Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-19T21:07:15.588Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-19T21:07:15.588Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-19T21:07:15.588Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-19T21:07:15.588Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-19T21:07:15.877Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-03-19T21:07:15.877Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.10s) [2021-03-19T21:07:15.877Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.18s) [2021-03-19T21:07:15.877Z] === RUN TestWaitBlocked [2021-03-19T21:07:15.877Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-19T21:07:15.877Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-19T21:07:15.877Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-03-19T21:07:15.877Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-03-19T21:07:15.877Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-19T21:07:15.877Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-03-19T21:07:16.755Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-03-19T21:07:16.791Z] INFO: make.ps1 starting at 03/19/2021 21:07:16 [2021-03-19T21:07:16.791Z] INFO: Git commit (0f32beb4f8) assumed from DOCKER_GITCOMMIT environment variable [2021-03-19T21:07:16.791Z] INFO: Invoking autogen... [2021-03-19T21:07:17.352Z] --- PASS: TestCreateWithCustomMaskedPaths (2.45s) [2021-03-19T21:07:17.352Z] === RUN TestCreateWithCustomReadonlyPaths [2021-03-19T21:07:17.378Z] --- PASS: TestWaitBlocked (0.01s) [2021-03-19T21:07:17.378Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.38s) [2021-03-19T21:07:17.378Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.46s) [2021-03-19T21:07:17.378Z] === CONT TestContainerStartOnDaemonRestart [2021-03-19T21:07:17.378Z] === CONT TestContainerKillOnDaemonStart [2021-03-19T21:07:17.783Z] INFO: Building daemon... [2021-03-19T21:07:18.149Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-03-19T21:07:18.425Z] ok github.com/docker/docker/daemon/discovery 0.025s coverage: 30.0% of statements [2021-03-19T21:07:18.612Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-03-19T21:07:19.097Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-03-19T21:07:19.097Z] Using test binary docker [2021-03-19T21:07:19.360Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-03-19T21:07:19.360Z] +++ /etc/init.d/apparmor start [2021-03-19T21:07:19.360Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-03-19T21:07:19.360Z] INFO: Waiting for daemon to start... [2021-03-19T21:07:19.360Z] Starting dockerd [2021-03-19T21:07:19.360Z] +++ 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 [2021-03-19T21:07:19.903Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.49s) [2021-03-19T21:07:19.903Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-03-19T21:07:19.903Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-19T21:07:19.903Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-19T21:07:19.903Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-19T21:07:19.903Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-19T21:07:19.903Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-19T21:07:19.903Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-19T21:07:19.903Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-19T21:07:19.903Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-19T21:07:19.903Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-19T21:07:19.903Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-19T21:07:19.903Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-19T21:07:19.903Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-19T21:07:19.903Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-19T21:07:19.903Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-19T21:07:19.903Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-19T21:07:19.903Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-03-19T21:07:19.903Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-03-19T21:07:19.903Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-03-19T21:07:19.903Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-03-19T21:07:19.903Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-03-19T21:07:19.903Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-03-19T21:07:19.903Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-03-19T21:07:20.544Z] ok github.com/docker/docker/daemon/events 0.062s coverage: 50.0% of statements [2021-03-19T21:07:20.544Z] ok github.com/docker/docker/daemon/config 0.052s coverage: 81.8% of statements [2021-03-19T21:07:20.841Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.80s) [2021-03-19T21:07:20.841Z] === RUN TestCreateDifferentPlatform [2021-03-19T21:07:20.841Z] === RUN TestCreateDifferentPlatform/different_os [2021-03-19T21:07:20.841Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-03-19T21:07:20.841Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2021-03-19T21:07:20.841Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-03-19T21:07:20.841Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-03-19T21:07:20.841Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-03-19T21:07:20.841Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2021-03-19T21:07:20.841Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-03-19T21:07:20.841Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2021-03-19T21:07:20.841Z] === RUN TestContainerStartOnDaemonRestart [2021-03-19T21:07:20.841Z] === PAUSE TestContainerStartOnDaemonRestart [2021-03-19T21:07:20.841Z] === RUN TestDaemonRestartIpcMode [2021-03-19T21:07:20.841Z] === PAUSE TestDaemonRestartIpcMode [2021-03-19T21:07:20.841Z] === RUN TestDaemonHostGatewayIP [2021-03-19T21:07:20.841Z] === PAUSE TestDaemonHostGatewayIP [2021-03-19T21:07:20.841Z] === RUN TestRestartDaemonWithRestartingContainer [2021-03-19T21:07:20.841Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-03-19T21:07:20.841Z] === RUN TestContainerKillOnDaemonStart [2021-03-19T21:07:20.841Z] === PAUSE TestContainerKillOnDaemonStart [2021-03-19T21:07:20.841Z] === RUN TestDiff [2021-03-19T21:07:20.880Z] --- PASS: TestContainerStartOnDaemonRestart (3.49s) [2021-03-19T21:07:20.880Z] === CONT TestIpcModeOlderClient [2021-03-19T21:07:20.880Z] --- PASS: TestIpcModeOlderClient (0.19s) [2021-03-19T21:07:20.880Z] === CONT TestDaemonHostGatewayIP [2021-03-19T21:07:21.780Z] --- PASS: TestDiff (0.81s) [2021-03-19T21:07:21.780Z] === RUN TestExecWithCloseStdin [2021-03-19T21:07:22.719Z] --- PASS: TestExecWithCloseStdin (1.12s) [2021-03-19T21:07:22.719Z] === RUN TestExec [2021-03-19T21:07:23.310Z] ok github.com/docker/docker/daemon/graphdriver 0.007s coverage: 2.2% of statements [2021-03-19T21:07:24.101Z] --- PASS: TestExec (1.16s) [2021-03-19T21:07:24.101Z] === RUN TestExecUser [2021-03-19T21:07:25.041Z] --- PASS: TestExecUser (1.13s) [2021-03-19T21:07:25.041Z] === RUN TestExportContainerAndImportImage [2021-03-19T21:07:25.315Z] --- PASS: TestDaemonHostGatewayIP (3.98s) [2021-03-19T21:07:25.315Z] === CONT TestRestartDaemonWithRestartingContainer [2021-03-19T21:07:25.399Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.560s coverage: 14.1% of statements [2021-03-19T21:07:25.696Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.008s coverage: 2.9% of statements [2021-03-19T21:07:25.958Z] . [2021-03-19T21:07:25.958Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-03-19T21:07:25.958Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-03-19T21:07:25.958Z] Error: No such image: emptyfs [2021-03-19T21:07:25.958Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-03-19T21:07:25.958Z] ++++ docker load [2021-03-19T21:07:25.979Z] --- PASS: TestExportContainerAndImportImage (1.00s) [2021-03-19T21:07:25.979Z] === RUN TestExportContainerAfterDaemonRestart [2021-03-19T21:07:26.221Z] Running integration-test (iteration 1) [2021-03-19T21:07:26.484Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2021-03-19T21:07:26.484Z] ++ 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 [2021-03-19T21:07:26.484Z] ++ set -e [2021-03-19T21:07:26.484Z] ++ '[' -n 0 ']' [2021-03-19T21:07:26.484Z] ++ set -x [2021-03-19T21:07:26.484Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:07:26.738Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-03-19T21:07:27.232Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.557s coverage: 57.1% of statements [2021-03-19T21:07:27.360Z] --- PASS: TestExportContainerAfterDaemonRestart (1.32s) [2021-03-19T21:07:27.360Z] === RUN TestHealthCheckWorkdir [2021-03-19T21:07:27.500Z] --- PASS: TestBuildWithHugeFile (51.83s) [2021-03-19T21:07:27.500Z] === RUN TestBuildWCOWSandboxSize [2021-03-19T21:07:27.500Z] --- SKIP: TestBuildWCOWSandboxSize (0.02s) [2021-03-19T21:07:27.500Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-19T21:07:27.500Z] === RUN TestBuildWithEmptyDockerfile [2021-03-19T21:07:27.500Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-19T21:07:27.500Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-19T21:07:27.500Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-19T21:07:27.500Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-19T21:07:27.500Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-19T21:07:27.500Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-19T21:07:27.500Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-19T21:07:27.500Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-19T21:07:27.500Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-19T21:07:27.500Z] --- PASS: TestBuildWithEmptyDockerfile (0.16s) [2021-03-19T21:07:27.500Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.21s) [2021-03-19T21:07:27.500Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.21s) [2021-03-19T21:07:27.500Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2021-03-19T21:07:27.500Z] === RUN TestBuildPreserveOwnership [2021-03-19T21:07:27.500Z] === RUN TestBuildPreserveOwnership/copy_from [2021-03-19T21:07:28.035Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.13s) [2021-03-19T21:07:28.035Z] === CONT TestDaemonRestartIpcMode [2021-03-19T21:07:28.741Z] --- PASS: TestHealthCheckWorkdir (1.53s) [2021-03-19T21:07:28.741Z] === RUN TestHealthKillContainer [2021-03-19T21:07:29.242Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2021-03-19T21:07:29.995Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.009s coverage: 1.9% of statements [2021-03-19T21:07:30.033Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-03-19T21:07:30.092Z] --- PASS: TestContainerKillOnDaemonStart (12.36s) [2021-03-19T21:07:31.525Z] ok github.com/docker/docker/daemon/graphdriver/aufs 8.030s coverage: 69.3% of statements [2021-03-19T21:07:31.823Z] ok github.com/docker/docker/daemon 12.503s coverage: 17.2% of statements [2021-03-19T21:07:31.823Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-03-19T21:07:31.823Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-03-19T21:07:31.823Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-03-19T21:07:31.823Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-03-19T21:07:32.021Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-03-19T21:07:32.034Z] --- PASS: TestHealthKillContainer (3.13s) [2021-03-19T21:07:32.034Z] === RUN TestInspectCpusetInConfigPre120 [2021-03-19T21:07:32.120Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.418s coverage: 45.9% of statements [2021-03-19T21:07:32.120Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-03-19T21:07:32.149Z] --- PASS: TestDaemonRestartIpcMode (4.04s) [2021-03-19T21:07:32.149Z] PASS [2021-03-19T21:07:32.149Z] [2021-03-19T21:07:32.149Z] === Skipped [2021-03-19T21:07:32.149Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2021-03-19T21:07:32.149Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-19T21:07:32.149Z] [2021-03-19T21:07:32.149Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s) [2021-03-19T21:07:32.149Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-19T21:07:32.149Z] [2021-03-19T21:07:32.149Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2021-03-19T21:07:32.149Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-19T21:07:32.149Z] [2021-03-19T21:07:32.149Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-19T21:07:32.149Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-19T21:07:32.149Z] [2021-03-19T21:07:32.149Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2021-03-19T21:07:32.149Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-19T21:07:32.149Z] [2021-03-19T21:07:32.149Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2021-03-19T21:07:32.149Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-03-19T21:07:32.149Z] [2021-03-19T21:07:32.149Z] [2021-03-19T21:07:32.149Z] DONE 196 tests, 6 skipped in 178.298s [2021-03-19T21:07:32.149Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2021-03-19T21:07:32.149Z] ++ 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 [2021-03-19T21:07:32.149Z] ++ set -e [2021-03-19T21:07:32.149Z] ++ '[' -n 0 ']' [2021-03-19T21:07:32.149Z] ++ set -x [2021-03-19T21:07:32.150Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:07:32.439Z] INFO: Testing against a local daemon [2021-03-19T21:07:32.439Z] === RUN TestCommitInheritsEnv [2021-03-19T21:07:32.973Z] --- PASS: TestInspectCpusetInConfigPre120 (0.82s) [2021-03-19T21:07:32.973Z] === RUN TestIpcModeNone [2021-03-19T21:07:33.068Z] --- PASS: TestCommitInheritsEnv (0.61s) [2021-03-19T21:07:33.068Z] === RUN TestImportExtremelyLargeImageWorks [2021-03-19T21:07:33.068Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-03-19T21:07:33.068Z] === RUN TestImagesFilterMultiReference [2021-03-19T21:07:33.068Z] --- PASS: TestImagesFilterMultiReference (0.04s) [2021-03-19T21:07:33.068Z] === RUN TestImagePullPlatformInvalid [2021-03-19T21:07:33.068Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2021-03-19T21:07:33.068Z] === RUN TestRemoveImageOrphaning [2021-03-19T21:07:33.697Z] --- PASS: TestRemoveImageOrphaning (0.61s) [2021-03-19T21:07:33.697Z] === RUN TestRemoveImageGarbageCollector [2021-03-19T21:07:33.697Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-03-19T21:07:33.697Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-19T21:07:33.697Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-03-19T21:07:33.697Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2021-03-19T21:07:33.697Z] === RUN TestTagInvalidReference [2021-03-19T21:07:33.697Z] --- PASS: TestTagInvalidReference (0.01s) [2021-03-19T21:07:33.697Z] === RUN TestTagValidPrefixedRepo [2021-03-19T21:07:33.697Z] --- PASS: TestTagValidPrefixedRepo (0.03s) [2021-03-19T21:07:33.697Z] === RUN TestTagExistedNameWithoutForce [2021-03-19T21:07:33.697Z] --- PASS: TestTagExistedNameWithoutForce (0.01s) [2021-03-19T21:07:33.697Z] === RUN TestTagOfficialNames [2021-03-19T21:07:33.697Z] --- PASS: TestTagOfficialNames (0.03s) [2021-03-19T21:07:33.697Z] === RUN TestTagMatchesDigest [2021-03-19T21:07:33.697Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-03-19T21:07:33.697Z] === CONT TestImportExtremelyLargeImageWorks [2021-03-19T21:07:33.925Z] --- PASS: TestIpcModeNone (1.09s) [2021-03-19T21:07:33.925Z] === RUN TestIpcModePrivate [2021-03-19T21:07:34.222Z] --- PASS: TestBuildPreserveOwnership (10.69s) [2021-03-19T21:07:34.222Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.69s) [2021-03-19T21:07:34.222Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2021-03-19T21:07:34.222Z] === RUN TestBuildPlatformInvalid [2021-03-19T21:07:34.222Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2021-03-19T21:07:34.222Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-03-19T21:07:34.222Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-03-19T21:07:34.222Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2021-03-19T21:07:34.222Z] PASS [2021-03-19T21:07:34.222Z] [2021-03-19T21:07:34.222Z] === Skipped [2021-03-19T21:07:34.222Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-03-19T21:07:34.222Z] build_session_test.go:25: TODO: BuildKit [2021-03-19T21:07:34.222Z] [2021-03-19T21:07:34.222Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.02s) [2021-03-19T21:07:34.222Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-19T21:07:34.222Z] [2021-03-19T21:07:34.222Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-03-19T21:07:34.222Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2021-03-19T21:07:34.222Z] [2021-03-19T21:07:34.222Z] [2021-03-19T21:07:34.222Z] DONE 34 tests, 3 skipped in 132.676s [2021-03-19T21:07:34.222Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-03-19T21:07:34.229Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.523s coverage: 49.4% of statements [2021-03-19T21:07:34.481Z] INFO: Testing against a local daemon [2021-03-19T21:07:34.481Z] === RUN TestConfigInspect [2021-03-19T21:07:34.481Z] --- SKIP: TestConfigInspect (0.02s) [2021-03-19T21:07:34.481Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:07:34.481Z] === RUN TestConfigList [2021-03-19T21:07:34.481Z] --- SKIP: TestConfigList (0.01s) [2021-03-19T21:07:34.481Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:07:34.481Z] === RUN TestConfigsCreateAndDelete [2021-03-19T21:07:34.481Z] --- SKIP: TestConfigsCreateAndDelete (0.02s) [2021-03-19T21:07:34.481Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:07:34.481Z] === RUN TestConfigsUpdate [2021-03-19T21:07:34.481Z] --- SKIP: TestConfigsUpdate (0.01s) [2021-03-19T21:07:34.481Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:07:34.481Z] === RUN TestTemplatedConfig [2021-03-19T21:07:34.481Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-03-19T21:07:34.481Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:07:34.481Z] === RUN TestConfigCreateResolve [2021-03-19T21:07:34.481Z] --- SKIP: TestConfigCreateResolve (0.01s) [2021-03-19T21:07:34.481Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:07:34.481Z] === RUN TestConfigDaemonLibtrustID [2021-03-19T21:07:34.863Z] --- PASS: TestIpcModePrivate (1.10s) [2021-03-19T21:07:34.864Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:55, shared: false, mustBeShared: false [2021-03-19T21:07:34.864Z] === RUN TestIpcModeShareable [2021-03-19T21:07:35.284Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.038s coverage: 57.5% of statements [2021-03-19T21:07:35.284Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.027s coverage: 3.0% of statements [2021-03-19T21:07:36.211Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-03-19T21:07:36.243Z] --- PASS: TestIpcModeShareable (1.10s) [2021-03-19T21:07:36.243Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:50, shared: true, mustBeShared: true [2021-03-19T21:07:36.243Z] === RUN TestAPIIpcModeShareableAndContainer [2021-03-19T21:07:36.340Z] ok github.com/docker/docker/daemon/links 0.011s coverage: 93.0% of statements [2021-03-19T21:07:36.384Z] --- PASS: TestConfigDaemonLibtrustID (1.54s) [2021-03-19T21:07:36.385Z] PASS [2021-03-19T21:07:36.385Z] [2021-03-19T21:07:36.385Z] === Skipped [2021-03-19T21:07:36.385Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2021-03-19T21:07:36.385Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:07:36.385Z] [2021-03-19T21:07:36.385Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2021-03-19T21:07:36.385Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:07:36.385Z] [2021-03-19T21:07:36.385Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.02s) [2021-03-19T21:07:36.385Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:07:36.385Z] [2021-03-19T21:07:36.385Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2021-03-19T21:07:36.385Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:07:36.385Z] [2021-03-19T21:07:36.385Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2021-03-19T21:07:36.385Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:07:36.385Z] [2021-03-19T21:07:36.385Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2021-03-19T21:07:36.385Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:07:36.385Z] [2021-03-19T21:07:36.385Z] [2021-03-19T21:07:36.385Z] DONE 7 tests, 6 skipped in 1.791s [2021-03-19T21:07:36.385Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-03-19T21:07:36.385Z] INFO: Testing against a local daemon [2021-03-19T21:07:36.385Z] === RUN TestCheckpoint [2021-03-19T21:07:36.385Z] --- SKIP: TestCheckpoint (0.00s) [2021-03-19T21:07:36.385Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-19T21:07:36.385Z] === RUN TestContainerInvalidJSON [2021-03-19T21:07:36.385Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-03-19T21:07:36.385Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-03-19T21:07:36.385Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-03-19T21:07:36.385Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-03-19T21:07:36.385Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-03-19T21:07:36.385Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-03-19T21:07:36.385Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-03-19T21:07:36.385Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-03-19T21:07:36.385Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-03-19T21:07:36.385Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-03-19T21:07:36.385Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2021-03-19T21:07:36.385Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2021-03-19T21:07:36.385Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-03-19T21:07:36.385Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-03-19T21:07:36.645Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2021-03-19T21:07:36.645Z] === RUN TestCopyFromContainerPathIsNotDir [2021-03-19T21:07:36.645Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2021-03-19T21:07:36.645Z] === RUN TestCopyToContainerPathDoesNotExist [2021-03-19T21:07:36.645Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2021-03-19T21:07:36.645Z] === RUN TestCopyToContainerPathIsNotDir [2021-03-19T21:07:36.645Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2021-03-19T21:07:36.645Z] === RUN TestCopyFromContainer [2021-03-19T21:07:37.589Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-03-19T21:07:38.742Z] Loaded image: buildpack-deps:buster [2021-03-19T21:07:38.742Z] Loaded image: busybox:latest [2021-03-19T21:07:38.742Z] Loaded image: busybox:glibc [2021-03-19T21:07:39.117Z] ok github.com/docker/docker/daemon/logger 0.267s coverage: 43.2% of statements [2021-03-19T21:07:39.537Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.13s) [2021-03-19T21:07:39.537Z] === RUN TestAPIIpcModeHost [2021-03-19T21:07:39.773Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.098s coverage: 52.2% of statements [2021-03-19T21:07:39.773Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-03-19T21:07:39.773Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-03-19T21:07:40.476Z] --- PASS: TestAPIIpcModeHost (1.19s) [2021-03-19T21:07:40.476Z] === RUN TestDaemonIpcModeShareable [2021-03-19T21:07:40.836Z] === RUN TestCopyFromContainer// [2021-03-19T21:07:40.836Z] === RUN TestCopyFromContainer//bar/root [2021-03-19T21:07:40.836Z] === RUN TestCopyFromContainer//bar/root/ [2021-03-19T21:07:40.836Z] === RUN TestCopyFromContainer/bar/quux [2021-03-19T21:07:40.836Z] === RUN TestCopyFromContainer/bar/quux/ [2021-03-19T21:07:40.836Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-03-19T21:07:40.836Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-03-19T21:07:40.836Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-03-19T21:07:40.836Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-03-19T21:07:40.836Z] === RUN TestCopyFromContainer/bar/notarget [2021-03-19T21:07:40.836Z] --- PASS: TestCopyFromContainer (4.15s) [2021-03-19T21:07:40.836Z] --- PASS: TestCopyFromContainer// (0.07s) [2021-03-19T21:07:40.836Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2021-03-19T21:07:40.836Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2021-03-19T21:07:40.836Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2021-03-19T21:07:40.836Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2021-03-19T21:07:40.836Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2021-03-19T21:07:40.836Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2021-03-19T21:07:40.836Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2021-03-19T21:07:40.836Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2021-03-19T21:07:40.836Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2021-03-19T21:07:40.836Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-03-19T21:07:40.836Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-19T21:07:40.836Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-19T21:07:40.836Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-19T21:07:40.836Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-19T21:07:40.836Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-19T21:07:40.836Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-19T21:07:40.836Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-19T21:07:40.836Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-19T21:07:40.836Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-19T21:07:40.836Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-03-19T21:07:40.836Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2021-03-19T21:07:40.836Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2021-03-19T21:07:40.836Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-03-19T21:07:40.836Z] === RUN TestCreateLinkToNonExistingContainer [2021-03-19T21:07:40.836Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2021-03-19T21:07:40.836Z] === RUN TestCreateWithInvalidEnv [2021-03-19T21:07:40.836Z] === RUN TestCreateWithInvalidEnv/0 [2021-03-19T21:07:40.836Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-03-19T21:07:40.836Z] === RUN TestCreateWithInvalidEnv/1 [2021-03-19T21:07:40.836Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-03-19T21:07:40.836Z] === RUN TestCreateWithInvalidEnv/2 [2021-03-19T21:07:40.836Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-03-19T21:07:40.836Z] === CONT TestCreateWithInvalidEnv/0 [2021-03-19T21:07:40.836Z] === CONT TestCreateWithInvalidEnv/2 [2021-03-19T21:07:40.836Z] === CONT TestCreateWithInvalidEnv/1 [2021-03-19T21:07:40.836Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-03-19T21:07:40.836Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-03-19T21:07:40.836Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-03-19T21:07:40.836Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-03-19T21:07:40.836Z] === RUN TestCreateTmpfsMountsTarget [2021-03-19T21:07:40.836Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-03-19T21:07:40.836Z] === RUN TestCreateWithCustomMaskedPaths [2021-03-19T21:07:41.307Z] ok github.com/docker/docker/daemon/logger/awslogs 0.602s coverage: 77.8% of statements [2021-03-19T21:07:41.307Z] ok github.com/docker/docker/daemon/logger/gelf 0.018s coverage: 67.0% of statements [2021-03-19T21:07:41.307Z] ok github.com/docker/docker/daemon/images 0.046s coverage: 6.7% of statements [2021-03-19T21:07:41.307Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-03-19T21:07:41.307Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-03-19T21:07:41.307Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-03-19T21:07:41.307Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-03-19T21:07:41.780Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-03-19T21:07:42.129Z] Loaded image: debian:bullseye [2021-03-19T21:07:42.360Z] ok github.com/docker/docker/daemon/logger/journald 0.008s coverage: 23.9% of statements [2021-03-19T21:07:42.360Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.025s coverage: 87.2% of statements [2021-03-19T21:07:42.383Z] --- PASS: TestDaemonIpcModeShareable (1.78s) [2021-03-19T21:07:42.383Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2021-03-19T21:07:42.383Z] === RUN TestDaemonIpcModePrivate [2021-03-19T21:07:42.745Z] --- PASS: TestCreateWithCustomMaskedPaths (1.92s) [2021-03-19T21:07:42.745Z] === RUN TestCreateWithCustomReadonlyPaths [2021-03-19T21:07:43.536Z] Loaded image: hello-world:latest [2021-03-19T21:07:43.767Z] --- PASS: TestDaemonIpcModePrivate (1.71s) [2021-03-19T21:07:43.767Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false [2021-03-19T21:07:43.767Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-03-19T21:07:43.897Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.038s coverage: 69.9% of statements [2021-03-19T21:07:44.483Z] Loaded image: arm32v7/hello-world:latest [2021-03-19T21:07:44.652Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.91s) [2021-03-19T21:07:44.652Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-03-19T21:07:44.652Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-19T21:07:44.652Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-19T21:07:44.652Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-19T21:07:44.652Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-19T21:07:44.652Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-19T21:07:44.652Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-19T21:07:44.652Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-19T21:07:44.652Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-19T21:07:44.652Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-19T21:07:44.652Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-19T21:07:44.652Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-19T21:07:44.652Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-19T21:07:44.911Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-19T21:07:44.911Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-19T21:07:44.911Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-19T21:07:44.911Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-03-19T21:07:44.911Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-03-19T21:07:44.911Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2021-03-19T21:07:44.911Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2021-03-19T21:07:44.911Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-03-19T21:07:44.911Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-03-19T21:07:44.911Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-03-19T21:07:44.953Z] ok github.com/docker/docker/daemon/logger/local 0.087s coverage: 75.2% of statements [2021-03-19T21:07:44.953Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-03-19T21:07:45.058Z] INFO: Testing against a local daemon [2021-03-19T21:07:45.058Z] === RUN TestCgroupNamespacesBuild [2021-03-19T21:07:45.068Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-03-19T21:07:45.479Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.63s) [2021-03-19T21:07:45.479Z] === RUN TestCreateDifferentPlatform [2021-03-19T21:07:45.479Z] === RUN TestCreateDifferentPlatform/different_os [2021-03-19T21:07:45.479Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-03-19T21:07:45.479Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-03-19T21:07:45.479Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-03-19T21:07:45.479Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-03-19T21:07:45.479Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-03-19T21:07:45.479Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2021-03-19T21:07:45.479Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-03-19T21:07:45.479Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2021-03-19T21:07:45.479Z] === RUN TestContainerStartOnDaemonRestart [2021-03-19T21:07:45.479Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2021-03-19T21:07:45.479Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-03-19T21:07:45.479Z] === RUN TestDaemonRestartIpcMode [2021-03-19T21:07:45.479Z] === PAUSE TestDaemonRestartIpcMode [2021-03-19T21:07:45.479Z] === RUN TestDaemonHostGatewayIP [2021-03-19T21:07:45.479Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2021-03-19T21:07:45.479Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-19T21:07:45.479Z] === RUN TestRestartDaemonWithRestartingContainer [2021-03-19T21:07:45.479Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-03-19T21:07:45.479Z] === RUN TestContainerKillOnDaemonStart [2021-03-19T21:07:45.479Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-03-19T21:07:45.479Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-03-19T21:07:45.479Z] === RUN TestDiff [2021-03-19T21:07:45.675Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.055s coverage: 55.1% of statements [2021-03-19T21:07:45.675Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.030s coverage: 31.5% of statements [2021-03-19T21:07:45.679Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.69s) [2021-03-19T21:07:45.679Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false [2021-03-19T21:07:45.679Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-03-19T21:07:46.416Z] --- PASS: TestDiff (0.69s) [2021-03-19T21:07:46.416Z] === RUN TestExecWithCloseStdin [2021-03-19T21:07:47.228Z] ok github.com/docker/docker/daemon/logger/templates 0.019s coverage: 8.3% of statements [2021-03-19T21:07:47.353Z] --- PASS: TestExecWithCloseStdin (0.96s) [2021-03-19T21:07:47.353Z] === RUN TestExec [2021-03-19T21:07:47.590Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.72s) [2021-03-19T21:07:47.590Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2021-03-19T21:07:47.590Z] === RUN TestIpcModeOlderClient [2021-03-19T21:07:47.590Z] === PAUSE TestIpcModeOlderClient [2021-03-19T21:07:47.590Z] === RUN TestKillContainerInvalidSignal [2021-03-19T21:07:47.614Z] --- PASS: TestCgroupNamespacesBuild (2.56s) [2021-03-19T21:07:47.614Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-03-19T21:07:47.877Z] ok github.com/docker/docker/daemon/logger/syslog 0.039s coverage: 46.8% of statements [2021-03-19T21:07:48.160Z] --- PASS: TestKillContainerInvalidSignal (0.83s) [2021-03-19T21:07:48.160Z] === RUN TestKillContainer [2021-03-19T21:07:48.160Z] === RUN TestKillContainer/no_signal [2021-03-19T21:07:48.290Z] --- PASS: TestExec (0.94s) [2021-03-19T21:07:48.290Z] === RUN TestExecUser [2021-03-19T21:07:48.730Z] === RUN TestKillContainer/non_killing_signal [2021-03-19T21:07:49.280Z] --- PASS: TestExecUser (1.00s) [2021-03-19T21:07:49.280Z] === RUN TestExportContainerAndImportImage [2021-03-19T21:07:49.299Z] === RUN TestKillContainer/killing_signal [2021-03-19T21:07:49.420Z] ok github.com/docker/docker/daemon/network 0.008s coverage: 63.8% of statements [2021-03-19T21:07:49.538Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.00s) [2021-03-19T21:07:49.538Z] === RUN TestBuildWithSession [2021-03-19T21:07:49.538Z] --- SKIP: TestBuildWithSession (0.00s) [2021-03-19T21:07:49.538Z] build_session_test.go:25: TODO: BuildKit [2021-03-19T21:07:49.538Z] === RUN TestBuildSquashParent [2021-03-19T21:07:50.066Z] ok github.com/docker/docker/daemon/logger/splunk 2.431s coverage: 82.5% of statements [2021-03-19T21:07:50.066Z] ? github.com/docker/docker/daemon/names [no test files] [2021-03-19T21:07:50.066Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-03-19T21:07:50.236Z] --- PASS: TestExportContainerAndImportImage (0.87s) [2021-03-19T21:07:50.236Z] === RUN TestExportContainerAfterDaemonRestart [2021-03-19T21:07:50.239Z] --- PASS: TestKillContainer (2.16s) [2021-03-19T21:07:50.239Z] --- PASS: TestKillContainer/no_signal (0.72s) [2021-03-19T21:07:50.239Z] --- PASS: TestKillContainer/non_killing_signal (0.57s) [2021-03-19T21:07:50.239Z] --- PASS: TestKillContainer/killing_signal (0.70s) [2021-03-19T21:07:50.239Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-03-19T21:07:50.239Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-03-19T21:07:50.339Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-03-19T21:07:51.178Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-03-19T21:07:51.748Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.34s) [2021-03-19T21:07:51.748Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.67s) [2021-03-19T21:07:51.748Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.54s) [2021-03-19T21:07:51.748Z] === RUN TestKillStoppedContainer [2021-03-19T21:07:51.748Z] --- PASS: TestKillStoppedContainer (0.07s) [2021-03-19T21:07:51.748Z] === RUN TestKillStoppedContainerAPIPre120 [2021-03-19T21:07:51.748Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2021-03-19T21:07:51.748Z] === RUN TestKillDifferentUserContainer [2021-03-19T21:07:52.180Z] ok github.com/docker/docker/distribution/metadata 0.142s coverage: 48.2% of statements [2021-03-19T21:07:52.479Z] ok github.com/docker/docker/errdefs 0.042s coverage: 53.1% of statements [2021-03-19T21:07:52.689Z] --- PASS: TestKillDifferentUserContainer (0.71s) [2021-03-19T21:07:52.689Z] === RUN TestInspectOomKilledTrue [2021-03-19T21:07:52.689Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-03-19T21:07:52.689Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-03-19T21:07:52.689Z] === RUN TestInspectOomKilledFalse [2021-03-19T21:07:52.773Z] --- PASS: TestExportContainerAfterDaemonRestart (2.34s) [2021-03-19T21:07:52.773Z] === RUN TestHealthCheckWorkdir [2021-03-19T21:07:52.873Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-03-19T21:07:53.258Z] --- PASS: TestInspectOomKilledFalse (0.74s) [2021-03-19T21:07:53.258Z] === RUN TestLinksEtcHostsContentMatch [2021-03-19T21:07:53.534Z] ok github.com/docker/docker/distribution 0.421s coverage: 25.2% of statements [2021-03-19T21:07:53.534Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-03-19T21:07:53.710Z] --- PASS: TestHealthCheckWorkdir (1.33s) [2021-03-19T21:07:53.710Z] === RUN TestHealthKillContainer [2021-03-19T21:07:54.197Z] --- PASS: TestLinksEtcHostsContentMatch (0.84s) [2021-03-19T21:07:54.197Z] === RUN TestLinksContainerNames [2021-03-19T21:07:55.579Z] --- PASS: TestLinksContainerNames (1.45s) [2021-03-19T21:07:55.579Z] === RUN TestLogsFollowTailEmpty [2021-03-19T21:07:55.626Z] ok github.com/docker/docker/image/cache 0.013s coverage: 19.2% of statements [2021-03-19T21:07:55.923Z] ok github.com/docker/docker/distribution/xfer 1.675s coverage: 85.6% of statements [2021-03-19T21:07:55.923Z] ? github.com/docker/docker/dockerversion [no test files] [2021-03-19T21:07:55.923Z] ok github.com/docker/docker/image 0.092s coverage: 86.6% of statements [2021-03-19T21:07:56.149Z] --- PASS: TestLogsFollowTailEmpty (0.72s) [2021-03-19T21:07:56.149Z] === RUN TestContainerNetworkMountsNoChown [2021-03-19T21:07:56.161Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-03-19T21:07:56.996Z] --- PASS: TestHealthKillContainer (2.97s) [2021-03-19T21:07:56.996Z] === RUN TestInspectCpusetInConfigPre120 [2021-03-19T21:07:57.090Z] --- PASS: TestContainerNetworkMountsNoChown (0.71s) [2021-03-19T21:07:57.090Z] === RUN TestMountDaemonRoot [2021-03-19T21:07:57.090Z] === RUN TestMountDaemonRoot/default [2021-03-19T21:07:57.090Z] === PAUSE TestMountDaemonRoot/default [2021-03-19T21:07:57.090Z] === RUN TestMountDaemonRoot/private [2021-03-19T21:07:57.090Z] === PAUSE TestMountDaemonRoot/private [2021-03-19T21:07:57.090Z] === RUN TestMountDaemonRoot/rprivate [2021-03-19T21:07:57.090Z] === PAUSE TestMountDaemonRoot/rprivate [2021-03-19T21:07:57.090Z] === RUN TestMountDaemonRoot/slave [2021-03-19T21:07:57.090Z] === PAUSE TestMountDaemonRoot/slave [2021-03-19T21:07:57.090Z] === RUN TestMountDaemonRoot/rslave [2021-03-19T21:07:57.090Z] === PAUSE TestMountDaemonRoot/rslave [2021-03-19T21:07:57.090Z] === RUN TestMountDaemonRoot/shared [2021-03-19T21:07:57.090Z] === PAUSE TestMountDaemonRoot/shared [2021-03-19T21:07:57.090Z] === RUN TestMountDaemonRoot/rshared [2021-03-19T21:07:57.090Z] === PAUSE TestMountDaemonRoot/rshared [2021-03-19T21:07:57.090Z] === CONT TestMountDaemonRoot/default [2021-03-19T21:07:57.090Z] === RUN TestMountDaemonRoot/default/bind_root [2021-03-19T21:07:57.090Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-03-19T21:07:57.090Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-03-19T21:07:57.090Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-03-19T21:07:57.090Z] === RUN TestMountDaemonRoot/default/mount_root [2021-03-19T21:07:57.090Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-03-19T21:07:57.090Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-03-19T21:07:57.090Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-03-19T21:07:57.090Z] === CONT TestMountDaemonRoot/rslave [2021-03-19T21:07:57.090Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-03-19T21:07:57.090Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-03-19T21:07:57.090Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-03-19T21:07:57.090Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-03-19T21:07:57.090Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-03-19T21:07:57.090Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-03-19T21:07:57.090Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-03-19T21:07:57.090Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-03-19T21:07:57.090Z] === CONT TestMountDaemonRoot/rshared [2021-03-19T21:07:57.090Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-03-19T21:07:57.090Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-03-19T21:07:57.090Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-03-19T21:07:57.090Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-03-19T21:07:57.090Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-03-19T21:07:57.090Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-03-19T21:07:57.090Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-03-19T21:07:57.090Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-03-19T21:07:57.090Z] === CONT TestMountDaemonRoot/shared [2021-03-19T21:07:57.090Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-03-19T21:07:57.090Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-03-19T21:07:57.090Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-03-19T21:07:57.090Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-03-19T21:07:57.090Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-03-19T21:07:57.090Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-03-19T21:07:57.090Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-03-19T21:07:57.090Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-03-19T21:07:57.090Z] === CONT TestMountDaemonRoot/rprivate [2021-03-19T21:07:57.090Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-03-19T21:07:57.090Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-03-19T21:07:57.090Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-03-19T21:07:57.090Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-03-19T21:07:57.090Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-03-19T21:07:57.090Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-03-19T21:07:57.090Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-03-19T21:07:57.090Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-03-19T21:07:57.090Z] === CONT TestMountDaemonRoot/slave [2021-03-19T21:07:57.090Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-03-19T21:07:57.090Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-03-19T21:07:57.090Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-03-19T21:07:57.090Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-03-19T21:07:57.090Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-03-19T21:07:57.090Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-03-19T21:07:57.090Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-03-19T21:07:57.090Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-03-19T21:07:57.090Z] === CONT TestMountDaemonRoot/private [2021-03-19T21:07:57.090Z] === RUN TestMountDaemonRoot/private/bind_root [2021-03-19T21:07:57.090Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-03-19T21:07:57.090Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-03-19T21:07:57.090Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-03-19T21:07:57.090Z] === RUN TestMountDaemonRoot/private/mount_root [2021-03-19T21:07:57.090Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-03-19T21:07:57.090Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-03-19T21:07:57.090Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-03-19T21:07:57.090Z] === CONT TestMountDaemonRoot/default/bind_root [2021-03-19T21:07:57.090Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-03-19T21:07:57.090Z] === CONT TestMountDaemonRoot/default/mount_root [2021-03-19T21:07:57.090Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-03-19T21:07:57.090Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-03-19T21:07:57.090Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-03-19T21:07:57.090Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-03-19T21:07:57.090Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-03-19T21:07:57.090Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-03-19T21:07:57.090Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-03-19T21:07:57.090Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-03-19T21:07:57.090Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-03-19T21:07:57.090Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-03-19T21:07:57.090Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-03-19T21:07:57.090Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-03-19T21:07:57.255Z] --- PASS: TestInspectCpusetInConfigPre120 (0.62s) [2021-03-19T21:07:57.255Z] === RUN TestIpcModeNone [2021-03-19T21:07:57.350Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-03-19T21:07:57.350Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-03-19T21:07:57.350Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-03-19T21:07:57.350Z] === CONT TestMountDaemonRoot/private/bind_root [2021-03-19T21:07:57.350Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-03-19T21:07:57.350Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-03-19T21:07:57.350Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-03-19T21:07:57.350Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-03-19T21:07:57.350Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-03-19T21:07:57.350Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-03-19T21:07:57.350Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-03-19T21:07:57.350Z] === CONT TestMountDaemonRoot/private/mount_root [2021-03-19T21:07:57.350Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-03-19T21:07:57.350Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-03-19T21:07:57.350Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-03-19T21:07:57.350Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2021-03-19T21:07:57.350Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2021-03-19T21:07:57.350Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2021-03-19T21:07:57.350Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2021-03-19T21:07:57.350Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-03-19T21:07:57.350Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2021-03-19T21:07:57.350Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2021-03-19T21:07:57.350Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2021-03-19T21:07:57.350Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2021-03-19T21:07:57.350Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-03-19T21:07:57.350Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2021-03-19T21:07:57.350Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2021-03-19T21:07:57.350Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2021-03-19T21:07:57.350Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2021-03-19T21:07:57.350Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-03-19T21:07:57.350Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-03-19T21:07:57.350Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2021-03-19T21:07:57.350Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2021-03-19T21:07:57.350Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-03-19T21:07:57.350Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-03-19T21:07:57.350Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2021-03-19T21:07:57.350Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-03-19T21:07:57.350Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2021-03-19T21:07:57.350Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2021-03-19T21:07:57.350Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-03-19T21:07:57.350Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2021-03-19T21:07:57.350Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.01s) [2021-03-19T21:07:57.350Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-03-19T21:07:57.350Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-03-19T21:07:57.350Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-03-19T21:07:57.350Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-03-19T21:07:57.350Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-03-19T21:07:57.350Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2021-03-19T21:07:57.350Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.01s) [2021-03-19T21:07:57.350Z] === RUN TestContainerBindMountNonRecursive [2021-03-19T21:07:57.470Z] ok github.com/docker/docker/libcontainerd/queue 0.036s coverage: 100.0% of statements [2021-03-19T21:07:57.470Z] ok github.com/docker/docker/image/tarexport 0.020s coverage: 0.6% of statements [2021-03-19T21:07:57.693Z] --- PASS: TestBuildSquashParent (8.18s) [2021-03-19T21:07:57.693Z] === RUN TestBuildWithRemoveAndForceRemove [2021-03-19T21:07:57.693Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-19T21:07:57.693Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-19T21:07:57.693Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-19T21:07:57.693Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-19T21:07:57.693Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-19T21:07:57.693Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-19T21:07:57.693Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-19T21:07:57.693Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-19T21:07:57.693Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-19T21:07:57.693Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-19T21:07:57.693Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-19T21:07:57.693Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-19T21:07:57.693Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-19T21:07:57.693Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-19T21:07:57.693Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-19T21:07:57.693Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-19T21:07:58.194Z] --- PASS: TestIpcModeNone (0.95s) [2021-03-19T21:07:58.194Z] === RUN TestIpcModePrivate [2021-03-19T21:07:59.131Z] --- PASS: TestIpcModePrivate (0.92s) [2021-03-19T21:07:59.131Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2021-03-19T21:07:59.131Z] === RUN TestIpcModeShareable [2021-03-19T21:07:59.131Z] --- SKIP: TestIpcModeShareable (0.00s) [2021-03-19T21:07:59.131Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-03-19T21:07:59.131Z] === RUN TestAPIIpcModeShareableAndContainer [2021-03-19T21:07:59.448Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-03-19T21:07:59.449Z] Using test binary docker [2021-03-19T21:07:59.449Z] +++ /etc/init.d/apparmor start [2021-03-19T21:07:59.449Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-03-19T21:07:59.449Z] INFO: Waiting for daemon to start... [2021-03-19T21:07:59.449Z] Starting dockerd [2021-03-19T21:07:59.449Z] +++ 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 [2021-03-19T21:07:59.571Z] ok github.com/docker/docker/image/v1 0.033s coverage: 25.0% of statements [2021-03-19T21:07:59.572Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-03-19T21:07:59.890Z] --- PASS: TestContainerBindMountNonRecursive (2.17s) [2021-03-19T21:07:59.890Z] === RUN TestContainerVolumesMountedAsShared [2021-03-19T21:08:00.150Z] --- PASS: TestContainerVolumesMountedAsShared (0.59s) [2021-03-19T21:08:00.150Z] === RUN TestContainerVolumesMountedAsSlave [2021-03-19T21:08:00.626Z] ok github.com/docker/docker/pkg/aaparser 0.004s coverage: 52.9% of statements [2021-03-19T21:08:00.626Z] ok github.com/docker/docker/oci 0.033s coverage: 45.2% of statements [2021-03-19T21:08:00.924Z] ok github.com/docker/docker/opts 0.088s coverage: 67.1% of statements [2021-03-19T21:08:01.014Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-19T21:08:01.014Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-19T21:08:01.091Z] --- PASS: TestContainerVolumesMountedAsSlave (0.86s) [2021-03-19T21:08:01.091Z] === RUN TestNetworkNat [2021-03-19T21:08:01.667Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.62s) [2021-03-19T21:08:01.667Z] === RUN TestAPIIpcModeHost [2021-03-19T21:08:01.667Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2021-03-19T21:08:01.667Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-03-19T21:08:01.667Z] === RUN TestDaemonIpcModeShareable [2021-03-19T21:08:01.667Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2021-03-19T21:08:01.667Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-03-19T21:08:01.667Z] === RUN TestDaemonIpcModePrivate [2021-03-19T21:08:01.691Z] --- PASS: TestNetworkNat (0.73s) [2021-03-19T21:08:01.691Z] === RUN TestNetworkLocalhostTCPNat [2021-03-19T21:08:01.983Z] . [2021-03-19T21:08:01.983Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-03-19T21:08:01.988Z] ok github.com/docker/docker/pkg/broadcaster 0.004s coverage: 100.0% of statements [2021-03-19T21:08:02.242Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-03-19T21:08:02.242Z] Error: No such image: emptyfs [2021-03-19T21:08:02.242Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-03-19T21:08:02.242Z] ++++ docker load [2021-03-19T21:08:02.646Z] --- PASS: TestNetworkLocalhostTCPNat (0.75s) [2021-03-19T21:08:02.646Z] === RUN TestNetworkLoopbackNat [2021-03-19T21:08:02.866Z] Running integration-test (iteration 1) [2021-03-19T21:08:02.866Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-03-19T21:08:02.866Z] ++ 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 [2021-03-19T21:08:02.866Z] ++ set -e [2021-03-19T21:08:02.866Z] ++ '[' -n 0 ']' [2021-03-19T21:08:02.866Z] ++ set -x [2021-03-19T21:08:02.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:08:03.537Z] ok github.com/docker/docker/pkg/capabilities 0.017s coverage: 87.5% of statements [2021-03-19T21:08:03.572Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-03-19T21:08:03.572Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.02s) [2021-03-19T21:08:03.572Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.13s) [2021-03-19T21:08:03.572Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.24s) [2021-03-19T21:08:03.572Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.33s) [2021-03-19T21:08:03.572Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.62s) [2021-03-19T21:08:03.572Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.60s) [2021-03-19T21:08:03.572Z] === RUN TestBuildMultiStageCopy [2021-03-19T21:08:03.572Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-03-19T21:08:03.834Z] ok github.com/docker/docker/pkg/authorization 1.264s coverage: 68.3% of statements [2021-03-19T21:08:04.889Z] ok github.com/docker/docker/pkg/archive 1.156s coverage: 76.8% of statements [2021-03-19T21:08:04.889Z] ok github.com/docker/docker/pkg/directory 0.006s coverage: 80.0% of statements [2021-03-19T21:08:04.961Z] --- PASS: TestDaemonIpcModePrivate (2.64s) [2021-03-19T21:08:04.961Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2021-03-19T21:08:04.961Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-03-19T21:08:04.961Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2021-03-19T21:08:04.961Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-03-19T21:08:04.961Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-03-19T21:08:04.961Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2021-03-19T21:08:04.961Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-03-19T21:08:04.961Z] === RUN TestIpcModeOlderClient [2021-03-19T21:08:04.961Z] === PAUSE TestIpcModeOlderClient [2021-03-19T21:08:04.961Z] === RUN TestKillContainerInvalidSignal [2021-03-19T21:08:04.961Z] --- PASS: TestKillContainerInvalidSignal (0.69s) [2021-03-19T21:08:04.961Z] === RUN TestKillContainer [2021-03-19T21:08:04.961Z] === RUN TestKillContainer/no_signal [2021-03-19T21:08:05.899Z] === RUN TestKillContainer/non_killing_signal [2021-03-19T21:08:05.940Z] ok github.com/docker/docker/pkg/discovery 0.027s coverage: 58.3% of statements [2021-03-19T21:08:05.940Z] ok github.com/docker/docker/pkg/discovery/file 0.020s coverage: 92.9% of statements [2021-03-19T21:08:05.947Z] --- PASS: TestNetworkLoopbackNat (3.17s) [2021-03-19T21:08:05.947Z] === RUN TestPause [2021-03-19T21:08:06.129Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-03-19T21:08:06.158Z] === RUN TestKillContainer/killing_signal [2021-03-19T21:08:06.391Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-03-19T21:08:06.517Z] --- PASS: TestPause (0.74s) [2021-03-19T21:08:06.517Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-03-19T21:08:06.517Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-19T21:08:06.517Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-19T21:08:06.517Z] === RUN TestPauseStopPausedContainer [2021-03-19T21:08:06.581Z] ok github.com/docker/docker/pkg/discovery/memory 0.004s coverage: 92.3% of statements [2021-03-19T21:08:06.966Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-03-19T21:08:07.088Z] --- PASS: TestPauseStopPausedContainer (0.77s) [2021-03-19T21:08:07.088Z] === RUN TestPsFilter [2021-03-19T21:08:07.095Z] --- PASS: TestKillContainer (1.96s) [2021-03-19T21:08:07.095Z] --- PASS: TestKillContainer/no_signal (0.65s) [2021-03-19T21:08:07.095Z] --- PASS: TestKillContainer/non_killing_signal (0.52s) [2021-03-19T21:08:07.095Z] --- PASS: TestKillContainer/killing_signal (0.62s) [2021-03-19T21:08:07.095Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-03-19T21:08:07.095Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-03-19T21:08:07.222Z] ok github.com/docker/docker/pkg/discovery/nodes 0.005s coverage: 93.8% of statements [2021-03-19T21:08:07.347Z] --- PASS: TestPsFilter (0.13s) [2021-03-19T21:08:07.347Z] === RUN TestRemoveContainerWithRemovedVolume [2021-03-19T21:08:07.541Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-03-19T21:08:07.663Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-03-19T21:08:07.864Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2021-03-19T21:08:07.917Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.69s) [2021-03-19T21:08:07.917Z] === RUN TestRemoveContainerWithVolume [2021-03-19T21:08:08.116Z] --- PASS: TestBuildMultiStageCopy (4.75s) [2021-03-19T21:08:08.116Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.56s) [2021-03-19T21:08:08.116Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.48s) [2021-03-19T21:08:08.116Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.52s) [2021-03-19T21:08:08.116Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.55s) [2021-03-19T21:08:08.116Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.63s) [2021-03-19T21:08:08.116Z] === RUN TestBuildMultiStageParentConfig [2021-03-19T21:08:08.160Z] ok github.com/docker/docker/layer 7.539s coverage: 68.8% of statements [2021-03-19T21:08:08.160Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-03-19T21:08:08.160Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-03-19T21:08:08.160Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-03-19T21:08:08.160Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-03-19T21:08:08.160Z] ? github.com/docker/docker/oci/caps [no test files] [2021-03-19T21:08:08.234Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.32s) [2021-03-19T21:08:08.234Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.63s) [2021-03-19T21:08:08.234Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.54s) [2021-03-19T21:08:08.234Z] === RUN TestKillStoppedContainer [2021-03-19T21:08:08.493Z] --- PASS: TestKillStoppedContainer (0.06s) [2021-03-19T21:08:08.493Z] === RUN TestKillStoppedContainerAPIPre120 [2021-03-19T21:08:08.493Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2021-03-19T21:08:08.493Z] === RUN TestKillDifferentUserContainer [2021-03-19T21:08:08.855Z] --- PASS: TestRemoveContainerWithVolume (0.74s) [2021-03-19T21:08:08.855Z] === RUN TestRemoveContainerRunning [2021-03-19T21:08:09.062Z] --- PASS: TestKillDifferentUserContainer (0.68s) [2021-03-19T21:08:09.062Z] === RUN TestInspectOomKilledTrue [2021-03-19T21:08:09.062Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-03-19T21:08:09.062Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-19T21:08:09.062Z] === RUN TestInspectOomKilledFalse [2021-03-19T21:08:09.062Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-03-19T21:08:09.062Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-19T21:08:09.062Z] === RUN TestLinksEtcHostsContentMatch [2021-03-19T21:08:09.062Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2021-03-19T21:08:09.062Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-03-19T21:08:09.062Z] === RUN TestLinksContainerNames [2021-03-19T21:08:09.212Z] ok github.com/docker/docker/pkg/filenotify 0.644s coverage: 67.0% of statements [2021-03-19T21:08:09.212Z] ok github.com/docker/docker/pkg/chrootarchive 4.008s coverage: 43.2% of statements [2021-03-19T21:08:09.212Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-03-19T21:08:09.212Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-03-19T21:08:09.212Z] ok github.com/docker/docker/pkg/fileutils 0.042s coverage: 89.5% of statements [2021-03-19T21:08:09.426Z] --- PASS: TestRemoveContainerRunning (0.71s) [2021-03-19T21:08:09.426Z] === RUN TestRemoveContainerForceRemoveRunning [2021-03-19T21:08:09.507Z] --- PASS: TestBuildMultiStageParentConfig (1.42s) [2021-03-19T21:08:09.507Z] === RUN TestBuildLabelWithTargets [2021-03-19T21:08:09.998Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.69s) [2021-03-19T21:08:09.998Z] === RUN TestRemoveInvalidContainer [2021-03-19T21:08:09.998Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-03-19T21:08:09.998Z] === RUN TestRenameLinkedContainer [2021-03-19T21:08:10.265Z] ok github.com/docker/docker/pkg/homedir 0.006s coverage: 11.4% of statements [2021-03-19T21:08:10.265Z] ok github.com/docker/docker/pkg/fsutils 0.374s coverage: 85.1% of statements [2021-03-19T21:08:10.442Z] --- PASS: TestLinksContainerNames (1.34s) [2021-03-19T21:08:10.442Z] === RUN TestLogsFollowTailEmpty [2021-03-19T21:08:10.562Z] ok github.com/docker/docker/pkg/discovery/kv 3.097s coverage: 84.1% of statements [2021-03-19T21:08:11.379Z] --- PASS: TestLogsFollowTailEmpty (0.69s) [2021-03-19T21:08:11.379Z] === RUN TestContainerNetworkMountsNoChown [2021-03-19T21:08:11.617Z] ok github.com/docker/docker/pkg/longpath 0.005s coverage: 100.0% of statements [2021-03-19T21:08:11.916Z] ok github.com/docker/docker/pkg/jsonmessage 0.008s coverage: 91.7% of statements [2021-03-19T21:08:11.946Z] --- PASS: TestContainerNetworkMountsNoChown (0.67s) [2021-03-19T21:08:11.946Z] === RUN TestMountDaemonRoot [2021-03-19T21:08:11.946Z] === RUN TestMountDaemonRoot/default [2021-03-19T21:08:11.946Z] === PAUSE TestMountDaemonRoot/default [2021-03-19T21:08:11.946Z] === RUN TestMountDaemonRoot/private [2021-03-19T21:08:11.946Z] === PAUSE TestMountDaemonRoot/private [2021-03-19T21:08:11.946Z] === RUN TestMountDaemonRoot/rprivate [2021-03-19T21:08:11.946Z] === PAUSE TestMountDaemonRoot/rprivate [2021-03-19T21:08:11.946Z] === RUN TestMountDaemonRoot/slave [2021-03-19T21:08:11.946Z] === PAUSE TestMountDaemonRoot/slave [2021-03-19T21:08:11.946Z] === RUN TestMountDaemonRoot/rslave [2021-03-19T21:08:11.946Z] === PAUSE TestMountDaemonRoot/rslave [2021-03-19T21:08:11.946Z] === RUN TestMountDaemonRoot/shared [2021-03-19T21:08:11.946Z] === PAUSE TestMountDaemonRoot/shared [2021-03-19T21:08:11.946Z] === RUN TestMountDaemonRoot/rshared [2021-03-19T21:08:11.946Z] === PAUSE TestMountDaemonRoot/rshared [2021-03-19T21:08:11.946Z] === CONT TestMountDaemonRoot/default [2021-03-19T21:08:11.946Z] === RUN TestMountDaemonRoot/default/mount_root [2021-03-19T21:08:11.946Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-03-19T21:08:11.946Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-03-19T21:08:11.946Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-03-19T21:08:11.946Z] === RUN TestMountDaemonRoot/default/bind_root [2021-03-19T21:08:11.946Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-03-19T21:08:11.946Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-03-19T21:08:11.946Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-03-19T21:08:11.946Z] === CONT TestMountDaemonRoot/rslave [2021-03-19T21:08:11.946Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-03-19T21:08:11.946Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-03-19T21:08:11.946Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-03-19T21:08:11.946Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-03-19T21:08:11.946Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-03-19T21:08:11.946Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-03-19T21:08:11.946Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-03-19T21:08:11.946Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-03-19T21:08:11.946Z] === CONT TestMountDaemonRoot/rshared [2021-03-19T21:08:11.946Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-03-19T21:08:11.946Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-03-19T21:08:11.946Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-03-19T21:08:11.946Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-03-19T21:08:11.946Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-03-19T21:08:11.946Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-03-19T21:08:11.946Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-03-19T21:08:11.946Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-03-19T21:08:11.946Z] === CONT TestMountDaemonRoot/shared [2021-03-19T21:08:11.946Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-03-19T21:08:11.946Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-03-19T21:08:11.946Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-03-19T21:08:11.946Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-03-19T21:08:11.946Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-03-19T21:08:11.946Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-03-19T21:08:11.946Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-03-19T21:08:11.946Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-03-19T21:08:11.946Z] === CONT TestMountDaemonRoot/rprivate [2021-03-19T21:08:11.946Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-03-19T21:08:11.946Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-03-19T21:08:11.946Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-03-19T21:08:11.946Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-03-19T21:08:11.946Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-03-19T21:08:11.946Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-03-19T21:08:11.946Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-03-19T21:08:11.946Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-03-19T21:08:11.946Z] === CONT TestMountDaemonRoot/slave [2021-03-19T21:08:11.946Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-03-19T21:08:11.946Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-03-19T21:08:11.946Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-03-19T21:08:11.946Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-03-19T21:08:11.946Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-03-19T21:08:11.946Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-03-19T21:08:11.946Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-03-19T21:08:11.946Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-03-19T21:08:11.946Z] === CONT TestMountDaemonRoot/private [2021-03-19T21:08:11.946Z] === RUN TestMountDaemonRoot/private/bind_root [2021-03-19T21:08:11.946Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-03-19T21:08:11.946Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-03-19T21:08:11.946Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-03-19T21:08:11.946Z] === RUN TestMountDaemonRoot/private/mount_root [2021-03-19T21:08:11.946Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-03-19T21:08:11.946Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-03-19T21:08:11.946Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-03-19T21:08:11.946Z] === CONT TestMountDaemonRoot/default/mount_root [2021-03-19T21:08:11.946Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-03-19T21:08:11.946Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-03-19T21:08:11.946Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-03-19T21:08:11.946Z] === CONT TestMountDaemonRoot/default/bind_root [2021-03-19T21:08:11.946Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-03-19T21:08:11.946Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-03-19T21:08:11.946Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-03-19T21:08:11.946Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-03-19T21:08:11.946Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-03-19T21:08:11.946Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-03-19T21:08:12.061Z] --- PASS: TestBuildLabelWithTargets (2.26s) [2021-03-19T21:08:12.061Z] === RUN TestBuildWithEmptyLayers [2021-03-19T21:08:12.206Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-03-19T21:08:12.206Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-03-19T21:08:12.206Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-03-19T21:08:12.206Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-03-19T21:08:12.206Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-03-19T21:08:12.206Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-03-19T21:08:12.206Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-03-19T21:08:12.206Z] === CONT TestMountDaemonRoot/private/bind_root [2021-03-19T21:08:12.206Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-03-19T21:08:12.206Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-03-19T21:08:12.206Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-03-19T21:08:12.206Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-03-19T21:08:12.206Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-03-19T21:08:12.206Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-03-19T21:08:12.206Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-03-19T21:08:12.206Z] === CONT TestMountDaemonRoot/private/mount_root [2021-03-19T21:08:12.206Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-03-19T21:08:12.206Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-03-19T21:08:12.206Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-03-19T21:08:12.206Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2021-03-19T21:08:12.206Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2021-03-19T21:08:12.206Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.03s) [2021-03-19T21:08:12.206Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.03s) [2021-03-19T21:08:12.206Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-03-19T21:08:12.206Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2021-03-19T21:08:12.206Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2021-03-19T21:08:12.206Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2021-03-19T21:08:12.206Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2021-03-19T21:08:12.206Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-03-19T21:08:12.206Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2021-03-19T21:08:12.206Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2021-03-19T21:08:12.206Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2021-03-19T21:08:12.206Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2021-03-19T21:08:12.206Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-03-19T21:08:12.206Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-03-19T21:08:12.206Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-03-19T21:08:12.206Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-03-19T21:08:12.206Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2021-03-19T21:08:12.206Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-03-19T21:08:12.206Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2021-03-19T21:08:12.206Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-03-19T21:08:12.206Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2021-03-19T21:08:12.206Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2021-03-19T21:08:12.206Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-03-19T21:08:12.206Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-03-19T21:08:12.206Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2021-03-19T21:08:12.206Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2021-03-19T21:08:12.206Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2021-03-19T21:08:12.206Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-03-19T21:08:12.206Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-03-19T21:08:12.206Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2021-03-19T21:08:12.206Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-03-19T21:08:12.206Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-03-19T21:08:12.206Z] === RUN TestContainerBindMountNonRecursive [2021-03-19T21:08:12.206Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2021-03-19T21:08:12.206Z] mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2021-03-19T21:08:12.206Z] === RUN TestContainerVolumesMountedAsShared [2021-03-19T21:08:12.206Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2021-03-19T21:08:12.206Z] mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2021-03-19T21:08:12.206Z] === RUN TestContainerVolumesMountedAsSlave [2021-03-19T21:08:12.206Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2021-03-19T21:08:12.206Z] mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2021-03-19T21:08:12.206Z] === RUN TestNetworkNat [2021-03-19T21:08:12.212Z] ok github.com/docker/docker/pkg/idtools 0.521s coverage: 69.5% of statements [2021-03-19T21:08:12.510Z] ok github.com/docker/docker/pkg/namesgenerator 0.006s coverage: 85.7% of statements [2021-03-19T21:08:12.807Z] ok github.com/docker/docker/pkg/parsers 0.005s coverage: 97.0% of statements [2021-03-19T21:08:13.012Z] --- PASS: TestBuildWithEmptyLayers (1.11s) [2021-03-19T21:08:13.012Z] === RUN TestBuildMultiStageOnBuild [2021-03-19T21:08:13.105Z] ok github.com/docker/docker/pkg/ioutils 1.201s coverage: 69.3% of statements [2021-03-19T21:08:13.105Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-03-19T21:08:13.105Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-03-19T21:08:13.105Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-03-19T21:08:13.105Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-03-19T21:08:13.145Z] --- PASS: TestNetworkNat (0.79s) [2021-03-19T21:08:13.145Z] === RUN TestNetworkLocalhostTCPNat [2021-03-19T21:08:13.292Z] --- PASS: TestRenameLinkedContainer (2.90s) [2021-03-19T21:08:13.292Z] === RUN TestRenameStoppedContainer [2021-03-19T21:08:13.404Z] ok github.com/docker/docker/pkg/parsers/kernel 0.034s coverage: 60.0% of statements [2021-03-19T21:08:13.708Z] ok github.com/docker/docker/pkg/pidfile 0.010s coverage: 82.4% of statements [2021-03-19T21:08:13.714Z] --- PASS: TestNetworkLocalhostTCPNat (0.68s) [2021-03-19T21:08:13.714Z] === RUN TestNetworkLoopbackNat [2021-03-19T21:08:13.860Z] --- PASS: TestRenameStoppedContainer (0.71s) [2021-03-19T21:08:13.860Z] === RUN TestRenameRunningContainerAndReuse [2021-03-19T21:08:14.007Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.052s coverage: 86.7% of statements [2021-03-19T21:08:14.007Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-03-19T21:08:14.007Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-03-19T21:08:14.650Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.027s coverage: 56.8% of statements [2021-03-19T21:08:15.242Z] --- PASS: TestRenameRunningContainerAndReuse (1.46s) [2021-03-19T21:08:15.242Z] === RUN TestRenameInvalidName [2021-03-19T21:08:15.704Z] ok github.com/docker/docker/pkg/progress 0.005s coverage: 75.9% of statements [2021-03-19T21:08:15.704Z] ok github.com/docker/docker/pkg/pools 0.013s coverage: 88.2% of statements [2021-03-19T21:08:15.704Z] ok github.com/docker/docker/pkg/plugins/transport 0.005s coverage: 85.7% of statements [2021-03-19T21:08:15.812Z] --- PASS: TestRenameInvalidName (0.73s) [2021-03-19T21:08:15.812Z] === RUN TestRenameAnonymousContainer [2021-03-19T21:08:16.327Z] --- PASS: TestBuildMultiStageOnBuild (3.10s) [2021-03-19T21:08:16.327Z] === RUN TestBuildUncleanTarFilenames [2021-03-19T21:08:16.350Z] ok github.com/docker/docker/pkg/reexec 0.007s coverage: 82.4% of statements [2021-03-19T21:08:17.001Z] --- PASS: TestNetworkLoopbackNat (3.01s) [2021-03-19T21:08:17.001Z] === RUN TestPause [2021-03-19T21:08:17.001Z] --- SKIP: TestPause (0.00s) [2021-03-19T21:08:17.001Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-19T21:08:17.001Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-03-19T21:08:17.001Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-19T21:08:17.001Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-19T21:08:17.001Z] === RUN TestPauseStopPausedContainer [2021-03-19T21:08:17.001Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2021-03-19T21:08:17.001Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-19T21:08:17.001Z] === RUN TestPsFilter [2021-03-19T21:08:17.001Z] --- PASS: TestPsFilter (0.10s) [2021-03-19T21:08:17.001Z] === RUN TestRemoveContainerWithRemovedVolume [2021-03-19T21:08:17.400Z] ok github.com/docker/docker/pkg/stdcopy 0.008s coverage: 100.0% of statements [2021-03-19T21:08:17.400Z] ok github.com/docker/docker/pkg/pubsub 1.131s coverage: 75.0% of statements [2021-03-19T21:08:17.569Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.63s) [2021-03-19T21:08:17.569Z] === RUN TestRemoveContainerWithVolume [2021-03-19T21:08:17.720Z] --- PASS: TestBuildUncleanTarFilenames (1.41s) [2021-03-19T21:08:17.720Z] === RUN TestBuildMultiStageLayerLeak [2021-03-19T21:08:18.043Z] ok github.com/docker/docker/pkg/streamformatter 0.006s coverage: 66.2% of statements [2021-03-19T21:08:18.043Z] ok github.com/docker/docker/pkg/stringid 0.025s coverage: 70.6% of statements [2021-03-19T21:08:18.137Z] --- PASS: TestRemoveContainerWithVolume (0.67s) [2021-03-19T21:08:18.137Z] === RUN TestRemoveContainerRunning [2021-03-19T21:08:18.355Z] --- PASS: TestRenameAnonymousContainer (2.44s) [2021-03-19T21:08:18.355Z] === RUN TestRenameContainerWithSameName [2021-03-19T21:08:19.074Z] --- PASS: TestRemoveContainerRunning (0.67s) [2021-03-19T21:08:19.074Z] === RUN TestRemoveContainerForceRemoveRunning [2021-03-19T21:08:19.294Z] --- PASS: TestRenameContainerWithSameName (0.72s) [2021-03-19T21:08:19.294Z] === RUN TestRenameContainerWithLinkedContainer [2021-03-19T21:08:19.573Z] ok github.com/docker/docker/pkg/system 0.038s coverage: 36.9% of statements [2021-03-19T21:08:19.573Z] ok github.com/docker/docker/pkg/sysinfo 0.008s coverage: 53.8% of statements [2021-03-19T21:08:19.573Z] ok github.com/docker/docker/pkg/signal 2.909s coverage: 61.0% of statements [2021-03-19T21:08:19.642Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.64s) [2021-03-19T21:08:19.642Z] === RUN TestRemoveInvalidContainer [2021-03-19T21:08:19.642Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-03-19T21:08:19.642Z] === RUN TestRenameLinkedContainer [2021-03-19T21:08:20.218Z] ok github.com/docker/docker/pkg/tailfile 0.156s coverage: 88.6% of statements [2021-03-19T21:08:20.514Z] testing: warning: no tests to run [2021-03-19T21:08:20.514Z] coverage: [no statements] [2021-03-19T21:08:20.514Z] ok github.com/docker/docker/pkg/term/windows 0.004s coverage: [no statements] [no tests to run] [2021-03-19T21:08:20.675Z] --- PASS: TestRenameContainerWithLinkedContainer (1.47s) [2021-03-19T21:08:20.675Z] === RUN TestResize [2021-03-19T21:08:21.031Z] --- PASS: TestBuildMultiStageLayerLeak (3.12s) [2021-03-19T21:08:21.031Z] === RUN TestBuildWithHugeFile [2021-03-19T21:08:21.157Z] ok github.com/docker/docker/pkg/tarsum 0.134s coverage: 89.3% of statements [2021-03-19T21:08:21.157Z] ok github.com/docker/docker/pkg/truncindex 0.105s coverage: 91.5% of statements [2021-03-19T21:08:21.157Z] ok github.com/docker/docker/pkg/urlutil 0.003s coverage: 100.0% of statements [2021-03-19T21:08:21.245Z] --- PASS: TestResize (0.71s) [2021-03-19T21:08:21.245Z] === RUN TestResizeWithInvalidSize [2021-03-19T21:08:21.455Z] ok github.com/docker/docker/pkg/useragent 0.005s coverage: 88.9% of statements [2021-03-19T21:08:22.176Z] --- PASS: TestRenameLinkedContainer (2.60s) [2021-03-19T21:08:22.176Z] === RUN TestRenameStoppedContainer [2021-03-19T21:08:22.183Z] --- PASS: TestResizeWithInvalidSize (0.70s) [2021-03-19T21:08:22.183Z] === RUN TestResizeWhenContainerNotStarted [2021-03-19T21:08:22.744Z] --- PASS: TestRenameStoppedContainer (0.64s) [2021-03-19T21:08:22.744Z] === RUN TestRenameRunningContainerAndReuse [2021-03-19T21:08:22.753Z] --- PASS: TestResizeWhenContainerNotStarted (0.69s) [2021-03-19T21:08:22.753Z] === RUN TestDaemonRestartKillContainers [2021-03-19T21:08:22.753Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-19T21:08:22.753Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-19T21:08:22.753Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-19T21:08:22.753Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-19T21:08:22.753Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-19T21:08:22.753Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-19T21:08:22.753Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-19T21:08:22.753Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-19T21:08:22.753Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-19T21:08:22.753Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-19T21:08:22.753Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-19T21:08:22.753Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-19T21:08:22.753Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-19T21:08:22.753Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-19T21:08:22.753Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-19T21:08:22.753Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-19T21:08:22.753Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-19T21:08:22.753Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-19T21:08:22.753Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-19T21:08:22.753Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-19T21:08:22.753Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-19T21:08:22.753Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-19T21:08:22.753Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-19T21:08:22.753Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-19T21:08:22.753Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-19T21:08:22.753Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-19T21:08:23.553Z] ok github.com/docker/docker/plugin/v2 0.022s coverage: 14.5% of statements [2021-03-19T21:08:23.851Z] ok github.com/docker/docker/profiles/seccomp 0.023s coverage: 83.5% of statements [2021-03-19T21:08:24.122Z] --- PASS: TestRenameRunningContainerAndReuse (1.31s) [2021-03-19T21:08:24.122Z] === RUN TestRenameInvalidName [2021-03-19T21:08:24.690Z] --- PASS: TestRenameInvalidName (0.67s) [2021-03-19T21:08:24.690Z] === RUN TestRenameAnonymousContainer [2021-03-19T21:08:24.903Z] ok github.com/docker/docker/reference 0.011s coverage: 84.4% of statements [2021-03-19T21:08:25.293Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-19T21:08:25.293Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-19T21:08:25.548Z] ok github.com/docker/docker/plugin 0.564s coverage: 23.2% of statements [2021-03-19T21:08:26.232Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-19T21:08:26.492Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-19T21:08:27.083Z] ok github.com/docker/docker/quota 0.643s coverage: 71.4% of statements [2021-03-19T21:08:27.226Z] --- PASS: TestRenameAnonymousContainer (2.22s) [2021-03-19T21:08:27.226Z] === RUN TestRenameContainerWithSameName [2021-03-19T21:08:27.379Z] ok github.com/docker/docker/registry/resumable 0.032s coverage: 100.0% of statements [2021-03-19T21:08:27.793Z] --- PASS: TestRenameContainerWithSameName (0.77s) [2021-03-19T21:08:27.793Z] === RUN TestRenameContainerWithLinkedContainer [2021-03-19T21:08:27.873Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-19T21:08:27.873Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-19T21:08:28.023Z] ok github.com/docker/docker/restartmanager 0.004s coverage: 45.3% of statements [2021-03-19T21:08:28.320Z] ok github.com/docker/docker/registry 0.201s coverage: 58.8% of statements [2021-03-19T21:08:28.965Z] ok github.com/docker/docker/testutil 0.042s coverage: 62.5% of statements [2021-03-19T21:08:29.171Z] --- PASS: TestRenameContainerWithLinkedContainer (1.33s) [2021-03-19T21:08:29.171Z] === RUN TestResize [2021-03-19T21:08:29.609Z] ok github.com/docker/docker/runconfig 0.025s coverage: 66.1% of statements [2021-03-19T21:08:29.739Z] --- PASS: TestResize (0.64s) [2021-03-19T21:08:29.739Z] === RUN TestResizeWithInvalidSize [2021-03-19T21:08:29.781Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-19T21:08:30.042Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-19T21:08:30.308Z] --- PASS: TestResizeWithInvalidSize (0.67s) [2021-03-19T21:08:30.308Z] === RUN TestResizeWhenContainerNotStarted [2021-03-19T21:08:30.877Z] --- PASS: TestResizeWhenContainerNotStarted (0.64s) [2021-03-19T21:08:30.877Z] === RUN TestDaemonRestartKillContainers [2021-03-19T21:08:30.877Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-03-19T21:08:30.877Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-03-19T21:08:30.877Z] === RUN TestCgroupNamespacesRun [2021-03-19T21:08:32.375Z] ok github.com/docker/docker/volume/drivers 0.044s coverage: 36.1% of statements [2021-03-19T21:08:32.585Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-19T21:08:33.155Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-19T21:08:33.431Z] ok github.com/docker/docker/volume/mounts 0.039s coverage: 67.0% of statements [2021-03-19T21:08:33.431Z] ok github.com/docker/docker/volume/local 0.240s coverage: 76.4% of statements [2021-03-19T21:08:34.167Z] --- PASS: TestCgroupNamespacesRun (2.72s) [2021-03-19T21:08:34.167Z] === RUN TestCgroupNamespacesRunPrivileged [2021-03-19T21:08:34.954Z] ok github.com/docker/docker/volume/service 0.026s coverage: 73.1% of statements [2021-03-19T21:08:35.693Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-03-19T21:08:35.693Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.28s) [2021-03-19T21:08:35.693Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.36s) [2021-03-19T21:08:35.693Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.35s) [2021-03-19T21:08:35.693Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.41s) [2021-03-19T21:08:35.693Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.31s) [2021-03-19T21:08:35.693Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.41s) [2021-03-19T21:08:35.693Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.19s) [2021-03-19T21:08:35.693Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.27s) [2021-03-19T21:08:35.693Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.87s) [2021-03-19T21:08:35.693Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.03s) [2021-03-19T21:08:35.693Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.30s) [2021-03-19T21:08:35.693Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.23s) [2021-03-19T21:08:35.693Z] === RUN TestCgroupNamespacesRun [2021-03-19T21:08:36.072Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.16s) [2021-03-19T21:08:36.072Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-03-19T21:08:37.073Z] --- PASS: TestCgroupNamespacesRun (1.73s) [2021-03-19T21:08:37.073Z] === RUN TestCgroupNamespacesRunPrivileged [2021-03-19T21:08:37.073Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2021-03-19T21:08:37.073Z] run_cgroupns_linux_test.go:72: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-03-19T21:08:37.073Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-03-19T21:08:37.309Z] ..........................xx.................... [ 29%] [2021-03-19T21:08:38.609Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.66s) [2021-03-19T21:08:38.609Z] === RUN TestCgroupNamespacesRunHostMode [2021-03-19T21:08:38.981Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.71s) [2021-03-19T21:08:38.981Z] === RUN TestCgroupNamespacesRunHostMode [2021-03-19T21:08:40.891Z] --- PASS: TestCgroupNamespacesRunHostMode (1.67s) [2021-03-19T21:08:40.891Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-03-19T21:08:41.144Z] --- PASS: TestCgroupNamespacesRunHostMode (2.69s) [2021-03-19T21:08:41.144Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-03-19T21:08:42.272Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.76s) [2021-03-19T21:08:42.272Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-03-19T21:08:43.652Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.22s) [2021-03-19T21:08:43.652Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-03-19T21:08:44.200Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-03-19T21:08:44.200Z] [2021-03-19T21:08:44.200Z] ________ ____ __. [2021-03-19T21:08:44.200Z] \_____ \ | |/ _| [2021-03-19T21:08:44.200Z] / | \| < [2021-03-19T21:08:44.200Z] / | \ | \ [2021-03-19T21:08:44.200Z] \_______ /____|__ \ [2021-03-19T21:08:44.200Z] \/ \/ [2021-03-19T21:08:44.200Z] [2021-03-19T21:08:44.200Z] INFO: make.ps1 ended at 03/19/2021 21:08:36 [2021-03-19T21:08:44.200Z] INFO: Binaries build ended at 03/19/2021 21:08:37. Duration:00:01:26.0780993 [2021-03-19T21:08:44.200Z] INFO: Copying the built daemon binary to d:\CI\PR-42173\2\binary\dockerd-0f32beb4f8.exe... [2021-03-19T21:08:44.200Z] INFO: Copying the built client binary to d:\CI\PR-42173\2\binary\docker-0f32beb4f8.exe... [2021-03-19T21:08:44.200Z] INFO: Copying dockerversion from the container... [2021-03-19T21:08:44.200Z] INFO: Copying the golang package from the container to d:\CI\PR-42173\2\installer\go.zip... [2021-03-19T21:08:44.200Z] INFO: Extracting go.zip to d:\CI\PR-42173\2\go [2021-03-19T21:08:44.222Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.72s) [2021-03-19T21:08:44.222Z] === RUN TestCgroupNamespacesRunOlderClient [2021-03-19T21:08:44.433Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.65s) [2021-03-19T21:08:44.433Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-03-19T21:08:46.130Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.71s) [2021-03-19T21:08:46.130Z] === RUN TestKernelTCPMemory [2021-03-19T21:08:46.130Z] --- SKIP: TestKernelTCPMemory (0.01s) [2021-03-19T21:08:46.130Z] run_linux_test.go:24: !testEnv.DaemonInfo.KernelMemoryTCP [2021-03-19T21:08:46.130Z] === RUN TestNISDomainname [2021-03-19T21:08:46.336Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.13s) [2021-03-19T21:08:46.336Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-03-19T21:08:47.512Z] --- PASS: TestNISDomainname (1.32s) [2021-03-19T21:08:47.513Z] === RUN TestHostnameDnsResolution [2021-03-19T21:08:47.713Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.70s) [2021-03-19T21:08:47.713Z] === RUN TestCgroupNamespacesRunOlderClient [2021-03-19T21:08:48.481Z] --- PASS: TestHostnameDnsResolution (1.31s) [2021-03-19T21:08:48.481Z] === RUN TestStats [2021-03-19T21:08:49.591Z] Loaded image: buildpack-deps:buster [2021-03-19T21:08:49.591Z] Loaded image: busybox:latest [2021-03-19T21:08:49.591Z] Loaded image: busybox:glibc [2021-03-19T21:08:50.248Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.63s) [2021-03-19T21:08:50.248Z] === RUN TestKernelTCPMemory [2021-03-19T21:08:50.248Z] --- SKIP: TestKernelTCPMemory (0.01s) [2021-03-19T21:08:50.248Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-19T21:08:50.248Z] === RUN TestNISDomainname [2021-03-19T21:08:50.248Z] --- SKIP: TestNISDomainname (0.01s) [2021-03-19T21:08:50.248Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2021-03-19T21:08:50.248Z] === RUN TestHostnameDnsResolution [2021-03-19T21:08:50.306Z] ok github.com/docker/docker/pkg/plugins 33.628s coverage: 76.6% of statements [2021-03-19T21:08:50.306Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-03-19T21:08:50.306Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-03-19T21:08:50.306Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-03-19T21:08:50.306Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-03-19T21:08:50.306Z] ? github.com/docker/docker/pkg/term [no test files] [2021-03-19T21:08:50.306Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-03-19T21:08:50.306Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-03-19T21:08:50.306Z] ? github.com/docker/docker/rootless [no test files] [2021-03-19T21:08:50.306Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-03-19T21:08:50.306Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-03-19T21:08:50.306Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-03-19T21:08:50.306Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-03-19T21:08:50.306Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-03-19T21:08:50.306Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-03-19T21:08:50.306Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-03-19T21:08:50.306Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-03-19T21:08:50.306Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-03-19T21:08:50.306Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-03-19T21:08:50.306Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-03-19T21:08:50.306Z] ? github.com/docker/docker/testutil/request [no test files] [2021-03-19T21:08:50.306Z] ? github.com/docker/docker/volume [no test files] [2021-03-19T21:08:50.306Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-03-19T21:08:50.306Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-03-19T21:08:50.306Z] [2021-03-19T21:08:50.306Z] === Skipped [2021-03-19T21:08:50.306Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-03-19T21:08:50.306Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-03-19T21:08:50.306Z] [2021-03-19T21:08:50.306Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-03-19T21:08:50.306Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-03-19T21:08:50.306Z] [2021-03-19T21:08:50.306Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-03-19T21:08:50.306Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-19T21:08:50.306Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-19T21:08:50.306Z] [2021-03-19T21:08:50.306Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-03-19T21:08:50.306Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-19T21:08:50.306Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-19T21:08:50.306Z] [2021-03-19T21:08:50.306Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-03-19T21:08:50.306Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-19T21:08:50.306Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-19T21:08:50.306Z] [2021-03-19T21:08:50.306Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-03-19T21:08:50.306Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-19T21:08:50.306Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-19T21:08:50.306Z] [2021-03-19T21:08:50.306Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-03-19T21:08:50.306Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-19T21:08:50.306Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-19T21:08:50.306Z] [2021-03-19T21:08:50.306Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-03-19T21:08:50.306Z] graphtest_unix.go:73: No driver to put! [2021-03-19T21:08:50.306Z] [2021-03-19T21:08:50.306Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-03-19T21:08:50.306Z] time="2021-03-19T21:07:29Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-19T21:08:50.306Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-19T21:08:50.306Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-19T21:08:50.306Z] [2021-03-19T21:08:50.306Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-03-19T21:08:50.306Z] time="2021-03-19T21:07:29Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-19T21:08:50.306Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-19T21:08:50.306Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-19T21:08:50.306Z] [2021-03-19T21:08:50.306Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-03-19T21:08:50.306Z] time="2021-03-19T21:07:29Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-19T21:08:50.306Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-19T21:08:50.306Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-19T21:08:50.306Z] [2021-03-19T21:08:50.306Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-03-19T21:08:50.306Z] time="2021-03-19T21:07:29Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-19T21:08:50.306Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-19T21:08:50.306Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-19T21:08:50.306Z] [2021-03-19T21:08:50.306Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-03-19T21:08:50.306Z] time="2021-03-19T21:07:29Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-19T21:08:50.306Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-19T21:08:50.306Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-19T21:08:50.306Z] [2021-03-19T21:08:50.306Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-03-19T21:08:50.306Z] graphtest_unix.go:73: No driver to put! [2021-03-19T21:08:50.306Z] [2021-03-19T21:08:50.306Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-03-19T21:08:50.306Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-03-19T21:08:50.306Z] [2021-03-19T21:08:50.306Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-03-19T21:08:50.306Z] overlay_test.go:49: Fails to compute changes intermittently [2021-03-19T21:08:50.306Z] [2021-03-19T21:08:50.306Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-03-19T21:08:50.306Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-03-19T21:08:50.306Z] [2021-03-19T21:08:50.306Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-03-19T21:08:50.306Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-03-19T21:08:50.306Z] [2021-03-19T21:08:50.306Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-03-19T21:08:50.306Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-19T21:08:50.306Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-19T21:08:50.306Z] [2021-03-19T21:08:50.306Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-03-19T21:08:50.306Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-19T21:08:50.306Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-19T21:08:50.306Z] [2021-03-19T21:08:50.306Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-03-19T21:08:50.306Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-19T21:08:50.306Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-19T21:08:50.306Z] [2021-03-19T21:08:50.306Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-03-19T21:08:50.306Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-19T21:08:50.306Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-19T21:08:50.306Z] [2021-03-19T21:08:50.306Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-03-19T21:08:50.306Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-19T21:08:50.306Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-19T21:08:50.306Z] [2021-03-19T21:08:50.306Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-03-19T21:08:50.306Z] graphtest_unix.go:73: No driver to put! [2021-03-19T21:08:50.306Z] [2021-03-19T21:08:50.306Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-03-19T21:08:50.306Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-03-19T21:08:50.306Z] [2021-03-19T21:08:50.306Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-03-19T21:08:50.306Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-03-19T21:08:50.306Z] [2021-03-19T21:08:50.306Z] [2021-03-19T21:08:50.306Z] DONE 2244 tests, 26 skipped in 263.650s Post stage [Pipeline] junit [2021-03-19T21:08:50.357Z] Recording test results [2021-03-19T21:08:50.702Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-03-19T21:08:50.969Z] Loaded image: debian:bullseye [2021-03-19T21:08:50.969Z] Loaded image: hello-world:latest [2021-03-19T21:08:50.969Z] Loaded image: arm32v7/hello-world:latest [2021-03-19T21:08:51.145Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-42173/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0f32beb4f8d0a1db1ecc945f9669a35fd463af2c -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:0f32beb4f8d0a1db1ecc945f9669a35fd463af2c hack/make.sh dynbinary test-integration [2021-03-19T21:08:51.228Z] INFO: Testing against a local daemon [2021-03-19T21:08:51.228Z] === RUN TestCgroupNamespacesBuild [2021-03-19T21:08:51.440Z] [2021-03-19T21:08:51.440Z] Removing bundles/ [2021-03-19T21:08:51.440Z] [2021-03-19T21:08:51.440Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-03-19T21:08:51.440Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-03-19T21:08:51.440Z] GOOS="" GOARCH="" GOARM="" [2021-03-19T21:08:51.629Z] --- PASS: TestHostnameDnsResolution (1.19s) [2021-03-19T21:08:51.629Z] === RUN TestStats [2021-03-19T21:08:51.629Z] --- SKIP: TestStats (0.00s) [2021-03-19T21:08:51.629Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-19T21:08:51.629Z] === RUN TestStopContainerWithTimeout [2021-03-19T21:08:51.629Z] === RUN TestStopContainerWithTimeout/0 [2021-03-19T21:08:51.629Z] === PAUSE TestStopContainerWithTimeout/0 [2021-03-19T21:08:51.629Z] === RUN TestStopContainerWithTimeout/1 [2021-03-19T21:08:51.629Z] === PAUSE TestStopContainerWithTimeout/1 [2021-03-19T21:08:51.629Z] === RUN TestStopContainerWithTimeout/3 [2021-03-19T21:08:51.629Z] === PAUSE TestStopContainerWithTimeout/3 [2021-03-19T21:08:51.629Z] === RUN TestStopContainerWithTimeout/-1 [2021-03-19T21:08:51.629Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-03-19T21:08:51.629Z] === CONT TestStopContainerWithTimeout/0 [2021-03-19T21:08:51.629Z] === CONT TestStopContainerWithTimeout/-1 [2021-03-19T21:08:51.781Z] --- PASS: TestStats (2.76s) [2021-03-19T21:08:51.781Z] === RUN TestStopContainerWithTimeout [2021-03-19T21:08:51.781Z] === RUN TestStopContainerWithTimeout/0 [2021-03-19T21:08:51.781Z] === PAUSE TestStopContainerWithTimeout/0 [2021-03-19T21:08:51.781Z] === RUN TestStopContainerWithTimeout/1 [2021-03-19T21:08:51.781Z] === PAUSE TestStopContainerWithTimeout/1 [2021-03-19T21:08:51.781Z] === RUN TestStopContainerWithTimeout/3 [2021-03-19T21:08:51.781Z] === PAUSE TestStopContainerWithTimeout/3 [2021-03-19T21:08:51.781Z] === RUN TestStopContainerWithTimeout/-1 [2021-03-19T21:08:51.781Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-03-19T21:08:51.781Z] === CONT TestStopContainerWithTimeout/0 [2021-03-19T21:08:51.781Z] === CONT TestStopContainerWithTimeout/3 [2021-03-19T21:08:52.351Z] === CONT TestStopContainerWithTimeout/-1 [2021-03-19T21:08:52.566Z] === CONT TestStopContainerWithTimeout/3 [2021-03-19T21:08:54.258Z] === CONT TestStopContainerWithTimeout/1 [2021-03-19T21:08:54.470Z] === CONT TestStopContainerWithTimeout/1 [2021-03-19T21:08:54.516Z] --- PASS: TestCgroupNamespacesBuild (3.17s) [2021-03-19T21:08:54.516Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-03-19T21:08:56.165Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-03-19T21:08:56.165Z] --- PASS: TestStopContainerWithTimeout/0 (1.10s) [2021-03-19T21:08:56.165Z] --- PASS: TestStopContainerWithTimeout/3 (3.04s) [2021-03-19T21:08:56.165Z] --- PASS: TestStopContainerWithTimeout/-1 (2.67s) [2021-03-19T21:08:56.165Z] --- PASS: TestStopContainerWithTimeout/1 (1.70s) [2021-03-19T21:08:56.165Z] === RUN TestDeleteDevicemapper [2021-03-19T21:08:56.165Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-03-19T21:08:56.165Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-19T21:08:56.165Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-03-19T21:08:56.386Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-03-19T21:08:56.386Z] --- PASS: TestStopContainerWithTimeout/0 (1.09s) [2021-03-19T21:08:56.386Z] --- PASS: TestStopContainerWithTimeout/-1 (2.98s) [2021-03-19T21:08:56.386Z] --- PASS: TestStopContainerWithTimeout/3 (2.63s) [2021-03-19T21:08:56.386Z] --- PASS: TestStopContainerWithTimeout/1 (1.66s) [2021-03-19T21:08:56.386Z] === RUN TestDeleteDevicemapper [2021-03-19T21:08:56.386Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-03-19T21:08:56.386Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-19T21:08:56.386Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-03-19T21:08:57.052Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.82s) [2021-03-19T21:08:57.052Z] === RUN TestBuildWithSession [2021-03-19T21:08:57.052Z] --- SKIP: TestBuildWithSession (0.00s) [2021-03-19T21:08:57.052Z] build_session_test.go:25: TODO: BuildKit [2021-03-19T21:08:57.052Z] === RUN TestBuildSquashParent [2021-03-19T21:08:58.312Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.14s) [2021-03-19T21:08:58.312Z] === RUN TestUpdateMemory [2021-03-19T21:08:58.312Z] --- SKIP: TestUpdateMemory (0.00s) [2021-03-19T21:08:58.312Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-19T21:08:58.312Z] === RUN TestUpdateCPUQuota [2021-03-19T21:08:58.312Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2021-03-19T21:08:58.312Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-19T21:08:58.312Z] === RUN TestUpdatePidsLimit [2021-03-19T21:08:58.312Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2021-03-19T21:08:58.312Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-19T21:08:58.312Z] === RUN TestUpdateRestartPolicy [2021-03-19T21:08:59.460Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.17s) [2021-03-19T21:08:59.460Z] === RUN TestUpdateMemory [2021-03-19T21:09:00.841Z] --- PASS: TestUpdateMemory (1.32s) [2021-03-19T21:09:00.841Z] === RUN TestUpdateCPUQuota [2021-03-19T21:09:03.796Z] tests/integration/api_exec_test.py ..................... [ 34%] [2021-03-19T21:09:05.480Z] INFO: Extraction ended at 03/19/2021 21:09:05. Duration:00:00:24.6154774 [2021-03-19T21:09:05.480Z] INFO: Updating the golang and path environment variables [2021-03-19T21:09:05.480Z] INFO: GOPATH=d:\gopath [2021-03-19T21:09:05.480Z] INFO: go version go1.13.15 windows/amd64 [2021-03-19T21:09:05.480Z] INFO: Running the daemon under test in debug mode [2021-03-19T21:09:05.480Z] INFO: Starting a daemon under test... [2021-03-19T21:09:05.480Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42173\2\daemon --pidfile d:\CI\PR-42173\2\docker.pid -D [2021-03-19T21:09:05.480Z] INFO: Process started successfully. [2021-03-19T21:09:05.480Z] INFO: Start tailing logs of the daemon under tests [2021-03-19T21:09:05.480Z] INFO: Waiting for the daemon under test to start... [2021-03-19T21:09:07.416Z] --- PASS: TestUpdateCPUQuota (6.82s) [2021-03-19T21:09:07.416Z] === RUN TestUpdatePidsLimit [2021-03-19T21:09:07.416Z] === RUN TestUpdatePidsLimit/update_from_none [2021-03-19T21:09:07.986Z] === RUN TestUpdatePidsLimit/no_change [2021-03-19T21:09:08.926Z] === RUN TestUpdatePidsLimit/update_lower [2021-03-19T21:09:09.495Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-03-19T21:09:10.435Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-03-19T21:09:10.924Z] --- PASS: TestImportExtremelyLargeImageWorks (89.48s) [2021-03-19T21:09:10.924Z] PASS [2021-03-19T21:09:10.924Z] [2021-03-19T21:09:10.924Z] === Skipped [2021-03-19T21:09:10.924Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-03-19T21:09:10.924Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-19T21:09:10.924Z] [2021-03-19T21:09:10.924Z] [2021-03-19T21:09:10.924Z] DONE 12 tests, 1 skipped in 91.113s [2021-03-19T21:09:10.924Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2021-03-19T21:09:10.924Z] ++ 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 [2021-03-19T21:09:10.924Z] ++ set -e [2021-03-19T21:09:10.924Z] ++ '[' -n 0 ']' [2021-03-19T21:09:10.924Z] ++ set -x [2021-03-19T21:09:10.924Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:09:10.924Z] INFO: Testing against a local daemon [2021-03-19T21:09:10.924Z] === RUN TestNetworkCreateDelete [2021-03-19T21:09:10.924Z] --- PASS: TestNetworkCreateDelete (0.14s) [2021-03-19T21:09:10.924Z] === RUN TestDockerNetworkDeletePreferID [2021-03-19T21:09:10.924Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2021-03-19T21:09:10.924Z] === RUN TestDaemonDNSFallback [2021-03-19T21:09:10.924Z] --- PASS: TestDaemonDNSFallback (2.77s) [2021-03-19T21:09:10.924Z] === RUN TestInspectNetwork [2021-03-19T21:09:11.005Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-03-19T21:09:11.936Z] --- PASS: TestBuildSquashParent (13.19s) [2021-03-19T21:09:11.936Z] === RUN TestBuildWithRemoveAndForceRemove [2021-03-19T21:09:11.936Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-19T21:09:11.936Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-19T21:09:11.936Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-19T21:09:11.936Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-19T21:09:11.936Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-19T21:09:11.936Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-19T21:09:11.936Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-19T21:09:11.936Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-19T21:09:11.936Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-19T21:09:11.936Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-19T21:09:11.936Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-19T21:09:11.936Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-19T21:09:11.936Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-19T21:09:11.936Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-19T21:09:11.945Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-03-19T21:09:12.425Z] === RUN TestInspectNetwork/full_network_id [2021-03-19T21:09:12.425Z] === RUN TestInspectNetwork/partial_network_id [2021-03-19T21:09:12.425Z] === RUN TestInspectNetwork/network_name [2021-03-19T21:09:12.425Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-03-19T21:09:12.884Z] --- PASS: TestUpdatePidsLimit (5.60s) [2021-03-19T21:09:12.884Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.69s) [2021-03-19T21:09:12.884Z] --- PASS: TestUpdatePidsLimit/no_change (0.71s) [2021-03-19T21:09:12.884Z] --- PASS: TestUpdatePidsLimit/update_lower (0.70s) [2021-03-19T21:09:12.884Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.77s) [2021-03-19T21:09:12.884Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.72s) [2021-03-19T21:09:12.884Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.74s) [2021-03-19T21:09:12.884Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.72s) [2021-03-19T21:09:12.884Z] === RUN TestUpdateRestartPolicy [2021-03-19T21:09:13.194Z] --- PASS: TestUpdateRestartPolicy (12.41s) [2021-03-19T21:09:13.194Z] === RUN TestUpdateRestartWithAutoRemove [2021-03-19T21:09:13.194Z] --- PASS: TestUpdateRestartWithAutoRemove (0.66s) [2021-03-19T21:09:13.194Z] === RUN TestWaitNonBlocked [2021-03-19T21:09:13.194Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-19T21:09:13.194Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-19T21:09:13.194Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-19T21:09:13.194Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-19T21:09:13.194Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-19T21:09:13.194Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-19T21:09:13.194Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-03-19T21:09:13.194Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.93s) [2021-03-19T21:09:13.194Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.99s) [2021-03-19T21:09:13.194Z] === RUN TestWaitBlocked [2021-03-19T21:09:13.194Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-19T21:09:13.194Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-19T21:09:13.194Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-03-19T21:09:13.194Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-03-19T21:09:13.194Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-19T21:09:13.194Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-03-19T21:09:13.434Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2021-03-19T21:09:13.454Z] --- PASS: TestWaitBlocked (0.01s) [2021-03-19T21:09:13.454Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.02s) [2021-03-19T21:09:13.454Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.07s) [2021-03-19T21:09:13.454Z] === CONT TestDaemonRestartIpcMode [2021-03-19T21:09:13.454Z] === CONT TestIpcModeOlderClient [2021-03-19T21:09:13.454Z] --- PASS: TestIpcModeOlderClient (0.06s) [2021-03-19T21:09:13.454Z] === CONT TestRestartDaemonWithRestartingContainer [2021-03-19T21:09:16.126Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-19T21:09:16.126Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-19T21:09:17.366Z] --- PASS: TestBuildWithHugeFile (51.85s) [2021-03-19T21:09:17.366Z] === RUN TestBuildWCOWSandboxSize [2021-03-19T21:09:17.366Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-03-19T21:09:17.366Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-19T21:09:17.366Z] === RUN TestBuildWithEmptyDockerfile [2021-03-19T21:09:17.366Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-19T21:09:17.366Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-19T21:09:17.366Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-19T21:09:17.366Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-19T21:09:17.366Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-19T21:09:17.366Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-19T21:09:17.366Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-19T21:09:17.366Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-19T21:09:17.366Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-19T21:09:17.366Z] --- PASS: TestBuildWithEmptyDockerfile (0.17s) [2021-03-19T21:09:17.366Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.23s) [2021-03-19T21:09:17.366Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.23s) [2021-03-19T21:09:17.366Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.23s) [2021-03-19T21:09:17.366Z] === RUN TestBuildPreserveOwnership [2021-03-19T21:09:17.366Z] === RUN TestBuildPreserveOwnership/copy_from [2021-03-19T21:09:17.366Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-03-19T21:09:17.972Z] --- PASS: TestInspectNetwork (11.27s) [2021-03-19T21:09:17.972Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-03-19T21:09:17.972Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-03-19T21:09:17.972Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-03-19T21:09:17.972Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-03-19T21:09:17.972Z] === RUN TestRunContainerWithBridgeNone [2021-03-19T21:09:18.187Z] tests/integration/api_image_test.py ............s..... [ 40%] [2021-03-19T21:09:18.729Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.83s) [2021-03-19T21:09:18.988Z] --- PASS: TestDaemonRestartIpcMode (5.53s) [2021-03-19T21:09:18.988Z] PASS [2021-03-19T21:09:18.988Z] [2021-03-19T21:09:18.988Z] === Skipped [2021-03-19T21:09:18.988Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-03-19T21:09:18.988Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-19T21:09:18.988Z] [2021-03-19T21:09:18.988Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2021-03-19T21:09:18.988Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-03-19T21:09:18.988Z] [2021-03-19T21:09:18.988Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2021-03-19T21:09:18.988Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-19T21:09:18.988Z] [2021-03-19T21:09:18.988Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2021-03-19T21:09:18.988Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-03-19T21:09:18.988Z] [2021-03-19T21:09:18.988Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2021-03-19T21:09:18.988Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-03-19T21:09:18.988Z] [2021-03-19T21:09:18.988Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2021-03-19T21:09:18.988Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-03-19T21:09:18.988Z] [2021-03-19T21:09:18.988Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2021-03-19T21:09:18.988Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-03-19T21:09:18.988Z] [2021-03-19T21:09:18.988Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2021-03-19T21:09:18.988Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-03-19T21:09:18.988Z] [2021-03-19T21:09:18.988Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2021-03-19T21:09:18.988Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-03-19T21:09:18.988Z] [2021-03-19T21:09:18.988Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-03-19T21:09:18.988Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-19T21:09:18.988Z] [2021-03-19T21:09:18.988Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-03-19T21:09:18.988Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-19T21:09:18.988Z] [2021-03-19T21:09:18.988Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2021-03-19T21:09:18.988Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-03-19T21:09:18.988Z] [2021-03-19T21:09:18.988Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2021-03-19T21:09:18.988Z] mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2021-03-19T21:09:18.988Z] [2021-03-19T21:09:18.988Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2021-03-19T21:09:18.988Z] mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2021-03-19T21:09:18.988Z] [2021-03-19T21:09:18.988Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2021-03-19T21:09:18.988Z] mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2021-03-19T21:09:18.988Z] [2021-03-19T21:09:18.988Z] === SKIP: amd64.integration.container TestPause (0.00s) [2021-03-19T21:09:18.988Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-19T21:09:18.988Z] [2021-03-19T21:09:18.988Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-19T21:09:18.988Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-19T21:09:18.988Z] [2021-03-19T21:09:18.988Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2021-03-19T21:09:18.988Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-19T21:09:18.988Z] [2021-03-19T21:09:18.988Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2021-03-19T21:09:18.988Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-03-19T21:09:18.988Z] [2021-03-19T21:09:18.988Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.01s) [2021-03-19T21:09:18.988Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-19T21:09:18.988Z] [2021-03-19T21:09:18.988Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2021-03-19T21:09:18.988Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2021-03-19T21:09:18.988Z] [2021-03-19T21:09:18.988Z] === SKIP: amd64.integration.container TestStats (0.00s) [2021-03-19T21:09:18.988Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-19T21:09:18.988Z] [2021-03-19T21:09:18.988Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-03-19T21:09:18.988Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-19T21:09:18.988Z] [2021-03-19T21:09:18.988Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-03-19T21:09:18.988Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-19T21:09:18.988Z] [2021-03-19T21:09:18.988Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2021-03-19T21:09:18.988Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-19T21:09:18.988Z] [2021-03-19T21:09:18.988Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2021-03-19T21:09:18.988Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-19T21:09:18.988Z] [2021-03-19T21:09:18.988Z] [2021-03-19T21:09:18.988Z] DONE 177 tests, 26 skipped in 102.859s [2021-03-19T21:09:18.988Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-03-19T21:09:19.247Z] INFO: Testing against a local daemon [2021-03-19T21:09:19.247Z] === RUN TestCommitInheritsEnv [2021-03-19T21:09:19.288Z] --- PASS: TestBuildPreserveOwnership (6.55s) [2021-03-19T21:09:19.288Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.28s) [2021-03-19T21:09:19.288Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.25s) [2021-03-19T21:09:19.288Z] === RUN TestBuildPlatformInvalid [2021-03-19T21:09:19.550Z] --- PASS: TestBuildPlatformInvalid (0.19s) [2021-03-19T21:09:19.550Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-03-19T21:09:21.150Z] --- PASS: TestCommitInheritsEnv (1.90s) [2021-03-19T21:09:21.151Z] === RUN TestImportExtremelyLargeImageWorks [2021-03-19T21:09:21.151Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-03-19T21:09:21.151Z] === RUN TestImagesFilterMultiReference [2021-03-19T21:09:21.151Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2021-03-19T21:09:21.151Z] === RUN TestImagePullPlatformInvalid [2021-03-19T21:09:21.151Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-03-19T21:09:21.151Z] === RUN TestRemoveImageOrphaning [2021-03-19T21:09:21.398Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-19T21:09:21.398Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-19T21:09:21.474Z] --- PASS: TestRunContainerWithBridgeNone (3.26s) [2021-03-19T21:09:21.474Z] === RUN TestNetworkInvalidJSON [2021-03-19T21:09:21.474Z] === RUN TestNetworkInvalidJSON//networks/create [2021-03-19T21:09:21.474Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-03-19T21:09:21.474Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-03-19T21:09:21.474Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-03-19T21:09:21.474Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-19T21:09:21.474Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-19T21:09:21.474Z] === CONT TestNetworkInvalidJSON//networks/create [2021-03-19T21:09:21.474Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-19T21:09:21.474Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-03-19T21:09:21.474Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2021-03-19T21:09:21.474Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-03-19T21:09:21.474Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-03-19T21:09:21.474Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-03-19T21:09:21.474Z] === RUN TestNetworkList [2021-03-19T21:09:21.474Z] === RUN TestNetworkList//networks [2021-03-19T21:09:21.474Z] === PAUSE TestNetworkList//networks [2021-03-19T21:09:21.474Z] === RUN TestNetworkList//networks/ [2021-03-19T21:09:21.474Z] === PAUSE TestNetworkList//networks/ [2021-03-19T21:09:21.474Z] === CONT TestNetworkList//networks [2021-03-19T21:09:21.474Z] === CONT TestNetworkList//networks/ [2021-03-19T21:09:21.474Z] --- PASS: TestNetworkList (0.01s) [2021-03-19T21:09:21.474Z] --- PASS: TestNetworkList//networks (0.00s) [2021-03-19T21:09:21.474Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-03-19T21:09:21.474Z] === RUN TestHostIPv4BridgeLabel [2021-03-19T21:09:21.764Z] --- PASS: TestHostIPv4BridgeLabel (0.54s) [2021-03-19T21:09:21.764Z] === RUN TestDaemonRestartWithLiveRestore [2021-03-19T21:09:22.792Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2021-03-19T21:09:22.792Z] === RUN TestDaemonDefaultNetworkPools [2021-03-19T21:09:23.055Z] --- PASS: TestRemoveImageOrphaning (1.93s) [2021-03-19T21:09:23.055Z] === RUN TestRemoveImageGarbageCollector [2021-03-19T21:09:23.055Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-03-19T21:09:23.055Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-03-19T21:09:23.055Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-03-19T21:09:23.314Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-03-19T21:09:23.314Z] === RUN TestTagInvalidReference [2021-03-19T21:09:23.314Z] --- PASS: TestTagInvalidReference (0.01s) [2021-03-19T21:09:23.314Z] === RUN TestTagValidPrefixedRepo [2021-03-19T21:09:23.314Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2021-03-19T21:09:23.314Z] === RUN TestTagExistedNameWithoutForce [2021-03-19T21:09:23.314Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-03-19T21:09:23.314Z] === RUN TestTagOfficialNames [2021-03-19T21:09:23.314Z] --- PASS: TestTagOfficialNames (0.05s) [2021-03-19T21:09:23.314Z] === RUN TestTagMatchesDigest [2021-03-19T21:09:23.314Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-03-19T21:09:23.314Z] === CONT TestImportExtremelyLargeImageWorks [2021-03-19T21:09:23.820Z] --- PASS: TestDaemonDefaultNetworkPools (0.83s) [2021-03-19T21:09:23.820Z] === RUN TestDaemonRestartWithExistingNetwork [2021-03-19T21:09:24.848Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.17s) [2021-03-19T21:09:24.848Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-03-19T21:09:26.348Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s) [2021-03-19T21:09:26.348Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-03-19T21:09:26.638Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.64s) [2021-03-19T21:09:26.638Z] === RUN TestServiceWithPredefinedNetwork [2021-03-19T21:09:26.675Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-03-19T21:09:26.675Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (5.50s) [2021-03-19T21:09:26.675Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (5.55s) [2021-03-19T21:09:26.675Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (5.43s) [2021-03-19T21:09:26.675Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (5.54s) [2021-03-19T21:09:26.675Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (5.16s) [2021-03-19T21:09:26.675Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (5.22s) [2021-03-19T21:09:26.675Z] === RUN TestBuildMultiStageCopy [2021-03-19T21:09:26.675Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-03-19T21:09:26.755Z] .....INFO: Daemon under test started and replied! [2021-03-19T21:09:26.755Z] INFO: Docker version of the daemon under test [2021-03-19T21:09:26.755Z] [2021-03-19T21:09:26.755Z] Client: [2021-03-19T21:09:26.755Z] Version: 17.06.2-ce [2021-03-19T21:09:26.755Z] API version: 1.30 [2021-03-19T21:09:26.755Z] Go version: go1.8.3 [2021-03-19T21:09:26.755Z] Git commit: cec0b72 [2021-03-19T21:09:26.755Z] Built: Tue Sep 5 19:57:19 2017 [2021-03-19T21:09:26.755Z] OS/Arch: windows/amd64 [2021-03-19T21:09:26.755Z] [2021-03-19T21:09:26.755Z] Server: [2021-03-19T21:09:26.755Z] Version: 0.0.0-dev [2021-03-19T21:09:26.755Z] API version: 1.41 (minimum version 1.24) [2021-03-19T21:09:26.755Z] Go version: go1.13.15 [2021-03-19T21:09:26.755Z] Git commit: 0f32beb4f8 [2021-03-19T21:09:26.755Z] Built: 03/19/2021 21:07:16 [2021-03-19T21:09:26.755Z] OS/Arch: windows/amd64 [2021-03-19T21:09:26.755Z] Experimental: false [2021-03-19T21:09:26.755Z] [2021-03-19T21:09:26.755Z] INFO: Docker info of the daemon under test [2021-03-19T21:09:26.755Z] [2021-03-19T21:09:26.755Z] Containers: 0 [2021-03-19T21:09:26.755Z] Running: 0 [2021-03-19T21:09:26.755Z] Paused: 0 [2021-03-19T21:09:26.755Z] Stopped: 0 [2021-03-19T21:09:26.755Z] Images: 0 [2021-03-19T21:09:26.755Z] Server Version: 0.0.0-dev [2021-03-19T21:09:26.755Z] Storage Driver: windowsfilter [2021-03-19T21:09:26.755Z] Windows: [2021-03-19T21:09:26.755Z] Logging Driver: json-file [2021-03-19T21:09:26.755Z] Plugins: [2021-03-19T21:09:26.755Z] Volume: local [2021-03-19T21:09:26.755Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-03-19T21:09:26.755Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-03-19T21:09:26.755Z] Swarm: inactive [2021-03-19T21:09:26.755Z] Default Isolation: process [2021-03-19T21:09:26.755Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-03-19T21:09:26.755Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1757) [2021-03-19T21:09:26.755Z] OSType: windows [2021-03-19T21:09:26.755Z] Architecture: x86_64 [2021-03-19T21:09:26.755Z] CPUs: 4 [2021-03-19T21:09:26.755Z] Total Memory: 32GiB [2021-03-19T21:09:26.755Z] Name: azwin-2-34d2f0 [2021-03-19T21:09:26.755Z] ID: VRSD:M6FS:YTNQ:RDBC:5FNW:NWH2:VHXY:KRFF:OS4X:C6BY:B6LV:ZGZS [2021-03-19T21:09:26.755Z] Docker Root Dir: D:\CI\PR-42173\2\daemon [2021-03-19T21:09:26.755Z] Debug Mode (client): false [2021-03-19T21:09:26.755Z] Debug Mode (server): true [2021-03-19T21:09:26.755Z] File Descriptors: -1 [2021-03-19T21:09:26.755Z] Goroutines: 16 [2021-03-19T21:09:26.755Z] System Time: 2021-03-19T21:09:24.8054174Z [2021-03-19T21:09:26.755Z] EventsListeners: 0 [2021-03-19T21:09:26.755Z] Registry: https://index.docker.io/v1/ [2021-03-19T21:09:26.755Z] Labels: [2021-03-19T21:09:26.755Z] Experimental: false [2021-03-19T21:09:26.755Z] Insecure Registries: [2021-03-19T21:09:26.755Z] 127.0.0.0/8 [2021-03-19T21:09:26.755Z] Live Restore Enabled: false [2021-03-19T21:09:26.755Z] [2021-03-19T21:09:26.755Z] [2021-03-19T21:09:26.755Z] INFO: Docker images of the daemon under test [2021-03-19T21:09:26.755Z] [2021-03-19T21:09:26.755Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-03-19T21:09:26.755Z] [2021-03-19T21:09:26.755Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2021-03-19T21:09:26.755Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2021-03-19T21:09:26.755Z] ltsc2019: Pulling from windows/servercore [2021-03-19T21:09:26.755Z] 4612f6d0b889: Pulling fs layer [2021-03-19T21:09:26.755Z] 5ff1512f88ec: Pulling fs layer [2021-03-19T21:09:27.771Z] --- PASS: TestUpdateRestartPolicy (12.81s) [2021-03-19T21:09:27.771Z] === RUN TestUpdateRestartWithAutoRemove [2021-03-19T21:09:27.771Z] --- PASS: TestUpdateRestartWithAutoRemove (0.71s) [2021-03-19T21:09:27.771Z] === RUN TestWaitNonBlocked [2021-03-19T21:09:27.771Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-19T21:09:27.771Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-19T21:09:27.771Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-19T21:09:27.771Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-19T21:09:27.771Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-19T21:09:27.771Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-19T21:09:27.771Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-03-19T21:09:27.771Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.15s) [2021-03-19T21:09:27.771Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.15s) [2021-03-19T21:09:27.771Z] === RUN TestWaitBlocked [2021-03-19T21:09:27.771Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-19T21:09:27.771Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-19T21:09:27.771Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-03-19T21:09:27.771Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-03-19T21:09:27.771Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-19T21:09:27.771Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-03-19T21:09:29.153Z] --- PASS: TestWaitBlocked (0.01s) [2021-03-19T21:09:29.153Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.23s) [2021-03-19T21:09:29.153Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.25s) [2021-03-19T21:09:29.153Z] === CONT TestContainerStartOnDaemonRestart [2021-03-19T21:09:29.153Z] === CONT TestIpcModeOlderClient [2021-03-19T21:09:29.153Z] --- PASS: TestIpcModeOlderClient (0.07s) [2021-03-19T21:09:29.153Z] === CONT TestRestartDaemonWithRestartingContainer [2021-03-19T21:09:30.869Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-03-19T21:09:31.076Z] --- PASS: TestServiceWithPredefinedNetwork (3.92s) [2021-03-19T21:09:31.076Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-03-19T21:09:31.076Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-19T21:09:31.076Z] service_test.go:242: FLAKY_TEST [2021-03-19T21:09:31.076Z] === RUN TestServiceWithDataPathPortInit [2021-03-19T21:09:31.437Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-03-19T21:09:31.811Z] Loaded image: buildpack-deps:buster [2021-03-19T21:09:31.812Z] Loaded image: busybox:latest [2021-03-19T21:09:32.004Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-03-19T21:09:32.074Z] Loaded image: busybox:glibc [2021-03-19T21:09:32.449Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.27s) [2021-03-19T21:09:32.449Z] === CONT TestContainerKillOnDaemonStart [2021-03-19T21:09:32.449Z] --- PASS: TestContainerStartOnDaemonRestart (3.35s) [2021-03-19T21:09:32.449Z] === CONT TestDaemonHostGatewayIP [2021-03-19T21:09:32.578Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-03-19T21:09:33.146Z] --- PASS: TestBuildMultiStageCopy (6.56s) [2021-03-19T21:09:33.146Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (4.07s) [2021-03-19T21:09:33.146Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.60s) [2021-03-19T21:09:33.146Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.65s) [2021-03-19T21:09:33.146Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.58s) [2021-03-19T21:09:33.146Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.66s) [2021-03-19T21:09:33.146Z] === RUN TestBuildMultiStageParentConfig [2021-03-19T21:09:33.998Z] Loaded image: debian:bullseye [2021-03-19T21:09:34.260Z] Loaded image: hello-world:latest [2021-03-19T21:09:34.260Z] Loaded image: arm32v7/hello-world:latest [2021-03-19T21:09:35.051Z] --- PASS: TestBuildMultiStageParentConfig (1.53s) [2021-03-19T21:09:35.051Z] === RUN TestBuildLabelWithTargets [2021-03-19T21:09:36.649Z] --- PASS: TestDaemonHostGatewayIP (3.89s) [2021-03-19T21:09:36.649Z] === CONT TestDaemonRestartIpcMode [2021-03-19T21:09:37.225Z] 5ff1512f88ec: Verifying Checksum [2021-03-19T21:09:37.225Z] 5ff1512f88ec: Download complete [2021-03-19T21:09:37.585Z] --- PASS: TestBuildLabelWithTargets (2.32s) [2021-03-19T21:09:37.585Z] === RUN TestBuildWithEmptyLayers [2021-03-19T21:09:38.530Z] --- PASS: TestBuildWithEmptyLayers (1.54s) [2021-03-19T21:09:38.530Z] === RUN TestBuildMultiStageOnBuild [2021-03-19T21:09:38.852Z] tests/integration/api_network_test.py ............................ [ 47%] [2021-03-19T21:09:39.190Z] --- PASS: TestDaemonRestartIpcMode (3.01s) [2021-03-19T21:09:43.800Z] --- PASS: TestBuildMultiStageOnBuild (4.65s) [2021-03-19T21:09:43.800Z] === RUN TestBuildUncleanTarFilenames [2021-03-19T21:09:44.295Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (24.11s) [2021-03-19T21:09:44.295Z] PASS [2021-03-19T21:09:44.295Z] [2021-03-19T21:09:44.295Z] === Skipped [2021-03-19T21:09:44.295Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2021-03-19T21:09:44.295Z] build_session_test.go:25: TODO: BuildKit [2021-03-19T21:09:44.295Z] [2021-03-19T21:09:44.295Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-03-19T21:09:44.295Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-19T21:09:44.295Z] [2021-03-19T21:09:44.295Z] [2021-03-19T21:09:44.295Z] DONE 34 tests, 2 skipped in 137.323s [2021-03-19T21:09:44.295Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2021-03-19T21:09:44.295Z] ++ 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 [2021-03-19T21:09:44.295Z] ++ set -e [2021-03-19T21:09:44.295Z] ++ '[' -n 0 ']' [2021-03-19T21:09:44.295Z] ++ set -x [2021-03-19T21:09:44.295Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:09:44.295Z] INFO: Testing against a local daemon [2021-03-19T21:09:44.295Z] === RUN TestConfigInspect [2021-03-19T21:09:44.466Z] --- PASS: TestContainerKillOnDaemonStart (12.24s) [2021-03-19T21:09:44.466Z] PASS [2021-03-19T21:09:44.466Z] [2021-03-19T21:09:44.466Z] === Skipped [2021-03-19T21:09:44.466Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-03-19T21:09:44.466Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-19T21:09:44.466Z] [2021-03-19T21:09:44.466Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-03-19T21:09:44.466Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-03-19T21:09:44.466Z] [2021-03-19T21:09:44.466Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-19T21:09:44.466Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-19T21:09:44.466Z] [2021-03-19T21:09:44.466Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2021-03-19T21:09:44.466Z] run_cgroupns_linux_test.go:72: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-03-19T21:09:44.466Z] [2021-03-19T21:09:44.466Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.01s) [2021-03-19T21:09:44.466Z] run_linux_test.go:24: !testEnv.DaemonInfo.KernelMemoryTCP [2021-03-19T21:09:44.466Z] [2021-03-19T21:09:44.466Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-03-19T21:09:44.466Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-19T21:09:44.466Z] [2021-03-19T21:09:44.466Z] [2021-03-19T21:09:44.466Z] DONE 196 tests, 6 skipped in 152.108s [2021-03-19T21:09:44.466Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-03-19T21:09:44.466Z] INFO: Testing against a local daemon [2021-03-19T21:09:44.466Z] === RUN TestCommitInheritsEnv [2021-03-19T21:09:44.726Z] --- PASS: TestCommitInheritsEnv (0.29s) [2021-03-19T21:09:44.726Z] === RUN TestImportExtremelyLargeImageWorks [2021-03-19T21:09:44.726Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-03-19T21:09:44.726Z] === RUN TestImagesFilterMultiReference [2021-03-19T21:09:44.988Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2021-03-19T21:09:44.988Z] === RUN TestImagePullPlatformInvalid [2021-03-19T21:09:44.988Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-03-19T21:09:44.988Z] === RUN TestRemoveImageOrphaning [2021-03-19T21:09:45.177Z] --- PASS: TestBuildUncleanTarFilenames (1.81s) [2021-03-19T21:09:45.177Z] === RUN TestBuildMultiStageLayerLeak [2021-03-19T21:09:45.248Z] --- PASS: TestRemoveImageOrphaning (0.29s) [2021-03-19T21:09:45.248Z] === RUN TestRemoveImageGarbageCollector [2021-03-19T21:09:46.524Z] tests/integration/api_plugin_test.py ........... [ 50%] [2021-03-19T21:09:47.155Z] --- PASS: TestRemoveImageGarbageCollector (1.95s) [2021-03-19T21:09:47.155Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-03-19T21:09:47.155Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2021-03-19T21:09:47.155Z] === RUN TestTagInvalidReference [2021-03-19T21:09:47.155Z] --- PASS: TestTagInvalidReference (0.01s) [2021-03-19T21:09:47.155Z] === RUN TestTagValidPrefixedRepo [2021-03-19T21:09:47.155Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2021-03-19T21:09:47.155Z] === RUN TestTagExistedNameWithoutForce [2021-03-19T21:09:47.155Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-03-19T21:09:47.155Z] === RUN TestTagOfficialNames [2021-03-19T21:09:47.415Z] --- PASS: TestTagOfficialNames (0.06s) [2021-03-19T21:09:47.415Z] === RUN TestTagMatchesDigest [2021-03-19T21:09:47.415Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-03-19T21:09:47.415Z] === CONT TestImportExtremelyLargeImageWorks [2021-03-19T21:09:47.612Z] --- PASS: TestConfigInspect (3.77s) [2021-03-19T21:09:47.612Z] === RUN TestConfigList [2021-03-19T21:09:48.010Z] tests/integration/api_secret_test.py ..... [ 51%] [2021-03-19T21:09:50.450Z] --- PASS: TestBuildMultiStageLayerLeak (4.58s) [2021-03-19T21:09:50.450Z] === RUN TestBuildWithHugeFile [2021-03-19T21:09:50.924Z] --- PASS: TestConfigList (2.70s) [2021-03-19T21:09:50.924Z] === RUN TestConfigsCreateAndDelete [2021-03-19T21:09:52.209Z] 4612f6d0b889: Verifying Checksum [2021-03-19T21:09:52.209Z] 4612f6d0b889: Download complete [2021-03-19T21:09:53.478Z] --- PASS: TestConfigsCreateAndDelete (3.22s) [2021-03-19T21:09:53.478Z] === RUN TestConfigsUpdate [2021-03-19T21:09:53.540Z] --- PASS: TestServiceWithDataPathPortInit (21.51s) [2021-03-19T21:09:53.540Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-03-19T21:09:53.689Z] tests/integration/api_service_test.py .................................. [ 60%] [2021-03-19T21:09:56.789Z] --- PASS: TestConfigsUpdate (3.25s) [2021-03-19T21:09:56.789Z] === RUN TestTemplatedConfig [2021-03-19T21:10:00.438Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-03-19T21:10:00.438Z] Using test binary docker [2021-03-19T21:10:00.438Z] +++ /etc/init.d/apparmor start [2021-03-19T21:10:00.438Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-03-19T21:10:00.438Z] INFO: Waiting for daemon to start... [2021-03-19T21:10:00.438Z] Starting dockerd [2021-03-19T21:10:00.438Z] +++ 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 [2021-03-19T21:10:00.438Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-03-19T21:10:00.438Z] Using test binary docker [2021-03-19T21:10:00.438Z] +++ /etc/init.d/apparmor start [2021-03-19T21:10:00.438Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-03-19T21:10:00.438Z] Starting dockerd [2021-03-19T21:10:00.438Z] INFO: Waiting for daemon to start... [2021-03-19T21:10:00.438Z] +++ 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 [2021-03-19T21:10:01.005Z] --- PASS: TestTemplatedConfig (3.97s) [2021-03-19T21:10:01.005Z] === RUN TestConfigCreateResolve [2021-03-19T21:10:03.723Z] . [2021-03-19T21:10:03.723Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-03-19T21:10:03.723Z] [2021-03-19T21:10:03.723Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-03-19T21:10:03.723Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-03-19T21:10:03.723Z] Error: No such image: emptyfs [2021-03-19T21:10:03.723Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-03-19T21:10:03.723Z] ++++ docker load [2021-03-19T21:10:03.723Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-03-19T21:10:03.723Z] Error: No such image: emptyfs [2021-03-19T21:10:03.723Z] ++++ docker load [2021-03-19T21:10:03.723Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-03-19T21:10:03.723Z] Running integration-test (iteration 1) [2021-03-19T21:10:03.723Z] 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)/ [2021-03-19T21:10:03.723Z] ++ 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)/' [2021-03-19T21:10:03.723Z] ++ set -e [2021-03-19T21:10:03.723Z] ++ '[' -n 0 ']' [2021-03-19T21:10:03.723Z] ++ set -x [2021-03-19T21:10:03.723Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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)/' [2021-03-19T21:10:03.723Z] Running integration-test (iteration 1) [2021-03-19T21:10:03.723Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2021-03-19T21:10:03.723Z] ++ 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)/' [2021-03-19T21:10:03.723Z] ++ set -e [2021-03-19T21:10:03.723Z] ++ '[' -n 0 ']' [2021-03-19T21:10:03.723Z] ++ set -x [2021-03-19T21:10:03.723Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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)/' [2021-03-19T21:10:03.892Z] --- PASS: TestServiceWithDefaultAddressPoolInit (10.57s) [2021-03-19T21:10:03.892Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:2shkf3k68z6ipja1s5xdnb4zr Created:2021-03-19 21:09:53.496285969 +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[f5b0354a56aa99196acdae2f74d13ac000f71040a4590fa955672e5962e0cbaa:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.bpv8zbp021uw5vje6itdycm2o EndpointID:405ce5a8b386115c6d45dd84ae0c7cb173bff72d1e7ebc533d3d2514bd611e93 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:2f7b90fb55e2c10ec75681b3068d39ee2e8927e045496d7f0e86eb5942c3ab6c 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:f30c8ac6d743 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.bpv8zbp021uw5vje6itdycm2o EndpointID:405ce5a8b386115c6d45dd84ae0c7cb173bff72d1e7ebc533d3d2514bd611e93 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-03-19T21:10:03.892Z] PASS [2021-03-19T21:10:03.892Z] [2021-03-19T21:10:03.892Z] === Skipped [2021-03-19T21:10:03.892Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-19T21:10:03.892Z] service_test.go:242: FLAKY_TEST [2021-03-19T21:10:03.892Z] [2021-03-19T21:10:03.892Z] [2021-03-19T21:10:03.892Z] DONE 26 tests, 1 skipped in 59.388s [2021-03-19T21:10:03.892Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-03-19T21:10:03.892Z] ++ 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 [2021-03-19T21:10:03.892Z] ++ set -e [2021-03-19T21:10:03.892Z] ++ '[' -n 0 ']' [2021-03-19T21:10:03.892Z] ++ set -x [2021-03-19T21:10:03.892Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:10:03.892Z] INFO: Testing against a local daemon [2021-03-19T21:10:03.892Z] === RUN TestDockerNetworkIpvlanPersistance [2021-03-19T21:10:03.892Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-03-19T21:10:03.892Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-19T21:10:03.892Z] === RUN TestDockerNetworkIpvlan [2021-03-19T21:10:03.892Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-03-19T21:10:03.892Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-19T21:10:03.892Z] PASS [2021-03-19T21:10:03.892Z] [2021-03-19T21:10:03.892Z] === Skipped [2021-03-19T21:10:03.892Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-03-19T21:10:03.892Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-19T21:10:03.892Z] [2021-03-19T21:10:03.892Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-03-19T21:10:03.892Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-19T21:10:03.892Z] [2021-03-19T21:10:03.892Z] [2021-03-19T21:10:03.892Z] DONE 2 tests, 2 skipped in 0.114s [2021-03-19T21:10:03.892Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-03-19T21:10:03.892Z] ++ 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 [2021-03-19T21:10:03.892Z] ++ set -e [2021-03-19T21:10:03.892Z] ++ '[' -n 0 ']' [2021-03-19T21:10:03.892Z] ++ set -x [2021-03-19T21:10:03.892Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:10:03.892Z] INFO: Testing against a local daemon [2021-03-19T21:10:03.892Z] === RUN TestDockerNetworkMacvlanPersistance [2021-03-19T21:10:04.319Z] --- PASS: TestConfigCreateResolve (3.25s) [2021-03-19T21:10:04.319Z] === RUN TestConfigDaemonLibtrustID [2021-03-19T21:10:04.524Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.43s) [2021-03-19T21:10:04.524Z] === RUN TestDockerNetworkMacvlan [2021-03-19T21:10:04.581Z] --- PASS: TestConfigDaemonLibtrustID (0.67s) [2021-03-19T21:10:04.581Z] PASS [2021-03-19T21:10:04.581Z] [2021-03-19T21:10:04.581Z] DONE 7 tests in 20.957s [2021-03-19T21:10:04.581Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2021-03-19T21:10:04.581Z] ++ 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 [2021-03-19T21:10:04.581Z] ++ set -e [2021-03-19T21:10:04.581Z] ++ '[' -n 0 ']' [2021-03-19T21:10:04.581Z] ++ set -x [2021-03-19T21:10:04.843Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:10:04.843Z] INFO: Testing against a local daemon [2021-03-19T21:10:04.843Z] === RUN TestCheckpoint [2021-03-19T21:10:04.843Z] --- SKIP: TestCheckpoint (0.00s) [2021-03-19T21:10:04.843Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-19T21:10:04.843Z] === RUN TestContainerInvalidJSON [2021-03-19T21:10:04.843Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-03-19T21:10:04.843Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-03-19T21:10:04.843Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-03-19T21:10:04.843Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-03-19T21:10:04.843Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-03-19T21:10:04.843Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-03-19T21:10:04.843Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-03-19T21:10:04.843Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-03-19T21:10:04.843Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-03-19T21:10:04.843Z] --- PASS: TestContainerInvalidJSON (0.03s) [2021-03-19T21:10:04.843Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-03-19T21:10:04.843Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-03-19T21:10:04.843Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-03-19T21:10:04.843Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-03-19T21:10:05.106Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.14s) [2021-03-19T21:10:05.106Z] === RUN TestCopyFromContainerPathIsNotDir [2021-03-19T21:10:05.106Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s) [2021-03-19T21:10:05.106Z] === RUN TestCopyToContainerPathDoesNotExist [2021-03-19T21:10:05.155Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-03-19T21:10:05.368Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.12s) [2021-03-19T21:10:05.368Z] === RUN TestCopyToContainerPathIsNotDir [2021-03-19T21:10:05.368Z] --- PASS: TestCopyToContainerPathIsNotDir (0.11s) [2021-03-19T21:10:05.368Z] === RUN TestCopyFromContainer [2021-03-19T21:10:06.186Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-03-19T21:10:06.673Z] ......................... [ 67%] [2021-03-19T21:10:07.217Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-03-19T21:10:07.924Z] === RUN TestCopyFromContainer// [2021-03-19T21:10:07.924Z] === RUN TestCopyFromContainer//bar/root [2021-03-19T21:10:07.924Z] === RUN TestCopyFromContainer//bar/root/ [2021-03-19T21:10:07.924Z] === RUN TestCopyFromContainer/bar/quux [2021-03-19T21:10:08.186Z] === RUN TestCopyFromContainer/bar/quux/ [2021-03-19T21:10:08.186Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-03-19T21:10:08.449Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-03-19T21:10:08.449Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-03-19T21:10:08.449Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-03-19T21:10:08.712Z] === RUN TestCopyFromContainer/bar/notarget [2021-03-19T21:10:08.975Z] --- PASS: TestCopyFromContainer (3.41s) [2021-03-19T21:10:08.975Z] --- PASS: TestCopyFromContainer// (0.11s) [2021-03-19T21:10:08.975Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2021-03-19T21:10:08.975Z] --- PASS: TestCopyFromContainer//bar/root/ (0.11s) [2021-03-19T21:10:08.975Z] --- PASS: TestCopyFromContainer/bar/quux (0.14s) [2021-03-19T21:10:08.975Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.11s) [2021-03-19T21:10:08.975Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s) [2021-03-19T21:10:08.975Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s) [2021-03-19T21:10:08.975Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2021-03-19T21:10:08.975Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.13s) [2021-03-19T21:10:08.975Z] --- PASS: TestCopyFromContainer/bar/notarget (0.12s) [2021-03-19T21:10:08.975Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-03-19T21:10:08.975Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-19T21:10:08.975Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-19T21:10:08.975Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-19T21:10:08.975Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-19T21:10:08.975Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-19T21:10:08.975Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-19T21:10:08.975Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-19T21:10:08.975Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-19T21:10:08.975Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-19T21:10:08.975Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2021-03-19T21:10:08.975Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-03-19T21:10:08.975Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-03-19T21:10:08.975Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2021-03-19T21:10:08.975Z] === RUN TestCreateLinkToNonExistingContainer [2021-03-19T21:10:08.975Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s) [2021-03-19T21:10:08.975Z] === RUN TestCreateWithInvalidEnv [2021-03-19T21:10:08.975Z] === RUN TestCreateWithInvalidEnv/0 [2021-03-19T21:10:08.975Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-03-19T21:10:08.975Z] === RUN TestCreateWithInvalidEnv/1 [2021-03-19T21:10:08.975Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-03-19T21:10:08.975Z] === RUN TestCreateWithInvalidEnv/2 [2021-03-19T21:10:08.975Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-03-19T21:10:08.975Z] === CONT TestCreateWithInvalidEnv/0 [2021-03-19T21:10:08.975Z] === CONT TestCreateWithInvalidEnv/1 [2021-03-19T21:10:08.975Z] === CONT TestCreateWithInvalidEnv/2 [2021-03-19T21:10:08.975Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-03-19T21:10:08.975Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-03-19T21:10:08.975Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-03-19T21:10:08.975Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-03-19T21:10:08.975Z] === RUN TestCreateTmpfsMountsTarget [2021-03-19T21:10:08.975Z] --- PASS: TestCreateTmpfsMountsTarget (0.04s) [2021-03-19T21:10:08.975Z] === RUN TestCreateWithCustomMaskedPaths [2021-03-19T21:10:11.661Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-03-19T21:10:12.290Z] --- PASS: TestCreateWithCustomMaskedPaths (2.68s) [2021-03-19T21:10:12.290Z] === RUN TestCreateWithCustomReadonlyPaths [2021-03-19T21:10:14.844Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.77s) [2021-03-19T21:10:14.844Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-03-19T21:10:14.844Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-19T21:10:14.844Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-19T21:10:14.844Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-19T21:10:14.844Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-19T21:10:14.844Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-19T21:10:14.844Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-19T21:10:14.844Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-19T21:10:14.844Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-19T21:10:14.844Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-19T21:10:14.844Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-19T21:10:14.844Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-19T21:10:14.844Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-19T21:10:14.844Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-19T21:10:14.844Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-19T21:10:14.844Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-19T21:10:14.844Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-03-19T21:10:14.844Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2021-03-19T21:10:14.844Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2021-03-19T21:10:14.844Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s) [2021-03-19T21:10:14.844Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2021-03-19T21:10:14.844Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2021-03-19T21:10:14.844Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-03-19T21:10:15.419Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.93s) [2021-03-19T21:10:15.419Z] === RUN TestCreateDifferentPlatform [2021-03-19T21:10:15.419Z] === RUN TestCreateDifferentPlatform/different_os [2021-03-19T21:10:15.419Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-03-19T21:10:15.419Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-03-19T21:10:15.419Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-03-19T21:10:15.419Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s) [2021-03-19T21:10:15.419Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-03-19T21:10:15.681Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.07s) [2021-03-19T21:10:15.681Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-03-19T21:10:15.681Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.11s) [2021-03-19T21:10:15.681Z] === RUN TestContainerStartOnDaemonRestart [2021-03-19T21:10:15.681Z] === PAUSE TestContainerStartOnDaemonRestart [2021-03-19T21:10:15.681Z] === RUN TestDaemonRestartIpcMode [2021-03-19T21:10:15.681Z] === PAUSE TestDaemonRestartIpcMode [2021-03-19T21:10:15.681Z] === RUN TestDaemonHostGatewayIP [2021-03-19T21:10:15.681Z] === PAUSE TestDaemonHostGatewayIP [2021-03-19T21:10:15.681Z] === RUN TestRestartDaemonWithRestartingContainer [2021-03-19T21:10:15.681Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-03-19T21:10:15.681Z] === RUN TestContainerKillOnDaemonStart [2021-03-19T21:10:15.681Z] === PAUSE TestContainerKillOnDaemonStart [2021-03-19T21:10:15.681Z] === RUN TestDiff [2021-03-19T21:10:16.213Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-03-19T21:10:16.628Z] --- PASS: TestDiff (0.95s) [2021-03-19T21:10:16.628Z] === RUN TestExecWithCloseStdin [2021-03-19T21:10:18.024Z] --- PASS: TestExecWithCloseStdin (1.22s) [2021-03-19T21:10:18.024Z] === RUN TestExec [2021-03-19T21:10:18.981Z] --- PASS: TestExec (1.25s) [2021-03-19T21:10:18.981Z] === RUN TestExecUser [2021-03-19T21:10:20.372Z] --- PASS: TestExecUser (1.26s) [2021-03-19T21:10:20.372Z] === RUN TestExportContainerAndImportImage [2021-03-19T21:10:21.763Z] --- PASS: TestExportContainerAndImportImage (1.24s) [2021-03-19T21:10:21.763Z] === RUN TestExportContainerAfterDaemonRestart [2021-03-19T21:10:23.684Z] --- PASS: TestExportContainerAfterDaemonRestart (2.05s) [2021-03-19T21:10:23.684Z] === RUN TestHealthCheckWorkdir [2021-03-19T21:10:24.789Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-03-19T21:10:25.606Z] --- PASS: TestHealthCheckWorkdir (1.57s) [2021-03-19T21:10:25.606Z] === RUN TestHealthKillContainer [2021-03-19T21:10:26.897Z] --- PASS: TestDockerNetworkMacvlan (22.29s) [2021-03-19T21:10:26.897Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.10s) [2021-03-19T21:10:26.897Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s) [2021-03-19T21:10:26.897Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.93s) [2021-03-19T21:10:26.897Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (3.06s) [2021-03-19T21:10:26.897Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (6.68s) [2021-03-19T21:10:26.897Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.91s) [2021-03-19T21:10:26.897Z] PASS [2021-03-19T21:10:26.897Z] [2021-03-19T21:10:26.897Z] DONE 8 tests in 23.824s [2021-03-19T21:10:26.897Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2021-03-19T21:10:26.897Z] ++ 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 [2021-03-19T21:10:26.897Z] ++ set -e [2021-03-19T21:10:26.897Z] ++ '[' -n 0 ']' [2021-03-19T21:10:26.897Z] ++ set -x [2021-03-19T21:10:26.897Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:10:26.897Z] testing: warning: no tests to run [2021-03-19T21:10:26.897Z] PASS [2021-03-19T21:10:26.897Z] [2021-03-19T21:10:26.897Z] DONE 0 tests in 0.064s [2021-03-19T21:10:26.897Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-03-19T21:10:26.897Z] ++ 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 [2021-03-19T21:10:26.897Z] ++ set -e [2021-03-19T21:10:26.897Z] ++ '[' -n 0 ']' [2021-03-19T21:10:26.897Z] ++ set -x [2021-03-19T21:10:26.897Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:10:26.897Z] INFO: Testing against a local daemon [2021-03-19T21:10:26.897Z] === RUN TestAuthZPluginAllowRequest [2021-03-19T21:10:28.796Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-03-19T21:10:28.796Z] [2021-03-19T21:10:28.796Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-03-19T21:10:28.796Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-03-19T21:10:28.796Z] HOSTNAME=ff3281e2b059 [2021-03-19T21:10:28.796Z] TESTDEBUG=0 [2021-03-19T21:10:28.796Z] DEST=bundles/test-integration [2021-03-19T21:10:28.796Z] PWD=/go/src/github.com/docker/docker [2021-03-19T21:10:28.796Z] DOCKER_GITCOMMIT=0f32beb4f8d0a1db1ecc945f9669a35fd463af2c [2021-03-19T21:10:28.796Z] container=docker [2021-03-19T21:10:28.796Z] HOME=/root [2021-03-19T21:10:28.796Z] GOLANG_VERSION=1.13.15 [2021-03-19T21:10:28.796Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-03-19T21:10:28.796Z] VALIDATE_BRANCH=master [2021-03-19T21:10:28.796Z] TERM=xterm [2021-03-19T21:10:28.796Z] DOCKER_PKG=github.com/docker/docker [2021-03-19T21:10:28.796Z] SHLVL=1 [2021-03-19T21:10:28.796Z] TIMEOUT=120m [2021-03-19T21:10:28.796Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-03-19T21:10:28.796Z] DOCKER_GRAPHDRIVER=overlay2 [2021-03-19T21:10:28.796Z] GO111MODULE=off [2021-03-19T21:10:28.796Z] DOCKER_EXPERIMENTAL=1 [2021-03-19T21:10:28.796Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-03-19T21:10:28.796Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-03-19T21:10:28.796Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-03-19T21:10:28.796Z] GOPATH=/go [2021-03-19T21:10:28.796Z] PKG_CONFIG=pkg-config [2021-03-19T21:10:28.796Z] _=/usr/bin/env [2021-03-19T21:10:28.796Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-03-19T21:10:28.918Z] --- PASS: TestHealthKillContainer (3.25s) [2021-03-19T21:10:28.918Z] === RUN TestInspectCpusetInConfigPre120 [2021-03-19T21:10:28.962Z] --- PASS: TestAuthZPluginAllowRequest (1.91s) [2021-03-19T21:10:28.962Z] === RUN TestAuthZPluginTLS [2021-03-19T21:10:29.253Z] --- PASS: TestAuthZPluginTLS (0.53s) [2021-03-19T21:10:29.253Z] === RUN TestAuthZPluginDenyRequest [2021-03-19T21:10:29.493Z] --- PASS: TestInspectCpusetInConfigPre120 (0.93s) [2021-03-19T21:10:29.493Z] === RUN TestIpcModeNone [2021-03-19T21:10:29.940Z] --- PASS: TestAuthZPluginDenyRequest (0.52s) [2021-03-19T21:10:29.940Z] === RUN TestAuthZPluginAPIDenyResponse [2021-03-19T21:10:30.231Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.52s) [2021-03-19T21:10:30.231Z] === RUN TestAuthZPluginDenyResponse [2021-03-19T21:10:30.861Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2021-03-19T21:10:30.861Z] === RUN TestAuthZPluginAllowEventStream [2021-03-19T21:10:30.883Z] --- PASS: TestIpcModeNone (1.20s) [2021-03-19T21:10:30.883Z] === RUN TestIpcModePrivate [2021-03-19T21:10:31.830Z] --- PASS: TestIpcModePrivate (1.19s) [2021-03-19T21:10:31.830Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:103, shared: false, mustBeShared: false [2021-03-19T21:10:31.830Z] === RUN TestIpcModeShareable [2021-03-19T21:10:32.922Z] --- PASS: TestAuthZPluginAllowEventStream (1.88s) [2021-03-19T21:10:32.922Z] === RUN TestAuthZPluginErrorResponse [2021-03-19T21:10:33.213Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2021-03-19T21:10:33.213Z] === RUN TestAuthZPluginErrorRequest [2021-03-19T21:10:33.221Z] --- PASS: TestIpcModeShareable (1.26s) [2021-03-19T21:10:33.221Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:97, shared: true, mustBeShared: true [2021-03-19T21:10:33.221Z] === RUN TestAPIIpcModeShareableAndContainer [2021-03-19T21:10:33.845Z] --- PASS: TestAuthZPluginErrorRequest (0.52s) [2021-03-19T21:10:33.845Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-03-19T21:10:34.477Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2021-03-19T21:10:34.477Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-03-19T21:10:36.539Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.31s) [2021-03-19T21:10:36.539Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-03-19T21:10:37.441Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.61s) [2021-03-19T21:10:37.441Z] === RUN TestAPIIpcModeHost [2021-03-19T21:10:38.016Z] --- PASS: TestAPIIpcModeHost (1.23s) [2021-03-19T21:10:38.016Z] === RUN TestDaemonIpcModeShareable [2021-03-19T21:10:39.263Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.40s) [2021-03-19T21:10:39.263Z] === RUN TestAuthZPluginHeader [2021-03-19T21:10:39.894Z] --- PASS: TestAuthZPluginHeader (0.86s) [2021-03-19T21:10:39.894Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-03-19T21:10:39.894Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-03-19T21:10:39.894Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-19T21:10:39.894Z] === RUN TestAuthZPluginV2Disable [2021-03-19T21:10:39.894Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2021-03-19T21:10:39.894Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-19T21:10:39.894Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-03-19T21:10:39.894Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-03-19T21:10:39.894Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-19T21:10:39.894Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-03-19T21:10:39.894Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-03-19T21:10:39.894Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-19T21:10:39.894Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-03-19T21:10:40.571Z] --- PASS: TestDaemonIpcModeShareable (2.23s) [2021-03-19T21:10:40.571Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:108, shared: true, mustBeShared: true [2021-03-19T21:10:40.571Z] === RUN TestDaemonIpcModePrivate [2021-03-19T21:10:42.476Z] Loaded image: buildpack-deps:buster [2021-03-19T21:10:42.495Z] --- PASS: TestDaemonIpcModePrivate (2.21s) [2021-03-19T21:10:42.495Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:114, shared: false, mustBeShared: false [2021-03-19T21:10:42.495Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-03-19T21:10:42.735Z] Loaded image: busybox:latest [2021-03-19T21:10:43.303Z] Loaded image: busybox:glibc [2021-03-19T21:10:43.562Z] Loaded image: buildpack-deps:buster [2021-03-19T21:10:43.821Z] Loaded image: busybox:latest [2021-03-19T21:10:44.388Z] Loaded image: busybox:glibc [2021-03-19T21:10:45.060Z] --- PASS: TestDaemonIpcModePrivateFromConfig (2.28s) [2021-03-19T21:10:45.060Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:114, shared: false, mustBeShared: false [2021-03-19T21:10:45.060Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-03-19T21:10:46.985Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.19s) [2021-03-19T21:10:46.985Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:108, shared: true, mustBeShared: true [2021-03-19T21:10:46.985Z] === RUN TestIpcModeOlderClient [2021-03-19T21:10:46.985Z] === PAUSE TestIpcModeOlderClient [2021-03-19T21:10:46.985Z] === RUN TestKillContainerInvalidSignal [2021-03-19T21:10:47.931Z] --- PASS: TestKillContainerInvalidSignal (1.07s) [2021-03-19T21:10:47.931Z] === RUN TestKillContainer [2021-03-19T21:10:47.931Z] === RUN TestKillContainer/no_signal [2021-03-19T21:10:48.879Z] === RUN TestKillContainer/non_killing_signal [2021-03-19T21:10:49.453Z] === RUN TestKillContainer/killing_signal [2021-03-19T21:10:49.636Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2021-03-19T21:10:50.845Z] --- PASS: TestKillContainer (2.85s) [2021-03-19T21:10:50.845Z] --- PASS: TestKillContainer/no_signal (0.92s) [2021-03-19T21:10:50.845Z] --- PASS: TestKillContainer/non_killing_signal (0.71s) [2021-03-19T21:10:50.845Z] --- PASS: TestKillContainer/killing_signal (0.95s) [2021-03-19T21:10:50.845Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-03-19T21:10:50.845Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-03-19T21:10:50.954Z] Loaded image: debian:bullseye [2021-03-19T21:10:50.954Z] Loaded image: hello-world:latest [2021-03-19T21:10:50.954Z] Loaded image: arm32v7/hello-world:latest [2021-03-19T21:10:50.954Z] INFO: Testing against a local daemon [2021-03-19T21:10:50.954Z] === RUN TestDockerSuite [2021-03-19T21:10:50.954Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-03-19T21:10:50.954Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-03-19T21:10:50.954Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-03-19T21:10:50.954Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-03-19T21:10:50.954Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-03-19T21:10:50.954Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-03-19T21:10:50.954Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-03-19T21:10:50.954Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-03-19T21:10:51.212Z] Loaded image: debian:bullseye [2021-03-19T21:10:51.212Z] Loaded image: hello-world:latest [2021-03-19T21:10:51.470Z] Loaded image: arm32v7/hello-world:latest [2021-03-19T21:10:51.470Z] INFO: Testing against a local daemon [2021-03-19T21:10:51.470Z] === RUN TestDockerDaemonSuite [2021-03-19T21:10:51.729Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2021-03-19T21:10:51.791Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-03-19T21:10:52.738Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.89s) [2021-03-19T21:10:52.738Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.94s) [2021-03-19T21:10:52.738Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.70s) [2021-03-19T21:10:52.738Z] === RUN TestKillStoppedContainer [2021-03-19T21:10:52.738Z] --- PASS: TestKillStoppedContainer (0.11s) [2021-03-19T21:10:52.738Z] === RUN TestKillStoppedContainerAPIPre120 [2021-03-19T21:10:52.738Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) [2021-03-19T21:10:52.738Z] === RUN TestKillDifferentUserContainer [2021-03-19T21:10:54.130Z] --- PASS: TestKillDifferentUserContainer (0.99s) [2021-03-19T21:10:54.130Z] === RUN TestInspectOomKilledTrue [2021-03-19T21:10:54.130Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-03-19T21:10:54.130Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-19T21:10:54.130Z] === RUN TestInspectOomKilledFalse [2021-03-19T21:10:54.130Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-03-19T21:10:54.130Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-19T21:10:54.130Z] === RUN TestLinksEtcHostsContentMatch [2021-03-19T21:10:54.263Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-03-19T21:10:54.522Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-03-19T21:10:54.704Z] --- PASS: TestLinksEtcHostsContentMatch (0.95s) [2021-03-19T21:10:54.704Z] === RUN TestLinksContainerNames [2021-03-19T21:10:55.089Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-03-19T21:10:55.089Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-03-19T21:10:56.025Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-03-19T21:10:56.284Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-03-19T21:10:56.284Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-03-19T21:10:56.625Z] --- PASS: TestLinksContainerNames (1.87s) [2021-03-19T21:10:56.625Z] === RUN TestLogsFollowTailEmpty [2021-03-19T21:10:57.573Z] --- PASS: TestLogsFollowTailEmpty (0.91s) [2021-03-19T21:10:57.573Z] === RUN TestContainerNetworkMountsNoChown [2021-03-19T21:10:58.520Z] --- PASS: TestContainerNetworkMountsNoChown (0.93s) [2021-03-19T21:10:58.520Z] === RUN TestMountDaemonRoot [2021-03-19T21:10:58.520Z] === RUN TestMountDaemonRoot/default [2021-03-19T21:10:58.520Z] === PAUSE TestMountDaemonRoot/default [2021-03-19T21:10:58.520Z] === RUN TestMountDaemonRoot/private [2021-03-19T21:10:58.520Z] === PAUSE TestMountDaemonRoot/private [2021-03-19T21:10:58.520Z] === RUN TestMountDaemonRoot/rprivate [2021-03-19T21:10:58.520Z] === PAUSE TestMountDaemonRoot/rprivate [2021-03-19T21:10:58.520Z] === RUN TestMountDaemonRoot/slave [2021-03-19T21:10:58.520Z] === PAUSE TestMountDaemonRoot/slave [2021-03-19T21:10:58.520Z] === RUN TestMountDaemonRoot/rslave [2021-03-19T21:10:58.520Z] === PAUSE TestMountDaemonRoot/rslave [2021-03-19T21:10:58.520Z] === RUN TestMountDaemonRoot/shared [2021-03-19T21:10:58.520Z] === PAUSE TestMountDaemonRoot/shared [2021-03-19T21:10:58.520Z] === RUN TestMountDaemonRoot/rshared [2021-03-19T21:10:58.520Z] === PAUSE TestMountDaemonRoot/rshared [2021-03-19T21:10:58.520Z] === CONT TestMountDaemonRoot/default [2021-03-19T21:10:58.520Z] === RUN TestMountDaemonRoot/default/bind_root [2021-03-19T21:10:58.520Z] === CONT TestMountDaemonRoot/rslave [2021-03-19T21:10:58.520Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-03-19T21:10:58.520Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-03-19T21:10:58.520Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-03-19T21:10:58.520Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-03-19T21:10:58.520Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-03-19T21:10:58.520Z] === RUN TestMountDaemonRoot/default/mount_root [2021-03-19T21:10:58.520Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-03-19T21:10:58.520Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-03-19T21:10:58.520Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-03-19T21:10:58.520Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-03-19T21:10:58.520Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-03-19T21:10:58.520Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-03-19T21:10:58.520Z] === CONT TestMountDaemonRoot/rprivate [2021-03-19T21:10:58.520Z] === CONT TestMountDaemonRoot/rshared [2021-03-19T21:10:58.520Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-03-19T21:10:58.520Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-03-19T21:10:58.520Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-03-19T21:10:58.520Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-03-19T21:10:58.520Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-03-19T21:10:58.520Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-03-19T21:10:58.520Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-03-19T21:10:58.520Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-03-19T21:10:58.520Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-03-19T21:10:58.520Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-03-19T21:10:58.520Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-03-19T21:10:58.520Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-03-19T21:10:58.520Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-03-19T21:10:58.520Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-03-19T21:10:58.520Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-03-19T21:10:58.520Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-03-19T21:10:58.520Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-03-19T21:10:58.520Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-03-19T21:10:58.520Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-03-19T21:10:58.520Z] === CONT TestMountDaemonRoot/shared [2021-03-19T21:10:58.520Z] === CONT TestMountDaemonRoot/private [2021-03-19T21:10:58.520Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-03-19T21:10:58.520Z] === RUN TestMountDaemonRoot/private/bind_root [2021-03-19T21:10:58.520Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-03-19T21:10:58.520Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-03-19T21:10:58.520Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-03-19T21:10:58.520Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-03-19T21:10:58.520Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-03-19T21:10:58.520Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-03-19T21:10:58.520Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-03-19T21:10:58.520Z] === RUN TestMountDaemonRoot/private/mount_root [2021-03-19T21:10:58.520Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-03-19T21:10:58.520Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-03-19T21:10:58.520Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-03-19T21:10:58.520Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-03-19T21:10:58.520Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-03-19T21:10:58.520Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-03-19T21:10:58.520Z] === CONT TestMountDaemonRoot/default/mount_root [2021-03-19T21:10:58.520Z] === CONT TestMountDaemonRoot/slave [2021-03-19T21:10:58.520Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-03-19T21:10:58.520Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-03-19T21:10:58.520Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-03-19T21:10:58.520Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-03-19T21:10:58.520Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-03-19T21:10:58.520Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-03-19T21:10:58.520Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-03-19T21:10:58.520Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-03-19T21:10:58.520Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-03-19T21:10:58.520Z] === CONT TestMountDaemonRoot/default/bind_root [2021-03-19T21:10:58.520Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-03-19T21:10:58.520Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-03-19T21:10:58.520Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-03-19T21:10:58.520Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-03-19T21:10:58.531Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.70s) [2021-03-19T21:10:58.531Z] PASS [2021-03-19T21:10:58.531Z] [2021-03-19T21:10:58.531Z] === Skipped [2021-03-19T21:10:58.531Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-03-19T21:10:58.531Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-19T21:10:58.531Z] [2021-03-19T21:10:58.531Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2021-03-19T21:10:58.531Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-19T21:10:58.531Z] [2021-03-19T21:10:58.531Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-03-19T21:10:58.531Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-19T21:10:58.531Z] [2021-03-19T21:10:58.531Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-03-19T21:10:58.531Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-19T21:10:58.531Z] [2021-03-19T21:10:58.531Z] [2021-03-19T21:10:58.531Z] DONE 17 tests, 4 skipped in 29.865s [2021-03-19T21:10:58.532Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-03-19T21:10:58.532Z] ++ 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 [2021-03-19T21:10:58.532Z] ++ set -e [2021-03-19T21:10:58.532Z] ++ '[' -n 0 ']' [2021-03-19T21:10:58.532Z] ++ set -x [2021-03-19T21:10:58.532Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:10:58.532Z] INFO: Testing against a local daemon [2021-03-19T21:10:58.532Z] === RUN TestPluginInvalidJSON [2021-03-19T21:10:58.532Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-03-19T21:10:58.532Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-03-19T21:10:58.532Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-03-19T21:10:58.532Z] --- PASS: TestPluginInvalidJSON (0.01s) [2021-03-19T21:10:58.532Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-03-19T21:10:58.532Z] === RUN TestPluginInstall [2021-03-19T21:10:58.532Z] === RUN TestPluginInstall/no_auth [2021-03-19T21:10:58.532Z] time="2021-03-19T21:10:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-19T21:10:58.532Z] time="2021-03-19T21:10:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4175f2d15e227e7c340feeef5cdd8dafc60d1280290afdf3964319c6db4238ad" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-19T21:10:58.532Z] time="2021-03-19T21:10:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-19T21:10:58.532Z] time="2021-03-19T21:10:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4175f2d15e227e7c340feeef5cdd8dafc60d1280290afdf3964319c6db4238ad" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-19T21:10:58.782Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-03-19T21:10:58.783Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-03-19T21:10:58.783Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-03-19T21:10:58.783Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-03-19T21:10:58.783Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-03-19T21:10:58.783Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-03-19T21:10:58.783Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-03-19T21:10:58.783Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-03-19T21:10:58.783Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-03-19T21:10:58.783Z] === CONT TestMountDaemonRoot/private/bind_root [2021-03-19T21:10:58.783Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-03-19T21:10:58.783Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-03-19T21:10:58.783Z] === CONT TestMountDaemonRoot/private/mount_root [2021-03-19T21:10:58.783Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-03-19T21:10:58.783Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-03-19T21:10:58.815Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-03-19T21:10:58.826Z] === RUN TestPluginInstall/with_htpasswd [2021-03-19T21:10:59.045Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-03-19T21:10:59.045Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-03-19T21:10:59.045Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-03-19T21:10:59.045Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-03-19T21:10:59.045Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-03-19T21:10:59.045Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-03-19T21:10:59.045Z] --- PASS: TestMountDaemonRoot (0.04s) [2021-03-19T21:10:59.045Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-03-19T21:10:59.045Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s) [2021-03-19T21:10:59.045Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2021-03-19T21:10:59.045Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2021-03-19T21:10:59.045Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.10s) [2021-03-19T21:10:59.045Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-03-19T21:10:59.045Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2021-03-19T21:10:59.045Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2021-03-19T21:10:59.045Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.10s) [2021-03-19T21:10:59.045Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s) [2021-03-19T21:10:59.045Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-03-19T21:10:59.045Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2021-03-19T21:10:59.045Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2021-03-19T21:10:59.045Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2021-03-19T21:10:59.045Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2021-03-19T21:10:59.045Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-03-19T21:10:59.045Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2021-03-19T21:10:59.045Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) [2021-03-19T21:10:59.045Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.10s) [2021-03-19T21:10:59.045Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.10s) [2021-03-19T21:10:59.045Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-03-19T21:10:59.045Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.06s) [2021-03-19T21:10:59.045Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2021-03-19T21:10:59.045Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2021-03-19T21:10:59.045Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2021-03-19T21:10:59.045Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-03-19T21:10:59.045Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2021-03-19T21:10:59.045Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2021-03-19T21:10:59.045Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2021-03-19T21:10:59.045Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2021-03-19T21:10:59.045Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-03-19T21:10:59.045Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2021-03-19T21:10:59.045Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2021-03-19T21:10:59.045Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2021-03-19T21:10:59.045Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2021-03-19T21:10:59.045Z] === RUN TestContainerBindMountNonRecursive [2021-03-19T21:10:59.074Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-03-19T21:10:59.074Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-03-19T21:10:59.074Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-03-19T21:10:59.333Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2021-03-19T21:10:59.461Z] time="2021-03-19T21:10:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-19T21:10:59.461Z] time="2021-03-19T21:10:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cbbf1853456d1638c15ae35140cbc80406e9c9a58f6004cf6b4e03fe4c455a03" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-19T21:10:59.461Z] time="2021-03-19T21:10:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-19T21:10:59.461Z] time="2021-03-19T21:10:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cbbf1853456d1638c15ae35140cbc80406e9c9a58f6004cf6b4e03fe4c455a03" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-19T21:10:59.751Z] === RUN TestPluginInstall/with_insecure [2021-03-19T21:11:00.268Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-03-19T21:11:00.782Z] time="2021-03-19T21:11:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-19T21:11:00.782Z] time="2021-03-19T21:11:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b9ee5e6fb6537d3a8f1368c62a0ded0fcaed7c56503185e74237eebf51c32fc0" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-19T21:11:00.782Z] time="2021-03-19T21:11:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-19T21:11:00.782Z] time="2021-03-19T21:11:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b9ee5e6fb6537d3a8f1368c62a0ded0fcaed7c56503185e74237eebf51c32fc0" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-19T21:11:01.135Z] --- PASS: TestPluginInstall (4.28s) [2021-03-19T21:11:01.135Z] --- PASS: TestPluginInstall/no_auth (2.10s) [2021-03-19T21:11:01.135Z] --- PASS: TestPluginInstall/with_htpasswd (0.88s) [2021-03-19T21:11:01.135Z] --- PASS: TestPluginInstall/with_insecure (1.29s) [2021-03-19T21:11:01.135Z] plugin_test.go:160: [df7ca608302e7] daemon is not started [2021-03-19T21:11:01.135Z] === RUN TestPluginsWithRuntimes [2021-03-19T21:11:01.580Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-03-19T21:11:01.580Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-03-19T21:11:02.169Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-03-19T21:11:02.169Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-03-19T21:11:02.169Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-03-19T21:11:02.169Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-03-19T21:11:02.169Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-03-19T21:11:02.357Z] --- PASS: TestContainerBindMountNonRecursive (2.76s) [2021-03-19T21:11:02.357Z] === RUN TestContainerVolumesMountedAsShared [2021-03-19T21:11:02.620Z] --- PASS: TestContainerVolumesMountedAsShared (0.76s) [2021-03-19T21:11:02.620Z] === RUN TestContainerVolumesMountedAsSlave [2021-03-19T21:11:02.709Z] === RUN TestPluginsWithRuntimes/No_Args [2021-03-19T21:11:03.566Z] --- PASS: TestContainerVolumesMountedAsSlave (0.96s) [2021-03-19T21:11:03.566Z] === RUN TestNetworkNat [2021-03-19T21:11:04.213Z] === RUN TestPluginsWithRuntimes/With_Args [2021-03-19T21:11:04.460Z] tests/integration/api_volume_test.py ......... [ 74%] [2021-03-19T21:11:04.514Z] --- PASS: TestNetworkNat (1.04s) [2021-03-19T21:11:04.514Z] === RUN TestNetworkLocalhostTCPNat [2021-03-19T21:11:05.462Z] --- PASS: TestNetworkLocalhostTCPNat (1.01s) [2021-03-19T21:11:05.462Z] === RUN TestNetworkLoopbackNat [2021-03-19T21:11:05.718Z] --- PASS: TestPluginsWithRuntimes (4.73s) [2021-03-19T21:11:05.718Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.44s) [2021-03-19T21:11:05.718Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.36s) [2021-03-19T21:11:05.718Z] PASS [2021-03-19T21:11:05.718Z] [2021-03-19T21:11:05.718Z] DONE 9 tests in 9.138s [2021-03-19T21:11:05.718Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-03-19T21:11:05.718Z] ++ 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 [2021-03-19T21:11:05.718Z] ++ set -e [2021-03-19T21:11:05.718Z] ++ '[' -n 0 ']' [2021-03-19T21:11:05.718Z] ++ set -x [2021-03-19T21:11:05.718Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:11:05.718Z] INFO: Testing against a local daemon [2021-03-19T21:11:05.718Z] === RUN TestExternalGraphDriver [2021-03-19T21:11:05.821Z] tests/integration/client_test.py ..... [ 75%] [2021-03-19T21:11:05.821Z] tests/integration/context_api_test.py ... [ 76%] [2021-03-19T21:11:06.011Z] === RUN TestExternalGraphDriver/json [2021-03-19T21:11:06.745Z] tests/integration/errors_test.py . [ 76%] [2021-03-19T21:11:08.224Z] === RUN TestExternalGraphDriver/spec [2021-03-19T21:11:08.728Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-03-19T21:11:09.677Z] --- PASS: TestNetworkLoopbackNat (3.48s) [2021-03-19T21:11:09.677Z] === RUN TestPause [2021-03-19T21:11:09.939Z] --- PASS: TestPause (1.00s) [2021-03-19T21:11:09.939Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-03-19T21:11:09.939Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-19T21:11:09.939Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-19T21:11:09.939Z] === RUN TestPauseStopPausedContainer [2021-03-19T21:11:10.333Z] === RUN TestExternalGraphDriver/pull [2021-03-19T21:11:11.331Z] --- PASS: TestPauseStopPausedContainer (1.01s) [2021-03-19T21:11:11.331Z] === RUN TestPsFilter [2021-03-19T21:11:11.331Z] --- PASS: TestPsFilter (0.28s) [2021-03-19T21:11:11.331Z] === RUN TestRemoveContainerWithRemovedVolume [2021-03-19T21:11:12.277Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.95s) [2021-03-19T21:11:12.277Z] === RUN TestRemoveContainerWithVolume [2021-03-19T21:11:12.920Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-03-19T21:11:13.182Z] --- PASS: TestExternalGraphDriver (6.98s) [2021-03-19T21:11:13.182Z] --- PASS: TestExternalGraphDriver/json (2.23s) [2021-03-19T21:11:13.182Z] --- PASS: TestExternalGraphDriver/spec (2.26s) [2021-03-19T21:11:13.182Z] --- PASS: TestExternalGraphDriver/pull (2.36s) [2021-03-19T21:11:13.182Z] === RUN TestGraphdriverPluginV2 [2021-03-19T21:11:13.182Z] --- SKIP: TestGraphdriverPluginV2 (0.06s) [2021-03-19T21:11:13.182Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-19T21:11:13.182Z] PASS [2021-03-19T21:11:13.182Z] [2021-03-19T21:11:13.182Z] === Skipped [2021-03-19T21:11:13.182Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s) [2021-03-19T21:11:13.182Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-19T21:11:13.182Z] [2021-03-19T21:11:13.182Z] [2021-03-19T21:11:13.182Z] DONE 5 tests, 1 skipped in 7.165s [2021-03-19T21:11:13.182Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-03-19T21:11:13.182Z] ++ 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 [2021-03-19T21:11:13.182Z] ++ set -e [2021-03-19T21:11:13.182Z] ++ '[' -n 0 ']' [2021-03-19T21:11:13.182Z] ++ set -x [2021-03-19T21:11:13.182Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:11:13.182Z] INFO: Testing against a local daemon [2021-03-19T21:11:13.182Z] === RUN TestContinueAfterPluginCrash [2021-03-19T21:11:13.182Z] === PAUSE TestContinueAfterPluginCrash [2021-03-19T21:11:13.182Z] === RUN TestReadPluginNoRead [2021-03-19T21:11:13.182Z] === PAUSE TestReadPluginNoRead [2021-03-19T21:11:13.182Z] === RUN TestDaemonStartWithLogOpt [2021-03-19T21:11:13.182Z] === PAUSE TestDaemonStartWithLogOpt [2021-03-19T21:11:13.182Z] === CONT TestContinueAfterPluginCrash [2021-03-19T21:11:13.182Z] === CONT TestDaemonStartWithLogOpt [2021-03-19T21:11:13.227Z] --- PASS: TestRemoveContainerWithVolume (0.92s) [2021-03-19T21:11:13.227Z] === RUN TestRemoveContainerRunning [2021-03-19T21:11:14.173Z] --- PASS: TestRemoveContainerRunning (0.98s) [2021-03-19T21:11:14.173Z] === RUN TestRemoveContainerForceRemoveRunning [2021-03-19T21:11:14.779Z] --- PASS: TestImportExtremelyLargeImageWorks (102.14s) [2021-03-19T21:11:14.779Z] PASS [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] === Skipped [2021-03-19T21:11:14.779Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-03-19T21:11:14.779Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] DONE 12 tests, 1 skipped in 106.444s [2021-03-19T21:11:14.779Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-03-19T21:11:14.779Z] INFO: Testing against a local daemon [2021-03-19T21:11:14.779Z] === RUN TestNetworkCreateDelete [2021-03-19T21:11:14.779Z] --- PASS: TestNetworkCreateDelete (0.14s) [2021-03-19T21:11:14.779Z] === RUN TestDockerNetworkDeletePreferID [2021-03-19T21:11:14.779Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2021-03-19T21:11:14.779Z] === RUN TestDaemonDNSFallback [2021-03-19T21:11:14.779Z] --- PASS: TestDaemonDNSFallback (7.60s) [2021-03-19T21:11:14.779Z] === RUN TestInspectNetwork [2021-03-19T21:11:14.779Z] --- SKIP: TestInspectNetwork (0.00s) [2021-03-19T21:11:14.779Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:14.779Z] === RUN TestRunContainerWithBridgeNone [2021-03-19T21:11:14.779Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-03-19T21:11:14.779Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-19T21:11:14.779Z] === RUN TestNetworkInvalidJSON [2021-03-19T21:11:14.779Z] === RUN TestNetworkInvalidJSON//networks/create [2021-03-19T21:11:14.779Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-03-19T21:11:14.779Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-03-19T21:11:14.779Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-03-19T21:11:14.779Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-19T21:11:14.779Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-19T21:11:14.779Z] === CONT TestNetworkInvalidJSON//networks/create [2021-03-19T21:11:14.779Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-19T21:11:14.779Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-03-19T21:11:14.779Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-03-19T21:11:14.779Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-03-19T21:11:14.779Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-03-19T21:11:14.779Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-03-19T21:11:14.779Z] === RUN TestNetworkList [2021-03-19T21:11:14.779Z] === RUN TestNetworkList//networks [2021-03-19T21:11:14.779Z] === PAUSE TestNetworkList//networks [2021-03-19T21:11:14.779Z] === RUN TestNetworkList//networks/ [2021-03-19T21:11:14.779Z] === PAUSE TestNetworkList//networks/ [2021-03-19T21:11:14.779Z] === CONT TestNetworkList//networks [2021-03-19T21:11:14.779Z] === CONT TestNetworkList//networks/ [2021-03-19T21:11:14.779Z] --- PASS: TestNetworkList (0.01s) [2021-03-19T21:11:14.779Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-03-19T21:11:14.779Z] --- PASS: TestNetworkList//networks (0.00s) [2021-03-19T21:11:14.779Z] === RUN TestHostIPv4BridgeLabel [2021-03-19T21:11:14.779Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-03-19T21:11:14.779Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-19T21:11:14.779Z] === RUN TestDaemonRestartWithLiveRestore [2021-03-19T21:11:14.779Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s) [2021-03-19T21:11:14.779Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-19T21:11:14.779Z] === RUN TestDaemonDefaultNetworkPools [2021-03-19T21:11:14.779Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s) [2021-03-19T21:11:14.779Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-19T21:11:14.779Z] === RUN TestDaemonRestartWithExistingNetwork [2021-03-19T21:11:14.779Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-03-19T21:11:14.779Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-19T21:11:14.779Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-03-19T21:11:14.779Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-03-19T21:11:14.779Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-19T21:11:14.779Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-03-19T21:11:14.779Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2021-03-19T21:11:14.779Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-19T21:11:14.779Z] === RUN TestServiceWithPredefinedNetwork [2021-03-19T21:11:14.779Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-03-19T21:11:14.779Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:14.779Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-03-19T21:11:14.779Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-19T21:11:14.779Z] service_test.go:242: FLAKY_TEST [2021-03-19T21:11:14.779Z] === RUN TestServiceWithDataPathPortInit [2021-03-19T21:11:14.779Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s) [2021-03-19T21:11:14.779Z] service_test.go:334: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:14.779Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-03-19T21:11:14.779Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-03-19T21:11:14.779Z] service_test.go:401: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:14.779Z] PASS [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] === Skipped [2021-03-19T21:11:14.779Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2021-03-19T21:11:14.779Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2021-03-19T21:11:14.779Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2021-03-19T21:11:14.779Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s) [2021-03-19T21:11:14.779Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s) [2021-03-19T21:11:14.779Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.00s) [2021-03-19T21:11:14.779Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-03-19T21:11:14.779Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2021-03-19T21:11:14.779Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2021-03-19T21:11:14.779Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-19T21:11:14.779Z] service_test.go:242: FLAKY_TEST [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s) [2021-03-19T21:11:14.779Z] service_test.go:334: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-03-19T21:11:14.779Z] service_test.go:401: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] DONE 22 tests, 12 skipped in 8.334s [2021-03-19T21:11:14.779Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-03-19T21:11:14.779Z] INFO: Testing against a local daemon [2021-03-19T21:11:14.779Z] === RUN TestDockerNetworkIpvlanPersistance [2021-03-19T21:11:14.779Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2021-03-19T21:11:14.779Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-19T21:11:14.779Z] === RUN TestDockerNetworkIpvlan [2021-03-19T21:11:14.779Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-03-19T21:11:14.779Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-19T21:11:14.779Z] PASS [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] === Skipped [2021-03-19T21:11:14.779Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2021-03-19T21:11:14.779Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-03-19T21:11:14.779Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] DONE 2 tests, 2 skipped in 0.151s [2021-03-19T21:11:14.779Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-03-19T21:11:14.779Z] INFO: Testing against a local daemon [2021-03-19T21:11:14.779Z] === RUN TestDockerNetworkMacvlanPersistance [2021-03-19T21:11:14.779Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2021-03-19T21:11:14.779Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-19T21:11:14.779Z] === RUN TestDockerNetworkMacvlan [2021-03-19T21:11:14.779Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2021-03-19T21:11:14.779Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-19T21:11:14.779Z] PASS [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] === Skipped [2021-03-19T21:11:14.779Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2021-03-19T21:11:14.779Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2021-03-19T21:11:14.779Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] DONE 2 tests, 2 skipped in 0.136s [2021-03-19T21:11:14.779Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-03-19T21:11:14.779Z] testing: warning: no tests to run [2021-03-19T21:11:14.779Z] PASS [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] DONE 0 tests in 0.033s [2021-03-19T21:11:14.779Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-03-19T21:11:14.779Z] INFO: Testing against a local daemon [2021-03-19T21:11:14.779Z] === RUN TestAuthZPluginAllowRequest [2021-03-19T21:11:14.779Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2021-03-19T21:11:14.779Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-19T21:11:14.779Z] === RUN TestAuthZPluginTLS [2021-03-19T21:11:14.779Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2021-03-19T21:11:14.779Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-19T21:11:14.779Z] === RUN TestAuthZPluginDenyRequest [2021-03-19T21:11:14.779Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2021-03-19T21:11:14.779Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-19T21:11:14.779Z] === RUN TestAuthZPluginAPIDenyResponse [2021-03-19T21:11:14.779Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2021-03-19T21:11:14.779Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-19T21:11:14.779Z] === RUN TestAuthZPluginDenyResponse [2021-03-19T21:11:14.779Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2021-03-19T21:11:14.779Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-19T21:11:14.779Z] === RUN TestAuthZPluginAllowEventStream [2021-03-19T21:11:14.779Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2021-03-19T21:11:14.779Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-19T21:11:14.779Z] === RUN TestAuthZPluginErrorResponse [2021-03-19T21:11:14.779Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2021-03-19T21:11:14.779Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-19T21:11:14.779Z] === RUN TestAuthZPluginErrorRequest [2021-03-19T21:11:14.779Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2021-03-19T21:11:14.779Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-19T21:11:14.779Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-03-19T21:11:14.779Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-03-19T21:11:14.779Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-19T21:11:14.779Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-03-19T21:11:14.779Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-03-19T21:11:14.779Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-19T21:11:14.779Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-03-19T21:11:14.779Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-03-19T21:11:14.779Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-19T21:11:14.779Z] === RUN TestAuthZPluginHeader [2021-03-19T21:11:14.779Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2021-03-19T21:11:14.779Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-19T21:11:14.779Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-03-19T21:11:14.779Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.24s) [2021-03-19T21:11:14.779Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-19T21:11:14.779Z] === RUN TestAuthZPluginV2Disable [2021-03-19T21:11:14.779Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2021-03-19T21:11:14.779Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-19T21:11:14.779Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-03-19T21:11:14.779Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-03-19T21:11:14.779Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-19T21:11:14.779Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-03-19T21:11:14.779Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2021-03-19T21:11:14.779Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-19T21:11:14.779Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-03-19T21:11:14.779Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-03-19T21:11:14.779Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-19T21:11:14.779Z] PASS [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] === Skipped [2021-03-19T21:11:14.779Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2021-03-19T21:11:14.779Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2021-03-19T21:11:14.779Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2021-03-19T21:11:14.779Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2021-03-19T21:11:14.779Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2021-03-19T21:11:14.779Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2021-03-19T21:11:14.779Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2021-03-19T21:11:14.779Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2021-03-19T21:11:14.779Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-03-19T21:11:14.779Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-03-19T21:11:14.779Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-03-19T21:11:14.779Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2021-03-19T21:11:14.779Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.24s) [2021-03-19T21:11:14.779Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2021-03-19T21:11:14.779Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-03-19T21:11:14.779Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2021-03-19T21:11:14.779Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-03-19T21:11:14.779Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] DONE 17 tests, 17 skipped in 0.474s [2021-03-19T21:11:14.779Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-03-19T21:11:14.779Z] INFO: Testing against a local daemon [2021-03-19T21:11:14.779Z] === RUN TestPluginInvalidJSON [2021-03-19T21:11:14.779Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-03-19T21:11:14.779Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-03-19T21:11:14.779Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-03-19T21:11:14.779Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-03-19T21:11:14.779Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-03-19T21:11:14.779Z] === RUN TestPluginInstall [2021-03-19T21:11:14.779Z] --- SKIP: TestPluginInstall (0.00s) [2021-03-19T21:11:14.779Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-19T21:11:14.779Z] === RUN TestPluginsWithRuntimes [2021-03-19T21:11:14.779Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-03-19T21:11:14.779Z] plugin_test.go:166: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2021-03-19T21:11:14.779Z] PASS [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] === Skipped [2021-03-19T21:11:14.779Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2021-03-19T21:11:14.779Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2021-03-19T21:11:14.779Z] plugin_test.go:166: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] [2021-03-19T21:11:14.779Z] DONE 4 tests, 2 skipped in 0.196s [2021-03-19T21:11:15.038Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-03-19T21:11:15.038Z] INFO: Testing against a local daemon [2021-03-19T21:11:15.038Z] === RUN TestExternalGraphDriver [2021-03-19T21:11:15.038Z] --- SKIP: TestExternalGraphDriver (0.07s) [2021-03-19T21:11:15.038Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-03-19T21:11:15.038Z] === RUN TestGraphdriverPluginV2 [2021-03-19T21:11:15.119Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.97s) [2021-03-19T21:11:15.119Z] === RUN TestRemoveInvalidContainer [2021-03-19T21:11:15.119Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-03-19T21:11:15.119Z] === RUN TestRenameLinkedContainer [2021-03-19T21:11:17.108Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-03-19T21:11:17.626Z] --- PASS: TestDaemonStartWithLogOpt (3.87s) [2021-03-19T21:11:17.626Z] === CONT TestReadPluginNoRead [2021-03-19T21:11:19.011Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2021-03-19T21:11:19.011Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-03-19T21:11:19.339Z] --- PASS: TestRenameLinkedContainer (3.77s) [2021-03-19T21:11:19.339Z] === RUN TestRenameStoppedContainer [2021-03-19T21:11:19.689Z] === RUN TestReadPluginNoRead/default [2021-03-19T21:11:19.913Z] --- PASS: TestRenameStoppedContainer (0.96s) [2021-03-19T21:11:19.913Z] === RUN TestRenameRunningContainerAndReuse [2021-03-19T21:11:20.242Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-03-19T21:11:20.387Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-03-19T21:11:21.752Z] === RUN TestReadPluginNoRead/disabled_caching [2021-03-19T21:11:21.835Z] --- PASS: TestRenameRunningContainerAndReuse (1.91s) [2021-03-19T21:11:21.835Z] === RUN TestRenameInvalidName [2021-03-19T21:11:22.289Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-03-19T21:11:22.429Z] --- PASS: TestContinueAfterPluginCrash (9.35s) [2021-03-19T21:11:22.783Z] --- PASS: TestRenameInvalidName (0.95s) [2021-03-19T21:11:22.783Z] === RUN TestRenameAnonymousContainer [2021-03-19T21:11:23.155Z] --- PASS: TestGraphdriverPluginV2 (6.68s) [2021-03-19T21:11:23.156Z] PASS [2021-03-19T21:11:23.156Z] [2021-03-19T21:11:23.156Z] === Skipped [2021-03-19T21:11:23.156Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.07s) [2021-03-19T21:11:23.156Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-03-19T21:11:23.156Z] [2021-03-19T21:11:23.156Z] [2021-03-19T21:11:23.156Z] DONE 2 tests, 1 skipped in 6.905s [2021-03-19T21:11:23.156Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-03-19T21:11:23.156Z] INFO: Testing against a local daemon [2021-03-19T21:11:23.156Z] === RUN TestContinueAfterPluginCrash [2021-03-19T21:11:23.156Z] === PAUSE TestContinueAfterPluginCrash [2021-03-19T21:11:23.156Z] === RUN TestReadPluginNoRead [2021-03-19T21:11:23.156Z] === PAUSE TestReadPluginNoRead [2021-03-19T21:11:23.156Z] === RUN TestDaemonStartWithLogOpt [2021-03-19T21:11:23.156Z] === PAUSE TestDaemonStartWithLogOpt [2021-03-19T21:11:23.156Z] === CONT TestContinueAfterPluginCrash [2021-03-19T21:11:23.156Z] === CONT TestDaemonStartWithLogOpt [2021-03-19T21:11:23.224Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2021-03-19T21:11:23.482Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-03-19T21:11:23.936Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-03-19T21:11:25.386Z] === RUN TestDockerSuite/TestAttachAfterDetach [2021-03-19T21:11:26.325Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2021-03-19T21:11:26.664Z] --- PASS: TestReadPluginNoRead (9.27s) [2021-03-19T21:11:26.664Z] --- PASS: TestReadPluginNoRead/default (2.03s) [2021-03-19T21:11:26.664Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.24s) [2021-03-19T21:11:26.664Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.17s) [2021-03-19T21:11:26.664Z] read_test.go:92: [d0c238b9c1c74] daemon is not started [2021-03-19T21:11:26.664Z] PASS [2021-03-19T21:11:26.664Z] [2021-03-19T21:11:26.664Z] DONE 6 tests in 13.260s [2021-03-19T21:11:26.664Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (s390x.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-03-19T21:11:26.664Z] ++ 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 [2021-03-19T21:11:26.664Z] ++ set -e [2021-03-19T21:11:26.664Z] ++ '[' -n 0 ']' [2021-03-19T21:11:26.664Z] ++ set -x [2021-03-19T21:11:26.664Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:11:26.664Z] testing: warning: no tests to run [2021-03-19T21:11:26.664Z] PASS [2021-03-19T21:11:26.664Z] [2021-03-19T21:11:26.664Z] DONE 0 tests in 0.067s [2021-03-19T21:11:26.664Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-03-19T21:11:26.664Z] ++ 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 [2021-03-19T21:11:26.664Z] ++ set -e [2021-03-19T21:11:26.664Z] ++ '[' -n 0 ']' [2021-03-19T21:11:26.664Z] ++ set -x [2021-03-19T21:11:26.664Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:11:26.664Z] INFO: Testing against a local daemon [2021-03-19T21:11:26.664Z] === RUN TestPluginWithDevMounts [2021-03-19T21:11:26.664Z] === PAUSE TestPluginWithDevMounts [2021-03-19T21:11:26.664Z] === CONT TestPluginWithDevMounts [2021-03-19T21:11:27.702Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2021-03-19T21:11:28.085Z] --- PASS: TestRenameAnonymousContainer (4.46s) [2021-03-19T21:11:28.085Z] === RUN TestRenameContainerWithSameName [2021-03-19T21:11:28.085Z] --- PASS: TestRenameContainerWithSameName (0.95s) [2021-03-19T21:11:28.085Z] === RUN TestRenameContainerWithLinkedContainer [2021-03-19T21:11:28.168Z] --- PASS: TestPluginWithDevMounts (1.87s) [2021-03-19T21:11:28.168Z] PASS [2021-03-19T21:11:28.168Z] [2021-03-19T21:11:28.168Z] DONE 1 tests in 2.004s [2021-03-19T21:11:28.168Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2021-03-19T21:11:28.168Z] ++ 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 [2021-03-19T21:11:28.168Z] ++ set -e [2021-03-19T21:11:28.168Z] ++ '[' -n 0 ']' [2021-03-19T21:11:28.168Z] ++ set -x [2021-03-19T21:11:28.168Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:11:28.529Z] INFO: Testing against a local daemon [2021-03-19T21:11:28.529Z] === RUN TestSecretInspect [2021-03-19T21:11:28.639Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2021-03-19T21:11:29.731Z] --- PASS: TestDaemonStartWithLogOpt (7.08s) [2021-03-19T21:11:29.731Z] === CONT TestReadPluginNoRead [2021-03-19T21:11:30.005Z] --- PASS: TestRenameContainerWithLinkedContainer (1.92s) [2021-03-19T21:11:30.006Z] === RUN TestResize [2021-03-19T21:11:30.016Z] --- PASS: TestBuildWithHugeFile (100.33s) [2021-03-19T21:11:30.016Z] === RUN TestBuildWCOWSandboxSize [2021-03-19T21:11:30.016Z] --- SKIP: TestBuildWCOWSandboxSize (0.02s) [2021-03-19T21:11:30.016Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-19T21:11:30.016Z] === RUN TestBuildWithEmptyDockerfile [2021-03-19T21:11:30.016Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-19T21:11:30.016Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-19T21:11:30.016Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-19T21:11:30.016Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-19T21:11:30.016Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-19T21:11:30.016Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-19T21:11:30.016Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-19T21:11:30.016Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-19T21:11:30.274Z] === RUN TestDockerSuite/TestAttachDetach [2021-03-19T21:11:30.274Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-19T21:11:30.533Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2021-03-19T21:11:30.533Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.30s) [2021-03-19T21:11:30.533Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.30s) [2021-03-19T21:11:30.533Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.11s) [2021-03-19T21:11:30.533Z] === RUN TestBuildPreserveOwnership [2021-03-19T21:11:30.533Z] === RUN TestBuildPreserveOwnership/copy_from [2021-03-19T21:11:30.952Z] --- PASS: TestResize (0.97s) [2021-03-19T21:11:30.952Z] === RUN TestResizeWithInvalidSize [2021-03-19T21:11:31.468Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-03-19T21:11:31.901Z] --- PASS: TestResizeWithInvalidSize (0.97s) [2021-03-19T21:11:31.901Z] === RUN TestResizeWhenContainerNotStarted [2021-03-19T21:11:32.084Z] --- PASS: TestSecretInspect (3.67s) [2021-03-19T21:11:32.084Z] === RUN TestSecretList [2021-03-19T21:11:32.626Z] tests/integration/models_containers_test.py ............................ [ 83%] [2021-03-19T21:11:32.843Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-03-19T21:11:32.966Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-03-19T21:11:32.966Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-03-19T21:11:33.018Z] === RUN TestReadPluginNoRead/default [2021-03-19T21:11:33.018Z] --- PASS: TestContinueAfterPluginCrash (10.92s) [2021-03-19T21:11:33.293Z] --- PASS: TestResizeWhenContainerNotStarted (1.06s) [2021-03-19T21:11:33.293Z] === RUN TestDaemonRestartKillContainers [2021-03-19T21:11:33.293Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-19T21:11:33.293Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-19T21:11:33.293Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-19T21:11:33.293Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-19T21:11:33.293Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-19T21:11:33.293Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-19T21:11:33.293Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-19T21:11:33.293Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-19T21:11:33.293Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-19T21:11:33.293Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-19T21:11:33.293Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-19T21:11:33.293Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-19T21:11:33.293Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-19T21:11:33.293Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-19T21:11:33.293Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-19T21:11:33.293Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-19T21:11:33.293Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-19T21:11:33.293Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-19T21:11:33.293Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-19T21:11:33.293Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-19T21:11:33.293Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-19T21:11:33.293Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-19T21:11:33.293Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-19T21:11:33.293Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-19T21:11:33.293Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-19T21:11:33.293Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-19T21:11:33.293Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-19T21:11:33.293Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-19T21:11:33.410Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2021-03-19T21:11:34.009Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-03-19T21:11:34.692Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-19T21:11:34.957Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-19T21:11:35.057Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-03-19T21:11:35.310Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-03-19T21:11:35.310Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-03-19T21:11:35.552Z] === RUN TestReadPluginNoRead/disabled_caching [2021-03-19T21:11:35.669Z] --- PASS: TestSecretList (3.76s) [2021-03-19T21:11:35.669Z] === RUN TestSecretsCreateAndDelete [2021-03-19T21:11:35.696Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-03-19T21:11:36.365Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-19T21:11:36.365Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-19T21:11:36.365Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-19T21:11:36.686Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2021-03-19T21:11:36.686Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-03-19T21:11:37.221Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-03-19T21:11:37.778Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-19T21:11:37.778Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-19T21:11:38.063Z] --- PASS: TestBuildPreserveOwnership (7.43s) [2021-03-19T21:11:38.063Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.71s) [2021-03-19T21:11:38.063Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.70s) [2021-03-19T21:11:38.063Z] === RUN TestBuildPlatformInvalid [2021-03-19T21:11:38.063Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-03-19T21:11:38.063Z] --- PASS: TestBuildPlatformInvalid (0.16s) [2021-03-19T21:11:38.063Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-03-19T21:11:38.085Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-03-19T21:11:38.935Z] --- PASS: TestImportExtremelyLargeImageWorks (103.35s) [2021-03-19T21:11:38.935Z] PASS [2021-03-19T21:11:38.935Z] [2021-03-19T21:11:38.935Z] DONE 12 tests in 106.151s [2021-03-19T21:11:38.935Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-03-19T21:11:38.935Z] INFO: Testing against a local daemon [2021-03-19T21:11:38.935Z] === RUN TestNetworkCreateDelete [2021-03-19T21:11:38.935Z] --- PASS: TestNetworkCreateDelete (0.13s) [2021-03-19T21:11:38.935Z] === RUN TestDockerNetworkDeletePreferID [2021-03-19T21:11:38.935Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2021-03-19T21:11:38.935Z] === RUN TestDaemonDNSFallback [2021-03-19T21:11:38.935Z] --- PASS: TestDaemonDNSFallback (6.62s) [2021-03-19T21:11:38.935Z] === RUN TestInspectNetwork [2021-03-19T21:11:39.440Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2021-03-19T21:11:39.703Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-19T21:11:40.008Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-03-19T21:11:40.137Z] --- PASS: TestSecretsCreateAndDelete (3.88s) [2021-03-19T21:11:40.137Z] === RUN TestSecretsUpdate [2021-03-19T21:11:40.618Z] --- PASS: TestReadPluginNoRead (11.16s) [2021-03-19T21:11:40.618Z] --- PASS: TestReadPluginNoRead/default (2.56s) [2021-03-19T21:11:40.618Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.48s) [2021-03-19T21:11:40.618Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.47s) [2021-03-19T21:11:40.618Z] read_test.go:92: [d78a47c5e3d3d] daemon is not started [2021-03-19T21:11:40.618Z] PASS [2021-03-19T21:11:40.618Z] [2021-03-19T21:11:40.618Z] DONE 6 tests in 18.421s [2021-03-19T21:11:40.618Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-03-19T21:11:40.618Z] testing: warning: no tests to run [2021-03-19T21:11:40.618Z] PASS [2021-03-19T21:11:40.618Z] [2021-03-19T21:11:40.618Z] DONE 0 tests in 0.054s [2021-03-19T21:11:40.618Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-03-19T21:11:40.618Z] INFO: Testing against a local daemon [2021-03-19T21:11:40.618Z] === RUN TestPluginWithDevMounts [2021-03-19T21:11:40.618Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-03-19T21:11:40.618Z] mounts_test.go:21: (*Execution).IsRootless-fm [2021-03-19T21:11:40.618Z] PASS [2021-03-19T21:11:40.618Z] [2021-03-19T21:11:40.618Z] === Skipped [2021-03-19T21:11:40.618Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2021-03-19T21:11:40.618Z] mounts_test.go:21: (*Execution).IsRootless-fm [2021-03-19T21:11:40.618Z] [2021-03-19T21:11:40.618Z] [2021-03-19T21:11:40.618Z] DONE 1 tests, 1 skipped in 0.154s [2021-03-19T21:11:40.618Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-03-19T21:11:40.618Z] INFO: Testing against a local daemon [2021-03-19T21:11:40.618Z] === RUN TestSecretInspect [2021-03-19T21:11:40.618Z] --- SKIP: TestSecretInspect (0.02s) [2021-03-19T21:11:40.618Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:40.618Z] === RUN TestSecretList [2021-03-19T21:11:40.766Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-03-19T21:11:40.883Z] --- SKIP: TestSecretList (0.01s) [2021-03-19T21:11:40.883Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:40.883Z] === RUN TestSecretsCreateAndDelete [2021-03-19T21:11:40.883Z] --- SKIP: TestSecretsCreateAndDelete (0.03s) [2021-03-19T21:11:40.883Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:40.883Z] === RUN TestSecretsUpdate [2021-03-19T21:11:40.883Z] --- SKIP: TestSecretsUpdate (0.01s) [2021-03-19T21:11:40.883Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:40.883Z] === RUN TestTemplatedSecret [2021-03-19T21:11:40.883Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-03-19T21:11:40.883Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:40.883Z] === RUN TestSecretCreateResolve [2021-03-19T21:11:40.883Z] --- SKIP: TestSecretCreateResolve (0.01s) [2021-03-19T21:11:40.883Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:40.883Z] PASS [2021-03-19T21:11:40.883Z] [2021-03-19T21:11:40.883Z] === Skipped [2021-03-19T21:11:40.883Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s) [2021-03-19T21:11:40.883Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:40.883Z] [2021-03-19T21:11:40.883Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2021-03-19T21:11:40.883Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:40.883Z] [2021-03-19T21:11:40.883Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.03s) [2021-03-19T21:11:40.883Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:40.883Z] [2021-03-19T21:11:40.883Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2021-03-19T21:11:40.883Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:40.883Z] [2021-03-19T21:11:40.883Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2021-03-19T21:11:40.883Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:40.883Z] [2021-03-19T21:11:40.883Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2021-03-19T21:11:40.883Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:40.883Z] [2021-03-19T21:11:40.883Z] [2021-03-19T21:11:40.883Z] DONE 6 tests, 6 skipped in 0.298s [2021-03-19T21:11:40.883Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-03-19T21:11:40.883Z] INFO: Testing against a local daemon [2021-03-19T21:11:40.883Z] === RUN TestServiceCreateInit [2021-03-19T21:11:40.883Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-03-19T21:11:40.883Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-03-19T21:11:40.883Z] --- PASS: TestServiceCreateInit (0.01s) [2021-03-19T21:11:40.883Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-03-19T21:11:40.883Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:40.883Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-03-19T21:11:40.883Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:40.883Z] === RUN TestCreateServiceMultipleTimes [2021-03-19T21:11:40.883Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2021-03-19T21:11:40.883Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:40.883Z] === RUN TestCreateServiceConflict [2021-03-19T21:11:40.883Z] --- SKIP: TestCreateServiceConflict (0.01s) [2021-03-19T21:11:40.883Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:40.883Z] === RUN TestCreateServiceMaxReplicas [2021-03-19T21:11:41.142Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s) [2021-03-19T21:11:41.143Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:41.143Z] === RUN TestCreateWithDuplicateNetworkNames [2021-03-19T21:11:41.143Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.02s) [2021-03-19T21:11:41.143Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:41.143Z] === RUN TestCreateServiceSecretFileMode [2021-03-19T21:11:41.143Z] --- SKIP: TestCreateServiceSecretFileMode (0.02s) [2021-03-19T21:11:41.143Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:41.143Z] === RUN TestCreateServiceConfigFileMode [2021-03-19T21:11:41.143Z] --- SKIP: TestCreateServiceConfigFileMode (0.02s) [2021-03-19T21:11:41.143Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:41.143Z] === RUN TestCreateServiceSysctls [2021-03-19T21:11:41.143Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2021-03-19T21:11:41.143Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:41.143Z] === RUN TestCreateServiceCapabilities [2021-03-19T21:11:41.143Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2021-03-19T21:11:41.143Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:41.143Z] === RUN TestInspect [2021-03-19T21:11:41.143Z] --- SKIP: TestInspect (0.02s) [2021-03-19T21:11:41.143Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:41.143Z] === RUN TestCreateJob [2021-03-19T21:11:41.143Z] --- SKIP: TestCreateJob (0.01s) [2021-03-19T21:11:41.143Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:41.143Z] === RUN TestReplicatedJob [2021-03-19T21:11:41.143Z] --- SKIP: TestReplicatedJob (0.01s) [2021-03-19T21:11:41.143Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:41.143Z] === RUN TestUpdateReplicatedJob [2021-03-19T21:11:41.143Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2021-03-19T21:11:41.143Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:41.143Z] === RUN TestServiceListWithStatuses [2021-03-19T21:11:41.143Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-03-19T21:11:41.143Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-19T21:11:41.143Z] === RUN TestDockerNetworkConnectAlias [2021-03-19T21:11:41.143Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2021-03-19T21:11:41.143Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:41.143Z] === RUN TestDockerNetworkReConnect [2021-03-19T21:11:41.143Z] --- SKIP: TestDockerNetworkReConnect (0.02s) [2021-03-19T21:11:41.143Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:41.143Z] === RUN TestServicePlugin [2021-03-19T21:11:42.226Z] === RUN TestInspectNetwork/full_network_id [2021-03-19T21:11:42.226Z] === RUN TestInspectNetwork/partial_network_id [2021-03-19T21:11:42.226Z] === RUN TestInspectNetwork/network_name [2021-03-19T21:11:42.226Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-03-19T21:11:42.263Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-03-19T21:11:42.263Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.73s) [2021-03-19T21:11:42.263Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.77s) [2021-03-19T21:11:42.263Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.99s) [2021-03-19T21:11:42.263Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.14s) [2021-03-19T21:11:42.263Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.63s) [2021-03-19T21:11:42.263Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.66s) [2021-03-19T21:11:42.263Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.99s) [2021-03-19T21:11:42.263Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.97s) [2021-03-19T21:11:42.263Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.89s) [2021-03-19T21:11:42.263Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.88s) [2021-03-19T21:11:42.263Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.96s) [2021-03-19T21:11:42.263Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.62s) [2021-03-19T21:11:42.263Z] === RUN TestCgroupNamespacesRun [2021-03-19T21:11:42.305Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-03-19T21:11:43.356Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-03-19T21:11:43.646Z] --- PASS: TestSecretsUpdate (3.82s) [2021-03-19T21:11:43.646Z] === RUN TestTemplatedSecret [2021-03-19T21:11:43.830Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-03-19T21:11:44.188Z] --- PASS: TestCgroupNamespacesRun (2.19s) [2021-03-19T21:11:44.188Z] === RUN TestCgroupNamespacesRunPrivileged [2021-03-19T21:11:44.734Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2021-03-19T21:11:44.734Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-03-19T21:11:44.878Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-03-19T21:11:45.334Z] --- SKIP: TestServicePlugin (3.49s) [2021-03-19T21:11:45.334Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:45.334Z] === RUN TestServiceUpdateLabel [2021-03-19T21:11:45.334Z] --- SKIP: TestServiceUpdateLabel (0.02s) [2021-03-19T21:11:45.334Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:45.334Z] === RUN TestServiceUpdateSecrets [2021-03-19T21:11:45.334Z] --- SKIP: TestServiceUpdateSecrets (0.02s) [2021-03-19T21:11:45.334Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:45.334Z] === RUN TestServiceUpdateConfigs [2021-03-19T21:11:45.334Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2021-03-19T21:11:45.334Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:45.334Z] === RUN TestServiceUpdateNetwork [2021-03-19T21:11:45.334Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2021-03-19T21:11:45.334Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:45.334Z] === RUN TestServiceUpdatePidsLimit [2021-03-19T21:11:45.334Z] --- SKIP: TestServiceUpdatePidsLimit (0.02s) [2021-03-19T21:11:45.334Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:45.334Z] PASS [2021-03-19T21:11:45.334Z] [2021-03-19T21:11:45.334Z] === Skipped [2021-03-19T21:11:45.334Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-03-19T21:11:45.334Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-03-19T21:11:45.334Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:45.334Z] [2021-03-19T21:11:45.334Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-03-19T21:11:45.334Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-03-19T21:11:45.334Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:45.334Z] [2021-03-19T21:11:45.334Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2021-03-19T21:11:45.334Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:45.334Z] [2021-03-19T21:11:45.334Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2021-03-19T21:11:45.334Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:45.334Z] [2021-03-19T21:11:45.334Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.04s) [2021-03-19T21:11:45.334Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:45.334Z] [2021-03-19T21:11:45.334Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.02s) [2021-03-19T21:11:45.334Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:45.334Z] [2021-03-19T21:11:45.334Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.02s) [2021-03-19T21:11:45.334Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:45.334Z] [2021-03-19T21:11:45.334Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.02s) [2021-03-19T21:11:45.334Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:45.334Z] [2021-03-19T21:11:45.334Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2021-03-19T21:11:45.334Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:45.334Z] [2021-03-19T21:11:45.334Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2021-03-19T21:11:45.334Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:45.334Z] [2021-03-19T21:11:45.334Z] === SKIP: amd64.integration.service TestInspect (0.02s) [2021-03-19T21:11:45.334Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:45.334Z] [2021-03-19T21:11:45.334Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2021-03-19T21:11:45.334Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:45.334Z] [2021-03-19T21:11:45.334Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2021-03-19T21:11:45.334Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:45.334Z] [2021-03-19T21:11:45.334Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2021-03-19T21:11:45.334Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:45.334Z] [2021-03-19T21:11:45.334Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-03-19T21:11:45.334Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-19T21:11:45.334Z] [2021-03-19T21:11:45.334Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2021-03-19T21:11:45.334Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:45.334Z] [2021-03-19T21:11:45.334Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.02s) [2021-03-19T21:11:45.334Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:45.334Z] [2021-03-19T21:11:45.334Z] === SKIP: amd64.integration.service TestServicePlugin (3.49s) [2021-03-19T21:11:45.334Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:45.334Z] [2021-03-19T21:11:45.334Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.02s) [2021-03-19T21:11:45.334Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:45.334Z] [2021-03-19T21:11:45.334Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.02s) [2021-03-19T21:11:45.334Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:45.334Z] [2021-03-19T21:11:45.334Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2021-03-19T21:11:45.334Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:45.334Z] [2021-03-19T21:11:45.334Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2021-03-19T21:11:45.334Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:45.334Z] [2021-03-19T21:11:45.334Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.02s) [2021-03-19T21:11:45.334Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-19T21:11:45.334Z] [2021-03-19T21:11:45.334Z] [2021-03-19T21:11:45.334Z] DONE 24 tests, 23 skipped in 3.960s [2021-03-19T21:11:45.334Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-03-19T21:11:45.334Z] INFO: Testing against a local daemon [2021-03-19T21:11:45.334Z] === RUN TestSessionCreate [2021-03-19T21:11:45.334Z] --- PASS: TestSessionCreate (0.02s) [2021-03-19T21:11:45.334Z] === RUN TestSessionCreateWithBadUpgrade [2021-03-19T21:11:45.334Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s) [2021-03-19T21:11:45.334Z] PASS [2021-03-19T21:11:45.334Z] [2021-03-19T21:11:45.334Z] DONE 2 tests in 0.182s [2021-03-19T21:11:45.334Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-03-19T21:11:45.334Z] INFO: Testing against a local daemon [2021-03-19T21:11:45.334Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-03-19T21:11:45.334Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-03-19T21:11:45.334Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-03-19T21:11:45.334Z] === RUN TestEventsExecDie [2021-03-19T21:11:46.110Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.72s) [2021-03-19T21:11:46.110Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-03-19T21:11:46.272Z] --- PASS: TestEventsExecDie (0.99s) [2021-03-19T21:11:46.272Z] === RUN TestEventsBackwardsCompatible [2021-03-19T21:11:46.272Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2021-03-19T21:11:46.272Z] === RUN TestInfoBinaryCommits [2021-03-19T21:11:46.272Z] --- PASS: TestInfoBinaryCommits (0.03s) [2021-03-19T21:11:46.272Z] === RUN TestInfoAPIVersioned [2021-03-19T21:11:46.272Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-03-19T21:11:46.272Z] === RUN TestInfoDiscoveryBackend [2021-03-19T21:11:46.417Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-03-19T21:11:46.420Z] --- PASS: TestInspectNetwork (8.03s) [2021-03-19T21:11:46.420Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-03-19T21:11:46.420Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-03-19T21:11:46.420Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-03-19T21:11:46.420Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-03-19T21:11:46.420Z] === RUN TestRunContainerWithBridgeNone [2021-03-19T21:11:46.637Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-03-19T21:11:46.637Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-03-19T21:11:47.648Z] --- PASS: TestInfoDiscoveryBackend (1.53s) [2021-03-19T21:11:47.648Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-03-19T21:11:47.937Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-03-19T21:11:48.032Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.13s) [2021-03-19T21:11:48.032Z] === RUN TestCgroupNamespacesRunHostMode [2021-03-19T21:11:48.089Z] --- PASS: TestTemplatedSecret (4.09s) [2021-03-19T21:11:48.089Z] === RUN TestSecretCreateResolve [2021-03-19T21:11:48.960Z] --- PASS: TestRunContainerWithBridgeNone (3.11s) [2021-03-19T21:11:48.960Z] === RUN TestNetworkInvalidJSON [2021-03-19T21:11:48.960Z] === RUN TestNetworkInvalidJSON//networks/create [2021-03-19T21:11:48.960Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-03-19T21:11:48.960Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-03-19T21:11:48.960Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-03-19T21:11:48.960Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-19T21:11:48.960Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-19T21:11:48.960Z] === CONT TestNetworkInvalidJSON//networks/create [2021-03-19T21:11:48.960Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-19T21:11:48.960Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-03-19T21:11:48.960Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2021-03-19T21:11:48.960Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-03-19T21:11:48.960Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-03-19T21:11:48.960Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-03-19T21:11:48.960Z] === RUN TestNetworkList [2021-03-19T21:11:48.960Z] === RUN TestNetworkList//networks [2021-03-19T21:11:48.960Z] === PAUSE TestNetworkList//networks [2021-03-19T21:11:48.960Z] === RUN TestNetworkList//networks/ [2021-03-19T21:11:48.960Z] === PAUSE TestNetworkList//networks/ [2021-03-19T21:11:48.960Z] === CONT TestNetworkList//networks [2021-03-19T21:11:48.960Z] === CONT TestNetworkList//networks/ [2021-03-19T21:11:48.960Z] --- PASS: TestNetworkList (0.01s) [2021-03-19T21:11:48.960Z] --- PASS: TestNetworkList//networks (0.00s) [2021-03-19T21:11:48.960Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-03-19T21:11:48.960Z] === RUN TestHostIPv4BridgeLabel [2021-03-19T21:11:49.170Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-03-19T21:11:49.460Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-03-19T21:11:49.528Z] --- PASS: TestHostIPv4BridgeLabel (0.55s) [2021-03-19T21:11:49.528Z] === RUN TestDaemonRestartWithLiveRestore [2021-03-19T21:11:49.740Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-03-19T21:11:49.999Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2021-03-19T21:11:50.467Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2021-03-19T21:11:50.467Z] === RUN TestDaemonDefaultNetworkPools [2021-03-19T21:11:50.587Z] --- PASS: TestCgroupNamespacesRunHostMode (2.14s) [2021-03-19T21:11:50.587Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-03-19T21:11:50.982Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-03-19T21:11:51.405Z] --- PASS: TestDaemonDefaultNetworkPools (0.74s) [2021-03-19T21:11:51.405Z] === RUN TestDaemonRestartWithExistingNetwork [2021-03-19T21:11:51.564Z] ......... [ 86%] [2021-03-19T21:11:51.613Z] --- PASS: TestSecretCreateResolve (3.82s) [2021-03-19T21:11:51.613Z] PASS [2021-03-19T21:11:51.613Z] [2021-03-19T21:11:51.613Z] DONE 6 tests in 23.121s [2021-03-19T21:11:51.613Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2021-03-19T21:11:51.613Z] ++ 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 [2021-03-19T21:11:51.613Z] ++ set -e [2021-03-19T21:11:51.613Z] ++ '[' -n 0 ']' [2021-03-19T21:11:51.613Z] ++ set -x [2021-03-19T21:11:51.613Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:11:51.613Z] INFO: Testing against a local daemon [2021-03-19T21:11:51.613Z] === RUN TestServiceCreateInit [2021-03-19T21:11:51.613Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-03-19T21:11:51.836Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.37s) [2021-03-19T21:11:51.836Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-03-19T21:11:51.836Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-03-19T21:11:51.836Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-19T21:11:51.836Z] === RUN TestInfoAPI [2021-03-19T21:11:51.836Z] --- PASS: TestInfoAPI (0.02s) [2021-03-19T21:11:51.836Z] === RUN TestInfoAPIWarnings [2021-03-19T21:11:52.032Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-03-19T21:11:52.344Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2021-03-19T21:11:52.344Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-03-19T21:11:52.508Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.21s) [2021-03-19T21:11:52.508Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-03-19T21:11:53.286Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2021-03-19T21:11:53.555Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-03-19T21:11:53.555Z] Using test binary docker [2021-03-19T21:11:53.555Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-03-19T21:11:53.555Z] +++ /etc/init.d/apparmor start [2021-03-19T21:11:53.555Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-03-19T21:11:53.555Z] INFO: Waiting for daemon to start... [2021-03-19T21:11:53.555Z] Starting dockerd [2021-03-19T21:11:53.555Z] +++ 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 [2021-03-19T21:11:53.724Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.24s) [2021-03-19T21:11:53.724Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-03-19T21:11:54.292Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s) [2021-03-19T21:11:54.292Z] === RUN TestServiceWithPredefinedNetwork [2021-03-19T21:11:54.434Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.72s) [2021-03-19T21:11:54.434Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-03-19T21:11:55.190Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2021-03-19T21:11:55.382Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.96s) [2021-03-19T21:11:55.382Z] === RUN TestCgroupNamespacesRunOlderClient [2021-03-19T21:11:55.658Z] . [2021-03-19T21:11:55.659Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-03-19T21:11:55.659Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-03-19T21:11:55.659Z] Error: No such image: emptyfs [2021-03-19T21:11:55.659Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-03-19T21:11:55.659Z] ++++ docker load [2021-03-19T21:11:55.659Z] Running integration-test (iteration 1) [2021-03-19T21:11:55.659Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2021-03-19T21:11:55.659Z] ++ 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 [2021-03-19T21:11:55.659Z] ++ set -e [2021-03-19T21:11:55.659Z] ++ '[' -n 0 ']' [2021-03-19T21:11:55.659Z] ++ set -x [2021-03-19T21:11:55.659Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:11:56.832Z] --- PASS: TestServiceWithPredefinedNetwork (2.64s) [2021-03-19T21:11:56.832Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-03-19T21:11:56.832Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-19T21:11:56.832Z] service_test.go:242: FLAKY_TEST [2021-03-19T21:11:56.832Z] === RUN TestServiceWithDataPathPortInit [2021-03-19T21:11:57.233Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-03-19T21:11:57.302Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.19s) [2021-03-19T21:11:57.302Z] === RUN TestKernelTCPMemory [2021-03-19T21:11:57.460Z] tests/integration/models_images_test.py ............... [ 89%] [2021-03-19T21:11:58.476Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2021-03-19T21:11:58.695Z] --- PASS: TestKernelTCPMemory (1.24s) [2021-03-19T21:11:58.695Z] === RUN TestNISDomainname [2021-03-19T21:11:59.043Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2021-03-19T21:11:59.302Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2021-03-19T21:11:59.374Z] tests/integration/models_networks_test.py .... [ 90%] [2021-03-19T21:12:00.086Z] --- PASS: TestNISDomainname (1.50s) [2021-03-19T21:12:00.086Z] === RUN TestHostnameDnsResolution [2021-03-19T21:12:01.833Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2021-03-19T21:12:02.007Z] --- PASS: TestHostnameDnsResolution (2.01s) [2021-03-19T21:12:02.007Z] === RUN TestStats [2021-03-19T21:12:02.092Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2021-03-19T21:12:02.803Z] --- PASS: TestServiceCreateInit (11.33s) [2021-03-19T21:12:02.803Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.72s) [2021-03-19T21:12:02.803Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.59s) [2021-03-19T21:12:02.803Z] === RUN TestCreateServiceMultipleTimes [2021-03-19T21:12:04.263Z] 4612f6d0b889: Pull complete [2021-03-19T21:12:04.611Z] tests/integration/models_nodes_test.py . [ 91%] [2021-03-19T21:12:05.318Z] --- PASS: TestStats (2.98s) [2021-03-19T21:12:05.319Z] === RUN TestStopContainerWithTimeout [2021-03-19T21:12:05.319Z] === RUN TestStopContainerWithTimeout/0 [2021-03-19T21:12:05.319Z] === PAUSE TestStopContainerWithTimeout/0 [2021-03-19T21:12:05.319Z] === RUN TestStopContainerWithTimeout/1 [2021-03-19T21:12:05.319Z] === PAUSE TestStopContainerWithTimeout/1 [2021-03-19T21:12:05.319Z] === RUN TestStopContainerWithTimeout/3 [2021-03-19T21:12:05.319Z] === PAUSE TestStopContainerWithTimeout/3 [2021-03-19T21:12:05.319Z] === RUN TestStopContainerWithTimeout/-1 [2021-03-19T21:12:05.319Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-03-19T21:12:05.319Z] === CONT TestStopContainerWithTimeout/0 [2021-03-19T21:12:05.319Z] === CONT TestStopContainerWithTimeout/-1 [2021-03-19T21:12:05.319Z] === CONT TestStopContainerWithTimeout/3 [2021-03-19T21:12:05.319Z] === CONT TestStopContainerWithTimeout/1 [2021-03-19T21:12:05.377Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2021-03-19T21:12:05.978Z] tests/integration/models_resources_test.py . [ 91%] [2021-03-19T21:12:07.282Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2021-03-19T21:12:08.631Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-03-19T21:12:08.631Z] --- PASS: TestStopContainerWithTimeout/0 (1.49s) [2021-03-19T21:12:08.631Z] --- PASS: TestStopContainerWithTimeout/1 (2.54s) [2021-03-19T21:12:08.631Z] --- PASS: TestStopContainerWithTimeout/-1 (3.15s) [2021-03-19T21:12:08.631Z] --- PASS: TestStopContainerWithTimeout/3 (3.38s) [2021-03-19T21:12:08.631Z] === RUN TestDeleteDevicemapper [2021-03-19T21:12:08.631Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-03-19T21:12:08.631Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-19T21:12:08.631Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-03-19T21:12:09.920Z] --- PASS: TestInfoAPIWarnings (17.35s) [2021-03-19T21:12:09.920Z] === RUN TestInfoDebug [2021-03-19T21:12:09.920Z] --- PASS: TestInfoDebug (1.52s) [2021-03-19T21:12:09.920Z] === RUN TestInfoInsecureRegistries [2021-03-19T21:12:10.570Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2021-03-19T21:12:11.078Z] Loaded image: buildpack-deps:buster [2021-03-19T21:12:11.078Z] Loaded image: busybox:latest [2021-03-19T21:12:11.078Z] Loaded image: busybox:glibc [2021-03-19T21:12:11.140Z] Loaded image: buildpack-deps:buster [2021-03-19T21:12:11.399Z] Loaded image: busybox:latest [2021-03-19T21:12:11.658Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2021-03-19T21:12:11.658Z] Loaded image: busybox:glibc [2021-03-19T21:12:11.717Z] Loaded image: debian:bullseye [2021-03-19T21:12:11.717Z] Loaded image: hello-world:latest [2021-03-19T21:12:11.717Z] Loaded image: arm32v7/hello-world:latest [2021-03-19T21:12:11.717Z] INFO: Testing against a local daemon [2021-03-19T21:12:11.717Z] === RUN TestCgroupNamespacesBuild [2021-03-19T21:12:11.822Z] --- PASS: TestInfoInsecureRegistries (1.52s) [2021-03-19T21:12:11.822Z] === RUN TestInfoRegistryMirrors [2021-03-19T21:12:12.225Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2021-03-19T21:12:12.393Z] tests/integration/models_services_test.py ..............X. [ 95%] [2021-03-19T21:12:12.850Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.87s) [2021-03-19T21:12:12.850Z] === RUN TestUpdateMemory [2021-03-19T21:12:12.850Z] --- SKIP: TestUpdateMemory (0.00s) [2021-03-19T21:12:12.850Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-03-19T21:12:12.850Z] === RUN TestUpdateCPUQuota [2021-03-19T21:12:13.198Z] --- PASS: TestInfoRegistryMirrors (1.52s) [2021-03-19T21:12:13.198Z] === RUN TestLoginFailsWithBadCredentials [2021-03-19T21:12:13.198Z] --- PASS: TestLoginFailsWithBadCredentials (0.16s) [2021-03-19T21:12:13.198Z] === RUN TestPingCacheHeaders [2021-03-19T21:12:13.198Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-03-19T21:12:13.198Z] === RUN TestPingGet [2021-03-19T21:12:13.198Z] --- PASS: TestPingGet (0.01s) [2021-03-19T21:12:13.198Z] === RUN TestPingHead [2021-03-19T21:12:13.198Z] --- PASS: TestPingHead (0.02s) [2021-03-19T21:12:13.198Z] === RUN TestVersion [2021-03-19T21:12:13.198Z] --- PASS: TestVersion (0.02s) [2021-03-19T21:12:13.198Z] PASS [2021-03-19T21:12:13.198Z] [2021-03-19T21:12:13.198Z] === Skipped [2021-03-19T21:12:13.198Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-03-19T21:12:13.198Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-03-19T21:12:13.198Z] [2021-03-19T21:12:13.198Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-03-19T21:12:13.198Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-19T21:12:13.198Z] [2021-03-19T21:12:13.198Z] [2021-03-19T21:12:13.198Z] DONE 18 tests, 2 skipped in 28.280s [2021-03-19T21:12:13.198Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-03-19T21:12:13.231Z] --- PASS: TestCgroupNamespacesBuild (1.38s) [2021-03-19T21:12:13.231Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-03-19T21:12:13.458Z] INFO: Testing against a local daemon [2021-03-19T21:12:13.458Z] === RUN TestVolumesCreateAndList [2021-03-19T21:12:13.458Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-03-19T21:12:13.458Z] === RUN TestVolumesRemove [2021-03-19T21:12:13.458Z] --- PASS: TestVolumesRemove (0.07s) [2021-03-19T21:12:13.458Z] === RUN TestVolumesInspect [2021-03-19T21:12:13.458Z] --- PASS: TestVolumesInspect (0.02s) [2021-03-19T21:12:13.458Z] === RUN TestVolumesInvalidJSON [2021-03-19T21:12:13.458Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-03-19T21:12:13.458Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-03-19T21:12:13.458Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-03-19T21:12:13.458Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-03-19T21:12:13.458Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-03-19T21:12:13.458Z] PASS [2021-03-19T21:12:13.458Z] [2021-03-19T21:12:13.458Z] DONE 5 tests in 0.257s [2021-03-19T21:12:13.458Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-03-19T21:12:13.716Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12224 is not a child of this shell [2021-03-19T21:12:13.716Z] warning: PID 12224 from bundles/test-integration/docker.pid had a nonzero exit code [2021-03-19T21:12:13.716Z] Leaving: AppArmorNo profiles have been unloaded. [2021-03-19T21:12:13.716Z] [2021-03-19T21:12:13.716Z] Unloading profiles will leave already running processes permanently [2021-03-19T21:12:13.716Z] unconfined, which can lead to unexpected situations. [2021-03-19T21:12:13.716Z] [2021-03-19T21:12:13.716Z] To set a process to complain mode, use the command line tool [2021-03-19T21:12:13.716Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-03-19T21:12:13.716Z] Removing test suite binaries [2021-03-19T21:12:13.716Z] exiting test-integration [2021-03-19T21:12:13.716Z] ++ exit 0 [2021-03-19T21:12:14.652Z] [2021-03-19T21:12:14.745Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.36s) [2021-03-19T21:12:14.745Z] === RUN TestBuildWithSession [2021-03-19T21:12:14.745Z] --- SKIP: TestBuildWithSession (0.00s) [2021-03-19T21:12:14.745Z] build_session_test.go:25: TODO: BuildKit [2021-03-19T21:12:14.745Z] === RUN TestBuildSquashParent [2021-03-19T21:12:14.974Z] --- PASS: TestServiceWithDataPathPortInit (15.04s) [2021-03-19T21:12:14.974Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-03-19T21:12:15.117Z] tests/integration/models_swarm_test.py .. [ 96%] [2021-03-19T21:12:15.117Z] tests/integration/models_volumes_test.py .. [ 96%] [2021-03-19T21:12:16.412Z] Loaded image: debian:bullseye [2021-03-19T21:12:16.413Z] Loaded image: hello-world:latest [2021-03-19T21:12:16.413Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2021-03-19T21:12:16.413Z] Loaded image: arm32v7/hello-world:latest Post stage [Pipeline] junit [2021-03-19T21:12:16.570Z] Recording test results [2021-03-19T21:12:17.500Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-03-19T21:12:18.435Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-03-19T21:12:18.557Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-03-19T21:12:18.906Z] + echo Ensuring container killed. [2021-03-19T21:12:18.906Z] Ensuring container killed. [2021-03-19T21:12:18.906Z] + docker rm -vf docker-pr2 [2021-03-19T21:12:18.906Z] Error: No such container: docker-pr2 [Pipeline] sh [2021-03-19T21:12:19.191Z] + echo Chowning /workspace to jenkins user [2021-03-19T21:12:19.191Z] Chowning /workspace to jenkins user [2021-03-19T21:12:19.191Z] + id -u [2021-03-19T21:12:19.191Z] + id -g [2021-03-19T21:12:19.191Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42173:/workspace busybox chown -R 1000:1000 /workspace [2021-03-19T21:12:19.191Z] Unable to find image 'busybox:latest' locally [2021-03-19T21:12:19.244Z] --- PASS: TestBuildSquashParent (4.82s) [2021-03-19T21:12:19.244Z] === RUN TestBuildWithRemoveAndForceRemove [2021-03-19T21:12:19.244Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-19T21:12:19.244Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-19T21:12:19.244Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-19T21:12:19.244Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-19T21:12:19.244Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-19T21:12:19.244Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-19T21:12:19.244Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-19T21:12:19.244Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-19T21:12:19.244Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-19T21:12:19.244Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-19T21:12:19.244Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-19T21:12:19.244Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-19T21:12:19.244Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-19T21:12:19.244Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-19T21:12:19.244Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-19T21:12:19.244Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-19T21:12:19.448Z] --- PASS: TestUpdateCPUQuota (6.06s) [2021-03-19T21:12:19.448Z] === RUN TestUpdatePidsLimit [2021-03-19T21:12:19.448Z] === RUN TestUpdatePidsLimit/update_from_none [2021-03-19T21:12:19.448Z] === RUN TestUpdatePidsLimit/no_change [2021-03-19T21:12:19.450Z] latest: Pulling from library/busybox [2021-03-19T21:12:19.450Z] 8b3d7e226fab: Pulling fs layer [2021-03-19T21:12:19.450Z] 8b3d7e226fab: Verifying Checksum [2021-03-19T21:12:19.450Z] 8b3d7e226fab: Download complete [2021-03-19T21:12:19.709Z] 8b3d7e226fab: Pull complete [2021-03-19T21:12:19.709Z] Digest: sha256:ce2360d5189a033012fbad1635e037be86f23b65cfd676b436d0931af390a2ac [2021-03-19T21:12:19.709Z] Status: Downloaded newer image for busybox:latest [2021-03-19T21:12:19.811Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2021-03-19T21:12:20.013Z] tests/integration/regression_test.py ...... [ 98%] [2021-03-19T21:12:20.023Z] === RUN TestUpdatePidsLimit/update_lower [2021-03-19T21:12:20.070Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2021-03-19T21:12:20.070Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-03-19T21:12:20.250Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.56s) [2021-03-19T21:12:20.250Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:uwnk4mi93oro4dun61rwimxn8 Created:2021-03-19 21:12:13.400067701 +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[b5bf247fc76dedd12f281373670c9b0db5561c5e33ed605175a866bdb5d68d2a:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.x96wq85ou6irocrtg55bedv9w EndpointID:e58970d9cb852604efb44296f6ffc028b09d1402c6ea8b32760de2237a91ff2f MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:dd4c0885769f0a1fd9cd39c84fdbb206031bd9fc31c64f536f250448da1f23fa 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:e8b2ec53d0cf IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.x96wq85ou6irocrtg55bedv9w EndpointID:e58970d9cb852604efb44296f6ffc028b09d1402c6ea8b32760de2237a91ff2f EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-03-19T21:12:20.250Z] PASS [2021-03-19T21:12:20.250Z] [2021-03-19T21:12:20.250Z] === Skipped [2021-03-19T21:12:20.250Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-19T21:12:20.250Z] service_test.go:242: FLAKY_TEST [2021-03-19T21:12:20.250Z] [2021-03-19T21:12:20.250Z] [2021-03-19T21:12:20.250Z] DONE 26 tests, 1 skipped in 48.859s [2021-03-19T21:12:20.250Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-03-19T21:12:20.250Z] INFO: Testing against a local daemon [2021-03-19T21:12:20.250Z] === RUN TestDockerNetworkIpvlanPersistance [2021-03-19T21:12:20.250Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-03-19T21:12:20.250Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-19T21:12:20.250Z] === RUN TestDockerNetworkIpvlan [2021-03-19T21:12:20.250Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-03-19T21:12:20.250Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-19T21:12:20.250Z] PASS [2021-03-19T21:12:20.250Z] [2021-03-19T21:12:20.250Z] === Skipped [2021-03-19T21:12:20.250Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-03-19T21:12:20.250Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-19T21:12:20.250Z] [2021-03-19T21:12:20.250Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-03-19T21:12:20.250Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-19T21:12:20.250Z] [2021-03-19T21:12:20.250Z] [2021-03-19T21:12:20.250Z] DONE 2 tests, 2 skipped in 0.040s [2021-03-19T21:12:20.250Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-03-19T21:12:20.250Z] INFO: Testing against a local daemon [2021-03-19T21:12:20.250Z] === RUN TestDockerNetworkMacvlanPersistance [2021-03-19T21:12:20.524Z] tests/integration/credentials/store_test.py ...... [ 99%] [2021-03-19T21:12:20.524Z] tests/integration/credentials/utils_test.py . [100%] [2021-03-19T21:12:20.524Z] [2021-03-19T21:12:20.524Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2021-03-19T21:12:20.524Z] =========================== short test summary info ============================ [2021-03-19T21:12:20.524Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2021-03-19T21:12:20.524Z] CONFIG_RT_GROUP_SCHED isn't enabled [2021-03-19T21:12:20.524Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2021-03-19T21:12:20.524Z] Not supported on most drivers [2021-03-19T21:12:20.524Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2021-03-19T21:12:20.524Z] Output of docker top depends on host distro, and is not formalized. [2021-03-19T21:12:20.524Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2021-03-19T21:12:20.524Z] Output of docker top depends on host distro, and is not formalized. [2021-03-19T21:12:20.524Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2021-03-19T21:12:20.524Z] Can fail if eth0 has multiple IP addresses [2021-03-19T21:12:20.524Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2021-03-19T21:12:20.524Z] This doesn't seem to be taken into account by the engine [2021-03-19T21:12:20.524Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2021-03-19T21:12:20.524Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2021-03-19T21:12:20.524Z] = 378 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 356.98 seconds == [2021-03-19T21:12:20.598Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-03-19T21:12:20.637Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-03-19T21:12:20.637Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2021-03-19T21:12:21.084Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-03-19T21:12:21.192Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.32s) [2021-03-19T21:12:21.192Z] === RUN TestDockerNetworkMacvlan [2021-03-19T21:12:21.204Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2021-03-19T21:12:21.383Z] + bundleName=amd64-rootless [2021-03-19T21:12:21.383Z] + echo Creating amd64-rootless-bundles.tar.gz [2021-03-19T21:12:21.383Z] Creating amd64-rootless-bundles.tar.gz [2021-03-19T21:12:21.383Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [2021-03-19T21:12:21.383Z] + 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 [2021-03-19T21:12:21.395Z] Archiving artifacts [2021-03-19T21:12:21.463Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2021-03-19T21:12:21.544Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-03-19T21:12:21.722Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2021-03-19T21:12:21.762Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-03-19T21:12:22.000Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-19T21:12:22.119Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-03-19T21:12:22.301Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-19T21:12:22.331Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-03-19T21:12:23.065Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-03-19T21:12:23.248Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42173/2/artifacts/ [Pipeline] } [Pipeline] // catchError [2021-03-19T21:12:23.270Z] === RUN TestDockerNetworkMacvlan/NilParent [Pipeline] sh [2021-03-19T21:12:23.566Z] + make clean [2021-03-19T21:12:23.825Z] docker volume rm -f docker-dev-cache [2021-03-19T21:12:23.825Z] docker-dev-cache [Pipeline] deleteDir [2021-03-19T21:12:24.387Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2021-03-19T21:12:24.387Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.42s) [2021-03-19T21:12:24.387Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.03s) [2021-03-19T21:12:24.387Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.07s) [2021-03-19T21:12:24.387Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.08s) [2021-03-19T21:12:24.387Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.88s) [2021-03-19T21:12:24.387Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.81s) [2021-03-19T21:12:24.387Z] === RUN TestBuildMultiStageCopy [2021-03-19T21:12:24.387Z] === RUN TestBuildMultiStageCopy/copy_to_root [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-19T21:12:24.991Z] --- PASS: TestUpdatePidsLimit (6.21s) [2021-03-19T21:12:24.991Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.73s) [2021-03-19T21:12:24.991Z] --- PASS: TestUpdatePidsLimit/no_change (0.74s) [2021-03-19T21:12:24.991Z] --- PASS: TestUpdatePidsLimit/update_lower (0.74s) [2021-03-19T21:12:24.991Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.75s) [2021-03-19T21:12:24.991Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.76s) [2021-03-19T21:12:24.991Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.75s) [2021-03-19T21:12:24.991Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.74s) [2021-03-19T21:12:24.991Z] === RUN TestUpdateRestartPolicy [2021-03-19T21:12:25.254Z] --- PASS: TestCreateServiceMultipleTimes (21.56s) [2021-03-19T21:12:25.254Z] === RUN TestCreateServiceConflict [2021-03-19T21:12:25.813Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-03-19T21:12:25.905Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-03-19T21:12:25.905Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-03-19T21:12:25.912Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-03-19T21:12:25.912Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (47.91s) [2021-03-19T21:12:25.912Z] PASS [2021-03-19T21:12:25.912Z] [2021-03-19T21:12:25.912Z] === Skipped [2021-03-19T21:12:25.912Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-03-19T21:12:25.912Z] build_session_test.go:25: TODO: BuildKit [2021-03-19T21:12:25.912Z] [2021-03-19T21:12:25.912Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.02s) [2021-03-19T21:12:25.912Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-19T21:12:25.912Z] [2021-03-19T21:12:25.912Z] [2021-03-19T21:12:25.912Z] DONE 34 tests, 2 skipped in 263.204s [2021-03-19T21:12:25.912Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-03-19T21:12:25.912Z] ++ 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 [2021-03-19T21:12:25.912Z] ++ set -e [2021-03-19T21:12:25.912Z] ++ '[' -n 0 ']' [2021-03-19T21:12:25.912Z] ++ set -x [2021-03-19T21:12:25.912Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:12:26.170Z] INFO: Testing against a local daemon [2021-03-19T21:12:26.170Z] === RUN TestConfigInspect [2021-03-19T21:12:26.170Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2021-03-19T21:12:26.200Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-03-19T21:12:26.835Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-03-19T21:12:27.128Z] --- PASS: TestBuildMultiStageCopy (2.85s) [2021-03-19T21:12:27.128Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.55s) [2021-03-19T21:12:27.128Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.32s) [2021-03-19T21:12:27.128Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.30s) [2021-03-19T21:12:27.128Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.34s) [2021-03-19T21:12:27.128Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.33s) [2021-03-19T21:12:27.128Z] === RUN TestBuildMultiStageParentConfig [2021-03-19T21:12:27.766Z] --- PASS: TestBuildMultiStageParentConfig (0.84s) [2021-03-19T21:12:27.766Z] === RUN TestBuildLabelWithTargets [2021-03-19T21:12:28.072Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-03-19T21:12:28.762Z] --- PASS: TestCreateServiceConflict (3.78s) [2021-03-19T21:12:28.762Z] === RUN TestCreateServiceMaxReplicas [2021-03-19T21:12:29.008Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-03-19T21:12:29.106Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-03-19T21:12:29.267Z] --- PASS: TestConfigInspect (3.15s) [2021-03-19T21:12:29.267Z] === RUN TestConfigList [2021-03-19T21:12:29.283Z] --- PASS: TestBuildLabelWithTargets (1.25s) [2021-03-19T21:12:29.283Z] === RUN TestBuildWithEmptyLayers [2021-03-19T21:12:29.921Z] --- PASS: TestBuildWithEmptyLayers (0.64s) [2021-03-19T21:12:29.921Z] === RUN TestBuildMultiStageOnBuild [2021-03-19T21:12:31.455Z] --- PASS: TestBuildMultiStageOnBuild (1.82s) [2021-03-19T21:12:31.455Z] === RUN TestBuildUncleanTarFilenames [2021-03-19T21:12:32.272Z] --- PASS: TestCreateServiceMaxReplicas (4.09s) [2021-03-19T21:12:32.272Z] === RUN TestCreateWithDuplicateNetworkNames [2021-03-19T21:12:32.499Z] --- PASS: TestBuildUncleanTarFilenames (0.91s) [2021-03-19T21:12:32.499Z] === RUN TestBuildMultiStageLayerLeak [2021-03-19T21:12:32.552Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2021-03-19T21:12:32.552Z] --- PASS: TestConfigList (3.28s) [2021-03-19T21:12:32.552Z] === RUN TestConfigsCreateAndDelete [2021-03-19T21:12:33.240Z] Leaving: AppArmorNo profiles have been unloaded. [2021-03-19T21:12:33.240Z] [2021-03-19T21:12:33.241Z] Unloading profiles will leave already running processes permanently [2021-03-19T21:12:33.241Z] unconfined, which can lead to unexpected situations. [2021-03-19T21:12:33.241Z] [2021-03-19T21:12:33.241Z] To set a process to complain mode, use the command line tool [2021-03-19T21:12:33.241Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-03-19T21:12:33.241Z] Post stage [Pipeline] junit [2021-03-19T21:12:33.249Z] Recording test results [2021-03-19T21:12:34.186Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2021-03-19T21:12:34.386Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-03-19T21:12:34.501Z] + echo Ensuring container killed. [2021-03-19T21:12:34.501Z] Ensuring container killed. [2021-03-19T21:12:34.501Z] + docker rm -vf docker-pr2 [2021-03-19T21:12:34.501Z] Error: No such container: docker-pr2 [Pipeline] sh [2021-03-19T21:12:34.604Z] --- PASS: TestBuildMultiStageLayerLeak (1.89s) [2021-03-19T21:12:34.604Z] === RUN TestBuildWithHugeFile [2021-03-19T21:12:34.818Z] + echo Chowning /workspace to jenkins user [2021-03-19T21:12:34.818Z] Chowning /workspace to jenkins user [2021-03-19T21:12:34.818Z] + id -u [2021-03-19T21:12:34.818Z] + id -g [2021-03-19T21:12:34.818Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42173:/workspace busybox chown -R 1000:1000 /workspace [2021-03-19T21:12:34.818Z] Unable to find image 'busybox:latest' locally [2021-03-19T21:12:35.383Z] latest: Pulling from library/busybox [2021-03-19T21:12:35.638Z] 8b3d7e226fab: Pulling fs layer [2021-03-19T21:12:35.638Z] 8b3d7e226fab: Verifying Checksum [2021-03-19T21:12:35.638Z] 8b3d7e226fab: Download complete [2021-03-19T21:12:35.638Z] 8b3d7e226fab: Pull complete [2021-03-19T21:12:35.638Z] Digest: sha256:ce2360d5189a033012fbad1635e037be86f23b65cfd676b436d0931af390a2ac [2021-03-19T21:12:35.639Z] Status: Downloaded newer image for busybox:latest [2021-03-19T21:12:35.769Z] --- PASS: TestDockerNetworkMacvlan (14.77s) [2021-03-19T21:12:35.769Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2021-03-19T21:12:35.769Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2021-03-19T21:12:35.769Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.68s) [2021-03-19T21:12:35.769Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.91s) [2021-03-19T21:12:35.769Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.21s) [2021-03-19T21:12:35.769Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.37s) [2021-03-19T21:12:35.769Z] PASS [2021-03-19T21:12:35.769Z] [2021-03-19T21:12:35.769Z] DONE 8 tests in 16.130s [2021-03-19T21:12:35.769Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-03-19T21:12:35.769Z] testing: warning: no tests to run [2021-03-19T21:12:35.769Z] PASS [2021-03-19T21:12:35.769Z] [2021-03-19T21:12:35.769Z] DONE 0 tests in 0.006s [2021-03-19T21:12:35.769Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-03-19T21:12:35.769Z] INFO: Testing against a local daemon [2021-03-19T21:12:35.769Z] === RUN TestAuthZPluginAllowRequest [2021-03-19T21:12:35.837Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2021-03-19T21:12:35.837Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2021-03-19T21:12:35.837Z] --- PASS: TestConfigsCreateAndDelete (3.23s) [2021-03-19T21:12:35.837Z] === RUN TestConfigsUpdate [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-03-19T21:12:37.328Z] + bundleName=docker-py [2021-03-19T21:12:37.329Z] + echo Creating docker-py-bundles.tar.gz [2021-03-19T21:12:37.329Z] Creating docker-py-bundles.tar.gz [2021-03-19T21:12:37.329Z] + 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 [2021-03-19T21:12:37.337Z] Archiving artifacts [2021-03-19T21:12:37.678Z] --- PASS: TestAuthZPluginAllowRequest (1.50s) [2021-03-19T21:12:37.678Z] === RUN TestAuthZPluginTLS [2021-03-19T21:12:37.938Z] --- PASS: TestAuthZPluginTLS (0.54s) [2021-03-19T21:12:37.938Z] === RUN TestAuthZPluginDenyRequest [2021-03-19T21:12:38.369Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2021-03-19T21:12:38.507Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2021-03-19T21:12:38.507Z] === RUN TestAuthZPluginAPIDenyResponse [2021-03-19T21:12:38.947Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42173/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2021-03-19T21:12:39.076Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2021-03-19T21:12:39.076Z] === RUN TestAuthZPluginDenyResponse [2021-03-19T21:12:39.300Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42173/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=0f32beb4f8d0a1db1ecc945f9669a35fd463af2c -e DOCKER_GRAPHDRIVER docker:0f32beb4f8d0a1db1ecc945f9669a35fd463af2c hack/make.sh binary-daemon [2021-03-19T21:12:39.305Z] --- PASS: TestConfigsUpdate (3.34s) [2021-03-19T21:12:39.305Z] === RUN TestTemplatedConfig [2021-03-19T21:12:39.336Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2021-03-19T21:12:39.336Z] === RUN TestAuthZPluginAllowEventStream [2021-03-19T21:12:39.864Z] [2021-03-19T21:12:39.864Z] Removing bundles/ [2021-03-19T21:12:39.864Z] [2021-03-19T21:12:39.864Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2021-03-19T21:12:39.864Z] Building: bundles/binary-daemon/dockerd-dev [2021-03-19T21:12:39.864Z] GOOS="" GOARCH="" GOARM="" [2021-03-19T21:12:39.872Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-03-19T21:12:39.918Z] --- PASS: TestUpdateRestartPolicy (13.54s) [2021-03-19T21:12:39.918Z] === RUN TestUpdateRestartWithAutoRemove [2021-03-19T21:12:39.918Z] --- PASS: TestUpdateRestartWithAutoRemove (0.97s) [2021-03-19T21:12:39.918Z] === RUN TestWaitNonBlocked [2021-03-19T21:12:39.918Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-19T21:12:39.918Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-19T21:12:39.918Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-19T21:12:39.918Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-19T21:12:39.918Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-19T21:12:39.918Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-19T21:12:40.492Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-03-19T21:12:40.492Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.23s) [2021-03-19T21:12:40.492Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.26s) [2021-03-19T21:12:40.492Z] === RUN TestWaitBlocked [2021-03-19T21:12:40.492Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-19T21:12:40.492Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-19T21:12:40.492Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-03-19T21:12:40.492Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-03-19T21:12:40.492Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-03-19T21:12:40.492Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-19T21:12:40.808Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2021-03-19T21:12:41.277Z] --- PASS: TestAuthZPluginAllowEventStream (1.47s) [2021-03-19T21:12:41.277Z] === RUN TestAuthZPluginErrorResponse [2021-03-19T21:12:41.544Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2021-03-19T21:12:41.544Z] === RUN TestAuthZPluginErrorRequest [2021-03-19T21:12:41.884Z] --- PASS: TestWaitBlocked (0.02s) [2021-03-19T21:12:41.884Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.18s) [2021-03-19T21:12:41.884Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.23s) [2021-03-19T21:12:41.884Z] === CONT TestContainerStartOnDaemonRestart [2021-03-19T21:12:41.884Z] === CONT TestContainerKillOnDaemonStart [2021-03-19T21:12:41.884Z] === CONT TestDaemonHostGatewayIP [2021-03-19T21:12:41.884Z] === CONT TestIpcModeOlderClient [2021-03-19T21:12:42.136Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2021-03-19T21:12:42.136Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-03-19T21:12:42.161Z] --- PASS: TestIpcModeOlderClient (0.43s) [2021-03-19T21:12:42.161Z] === CONT TestDaemonRestartIpcMode [2021-03-19T21:12:42.395Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2021-03-19T21:12:42.395Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-03-19T21:12:43.343Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2021-03-19T21:12:44.302Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.78s) [2021-03-19T21:12:44.302Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-03-19T21:12:45.263Z] --- PASS: TestTemplatedConfig (5.74s) [2021-03-19T21:12:45.263Z] === RUN TestConfigCreateResolve [2021-03-19T21:12:45.917Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2021-03-19T21:12:45.917Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-03-19T21:12:46.176Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-03-19T21:12:46.209Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.77s) [2021-03-19T21:12:46.209Z] === RUN TestAuthZPluginHeader [2021-03-19T21:12:46.418Z] --- PASS: TestContainerStartOnDaemonRestart (4.03s) [2021-03-19T21:12:46.418Z] === CONT TestRestartDaemonWithRestartingContainer [2021-03-19T21:12:46.779Z] --- PASS: TestAuthZPluginHeader (0.72s) [2021-03-19T21:12:46.779Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-03-19T21:12:46.994Z] --- PASS: TestDaemonRestartIpcMode (5.00s) [2021-03-19T21:12:47.570Z] --- PASS: TestDaemonHostGatewayIP (5.77s) [2021-03-19T21:12:48.080Z] --- PASS: TestConfigCreateResolve (2.89s) [2021-03-19T21:12:48.080Z] === RUN TestConfigDaemonLibtrustID [2021-03-19T21:12:48.338Z] --- PASS: TestConfigDaemonLibtrustID (0.56s) [2021-03-19T21:12:48.338Z] PASS [2021-03-19T21:12:48.338Z] [2021-03-19T21:12:48.338Z] DONE 7 tests in 22.367s [2021-03-19T21:12:48.338Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-03-19T21:12:48.338Z] ++ 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 [2021-03-19T21:12:48.338Z] ++ set -e [2021-03-19T21:12:48.338Z] ++ '[' -n 0 ']' [2021-03-19T21:12:48.338Z] ++ set -x [2021-03-19T21:12:48.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:12:48.596Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-03-19T21:12:48.854Z] INFO: Testing against a local daemon [2021-03-19T21:12:48.854Z] === RUN TestCheckpoint [2021-03-19T21:12:48.854Z] --- SKIP: TestCheckpoint (0.00s) [2021-03-19T21:12:48.854Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-19T21:12:48.854Z] === RUN TestContainerInvalidJSON [2021-03-19T21:12:48.854Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-03-19T21:12:48.854Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-03-19T21:12:48.854Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-03-19T21:12:48.854Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-03-19T21:12:48.854Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-03-19T21:12:48.854Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-03-19T21:12:48.854Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-03-19T21:12:48.854Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-03-19T21:12:48.854Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-03-19T21:12:48.854Z] --- PASS: TestContainerInvalidJSON (0.03s) [2021-03-19T21:12:48.854Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-03-19T21:12:48.854Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2021-03-19T21:12:48.854Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-03-19T21:12:48.854Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-03-19T21:12:48.854Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s) [2021-03-19T21:12:48.854Z] === RUN TestCopyFromContainerPathIsNotDir [2021-03-19T21:12:48.854Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2021-03-19T21:12:48.854Z] === RUN TestCopyToContainerPathDoesNotExist [2021-03-19T21:12:49.112Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s) [2021-03-19T21:12:49.112Z] === RUN TestCopyToContainerPathIsNotDir [2021-03-19T21:12:49.112Z] --- PASS: TestCopyToContainerPathIsNotDir (0.12s) [2021-03-19T21:12:49.112Z] === RUN TestCopyFromContainer [2021-03-19T21:12:49.491Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.58s) [2021-03-19T21:12:50.047Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2021-03-19T21:12:50.306Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2021-03-19T21:12:50.864Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.80s) [2021-03-19T21:12:50.864Z] === RUN TestCreateServiceSecretFileMode [2021-03-19T21:12:50.982Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.83s) [2021-03-19T21:12:50.982Z] === RUN TestAuthZPluginV2Disable [2021-03-19T21:12:51.683Z] === RUN TestCopyFromContainer// [2021-03-19T21:12:51.683Z] === RUN TestCopyFromContainer//bar/root [2021-03-19T21:12:51.683Z] === RUN TestCopyFromContainer//bar/root/ [2021-03-19T21:12:51.683Z] === RUN TestCopyFromContainer/bar/quux [2021-03-19T21:12:51.895Z] --- PASS: TestCreateServiceSecretFileMode (3.71s) [2021-03-19T21:12:51.895Z] === RUN TestCreateServiceConfigFileMode [2021-03-19T21:12:51.942Z] === RUN TestCopyFromContainer/bar/quux/ [2021-03-19T21:12:51.942Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-03-19T21:12:52.201Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-03-19T21:12:52.459Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-03-19T21:12:52.459Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-03-19T21:12:52.718Z] === RUN TestCopyFromContainer/bar/notarget [2021-03-19T21:12:52.718Z] --- PASS: TestCopyFromContainer (3.66s) [2021-03-19T21:12:52.718Z] --- PASS: TestCopyFromContainer// (0.09s) [2021-03-19T21:12:52.718Z] --- PASS: TestCopyFromContainer//bar/root (0.12s) [2021-03-19T21:12:52.718Z] --- PASS: TestCopyFromContainer//bar/root/ (0.14s) [2021-03-19T21:12:52.718Z] --- PASS: TestCopyFromContainer/bar/quux (0.10s) [2021-03-19T21:12:52.718Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.16s) [2021-03-19T21:12:52.718Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.15s) [2021-03-19T21:12:52.718Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.14s) [2021-03-19T21:12:52.718Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.15s) [2021-03-19T21:12:52.718Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.16s) [2021-03-19T21:12:52.718Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) [2021-03-19T21:12:52.718Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-03-19T21:12:52.718Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-19T21:12:52.718Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-19T21:12:52.718Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-19T21:12:52.718Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-19T21:12:52.718Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-19T21:12:52.718Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-19T21:12:52.718Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-19T21:12:52.718Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-19T21:12:52.718Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-19T21:12:52.718Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.04s) [2021-03-19T21:12:52.718Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-03-19T21:12:52.718Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-03-19T21:12:52.718Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2021-03-19T21:12:52.718Z] === RUN TestCreateLinkToNonExistingContainer [2021-03-19T21:12:52.976Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2021-03-19T21:12:52.976Z] === RUN TestCreateWithInvalidEnv [2021-03-19T21:12:52.976Z] === RUN TestCreateWithInvalidEnv/0 [2021-03-19T21:12:52.976Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-03-19T21:12:52.976Z] === RUN TestCreateWithInvalidEnv/1 [2021-03-19T21:12:52.976Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-03-19T21:12:52.976Z] === RUN TestCreateWithInvalidEnv/2 [2021-03-19T21:12:52.976Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-03-19T21:12:52.976Z] === CONT TestCreateWithInvalidEnv/0 [2021-03-19T21:12:52.976Z] === CONT TestCreateWithInvalidEnv/2 [2021-03-19T21:12:52.976Z] === CONT TestCreateWithInvalidEnv/1 [2021-03-19T21:12:52.976Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-03-19T21:12:52.976Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-03-19T21:12:52.976Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-03-19T21:12:52.976Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2021-03-19T21:12:52.976Z] === RUN TestCreateTmpfsMountsTarget [2021-03-19T21:12:52.976Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-03-19T21:12:52.976Z] === RUN TestCreateWithCustomMaskedPaths [2021-03-19T21:12:53.235Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-03-19T21:12:53.519Z] --- PASS: TestAuthZPluginV2Disable (2.92s) [2021-03-19T21:12:53.519Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-03-19T21:12:54.612Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2021-03-19T21:12:54.870Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-03-19T21:12:55.806Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-03-19T21:12:56.089Z] --- PASS: TestContainerKillOnDaemonStart (13.39s) [2021-03-19T21:12:56.089Z] PASS [2021-03-19T21:12:56.089Z] [2021-03-19T21:12:56.089Z] === Skipped [2021-03-19T21:12:56.089Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2021-03-19T21:12:56.089Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-19T21:12:56.089Z] [2021-03-19T21:12:56.089Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2021-03-19T21:12:56.089Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-19T21:12:56.089Z] [2021-03-19T21:12:56.089Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2021-03-19T21:12:56.089Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-19T21:12:56.089Z] [2021-03-19T21:12:56.089Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-19T21:12:56.089Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-19T21:12:56.089Z] [2021-03-19T21:12:56.089Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2021-03-19T21:12:56.089Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-19T21:12:56.089Z] [2021-03-19T21:12:56.089Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2021-03-19T21:12:56.089Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-03-19T21:12:56.089Z] [2021-03-19T21:12:56.089Z] [2021-03-19T21:12:56.089Z] DONE 196 tests, 6 skipped in 170.316s [2021-03-19T21:12:56.089Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2021-03-19T21:12:56.089Z] ++ 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 [2021-03-19T21:12:56.089Z] ++ set -e [2021-03-19T21:12:56.089Z] ++ '[' -n 0 ']' [2021-03-19T21:12:56.089Z] ++ set -x [2021-03-19T21:12:56.089Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:12:56.089Z] INFO: Testing against a local daemon [2021-03-19T21:12:56.089Z] === RUN TestCommitInheritsEnv [2021-03-19T21:12:56.089Z] --- PASS: TestCommitInheritsEnv (0.62s) [2021-03-19T21:12:56.089Z] === RUN TestImportExtremelyLargeImageWorks [2021-03-19T21:12:56.089Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-03-19T21:12:56.089Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-03-19T21:12:56.089Z] === RUN TestImagesFilterMultiReference [2021-03-19T21:12:56.089Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2021-03-19T21:12:56.089Z] === RUN TestImagePullPlatformInvalid [2021-03-19T21:12:56.089Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2021-03-19T21:12:56.089Z] === RUN TestRemoveImageOrphaning [2021-03-19T21:12:56.343Z] --- PASS: TestCreateServiceConfigFileMode (3.87s) [2021-03-19T21:12:56.343Z] === RUN TestCreateServiceSysctls [2021-03-19T21:12:56.373Z] --- PASS: TestCreateWithCustomMaskedPaths (3.41s) [2021-03-19T21:12:56.373Z] === RUN TestCreateWithCustomReadonlyPaths [2021-03-19T21:12:56.663Z] --- PASS: TestRemoveImageOrphaning (0.53s) [2021-03-19T21:12:56.664Z] === RUN TestRemoveImageGarbageCollector [2021-03-19T21:12:56.664Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-03-19T21:12:56.664Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-19T21:12:56.664Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-03-19T21:12:56.664Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2021-03-19T21:12:56.664Z] === RUN TestTagInvalidReference [2021-03-19T21:12:56.664Z] --- PASS: TestTagInvalidReference (0.03s) [2021-03-19T21:12:56.664Z] === RUN TestTagValidPrefixedRepo [2021-03-19T21:12:56.664Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2021-03-19T21:12:56.664Z] === RUN TestTagExistedNameWithoutForce [2021-03-19T21:12:56.664Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2021-03-19T21:12:56.664Z] === RUN TestTagOfficialNames [2021-03-19T21:12:56.810Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (2.98s) [2021-03-19T21:12:56.810Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-03-19T21:12:56.926Z] --- PASS: TestTagOfficialNames (0.07s) [2021-03-19T21:12:56.926Z] === RUN TestTagMatchesDigest [2021-03-19T21:12:56.926Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-03-19T21:12:56.926Z] PASS [2021-03-19T21:12:56.926Z] [2021-03-19T21:12:56.926Z] === Skipped [2021-03-19T21:12:56.926Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2021-03-19T21:12:56.926Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-03-19T21:12:56.926Z] [2021-03-19T21:12:56.926Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-03-19T21:12:56.926Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-19T21:12:56.926Z] [2021-03-19T21:12:56.926Z] [2021-03-19T21:12:56.926Z] DONE 12 tests, 2 skipped in 1.801s [2021-03-19T21:12:56.926Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2021-03-19T21:12:56.926Z] ++ 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 [2021-03-19T21:12:56.926Z] ++ set -e [2021-03-19T21:12:56.926Z] ++ '[' -n 0 ']' [2021-03-19T21:12:56.926Z] ++ set -x [2021-03-19T21:12:56.926Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:12:56.926Z] INFO: Testing against a local daemon [2021-03-19T21:12:56.926Z] === RUN TestNetworkCreateDelete [2021-03-19T21:12:57.501Z] --- PASS: TestNetworkCreateDelete (0.43s) [2021-03-19T21:12:57.501Z] === RUN TestDockerNetworkDeletePreferID [2021-03-19T21:12:58.893Z] --- PASS: TestDockerNetworkDeletePreferID (1.21s) [2021-03-19T21:12:58.893Z] === RUN TestDaemonDNSFallback [2021-03-19T21:12:59.661Z] --- PASS: TestCreateWithCustomReadonlyPaths (3.12s) [2021-03-19T21:12:59.661Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-03-19T21:12:59.661Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-19T21:12:59.661Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-19T21:12:59.661Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-19T21:12:59.661Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-19T21:12:59.661Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-19T21:12:59.661Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-19T21:12:59.661Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-19T21:12:59.661Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-19T21:12:59.661Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-19T21:12:59.661Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-19T21:12:59.661Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-19T21:12:59.661Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-19T21:12:59.661Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-19T21:12:59.661Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-19T21:12:59.661Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-19T21:12:59.661Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-03-19T21:12:59.661Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2021-03-19T21:12:59.661Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2021-03-19T21:12:59.661Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2021-03-19T21:12:59.661Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.05s) [2021-03-19T21:12:59.661Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-03-19T21:12:59.661Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-03-19T21:12:59.920Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-03-19T21:13:00.488Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2021-03-19T21:13:00.746Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.16s) [2021-03-19T21:13:00.746Z] === RUN TestCreateDifferentPlatform [2021-03-19T21:13:00.746Z] === RUN TestCreateDifferentPlatform/different_os [2021-03-19T21:13:00.746Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-03-19T21:13:00.746Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-03-19T21:13:00.746Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2021-03-19T21:13:00.746Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-03-19T21:13:00.746Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-03-19T21:13:00.746Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2021-03-19T21:13:00.746Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-03-19T21:13:00.746Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s) [2021-03-19T21:13:00.746Z] === RUN TestContainerStartOnDaemonRestart [2021-03-19T21:13:00.746Z] === PAUSE TestContainerStartOnDaemonRestart [2021-03-19T21:13:00.746Z] === RUN TestDaemonRestartIpcMode [2021-03-19T21:13:00.746Z] === PAUSE TestDaemonRestartIpcMode [2021-03-19T21:13:00.746Z] === RUN TestDaemonHostGatewayIP [2021-03-19T21:13:00.746Z] === PAUSE TestDaemonHostGatewayIP [2021-03-19T21:13:00.746Z] === RUN TestRestartDaemonWithRestartingContainer [2021-03-19T21:13:00.746Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-03-19T21:13:00.746Z] === RUN TestContainerKillOnDaemonStart [2021-03-19T21:13:00.746Z] === PAUSE TestContainerKillOnDaemonStart [2021-03-19T21:13:00.746Z] === RUN TestDiff [2021-03-19T21:13:00.789Z] --- PASS: TestCreateServiceSysctls (4.69s) [2021-03-19T21:13:00.789Z] === RUN TestCreateServiceCapabilities [2021-03-19T21:13:01.681Z] --- PASS: TestDiff (0.97s) [2021-03-19T21:13:01.940Z] === RUN TestExecWithCloseStdin [2021-03-19T21:13:03.315Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-03-19T21:13:03.574Z] --- PASS: TestExecWithCloseStdin (1.66s) [2021-03-19T21:13:03.574Z] === RUN TestExec [2021-03-19T21:13:04.510Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2021-03-19T21:13:04.510Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-03-19T21:13:05.077Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2021-03-19T21:13:05.237Z] --- PASS: TestCreateServiceCapabilities (4.10s) [2021-03-19T21:13:05.237Z] === RUN TestInspect [2021-03-19T21:13:05.339Z] --- PASS: TestExec (1.96s) [2021-03-19T21:13:05.339Z] === RUN TestExecUser [2021-03-19T21:13:05.597Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2021-03-19T21:13:06.163Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2021-03-19T21:13:06.163Z] === RUN TestDockerSuite/TestBuildAddScript [2021-03-19T21:13:06.800Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.31s) [2021-03-19T21:13:06.800Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-03-19T21:13:07.047Z] --- PASS: TestDaemonDNSFallback (7.62s) [2021-03-19T21:13:07.047Z] === RUN TestInspectNetwork [2021-03-19T21:13:07.540Z] --- PASS: TestExecUser (2.05s) [2021-03-19T21:13:07.540Z] === RUN TestExportContainerAndImportImage [2021-03-19T21:13:08.474Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2021-03-19T21:13:08.749Z] --- PASS: TestInspect (4.02s) [2021-03-19T21:13:08.749Z] === RUN TestCreateJob [2021-03-19T21:13:09.411Z] --- PASS: TestExportContainerAndImportImage (1.84s) [2021-03-19T21:13:09.411Z] === RUN TestExportContainerAfterDaemonRestart [2021-03-19T21:13:11.314Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-03-19T21:13:11.314Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2021-03-19T21:13:11.314Z] --- PASS: TestExportContainerAfterDaemonRestart (1.79s) [2021-03-19T21:13:11.314Z] === RUN TestHealthCheckWorkdir [2021-03-19T21:13:12.347Z] === RUN TestInspectNetwork/full_network_id [2021-03-19T21:13:12.347Z] === RUN TestInspectNetwork/partial_network_id [2021-03-19T21:13:12.347Z] === RUN TestInspectNetwork/network_name [2021-03-19T21:13:12.347Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-03-19T21:13:13.214Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2021-03-19T21:13:13.780Z] --- PASS: TestHealthCheckWorkdir (2.66s) [2021-03-19T21:13:13.780Z] === RUN TestHealthKillContainer [2021-03-19T21:13:14.306Z] --- PASS: TestCreateJob (4.88s) [2021-03-19T21:13:14.306Z] === RUN TestReplicatedJob [2021-03-19T21:13:15.682Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2021-03-19T21:13:16.563Z] --- PASS: TestInspectNetwork (9.85s) [2021-03-19T21:13:16.563Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-03-19T21:13:16.563Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-03-19T21:13:16.563Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-03-19T21:13:16.563Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-03-19T21:13:16.563Z] === RUN TestRunContainerWithBridgeNone [2021-03-19T21:13:17.583Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2021-03-19T21:13:17.841Z] --- PASS: TestHealthKillContainer (3.97s) [2021-03-19T21:13:17.841Z] === RUN TestInspectCpusetInConfigPre120 [2021-03-19T21:13:19.222Z] --- PASS: TestInspectCpusetInConfigPre120 (1.23s) [2021-03-19T21:13:19.222Z] === RUN TestIpcModeNone [2021-03-19T21:13:19.875Z] --- PASS: TestRunContainerWithBridgeNone (3.50s) [2021-03-19T21:13:19.875Z] === RUN TestNetworkInvalidJSON [2021-03-19T21:13:19.875Z] === RUN TestNetworkInvalidJSON//networks/create [2021-03-19T21:13:19.875Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-03-19T21:13:19.875Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-03-19T21:13:19.875Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-03-19T21:13:19.875Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-19T21:13:19.875Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-19T21:13:19.875Z] === CONT TestNetworkInvalidJSON//networks/create [2021-03-19T21:13:19.875Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-19T21:13:19.875Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-03-19T21:13:19.875Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-03-19T21:13:19.875Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-03-19T21:13:19.875Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-03-19T21:13:19.875Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-03-19T21:13:19.875Z] === RUN TestNetworkList [2021-03-19T21:13:19.875Z] === RUN TestNetworkList//networks [2021-03-19T21:13:19.875Z] === PAUSE TestNetworkList//networks [2021-03-19T21:13:19.875Z] === RUN TestNetworkList//networks/ [2021-03-19T21:13:19.875Z] === PAUSE TestNetworkList//networks/ [2021-03-19T21:13:19.875Z] === CONT TestNetworkList//networks [2021-03-19T21:13:19.875Z] === CONT TestNetworkList//networks/ [2021-03-19T21:13:19.875Z] --- PASS: TestNetworkList (0.03s) [2021-03-19T21:13:19.875Z] --- PASS: TestNetworkList//networks (0.00s) [2021-03-19T21:13:19.875Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-03-19T21:13:19.875Z] === RUN TestHostIPv4BridgeLabel [2021-03-19T21:13:20.160Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2021-03-19T21:13:20.450Z] --- PASS: TestHostIPv4BridgeLabel (0.81s) [2021-03-19T21:13:20.450Z] === RUN TestDaemonRestartWithLiveRestore [2021-03-19T21:13:21.094Z] --- PASS: TestIpcModeNone (1.94s) [2021-03-19T21:13:21.094Z] === RUN TestIpcModePrivate [2021-03-19T21:13:21.841Z] --- PASS: TestDaemonRestartWithLiveRestore (1.43s) [2021-03-19T21:13:21.842Z] === RUN TestDaemonDefaultNetworkPools [2021-03-19T21:13:22.468Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-03-19T21:13:22.726Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2021-03-19T21:13:22.726Z] --- PASS: TestIpcModePrivate (1.94s) [2021-03-19T21:13:22.726Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:94, shared: false, mustBeShared: false [2021-03-19T21:13:22.726Z] === RUN TestIpcModeShareable [2021-03-19T21:13:22.773Z] --- PASS: TestReplicatedJob (8.03s) [2021-03-19T21:13:22.773Z] === RUN TestUpdateReplicatedJob [2021-03-19T21:13:23.233Z] --- PASS: TestDaemonDefaultNetworkPools (1.30s) [2021-03-19T21:13:23.233Z] === RUN TestDaemonRestartWithExistingNetwork [2021-03-19T21:13:23.293Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2021-03-19T21:13:24.668Z] --- PASS: TestIpcModeShareable (1.67s) [2021-03-19T21:13:24.668Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:88, shared: true, mustBeShared: true [2021-03-19T21:13:24.668Z] === RUN TestAPIIpcModeShareableAndContainer [2021-03-19T21:13:24.895Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.56s) [2021-03-19T21:13:24.895Z] PASS [2021-03-19T21:13:24.895Z] [2021-03-19T21:13:24.895Z] DONE 17 tests in 47.616s [2021-03-19T21:13:24.895Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-03-19T21:13:24.895Z] INFO: Testing against a local daemon [2021-03-19T21:13:24.895Z] === RUN TestPluginInvalidJSON [2021-03-19T21:13:24.895Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-03-19T21:13:24.895Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-03-19T21:13:24.895Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-03-19T21:13:24.895Z] --- PASS: TestPluginInvalidJSON (0.01s) [2021-03-19T21:13:24.895Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-03-19T21:13:24.895Z] === RUN TestPluginInstall [2021-03-19T21:13:24.895Z] === RUN TestPluginInstall/no_auth [2021-03-19T21:13:25.155Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.96s) [2021-03-19T21:13:25.155Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-03-19T21:13:25.837Z] time="2021-03-19T21:13:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-19T21:13:25.837Z] time="2021-03-19T21:13:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:92ee6fe6fa37bbd88e2cab197b6c5d8c85bd35edb83558e903e1ec8a5be549e5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-19T21:13:25.837Z] time="2021-03-19T21:13:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-19T21:13:25.837Z] time="2021-03-19T21:13:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:92ee6fe6fa37bbd88e2cab197b6c5d8c85bd35edb83558e903e1ec8a5be549e5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-19T21:13:25.837Z] === RUN TestPluginInstall/with_htpasswd [2021-03-19T21:13:26.314Z] --- PASS: TestUpdateReplicatedJob (4.96s) [2021-03-19T21:13:26.314Z] === RUN TestServiceListWithStatuses [2021-03-19T21:13:26.314Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-03-19T21:13:26.314Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-19T21:13:26.314Z] === RUN TestDockerNetworkConnectAlias [2021-03-19T21:13:26.407Z] time="2021-03-19T21:13:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-19T21:13:26.407Z] time="2021-03-19T21:13:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:92ee6fe6fa37bbd88e2cab197b6c5d8c85bd35edb83558e903e1ec8a5be549e5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-19T21:13:26.407Z] time="2021-03-19T21:13:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-19T21:13:26.407Z] time="2021-03-19T21:13:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:92ee6fe6fa37bbd88e2cab197b6c5d8c85bd35edb83558e903e1ec8a5be549e5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-19T21:13:26.569Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2021-03-19T21:13:26.667Z] === RUN TestPluginInstall/with_insecure [2021-03-19T21:13:27.710Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.45s) [2021-03-19T21:13:27.710Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-03-19T21:13:28.047Z] time="2021-03-19T21:13:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-19T21:13:28.047Z] time="2021-03-19T21:13:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e30f6efb9bab312ad63b9f573ec86de5969e1ffcd1a71df3caacb568e3fd83dd" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-19T21:13:28.047Z] time="2021-03-19T21:13:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-19T21:13:28.047Z] time="2021-03-19T21:13:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e30f6efb9bab312ad63b9f573ec86de5969e1ffcd1a71df3caacb568e3fd83dd" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-19T21:13:28.047Z] --- PASS: TestPluginInstall (4.56s) [2021-03-19T21:13:28.047Z] --- PASS: TestPluginInstall/no_auth (2.50s) [2021-03-19T21:13:28.047Z] --- PASS: TestPluginInstall/with_htpasswd (0.78s) [2021-03-19T21:13:28.047Z] --- PASS: TestPluginInstall/with_insecure (1.27s) [2021-03-19T21:13:28.047Z] plugin_test.go:160: [d3cb1ab76c65b] daemon is not started [2021-03-19T21:13:28.047Z] === RUN TestPluginsWithRuntimes [2021-03-19T21:13:28.657Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.84s) [2021-03-19T21:13:28.657Z] === RUN TestServiceWithPredefinedNetwork [2021-03-19T21:13:29.099Z] --- PASS: TestAPIIpcModeShareableAndContainer (4.20s) [2021-03-19T21:13:29.099Z] === RUN TestAPIIpcModeHost [2021-03-19T21:13:29.099Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-03-19T21:13:29.954Z] === RUN TestPluginsWithRuntimes/No_Args [2021-03-19T21:13:30.473Z] --- PASS: TestAPIIpcModeHost (1.81s) [2021-03-19T21:13:30.473Z] === RUN TestDaemonIpcModeShareable [2021-03-19T21:13:30.523Z] === RUN TestPluginsWithRuntimes/With_Args [2021-03-19T21:13:31.462Z] --- PASS: TestPluginsWithRuntimes (3.56s) [2021-03-19T21:13:31.462Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.92s) [2021-03-19T21:13:31.462Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.91s) [2021-03-19T21:13:31.462Z] PASS [2021-03-19T21:13:31.462Z] [2021-03-19T21:13:31.462Z] DONE 9 tests in 8.183s [2021-03-19T21:13:31.462Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-03-19T21:13:31.594Z] --- PASS: TestBuildWithHugeFile (55.26s) [2021-03-19T21:13:31.594Z] === RUN TestBuildWCOWSandboxSize [2021-03-19T21:13:31.594Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-03-19T21:13:31.594Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-19T21:13:31.594Z] === RUN TestBuildWithEmptyDockerfile [2021-03-19T21:13:31.594Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-19T21:13:31.594Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-19T21:13:31.594Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-19T21:13:31.594Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-19T21:13:31.594Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-19T21:13:31.594Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-19T21:13:31.594Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-19T21:13:31.594Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-19T21:13:31.594Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-19T21:13:31.594Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) [2021-03-19T21:13:31.594Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.30s) [2021-03-19T21:13:31.594Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.30s) [2021-03-19T21:13:31.594Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.32s) [2021-03-19T21:13:31.594Z] === RUN TestBuildPreserveOwnership [2021-03-19T21:13:31.594Z] === RUN TestBuildPreserveOwnership/copy_from [2021-03-19T21:13:31.722Z] INFO: Testing against a local daemon [2021-03-19T21:13:31.722Z] === RUN TestExternalGraphDriver [2021-03-19T21:13:31.722Z] === RUN TestExternalGraphDriver/json [2021-03-19T21:13:31.968Z] --- PASS: TestServiceWithPredefinedNetwork (3.37s) [2021-03-19T21:13:31.968Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-03-19T21:13:31.968Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-19T21:13:31.968Z] service_test.go:242: FLAKY_TEST [2021-03-19T21:13:31.968Z] === RUN TestServiceWithDataPathPortInit [2021-03-19T21:13:32.636Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-03-19T21:13:33.003Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-03-19T21:13:33.003Z] --- PASS: TestDaemonIpcModeShareable (2.31s) [2021-03-19T21:13:33.003Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:87, shared: true, mustBeShared: true [2021-03-19T21:13:33.003Z] === RUN TestDaemonIpcModePrivate [2021-03-19T21:13:33.003Z] === RUN TestDockerSuite/TestBuildAddTar [2021-03-19T21:13:33.263Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2021-03-19T21:13:33.631Z] === RUN TestExternalGraphDriver/spec [2021-03-19T21:13:34.151Z] --- PASS: TestBuildPreserveOwnership (3.94s) [2021-03-19T21:13:34.151Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.57s) [2021-03-19T21:13:34.151Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.36s) [2021-03-19T21:13:34.151Z] === RUN TestBuildPlatformInvalid [2021-03-19T21:13:34.151Z] --- PASS: TestBuildPlatformInvalid (0.12s) [2021-03-19T21:13:34.151Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-03-19T21:13:35.541Z] === RUN TestExternalGraphDriver/pull [2021-03-19T21:13:35.792Z] --- PASS: TestDaemonIpcModePrivate (3.00s) [2021-03-19T21:13:35.792Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:117, shared: false, mustBeShared: false [2021-03-19T21:13:35.792Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-03-19T21:13:36.674Z] --- PASS: TestDockerNetworkConnectAlias (8.79s) [2021-03-19T21:13:36.674Z] === RUN TestDockerNetworkReConnect [2021-03-19T21:13:37.448Z] --- PASS: TestExternalGraphDriver (5.77s) [2021-03-19T21:13:37.448Z] --- PASS: TestExternalGraphDriver/json (1.98s) [2021-03-19T21:13:37.448Z] --- PASS: TestExternalGraphDriver/spec (1.92s) [2021-03-19T21:13:37.448Z] --- PASS: TestExternalGraphDriver/pull (1.80s) [2021-03-19T21:13:37.448Z] === RUN TestGraphdriverPluginV2 [2021-03-19T21:13:39.077Z] --- PASS: TestDaemonIpcModePrivateFromConfig (2.88s) [2021-03-19T21:13:39.077Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:103, shared: false, mustBeShared: false [2021-03-19T21:13:39.077Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-03-19T21:13:41.642Z] --- PASS: TestGraphdriverPluginV2 (4.02s) [2021-03-19T21:13:41.642Z] PASS [2021-03-19T21:13:41.642Z] [2021-03-19T21:13:41.642Z] DONE 5 tests in 9.827s [2021-03-19T21:13:41.642Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-03-19T21:13:41.642Z] INFO: Testing against a local daemon [2021-03-19T21:13:41.642Z] === RUN TestContinueAfterPluginCrash [2021-03-19T21:13:41.642Z] === PAUSE TestContinueAfterPluginCrash [2021-03-19T21:13:41.642Z] === RUN TestReadPluginNoRead [2021-03-19T21:13:41.642Z] === PAUSE TestReadPluginNoRead [2021-03-19T21:13:41.642Z] === RUN TestDaemonStartWithLogOpt [2021-03-19T21:13:41.642Z] === PAUSE TestDaemonStartWithLogOpt [2021-03-19T21:13:41.642Z] === CONT TestContinueAfterPluginCrash [2021-03-19T21:13:41.642Z] === CONT TestDaemonStartWithLogOpt [2021-03-19T21:13:41.653Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2021-03-19T21:13:41.918Z] --- PASS: TestDaemonIpcModeShareableFromConfig (3.20s) [2021-03-19T21:13:41.918Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:87, shared: true, mustBeShared: true [2021-03-19T21:13:41.918Z] === RUN TestIpcModeOlderClient [2021-03-19T21:13:41.918Z] === PAUSE TestIpcModeOlderClient [2021-03-19T21:13:41.918Z] === RUN TestKillContainerInvalidSignal [2021-03-19T21:13:42.230Z] --- PASS: TestDockerNetworkReConnect (6.45s) [2021-03-19T21:13:42.230Z] === RUN TestServicePlugin [2021-03-19T21:13:42.230Z] --- SKIP: TestServicePlugin (0.00s) [2021-03-19T21:13:42.230Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-19T21:13:42.230Z] === RUN TestServiceUpdateLabel [2021-03-19T21:13:43.313Z] --- PASS: TestKillContainerInvalidSignal (1.44s) [2021-03-19T21:13:43.313Z] === RUN TestKillContainer [2021-03-19T21:13:43.313Z] === RUN TestKillContainer/no_signal [2021-03-19T21:13:44.688Z] === RUN TestKillContainer/non_killing_signal [2021-03-19T21:13:44.688Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2021-03-19T21:13:45.255Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-03-19T21:13:45.514Z] === RUN TestKillContainer/killing_signal [2021-03-19T21:13:45.739Z] --- PASS: TestServiceUpdateLabel (3.88s) [2021-03-19T21:13:45.739Z] === RUN TestServiceUpdateSecrets [2021-03-19T21:13:45.841Z] --- PASS: TestDaemonStartWithLogOpt (4.17s) [2021-03-19T21:13:45.841Z] === CONT TestReadPluginNoRead [2021-03-19T21:13:47.419Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-03-19T21:13:47.678Z] --- PASS: TestKillContainer (4.18s) [2021-03-19T21:13:47.678Z] --- PASS: TestKillContainer/no_signal (1.22s) [2021-03-19T21:13:47.678Z] --- PASS: TestKillContainer/non_killing_signal (1.00s) [2021-03-19T21:13:47.678Z] --- PASS: TestKillContainer/killing_signal (1.68s) [2021-03-19T21:13:47.678Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-03-19T21:13:47.678Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-03-19T21:13:48.379Z] === RUN TestReadPluginNoRead/default [2021-03-19T21:13:49.055Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-03-19T21:13:49.541Z] Loaded image: buildpack-deps:buster [2021-03-19T21:13:49.541Z] Loaded image: busybox:latest [2021-03-19T21:13:49.541Z] Loaded image: busybox:glibc [2021-03-19T21:13:49.761Z] === RUN TestReadPluginNoRead/disabled_caching [2021-03-19T21:13:49.835Z] Loaded image: debian:bullseye [2021-03-19T21:13:49.992Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-03-19T21:13:50.105Z] --- PASS: TestServiceWithDataPathPortInit (18.36s) [2021-03-19T21:13:50.105Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-03-19T21:13:50.130Z] Loaded image: hello-world:latest [2021-03-19T21:13:50.130Z] Loaded image: arm32v7/hello-world:latest [2021-03-19T21:13:50.252Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (2.81s) [2021-03-19T21:13:50.252Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (1.33s) [2021-03-19T21:13:50.252Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (1.21s) [2021-03-19T21:13:50.252Z] === RUN TestKillStoppedContainer [2021-03-19T21:13:50.511Z] --- PASS: TestKillStoppedContainer (0.07s) [2021-03-19T21:13:50.511Z] === RUN TestKillStoppedContainerAPIPre120 [2021-03-19T21:13:50.511Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2021-03-19T21:13:50.511Z] === RUN TestKillDifferentUserContainer [2021-03-19T21:13:51.141Z] --- PASS: TestContinueAfterPluginCrash (9.46s) [2021-03-19T21:13:51.401Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-03-19T21:13:51.888Z] --- PASS: TestKillDifferentUserContainer (1.43s) [2021-03-19T21:13:51.888Z] === RUN TestInspectOomKilledTrue [2021-03-19T21:13:51.888Z] --- SKIP: TestInspectOomKilledTrue (0.01s) [2021-03-19T21:13:51.888Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-19T21:13:51.888Z] === RUN TestInspectOomKilledFalse [2021-03-19T21:13:51.888Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-03-19T21:13:51.888Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-19T21:13:51.888Z] === RUN TestLinksEtcHostsContentMatch [2021-03-19T21:13:53.308Z] --- PASS: TestReadPluginNoRead (7.32s) [2021-03-19T21:13:53.308Z] --- PASS: TestReadPluginNoRead/default (1.53s) [2021-03-19T21:13:53.308Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.59s) [2021-03-19T21:13:53.308Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.52s) [2021-03-19T21:13:53.308Z] read_test.go:92: [df2f71c407707] daemon is not started [2021-03-19T21:13:53.308Z] PASS [2021-03-19T21:13:53.308Z] [2021-03-19T21:13:53.308Z] DONE 6 tests in 11.533s [2021-03-19T21:13:53.308Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-03-19T21:13:53.308Z] testing: warning: no tests to run [2021-03-19T21:13:53.308Z] PASS [2021-03-19T21:13:53.308Z] [2021-03-19T21:13:53.308Z] DONE 0 tests in 0.009s [2021-03-19T21:13:53.308Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-03-19T21:13:53.308Z] INFO: Testing against a local daemon [2021-03-19T21:13:53.308Z] === RUN TestPluginWithDevMounts [2021-03-19T21:13:53.308Z] === PAUSE TestPluginWithDevMounts [2021-03-19T21:13:53.308Z] === CONT TestPluginWithDevMounts [2021-03-19T21:13:53.790Z] --- PASS: TestLinksEtcHostsContentMatch (1.95s) [2021-03-19T21:13:53.790Z] === RUN TestLinksContainerNames [2021-03-19T21:13:54.736Z] --- PASS: TestPluginWithDevMounts (1.71s) [2021-03-19T21:13:54.736Z] PASS [2021-03-19T21:13:54.736Z] [2021-03-19T21:13:54.736Z] DONE 1 tests in 1.748s [2021-03-19T21:13:54.736Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-03-19T21:13:54.736Z] INFO: Testing against a local daemon [2021-03-19T21:13:54.736Z] === RUN TestSecretInspect [2021-03-19T21:13:57.064Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (22.20s) [2021-03-19T21:13:57.064Z] PASS [2021-03-19T21:13:57.064Z] [2021-03-19T21:13:57.064Z] === Skipped [2021-03-19T21:13:57.064Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s) [2021-03-19T21:13:57.064Z] build_session_test.go:25: TODO: BuildKit [2021-03-19T21:13:57.064Z] [2021-03-19T21:13:57.064Z] === SKIP: ppc64le.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-03-19T21:13:57.064Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-19T21:13:57.064Z] [2021-03-19T21:13:57.064Z] [2021-03-19T21:13:57.064Z] DONE 34 tests, 2 skipped in 120.647s [2021-03-19T21:13:57.064Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2021-03-19T21:13:57.064Z] ++ 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 [2021-03-19T21:13:57.064Z] ++ set -e [2021-03-19T21:13:57.064Z] ++ '[' -n 0 ']' [2021-03-19T21:13:57.064Z] ++ set -x [2021-03-19T21:13:57.064Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:13:57.064Z] INFO: Testing against a local daemon [2021-03-19T21:13:57.064Z] === RUN TestConfigInspect [2021-03-19T21:13:57.076Z] --- PASS: TestLinksContainerNames (2.81s) [2021-03-19T21:13:57.076Z] === RUN TestLogsFollowTailEmpty [2021-03-19T21:13:57.076Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-03-19T21:13:57.281Z] --- PASS: TestSecretInspect (2.37s) [2021-03-19T21:13:57.281Z] === RUN TestSecretList [2021-03-19T21:13:58.011Z] --- PASS: TestLogsFollowTailEmpty (1.37s) [2021-03-19T21:13:58.011Z] === RUN TestContainerNetworkMountsNoChown [2021-03-19T21:13:58.579Z] --- PASS: TestConfigInspect (1.92s) [2021-03-19T21:13:58.579Z] === RUN TestConfigList [2021-03-19T21:13:59.389Z] --- PASS: TestContainerNetworkMountsNoChown (1.42s) [2021-03-19T21:13:59.389Z] === RUN TestMountDaemonRoot [2021-03-19T21:13:59.389Z] === RUN TestMountDaemonRoot/default [2021-03-19T21:13:59.389Z] === PAUSE TestMountDaemonRoot/default [2021-03-19T21:13:59.389Z] === RUN TestMountDaemonRoot/private [2021-03-19T21:13:59.389Z] === PAUSE TestMountDaemonRoot/private [2021-03-19T21:13:59.389Z] === RUN TestMountDaemonRoot/rprivate [2021-03-19T21:13:59.389Z] === PAUSE TestMountDaemonRoot/rprivate [2021-03-19T21:13:59.389Z] === RUN TestMountDaemonRoot/slave [2021-03-19T21:13:59.389Z] === PAUSE TestMountDaemonRoot/slave [2021-03-19T21:13:59.389Z] === RUN TestMountDaemonRoot/rslave [2021-03-19T21:13:59.389Z] === PAUSE TestMountDaemonRoot/rslave [2021-03-19T21:13:59.389Z] === RUN TestMountDaemonRoot/shared [2021-03-19T21:13:59.389Z] === PAUSE TestMountDaemonRoot/shared [2021-03-19T21:13:59.389Z] === RUN TestMountDaemonRoot/rshared [2021-03-19T21:13:59.389Z] === PAUSE TestMountDaemonRoot/rshared [2021-03-19T21:13:59.649Z] === CONT TestMountDaemonRoot/default [2021-03-19T21:13:59.649Z] === RUN TestMountDaemonRoot/default/bind_root [2021-03-19T21:13:59.649Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-03-19T21:13:59.649Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-03-19T21:13:59.649Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-03-19T21:13:59.649Z] === RUN TestMountDaemonRoot/default/mount_root [2021-03-19T21:13:59.649Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-03-19T21:13:59.649Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-03-19T21:13:59.649Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-03-19T21:13:59.649Z] === CONT TestMountDaemonRoot/default/bind_root [2021-03-19T21:13:59.649Z] === CONT TestMountDaemonRoot/rshared [2021-03-19T21:13:59.649Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-03-19T21:13:59.649Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-03-19T21:13:59.649Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-03-19T21:13:59.649Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-03-19T21:13:59.649Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-03-19T21:13:59.649Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-03-19T21:13:59.649Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-03-19T21:13:59.649Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-03-19T21:13:59.649Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-03-19T21:13:59.649Z] === CONT TestMountDaemonRoot/shared [2021-03-19T21:13:59.649Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-03-19T21:13:59.649Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-03-19T21:13:59.649Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-03-19T21:13:59.649Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-03-19T21:13:59.649Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-03-19T21:13:59.649Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-03-19T21:13:59.649Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-03-19T21:13:59.649Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-03-19T21:13:59.649Z] === CONT TestMountDaemonRoot/rslave [2021-03-19T21:13:59.649Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-03-19T21:13:59.649Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-03-19T21:13:59.649Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-03-19T21:13:59.649Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-03-19T21:13:59.649Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-03-19T21:13:59.649Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-03-19T21:13:59.649Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-03-19T21:13:59.649Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-03-19T21:13:59.649Z] === CONT TestMountDaemonRoot/slave [2021-03-19T21:13:59.649Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-03-19T21:13:59.649Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-03-19T21:13:59.649Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-03-19T21:13:59.649Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-03-19T21:13:59.649Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-03-19T21:13:59.649Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-03-19T21:13:59.649Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-03-19T21:13:59.649Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-03-19T21:13:59.649Z] === CONT TestMountDaemonRoot/rprivate [2021-03-19T21:13:59.649Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-03-19T21:13:59.649Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-03-19T21:13:59.649Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-03-19T21:13:59.649Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-03-19T21:13:59.649Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-03-19T21:13:59.649Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-03-19T21:13:59.649Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-03-19T21:13:59.649Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-03-19T21:13:59.649Z] === CONT TestMountDaemonRoot/private [2021-03-19T21:13:59.649Z] === RUN TestMountDaemonRoot/private/bind_root [2021-03-19T21:13:59.649Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-03-19T21:13:59.649Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-03-19T21:13:59.649Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-03-19T21:13:59.649Z] === RUN TestMountDaemonRoot/private/mount_root [2021-03-19T21:13:59.649Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-03-19T21:13:59.649Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-03-19T21:13:59.649Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-03-19T21:13:59.649Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-03-19T21:13:59.649Z] === CONT TestMountDaemonRoot/default/mount_root [2021-03-19T21:13:59.649Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-03-19T21:13:59.649Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-03-19T21:13:59.817Z] --- PASS: TestSecretList (2.29s) [2021-03-19T21:13:59.817Z] === RUN TestSecretsCreateAndDelete [2021-03-19T21:13:59.909Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-03-19T21:13:59.909Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-03-19T21:13:59.909Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-03-19T21:13:59.909Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-03-19T21:13:59.909Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-03-19T21:13:59.909Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-03-19T21:13:59.909Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-03-19T21:13:59.909Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-03-19T21:14:00.099Z] --- PASS: TestConfigList (1.92s) [2021-03-19T21:14:00.099Z] === RUN TestConfigsCreateAndDelete [2021-03-19T21:14:00.125Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.83s) [2021-03-19T21:14:00.125Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:yoyzshxplcr4zz9o7l06n9u2x Created:2021-03-19 21:13:51.868639442 +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[f21e19a71f6ee6ab4182892757f9774a186df2167fe04eeb7874a3b338fc14da:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ug69ptqgjtih9h8z0uc4d74y0 EndpointID:d082a7abbbf5c4a6a26cbd2aa4b75e37623aebb3e93a063c9b919633d56dbf17 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:0e250880124b4257e09e345f3ff927fc7dabe00f01ea6f51e05a98beda4e1540 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:2a227399fa6b IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ug69ptqgjtih9h8z0uc4d74y0 EndpointID:d082a7abbbf5c4a6a26cbd2aa4b75e37623aebb3e93a063c9b919633d56dbf17 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-03-19T21:14:00.125Z] PASS [2021-03-19T21:14:00.125Z] [2021-03-19T21:14:00.125Z] === Skipped [2021-03-19T21:14:00.125Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-19T21:14:00.125Z] service_test.go:242: FLAKY_TEST [2021-03-19T21:14:00.125Z] [2021-03-19T21:14:00.125Z] [2021-03-19T21:14:00.125Z] DONE 26 tests, 1 skipped in 62.188s [2021-03-19T21:14:00.125Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-03-19T21:14:00.125Z] ++ 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 [2021-03-19T21:14:00.125Z] ++ set -e [2021-03-19T21:14:00.125Z] ++ '[' -n 0 ']' [2021-03-19T21:14:00.125Z] ++ set -x [2021-03-19T21:14:00.125Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:14:00.125Z] INFO: Testing against a local daemon [2021-03-19T21:14:00.126Z] === RUN TestDockerNetworkIpvlanPersistance [2021-03-19T21:14:00.126Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-03-19T21:14:00.126Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-19T21:14:00.126Z] === RUN TestDockerNetworkIpvlan [2021-03-19T21:14:00.126Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-03-19T21:14:00.126Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-19T21:14:00.126Z] PASS [2021-03-19T21:14:00.126Z] [2021-03-19T21:14:00.126Z] === Skipped [2021-03-19T21:14:00.126Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-03-19T21:14:00.126Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-19T21:14:00.126Z] [2021-03-19T21:14:00.126Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-03-19T21:14:00.126Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-19T21:14:00.126Z] [2021-03-19T21:14:00.126Z] [2021-03-19T21:14:00.126Z] DONE 2 tests, 2 skipped in 0.140s [2021-03-19T21:14:00.126Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-03-19T21:14:00.126Z] ++ 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 [2021-03-19T21:14:00.126Z] ++ set -e [2021-03-19T21:14:00.126Z] ++ '[' -n 0 ']' [2021-03-19T21:14:00.126Z] ++ set -x [2021-03-19T21:14:00.126Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:14:00.126Z] INFO: Testing against a local daemon [2021-03-19T21:14:00.126Z] === RUN TestDockerNetworkMacvlanPersistance [2021-03-19T21:14:00.168Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-03-19T21:14:00.168Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-03-19T21:14:00.168Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-03-19T21:14:00.168Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-03-19T21:14:00.168Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-03-19T21:14:00.168Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-03-19T21:14:00.168Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-03-19T21:14:00.168Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-03-19T21:14:00.168Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-03-19T21:14:00.168Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-03-19T21:14:00.426Z] === CONT TestMountDaemonRoot/private/bind_root [2021-03-19T21:14:00.426Z] === CONT TestMountDaemonRoot/private/mount_root [2021-03-19T21:14:00.426Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-03-19T21:14:00.426Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-03-19T21:14:00.426Z] --- PASS: TestMountDaemonRoot (0.04s) [2021-03-19T21:14:00.426Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-03-19T21:14:00.426Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2021-03-19T21:14:00.426Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.13s) [2021-03-19T21:14:00.426Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.11s) [2021-03-19T21:14:00.426Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2021-03-19T21:14:00.426Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-03-19T21:14:00.426Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.14s) [2021-03-19T21:14:00.426Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2021-03-19T21:14:00.426Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2021-03-19T21:14:00.426Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2021-03-19T21:14:00.426Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-03-19T21:14:00.426Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2021-03-19T21:14:00.426Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2021-03-19T21:14:00.426Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2021-03-19T21:14:00.427Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.07s) [2021-03-19T21:14:00.427Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-03-19T21:14:00.427Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2021-03-19T21:14:00.427Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2021-03-19T21:14:00.427Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2021-03-19T21:14:00.427Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2021-03-19T21:14:00.427Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-03-19T21:14:00.427Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2021-03-19T21:14:00.427Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2021-03-19T21:14:00.427Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2021-03-19T21:14:00.427Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2021-03-19T21:14:00.427Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-03-19T21:14:00.427Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2021-03-19T21:14:00.427Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2021-03-19T21:14:00.427Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2021-03-19T21:14:00.427Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2021-03-19T21:14:00.427Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-03-19T21:14:00.427Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2021-03-19T21:14:00.427Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.08s) [2021-03-19T21:14:00.427Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2021-03-19T21:14:00.427Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-03-19T21:14:00.427Z] === RUN TestContainerBindMountNonRecursive [2021-03-19T21:14:01.214Z] 5ff1512f88ec: Pull complete [2021-03-19T21:14:01.214Z] Digest: sha256:acae9dedd8ce6fbc624e8c4b52555a9d3201eb47aacd45b4a00e0d81083b4cab [2021-03-19T21:14:01.215Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-19T21:14:01.215Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2021-03-19T21:14:01.215Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2021-03-19T21:14:01.215Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1817' [2021-03-19T21:14:01.215Z] WARN: Skipping validation tests [2021-03-19T21:14:01.215Z] INFO: Running unit tests at 03/19/2021 21:13:58... [2021-03-19T21:14:01.235Z] Created binary: bundles/binary-daemon/dockerd-dev [2021-03-19T21:14:01.534Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.22s) [2021-03-19T21:14:01.534Z] === RUN TestDockerNetworkMacvlan [2021-03-19T21:14:01.725Z] --- PASS: TestSecretsCreateAndDelete (2.25s) [2021-03-19T21:14:01.725Z] === RUN TestSecretsUpdate [2021-03-19T21:14:01.796Z] Copying nested executables into bundles/binary-daemon [2021-03-19T21:14:02.181Z] --- PASS: TestConfigsCreateAndDelete (1.92s) [2021-03-19T21:14:02.181Z] === RUN TestConfigsUpdate [2021-03-19T21:14:02.930Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-03-19T21:14:03.158Z] [2021-03-19T21:14:03.877Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-03-19T21:14:04.224Z] INFO: make.ps1 starting at 03/19/2021 21:14:03 [2021-03-19T21:14:04.224Z] INFO: Git commit (0f32beb4f8) assumed from DOCKER_GITCOMMIT environment variable [2021-03-19T21:14:04.224Z] INFO: Invoking autogen... [2021-03-19T21:14:04.257Z] --- PASS: TestConfigsUpdate (1.88s) [2021-03-19T21:14:04.257Z] === RUN TestTemplatedConfig [2021-03-19T21:14:04.262Z] --- PASS: TestSecretsUpdate (2.29s) [2021-03-19T21:14:04.262Z] === RUN TestTemplatedSecret [2021-03-19T21:14:04.299Z] --- PASS: TestServiceUpdateSecrets (15.98s) [2021-03-19T21:14:04.299Z] === RUN TestServiceUpdateConfigs [2021-03-19T21:14:04.695Z] INFO: Running unit tests... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2021-03-19T21:14:05.269Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-03-19T21:14:05.378Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42173/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=0f32beb4f8d0a1db1ecc945f9669a35fd463af2c -e DOCKER_GRAPHDRIVER docker:0f32beb4f8d0a1db1ecc945f9669a35fd463af2c hack/make.sh cross [2021-03-19T21:14:05.634Z] [2021-03-19T21:14:05.697Z] --- PASS: TestContainerBindMountNonRecursive (4.65s) [2021-03-19T21:14:05.697Z] === RUN TestContainerVolumesMountedAsShared [2021-03-19T21:14:05.889Z] Removing bundles/ [2021-03-19T21:14:05.889Z] [2021-03-19T21:14:05.889Z] ---> Making bundle: cross (in bundles/cross) [2021-03-19T21:14:05.889Z] Cross building: bundles/cross/linux/amd64 [2021-03-19T21:14:05.889Z] Building: bundles/cross/linux/amd64/dockerd-dev [2021-03-19T21:14:05.889Z] GOOS="linux" GOARCH="amd64" GOARM="" [2021-03-19T21:14:05.955Z] --- PASS: TestContainerVolumesMountedAsShared (1.00s) [2021-03-19T21:14:05.955Z] === RUN TestContainerVolumesMountedAsSlave [2021-03-19T21:14:07.015Z] --- PASS: TestTemplatedConfig (2.53s) [2021-03-19T21:14:07.015Z] === RUN TestConfigCreateResolve [2021-03-19T21:14:07.556Z] --- PASS: TestTemplatedSecret (3.44s) [2021-03-19T21:14:07.556Z] === RUN TestSecretCreateResolve [2021-03-19T21:14:08.485Z] --- PASS: TestContainerVolumesMountedAsSlave (2.25s) [2021-03-19T21:14:08.485Z] === RUN TestNetworkNat [2021-03-19T21:14:08.530Z] --- PASS: TestConfigCreateResolve (1.90s) [2021-03-19T21:14:08.530Z] === RUN TestConfigDaemonLibtrustID [2021-03-19T21:14:09.165Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2021-03-19T21:14:09.165Z] PASS [2021-03-19T21:14:09.165Z] [2021-03-19T21:14:09.165Z] DONE 7 tests in 12.685s [2021-03-19T21:14:09.165Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2021-03-19T21:14:09.165Z] ++ 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 [2021-03-19T21:14:09.165Z] ++ set -e [2021-03-19T21:14:09.165Z] ++ '[' -n 0 ']' [2021-03-19T21:14:09.165Z] ++ set -x [2021-03-19T21:14:09.165Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:14:09.165Z] INFO: Testing against a local daemon [2021-03-19T21:14:09.165Z] === RUN TestCheckpoint [2021-03-19T21:14:09.165Z] --- SKIP: TestCheckpoint (0.00s) [2021-03-19T21:14:09.165Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-19T21:14:09.165Z] === RUN TestContainerInvalidJSON [2021-03-19T21:14:09.165Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-03-19T21:14:09.165Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-03-19T21:14:09.165Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-03-19T21:14:09.165Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-03-19T21:14:09.165Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-03-19T21:14:09.165Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-03-19T21:14:09.165Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-03-19T21:14:09.165Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-03-19T21:14:09.165Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-03-19T21:14:09.166Z] --- PASS: TestContainerInvalidJSON (0.02s) [2021-03-19T21:14:09.166Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-03-19T21:14:09.166Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-03-19T21:14:09.166Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-03-19T21:14:09.166Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-03-19T21:14:09.166Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) [2021-03-19T21:14:09.166Z] === RUN TestCopyFromContainerPathIsNotDir [2021-03-19T21:14:09.166Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.08s) [2021-03-19T21:14:09.166Z] === RUN TestCopyToContainerPathDoesNotExist [2021-03-19T21:14:09.419Z] === RUN TestDockerSuite/TestBuildBlankName [2021-03-19T21:14:09.461Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2021-03-19T21:14:09.461Z] === RUN TestCopyToContainerPathIsNotDir [2021-03-19T21:14:09.461Z] --- PASS: TestCopyToContainerPathIsNotDir (0.08s) [2021-03-19T21:14:09.461Z] === RUN TestCopyFromContainer [2021-03-19T21:14:09.486Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-03-19T21:14:09.679Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-03-19T21:14:09.679Z] --- PASS: TestNetworkNat (1.46s) [2021-03-19T21:14:09.679Z] === RUN TestNetworkLocalhostTCPNat [2021-03-19T21:14:10.093Z] --- PASS: TestSecretCreateResolve (2.30s) [2021-03-19T21:14:10.093Z] PASS [2021-03-19T21:14:10.093Z] [2021-03-19T21:14:10.093Z] DONE 6 tests in 14.967s [2021-03-19T21:14:10.093Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-03-19T21:14:10.093Z] INFO: Testing against a local daemon [2021-03-19T21:14:10.093Z] === RUN TestServiceCreateInit [2021-03-19T21:14:10.093Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-03-19T21:14:10.978Z] === RUN TestCopyFromContainer// [2021-03-19T21:14:10.979Z] === RUN TestCopyFromContainer//bar/root [2021-03-19T21:14:10.979Z] === RUN TestCopyFromContainer//bar/root/ [2021-03-19T21:14:10.979Z] === RUN TestCopyFromContainer/bar/quux [2021-03-19T21:14:10.979Z] === RUN TestCopyFromContainer/bar/quux/ [2021-03-19T21:14:10.979Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-03-19T21:14:11.271Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-03-19T21:14:11.271Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-03-19T21:14:11.271Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-03-19T21:14:11.271Z] === RUN TestCopyFromContainer/bar/notarget [2021-03-19T21:14:11.566Z] --- PASS: TestCopyFromContainer (2.02s) [2021-03-19T21:14:11.566Z] --- PASS: TestCopyFromContainer// (0.07s) [2021-03-19T21:14:11.566Z] --- PASS: TestCopyFromContainer//bar/root (0.08s) [2021-03-19T21:14:11.566Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2021-03-19T21:14:11.566Z] --- PASS: TestCopyFromContainer/bar/quux (0.10s) [2021-03-19T21:14:11.566Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2021-03-19T21:14:11.566Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2021-03-19T21:14:11.566Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2021-03-19T21:14:11.566Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2021-03-19T21:14:11.566Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2021-03-19T21:14:11.566Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2021-03-19T21:14:11.566Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-03-19T21:14:11.566Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-19T21:14:11.566Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-19T21:14:11.566Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-19T21:14:11.566Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-19T21:14:11.566Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-19T21:14:11.566Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-19T21:14:11.566Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-19T21:14:11.566Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-19T21:14:11.566Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-19T21:14:11.566Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-03-19T21:14:11.566Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-03-19T21:14:11.566Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-03-19T21:14:11.566Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-03-19T21:14:11.566Z] === RUN TestCreateLinkToNonExistingContainer [2021-03-19T21:14:11.566Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2021-03-19T21:14:11.566Z] === RUN TestCreateWithInvalidEnv [2021-03-19T21:14:11.566Z] === RUN TestCreateWithInvalidEnv/0 [2021-03-19T21:14:11.566Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-03-19T21:14:11.566Z] === RUN TestCreateWithInvalidEnv/1 [2021-03-19T21:14:11.566Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-03-19T21:14:11.566Z] === RUN TestCreateWithInvalidEnv/2 [2021-03-19T21:14:11.566Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-03-19T21:14:11.566Z] === CONT TestCreateWithInvalidEnv/0 [2021-03-19T21:14:11.566Z] === CONT TestCreateWithInvalidEnv/2 [2021-03-19T21:14:11.566Z] === CONT TestCreateWithInvalidEnv/1 [2021-03-19T21:14:11.566Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-03-19T21:14:11.566Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-03-19T21:14:11.566Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-03-19T21:14:11.566Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-03-19T21:14:11.566Z] === RUN TestCreateTmpfsMountsTarget [2021-03-19T21:14:11.566Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-03-19T21:14:11.566Z] === RUN TestCreateWithCustomMaskedPaths [2021-03-19T21:14:11.581Z] --- PASS: TestNetworkLocalhostTCPNat (1.43s) [2021-03-19T21:14:11.581Z] === RUN TestNetworkLoopbackNat [2021-03-19T21:14:13.081Z] --- PASS: TestCreateWithCustomMaskedPaths (1.59s) [2021-03-19T21:14:13.081Z] === RUN TestCreateWithCustomReadonlyPaths [2021-03-19T21:14:13.484Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2021-03-19T21:14:13.704Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-03-19T21:14:13.742Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-03-19T21:14:15.192Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.70s) [2021-03-19T21:14:15.192Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-03-19T21:14:15.192Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-19T21:14:15.192Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-19T21:14:15.192Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-19T21:14:15.192Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-19T21:14:15.192Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-19T21:14:15.192Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-19T21:14:15.192Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-19T21:14:15.192Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-19T21:14:15.192Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-19T21:14:15.192Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-19T21:14:15.192Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-19T21:14:15.192Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-19T21:14:15.192Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-19T21:14:15.192Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-19T21:14:15.192Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-19T21:14:15.192Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-03-19T21:14:15.192Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2021-03-19T21:14:15.192Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2021-03-19T21:14:15.192Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2021-03-19T21:14:15.192Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.05s) [2021-03-19T21:14:15.192Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2021-03-19T21:14:15.192Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-03-19T21:14:15.371Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-03-19T21:14:15.485Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.54s) [2021-03-19T21:14:15.485Z] === RUN TestCreateDifferentPlatform [2021-03-19T21:14:15.485Z] === RUN TestCreateDifferentPlatform/different_os [2021-03-19T21:14:15.485Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-03-19T21:14:15.485Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-03-19T21:14:15.485Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-03-19T21:14:15.485Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-03-19T21:14:15.485Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-03-19T21:14:15.485Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2021-03-19T21:14:15.485Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-03-19T21:14:15.485Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s) [2021-03-19T21:14:15.485Z] === RUN TestContainerStartOnDaemonRestart [2021-03-19T21:14:15.485Z] === PAUSE TestContainerStartOnDaemonRestart [2021-03-19T21:14:15.485Z] === RUN TestDaemonRestartIpcMode [2021-03-19T21:14:15.485Z] === PAUSE TestDaemonRestartIpcMode [2021-03-19T21:14:15.485Z] === RUN TestDaemonHostGatewayIP [2021-03-19T21:14:15.485Z] === PAUSE TestDaemonHostGatewayIP [2021-03-19T21:14:15.485Z] === RUN TestRestartDaemonWithRestartingContainer [2021-03-19T21:14:15.485Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-03-19T21:14:15.485Z] === RUN TestContainerKillOnDaemonStart [2021-03-19T21:14:15.485Z] === PAUSE TestContainerKillOnDaemonStart [2021-03-19T21:14:15.485Z] === RUN TestDiff [2021-03-19T21:14:15.647Z] --- PASS: TestNetworkLoopbackNat (4.38s) [2021-03-19T21:14:15.647Z] === RUN TestPause [2021-03-19T21:14:15.647Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2021-03-19T21:14:16.124Z] --- PASS: TestDiff (0.52s) [2021-03-19T21:14:16.124Z] === RUN TestExecWithCloseStdin [2021-03-19T21:14:16.215Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-03-19T21:14:16.763Z] --- PASS: TestExecWithCloseStdin (0.68s) [2021-03-19T21:14:16.763Z] === RUN TestExec [2021-03-19T21:14:16.783Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2021-03-19T21:14:17.041Z] --- PASS: TestPause (1.40s) [2021-03-19T21:14:17.041Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-03-19T21:14:17.041Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-19T21:14:17.041Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-19T21:14:17.041Z] === RUN TestPauseStopPausedContainer [2021-03-19T21:14:17.223Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --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/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/profiles/seccomp github.com/docker/docker/quota 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 [2021-03-19T21:14:17.403Z] --- PASS: TestExec (0.68s) [2021-03-19T21:14:17.403Z] === RUN TestExecUser [2021-03-19T21:14:18.044Z] --- PASS: TestExecUser (0.69s) [2021-03-19T21:14:18.044Z] === RUN TestExportContainerAndImportImage [2021-03-19T21:14:18.418Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-03-19T21:14:18.419Z] --- PASS: TestPauseStopPausedContainer (1.39s) [2021-03-19T21:14:18.419Z] === RUN TestPsFilter [2021-03-19T21:14:18.677Z] --- PASS: TestPsFilter (0.24s) [2021-03-19T21:14:18.677Z] === RUN TestRemoveContainerWithRemovedVolume [2021-03-19T21:14:19.085Z] --- PASS: TestExportContainerAndImportImage (0.83s) [2021-03-19T21:14:19.085Z] === RUN TestExportContainerAfterDaemonRestart [2021-03-19T21:14:19.568Z] --- PASS: TestServiceCreateInit (9.27s) [2021-03-19T21:14:19.568Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.65s) [2021-03-19T21:14:19.569Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.60s) [2021-03-19T21:14:19.569Z] === RUN TestCreateServiceMultipleTimes [2021-03-19T21:14:19.664Z] --- PASS: TestServiceUpdateConfigs (16.03s) [2021-03-19T21:14:19.664Z] === RUN TestServiceUpdateNetwork [2021-03-19T21:14:20.053Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.31s) [2021-03-19T21:14:20.053Z] === RUN TestRemoveContainerWithVolume [2021-03-19T21:14:20.606Z] --- PASS: TestExportContainerAfterDaemonRestart (1.45s) [2021-03-19T21:14:20.606Z] === RUN TestHealthCheckWorkdir [2021-03-19T21:14:20.988Z] --- PASS: TestRemoveContainerWithVolume (1.19s) [2021-03-19T21:14:20.988Z] === RUN TestRemoveContainerRunning [2021-03-19T21:14:21.253Z] --- PASS: TestHealthCheckWorkdir (0.85s) [2021-03-19T21:14:21.253Z] === RUN TestHealthKillContainer [2021-03-19T21:14:21.859Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-03-19T21:14:21.923Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-03-19T21:14:22.491Z] --- PASS: TestRemoveContainerRunning (1.28s) [2021-03-19T21:14:22.491Z] === RUN TestRemoveContainerForceRemoveRunning [2021-03-19T21:14:23.249Z] --- PASS: TestDockerNetworkMacvlan (21.78s) [2021-03-19T21:14:23.249Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.12s) [2021-03-19T21:14:23.249Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s) [2021-03-19T21:14:23.249Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.60s) [2021-03-19T21:14:23.249Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.84s) [2021-03-19T21:14:23.249Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (6.25s) [2021-03-19T21:14:23.249Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.83s) [2021-03-19T21:14:23.249Z] PASS [2021-03-19T21:14:23.249Z] [2021-03-19T21:14:23.249Z] DONE 8 tests in 24.128s [2021-03-19T21:14:23.512Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2021-03-19T21:14:23.512Z] ++ 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 [2021-03-19T21:14:23.512Z] ++ set -e [2021-03-19T21:14:23.512Z] ++ '[' -n 0 ']' [2021-03-19T21:14:23.512Z] ++ set -x [2021-03-19T21:14:23.512Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:14:23.512Z] testing: warning: no tests to run [2021-03-19T21:14:23.512Z] PASS [2021-03-19T21:14:23.512Z] [2021-03-19T21:14:23.512Z] DONE 0 tests in 0.025s [2021-03-19T21:14:23.512Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-03-19T21:14:23.512Z] ++ 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 [2021-03-19T21:14:23.512Z] ++ set -e [2021-03-19T21:14:23.512Z] ++ '[' -n 0 ']' [2021-03-19T21:14:23.512Z] ++ set -x [2021-03-19T21:14:23.512Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:14:23.512Z] INFO: Testing against a local daemon [2021-03-19T21:14:23.512Z] === RUN TestAuthZPluginAllowRequest [2021-03-19T21:14:23.868Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.40s) [2021-03-19T21:14:23.868Z] === RUN TestRemoveInvalidContainer [2021-03-19T21:14:23.868Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-03-19T21:14:23.868Z] === RUN TestRenameLinkedContainer [2021-03-19T21:14:23.868Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2021-03-19T21:14:23.990Z] --- PASS: TestHealthKillContainer (2.68s) [2021-03-19T21:14:23.990Z] === RUN TestInspectCpusetInConfigPre120 [2021-03-19T21:14:24.627Z] --- PASS: TestInspectCpusetInConfigPre120 (0.55s) [2021-03-19T21:14:24.627Z] === RUN TestIpcModeNone [2021-03-19T21:14:25.243Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-03-19T21:14:25.265Z] --- PASS: TestIpcModeNone (0.64s) [2021-03-19T21:14:25.265Z] === RUN TestIpcModePrivate [2021-03-19T21:14:25.906Z] --- PASS: TestIpcModePrivate (0.68s) [2021-03-19T21:14:25.906Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false [2021-03-19T21:14:25.906Z] === RUN TestIpcModeShareable [2021-03-19T21:14:25.916Z] ? github.com/docker/docker/api [no test files] [2021-03-19T21:14:26.067Z] --- PASS: TestAuthZPluginAllowRequest (2.01s) [2021-03-19T21:14:26.067Z] === RUN TestAuthZPluginTLS [2021-03-19T21:14:26.330Z] --- PASS: TestAuthZPluginTLS (0.70s) [2021-03-19T21:14:26.330Z] === RUN TestAuthZPluginDenyRequest [2021-03-19T21:14:26.544Z] --- PASS: TestIpcModeShareable (0.69s) [2021-03-19T21:14:26.544Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true [2021-03-19T21:14:26.544Z] === RUN TestAPIIpcModeShareableAndContainer [2021-03-19T21:14:26.905Z] --- PASS: TestAuthZPluginDenyRequest (0.67s) [2021-03-19T21:14:26.905Z] === RUN TestAuthZPluginAPIDenyResponse [2021-03-19T21:14:27.853Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.67s) [2021-03-19T21:14:27.853Z] === RUN TestAuthZPluginDenyResponse [2021-03-19T21:14:28.428Z] --- PASS: TestAuthZPluginDenyResponse (0.69s) [2021-03-19T21:14:28.428Z] === RUN TestAuthZPluginAllowEventStream [2021-03-19T21:14:28.528Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2021-03-19T21:14:28.622Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.92s) [2021-03-19T21:14:28.622Z] === RUN TestAPIIpcModeHost [2021-03-19T21:14:28.787Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-03-19T21:14:28.916Z] --- PASS: TestAPIIpcModeHost (0.54s) [2021-03-19T21:14:28.916Z] === RUN TestDaemonIpcModeShareable [2021-03-19T21:14:29.046Z] --- PASS: TestRenameLinkedContainer (5.19s) [2021-03-19T21:14:29.046Z] === RUN TestRenameStoppedContainer [2021-03-19T21:14:30.350Z] --- PASS: TestAuthZPluginAllowEventStream (2.00s) [2021-03-19T21:14:30.350Z] === RUN TestAuthZPluginErrorResponse [2021-03-19T21:14:30.424Z] --- PASS: TestRenameStoppedContainer (1.27s) [2021-03-19T21:14:30.424Z] === RUN TestRenameRunningContainerAndReuse [2021-03-19T21:14:30.434Z] --- PASS: TestDaemonIpcModeShareable (1.48s) [2021-03-19T21:14:30.434Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2021-03-19T21:14:30.434Z] === RUN TestDaemonIpcModePrivate [2021-03-19T21:14:30.683Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-03-19T21:14:30.926Z] --- PASS: TestAuthZPluginErrorResponse (0.69s) [2021-03-19T21:14:30.926Z] === RUN TestAuthZPluginErrorRequest [2021-03-19T21:14:31.873Z] --- PASS: TestAuthZPluginErrorRequest (0.67s) [2021-03-19T21:14:31.873Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-03-19T21:14:31.952Z] --- PASS: TestDaemonIpcModePrivate (1.41s) [2021-03-19T21:14:31.952Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2021-03-19T21:14:31.952Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-03-19T21:14:32.447Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.69s) [2021-03-19T21:14:32.447Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-03-19T21:14:33.217Z] --- PASS: TestRenameRunningContainerAndReuse (2.55s) [2021-03-19T21:14:33.217Z] === RUN TestRenameInvalidName [2021-03-19T21:14:33.484Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.47s) [2021-03-19T21:14:33.484Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2021-03-19T21:14:33.484Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-03-19T21:14:34.154Z] --- PASS: TestRenameInvalidName (1.20s) [2021-03-19T21:14:34.154Z] === RUN TestRenameAnonymousContainer [2021-03-19T21:14:34.988Z] --- PASS: TestServiceUpdateNetwork (17.10s) [2021-03-19T21:14:34.988Z] === RUN TestServiceUpdatePidsLimit [2021-03-19T21:14:35.003Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.45s) [2021-03-19T21:14:35.003Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-03-19T21:14:35.003Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.42s) [2021-03-19T21:14:35.004Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2021-03-19T21:14:35.004Z] === RUN TestIpcModeOlderClient [2021-03-19T21:14:35.004Z] === PAUSE TestIpcModeOlderClient [2021-03-19T21:14:35.004Z] === RUN TestKillContainerInvalidSignal [2021-03-19T21:14:35.297Z] --- PASS: TestKillContainerInvalidSignal (0.57s) [2021-03-19T21:14:35.297Z] === RUN TestKillContainer [2021-03-19T21:14:35.297Z] === RUN TestKillContainer/no_signal [2021-03-19T21:14:35.532Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2021-03-19T21:14:35.936Z] === RUN TestKillContainer/non_killing_signal [2021-03-19T21:14:36.018Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-03-19T21:14:36.101Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-03-19T21:14:36.230Z] === RUN TestKillContainer/killing_signal [2021-03-19T21:14:36.869Z] --- PASS: TestKillContainer (1.66s) [2021-03-19T21:14:36.869Z] --- PASS: TestKillContainer/no_signal (0.51s) [2021-03-19T21:14:36.869Z] --- PASS: TestKillContainer/non_killing_signal (0.43s) [2021-03-19T21:14:36.869Z] --- PASS: TestKillContainer/killing_signal (0.49s) [2021-03-19T21:14:36.869Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-03-19T21:14:36.869Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-03-19T21:14:37.052Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-03-19T21:14:37.476Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2021-03-19T21:14:37.504Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-03-19T21:14:37.558Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.46s) [2021-03-19T21:14:37.558Z] === RUN TestAuthZPluginHeader [2021-03-19T21:14:37.670Z] --- PASS: TestCreateServiceMultipleTimes (17.37s) [2021-03-19T21:14:37.670Z] === RUN TestCreateServiceConflict [2021-03-19T21:14:38.157Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.13s) [2021-03-19T21:14:38.157Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.54s) [2021-03-19T21:14:38.157Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.41s) [2021-03-19T21:14:38.157Z] === RUN TestKillStoppedContainer [2021-03-19T21:14:38.157Z] --- PASS: TestKillStoppedContainer (0.06s) [2021-03-19T21:14:38.157Z] === RUN TestKillStoppedContainerAPIPre120 [2021-03-19T21:14:38.157Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2021-03-19T21:14:38.157Z] === RUN TestKillDifferentUserContainer [2021-03-19T21:14:38.411Z] --- PASS: TestRenameAnonymousContainer (4.28s) [2021-03-19T21:14:38.411Z] === RUN TestRenameContainerWithSameName [2021-03-19T21:14:38.506Z] --- PASS: TestAuthZPluginHeader (1.00s) [2021-03-19T21:14:38.506Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-03-19T21:14:38.506Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-03-19T21:14:38.506Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-19T21:14:38.506Z] === RUN TestAuthZPluginV2Disable [2021-03-19T21:14:38.506Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2021-03-19T21:14:38.506Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-19T21:14:38.506Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-03-19T21:14:38.506Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-03-19T21:14:38.506Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-19T21:14:38.506Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-03-19T21:14:38.506Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-03-19T21:14:38.506Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-19T21:14:38.506Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-03-19T21:14:38.609Z] --- PASS: TestCreateServiceConflict (2.31s) [2021-03-19T21:14:38.609Z] === RUN TestCreateServiceMaxReplicas [2021-03-19T21:14:38.794Z] --- PASS: TestKillDifferentUserContainer (0.52s) [2021-03-19T21:14:38.794Z] === RUN TestInspectOomKilledTrue [2021-03-19T21:14:39.832Z] --- PASS: TestRenameContainerWithSameName (1.48s) [2021-03-19T21:14:39.832Z] === RUN TestRenameContainerWithLinkedContainer [2021-03-19T21:14:39.836Z] --- PASS: TestInspectOomKilledTrue (0.89s) [2021-03-19T21:14:39.837Z] === RUN TestInspectOomKilledFalse [2021-03-19T21:14:40.091Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2021-03-19T21:14:40.142Z] --- PASS: TestInspectOomKilledFalse (0.53s) [2021-03-19T21:14:40.142Z] === RUN TestLinksEtcHostsContentMatch [2021-03-19T21:14:40.780Z] --- PASS: TestLinksEtcHostsContentMatch (0.46s) [2021-03-19T21:14:40.780Z] === RUN TestLinksContainerNames [2021-03-19T21:14:40.884Z] === RUN TestMiddlewares [2021-03-19T21:14:40.884Z] --- PASS: TestMiddlewares (0.00s) [2021-03-19T21:14:40.884Z] PASS [2021-03-19T21:14:40.884Z] coverage: 9.0% of statements [2021-03-19T21:14:40.884Z] ok github.com/docker/docker/api/server 0.104s coverage: 9.0% of statements [2021-03-19T21:14:41.829Z] --- PASS: TestLinksContainerNames (1.23s) [2021-03-19T21:14:41.829Z] === RUN TestLogsFollowTailEmpty [2021-03-19T21:14:42.465Z] --- PASS: TestLogsFollowTailEmpty (0.56s) [2021-03-19T21:14:42.465Z] === RUN TestContainerNetworkMountsNoChown [2021-03-19T21:14:42.633Z] --- PASS: TestRenameContainerWithLinkedContainer (2.86s) [2021-03-19T21:14:42.633Z] === RUN TestResize [2021-03-19T21:14:42.805Z] --- PASS: TestCreateServiceMaxReplicas (3.30s) [2021-03-19T21:14:42.805Z] === RUN TestCreateWithDuplicateNetworkNames [2021-03-19T21:14:43.103Z] --- PASS: TestContainerNetworkMountsNoChown (0.56s) [2021-03-19T21:14:43.103Z] === RUN TestMountDaemonRoot [2021-03-19T21:14:43.103Z] === RUN TestMountDaemonRoot/default [2021-03-19T21:14:43.103Z] === PAUSE TestMountDaemonRoot/default [2021-03-19T21:14:43.103Z] === RUN TestMountDaemonRoot/private [2021-03-19T21:14:43.103Z] === PAUSE TestMountDaemonRoot/private [2021-03-19T21:14:43.103Z] === RUN TestMountDaemonRoot/rprivate [2021-03-19T21:14:43.103Z] === PAUSE TestMountDaemonRoot/rprivate [2021-03-19T21:14:43.103Z] === RUN TestMountDaemonRoot/slave [2021-03-19T21:14:43.103Z] === PAUSE TestMountDaemonRoot/slave [2021-03-19T21:14:43.103Z] === RUN TestMountDaemonRoot/rslave [2021-03-19T21:14:43.103Z] === PAUSE TestMountDaemonRoot/rslave [2021-03-19T21:14:43.103Z] === RUN TestMountDaemonRoot/shared [2021-03-19T21:14:43.103Z] === PAUSE TestMountDaemonRoot/shared [2021-03-19T21:14:43.103Z] === RUN TestMountDaemonRoot/rshared [2021-03-19T21:14:43.103Z] === PAUSE TestMountDaemonRoot/rshared [2021-03-19T21:14:43.103Z] === CONT TestMountDaemonRoot/default [2021-03-19T21:14:43.103Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-03-19T21:14:43.103Z] === CONT TestMountDaemonRoot/rslave [2021-03-19T21:14:43.103Z] === CONT TestMountDaemonRoot/rprivate [2021-03-19T21:14:43.103Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-03-19T21:14:43.103Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-03-19T21:14:43.103Z] === CONT TestMountDaemonRoot/private [2021-03-19T21:14:43.103Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-03-19T21:14:43.103Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-03-19T21:14:43.103Z] === RUN TestMountDaemonRoot/private/bind_root [2021-03-19T21:14:43.103Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-03-19T21:14:43.103Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-03-19T21:14:43.103Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-03-19T21:14:43.103Z] === RUN TestMountDaemonRoot/default/bind_root [2021-03-19T21:14:43.103Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-03-19T21:14:43.103Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-03-19T21:14:43.103Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-03-19T21:14:43.103Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-03-19T21:14:43.103Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-03-19T21:14:43.103Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-03-19T21:14:43.103Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-03-19T21:14:43.103Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-03-19T21:14:43.103Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-03-19T21:14:43.103Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-03-19T21:14:43.103Z] === RUN TestMountDaemonRoot/private/mount_root [2021-03-19T21:14:43.103Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-03-19T21:14:43.103Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-03-19T21:14:43.103Z] === CONT TestMountDaemonRoot/rshared [2021-03-19T21:14:43.103Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-03-19T21:14:43.103Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-03-19T21:14:43.103Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-03-19T21:14:43.103Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-03-19T21:14:43.103Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-03-19T21:14:43.103Z] === RUN TestMountDaemonRoot/default/mount_root [2021-03-19T21:14:43.103Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-03-19T21:14:43.103Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-03-19T21:14:43.103Z] === CONT TestMountDaemonRoot/slave [2021-03-19T21:14:43.103Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-03-19T21:14:43.103Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-03-19T21:14:43.103Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-03-19T21:14:43.103Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-03-19T21:14:43.103Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-03-19T21:14:43.103Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-03-19T21:14:43.103Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-03-19T21:14:43.103Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-03-19T21:14:43.103Z] === CONT TestMountDaemonRoot/shared [2021-03-19T21:14:43.103Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-03-19T21:14:43.103Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-03-19T21:14:43.103Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-03-19T21:14:43.103Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-03-19T21:14:43.103Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-03-19T21:14:43.103Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-03-19T21:14:43.103Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-03-19T21:14:43.103Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-03-19T21:14:43.103Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-03-19T21:14:43.103Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-03-19T21:14:43.103Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-03-19T21:14:43.103Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-03-19T21:14:43.103Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-03-19T21:14:43.103Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-03-19T21:14:43.103Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-03-19T21:14:43.103Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-03-19T21:14:43.103Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-03-19T21:14:43.103Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-03-19T21:14:43.103Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-03-19T21:14:43.103Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-03-19T21:14:43.103Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-03-19T21:14:43.103Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-03-19T21:14:43.103Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-03-19T21:14:43.103Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-03-19T21:14:43.103Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-03-19T21:14:43.103Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-03-19T21:14:43.103Z] === CONT TestMountDaemonRoot/default/mount_root [2021-03-19T21:14:43.103Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-03-19T21:14:43.103Z] === CONT TestMountDaemonRoot/default/bind_root [2021-03-19T21:14:43.103Z] === CONT TestMountDaemonRoot/private/bind_root [2021-03-19T21:14:43.103Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-03-19T21:14:43.103Z] === CONT TestMountDaemonRoot/private/mount_root [2021-03-19T21:14:43.103Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-03-19T21:14:43.103Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-03-19T21:14:43.103Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-03-19T21:14:43.103Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-03-19T21:14:43.103Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-03-19T21:14:43.103Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-03-19T21:14:43.103Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-03-19T21:14:43.103Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-03-19T21:14:43.103Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-03-19T21:14:43.103Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-03-19T21:14:43.103Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-03-19T21:14:43.419Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-03-19T21:14:43.419Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-03-19T21:14:43.419Z] --- PASS: TestMountDaemonRoot (0.03s) [2021-03-19T21:14:43.419Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-03-19T21:14:43.419Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2021-03-19T21:14:43.419Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2021-03-19T21:14:43.419Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2021-03-19T21:14:43.419Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s) [2021-03-19T21:14:43.419Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-03-19T21:14:43.419Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2021-03-19T21:14:43.419Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2021-03-19T21:14:43.419Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2021-03-19T21:14:43.419Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2021-03-19T21:14:43.419Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-03-19T21:14:43.419Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2021-03-19T21:14:43.419Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2021-03-19T21:14:43.419Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2021-03-19T21:14:43.419Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2021-03-19T21:14:43.419Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-03-19T21:14:43.419Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2021-03-19T21:14:43.419Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2021-03-19T21:14:43.419Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2021-03-19T21:14:43.419Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2021-03-19T21:14:43.419Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-03-19T21:14:43.419Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2021-03-19T21:14:43.419Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2021-03-19T21:14:43.419Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2021-03-19T21:14:43.419Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2021-03-19T21:14:43.419Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-03-19T21:14:43.419Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2021-03-19T21:14:43.419Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2021-03-19T21:14:43.419Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2021-03-19T21:14:43.419Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2021-03-19T21:14:43.419Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-03-19T21:14:43.419Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2021-03-19T21:14:43.419Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2021-03-19T21:14:43.419Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2021-03-19T21:14:43.419Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-03-19T21:14:43.419Z] === RUN TestContainerBindMountNonRecursive [2021-03-19T21:14:44.008Z] --- PASS: TestResize (1.34s) [2021-03-19T21:14:44.008Z] === RUN TestResizeWithInvalidSize [2021-03-19T21:14:44.935Z] --- PASS: TestContainerBindMountNonRecursive (1.41s) [2021-03-19T21:14:44.935Z] === RUN TestContainerVolumesMountedAsShared [2021-03-19T21:14:45.230Z] --- PASS: TestContainerVolumesMountedAsShared (0.52s) [2021-03-19T21:14:45.230Z] === RUN TestContainerVolumesMountedAsSlave [2021-03-19T21:14:45.384Z] --- PASS: TestResizeWithInvalidSize (1.42s) [2021-03-19T21:14:45.384Z] === RUN TestResizeWhenContainerNotStarted [2021-03-19T21:14:45.520Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-03-19T21:14:45.523Z] --- PASS: TestContainerVolumesMountedAsSlave (0.45s) [2021-03-19T21:14:45.523Z] === RUN TestNetworkNat [2021-03-19T21:14:46.159Z] --- PASS: TestNetworkNat (0.59s) [2021-03-19T21:14:46.159Z] === RUN TestNetworkLocalhostTCPNat [2021-03-19T21:14:46.762Z] --- PASS: TestResizeWhenContainerNotStarted (1.29s) [2021-03-19T21:14:46.762Z] === RUN TestDaemonRestartKillContainers [2021-03-19T21:14:46.762Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-19T21:14:46.762Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-19T21:14:46.762Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-19T21:14:46.762Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-19T21:14:46.762Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-19T21:14:46.762Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-19T21:14:46.762Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-19T21:14:46.762Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-19T21:14:46.762Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-19T21:14:46.762Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-19T21:14:46.763Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-19T21:14:46.763Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-19T21:14:46.763Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-19T21:14:46.763Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-19T21:14:46.763Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-19T21:14:46.763Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-19T21:14:46.763Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-19T21:14:46.763Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-19T21:14:46.763Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-19T21:14:46.763Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-19T21:14:46.763Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-19T21:14:46.763Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-19T21:14:46.763Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-19T21:14:46.763Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-19T21:14:46.763Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-19T21:14:46.763Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-19T21:14:46.797Z] --- PASS: TestNetworkLocalhostTCPNat (0.61s) [2021-03-19T21:14:46.797Z] === RUN TestNetworkLoopbackNat [2021-03-19T21:14:49.537Z] --- PASS: TestNetworkLoopbackNat (2.79s) [2021-03-19T21:14:49.537Z] === RUN TestPause [2021-03-19T21:14:50.178Z] --- PASS: TestPause (0.58s) [2021-03-19T21:14:50.178Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-03-19T21:14:50.178Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-19T21:14:50.178Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-19T21:14:50.178Z] === RUN TestPauseStopPausedContainer [2021-03-19T21:14:50.816Z] --- PASS: TestPauseStopPausedContainer (0.59s) [2021-03-19T21:14:50.816Z] === RUN TestPsFilter [2021-03-19T21:14:50.952Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-19T21:14:50.952Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-19T21:14:51.110Z] --- PASS: TestPsFilter (0.15s) [2021-03-19T21:14:51.110Z] === RUN TestRemoveContainerWithRemovedVolume [2021-03-19T21:14:51.403Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.52s) [2021-03-19T21:14:51.403Z] === RUN TestRemoveContainerWithVolume [2021-03-19T21:14:52.039Z] --- PASS: TestRemoveContainerWithVolume (0.56s) [2021-03-19T21:14:52.039Z] === RUN TestRemoveContainerRunning [2021-03-19T21:14:52.678Z] --- PASS: TestRemoveContainerRunning (0.57s) [2021-03-19T21:14:52.678Z] === RUN TestRemoveContainerForceRemoveRunning [2021-03-19T21:14:52.853Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-19T21:14:53.112Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-19T21:14:53.319Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.57s) [2021-03-19T21:14:53.319Z] === RUN TestRemoveInvalidContainer [2021-03-19T21:14:53.319Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-03-19T21:14:53.319Z] === RUN TestRenameLinkedContainer [2021-03-19T21:14:54.072Z] --- PASS: TestServiceUpdatePidsLimit (18.24s) [2021-03-19T21:14:54.072Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.01s) [2021-03-19T21:14:54.072Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.34s) [2021-03-19T21:14:54.072Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.34s) [2021-03-19T21:14:54.072Z] PASS [2021-03-19T21:14:54.072Z] [2021-03-19T21:14:54.072Z] === Skipped [2021-03-19T21:14:54.072Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.00s) [2021-03-19T21:14:54.072Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-19T21:14:54.072Z] [2021-03-19T21:14:54.072Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s) [2021-03-19T21:14:54.072Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-19T21:14:54.072Z] [2021-03-19T21:14:54.072Z] [2021-03-19T21:14:54.072Z] DONE 27 tests, 2 skipped in 181.444s [2021-03-19T21:14:54.072Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2021-03-19T21:14:54.072Z] ++ 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 [2021-03-19T21:14:54.072Z] ++ set -e [2021-03-19T21:14:54.072Z] ++ '[' -n 0 ']' [2021-03-19T21:14:54.072Z] ++ set -x [2021-03-19T21:14:54.072Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:14:54.072Z] INFO: Testing against a local daemon [2021-03-19T21:14:54.072Z] === RUN TestSessionCreate [2021-03-19T21:14:54.072Z] --- PASS: TestSessionCreate (0.01s) [2021-03-19T21:14:54.072Z] === RUN TestSessionCreateWithBadUpgrade [2021-03-19T21:14:54.072Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s) [2021-03-19T21:14:54.072Z] PASS [2021-03-19T21:14:54.072Z] [2021-03-19T21:14:54.072Z] DONE 2 tests in 0.147s [2021-03-19T21:14:54.072Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2021-03-19T21:14:54.072Z] ++ 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 [2021-03-19T21:14:54.072Z] ++ set -e [2021-03-19T21:14:54.072Z] ++ '[' -n 0 ']' [2021-03-19T21:14:54.072Z] ++ set -x [2021-03-19T21:14:54.072Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:14:54.072Z] INFO: Testing against a local daemon [2021-03-19T21:14:54.072Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-03-19T21:14:54.072Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-03-19T21:14:54.072Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-03-19T21:14:54.072Z] === RUN TestEventsExecDie [2021-03-19T21:14:54.363Z] --- PASS: TestEventsExecDie (1.21s) [2021-03-19T21:14:54.363Z] === RUN TestEventsBackwardsCompatible [2021-03-19T21:14:54.363Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2021-03-19T21:14:54.363Z] === RUN TestInfoBinaryCommits [2021-03-19T21:14:54.363Z] --- PASS: TestInfoBinaryCommits (0.01s) [2021-03-19T21:14:54.363Z] === RUN TestInfoAPIVersioned [2021-03-19T21:14:54.363Z] --- PASS: TestInfoAPIVersioned (0.00s) [2021-03-19T21:14:54.363Z] === RUN TestInfoDiscoveryBackend [2021-03-19T21:14:54.485Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-03-19T21:14:54.744Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-19T21:14:54.994Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2021-03-19T21:14:54.994Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-03-19T21:14:55.310Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-19T21:14:55.409Z] --- PASS: TestRenameLinkedContainer (2.27s) [2021-03-19T21:14:55.409Z] === RUN TestRenameStoppedContainer [2021-03-19T21:14:56.025Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-03-19T21:14:56.025Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-03-19T21:14:56.050Z] --- PASS: TestRenameStoppedContainer (0.58s) [2021-03-19T21:14:56.050Z] === RUN TestRenameRunningContainerAndReuse [2021-03-19T21:14:56.641Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.98s) [2021-03-19T21:14:56.641Z] PASS [2021-03-19T21:14:56.641Z] [2021-03-19T21:14:56.641Z] === Skipped [2021-03-19T21:14:56.641Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-03-19T21:14:56.641Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-19T21:14:56.641Z] [2021-03-19T21:14:56.641Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2021-03-19T21:14:56.641Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-19T21:14:56.641Z] [2021-03-19T21:14:56.641Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-03-19T21:14:56.641Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-19T21:14:56.641Z] [2021-03-19T21:14:56.641Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-03-19T21:14:56.641Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-19T21:14:56.641Z] [2021-03-19T21:14:56.641Z] [2021-03-19T21:14:56.641Z] DONE 17 tests, 4 skipped in 32.851s [2021-03-19T21:14:56.641Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-03-19T21:14:56.641Z] ++ 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 [2021-03-19T21:14:56.641Z] ++ set -e [2021-03-19T21:14:56.641Z] ++ '[' -n 0 ']' [2021-03-19T21:14:56.641Z] ++ set -x [2021-03-19T21:14:56.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=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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:14:56.641Z] INFO: Testing against a local daemon [2021-03-19T21:14:56.641Z] === RUN TestPluginInvalidJSON [2021-03-19T21:14:56.641Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-03-19T21:14:56.641Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-03-19T21:14:56.641Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-03-19T21:14:56.641Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-03-19T21:14:56.641Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-03-19T21:14:56.641Z] === RUN TestPluginInstall [2021-03-19T21:14:56.641Z] === RUN TestPluginInstall/no_auth [2021-03-19T21:14:56.656Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2021-03-19T21:14:56.656Z] === RUN TestInfoAPI [2021-03-19T21:14:56.656Z] --- PASS: TestInfoAPI (0.01s) [2021-03-19T21:14:56.656Z] === RUN TestInfoAPIWarnings [2021-03-19T21:14:56.687Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2021-03-19T21:14:57.089Z] --- PASS: TestRenameRunningContainerAndReuse (1.06s) [2021-03-19T21:14:57.089Z] === RUN TestRenameInvalidName [2021-03-19T21:14:57.694Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.55s) [2021-03-19T21:14:57.694Z] === RUN TestCreateServiceSecretFileMode [2021-03-19T21:14:57.728Z] --- PASS: TestRenameInvalidName (0.56s) [2021-03-19T21:14:57.728Z] === RUN TestRenameAnonymousContainer [2021-03-19T21:14:58.263Z] --- PASS: TestCreateServiceSecretFileMode (2.80s) [2021-03-19T21:14:58.264Z] === RUN TestCreateServiceConfigFileMode [2021-03-19T21:14:58.564Z] time="2021-03-19T21:14:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-19T21:14:58.564Z] time="2021-03-19T21:14:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:478c9676556da0a46cce35e580b4bcf8d5810dbfc366e48088188bcd55dded3e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-19T21:14:58.564Z] time="2021-03-19T21:14:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-19T21:14:58.564Z] time="2021-03-19T21:14:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:478c9676556da0a46cce35e580b4bcf8d5810dbfc366e48088188bcd55dded3e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-19T21:14:58.594Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-03-19T21:14:58.594Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-19T21:14:59.139Z] === RUN TestPluginInstall/with_htpasswd [2021-03-19T21:14:59.162Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-19T21:14:59.715Z] time="2021-03-19T21:14:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-19T21:14:59.715Z] time="2021-03-19T21:14:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9857369e53c89d593755c8f3ec6aadbc9c2bb909428a6756be4a26585b4e616d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-19T21:14:59.715Z] time="2021-03-19T21:14:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-19T21:14:59.715Z] time="2021-03-19T21:14:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9857369e53c89d593755c8f3ec6aadbc9c2bb909428a6756be4a26585b4e616d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-19T21:14:59.810Z] --- PASS: TestRenameAnonymousContainer (2.03s) [2021-03-19T21:14:59.810Z] === RUN TestRenameContainerWithSameName [2021-03-19T21:15:00.290Z] === RUN TestPluginInstall/with_insecure [2021-03-19T21:15:00.445Z] --- PASS: TestRenameContainerWithSameName (0.58s) [2021-03-19T21:15:00.445Z] === RUN TestRenameContainerWithLinkedContainer [2021-03-19T21:15:01.487Z] --- PASS: TestRenameContainerWithLinkedContainer (1.11s) [2021-03-19T21:15:01.487Z] === RUN TestResize [2021-03-19T21:15:01.556Z] --- PASS: TestCreateServiceConfigFileMode (2.77s) [2021-03-19T21:15:01.556Z] === RUN TestCreateServiceSysctls [2021-03-19T21:15:01.683Z] time="2021-03-19T21:15:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-19T21:15:01.683Z] time="2021-03-19T21:15:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6671a12f9690d938b5b72827a19e1188f75a4e8005a9b20c7768c08916fdd70b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-19T21:15:01.683Z] time="2021-03-19T21:15:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-19T21:15:01.683Z] time="2021-03-19T21:15:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6671a12f9690d938b5b72827a19e1188f75a4e8005a9b20c7768c08916fdd70b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-19T21:15:01.696Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2021-03-19T21:15:01.945Z] --- PASS: TestPluginInstall (5.47s) [2021-03-19T21:15:01.945Z] --- PASS: TestPluginInstall/no_auth (2.54s) [2021-03-19T21:15:01.945Z] --- PASS: TestPluginInstall/with_htpasswd (1.21s) [2021-03-19T21:15:01.945Z] --- PASS: TestPluginInstall/with_insecure (1.72s) [2021-03-19T21:15:01.945Z] plugin_test.go:160: [d948a3143bc9b] daemon is not started [2021-03-19T21:15:01.945Z] === RUN TestPluginsWithRuntimes [2021-03-19T21:15:02.122Z] --- PASS: TestResize (0.57s) [2021-03-19T21:15:02.122Z] === RUN TestResizeWithInvalidSize [2021-03-19T21:15:02.415Z] --- PASS: TestResizeWithInvalidSize (0.57s) [2021-03-19T21:15:02.415Z] === RUN TestResizeWhenContainerNotStarted [2021-03-19T21:15:02.889Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-03-19T21:15:02.889Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2021-03-19T21:15:03.055Z] --- PASS: TestResizeWhenContainerNotStarted (0.53s) [2021-03-19T21:15:03.055Z] === RUN TestDaemonRestartKillContainers [2021-03-19T21:15:03.055Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-19T21:15:03.055Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-19T21:15:03.055Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-19T21:15:03.055Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-19T21:15:03.055Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-19T21:15:03.055Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-19T21:15:03.055Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-19T21:15:03.055Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-19T21:15:03.055Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-19T21:15:03.055Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-19T21:15:03.055Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-19T21:15:03.055Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-19T21:15:03.055Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-19T21:15:03.055Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-19T21:15:03.055Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-19T21:15:03.055Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-19T21:15:03.055Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-19T21:15:03.055Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-19T21:15:03.055Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-19T21:15:03.055Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-19T21:15:03.055Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-19T21:15:03.055Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-19T21:15:03.055Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-19T21:15:03.055Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-19T21:15:03.055Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-19T21:15:03.055Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-19T21:15:03.055Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-19T21:15:03.055Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-19T21:15:03.150Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-03-19T21:15:04.500Z] === RUN TestPluginsWithRuntimes/No_Args [2021-03-19T21:15:04.848Z] --- PASS: TestCreateServiceSysctls (3.75s) [2021-03-19T21:15:04.848Z] === RUN TestCreateServiceCapabilities [2021-03-19T21:15:05.056Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-19T21:15:05.150Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-19T21:15:05.150Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-19T21:15:05.947Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-19T21:15:05.947Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-19T21:15:05.993Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-19T21:15:06.061Z] === RUN TestPluginsWithRuntimes/With_Args [2021-03-19T21:15:06.251Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2021-03-19T21:15:06.667Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-19T21:15:06.667Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-19T21:15:06.820Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-03-19T21:15:07.995Z] --- PASS: TestPluginsWithRuntimes (5.66s) [2021-03-19T21:15:07.995Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.70s) [2021-03-19T21:15:07.995Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.66s) [2021-03-19T21:15:07.995Z] PASS [2021-03-19T21:15:07.995Z] [2021-03-19T21:15:07.995Z] DONE 9 tests in 11.317s [2021-03-19T21:15:07.995Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-03-19T21:15:07.995Z] ++ 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 [2021-03-19T21:15:07.995Z] ++ set -e [2021-03-19T21:15:07.995Z] ++ '[' -n 0 ']' [2021-03-19T21:15:07.995Z] ++ set -x [2021-03-19T21:15:07.995Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:15:07.995Z] INFO: Testing against a local daemon [2021-03-19T21:15:07.995Z] === RUN TestExternalGraphDriver [2021-03-19T21:15:07.995Z] === RUN TestExternalGraphDriver/json [2021-03-19T21:15:08.140Z] --- PASS: TestCreateServiceCapabilities (2.87s) [2021-03-19T21:15:08.140Z] === RUN TestInspect [2021-03-19T21:15:08.202Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-19T21:15:09.354Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-03-19T21:15:09.354Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (4.13s) [2021-03-19T21:15:09.354Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (4.32s) [2021-03-19T21:15:09.354Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.86s) [2021-03-19T21:15:09.354Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (2.05s) [2021-03-19T21:15:09.354Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (2.12s) [2021-03-19T21:15:09.354Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (2.19s) [2021-03-19T21:15:09.354Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.88s) [2021-03-19T21:15:09.354Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.85s) [2021-03-19T21:15:09.354Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (6.12s) [2021-03-19T21:15:09.354Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (6.82s) [2021-03-19T21:15:09.354Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.68s) [2021-03-19T21:15:09.354Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (3.57s) [2021-03-19T21:15:09.354Z] === RUN TestCgroupNamespacesRun [2021-03-19T21:15:09.734Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-19T21:15:10.551Z] === RUN TestExternalGraphDriver/spec [2021-03-19T21:15:10.730Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2021-03-19T21:15:10.730Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2021-03-19T21:15:10.730Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2021-03-19T21:15:10.730Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-03-19T21:15:11.434Z] --- PASS: TestInspect (3.23s) [2021-03-19T21:15:11.434Z] === RUN TestCreateJob [2021-03-19T21:15:11.821Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-03-19T21:15:11.821Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.90s) [2021-03-19T21:15:11.821Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.91s) [2021-03-19T21:15:11.821Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.55s) [2021-03-19T21:15:11.821Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.99s) [2021-03-19T21:15:11.821Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.76s) [2021-03-19T21:15:11.821Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.81s) [2021-03-19T21:15:11.821Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.65s) [2021-03-19T21:15:11.821Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.81s) [2021-03-19T21:15:11.821Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.64s) [2021-03-19T21:15:11.821Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.39s) [2021-03-19T21:15:11.821Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.52s) [2021-03-19T21:15:11.821Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.97s) [2021-03-19T21:15:11.821Z] === RUN TestCgroupNamespacesRun [2021-03-19T21:15:12.106Z] --- PASS: TestCgroupNamespacesRun (2.72s) [2021-03-19T21:15:12.106Z] === RUN TestCgroupNamespacesRunPrivileged [2021-03-19T21:15:13.336Z] --- PASS: TestCgroupNamespacesRun (1.45s) [2021-03-19T21:15:13.336Z] === RUN TestCgroupNamespacesRunPrivileged [2021-03-19T21:15:13.865Z] === RUN TestExternalGraphDriver/pull [2021-03-19T21:15:14.009Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.56s) [2021-03-19T21:15:14.009Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-03-19T21:15:14.379Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.37s) [2021-03-19T21:15:14.379Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-03-19T21:15:14.727Z] --- PASS: TestCreateJob (3.80s) [2021-03-19T21:15:14.727Z] === RUN TestReplicatedJob [2021-03-19T21:15:14.944Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2021-03-19T21:15:15.230Z] --- PASS: TestInfoAPIWarnings (16.25s) [2021-03-19T21:15:15.230Z] === RUN TestInfoDebug [2021-03-19T21:15:15.230Z] --- PASS: TestInfoDebug (0.52s) [2021-03-19T21:15:15.230Z] === RUN TestInfoInsecureRegistries [2021-03-19T21:15:15.230Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2021-03-19T21:15:15.230Z] === RUN TestInfoRegistryMirrors [2021-03-19T21:15:15.230Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2021-03-19T21:15:15.230Z] === RUN TestLoginFailsWithBadCredentials [2021-03-19T21:15:15.230Z] --- PASS: TestLoginFailsWithBadCredentials (0.35s) [2021-03-19T21:15:15.230Z] === RUN TestPingCacheHeaders [2021-03-19T21:15:15.230Z] --- PASS: TestPingCacheHeaders (0.01s) [2021-03-19T21:15:15.230Z] === RUN TestPingGet [2021-03-19T21:15:15.230Z] --- PASS: TestPingGet (0.02s) [2021-03-19T21:15:15.230Z] === RUN TestPingHead [2021-03-19T21:15:15.230Z] --- PASS: TestPingHead (0.01s) [2021-03-19T21:15:15.230Z] === RUN TestVersion [2021-03-19T21:15:15.230Z] --- PASS: TestVersion (0.01s) [2021-03-19T21:15:15.230Z] PASS [2021-03-19T21:15:15.230Z] [2021-03-19T21:15:15.230Z] === Skipped [2021-03-19T21:15:15.230Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-03-19T21:15:15.230Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-03-19T21:15:15.230Z] [2021-03-19T21:15:15.230Z] [2021-03-19T21:15:15.230Z] DONE 18 tests, 1 skipped in 21.688s [2021-03-19T21:15:15.230Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2021-03-19T21:15:15.230Z] ++ 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 [2021-03-19T21:15:15.230Z] ++ set -e [2021-03-19T21:15:15.230Z] ++ '[' -n 0 ']' [2021-03-19T21:15:15.230Z] ++ set -x [2021-03-19T21:15:15.230Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:15:15.230Z] INFO: Testing against a local daemon [2021-03-19T21:15:15.230Z] === RUN TestVolumesCreateAndList [2021-03-19T21:15:15.230Z] --- PASS: TestVolumesCreateAndList (0.01s) [2021-03-19T21:15:15.230Z] === RUN TestVolumesRemove [2021-03-19T21:15:15.230Z] --- PASS: TestVolumesRemove (0.11s) [2021-03-19T21:15:15.230Z] === RUN TestVolumesInspect [2021-03-19T21:15:15.230Z] --- PASS: TestVolumesInspect (0.01s) [2021-03-19T21:15:15.230Z] === RUN TestVolumesInvalidJSON [2021-03-19T21:15:15.230Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-03-19T21:15:15.230Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-03-19T21:15:15.230Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-03-19T21:15:15.230Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-03-19T21:15:15.230Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-03-19T21:15:15.230Z] PASS [2021-03-19T21:15:15.230Z] [2021-03-19T21:15:15.230Z] DONE 5 tests in 0.254s [2021-03-19T21:15:15.230Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-03-19T21:15:15.230Z] ++++ cat bundles/test-integration/docker.pid [2021-03-19T21:15:15.230Z] +++ kill 12227 [2021-03-19T21:15:15.787Z] --- PASS: TestExternalGraphDriver (7.95s) [2021-03-19T21:15:15.787Z] --- PASS: TestExternalGraphDriver/json (2.59s) [2021-03-19T21:15:15.787Z] --- PASS: TestExternalGraphDriver/spec (2.84s) [2021-03-19T21:15:15.787Z] --- PASS: TestExternalGraphDriver/pull (2.39s) [2021-03-19T21:15:15.787Z] === RUN TestGraphdriverPluginV2 [2021-03-19T21:15:15.787Z] --- SKIP: TestGraphdriverPluginV2 (0.03s) [2021-03-19T21:15:15.787Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-19T21:15:15.787Z] PASS [2021-03-19T21:15:15.787Z] [2021-03-19T21:15:15.787Z] === Skipped [2021-03-19T21:15:15.787Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.03s) [2021-03-19T21:15:15.787Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-19T21:15:15.787Z] [2021-03-19T21:15:15.787Z] [2021-03-19T21:15:15.787Z] DONE 5 tests, 1 skipped in 8.127s [2021-03-19T21:15:15.787Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-03-19T21:15:15.787Z] ++ 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 [2021-03-19T21:15:15.787Z] ++ set -e [2021-03-19T21:15:15.787Z] ++ '[' -n 0 ']' [2021-03-19T21:15:15.787Z] ++ set -x [2021-03-19T21:15:15.787Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:15:15.898Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.40s) [2021-03-19T21:15:15.898Z] === RUN TestCgroupNamespacesRunHostMode [2021-03-19T21:15:16.049Z] INFO: Testing against a local daemon [2021-03-19T21:15:16.049Z] === RUN TestContinueAfterPluginCrash [2021-03-19T21:15:16.049Z] === PAUSE TestContinueAfterPluginCrash [2021-03-19T21:15:16.049Z] === RUN TestReadPluginNoRead [2021-03-19T21:15:16.049Z] === PAUSE TestReadPluginNoRead [2021-03-19T21:15:16.049Z] === RUN TestDaemonStartWithLogOpt [2021-03-19T21:15:16.049Z] === PAUSE TestDaemonStartWithLogOpt [2021-03-19T21:15:16.049Z] === CONT TestContinueAfterPluginCrash [2021-03-19T21:15:16.049Z] === CONT TestDaemonStartWithLogOpt [2021-03-19T21:15:16.049Z] === CONT TestReadPluginNoRead [2021-03-19T21:15:16.793Z] +++ /etc/init.d/apparmor stop [2021-03-19T21:15:16.793Z] Leaving: AppArmorNo profiles have been unloaded. [2021-03-19T21:15:16.793Z] [2021-03-19T21:15:16.793Z] Unloading profiles will leave already running processes permanently [2021-03-19T21:15:16.793Z] unconfined, which can lead to unexpected situations. [2021-03-19T21:15:16.793Z] [2021-03-19T21:15:16.793Z] To set a process to complain mode, use the command line tool [2021-03-19T21:15:16.793Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-03-19T21:15:16.793Z] +++ true [2021-03-19T21:15:16.793Z] exiting test-integration [2021-03-19T21:15:16.793Z] ++ exit 0 [2021-03-19T21:15:16.793Z] [2021-03-19T21:15:16.848Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (3.01s) [2021-03-19T21:15:16.848Z] === RUN TestCgroupNamespacesRunHostMode [2021-03-19T21:15:17.415Z] --- PASS: TestCgroupNamespacesRunHostMode (1.42s) [2021-03-19T21:15:17.415Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-03-19T21:15:18.224Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg Post stage [Pipeline] junit [2021-03-19T21:15:18.899Z] Recording test results [2021-03-19T21:15:18.938Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.39s) [2021-03-19T21:15:18.938Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-03-19T21:15:19.293Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-03-19T21:15:19.702Z] + echo Ensuring container killed. [2021-03-19T21:15:19.702Z] Ensuring container killed. [2021-03-19T21:15:19.702Z] + docker rm -vf docker-pr2 [2021-03-19T21:15:19.702Z] Error: No such container: docker-pr2 [2021-03-19T21:15:19.702Z] + true [Pipeline] sh [2021-03-19T21:15:19.985Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.33s) [2021-03-19T21:15:19.985Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-03-19T21:15:20.078Z] + echo Chowning /workspace to jenkins user [2021-03-19T21:15:20.078Z] Chowning /workspace to jenkins user [2021-03-19T21:15:20.078Z] + id -u [2021-03-19T21:15:20.078Z] + id -g [2021-03-19T21:15:20.078Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-42173:/workspace busybox chown -R 1001:1001 /workspace [2021-03-19T21:15:20.078Z] Unable to find image 'busybox:latest' locally [2021-03-19T21:15:20.125Z] --- PASS: TestCgroupNamespacesRunHostMode (3.07s) [2021-03-19T21:15:20.125Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-03-19T21:15:20.125Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-03-19T21:15:20.277Z] === RUN TestReadPluginNoRead/default [2021-03-19T21:15:20.368Z] latest: Pulling from library/busybox [2021-03-19T21:15:20.368Z] 7d95fb1c8be1: Pulling fs layer [2021-03-19T21:15:20.658Z] 7d95fb1c8be1: Verifying Checksum [2021-03-19T21:15:20.658Z] 7d95fb1c8be1: Download complete [2021-03-19T21:15:20.852Z] --- PASS: TestDaemonStartWithLogOpt (4.82s) [2021-03-19T21:15:20.949Z] 7d95fb1c8be1: Pull complete [2021-03-19T21:15:20.949Z] Digest: sha256:ce2360d5189a033012fbad1635e037be86f23b65cfd676b436d0931af390a2ac [2021-03-19T21:15:20.949Z] Status: Downloaded newer image for busybox:latest [2021-03-19T21:15:21.026Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.83s) [2021-03-19T21:15:21.026Z] === RUN TestCgroupNamespacesRunOlderClient [2021-03-19T21:15:22.028Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2021-03-19T21:15:22.068Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.43s) [2021-03-19T21:15:22.068Z] === RUN TestKernelTCPMemory [2021-03-19T21:15:22.243Z] === RUN TestReadPluginNoRead/disabled_caching [2021-03-19T21:15:22.288Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-03-19T21:15:22.547Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.83s) [2021-03-19T21:15:22.547Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-03-19T21:15:22.897Z] --- PASS: TestReplicatedJob (6.96s) [2021-03-19T21:15:22.897Z] === RUN TestUpdateReplicatedJob [2021-03-19T21:15:23.111Z] --- PASS: TestKernelTCPMemory (0.71s) [2021-03-19T21:15:23.111Z] === RUN TestNISDomainname [Pipeline] catchError [Pipeline] { [2021-03-19T21:15:23.115Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [Pipeline] sh [2021-03-19T21:15:23.473Z] + bundleName=s390x-integration [2021-03-19T21:15:23.473Z] + echo Creating s390x-integration-bundles.tar.gz [2021-03-19T21:15:23.473Z] Creating s390x-integration-bundles.tar.gz [2021-03-19T21:15:23.473Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-03-19T21:15:23.473Z] + xargs tar -czf s390x-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2021-03-19T21:15:23.518Z] Archiving artifacts [2021-03-19T21:15:23.748Z] --- PASS: TestNISDomainname (0.77s) [2021-03-19T21:15:23.748Z] === RUN TestHostnameDnsResolution [2021-03-19T21:15:23.990Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42173/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-03-19T21:15:24.164Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-03-19T21:15:24.368Z] + make clean [2021-03-19T21:15:24.501Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-03-19T21:15:24.501Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.87s) [2021-03-19T21:15:24.501Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-03-19T21:15:24.658Z] docker volume rm -f docker-dev-cache [2021-03-19T21:15:24.658Z] docker-dev-cache [Pipeline] deleteDir [2021-03-19T21:15:24.793Z] --- PASS: TestHostnameDnsResolution (0.89s) [2021-03-19T21:15:24.793Z] === RUN TestStats [2021-03-19T21:15:25.437Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.98s) [2021-03-19T21:15:25.437Z] === RUN TestCgroupNamespacesRunOlderClient [2021-03-19T21:15:26.004Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2021-03-19T21:15:26.084Z] --- PASS: TestReadPluginNoRead (10.20s) [2021-03-19T21:15:26.084Z] --- PASS: TestReadPluginNoRead/default (2.00s) [2021-03-19T21:15:26.084Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.98s) [2021-03-19T21:15:26.084Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.92s) [2021-03-19T21:15:26.084Z] read_test.go:92: [d6805c1b2a161] daemon is not started [2021-03-19T21:15:26.190Z] --- PASS: TestUpdateReplicatedJob (3.88s) [2021-03-19T21:15:26.190Z] === RUN TestServiceListWithStatuses [2021-03-19T21:15:26.190Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-03-19T21:15:26.190Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-19T21:15:26.190Z] === RUN TestDockerNetworkConnectAlias [2021-03-19T21:15:26.347Z] --- PASS: TestContinueAfterPluginCrash (10.43s) [2021-03-19T21:15:26.347Z] PASS [2021-03-19T21:15:26.347Z] [2021-03-19T21:15:26.347Z] DONE 6 tests in 10.575s [2021-03-19T21:15:26.347Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-03-19T21:15:26.347Z] ++ 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 [2021-03-19T21:15:26.347Z] ++ set -e [2021-03-19T21:15:26.347Z] ++ '[' -n 0 ']' [2021-03-19T21:15:26.347Z] ++ set -x [2021-03-19T21:15:26.347Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:15:26.347Z] testing: warning: no tests to run [2021-03-19T21:15:26.347Z] PASS [2021-03-19T21:15:26.347Z] [2021-03-19T21:15:26.347Z] DONE 0 tests in 0.047s [2021-03-19T21:15:26.347Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-03-19T21:15:26.347Z] ++ 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 [2021-03-19T21:15:26.347Z] ++ set -e [2021-03-19T21:15:26.347Z] ++ '[' -n 0 ']' [2021-03-19T21:15:26.347Z] ++ set -x [2021-03-19T21:15:26.347Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:15:26.609Z] INFO: Testing against a local daemon [2021-03-19T21:15:26.609Z] === RUN TestPluginWithDevMounts [2021-03-19T21:15:26.609Z] === PAUSE TestPluginWithDevMounts [2021-03-19T21:15:26.609Z] === CONT TestPluginWithDevMounts [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-19T21:15:27.321Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2021-03-19T21:15:27.531Z] --- PASS: TestStats (2.56s) [2021-03-19T21:15:27.531Z] === RUN TestStopContainerWithTimeout [2021-03-19T21:15:27.531Z] === RUN TestStopContainerWithTimeout/0 [2021-03-19T21:15:27.531Z] === PAUSE TestStopContainerWithTimeout/0 [2021-03-19T21:15:27.531Z] === RUN TestStopContainerWithTimeout/1 [2021-03-19T21:15:27.531Z] === PAUSE TestStopContainerWithTimeout/1 [2021-03-19T21:15:27.531Z] === RUN TestStopContainerWithTimeout/3 [2021-03-19T21:15:27.531Z] === PAUSE TestStopContainerWithTimeout/3 [2021-03-19T21:15:27.531Z] === RUN TestStopContainerWithTimeout/-1 [2021-03-19T21:15:27.531Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-03-19T21:15:27.531Z] === CONT TestStopContainerWithTimeout/0 [2021-03-19T21:15:27.531Z] === CONT TestStopContainerWithTimeout/3 [2021-03-19T21:15:27.531Z] === CONT TestStopContainerWithTimeout/-1 [2021-03-19T21:15:27.531Z] === CONT TestStopContainerWithTimeout/1 [2021-03-19T21:15:28.247Z] Copying nested executables into bundles/cross/linux/amd64 [2021-03-19T21:15:28.537Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.86s) [2021-03-19T21:15:28.537Z] === RUN TestKernelTCPMemory [2021-03-19T21:15:29.163Z] --- PASS: TestPluginWithDevMounts (2.17s) [2021-03-19T21:15:29.163Z] PASS [2021-03-19T21:15:29.163Z] [2021-03-19T21:15:29.163Z] DONE 1 tests in 2.314s [2021-03-19T21:15:29.163Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2021-03-19T21:15:29.163Z] ++ 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 [2021-03-19T21:15:29.163Z] ++ set -e [2021-03-19T21:15:29.163Z] ++ '[' -n 0 ']' [2021-03-19T21:15:29.163Z] ++ set -x [2021-03-19T21:15:29.163Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:15:29.163Z] INFO: Testing against a local daemon [2021-03-19T21:15:29.163Z] === RUN TestSecretInspect [2021-03-19T21:15:29.174Z] Cross building: bundles/cross/windows/amd64 [2021-03-19T21:15:29.430Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2021-03-19T21:15:29.430Z] GOOS="windows" GOARCH="amd64" GOARM="" [2021-03-19T21:15:30.267Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-03-19T21:15:30.267Z] --- PASS: TestStopContainerWithTimeout/0 (0.97s) [2021-03-19T21:15:30.267Z] --- PASS: TestStopContainerWithTimeout/1 (1.74s) [2021-03-19T21:15:30.267Z] --- PASS: TestStopContainerWithTimeout/3 (2.94s) [2021-03-19T21:15:30.267Z] --- PASS: TestStopContainerWithTimeout/-1 (3.11s) [2021-03-19T21:15:30.267Z] === RUN TestDeleteDevicemapper [2021-03-19T21:15:30.267Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-03-19T21:15:30.267Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-19T21:15:30.267Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-03-19T21:15:30.441Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2021-03-19T21:15:30.441Z] --- PASS: TestKernelTCPMemory (1.84s) [2021-03-19T21:15:30.441Z] === RUN TestNISDomainname [2021-03-19T21:15:31.468Z] --- PASS: TestDockerNetworkConnectAlias (4.95s) [2021-03-19T21:15:31.468Z] === RUN TestDockerNetworkReConnect [2021-03-19T21:15:32.474Z] --- PASS: TestSecretInspect (3.24s) [2021-03-19T21:15:32.474Z] === RUN TestSecretList [2021-03-19T21:15:32.975Z] --- PASS: TestNISDomainname (2.31s) [2021-03-19T21:15:32.976Z] === RUN TestHostnameDnsResolution [2021-03-19T21:15:32.976Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-03-19T21:15:32.976Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2021-03-19T21:15:33.019Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.61s) [2021-03-19T21:15:33.019Z] === RUN TestUpdateMemory [2021-03-19T21:15:33.659Z] --- PASS: TestUpdateMemory (0.76s) [2021-03-19T21:15:33.659Z] === RUN TestUpdateCPUQuota [2021-03-19T21:15:34.763Z] --- PASS: TestDockerNetworkReConnect (3.76s) [2021-03-19T21:15:34.764Z] === RUN TestServicePlugin [2021-03-19T21:15:34.880Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-03-19T21:15:34.880Z] --- PASS: TestHostnameDnsResolution (2.29s) [2021-03-19T21:15:34.880Z] === RUN TestStats [2021-03-19T21:15:35.175Z] --- PASS: TestUpdateCPUQuota (1.39s) [2021-03-19T21:15:35.175Z] === RUN TestUpdatePidsLimit [2021-03-19T21:15:35.175Z] === RUN TestUpdatePidsLimit/update_from_none [2021-03-19T21:15:35.447Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2021-03-19T21:15:35.468Z] === RUN TestUpdatePidsLimit/no_change [2021-03-19T21:15:35.765Z] === RUN TestUpdatePidsLimit/update_lower [2021-03-19T21:15:35.784Z] --- PASS: TestSecretList (3.27s) [2021-03-19T21:15:35.784Z] === RUN TestSecretsCreateAndDelete [2021-03-19T21:15:36.058Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-03-19T21:15:36.350Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-03-19T21:15:36.381Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-03-19T21:15:36.639Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2021-03-19T21:15:36.644Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-03-19T21:15:36.941Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-03-19T21:15:37.981Z] --- PASS: TestUpdatePidsLimit (2.73s) [2021-03-19T21:15:37.981Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.31s) [2021-03-19T21:15:37.981Z] --- PASS: TestUpdatePidsLimit/no_change (0.29s) [2021-03-19T21:15:37.981Z] --- PASS: TestUpdatePidsLimit/update_lower (0.31s) [2021-03-19T21:15:37.981Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.32s) [2021-03-19T21:15:37.981Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.31s) [2021-03-19T21:15:37.981Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.28s) [2021-03-19T21:15:37.981Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.31s) [2021-03-19T21:15:37.981Z] === RUN TestUpdateRestartPolicy [2021-03-19T21:15:38.015Z] --- PASS: TestStats (3.22s) [2021-03-19T21:15:38.015Z] === RUN TestStopContainerWithTimeout [2021-03-19T21:15:38.015Z] === RUN TestStopContainerWithTimeout/0 [2021-03-19T21:15:38.015Z] === PAUSE TestStopContainerWithTimeout/0 [2021-03-19T21:15:38.015Z] === RUN TestStopContainerWithTimeout/1 [2021-03-19T21:15:38.015Z] === PAUSE TestStopContainerWithTimeout/1 [2021-03-19T21:15:38.015Z] === RUN TestStopContainerWithTimeout/3 [2021-03-19T21:15:38.015Z] === PAUSE TestStopContainerWithTimeout/3 [2021-03-19T21:15:38.015Z] === RUN TestStopContainerWithTimeout/-1 [2021-03-19T21:15:38.015Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-03-19T21:15:38.015Z] === CONT TestStopContainerWithTimeout/0 [2021-03-19T21:15:38.015Z] === CONT TestStopContainerWithTimeout/3 [2021-03-19T21:15:39.097Z] --- PASS: TestSecretsCreateAndDelete (3.20s) [2021-03-19T21:15:39.097Z] === RUN TestSecretsUpdate [2021-03-19T21:15:40.646Z] === CONT TestStopContainerWithTimeout/-1 [2021-03-19T21:15:41.580Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-03-19T21:15:41.580Z] === RUN TestBoolValue [2021-03-19T21:15:41.580Z] --- PASS: TestBoolValue (0.00s) [2021-03-19T21:15:41.580Z] === RUN TestBoolValueOrDefault [2021-03-19T21:15:41.580Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-03-19T21:15:41.580Z] === RUN TestInt64ValueOrZero [2021-03-19T21:15:41.580Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-03-19T21:15:41.580Z] === RUN TestInt64ValueOrDefault [2021-03-19T21:15:41.580Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-03-19T21:15:41.580Z] === RUN TestInt64ValueOrDefaultWithError [2021-03-19T21:15:41.580Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-03-19T21:15:41.580Z] === RUN TestJsonContentType [2021-03-19T21:15:41.580Z] --- PASS: TestJsonContentType (0.00s) [2021-03-19T21:15:41.580Z] PASS [2021-03-19T21:15:41.580Z] coverage: 14.7% of statements [2021-03-19T21:15:41.580Z] ok github.com/docker/docker/api/server/httputils 0.073s coverage: 14.7% of statements [2021-03-19T21:15:42.052Z] === RUN TestMaskSecretKeys [2021-03-19T21:15:42.052Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-03-19T21:15:42.052Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-03-19T21:15:42.052Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-03-19T21:15:42.052Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-03-19T21:15:42.052Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-03-19T21:15:42.052Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-03-19T21:15:42.052Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-03-19T21:15:42.052Z] === RUN TestVersionMiddlewareVersion [2021-03-19T21:15:42.052Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-03-19T21:15:42.052Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-03-19T21:15:42.052Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-03-19T21:15:42.052Z] PASS [2021-03-19T21:15:42.052Z] coverage: 37.7% of statements [2021-03-19T21:15:42.052Z] ok github.com/docker/docker/api/server/middleware 0.073s coverage: 37.7% of statements [2021-03-19T21:15:42.052Z] ? github.com/docker/docker/api/server/router [no test files] [2021-03-19T21:15:42.052Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-03-19T21:15:42.052Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-03-19T21:15:42.052Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-03-19T21:15:42.052Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-03-19T21:15:42.052Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-03-19T21:15:42.052Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-03-19T21:15:42.052Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-03-19T21:15:42.052Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-03-19T21:15:42.052Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-03-19T21:15:42.052Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-03-19T21:15:42.409Z] --- PASS: TestSecretsUpdate (3.25s) [2021-03-19T21:15:42.409Z] === RUN TestTemplatedSecret [2021-03-19T21:15:42.550Z] === CONT TestStopContainerWithTimeout/1 [2021-03-19T21:15:42.550Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2021-03-19T21:15:43.627Z] === RUN TestStrSliceMarshalJSON [2021-03-19T21:15:43.628Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-03-19T21:15:43.628Z] === RUN TestStrSliceUnmarshalJSON [2021-03-19T21:15:43.628Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-03-19T21:15:43.628Z] === RUN TestStrSliceUnmarshalString [2021-03-19T21:15:43.628Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-03-19T21:15:43.628Z] === RUN TestStrSliceUnmarshalSlice [2021-03-19T21:15:43.628Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-03-19T21:15:43.628Z] PASS [2021-03-19T21:15:43.628Z] coverage: 90.0% of statements [2021-03-19T21:15:43.628Z] ok github.com/docker/docker/api/types/strslice 0.048s coverage: 90.0% of statements [2021-03-19T21:15:43.628Z] === RUN TestToJSON [2021-03-19T21:15:43.628Z] --- PASS: TestToJSON (0.00s) [2021-03-19T21:15:43.628Z] === RUN TestToParamWithVersion [2021-03-19T21:15:43.628Z] --- PASS: TestToParamWithVersion (0.00s) [2021-03-19T21:15:43.628Z] === RUN TestFromJSON [2021-03-19T21:15:43.628Z] --- PASS: TestFromJSON (0.00s) [2021-03-19T21:15:43.628Z] === RUN TestEmpty [2021-03-19T21:15:43.628Z] --- PASS: TestEmpty (0.00s) [2021-03-19T21:15:43.628Z] === RUN TestArgsMatchKVListEmptySources [2021-03-19T21:15:43.628Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-03-19T21:15:43.628Z] === RUN TestArgsMatchKVList [2021-03-19T21:15:43.628Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-03-19T21:15:43.628Z] === RUN TestArgsMatch [2021-03-19T21:15:43.628Z] --- PASS: TestArgsMatch (0.00s) [2021-03-19T21:15:43.628Z] === RUN TestAdd [2021-03-19T21:15:43.628Z] --- PASS: TestAdd (0.00s) [2021-03-19T21:15:43.628Z] === RUN TestDel [2021-03-19T21:15:43.628Z] --- PASS: TestDel (0.00s) [2021-03-19T21:15:43.628Z] === RUN TestLen [2021-03-19T21:15:43.628Z] --- PASS: TestLen (0.00s) [2021-03-19T21:15:43.628Z] === RUN TestExactMatch [2021-03-19T21:15:43.628Z] --- PASS: TestExactMatch (0.00s) [2021-03-19T21:15:43.628Z] === RUN TestOnlyOneExactMatch [2021-03-19T21:15:43.628Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-03-19T21:15:43.628Z] === RUN TestContains [2021-03-19T21:15:43.628Z] --- PASS: TestContains (0.00s) [2021-03-19T21:15:43.628Z] === RUN TestValidate [2021-03-19T21:15:43.628Z] --- PASS: TestValidate (0.00s) [2021-03-19T21:15:43.628Z] === RUN TestWalkValues [2021-03-19T21:15:43.628Z] --- PASS: TestWalkValues (0.00s) [2021-03-19T21:15:43.628Z] === RUN TestFuzzyMatch [2021-03-19T21:15:43.628Z] --- PASS: TestFuzzyMatch (0.00s) [2021-03-19T21:15:43.628Z] === RUN TestClone [2021-03-19T21:15:43.628Z] --- PASS: TestClone (0.00s) [2021-03-19T21:15:43.628Z] PASS [2021-03-19T21:15:43.628Z] coverage: 92.2% of statements [2021-03-19T21:15:43.628Z] ok github.com/docker/docker/api/types/filters 0.046s coverage: 92.2% of statements [2021-03-19T21:15:44.099Z] === RUN TestDurationToSecondsString [2021-03-19T21:15:44.099Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-03-19T21:15:44.099Z] === RUN TestGetTimestamp [2021-03-19T21:15:44.099Z] === RUN TestAdjustForAPIVersion [2021-03-19T21:15:44.099Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-03-19T21:15:44.099Z] PASS [2021-03-19T21:15:44.099Z] coverage: 5.7% of statements [2021-03-19T21:15:44.099Z] ok github.com/docker/docker/api/server/router/swarm 0.073s coverage: 5.7% of statements [2021-03-19T21:15:44.099Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-03-19T21:15:44.099Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-03-19T21:15:44.099Z] ? github.com/docker/docker/api/types [no test files] [2021-03-19T21:15:44.099Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-03-19T21:15:44.099Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-03-19T21:15:44.099Z] ? github.com/docker/docker/api/types/container [no test files] [2021-03-19T21:15:44.099Z] ? github.com/docker/docker/api/types/events [no test files] [2021-03-19T21:15:44.099Z] ? github.com/docker/docker/api/types/image [no test files] [2021-03-19T21:15:44.099Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-03-19T21:15:44.099Z] ? github.com/docker/docker/api/types/network [no test files] [2021-03-19T21:15:44.099Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-03-19T21:15:44.099Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-03-19T21:15:44.099Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-03-19T21:15:44.099Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-03-19T21:15:44.099Z] --- PASS: TestGetTimestamp (0.17s) [2021-03-19T21:15:44.099Z] === RUN TestParseTimestamps [2021-03-19T21:15:44.099Z] --- PASS: TestParseTimestamps (0.00s) [2021-03-19T21:15:44.099Z] PASS [2021-03-19T21:15:44.099Z] coverage: 100.0% of statements [2021-03-19T21:15:44.099Z] ok github.com/docker/docker/api/types/time 0.224s coverage: 100.0% of statements [2021-03-19T21:15:44.451Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2021-03-19T21:15:44.451Z] --- PASS: TestStopContainerWithTimeout/0 (2.55s) [2021-03-19T21:15:44.451Z] --- PASS: TestStopContainerWithTimeout/3 (4.16s) [2021-03-19T21:15:44.451Z] --- PASS: TestStopContainerWithTimeout/-1 (3.32s) [2021-03-19T21:15:44.451Z] --- PASS: TestStopContainerWithTimeout/1 (2.22s) [2021-03-19T21:15:44.451Z] === RUN TestDeleteDevicemapper [2021-03-19T21:15:44.451Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-03-19T21:15:44.451Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-19T21:15:44.451Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-03-19T21:15:44.571Z] === RUN TestCompareVersion [2021-03-19T21:15:44.571Z] --- PASS: TestCompareVersion (0.00s) [2021-03-19T21:15:44.571Z] PASS [2021-03-19T21:15:44.571Z] coverage: 75.0% of statements [2021-03-19T21:15:44.571Z] ok github.com/docker/docker/api/types/versions 0.047s coverage: 75.0% of statements [2021-03-19T21:15:44.571Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-03-19T21:15:44.571Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-03-19T21:15:44.571Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-03-19T21:15:44.571Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-03-19T21:15:44.571Z] ? github.com/docker/docker/builder [no test files] [2021-03-19T21:15:44.571Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-03-19T21:15:44.571Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-03-19T21:15:44.571Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-03-19T21:15:44.571Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-03-19T21:15:44.571Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-03-19T21:15:44.571Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-03-19T21:15:44.571Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-03-19T21:15:45.387Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-03-19T21:15:46.145Z] === RUN TestParseRemoteURL [2021-03-19T21:15:46.145Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-03-19T21:15:46.145Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-03-19T21:15:46.145Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-03-19T21:15:46.145Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-03-19T21:15:46.145Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-03-19T21:15:46.145Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-03-19T21:15:46.145Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-03-19T21:15:46.145Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-03-19T21:15:46.145Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-03-19T21:15:46.145Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-03-19T21:15:46.145Z] --- PASS: TestParseRemoteURL (0.00s) [2021-03-19T21:15:46.145Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-03-19T21:15:46.145Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-03-19T21:15:46.145Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-03-19T21:15:46.145Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-03-19T21:15:46.145Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-03-19T21:15:46.145Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-03-19T21:15:46.145Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-03-19T21:15:46.145Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-03-19T21:15:46.145Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-03-19T21:15:46.145Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-03-19T21:15:46.145Z] === RUN TestCloneArgsSmartHttp [2021-03-19T21:15:46.145Z] --- PASS: TestCloneArgsSmartHttp (0.03s) [2021-03-19T21:15:46.145Z] === RUN TestCloneArgsDumbHttp [2021-03-19T21:15:46.145Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2021-03-19T21:15:46.145Z] === RUN TestCloneArgsGit [2021-03-19T21:15:46.145Z] --- PASS: TestCloneArgsGit (0.00s) [2021-03-19T21:15:46.145Z] === RUN TestCheckoutGit [2021-03-19T21:15:46.625Z] --- PASS: TestTemplatedSecret (3.99s) [2021-03-19T21:15:46.625Z] === RUN TestSecretCreateResolve [2021-03-19T21:15:48.547Z] --- PASS: TestSecretCreateResolve (2.80s) [2021-03-19T21:15:48.547Z] PASS [2021-03-19T21:15:48.809Z] [2021-03-19T21:15:48.809Z] DONE 6 tests in 19.877s [2021-03-19T21:15:48.809Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2021-03-19T21:15:48.809Z] ++ 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 [2021-03-19T21:15:48.809Z] ++ set -e [2021-03-19T21:15:48.809Z] ++ '[' -n 0 ']' [2021-03-19T21:15:48.809Z] ++ set -x [2021-03-19T21:15:48.809Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:15:48.809Z] INFO: Testing against a local daemon [2021-03-19T21:15:48.809Z] === RUN TestServiceCreateInit [2021-03-19T21:15:48.809Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-03-19T21:15:49.110Z] === RUN TestEnable [2021-03-19T21:15:49.110Z] --- PASS: TestEnable (0.00s) [2021-03-19T21:15:49.110Z] === RUN TestDisable [2021-03-19T21:15:49.110Z] --- PASS: TestDisable (0.00s) [2021-03-19T21:15:49.110Z] === RUN TestEnabled [2021-03-19T21:15:49.110Z] --- PASS: TestEnabled (0.00s) [2021-03-19T21:15:49.110Z] PASS [2021-03-19T21:15:49.110Z] coverage: 100.0% of statements [2021-03-19T21:15:49.110Z] ok github.com/docker/docker/cli/debug 0.047s coverage: 100.0% of statements [2021-03-19T21:15:49.577Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-03-19T21:15:49.577Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2021-03-19T21:15:49.580Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-03-19T21:15:49.580Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2021-03-19T21:15:49.580Z] === RUN TestProcessNoDockerignore [2021-03-19T21:15:49.580Z] --- PASS: TestProcessNoDockerignore (0.00s) [2021-03-19T21:15:49.580Z] === RUN TestProcessShouldLeaveAllFiles [2021-03-19T21:15:49.580Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2021-03-19T21:15:49.580Z] === RUN TestDetectContentType [2021-03-19T21:15:49.580Z] --- PASS: TestDetectContentType (0.00s) [2021-03-19T21:15:49.580Z] === RUN TestSelectAcceptableMIME [2021-03-19T21:15:49.580Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-03-19T21:15:49.580Z] === RUN TestInspectEmptyResponse [2021-03-19T21:15:49.580Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-03-19T21:15:49.580Z] === RUN TestInspectResponseBinary [2021-03-19T21:15:49.580Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-03-19T21:15:49.580Z] === RUN TestResponseUnsupportedContentType [2021-03-19T21:15:49.580Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-03-19T21:15:49.580Z] === RUN TestInspectResponseTextSimple [2021-03-19T21:15:49.580Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-03-19T21:15:49.580Z] === RUN TestInspectResponseEmptyContentType [2021-03-19T21:15:49.580Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-03-19T21:15:49.580Z] === RUN TestUnknownContentLength [2021-03-19T21:15:49.580Z] --- PASS: TestUnknownContentLength (0.00s) [2021-03-19T21:15:49.580Z] === RUN TestDownloadRemote [2021-03-19T21:15:49.580Z] --- PASS: TestDownloadRemote (0.09s) [2021-03-19T21:15:49.580Z] === RUN TestGetWithStatusError [2021-03-19T21:15:49.580Z] --- PASS: TestGetWithStatusError (0.01s) [2021-03-19T21:15:49.580Z] === RUN TestCloseRootDirectory [2021-03-19T21:15:49.581Z] --- SKIP: TestCloseRootDirectory (0.00s) [2021-03-19T21:15:49.581Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-03-19T21:15:49.581Z] === RUN TestHashFile [2021-03-19T21:15:49.581Z] --- SKIP: TestHashFile (0.00s) [2021-03-19T21:15:49.581Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-03-19T21:15:49.581Z] === RUN TestHashSubdir [2021-03-19T21:15:49.581Z] --- SKIP: TestHashSubdir (0.00s) [2021-03-19T21:15:49.581Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-03-19T21:15:49.581Z] === RUN TestRemoveDirectory [2021-03-19T21:15:49.581Z] --- SKIP: TestRemoveDirectory (0.00s) [2021-03-19T21:15:49.581Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-03-19T21:15:49.581Z] PASS [2021-03-19T21:15:49.581Z] coverage: 9.3% of statements [2021-03-19T21:15:49.581Z] ok github.com/docker/docker/builder/remotecontext 0.341s coverage: 9.3% of statements [2021-03-19T21:15:49.581Z] === RUN TestGetAllAllowed [2021-03-19T21:15:49.581Z] --- PASS: TestGetAllAllowed (0.00s) [2021-03-19T21:15:49.581Z] === RUN TestGetAllMeta [2021-03-19T21:15:49.581Z] --- PASS: TestGetAllMeta (0.00s) [2021-03-19T21:15:49.581Z] === RUN TestWarnOnUnusedBuildArgs [2021-03-19T21:15:49.581Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-03-19T21:15:49.581Z] === RUN TestIsUnreferencedBuiltin [2021-03-19T21:15:49.581Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-03-19T21:15:49.581Z] === RUN TestIsExistingDirectory [2021-03-19T21:15:49.581Z] --- PASS: TestIsExistingDirectory (0.00s) [2021-03-19T21:15:49.581Z] === RUN TestGetFilenameForDownload [2021-03-19T21:15:49.581Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-03-19T21:15:49.581Z] === RUN TestEnv2Variables [2021-03-19T21:15:49.581Z] --- PASS: TestEnv2Variables (0.00s) [2021-03-19T21:15:49.581Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-03-19T21:15:49.581Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-03-19T21:15:49.581Z] === RUN TestMaintainer [2021-03-19T21:15:50.052Z] --- PASS: TestMaintainer (0.00s) [2021-03-19T21:15:50.052Z] === RUN TestLabel [2021-03-19T21:15:50.052Z] --- PASS: TestLabel (0.00s) [2021-03-19T21:15:50.052Z] === RUN TestFromScratch [2021-03-19T21:15:50.052Z] --- PASS: TestFromScratch (0.00s) [2021-03-19T21:15:50.052Z] === RUN TestFromWithArg [2021-03-19T21:15:50.052Z] --- PASS: TestFromWithArg (0.00s) [2021-03-19T21:15:50.052Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-03-19T21:15:50.052Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-03-19T21:15:50.052Z] === RUN TestFromWithUndefinedArg [2021-03-19T21:15:50.052Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-03-19T21:15:50.052Z] === RUN TestFromMultiStageWithNamedStage [2021-03-19T21:15:50.052Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-03-19T21:15:50.052Z] === RUN TestOnbuild [2021-03-19T21:15:50.052Z] --- PASS: TestOnbuild (0.00s) [2021-03-19T21:15:50.052Z] === RUN TestWorkdir [2021-03-19T21:15:50.052Z] --- PASS: TestWorkdir (0.00s) [2021-03-19T21:15:50.052Z] === RUN TestCmd [2021-03-19T21:15:50.052Z] --- PASS: TestCmd (0.00s) [2021-03-19T21:15:50.052Z] === RUN TestHealthcheckNone [2021-03-19T21:15:50.052Z] --- PASS: TestHealthcheckNone (0.00s) [2021-03-19T21:15:50.052Z] === RUN TestHealthcheckCmd [2021-03-19T21:15:50.052Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-03-19T21:15:50.052Z] === RUN TestEntrypoint [2021-03-19T21:15:50.052Z] --- PASS: TestEntrypoint (0.00s) [2021-03-19T21:15:50.052Z] === RUN TestExpose [2021-03-19T21:15:50.052Z] --- PASS: TestExpose (0.00s) [2021-03-19T21:15:50.052Z] === RUN TestUser [2021-03-19T21:15:50.052Z] --- PASS: TestUser (0.00s) [2021-03-19T21:15:50.052Z] === RUN TestVolume [2021-03-19T21:15:50.052Z] --- PASS: TestVolume (0.00s) [2021-03-19T21:15:50.052Z] === RUN TestStopSignal [2021-03-19T21:15:50.052Z] --- SKIP: TestStopSignal (0.00s) [2021-03-19T21:15:50.052Z] dispatchers_test.go:376: Windows does not support stopsignal [2021-03-19T21:15:50.052Z] === RUN TestArg [2021-03-19T21:15:50.052Z] --- PASS: TestArg (0.00s) [2021-03-19T21:15:50.052Z] === RUN TestShell [2021-03-19T21:15:50.052Z] --- PASS: TestShell (0.00s) [2021-03-19T21:15:50.052Z] === RUN TestPrependEnvOnCmd [2021-03-19T21:15:50.052Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-03-19T21:15:50.052Z] === RUN TestRunWithBuildArgs [2021-03-19T21:15:50.052Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-03-19T21:15:50.052Z] === RUN TestRunIgnoresHealthcheck [2021-03-19T21:15:50.052Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-03-19T21:15:50.052Z] === RUN TestNormalizeWorkdir [2021-03-19T21:15:50.052Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-03-19T21:15:50.052Z] === RUN TestDispatch [2021-03-19T21:15:50.052Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-03-19T21:15:50.052Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-03-19T21:15:50.052Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-03-19T21:15:50.052Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-03-19T21:15:50.052Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-03-19T21:15:50.052Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-03-19T21:15:50.052Z] === RUN TestDispatch/COPY_url [2021-03-19T21:15:50.052Z] --- PASS: TestDispatch (0.08s) [2021-03-19T21:15:50.052Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2021-03-19T21:15:50.052Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.02s) [2021-03-19T21:15:50.052Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.02s) [2021-03-19T21:15:50.052Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.02s) [2021-03-19T21:15:50.052Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2021-03-19T21:15:50.052Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2021-03-19T21:15:50.052Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-03-19T21:15:50.052Z] === RUN TestAddScratchImageAddsToMounts [2021-03-19T21:15:50.052Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-03-19T21:15:50.052Z] === RUN TestAddFromScratchPopulatesPlatform [2021-03-19T21:15:50.052Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-03-19T21:15:50.052Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-03-19T21:15:50.052Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-03-19T21:15:50.052Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-03-19T21:15:50.052Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-03-19T21:15:50.052Z] === RUN TestImageSourceGetAddsToMounts [2021-03-19T21:15:50.052Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-03-19T21:15:50.052Z] === RUN TestEmptyDockerfile [2021-03-19T21:15:50.052Z] --- PASS: TestEmptyDockerfile (0.01s) [2021-03-19T21:15:50.052Z] === RUN TestSymlinkDockerfile [2021-03-19T21:15:50.052Z] --- PASS: TestSymlinkDockerfile (0.01s) [2021-03-19T21:15:50.052Z] === RUN TestDockerfileOutsideTheBuildContext [2021-03-19T21:15:50.052Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2021-03-19T21:15:50.052Z] === RUN TestNonExistingDockerfile [2021-03-19T21:15:50.052Z] --- PASS: TestNonExistingDockerfile (0.00s) [2021-03-19T21:15:50.052Z] === RUN TestCopyRunConfig [2021-03-19T21:15:50.052Z] --- PASS: TestCopyRunConfig (0.00s) [2021-03-19T21:15:50.052Z] === RUN TestDeepCopyRunConfig [2021-03-19T21:15:50.052Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-03-19T21:15:50.052Z] === RUN TestExportImage [2021-03-19T21:15:50.052Z] --- PASS: TestExportImage (0.00s) [2021-03-19T21:15:50.052Z] === RUN TestNormalizeDest [2021-03-19T21:15:50.052Z] --- PASS: TestNormalizeDest (0.00s) [2021-03-19T21:15:50.052Z] PASS [2021-03-19T21:15:50.052Z] coverage: 46.6% of statements [2021-03-19T21:15:50.052Z] ok github.com/docker/docker/builder/dockerfile 0.292s coverage: 46.6% of statements [2021-03-19T21:15:50.052Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-03-19T21:15:50.149Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-03-19T21:15:50.710Z] --- PASS: TestUpdateRestartPolicy (11.38s) [2021-03-19T21:15:50.710Z] === RUN TestUpdateRestartWithAutoRemove [2021-03-19T21:15:50.710Z] --- PASS: TestUpdateRestartWithAutoRemove (0.55s) [2021-03-19T21:15:50.710Z] === RUN TestWaitNonBlocked [2021-03-19T21:15:50.710Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-19T21:15:50.710Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-19T21:15:50.711Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-19T21:15:50.711Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-19T21:15:50.711Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-19T21:15:50.711Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-19T21:15:50.711Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-03-19T21:15:50.711Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.65s) [2021-03-19T21:15:50.711Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.71s) [2021-03-19T21:15:50.711Z] === RUN TestWaitBlocked [2021-03-19T21:15:50.711Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-19T21:15:50.711Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-19T21:15:50.711Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-03-19T21:15:50.711Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-03-19T21:15:50.711Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-19T21:15:50.711Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-03-19T21:15:50.717Z] === RUN TestDockerSuite/TestBuildCmd [2021-03-19T21:15:51.284Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-03-19T21:15:51.354Z] --- PASS: TestWaitBlocked (0.02s) [2021-03-19T21:15:51.354Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.84s) [2021-03-19T21:15:51.354Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.87s) [2021-03-19T21:15:51.354Z] === CONT TestContainerStartOnDaemonRestart [2021-03-19T21:15:51.354Z] === CONT TestContainerKillOnDaemonStart [2021-03-19T21:15:51.354Z] === CONT TestIpcModeOlderClient [2021-03-19T21:15:51.354Z] === CONT TestDaemonHostGatewayIP [2021-03-19T21:15:51.354Z] --- PASS: TestIpcModeOlderClient (0.16s) [2021-03-19T21:15:51.354Z] === CONT TestRestartDaemonWithRestartingContainer [2021-03-19T21:15:51.542Z] --- PASS: TestStopContainerWithRestartPolicyAlways (7.02s) [2021-03-19T21:15:51.542Z] === RUN TestUpdateMemory [2021-03-19T21:15:51.542Z] --- SKIP: TestUpdateMemory (0.00s) [2021-03-19T21:15:51.542Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-03-19T21:15:51.542Z] === RUN TestUpdateCPUQuota [2021-03-19T21:15:51.542Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-03-19T21:15:52.108Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-03-19T21:15:52.108Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-03-19T21:15:52.109Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2021-03-19T21:15:53.483Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-03-19T21:15:54.910Z] --- PASS: TestContainerStartOnDaemonRestart (3.73s) [2021-03-19T21:15:54.910Z] === CONT TestDaemonRestartIpcMode [2021-03-19T21:15:55.204Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.80s) [2021-03-19T21:15:55.410Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-03-19T21:15:55.497Z] --- PASS: TestDaemonHostGatewayIP (4.19s) [2021-03-19T21:15:56.013Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2021-03-19T21:15:57.581Z] --- PASS: TestDaemonRestartIpcMode (2.60s) [2021-03-19T21:15:59.300Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2021-03-19T21:15:59.867Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-03-19T21:16:00.712Z] --- PASS: TestServiceCreateInit (11.46s) [2021-03-19T21:16:00.712Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.80s) [2021-03-19T21:16:00.712Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.63s) [2021-03-19T21:16:00.712Z] === RUN TestCreateServiceMultipleTimes [2021-03-19T21:16:00.805Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-03-19T21:16:01.063Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2021-03-19T21:16:01.629Z] --- PASS: TestUpdateCPUQuota (10.22s) [2021-03-19T21:16:01.629Z] === RUN TestUpdatePidsLimit [2021-03-19T21:16:01.629Z] === RUN TestUpdatePidsLimit/update_from_none [2021-03-19T21:16:02.196Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-03-19T21:16:02.455Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-03-19T21:16:02.577Z] === RUN TestCheckpointCreateError [2021-03-19T21:16:02.577Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-03-19T21:16:02.577Z] === RUN TestCheckpointCreate [2021-03-19T21:16:02.577Z] --- PASS: TestCheckpointCreate (0.00s) [2021-03-19T21:16:02.577Z] === RUN TestCheckpointDeleteError [2021-03-19T21:16:02.577Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-03-19T21:16:02.577Z] === RUN TestCheckpointDelete [2021-03-19T21:16:02.577Z] --- PASS: TestCheckpointDelete (0.00s) [2021-03-19T21:16:02.577Z] === RUN TestCheckpointListError [2021-03-19T21:16:02.577Z] --- PASS: TestCheckpointListError (0.00s) [2021-03-19T21:16:02.577Z] === RUN TestCheckpointList [2021-03-19T21:16:02.577Z] --- PASS: TestCheckpointList (0.00s) [2021-03-19T21:16:02.577Z] === RUN TestCheckpointListContainerNotFound [2021-03-19T21:16:02.577Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-03-19T21:16:02.577Z] === RUN TestNewClientWithOpsFromEnv [2021-03-19T21:16:02.577Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-03-19T21:16:02.577Z] client_test.go:23: runtime.GOOS == "windows" [2021-03-19T21:16:02.577Z] === RUN TestGetAPIPath [2021-03-19T21:16:02.577Z] --- PASS: TestGetAPIPath (0.00s) [2021-03-19T21:16:02.577Z] === RUN TestParseHostURL [2021-03-19T21:16:02.577Z] --- PASS: TestParseHostURL (0.00s) [2021-03-19T21:16:02.577Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-03-19T21:16:02.577Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-03-19T21:16:02.577Z] === RUN TestNegotiateAPIVersionEmpty [2021-03-19T21:16:02.577Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-03-19T21:16:02.577Z] === RUN TestNegotiateAPIVersion [2021-03-19T21:16:02.577Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-03-19T21:16:02.577Z] === RUN TestNegotiateAPVersionOverride [2021-03-19T21:16:02.577Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-03-19T21:16:02.577Z] === RUN TestNegotiateAPIVersionAutomatic [2021-03-19T21:16:02.577Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-03-19T21:16:02.577Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-03-19T21:16:02.577Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-03-19T21:16:02.577Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-03-19T21:16:02.577Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-03-19T21:16:02.577Z] === RUN TestClientRedirect [2021-03-19T21:16:02.577Z] --- PASS: TestClientRedirect (0.00s) [2021-03-19T21:16:02.577Z] === RUN TestConfigCreateUnsupported [2021-03-19T21:16:02.714Z] === RUN TestUpdatePidsLimit/no_change [2021-03-19T21:16:03.049Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestConfigCreateError [2021-03-19T21:16:03.049Z] --- PASS: TestConfigCreateError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestConfigCreate [2021-03-19T21:16:03.049Z] --- PASS: TestConfigCreate (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestConfigInspectNotFound [2021-03-19T21:16:03.049Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestConfigInspectWithEmptyID [2021-03-19T21:16:03.049Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestConfigInspectUnsupported [2021-03-19T21:16:03.049Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestConfigInspectError [2021-03-19T21:16:03.049Z] --- PASS: TestConfigInspectError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestConfigInspectConfigNotFound [2021-03-19T21:16:03.049Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestConfigInspect [2021-03-19T21:16:03.049Z] --- PASS: TestConfigInspect (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestConfigListUnsupported [2021-03-19T21:16:03.049Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestConfigListError [2021-03-19T21:16:03.049Z] --- PASS: TestConfigListError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestConfigList [2021-03-19T21:16:03.049Z] --- PASS: TestConfigList (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestConfigRemoveUnsupported [2021-03-19T21:16:03.049Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestConfigRemoveError [2021-03-19T21:16:03.049Z] --- PASS: TestConfigRemoveError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestConfigRemove [2021-03-19T21:16:03.049Z] --- PASS: TestConfigRemove (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestConfigUpdateUnsupported [2021-03-19T21:16:03.049Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestConfigUpdateError [2021-03-19T21:16:03.049Z] --- PASS: TestConfigUpdateError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestConfigUpdate [2021-03-19T21:16:03.049Z] --- PASS: TestConfigUpdate (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerCommitError [2021-03-19T21:16:03.049Z] --- PASS: TestContainerCommitError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerCommit [2021-03-19T21:16:03.049Z] --- PASS: TestContainerCommit (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerStatPathError [2021-03-19T21:16:03.049Z] --- PASS: TestContainerStatPathError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerStatPathNotFoundError [2021-03-19T21:16:03.049Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerStatPathNoHeaderError [2021-03-19T21:16:03.049Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerStatPath [2021-03-19T21:16:03.049Z] --- PASS: TestContainerStatPath (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestCopyToContainerError [2021-03-19T21:16:03.049Z] --- PASS: TestCopyToContainerError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestCopyToContainerNotFoundError [2021-03-19T21:16:03.049Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestCopyToContainerNotStatusOKError [2021-03-19T21:16:03.049Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestCopyToContainer [2021-03-19T21:16:03.049Z] --- PASS: TestCopyToContainer (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestCopyFromContainerError [2021-03-19T21:16:03.049Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestCopyFromContainerNotFoundError [2021-03-19T21:16:03.049Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestCopyFromContainerNotStatusOKError [2021-03-19T21:16:03.049Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestCopyFromContainerNoHeaderError [2021-03-19T21:16:03.049Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestCopyFromContainer [2021-03-19T21:16:03.049Z] --- PASS: TestCopyFromContainer (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerCreateError [2021-03-19T21:16:03.049Z] --- PASS: TestContainerCreateError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerCreateImageNotFound [2021-03-19T21:16:03.049Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerCreateWithName [2021-03-19T21:16:03.049Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerCreateAutoRemove [2021-03-19T21:16:03.049Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerDiffError [2021-03-19T21:16:03.049Z] --- PASS: TestContainerDiffError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerDiff [2021-03-19T21:16:03.049Z] --- PASS: TestContainerDiff (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerExecCreateError [2021-03-19T21:16:03.049Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerExecCreate [2021-03-19T21:16:03.049Z] --- PASS: TestContainerExecCreate (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerExecStartError [2021-03-19T21:16:03.049Z] --- PASS: TestContainerExecStartError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerExecStart [2021-03-19T21:16:03.049Z] --- PASS: TestContainerExecStart (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerExecInspectError [2021-03-19T21:16:03.049Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerExecInspect [2021-03-19T21:16:03.049Z] --- PASS: TestContainerExecInspect (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerExportError [2021-03-19T21:16:03.049Z] --- PASS: TestContainerExportError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerExport [2021-03-19T21:16:03.049Z] --- PASS: TestContainerExport (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerInspectError [2021-03-19T21:16:03.049Z] --- PASS: TestContainerInspectError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerInspectContainerNotFound [2021-03-19T21:16:03.049Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerInspectWithEmptyID [2021-03-19T21:16:03.049Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerInspect [2021-03-19T21:16:03.049Z] --- PASS: TestContainerInspect (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerInspectNode [2021-03-19T21:16:03.049Z] --- PASS: TestContainerInspectNode (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerKillError [2021-03-19T21:16:03.049Z] --- PASS: TestContainerKillError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerKill [2021-03-19T21:16:03.049Z] --- PASS: TestContainerKill (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerListError [2021-03-19T21:16:03.049Z] --- PASS: TestContainerListError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerList [2021-03-19T21:16:03.049Z] --- PASS: TestContainerList (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerLogsNotFoundError [2021-03-19T21:16:03.049Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerLogsError [2021-03-19T21:16:03.049Z] --- PASS: TestContainerLogsError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerLogs [2021-03-19T21:16:03.049Z] --- PASS: TestContainerLogs (0.21s) [2021-03-19T21:16:03.049Z] === RUN TestContainerPauseError [2021-03-19T21:16:03.049Z] --- PASS: TestContainerPauseError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerPause [2021-03-19T21:16:03.049Z] --- PASS: TestContainerPause (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainersPruneError [2021-03-19T21:16:03.049Z] --- PASS: TestContainersPruneError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainersPrune [2021-03-19T21:16:03.049Z] --- PASS: TestContainersPrune (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerRemoveError [2021-03-19T21:16:03.049Z] --- PASS: TestContainerRemoveError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerRemoveNotFoundError [2021-03-19T21:16:03.049Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerRemove [2021-03-19T21:16:03.049Z] --- PASS: TestContainerRemove (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerRenameError [2021-03-19T21:16:03.049Z] --- PASS: TestContainerRenameError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerRename [2021-03-19T21:16:03.049Z] --- PASS: TestContainerRename (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerResizeError [2021-03-19T21:16:03.049Z] --- PASS: TestContainerResizeError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerExecResizeError [2021-03-19T21:16:03.049Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerResize [2021-03-19T21:16:03.049Z] --- PASS: TestContainerResize (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerExecResize [2021-03-19T21:16:03.049Z] --- PASS: TestContainerExecResize (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerRestartError [2021-03-19T21:16:03.049Z] --- PASS: TestContainerRestartError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerRestart [2021-03-19T21:16:03.049Z] --- PASS: TestContainerRestart (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerStartError [2021-03-19T21:16:03.049Z] --- PASS: TestContainerStartError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerStart [2021-03-19T21:16:03.049Z] --- PASS: TestContainerStart (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerStatsError [2021-03-19T21:16:03.049Z] --- PASS: TestContainerStatsError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerStats [2021-03-19T21:16:03.049Z] --- PASS: TestContainerStats (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerStopError [2021-03-19T21:16:03.049Z] --- PASS: TestContainerStopError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerStop [2021-03-19T21:16:03.049Z] --- PASS: TestContainerStop (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerTopError [2021-03-19T21:16:03.049Z] --- PASS: TestContainerTopError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerTop [2021-03-19T21:16:03.049Z] --- PASS: TestContainerTop (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerUnpauseError [2021-03-19T21:16:03.049Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerUnpause [2021-03-19T21:16:03.049Z] --- PASS: TestContainerUnpause (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerUpdateError [2021-03-19T21:16:03.049Z] --- PASS: TestContainerUpdateError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerUpdate [2021-03-19T21:16:03.049Z] --- PASS: TestContainerUpdate (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerWaitError [2021-03-19T21:16:03.049Z] --- PASS: TestContainerWaitError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestContainerWait [2021-03-19T21:16:03.049Z] --- PASS: TestContainerWait (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestDiskUsageError [2021-03-19T21:16:03.049Z] --- PASS: TestDiskUsageError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestDiskUsage [2021-03-19T21:16:03.049Z] --- PASS: TestDiskUsage (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestDistributionInspectUnsupported [2021-03-19T21:16:03.049Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestDistributionInspectWithEmptyID [2021-03-19T21:16:03.049Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestEventsErrorInOptions [2021-03-19T21:16:03.049Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestEventsErrorFromServer [2021-03-19T21:16:03.049Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestEvents [2021-03-19T21:16:03.049Z] --- PASS: TestEvents (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestTLSCloseWriter [2021-03-19T21:16:03.049Z] === PAUSE TestTLSCloseWriter [2021-03-19T21:16:03.049Z] === RUN TestImageBuildError [2021-03-19T21:16:03.049Z] --- PASS: TestImageBuildError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImageBuild [2021-03-19T21:16:03.049Z] --- PASS: TestImageBuild (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestGetDockerOS [2021-03-19T21:16:03.049Z] --- PASS: TestGetDockerOS (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImageCreateError [2021-03-19T21:16:03.049Z] --- PASS: TestImageCreateError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImageCreate [2021-03-19T21:16:03.049Z] --- PASS: TestImageCreate (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImageHistoryError [2021-03-19T21:16:03.049Z] --- PASS: TestImageHistoryError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImageHistory [2021-03-19T21:16:03.049Z] --- PASS: TestImageHistory (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImageImportError [2021-03-19T21:16:03.049Z] --- PASS: TestImageImportError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImageImport [2021-03-19T21:16:03.049Z] --- PASS: TestImageImport (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImageInspectError [2021-03-19T21:16:03.049Z] --- PASS: TestImageInspectError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImageInspectImageNotFound [2021-03-19T21:16:03.049Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImageInspectWithEmptyID [2021-03-19T21:16:03.049Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImageInspect [2021-03-19T21:16:03.049Z] --- PASS: TestImageInspect (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImageListError [2021-03-19T21:16:03.049Z] --- PASS: TestImageListError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImageList [2021-03-19T21:16:03.049Z] --- PASS: TestImageList (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImageListApiBefore125 [2021-03-19T21:16:03.049Z] --- PASS: TestImageListApiBefore125 (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImageLoadError [2021-03-19T21:16:03.049Z] --- PASS: TestImageLoadError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImageLoad [2021-03-19T21:16:03.049Z] --- PASS: TestImageLoad (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImagesPruneError [2021-03-19T21:16:03.049Z] --- PASS: TestImagesPruneError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImagesPrune [2021-03-19T21:16:03.049Z] --- PASS: TestImagesPrune (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImagePullReferenceParseError [2021-03-19T21:16:03.049Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImagePullAnyError [2021-03-19T21:16:03.049Z] --- PASS: TestImagePullAnyError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImagePullStatusUnauthorizedError [2021-03-19T21:16:03.049Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-03-19T21:16:03.049Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-03-19T21:16:03.049Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-03-19T21:16:03.049Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImagePullWithoutErrors [2021-03-19T21:16:03.049Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImagePushReferenceError [2021-03-19T21:16:03.049Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImagePushAnyError [2021-03-19T21:16:03.049Z] --- PASS: TestImagePushAnyError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImagePushStatusUnauthorizedError [2021-03-19T21:16:03.049Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-03-19T21:16:03.049Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-03-19T21:16:03.049Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-03-19T21:16:03.049Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImagePushWithoutErrors [2021-03-19T21:16:03.049Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-03-19T21:16:03.049Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-03-19T21:16:03.049Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-03-19T21:16:03.049Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-03-19T21:16:03.049Z] --- PASS: TestImagePushWithoutErrors (0.01s) [2021-03-19T21:16:03.049Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-03-19T21:16:03.049Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.01s) [2021-03-19T21:16:03.049Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-03-19T21:16:03.049Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImageRemoveError [2021-03-19T21:16:03.049Z] --- PASS: TestImageRemoveError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImageRemoveImageNotFound [2021-03-19T21:16:03.049Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImageRemove [2021-03-19T21:16:03.049Z] --- PASS: TestImageRemove (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImageSaveError [2021-03-19T21:16:03.049Z] --- PASS: TestImageSaveError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImageSave [2021-03-19T21:16:03.049Z] --- PASS: TestImageSave (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImageSearchAnyError [2021-03-19T21:16:03.049Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImageSearchStatusUnauthorizedError [2021-03-19T21:16:03.049Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-03-19T21:16:03.049Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-03-19T21:16:03.049Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-03-19T21:16:03.049Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImageSearchWithoutErrors [2021-03-19T21:16:03.049Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImageTagError [2021-03-19T21:16:03.049Z] --- PASS: TestImageTagError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImageTagInvalidReference [2021-03-19T21:16:03.049Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImageTagInvalidSourceImageName [2021-03-19T21:16:03.049Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImageTagHexSource [2021-03-19T21:16:03.049Z] --- PASS: TestImageTagHexSource (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestImageTag [2021-03-19T21:16:03.049Z] --- PASS: TestImageTag (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestInfoServerError [2021-03-19T21:16:03.049Z] --- PASS: TestInfoServerError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestInfoInvalidResponseJSONError [2021-03-19T21:16:03.049Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestInfo [2021-03-19T21:16:03.049Z] --- PASS: TestInfo (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestNetworkConnectError [2021-03-19T21:16:03.049Z] --- PASS: TestNetworkConnectError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-03-19T21:16:03.049Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestNetworkConnect [2021-03-19T21:16:03.049Z] --- PASS: TestNetworkConnect (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestNetworkCreateError [2021-03-19T21:16:03.049Z] --- PASS: TestNetworkCreateError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestNetworkCreate [2021-03-19T21:16:03.049Z] --- PASS: TestNetworkCreate (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestNetworkDisconnectError [2021-03-19T21:16:03.049Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestNetworkDisconnect [2021-03-19T21:16:03.049Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestNetworkInspectError [2021-03-19T21:16:03.049Z] --- PASS: TestNetworkInspectError (0.00s) [2021-03-19T21:16:03.049Z] === RUN TestNetworkInspectNotFoundError [2021-03-19T21:16:03.049Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestNetworkInspectWithEmptyID [2021-03-19T21:16:03.050Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestNetworkInspect [2021-03-19T21:16:03.050Z] --- PASS: TestNetworkInspect (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestNetworkListError [2021-03-19T21:16:03.050Z] --- PASS: TestNetworkListError (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestNetworkList [2021-03-19T21:16:03.050Z] --- PASS: TestNetworkList (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestNetworksPruneError [2021-03-19T21:16:03.050Z] --- PASS: TestNetworksPruneError (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestNetworksPrune [2021-03-19T21:16:03.050Z] --- PASS: TestNetworksPrune (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestNetworkRemoveError [2021-03-19T21:16:03.050Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestNetworkRemove [2021-03-19T21:16:03.050Z] --- PASS: TestNetworkRemove (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestNodeInspectError [2021-03-19T21:16:03.050Z] --- PASS: TestNodeInspectError (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestNodeInspectNodeNotFound [2021-03-19T21:16:03.050Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestNodeInspectWithEmptyID [2021-03-19T21:16:03.050Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestNodeInspect [2021-03-19T21:16:03.050Z] --- PASS: TestNodeInspect (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestNodeListError [2021-03-19T21:16:03.050Z] --- PASS: TestNodeListError (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestNodeList [2021-03-19T21:16:03.050Z] --- PASS: TestNodeList (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestNodeRemoveError [2021-03-19T21:16:03.050Z] --- PASS: TestNodeRemoveError (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestNodeRemove [2021-03-19T21:16:03.050Z] --- PASS: TestNodeRemove (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestNodeUpdateError [2021-03-19T21:16:03.050Z] --- PASS: TestNodeUpdateError (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestNodeUpdate [2021-03-19T21:16:03.050Z] --- PASS: TestNodeUpdate (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestOptionWithTimeout [2021-03-19T21:16:03.050Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestPingFail [2021-03-19T21:16:03.050Z] --- PASS: TestPingFail (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestPingWithError [2021-03-19T21:16:03.050Z] 2021/03/19 21:16:02 RoundTripper returned a response & error; ignoring response [2021-03-19T21:16:03.050Z] 2021/03/19 21:16:02 RoundTripper returned a response & error; ignoring response [2021-03-19T21:16:03.050Z] --- PASS: TestPingWithError (0.01s) [2021-03-19T21:16:03.050Z] === RUN TestPingSuccess [2021-03-19T21:16:03.050Z] --- PASS: TestPingSuccess (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestPingHeadFallback [2021-03-19T21:16:03.050Z] === RUN TestPingHeadFallback/OK [2021-03-19T21:16:03.050Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-03-19T21:16:03.050Z] === RUN TestPingHeadFallback/Not_Found [2021-03-19T21:16:03.050Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-03-19T21:16:03.050Z] --- PASS: TestPingHeadFallback (0.00s) [2021-03-19T21:16:03.050Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-03-19T21:16:03.050Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-03-19T21:16:03.050Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-03-19T21:16:03.050Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestPluginDisableError [2021-03-19T21:16:03.050Z] --- PASS: TestPluginDisableError (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestPluginDisable [2021-03-19T21:16:03.050Z] --- PASS: TestPluginDisable (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestPluginEnableError [2021-03-19T21:16:03.050Z] --- PASS: TestPluginEnableError (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestPluginEnable [2021-03-19T21:16:03.050Z] --- PASS: TestPluginEnable (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestPluginInspectError [2021-03-19T21:16:03.050Z] --- PASS: TestPluginInspectError (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestPluginInspectWithEmptyID [2021-03-19T21:16:03.050Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestPluginInspect [2021-03-19T21:16:03.050Z] --- PASS: TestPluginInspect (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestPluginListError [2021-03-19T21:16:03.050Z] --- PASS: TestPluginListError (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestPluginList [2021-03-19T21:16:03.050Z] --- PASS: TestPluginList (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestPluginPushError [2021-03-19T21:16:03.050Z] --- PASS: TestPluginPushError (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestPluginPush [2021-03-19T21:16:03.050Z] --- PASS: TestPluginPush (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestPluginRemoveError [2021-03-19T21:16:03.050Z] --- PASS: TestPluginRemoveError (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestPluginRemove [2021-03-19T21:16:03.050Z] --- PASS: TestPluginRemove (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestPluginSetError [2021-03-19T21:16:03.050Z] --- PASS: TestPluginSetError (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestPluginSet [2021-03-19T21:16:03.050Z] --- PASS: TestPluginSet (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestSetHostHeader [2021-03-19T21:16:03.050Z] --- PASS: TestSetHostHeader (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestPlainTextError [2021-03-19T21:16:03.050Z] --- PASS: TestPlainTextError (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestInfiniteError [2021-03-19T21:16:03.050Z] --- PASS: TestInfiniteError (0.01s) [2021-03-19T21:16:03.050Z] === RUN TestSecretCreateUnsupported [2021-03-19T21:16:03.050Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestSecretCreateError [2021-03-19T21:16:03.050Z] --- PASS: TestSecretCreateError (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestSecretCreate [2021-03-19T21:16:03.050Z] --- PASS: TestSecretCreate (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestSecretInspectUnsupported [2021-03-19T21:16:03.050Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestSecretInspectError [2021-03-19T21:16:03.050Z] --- PASS: TestSecretInspectError (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestSecretInspectSecretNotFound [2021-03-19T21:16:03.050Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestSecretInspectWithEmptyID [2021-03-19T21:16:03.050Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestSecretInspect [2021-03-19T21:16:03.050Z] --- PASS: TestSecretInspect (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestSecretListUnsupported [2021-03-19T21:16:03.050Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestSecretListError [2021-03-19T21:16:03.050Z] --- PASS: TestSecretListError (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestSecretList [2021-03-19T21:16:03.050Z] --- PASS: TestSecretList (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestSecretRemoveUnsupported [2021-03-19T21:16:03.050Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestSecretRemoveError [2021-03-19T21:16:03.050Z] --- PASS: TestSecretRemoveError (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestSecretRemove [2021-03-19T21:16:03.050Z] --- PASS: TestSecretRemove (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestSecretUpdateUnsupported [2021-03-19T21:16:03.050Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestSecretUpdateError [2021-03-19T21:16:03.050Z] --- PASS: TestSecretUpdateError (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestSecretUpdate [2021-03-19T21:16:03.050Z] --- PASS: TestSecretUpdate (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestServiceCreateError [2021-03-19T21:16:03.050Z] --- PASS: TestServiceCreateError (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestServiceCreate [2021-03-19T21:16:03.050Z] --- PASS: TestServiceCreate (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestServiceCreateCompatiblePlatforms [2021-03-19T21:16:03.050Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestServiceCreateDigestPinning [2021-03-19T21:16:03.050Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestServiceInspectError [2021-03-19T21:16:03.050Z] --- PASS: TestServiceInspectError (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestServiceInspectServiceNotFound [2021-03-19T21:16:03.050Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestServiceInspectWithEmptyID [2021-03-19T21:16:03.050Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestServiceInspect [2021-03-19T21:16:03.050Z] --- PASS: TestServiceInspect (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestServiceListError [2021-03-19T21:16:03.050Z] --- PASS: TestServiceListError (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestServiceList [2021-03-19T21:16:03.050Z] --- PASS: TestServiceList (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestServiceLogsError [2021-03-19T21:16:03.050Z] --- PASS: TestServiceLogsError (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestServiceLogs [2021-03-19T21:16:03.050Z] --- PASS: TestServiceLogs (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestServiceRemoveError [2021-03-19T21:16:03.050Z] --- PASS: TestServiceRemoveError (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestServiceRemoveNotFoundError [2021-03-19T21:16:03.050Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestServiceRemove [2021-03-19T21:16:03.050Z] --- PASS: TestServiceRemove (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestServiceUpdateError [2021-03-19T21:16:03.050Z] --- PASS: TestServiceUpdateError (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestServiceUpdate [2021-03-19T21:16:03.050Z] --- PASS: TestServiceUpdate (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestSwarmGetUnlockKeyError [2021-03-19T21:16:03.050Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestSwarmGetUnlockKey [2021-03-19T21:16:03.050Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestSwarmInitError [2021-03-19T21:16:03.050Z] --- PASS: TestSwarmInitError (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestSwarmInit [2021-03-19T21:16:03.050Z] --- PASS: TestSwarmInit (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestSwarmInspectError [2021-03-19T21:16:03.050Z] --- PASS: TestSwarmInspectError (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestSwarmInspect [2021-03-19T21:16:03.050Z] --- PASS: TestSwarmInspect (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestSwarmJoinError [2021-03-19T21:16:03.050Z] --- PASS: TestSwarmJoinError (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestSwarmJoin [2021-03-19T21:16:03.050Z] --- PASS: TestSwarmJoin (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestSwarmLeaveError [2021-03-19T21:16:03.050Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestSwarmLeave [2021-03-19T21:16:03.050Z] --- PASS: TestSwarmLeave (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestSwarmUnlockError [2021-03-19T21:16:03.050Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestSwarmUnlock [2021-03-19T21:16:03.050Z] --- PASS: TestSwarmUnlock (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestSwarmUpdateError [2021-03-19T21:16:03.050Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestSwarmUpdate [2021-03-19T21:16:03.050Z] --- PASS: TestSwarmUpdate (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestTaskInspectError [2021-03-19T21:16:03.050Z] --- PASS: TestTaskInspectError (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestTaskInspectWithEmptyID [2021-03-19T21:16:03.050Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestTaskInspect [2021-03-19T21:16:03.050Z] --- PASS: TestTaskInspect (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestTaskListError [2021-03-19T21:16:03.050Z] --- PASS: TestTaskListError (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestTaskList [2021-03-19T21:16:03.050Z] --- PASS: TestTaskList (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestVolumeCreateError [2021-03-19T21:16:03.050Z] --- PASS: TestVolumeCreateError (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestVolumeCreate [2021-03-19T21:16:03.050Z] --- PASS: TestVolumeCreate (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestVolumeInspectError [2021-03-19T21:16:03.050Z] --- PASS: TestVolumeInspectError (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestVolumeInspectNotFound [2021-03-19T21:16:03.050Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestVolumeInspectWithEmptyID [2021-03-19T21:16:03.050Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestVolumeInspect [2021-03-19T21:16:03.050Z] --- PASS: TestVolumeInspect (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestVolumeListError [2021-03-19T21:16:03.050Z] --- PASS: TestVolumeListError (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestVolumeList [2021-03-19T21:16:03.050Z] --- PASS: TestVolumeList (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestVolumeRemoveError [2021-03-19T21:16:03.050Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-03-19T21:16:03.050Z] === RUN TestVolumeRemove [2021-03-19T21:16:03.050Z] --- PASS: TestVolumeRemove (0.00s) [2021-03-19T21:16:03.050Z] === CONT TestTLSCloseWriter [2021-03-19T21:16:03.050Z] --- PASS: TestTLSCloseWriter (0.01s) [2021-03-19T21:16:03.050Z] PASS [2021-03-19T21:16:03.050Z] coverage: 74.9% of statements [2021-03-19T21:16:03.050Z] ok github.com/docker/docker/client 0.636s coverage: 74.9% of statements [2021-03-19T21:16:03.649Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-03-19T21:16:03.908Z] === RUN TestUpdatePidsLimit/update_lower [2021-03-19T21:16:04.167Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-03-19T21:16:04.426Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-03-19T21:16:04.426Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2021-03-19T21:16:04.484Z] --- PASS: TestContainerKillOnDaemonStart (12.92s) [2021-03-19T21:16:04.484Z] PASS [2021-03-19T21:16:04.484Z] [2021-03-19T21:16:04.484Z] === Skipped [2021-03-19T21:16:04.484Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2021-03-19T21:16:04.484Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-19T21:16:04.484Z] [2021-03-19T21:16:04.484Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-19T21:16:04.484Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-19T21:16:04.484Z] [2021-03-19T21:16:04.484Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2021-03-19T21:16:04.484Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-19T21:16:04.484Z] [2021-03-19T21:16:04.484Z] [2021-03-19T21:16:04.484Z] DONE 196 tests, 3 skipped in 115.180s [2021-03-19T21:16:04.484Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2021-03-19T21:16:04.484Z] ++ 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 [2021-03-19T21:16:04.484Z] ++ set -e [2021-03-19T21:16:04.484Z] ++ '[' -n 0 ']' [2021-03-19T21:16:04.484Z] ++ set -x [2021-03-19T21:16:04.484Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:16:04.484Z] INFO: Testing against a local daemon [2021-03-19T21:16:04.484Z] === RUN TestCommitInheritsEnv [2021-03-19T21:16:04.777Z] --- PASS: TestCommitInheritsEnv (0.34s) [2021-03-19T21:16:04.777Z] === RUN TestImportExtremelyLargeImageWorks [2021-03-19T21:16:04.777Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-03-19T21:16:04.777Z] === RUN TestImagesFilterMultiReference [2021-03-19T21:16:04.777Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2021-03-19T21:16:04.777Z] === RUN TestImagePullPlatformInvalid [2021-03-19T21:16:04.777Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-03-19T21:16:04.777Z] === RUN TestRemoveImageOrphaning [2021-03-19T21:16:04.994Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-03-19T21:16:05.072Z] --- PASS: TestRemoveImageOrphaning (0.32s) [2021-03-19T21:16:05.072Z] === RUN TestRemoveImageGarbageCollector [2021-03-19T21:16:05.072Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-03-19T21:16:05.072Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-19T21:16:05.072Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-03-19T21:16:05.072Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-03-19T21:16:05.072Z] === RUN TestTagInvalidReference [2021-03-19T21:16:05.072Z] --- PASS: TestTagInvalidReference (0.02s) [2021-03-19T21:16:05.072Z] === RUN TestTagValidPrefixedRepo [2021-03-19T21:16:05.072Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2021-03-19T21:16:05.072Z] === RUN TestTagExistedNameWithoutForce [2021-03-19T21:16:05.072Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-03-19T21:16:05.072Z] === RUN TestTagOfficialNames [2021-03-19T21:16:05.072Z] --- PASS: TestTagOfficialNames (0.04s) [2021-03-19T21:16:05.072Z] === RUN TestTagMatchesDigest [2021-03-19T21:16:05.368Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-03-19T21:16:05.368Z] === CONT TestImportExtremelyLargeImageWorks [2021-03-19T21:16:06.374Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-03-19T21:16:06.859Z] --- PASS: TestServicePlugin (30.69s) [2021-03-19T21:16:06.859Z] plugin_test.go:62: [d4c2c03feeae1] joining swarm manager [d5d4d6ab7c9cd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-19T21:16:06.859Z] plugin_test.go:65: [d55bbbd7919da] joining swarm manager [d5d4d6ab7c9cd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-19T21:16:06.859Z] === RUN TestServiceUpdateLabel [2021-03-19T21:16:07.312Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-03-19T21:16:07.428Z] --- PASS: TestServiceUpdateLabel (2.29s) [2021-03-19T21:16:07.428Z] === RUN TestServiceUpdateSecrets [2021-03-19T21:16:08.686Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-03-19T21:16:10.063Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2021-03-19T21:16:11.001Z] --- PASS: TestUpdatePidsLimit (9.19s) [2021-03-19T21:16:11.001Z] --- PASS: TestUpdatePidsLimit/update_from_none (1.06s) [2021-03-19T21:16:11.001Z] --- PASS: TestUpdatePidsLimit/no_change (1.02s) [2021-03-19T21:16:11.001Z] --- PASS: TestUpdatePidsLimit/update_lower (1.08s) [2021-03-19T21:16:11.001Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (1.21s) [2021-03-19T21:16:11.001Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (1.28s) [2021-03-19T21:16:11.001Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (1.34s) [2021-03-19T21:16:11.001Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (1.37s) [2021-03-19T21:16:11.001Z] === RUN TestUpdateRestartPolicy [2021-03-19T21:16:11.001Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2021-03-19T21:16:11.569Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2021-03-19T21:16:12.137Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2021-03-19T21:16:17.404Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2021-03-19T21:16:18.338Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2021-03-19T21:16:18.904Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2021-03-19T21:16:19.472Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-03-19T21:16:20.039Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-03-19T21:16:20.297Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2021-03-19T21:16:20.865Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-03-19T21:16:22.741Z] --- PASS: TestCreateServiceMultipleTimes (19.62s) [2021-03-19T21:16:22.741Z] === RUN TestCreateServiceConflict [2021-03-19T21:16:23.004Z] --- PASS: TestCreateServiceConflict (3.19s) [2021-03-19T21:16:23.004Z] === RUN TestCreateServiceMaxReplicas [2021-03-19T21:16:24.147Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2021-03-19T21:16:24.344Z] --- PASS: TestCheckoutGit (36.14s) [2021-03-19T21:16:24.344Z] === RUN TestValidGitTransport [2021-03-19T21:16:24.344Z] --- PASS: TestValidGitTransport (0.00s) [2021-03-19T21:16:24.344Z] === RUN TestGitInvalidRef [2021-03-19T21:16:24.344Z] --- PASS: TestGitInvalidRef (0.27s) [2021-03-19T21:16:24.344Z] PASS [2021-03-19T21:16:24.344Z] coverage: 86.3% of statements [2021-03-19T21:16:24.344Z] ok github.com/docker/docker/builder/remotecontext/git 36.578s coverage: 86.3% of statements [2021-03-19T21:16:24.344Z] ? github.com/docker/docker/cli [no test files] [2021-03-19T21:16:24.344Z] ? github.com/docker/docker/cli/config [no test files] [2021-03-19T21:16:24.406Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2021-03-19T21:16:24.664Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-03-19T21:16:25.524Z] --- PASS: TestServiceUpdateSecrets (15.34s) [2021-03-19T21:16:25.524Z] === RUN TestServiceUpdateConfigs [2021-03-19T21:16:26.042Z] --- PASS: TestUpdateRestartPolicy (15.01s) [2021-03-19T21:16:26.042Z] === RUN TestUpdateRestartWithAutoRemove [2021-03-19T21:16:27.223Z] --- PASS: TestCreateServiceMaxReplicas (3.79s) [2021-03-19T21:16:27.223Z] === RUN TestCreateWithDuplicateNetworkNames [2021-03-19T21:16:27.418Z] --- PASS: TestUpdateRestartWithAutoRemove (1.37s) [2021-03-19T21:16:27.418Z] === RUN TestWaitNonBlocked [2021-03-19T21:16:27.418Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-19T21:16:27.418Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-19T21:16:27.418Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-19T21:16:27.418Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-19T21:16:27.418Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-19T21:16:27.418Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-19T21:16:27.985Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2021-03-19T21:16:29.362Z] --- PASS: TestWaitNonBlocked (0.04s) [2021-03-19T21:16:29.620Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.12s) [2021-03-19T21:16:29.620Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.18s) [2021-03-19T21:16:29.620Z] === RUN TestWaitBlocked [2021-03-19T21:16:29.620Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-19T21:16:29.620Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-19T21:16:29.620Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-03-19T21:16:29.620Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-03-19T21:16:29.620Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-19T21:16:29.620Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-03-19T21:16:30.557Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2021-03-19T21:16:30.816Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-03-19T21:16:31.559Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-03-19T21:16:31.559Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-03-19T21:16:31.559Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-03-19T21:16:31.559Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-03-19T21:16:31.559Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-03-19T21:16:31.559Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2021-03-19T21:16:31.559Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-03-19T21:16:31.559Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2021-03-19T21:16:31.559Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-03-19T21:16:31.559Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-03-19T21:16:31.559Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-03-19T21:16:31.559Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-03-19T21:16:31.559Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-03-19T21:16:31.559Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2021-03-19T21:16:31.559Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-03-19T21:16:31.559Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-03-19T21:16:31.559Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-03-19T21:16:31.559Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-03-19T21:16:31.559Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-03-19T21:16:31.559Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-03-19T21:16:31.559Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-03-19T21:16:31.559Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-03-19T21:16:31.559Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-03-19T21:16:31.559Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2021-03-19T21:16:31.559Z] === RUN TestConfigureDaemonLogs [2021-03-19T21:16:31.559Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-03-19T21:16:31.559Z] === RUN TestCommonOptionsInstallFlags [2021-03-19T21:16:31.559Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-03-19T21:16:31.559Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-03-19T21:16:31.559Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-03-19T21:16:31.559Z] PASS [2021-03-19T21:16:31.559Z] coverage: 18.4% of statements [2021-03-19T21:16:31.559Z] ok github.com/docker/docker/cmd/dockerd 0.453s coverage: 18.4% of statements [2021-03-19T21:16:31.754Z] --- PASS: TestWaitBlocked (0.02s) [2021-03-19T21:16:31.755Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (2.16s) [2021-03-19T21:16:31.755Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (2.35s) [2021-03-19T21:16:31.755Z] === CONT TestContainerStartOnDaemonRestart [2021-03-19T21:16:31.755Z] === CONT TestIpcModeOlderClient [2021-03-19T21:16:32.014Z] --- PASS: TestIpcModeOlderClient (0.10s) [2021-03-19T21:16:32.014Z] === CONT TestRestartDaemonWithRestartingContainer [2021-03-19T21:16:33.392Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-03-19T21:16:33.392Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-03-19T21:16:33.392Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-03-19T21:16:33.392Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-03-19T21:16:33.392Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-03-19T21:16:33.786Z] === RUN TestContainerStopSignal [2021-03-19T21:16:33.786Z] --- PASS: TestContainerStopSignal (0.00s) [2021-03-19T21:16:33.786Z] === RUN TestContainerStopTimeout [2021-03-19T21:16:33.786Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-03-19T21:16:33.786Z] === RUN TestContainerSecretReferenceDestTarget [2021-03-19T21:16:33.786Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-03-19T21:16:33.786Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-03-19T21:16:33.786Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2021-03-19T21:16:33.786Z] === RUN TestContainerLogPathSetForRingLogger [2021-03-19T21:16:33.786Z] --- PASS: TestContainerLogPathSetForRingLogger (0.01s) [2021-03-19T21:16:33.786Z] === RUN TestReplaceAndAppendEnvVars [2021-03-19T21:16:33.786Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-03-19T21:16:33.786Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-03-19T21:16:33.786Z] === RUN TestNewMemoryStore [2021-03-19T21:16:33.786Z] --- PASS: TestNewMemoryStore (0.00s) [2021-03-19T21:16:33.786Z] === RUN TestAddContainers [2021-03-19T21:16:33.786Z] --- PASS: TestAddContainers (0.00s) [2021-03-19T21:16:33.786Z] === RUN TestGetContainer [2021-03-19T21:16:33.786Z] --- PASS: TestGetContainer (0.00s) [2021-03-19T21:16:33.786Z] === RUN TestDeleteContainer [2021-03-19T21:16:33.786Z] --- PASS: TestDeleteContainer (0.00s) [2021-03-19T21:16:33.786Z] === RUN TestListContainers [2021-03-19T21:16:33.786Z] --- PASS: TestListContainers (0.00s) [2021-03-19T21:16:33.786Z] === RUN TestFirstContainer [2021-03-19T21:16:33.786Z] --- PASS: TestFirstContainer (0.00s) [2021-03-19T21:16:33.786Z] === RUN TestApplyAllContainer [2021-03-19T21:16:33.786Z] --- PASS: TestApplyAllContainer (0.00s) [2021-03-19T21:16:33.786Z] === RUN TestIsValidHealthString [2021-03-19T21:16:33.786Z] --- PASS: TestIsValidHealthString (0.00s) [2021-03-19T21:16:33.786Z] === RUN TestStateRunStop [2021-03-19T21:16:33.786Z] --- PASS: TestStateRunStop (0.00s) [2021-03-19T21:16:33.786Z] === RUN TestStateTimeoutWait [2021-03-19T21:16:33.786Z] --- PASS: TestStateTimeoutWait (0.10s) [2021-03-19T21:16:33.786Z] state_test.go:141: Stop callback fired [2021-03-19T21:16:33.786Z] state_test.go:165: Stop callback fired [2021-03-19T21:16:33.786Z] === RUN TestIsValidStateString [2021-03-19T21:16:33.786Z] --- PASS: TestIsValidStateString (0.00s) [2021-03-19T21:16:33.786Z] === RUN TestViewSaveDelete [2021-03-19T21:16:33.786Z] --- PASS: TestViewSaveDelete (0.01s) [2021-03-19T21:16:33.786Z] === RUN TestViewAll [2021-03-19T21:16:33.786Z] --- PASS: TestViewAll (0.01s) [2021-03-19T21:16:33.786Z] === RUN TestViewGet [2021-03-19T21:16:33.786Z] --- PASS: TestViewGet (0.01s) [2021-03-19T21:16:33.786Z] === RUN TestNames [2021-03-19T21:16:33.786Z] --- PASS: TestNames (0.00s) [2021-03-19T21:16:33.786Z] === RUN TestViewWithHealthCheck [2021-03-19T21:16:33.786Z] --- PASS: TestViewWithHealthCheck (0.01s) [2021-03-19T21:16:33.786Z] PASS [2021-03-19T21:16:33.786Z] coverage: 41.6% of statements [2021-03-19T21:16:33.786Z] ok github.com/docker/docker/container 0.385s coverage: 41.6% of statements [2021-03-19T21:16:33.786Z] ? github.com/docker/docker/container/stream [no test files] [2021-03-19T21:16:33.786Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-03-19T21:16:33.786Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-03-19T21:16:33.786Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-03-19T21:16:35.361Z] === RUN TestPrepare [2021-03-19T21:16:35.361Z] --- PASS: TestPrepare (0.00s) [2021-03-19T21:16:35.361Z] === RUN TestStart [2021-03-19T21:16:35.361Z] --- PASS: TestStart (0.00s) [2021-03-19T21:16:35.361Z] === RUN TestWaitCancel [2021-03-19T21:16:35.361Z] --- PASS: TestWaitCancel (0.00s) [2021-03-19T21:16:35.361Z] === RUN TestWaitDisabled [2021-03-19T21:16:35.361Z] --- PASS: TestWaitDisabled (0.00s) [2021-03-19T21:16:35.361Z] === RUN TestWaitEnabled [2021-03-19T21:16:35.361Z] --- PASS: TestWaitEnabled (0.00s) [2021-03-19T21:16:35.361Z] === RUN TestRemove [2021-03-19T21:16:35.361Z] --- PASS: TestRemove (0.00s) [2021-03-19T21:16:35.361Z] PASS [2021-03-19T21:16:35.361Z] coverage: 65.3% of statements [2021-03-19T21:16:35.361Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.162s coverage: 65.3% of statements [2021-03-19T21:16:36.679Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2021-03-19T21:16:37.246Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2021-03-19T21:16:37.742Z] --- PASS: TestServiceUpdateConfigs (15.16s) [2021-03-19T21:16:37.742Z] === RUN TestServiceUpdateNetwork [2021-03-19T21:16:38.183Z] --- PASS: TestRestartDaemonWithRestartingContainer (6.04s) [2021-03-19T21:16:38.183Z] === CONT TestContainerKillOnDaemonStart [2021-03-19T21:16:38.183Z] --- PASS: TestContainerStartOnDaemonRestart (6.19s) [2021-03-19T21:16:38.183Z] === CONT TestDaemonHostGatewayIP [2021-03-19T21:16:39.173Z] === RUN TestNewListSecretsFilters [2021-03-19T21:16:39.173Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-03-19T21:16:39.173Z] === RUN TestNewListConfigsFilters [2021-03-19T21:16:39.173Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-03-19T21:16:39.173Z] PASS [2021-03-19T21:16:39.173Z] coverage: 0.5% of statements [2021-03-19T21:16:39.173Z] ok github.com/docker/docker/daemon/cluster 0.276s coverage: 0.5% of statements [2021-03-19T21:16:39.173Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-03-19T21:16:39.173Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.21s) [2021-03-19T21:16:39.173Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-03-19T21:16:39.173Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-03-19T21:16:39.173Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-03-19T21:16:39.173Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-03-19T21:16:39.173Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-03-19T21:16:39.173Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-03-19T21:16:39.173Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-03-19T21:16:39.173Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-03-19T21:16:39.173Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-03-19T21:16:39.173Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-03-19T21:16:39.173Z] === RUN TestServiceConvertToGRPCIsolation [2021-03-19T21:16:39.173Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-03-19T21:16:39.173Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-03-19T21:16:39.173Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-03-19T21:16:39.173Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-03-19T21:16:39.173Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-03-19T21:16:39.173Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-03-19T21:16:39.173Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-03-19T21:16:39.173Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-03-19T21:16:39.173Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-03-19T21:16:39.173Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-03-19T21:16:39.173Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-03-19T21:16:39.173Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-03-19T21:16:39.173Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-03-19T21:16:39.173Z] === RUN TestServiceConvertFromGRPCIsolation [2021-03-19T21:16:39.173Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-03-19T21:16:39.173Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-03-19T21:16:39.173Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-03-19T21:16:39.173Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-03-19T21:16:39.173Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-03-19T21:16:39.173Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-03-19T21:16:39.173Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-03-19T21:16:39.173Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-03-19T21:16:39.173Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-03-19T21:16:39.173Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-03-19T21:16:39.173Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-03-19T21:16:39.173Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-03-19T21:16:39.173Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-03-19T21:16:39.173Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-03-19T21:16:39.173Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-03-19T21:16:39.173Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-03-19T21:16:39.173Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-03-19T21:16:39.173Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-03-19T21:16:39.173Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-03-19T21:16:39.173Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-03-19T21:16:39.173Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-03-19T21:16:39.173Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-03-19T21:16:39.173Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-03-19T21:16:39.173Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-03-19T21:16:39.173Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-03-19T21:16:39.173Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-03-19T21:16:39.173Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-03-19T21:16:39.173Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-03-19T21:16:39.173Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-03-19T21:16:39.173Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-03-19T21:16:39.173Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-03-19T21:16:39.173Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-03-19T21:16:39.173Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-03-19T21:16:39.173Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-03-19T21:16:39.173Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-03-19T21:16:39.173Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-03-19T21:16:39.173Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-03-19T21:16:39.173Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-03-19T21:16:39.173Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-03-19T21:16:39.173Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-03-19T21:16:39.173Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-03-19T21:16:39.173Z] === RUN TestServiceConvertFromGRPCConfigs [2021-03-19T21:16:39.173Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-03-19T21:16:39.173Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-03-19T21:16:39.173Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-03-19T21:16:39.173Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-03-19T21:16:39.173Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-03-19T21:16:39.173Z] === RUN TestServiceConvertToGRPCConfigs [2021-03-19T21:16:39.173Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-03-19T21:16:39.173Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-03-19T21:16:39.173Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-03-19T21:16:39.173Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-03-19T21:16:39.173Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-03-19T21:16:39.173Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-03-19T21:16:39.173Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-03-19T21:16:39.173Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-03-19T21:16:39.173Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-03-19T21:16:39.173Z] PASS [2021-03-19T21:16:39.173Z] coverage: 35.9% of statements [2021-03-19T21:16:39.173Z] ok github.com/docker/docker/daemon/cluster/convert 0.329s coverage: 35.9% of statements [2021-03-19T21:16:40.089Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-03-19T21:16:42.153Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.50s) [2021-03-19T21:16:42.153Z] === RUN TestCreateServiceSecretFileMode [2021-03-19T21:16:44.708Z] --- PASS: TestCreateServiceSecretFileMode (3.42s) [2021-03-19T21:16:44.708Z] === RUN TestCreateServiceConfigFileMode [2021-03-19T21:16:45.142Z] === RUN TestDiscoveryOptsErrors [2021-03-19T21:16:45.142Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-03-19T21:16:45.142Z] === RUN TestDiscoveryOpts [2021-03-19T21:16:45.142Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-03-19T21:16:45.142Z] PASS [2021-03-19T21:16:45.142Z] coverage: 30.0% of statements [2021-03-19T21:16:45.142Z] ok github.com/docker/docker/daemon/discovery 0.098s coverage: 30.0% of statements [2021-03-19T21:16:45.400Z] --- PASS: TestDaemonHostGatewayIP (7.17s) [2021-03-19T21:16:45.400Z] === CONT TestDaemonRestartIpcMode [2021-03-19T21:16:45.615Z] === RUN TestBuilderGC [2021-03-19T21:16:45.615Z] --- PASS: TestBuilderGC (0.00s) [2021-03-19T21:16:45.615Z] === RUN TestDaemonConfigurationNotFound [2021-03-19T21:16:45.615Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-03-19T21:16:45.615Z] === RUN TestDaemonBrokenConfiguration [2021-03-19T21:16:46.086Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-03-19T21:16:46.086Z] === RUN TestParseClusterAdvertiseSettings [2021-03-19T21:16:46.086Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-03-19T21:16:46.086Z] === RUN TestFindConfigurationConflicts [2021-03-19T21:16:46.086Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-03-19T21:16:46.086Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-03-19T21:16:46.086Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-03-19T21:16:46.086Z] === RUN TestDaemonConfigurationMergeConflicts [2021-03-19T21:16:46.086Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-03-19T21:16:46.086Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-03-19T21:16:46.086Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-03-19T21:16:46.086Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-03-19T21:16:46.086Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-03-19T21:16:46.086Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-03-19T21:16:46.086Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-03-19T21:16:46.086Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-03-19T21:16:46.086Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-03-19T21:16:46.086Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-03-19T21:16:46.086Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-03-19T21:16:46.086Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2021-03-19T21:16:46.086Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-03-19T21:16:46.086Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-03-19T21:16:46.086Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-03-19T21:16:46.086Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-03-19T21:16:46.086Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-03-19T21:16:46.086Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-03-19T21:16:46.086Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-03-19T21:16:46.086Z] === RUN TestValidateConfigurationErrors [2021-03-19T21:16:46.086Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-03-19T21:16:46.086Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-03-19T21:16:46.086Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-03-19T21:16:46.086Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-03-19T21:16:46.086Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-03-19T21:16:46.086Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-03-19T21:16:46.086Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-03-19T21:16:46.086Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-03-19T21:16:46.086Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-03-19T21:16:46.086Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-03-19T21:16:46.086Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-03-19T21:16:46.086Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-03-19T21:16:46.086Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-03-19T21:16:46.086Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-03-19T21:16:46.086Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-03-19T21:16:46.086Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-03-19T21:16:46.086Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-03-19T21:16:46.086Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-03-19T21:16:46.086Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-03-19T21:16:46.086Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-03-19T21:16:46.086Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-03-19T21:16:46.086Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-03-19T21:16:46.086Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-03-19T21:16:46.086Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-03-19T21:16:46.086Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-03-19T21:16:46.086Z] === RUN TestValidateConfiguration [2021-03-19T21:16:46.086Z] === RUN TestValidateConfiguration/with_label [2021-03-19T21:16:46.086Z] === RUN TestValidateConfiguration/with_dns [2021-03-19T21:16:46.086Z] === RUN TestValidateConfiguration/with_dns-search [2021-03-19T21:16:46.086Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-03-19T21:16:46.086Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-03-19T21:16:46.086Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-03-19T21:16:46.086Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-03-19T21:16:46.086Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-03-19T21:16:46.086Z] --- PASS: TestValidateConfiguration (0.00s) [2021-03-19T21:16:46.086Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-03-19T21:16:46.334Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-03-19T21:16:46.558Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-03-19T21:16:46.558Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-03-19T21:16:46.558Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-03-19T21:16:46.558Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-03-19T21:16:46.558Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-03-19T21:16:46.558Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-03-19T21:16:46.558Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-03-19T21:16:46.558Z] === RUN TestModifiedDiscoverySettings [2021-03-19T21:16:46.558Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-03-19T21:16:46.558Z] === RUN TestReloadSetConfigFileNotExist [2021-03-19T21:16:46.558Z] time="2021-03-19T21:16:45Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-03-19T21:16:46.558Z] --- PASS: TestReloadSetConfigFileNotExist (0.17s) [2021-03-19T21:16:46.558Z] === RUN TestReloadDefaultConfigNotExist [2021-03-19T21:16:46.558Z] --- SKIP: TestReloadDefaultConfigNotExist (0.01s) [2021-03-19T21:16:46.558Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-03-19T21:16:46.558Z] === RUN TestReloadBadDefaultConfig [2021-03-19T21:16:46.558Z] time="2021-03-19T21:16:45Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-373017163" [2021-03-19T21:16:46.558Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-03-19T21:16:46.558Z] === RUN TestReloadWithConflictingLabels [2021-03-19T21:16:46.558Z] time="2021-03-19T21:16:45Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-049935150" [2021-03-19T21:16:46.558Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2021-03-19T21:16:46.558Z] === RUN TestReloadWithDuplicateLabels [2021-03-19T21:16:46.558Z] time="2021-03-19T21:16:45Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-860413621" [2021-03-19T21:16:46.558Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2021-03-19T21:16:46.558Z] === RUN TestDaemonConfigurationMerge [2021-03-19T21:16:46.558Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-03-19T21:16:46.558Z] PASS [2021-03-19T21:16:46.558Z] coverage: 79.7% of statements [2021-03-19T21:16:46.558Z] ok github.com/docker/docker/daemon/config 0.788s coverage: 79.7% of statements [2021-03-19T21:16:47.029Z] === RUN TestVerifyNetworkingConfig [2021-03-19T21:16:47.029Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-03-19T21:16:47.029Z] === RUN TestGetContainer [2021-03-19T21:16:47.029Z] --- PASS: TestGetContainer (0.00s) [2021-03-19T21:16:47.029Z] === RUN TestValidContainerNames [2021-03-19T21:16:47.029Z] --- PASS: TestValidContainerNames (0.00s) [2021-03-19T21:16:47.029Z] === RUN TestContainerInitDNS [2021-03-19T21:16:47.029Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-03-19T21:16:47.029Z] daemon_test.go:147: root required [2021-03-19T21:16:47.029Z] === RUN TestMerge [2021-03-19T21:16:47.029Z] --- PASS: TestMerge (0.00s) [2021-03-19T21:16:47.029Z] === RUN TestValidateContainerIsolation [2021-03-19T21:16:47.029Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-03-19T21:16:47.029Z] === RUN TestFindNetworkErrorType [2021-03-19T21:16:47.029Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-03-19T21:16:47.029Z] === RUN TestEnsureServicesExist [2021-03-19T21:16:47.029Z] --- PASS: TestEnsureServicesExist (0.01s) [2021-03-19T21:16:47.029Z] === RUN TestEnsureServicesExistErrors [2021-03-19T21:16:47.029Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-03-19T21:16:47.029Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-03-19T21:16:47.029Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-03-19T21:16:47.029Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-03-19T21:16:47.029Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-03-19T21:16:47.500Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-03-19T21:16:47.500Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-03-19T21:16:47.500Z] === RUN TestContainerDelete [2021-03-19T21:16:47.500Z] --- PASS: TestContainerDelete (0.00s) [2021-03-19T21:16:47.500Z] === RUN TestContainerDoubleDelete [2021-03-19T21:16:47.500Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-03-19T21:16:47.500Z] === RUN TestLogContainerEventCopyLabels [2021-03-19T21:16:47.500Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-03-19T21:16:47.500Z] === RUN TestLogContainerEventWithAttributes [2021-03-19T21:16:47.500Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-03-19T21:16:47.500Z] === RUN TestNoneHealthcheck [2021-03-19T21:16:47.500Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-03-19T21:16:47.500Z] === RUN TestHealthStates [2021-03-19T21:16:47.500Z] time="2021-03-19T21:16:46Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-03-19T21:16:47.500Z] time="2021-03-19T21:16:47Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-03-19T21:16:47.500Z] time="2021-03-19T21:16:47Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-03-19T21:16:47.500Z] time="2021-03-19T21:16:47Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-03-19T21:16:47.500Z] time="2021-03-19T21:16:47Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-03-19T21:16:47.500Z] time="2021-03-19T21:16:47Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-03-19T21:16:47.500Z] time="2021-03-19T21:16:47Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-03-19T21:16:47.500Z] time="2021-03-19T21:16:47Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-03-19T21:16:47.500Z] time="2021-03-19T21:16:47Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-03-19T21:16:47.500Z] time="2021-03-19T21:16:47Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-03-19T21:16:47.500Z] --- PASS: TestHealthStates (0.17s) [2021-03-19T21:16:47.500Z] === RUN TestMaskURLCredentials [2021-03-19T21:16:47.500Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-03-19T21:16:47.500Z] === RUN TestGetInspectData [2021-03-19T21:16:47.500Z] --- PASS: TestGetInspectData (0.00s) [2021-03-19T21:16:47.500Z] === RUN TestFillLicense [2021-03-19T21:16:47.500Z] --- PASS: TestFillLicense (0.00s) [2021-03-19T21:16:47.500Z] === RUN TestListInvalidFilter [2021-03-19T21:16:47.501Z] --- PASS: TestListInvalidFilter (0.00s) [2021-03-19T21:16:47.501Z] === RUN TestNameFilter [2021-03-19T21:16:47.501Z] --- PASS: TestNameFilter (0.00s) [2021-03-19T21:16:47.501Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-03-19T21:16:47.501Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-03-19T21:16:47.501Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-03-19T21:16:47.501Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-03-19T21:16:47.501Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-03-19T21:16:47.501Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-03-19T21:16:47.501Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-03-19T21:16:47.501Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-03-19T21:16:47.501Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-03-19T21:16:47.501Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-03-19T21:16:47.501Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-03-19T21:16:47.501Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-03-19T21:16:47.501Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-03-19T21:16:47.501Z] === RUN TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API [2021-03-19T21:16:47.501Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-03-19T21:16:47.501Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-03-19T21:16:47.501Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-03-19T21:16:47.501Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-03-19T21:16:47.501Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-03-19T21:16:47.501Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-03-19T21:16:47.501Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-03-19T21:16:47.501Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-03-19T21:16:47.501Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.02s) [2021-03-19T21:16:47.501Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-03-19T21:16:47.501Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-03-19T21:16:47.501Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-03-19T21:16:47.501Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-03-19T21:16:47.501Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-03-19T21:16:47.501Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-03-19T21:16:47.501Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-03-19T21:16:47.501Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-03-19T21:16:47.501Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-03-19T21:16:47.501Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-03-19T21:16:47.501Z] --- PASS: TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API (0.00s) [2021-03-19T21:16:47.501Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-03-19T21:16:47.501Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-03-19T21:16:47.501Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-03-19T21:16:47.501Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-03-19T21:16:47.501Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-03-19T21:16:47.501Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-03-19T21:16:47.501Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-03-19T21:16:47.501Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-03-19T21:16:47.501Z] === RUN TestDaemonReloadLabels [2021-03-19T21:16:47.501Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-03-19T21:16:47.501Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-03-19T21:16:47.501Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-03-19T21:16:47.501Z] === RUN TestDaemonReloadMirrors [2021-03-19T21:16:47.501Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-03-19T21:16:47.501Z] === RUN TestDaemonReloadInsecureRegistries [2021-03-19T21:16:47.501Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-03-19T21:16:47.501Z] === RUN TestDaemonReloadNotAffectOthers [2021-03-19T21:16:47.501Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-03-19T21:16:47.501Z] === RUN TestDaemonDiscoveryReload [2021-03-19T21:16:47.501Z] === RUN TestEventsLog [2021-03-19T21:16:47.501Z] --- PASS: TestEventsLog (0.00s) [2021-03-19T21:16:47.501Z] === RUN TestEventsLogTimeout [2021-03-19T21:16:47.501Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-03-19T21:16:47.501Z] === RUN TestLogEvents [2021-03-19T21:16:47.501Z] --- PASS: TestLogEvents (0.06s) [2021-03-19T21:16:47.501Z] === RUN TestLoadBufferedEvents [2021-03-19T21:16:47.501Z] --- PASS: TestLoadBufferedEvents (0.16s) [2021-03-19T21:16:47.501Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-03-19T21:16:47.501Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-03-19T21:16:47.501Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-03-19T21:16:47.501Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-03-19T21:16:47.501Z] PASS [2021-03-19T21:16:47.501Z] coverage: 50.0% of statements [2021-03-19T21:16:47.501Z] ok github.com/docker/docker/daemon/events 0.404s coverage: 50.0% of statements [2021-03-19T21:16:47.972Z] === RUN TestWaitNodeAttachment [2021-03-19T21:16:48.233Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-03-19T21:16:48.444Z] --- PASS: TestWaitNodeAttachment (0.40s) [2021-03-19T21:16:48.444Z] === RUN TestIsolationConversion [2021-03-19T21:16:48.444Z] === RUN TestIsolationConversion/default [2021-03-19T21:16:48.444Z] === RUN TestIsolationConversion/process [2021-03-19T21:16:48.444Z] === RUN TestIsolationConversion/hyperv [2021-03-19T21:16:48.444Z] --- PASS: TestIsolationConversion (0.00s) [2021-03-19T21:16:48.444Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-03-19T21:16:48.444Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-03-19T21:16:48.444Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-03-19T21:16:48.444Z] === RUN TestContainerLabels [2021-03-19T21:16:48.444Z] --- PASS: TestContainerLabels (0.00s) [2021-03-19T21:16:48.444Z] === RUN TestCredentialSpecConversion [2021-03-19T21:16:48.444Z] === RUN TestCredentialSpecConversion/none [2021-03-19T21:16:48.444Z] === RUN TestCredentialSpecConversion/config [2021-03-19T21:16:48.444Z] === RUN TestCredentialSpecConversion/file [2021-03-19T21:16:48.444Z] === RUN TestCredentialSpecConversion/registry [2021-03-19T21:16:48.444Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-03-19T21:16:48.444Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-03-19T21:16:48.444Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-03-19T21:16:48.444Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-03-19T21:16:48.444Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-03-19T21:16:48.444Z] === RUN TestControllerValidateMountBind [2021-03-19T21:16:48.444Z] --- PASS: TestControllerValidateMountBind (0.00s) [2021-03-19T21:16:48.444Z] === RUN TestControllerValidateMountVolume [2021-03-19T21:16:48.444Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-03-19T21:16:48.444Z] === RUN TestControllerValidateMountTarget [2021-03-19T21:16:48.444Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-03-19T21:16:48.444Z] === RUN TestControllerValidateMountTmpfs [2021-03-19T21:16:48.444Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-03-19T21:16:48.444Z] === RUN TestControllerValidateMountInvalidType [2021-03-19T21:16:48.444Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-03-19T21:16:48.444Z] === RUN TestControllerValidateMountNamedPipe [2021-03-19T21:16:48.444Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-03-19T21:16:48.444Z] PASS [2021-03-19T21:16:48.444Z] coverage: 11.3% of statements [2021-03-19T21:16:48.444Z] --- PASS: TestDaemonDiscoveryReload (1.01s) [2021-03-19T21:16:48.444Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-03-19T21:16:48.444Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.825s coverage: 11.3% of statements [2021-03-19T21:16:48.915Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s) [2021-03-19T21:16:48.915Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-03-19T21:16:48.915Z] === RUN TestIsEmptyDir [2021-03-19T21:16:48.915Z] --- PASS: TestIsEmptyDir (0.01s) [2021-03-19T21:16:48.915Z] PASS [2021-03-19T21:16:48.915Z] coverage: 2.3% of statements [2021-03-19T21:16:48.915Z] ok github.com/docker/docker/daemon/graphdriver 0.085s coverage: 2.3% of statements [2021-03-19T21:16:48.928Z] --- PASS: TestCreateServiceConfigFileMode (3.39s) [2021-03-19T21:16:48.928Z] === RUN TestCreateServiceSysctls [2021-03-19T21:16:49.386Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s) [2021-03-19T21:16:49.386Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-03-19T21:16:49.386Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-03-19T21:16:49.386Z] reload_test.go:520: root required [2021-03-19T21:16:49.386Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-03-19T21:16:49.386Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2021-03-19T21:16:49.386Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-03-19T21:16:49.386Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s) [2021-03-19T21:16:49.386Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-03-19T21:16:49.386Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2021-03-19T21:16:49.386Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-03-19T21:16:49.386Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2021-03-19T21:16:49.386Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-03-19T21:16:49.386Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2021-03-19T21:16:49.386Z] === RUN TestParseVolumesFrom [2021-03-19T21:16:49.386Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-03-19T21:16:49.386Z] PASS [2021-03-19T21:16:49.386Z] coverage: 9.1% of statements [2021-03-19T21:16:49.386Z] ok github.com/docker/docker/daemon 2.817s coverage: 9.1% of statements [2021-03-19T21:16:49.386Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-03-19T21:16:49.386Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-03-19T21:16:49.386Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-03-19T21:16:49.386Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-03-19T21:16:49.386Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-03-19T21:16:49.386Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-03-19T21:16:49.386Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-03-19T21:16:49.386Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-03-19T21:16:49.386Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2021-03-19T21:16:49.386Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-03-19T21:16:49.386Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-03-19T21:16:49.386Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-03-19T21:16:49.386Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-03-19T21:16:49.386Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-03-19T21:16:49.386Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-03-19T21:16:49.386Z] === RUN TestLinkNaming [2021-03-19T21:16:49.386Z] --- PASS: TestLinkNaming (0.00s) [2021-03-19T21:16:49.386Z] === RUN TestLinkNew [2021-03-19T21:16:49.386Z] --- PASS: TestLinkNew (0.00s) [2021-03-19T21:16:49.386Z] === RUN TestLinkEnv [2021-03-19T21:16:49.386Z] --- PASS: TestLinkEnv (0.00s) [2021-03-19T21:16:49.386Z] === RUN TestLinkMultipleEnv [2021-03-19T21:16:49.386Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-03-19T21:16:49.386Z] === RUN TestLinkPortRangeEnv [2021-03-19T21:16:49.386Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-03-19T21:16:49.386Z] PASS [2021-03-19T21:16:49.386Z] coverage: 93.0% of statements [2021-03-19T21:16:49.386Z] ok github.com/docker/docker/daemon/links 0.065s coverage: 93.0% of statements [2021-03-19T21:16:50.762Z] --- PASS: TestDaemonRestartIpcMode (5.19s) [2021-03-19T21:16:50.842Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2021-03-19T21:16:50.842Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2021-03-19T21:16:50.842Z] remote: Enumerating objects: 2, done. [2021-03-19T21:16:50.842Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2021-03-19T21:16:50.842Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2021-03-19T21:16:50.842Z] 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) remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2021-03-19T21:16:50.842Z] 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. [2021-03-19T21:16:50.842Z] Building: bundles/cross/windows/amd64/containerutility.exe [2021-03-19T21:16:50.842Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-03-19T21:16:51.020Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2021-03-19T21:16:51.178Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42173/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0f32beb4f8d0a1db1ecc945f9669a35fd463af2c -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0f32beb4f8d0a1db1ecc945f9669a35fd463af2c hack/test/unit [2021-03-19T21:16:52.395Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-03-19T21:16:52.395Z] --- PASS: TestContainerKillOnDaemonStart (14.39s) [2021-03-19T21:16:52.395Z] PASS [2021-03-19T21:16:52.395Z] [2021-03-19T21:16:52.395Z] === Skipped [2021-03-19T21:16:52.395Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-03-19T21:16:52.395Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-19T21:16:52.395Z] [2021-03-19T21:16:52.395Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.01s) [2021-03-19T21:16:52.395Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-19T21:16:52.395Z] [2021-03-19T21:16:52.395Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-03-19T21:16:52.395Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-19T21:16:52.395Z] [2021-03-19T21:16:52.395Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-19T21:16:52.395Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-19T21:16:52.395Z] [2021-03-19T21:16:52.395Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-03-19T21:16:52.395Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-19T21:16:52.395Z] [2021-03-19T21:16:52.395Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-03-19T21:16:52.395Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-03-19T21:16:52.395Z] [2021-03-19T21:16:52.395Z] [2021-03-19T21:16:52.395Z] DONE 196 tests, 6 skipped in 243.921s [2021-03-19T21:16:52.395Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-03-19T21:16:52.395Z] ++ 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 [2021-03-19T21:16:52.395Z] ++ set -e [2021-03-19T21:16:52.395Z] ++ '[' -n 0 ']' [2021-03-19T21:16:52.395Z] ++ set -x [2021-03-19T21:16:52.395Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:16:52.631Z] --- PASS: TestServiceUpdateNetwork (13.21s) [2021-03-19T21:16:52.631Z] === RUN TestServiceUpdatePidsLimit [2021-03-19T21:16:52.631Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-03-19T21:16:52.654Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-03-19T21:16:52.654Z] INFO: Testing against a local daemon [2021-03-19T21:16:52.654Z] === RUN TestCommitInheritsEnv [2021-03-19T21:16:52.891Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-03-19T21:16:53.146Z] --- PASS: TestCreateServiceSysctls (4.56s) [2021-03-19T21:16:53.146Z] === RUN TestCreateServiceCapabilities [2021-03-19T21:16:53.193Z] === RUN TestAdapterReadLogs [2021-03-19T21:16:53.193Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-03-19T21:16:53.193Z] === RUN TestCopier [2021-03-19T21:16:53.193Z] --- PASS: TestCopier (0.00s) [2021-03-19T21:16:53.193Z] === RUN TestCopierLongLines [2021-03-19T21:16:53.193Z] --- PASS: TestCopierLongLines (0.00s) [2021-03-19T21:16:53.193Z] === RUN TestCopierSlow [2021-03-19T21:16:53.193Z] --- PASS: TestCopierSlow (0.22s) [2021-03-19T21:16:53.193Z] === RUN TestCopierWithSized [2021-03-19T21:16:53.193Z] === RUN TestCopierWithSized/as_is [2021-03-19T21:16:53.193Z] === RUN TestCopierWithSized/With_RingLogger [2021-03-19T21:16:53.193Z] --- PASS: TestCopierWithSized (0.01s) [2021-03-19T21:16:53.193Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-03-19T21:16:53.193Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2021-03-19T21:16:53.193Z] === RUN TestCopierWithPartial [2021-03-19T21:16:53.193Z] --- PASS: TestCopierWithPartial (0.00s) [2021-03-19T21:16:53.193Z] === RUN TestRingLogger [2021-03-19T21:16:53.193Z] --- PASS: TestRingLogger (0.00s) [2021-03-19T21:16:53.193Z] === RUN TestRingCap [2021-03-19T21:16:53.193Z] --- PASS: TestRingCap (0.00s) [2021-03-19T21:16:53.193Z] === RUN TestRingClose [2021-03-19T21:16:53.193Z] --- PASS: TestRingClose (0.00s) [2021-03-19T21:16:53.193Z] === RUN TestRingDrain [2021-03-19T21:16:53.193Z] --- PASS: TestRingDrain (0.00s) [2021-03-19T21:16:53.193Z] PASS [2021-03-19T21:16:53.193Z] coverage: 43.5% of statements [2021-03-19T21:16:53.193Z] ok github.com/docker/docker/daemon/logger 0.456s coverage: 43.5% of statements [2021-03-19T21:16:53.221Z] --- PASS: TestCommitInheritsEnv (0.62s) [2021-03-19T21:16:53.221Z] === RUN TestImportExtremelyLargeImageWorks [2021-03-19T21:16:53.221Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-03-19T21:16:53.221Z] === RUN TestImagesFilterMultiReference [2021-03-19T21:16:53.479Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2021-03-19T21:16:53.479Z] === RUN TestImagePullPlatformInvalid [2021-03-19T21:16:53.479Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2021-03-19T21:16:53.479Z] === RUN TestRemoveImageOrphaning [2021-03-19T21:16:53.666Z] === RUN TestNewStreamConfig [2021-03-19T21:16:53.666Z] === RUN TestNewStreamConfig/defaults [2021-03-19T21:16:53.666Z] === RUN TestNewStreamConfig/invalid_create_group [2021-03-19T21:16:53.666Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-03-19T21:16:53.666Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-03-19T21:16:53.666Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-03-19T21:16:53.666Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-03-19T21:16:53.666Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-03-19T21:16:53.666Z] --- PASS: TestNewStreamConfig (0.00s) [2021-03-19T21:16:53.666Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-03-19T21:16:53.666Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-03-19T21:16:53.666Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-03-19T21:16:53.666Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-03-19T21:16:53.666Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-03-19T21:16:53.666Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-03-19T21:16:53.666Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-03-19T21:16:53.666Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-03-19T21:16:53.666Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-03-19T21:16:53.666Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-03-19T21:16:53.666Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-03-19T21:16:53.666Z] === RUN TestNewAWSLogsClientRegionDetect [2021-03-19T21:16:53.666Z] time="2021-03-19T21:16:53Z" level=info msg="Trying to get region from EC2 Metadata" [2021-03-19T21:16:53.666Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.17s) [2021-03-19T21:16:53.666Z] === RUN TestCreateSuccess [2021-03-19T21:16:53.666Z] --- PASS: TestCreateSuccess (0.00s) [2021-03-19T21:16:53.666Z] === RUN TestCreateLogGroupSuccess [2021-03-19T21:16:53.666Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-03-19T21:16:53.666Z] === RUN TestCreateError [2021-03-19T21:16:53.666Z] --- PASS: TestCreateError (0.00s) [2021-03-19T21:16:53.666Z] === RUN TestCreateAlreadyExists [2021-03-19T21:16:53.666Z] time="2021-03-19T21:16:53Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-03-19T21:16:53.666Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-03-19T21:16:53.666Z] === RUN TestLogClosed [2021-03-19T21:16:53.666Z] --- PASS: TestLogClosed (0.00s) [2021-03-19T21:16:53.666Z] === RUN TestLogBlocking [2021-03-19T21:16:53.666Z] --- PASS: TestLogBlocking (0.00s) [2021-03-19T21:16:53.666Z] === RUN TestLogNonBlockingBufferEmpty [2021-03-19T21:16:53.666Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-03-19T21:16:53.666Z] === RUN TestLogNonBlockingBufferFull [2021-03-19T21:16:53.666Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-03-19T21:16:53.666Z] === RUN TestPublishBatchSuccess [2021-03-19T21:16:53.666Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-03-19T21:16:53.666Z] === RUN TestPublishBatchError [2021-03-19T21:16:53.666Z] time="2021-03-19T21:16:53Z" level=error msg=Error [2021-03-19T21:16:53.666Z] --- PASS: TestPublishBatchError (0.00s) [2021-03-19T21:16:53.666Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-03-19T21:16:54.047Z] --- PASS: TestRemoveImageOrphaning (0.63s) [2021-03-19T21:16:54.048Z] === RUN TestRemoveImageGarbageCollector [2021-03-19T21:16:54.137Z] time="2021-03-19T21:16:53Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-03-19T21:16:54.137Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-03-19T21:16:54.137Z] === RUN TestPublishBatchAlreadyAccepted [2021-03-19T21:16:54.137Z] time="2021-03-19T21:16:53Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-03-19T21:16:54.137Z] time="2021-03-19T21:16:53Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-03-19T21:16:54.137Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-03-19T21:16:54.137Z] === RUN TestCollectBatchSimple [2021-03-19T21:16:54.137Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-03-19T21:16:54.137Z] === RUN TestCollectBatchTicker [2021-03-19T21:16:54.137Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-03-19T21:16:54.137Z] === RUN TestCollectBatchMultilinePattern [2021-03-19T21:16:54.137Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-03-19T21:16:54.137Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-03-19T21:16:54.137Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-03-19T21:16:54.137Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-03-19T21:16:54.137Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-03-19T21:16:54.137Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-03-19T21:16:54.137Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.03s) [2021-03-19T21:16:54.137Z] === RUN TestCollectBatchClose [2021-03-19T21:16:54.137Z] --- PASS: TestCollectBatchClose (0.00s) [2021-03-19T21:16:54.137Z] === RUN TestEffectiveLen [2021-03-19T21:16:54.137Z] === RUN TestEffectiveLen/0/Hello [2021-03-19T21:16:54.137Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-03-19T21:16:54.137Z] === RUN TestEffectiveLen/2/🙃 [2021-03-19T21:16:54.137Z] === RUN TestEffectiveLen/3/���� [2021-03-19T21:16:54.137Z] === RUN TestEffectiveLen/4/He��o [2021-03-19T21:16:54.137Z] === RUN TestEffectiveLen/5/ [2021-03-19T21:16:54.137Z] --- PASS: TestEffectiveLen (0.00s) [2021-03-19T21:16:54.137Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-03-19T21:16:54.137Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-03-19T21:16:54.137Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-03-19T21:16:54.137Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-03-19T21:16:54.137Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-03-19T21:16:54.137Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-03-19T21:16:54.137Z] === RUN TestFindValidSplit [2021-03-19T21:16:54.137Z] === RUN TestFindValidSplit/0/ [2021-03-19T21:16:54.137Z] === RUN TestFindValidSplit/1/Hello [2021-03-19T21:16:54.137Z] === RUN TestFindValidSplit/2/Hello [2021-03-19T21:16:54.137Z] === RUN TestFindValidSplit/3/Hello [2021-03-19T21:16:54.137Z] === RUN TestFindValidSplit/4/🙃 [2021-03-19T21:16:54.137Z] === RUN TestFindValidSplit/5/🙃 [2021-03-19T21:16:54.137Z] === RUN TestFindValidSplit/6/a� [2021-03-19T21:16:54.137Z] === RUN TestFindValidSplit/7/a� [2021-03-19T21:16:54.137Z] --- PASS: TestFindValidSplit (0.00s) [2021-03-19T21:16:54.137Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-03-19T21:16:54.137Z] cloudwatchlogs_test.go:1044: [2021-03-19T21:16:54.137Z] cloudwatchlogs_test.go:1045: [2021-03-19T21:16:54.137Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-03-19T21:16:54.137Z] cloudwatchlogs_test.go:1044: Hello [2021-03-19T21:16:54.137Z] cloudwatchlogs_test.go:1045: [2021-03-19T21:16:54.137Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-03-19T21:16:54.137Z] cloudwatchlogs_test.go:1044: He [2021-03-19T21:16:54.137Z] cloudwatchlogs_test.go:1045: llo [2021-03-19T21:16:54.137Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-03-19T21:16:54.137Z] cloudwatchlogs_test.go:1044: [2021-03-19T21:16:54.137Z] cloudwatchlogs_test.go:1045: Hello [2021-03-19T21:16:54.137Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-03-19T21:16:54.137Z] cloudwatchlogs_test.go:1044: [2021-03-19T21:16:54.137Z] cloudwatchlogs_test.go:1045: 🙃 [2021-03-19T21:16:54.137Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-03-19T21:16:54.137Z] cloudwatchlogs_test.go:1044: 🙃 [2021-03-19T21:16:54.137Z] cloudwatchlogs_test.go:1045: [2021-03-19T21:16:54.137Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-03-19T21:16:54.137Z] cloudwatchlogs_test.go:1044: a [2021-03-19T21:16:54.137Z] cloudwatchlogs_test.go:1045: � [2021-03-19T21:16:54.137Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-03-19T21:16:54.137Z] cloudwatchlogs_test.go:1044: a� [2021-03-19T21:16:54.137Z] cloudwatchlogs_test.go:1045: [2021-03-19T21:16:54.137Z] === RUN TestProcessEventEmoji [2021-03-19T21:16:54.137Z] --- PASS: TestProcessEventEmoji (0.00s) [2021-03-19T21:16:54.137Z] === RUN TestCollectBatchLineSplit [2021-03-19T21:16:54.137Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2021-03-19T21:16:54.137Z] === RUN TestCollectBatchLineSplitWithBinary [2021-03-19T21:16:54.137Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2021-03-19T21:16:54.137Z] === RUN TestCollectBatchMaxEvents [2021-03-19T21:16:54.137Z] --- PASS: TestCollectBatchMaxEvents (0.04s) [2021-03-19T21:16:54.137Z] === RUN TestCollectBatchMaxTotalBytes [2021-03-19T21:16:54.137Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2021-03-19T21:16:54.137Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-03-19T21:16:54.137Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2021-03-19T21:16:54.137Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-03-19T21:16:54.137Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.06s) [2021-03-19T21:16:54.137Z] === RUN TestParseLogOptionsMultilinePattern [2021-03-19T21:16:54.137Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-03-19T21:16:54.137Z] === RUN TestParseLogOptionsDatetimeFormat [2021-03-19T21:16:54.137Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-03-19T21:16:54.137Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-03-19T21:16:54.137Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-03-19T21:16:54.137Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-03-19T21:16:54.137Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-03-19T21:16:54.137Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-03-19T21:16:54.137Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-03-19T21:16:54.137Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.02s) [2021-03-19T21:16:54.137Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-03-19T21:16:54.137Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-03-19T21:16:54.137Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-03-19T21:16:54.137Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-03-19T21:16:54.137Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-03-19T21:16:54.137Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-03-19T21:16:54.137Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-03-19T21:16:54.137Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-03-19T21:16:54.137Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-03-19T21:16:54.137Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-03-19T21:16:54.137Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-03-19T21:16:54.137Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-03-19T21:16:54.137Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-03-19T21:16:54.137Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-03-19T21:16:54.137Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-03-19T21:16:54.137Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-03-19T21:16:54.137Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-03-19T21:16:54.137Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-03-19T21:16:54.137Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-03-19T21:16:54.137Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-03-19T21:16:54.137Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-03-19T21:16:54.137Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-03-19T21:16:54.137Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-03-19T21:16:54.137Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-03-19T21:16:54.137Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-03-19T21:16:54.137Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-03-19T21:16:54.137Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-03-19T21:16:54.137Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-03-19T21:16:54.137Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-03-19T21:16:54.137Z] === RUN TestCreateTagSuccess [2021-03-19T21:16:54.137Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-03-19T21:16:54.137Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-03-19T21:16:54.137Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2021-03-19T21:16:54.137Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-03-19T21:16:54.137Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-03-19T21:16:54.137Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-03-19T21:16:54.137Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2021-03-19T21:16:54.137Z] PASS [2021-03-19T21:16:54.137Z] coverage: 77.8% of statements [2021-03-19T21:16:54.137Z] ok github.com/docker/docker/daemon/logger/awslogs 0.592s coverage: 77.8% of statements [2021-03-19T21:16:54.137Z] === RUN TestJSONFileLogger [2021-03-19T21:16:54.137Z] --- PASS: TestJSONFileLogger (0.00s) [2021-03-19T21:16:54.137Z] === RUN TestJSONFileLoggerWithTags [2021-03-19T21:16:54.137Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2021-03-19T21:16:54.137Z] === RUN TestJSONFileLoggerWithOpts [2021-03-19T21:16:54.137Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2021-03-19T21:16:54.137Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-03-19T21:16:54.137Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2021-03-19T21:16:54.137Z] === RUN TestEncodeDecode [2021-03-19T21:16:54.137Z] === PAUSE TestEncodeDecode [2021-03-19T21:16:54.137Z] === RUN TestUnexpectedEOF [2021-03-19T21:16:54.137Z] time="2021-03-19T21:16:53Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-03-19T21:16:54.137Z] time="2021-03-19T21:16:53Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-03-19T21:16:54.137Z] --- PASS: TestUnexpectedEOF (0.15s) [2021-03-19T21:16:54.137Z] === CONT TestEncodeDecode [2021-03-19T21:16:54.137Z] --- PASS: TestEncodeDecode (0.00s) [2021-03-19T21:16:54.137Z] PASS [2021-03-19T21:16:54.137Z] coverage: 69.9% of statements [2021-03-19T21:16:54.137Z] === RUN TestSearchRegistryForImagesErrors [2021-03-19T21:16:54.137Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-03-19T21:16:54.137Z] === RUN TestSearchRegistryForImages [2021-03-19T21:16:54.137Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.341s coverage: 69.9% of statements [2021-03-19T21:16:54.137Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-03-19T21:16:54.137Z] === RUN TestOnlyPlatformWithFallback [2021-03-19T21:16:54.137Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2021-03-19T21:16:54.137Z] === RUN TestImageDelete [2021-03-19T21:16:54.137Z] === RUN TestImageDelete/no_lease [2021-03-19T21:16:54.137Z] === RUN TestImageDelete/lease_exists [2021-03-19T21:16:54.137Z] --- PASS: TestImageDelete (0.04s) [2021-03-19T21:16:54.137Z] --- PASS: TestImageDelete/no_lease (0.01s) [2021-03-19T21:16:54.137Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2021-03-19T21:16:54.137Z] === RUN TestContentStoreForPull [2021-03-19T21:16:54.451Z] ? github.com/docker/docker/api [no test files] [2021-03-19T21:16:54.609Z] --- PASS: TestContentStoreForPull (0.21s) [2021-03-19T21:16:54.609Z] PASS [2021-03-19T21:16:54.609Z] coverage: 6.7% of statements [2021-03-19T21:16:54.609Z] ok github.com/docker/docker/daemon/images 0.458s coverage: 6.7% of statements [2021-03-19T21:16:54.609Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-03-19T21:16:54.609Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-03-19T21:16:54.609Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-03-19T21:16:54.609Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-03-19T21:16:54.609Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-03-19T21:16:54.609Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-03-19T21:16:54.609Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-03-19T21:16:55.080Z] === RUN TestJSONLogsMarshalJSONBuf [2021-03-19T21:16:55.081Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-03-19T21:16:55.081Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-03-19T21:16:55.081Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.17s) [2021-03-19T21:16:55.081Z] === RUN TestFastTimeMarshalJSON [2021-03-19T21:16:55.425Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2021-03-19T21:16:55.553Z] --- PASS: TestFastTimeMarshalJSON (0.02s) [2021-03-19T21:16:55.553Z] PASS [2021-03-19T21:16:55.553Z] coverage: 87.2% of statements [2021-03-19T21:16:55.553Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.236s coverage: 87.2% of statements [2021-03-19T21:16:56.458Z] --- PASS: TestCreateServiceCapabilities (3.46s) [2021-03-19T21:16:56.458Z] === RUN TestInspect [2021-03-19T21:16:56.800Z] --- PASS: TestRemoveImageGarbageCollector (2.73s) [2021-03-19T21:16:56.800Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-03-19T21:16:56.800Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-03-19T21:16:56.800Z] === RUN TestTagInvalidReference [2021-03-19T21:16:56.800Z] --- PASS: TestTagInvalidReference (0.02s) [2021-03-19T21:16:56.800Z] === RUN TestTagValidPrefixedRepo [2021-03-19T21:16:57.058Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2021-03-19T21:16:57.058Z] === RUN TestTagExistedNameWithoutForce [2021-03-19T21:16:57.058Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2021-03-19T21:16:57.058Z] === RUN TestTagOfficialNames [2021-03-19T21:16:57.058Z] --- PASS: TestTagOfficialNames (0.09s) [2021-03-19T21:16:57.058Z] === RUN TestTagMatchesDigest [2021-03-19T21:16:57.058Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-03-19T21:16:57.058Z] === CONT TestImportExtremelyLargeImageWorks [2021-03-19T21:16:57.126Z] === RUN TestWriteLog [2021-03-19T21:16:57.126Z] === PAUSE TestWriteLog [2021-03-19T21:16:57.126Z] === RUN TestReadLog [2021-03-19T21:16:57.126Z] === PAUSE TestReadLog [2021-03-19T21:16:57.126Z] === CONT TestWriteLog [2021-03-19T21:16:57.126Z] --- PASS: TestWriteLog (0.00s) [2021-03-19T21:16:57.126Z] === CONT TestReadLog [2021-03-19T21:16:57.126Z] === RUN TestReadLog/tail_exact [2021-03-19T21:16:57.126Z] === RUN TestReadLog/tail_less_than_available [2021-03-19T21:16:57.126Z] === RUN TestReadLog/tail_more_than_available [2021-03-19T21:16:57.126Z] --- PASS: TestReadLog (0.20s) [2021-03-19T21:16:57.126Z] --- PASS: TestReadLog/tail_exact (0.17s) [2021-03-19T21:16:57.126Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2021-03-19T21:16:57.126Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2021-03-19T21:16:57.126Z] PASS [2021-03-19T21:16:57.126Z] coverage: 75.2% of statements [2021-03-19T21:16:57.126Z] ok github.com/docker/docker/daemon/logger/local 0.289s coverage: 75.2% of statements [2021-03-19T21:16:57.126Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-03-19T21:16:57.597Z] === RUN TestOpenFileDelete [2021-03-19T21:16:57.597Z] --- PASS: TestOpenFileDelete (0.00s) [2021-03-19T21:16:57.597Z] === RUN TestOpenFileRename [2021-03-19T21:16:57.597Z] --- PASS: TestOpenFileRename (0.00s) [2021-03-19T21:16:57.597Z] === RUN TestParseLogTagDefaultTag [2021-03-19T21:16:57.597Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-03-19T21:16:57.597Z] === RUN TestParseLogTag [2021-03-19T21:16:57.597Z] --- PASS: TestParseLogTag (0.00s) [2021-03-19T21:16:57.597Z] === RUN TestParseLogTagEmptyTag [2021-03-19T21:16:57.597Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-03-19T21:16:57.597Z] === RUN TestTailFiles [2021-03-19T21:16:57.597Z] --- PASS: TestTailFiles (0.00s) [2021-03-19T21:16:57.597Z] === RUN TestFollowLogsConsumerGone [2021-03-19T21:16:57.597Z] --- PASS: TestFollowLogsConsumerGone (0.01s) [2021-03-19T21:16:57.597Z] === RUN TestFollowLogsProducerGone [2021-03-19T21:16:57.597Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-03-19T21:16:57.597Z] logfile_test.go:232: messages sent: 4098, received: 4098 [2021-03-19T21:16:57.597Z] logfile_test.go:179: logDecode() closed after sending 4098 messages [2021-03-19T21:16:57.597Z] === RUN TestCheckCapacityAndRotate [2021-03-19T21:16:57.597Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-03-19T21:16:57.597Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-03-19T21:16:57.597Z] === RUN TestLog [2021-03-19T21:16:57.597Z] --- PASS: TestLog (0.01s) [2021-03-19T21:16:57.597Z] PASS [2021-03-19T21:16:57.597Z] coverage: 31.5% of statements [2021-03-19T21:16:57.597Z] --- PASS: TestCheckCapacityAndRotate (0.17s) [2021-03-19T21:16:57.597Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2021-03-19T21:16:57.597Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.13s) [2021-03-19T21:16:57.597Z] PASS [2021-03-19T21:16:57.597Z] coverage: 55.3% of statements [2021-03-19T21:16:57.597Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.097s coverage: 31.5% of statements [2021-03-19T21:16:57.597Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.311s coverage: 55.3% of statements [2021-03-19T21:16:57.994Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2021-03-19T21:16:58.561Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2021-03-19T21:16:59.128Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2021-03-19T21:16:59.180Z] === RUN TestValidateLogOpt [2021-03-19T21:16:59.180Z] --- PASS: TestValidateLogOpt (0.00s) [2021-03-19T21:16:59.180Z] === RUN TestNewMissedConfig [2021-03-19T21:16:59.180Z] --- PASS: TestNewMissedConfig (0.00s) [2021-03-19T21:16:59.180Z] === RUN TestNewMissedUrl [2021-03-19T21:16:59.180Z] --- PASS: TestNewMissedUrl (0.00s) [2021-03-19T21:16:59.180Z] === RUN TestNewMissedToken [2021-03-19T21:16:59.180Z] --- PASS: TestNewMissedToken (0.00s) [2021-03-19T21:16:59.180Z] === RUN TestNewWithProxy [2021-03-19T21:16:59.180Z] --- PASS: TestNewWithProxy (0.00s) [2021-03-19T21:16:59.180Z] === RUN TestDefault [2021-03-19T21:16:59.180Z] --- PASS: TestDefault (0.01s) [2021-03-19T21:16:59.180Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-03-19T21:16:59.180Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-03-19T21:16:59.180Z] === RUN TestJsonFormat [2021-03-19T21:16:59.180Z] --- PASS: TestJsonFormat (0.02s) [2021-03-19T21:16:59.180Z] === RUN TestRawFormat [2021-03-19T21:16:59.180Z] --- PASS: TestRawFormat (0.00s) [2021-03-19T21:16:59.180Z] === RUN TestRawFormatWithLabels [2021-03-19T21:16:59.180Z] --- PASS: TestRawFormatWithLabels (0.00s) [2021-03-19T21:16:59.180Z] === RUN TestRawFormatWithoutTag [2021-03-19T21:16:59.180Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2021-03-19T21:16:59.180Z] === RUN TestBatching [2021-03-19T21:16:59.180Z] === RUN TestNewParse [2021-03-19T21:16:59.180Z] --- PASS: TestNewParse (0.00s) [2021-03-19T21:16:59.180Z] PASS [2021-03-19T21:16:59.180Z] coverage: 8.3% of statements [2021-03-19T21:16:59.651Z] ok github.com/docker/docker/daemon/logger/templates 0.239s coverage: 8.3% of statements [2021-03-19T21:16:59.651Z] --- PASS: TestBatching (0.53s) [2021-03-19T21:16:59.651Z] === RUN TestFrequency [2021-03-19T21:16:59.651Z] --- PASS: TestFrequency (0.21s) [2021-03-19T21:16:59.651Z] === RUN TestOneMessagePerRequest [2021-03-19T21:16:59.651Z] --- PASS: TestOneMessagePerRequest (0.01s) [2021-03-19T21:16:59.651Z] === RUN TestVerify [2021-03-19T21:16:59.651Z] --- PASS: TestVerify (0.00s) [2021-03-19T21:16:59.651Z] === RUN TestSkipVerify [2021-03-19T21:16:59.651Z] === RUN TestParseLogFormat [2021-03-19T21:16:59.651Z] --- PASS: TestParseLogFormat (0.00s) [2021-03-19T21:16:59.651Z] === RUN TestValidateLogOptEmpty [2021-03-19T21:16:59.651Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-03-19T21:16:59.651Z] === RUN TestValidateSyslogAddress [2021-03-19T21:16:59.651Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-03-19T21:16:59.651Z] === RUN TestParseAddressDefaultPort [2021-03-19T21:16:59.651Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-03-19T21:16:59.651Z] === RUN TestValidateSyslogFacility [2021-03-19T21:16:59.651Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-03-19T21:16:59.651Z] === RUN TestValidateLogOptSyslogFormat [2021-03-19T21:16:59.651Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-03-19T21:16:59.651Z] === RUN TestValidateLogOpt [2021-03-19T21:16:59.651Z] --- PASS: TestValidateLogOpt (0.00s) [2021-03-19T21:16:59.651Z] PASS [2021-03-19T21:16:59.651Z] coverage: 46.8% of statements [2021-03-19T21:16:59.651Z] ok github.com/docker/docker/daemon/logger/syslog 0.076s coverage: 46.8% of statements [2021-03-19T21:16:59.695Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2021-03-19T21:17:00.122Z] time="2021-03-19T21:16:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-03-19T21:17:00.122Z] time="2021-03-19T21:16:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-03-19T21:17:00.122Z] time="2021-03-19T21:16:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-03-19T21:17:00.122Z] --- PASS: TestSkipVerify (0.48s) [2021-03-19T21:17:00.122Z] === RUN TestBufferMaximum [2021-03-19T21:17:00.122Z] time="2021-03-19T21:16:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-03-19T21:17:00.122Z] time="2021-03-19T21:16:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-03-19T21:17:00.122Z] time="2021-03-19T21:16:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-03-19T21:17:00.122Z] time="2021-03-19T21:16:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-03-19T21:17:00.122Z] time="2021-03-19T21:16:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-03-19T21:17:00.122Z] time="2021-03-19T21:16:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1616188619.990614\",\"host\":\"116a4b2fbcc8\"}'" [2021-03-19T21:17:00.122Z] time="2021-03-19T21:16:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1616188619.990614\",\"host\":\"116a4b2fbcc8\"}'" [2021-03-19T21:17:00.122Z] --- PASS: TestBufferMaximum (0.00s) [2021-03-19T21:17:00.122Z] === RUN TestServerAlwaysDown [2021-03-19T21:17:00.122Z] time="2021-03-19T21:16:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-03-19T21:17:00.122Z] time="2021-03-19T21:16:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-03-19T21:17:00.122Z] time="2021-03-19T21:16:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1616188619.993619\",\"host\":\"116a4b2fbcc8\"}'" [2021-03-19T21:17:00.122Z] time="2021-03-19T21:16:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1616188619.993619\",\"host\":\"116a4b2fbcc8\"}'" [2021-03-19T21:17:00.122Z] time="2021-03-19T21:16:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-03-19T21:17:00.122Z] time="2021-03-19T21:16:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1616188619.993619\",\"host\":\"116a4b2fbcc8\"}'" [2021-03-19T21:17:00.122Z] time="2021-03-19T21:16:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1616188619.994604\",\"host\":\"116a4b2fbcc8\"}'" [2021-03-19T21:17:00.122Z] time="2021-03-19T21:16:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1616188619.994604\",\"host\":\"116a4b2fbcc8\"}'" [2021-03-19T21:17:00.122Z] --- PASS: TestServerAlwaysDown (0.00s) [2021-03-19T21:17:00.122Z] === RUN TestCannotSendAfterClose [2021-03-19T21:17:00.122Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-03-19T21:17:00.122Z] === RUN TestDeadlockOnBlockedEndpoint [2021-03-19T21:17:00.679Z] --- PASS: TestInspect (3.76s) [2021-03-19T21:17:00.679Z] === RUN TestCreateJob [2021-03-19T21:17:01.013Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-03-19T21:17:01.114Z] time="2021-03-19T21:17:01Z" level=warning msg="Error while sending logs" error="Post http://127.0.0.1:49202/services/collector/event/1.0: context deadline exceeded" module=logger/splunk [2021-03-19T21:17:01.114Z] time="2021-03-19T21:17:01Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"116a4b2fbcc8\"}'" [2021-03-19T21:17:01.114Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2021-03-19T21:17:01.114Z] PASS [2021-03-19T21:17:01.114Z] coverage: 82.5% of statements [2021-03-19T21:17:01.114Z] ok github.com/docker/docker/daemon/logger/splunk 2.400s coverage: 82.5% of statements [2021-03-19T21:17:01.114Z] ? github.com/docker/docker/daemon/names [no test files] [2021-03-19T21:17:01.114Z] ? github.com/docker/docker/daemon/network [no test files] [2021-03-19T21:17:01.114Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-03-19T21:17:01.599Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-03-19T21:17:02.106Z] === RUN TestV1IDService [2021-03-19T21:17:02.106Z] --- PASS: TestV1IDService (0.03s) [2021-03-19T21:17:02.106Z] === RUN TestV2MetadataService [2021-03-19T21:17:02.106Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-03-19T21:17:02.106Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-03-19T21:17:02.106Z] === RUN TestContinueOnError_MirrorEndpoint [2021-03-19T21:17:02.106Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-03-19T21:17:02.106Z] === RUN TestContinueOnError_NeverContinue [2021-03-19T21:17:02.106Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-03-19T21:17:02.106Z] === RUN TestManifestStore [2021-03-19T21:17:02.106Z] === RUN TestManifestStore/no_remote_or_local [2021-03-19T21:17:02.170Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2021-03-19T21:17:02.170Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2021-03-19T21:17:02.577Z] time="2021-03-19T21:17:02Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local209798235\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-03-19T21:17:02.577Z] === RUN TestManifestStore/no_local_cache [2021-03-19T21:17:02.577Z] === RUN TestManifestStore/with_local_cache [2021-03-19T21:17:02.577Z] === RUN TestManifestStore/unknown_media_type [2021-03-19T21:17:02.577Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-03-19T21:17:02.577Z] time="2021-03-19T21:17:02Z" level=warning msg="reference for unknown type: " [2021-03-19T21:17:02.577Z] time="2021-03-19T21:17:02Z" level=warning msg="reference for unknown type: " [2021-03-19T21:17:02.577Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-03-19T21:17:02.577Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-03-19T21:17:02.577Z] time="2021-03-19T21:17:02Z" level=warning msg="reference for unknown type: " [2021-03-19T21:17:02.577Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-03-19T21:17:02.577Z] time="2021-03-19T21:17:02Z" level=warning msg="reference for unknown type: " [2021-03-19T21:17:02.577Z] time="2021-03-19T21:17:02Z" level=warning msg="reference for unknown type: " [2021-03-19T21:17:02.577Z] === RUN TestManifestStore/error_persisting_manifest [2021-03-19T21:17:02.577Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-03-19T21:17:02.577Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-03-19T21:17:02.577Z] time="2021-03-19T21:17:02Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-03-19T21:17:02.577Z] --- PASS: TestManifestStore (0.43s) [2021-03-19T21:17:02.577Z] --- PASS: TestManifestStore/no_remote_or_local (0.20s) [2021-03-19T21:17:02.577Z] --- PASS: TestManifestStore/no_local_cache (0.04s) [2021-03-19T21:17:02.577Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2021-03-19T21:17:02.577Z] --- PASS: TestManifestStore/unknown_media_type (0.07s) [2021-03-19T21:17:02.577Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2021-03-19T21:17:02.577Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.05s) [2021-03-19T21:17:02.578Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.03s) [2021-03-19T21:17:02.578Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2021-03-19T21:17:02.578Z] --- PASS: TestManifestStore/error_persisting_manifest (0.10s) [2021-03-19T21:17:02.578Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.03s) [2021-03-19T21:17:02.578Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.07s) [2021-03-19T21:17:02.578Z] === RUN TestDetectManifestBlobMediaType [2021-03-19T21:17:02.578Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-03-19T21:17:02.578Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-03-19T21:17:02.578Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-03-19T21:17:02.578Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-03-19T21:17:02.578Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-03-19T21:17:02.578Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-03-19T21:17:02.578Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-03-19T21:17:02.578Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-03-19T21:17:02.578Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-03-19T21:17:02.578Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-03-19T21:17:02.578Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-03-19T21:17:02.578Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-03-19T21:17:02.578Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-03-19T21:17:02.578Z] === RUN TestFixManifestLayers [2021-03-19T21:17:02.578Z] --- PASS: TestFixManifestLayers (0.00s) [2021-03-19T21:17:02.578Z] === RUN TestFixManifestLayersBaseLayerParent [2021-03-19T21:17:02.578Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-03-19T21:17:02.578Z] pull_v2_test.go:73: Needs fixing on Windows [2021-03-19T21:17:02.578Z] === RUN TestFixManifestLayersBadParent [2021-03-19T21:17:02.578Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-03-19T21:17:02.578Z] === RUN TestValidateManifest [2021-03-19T21:17:02.578Z] --- SKIP: TestValidateManifest (0.00s) [2021-03-19T21:17:02.578Z] pull_v2_test.go:118: Needs fixing on Windows [2021-03-19T21:17:02.578Z] === RUN TestFormatPlatform [2021-03-19T21:17:02.578Z] --- PASS: TestFormatPlatform (0.00s) [2021-03-19T21:17:02.578Z] === RUN TestGetRepositoryMountCandidates [2021-03-19T21:17:02.578Z] --- PASS: TestGetRepositoryMountCandidates (0.01s) [2021-03-19T21:17:02.578Z] === RUN TestLayerAlreadyExists [2021-03-19T21:17:02.578Z] --- PASS: TestLayerAlreadyExists (0.00s) [2021-03-19T21:17:02.578Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-03-19T21:17:02.578Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-03-19T21:17:02.578Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-03-19T21:17:02.578Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-03-19T21:17:02.578Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-03-19T21:17:02.578Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-03-19T21:17:03.048Z] === RUN TestWhenEmptyAuthConfig [2021-03-19T21:17:03.048Z] === RUN TestSuccessfulDownload [2021-03-19T21:17:03.048Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-03-19T21:17:03.048Z] download_test.go:268: Needs fixing on Windows [2021-03-19T21:17:03.048Z] === RUN TestCancelledDownload [2021-03-19T21:17:03.048Z] --- PASS: TestCancelledDownload (0.00s) [2021-03-19T21:17:03.048Z] === RUN TestMaxDownloadAttempts [2021-03-19T21:17:03.048Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-03-19T21:17:03.048Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-03-19T21:17:03.049Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-03-19T21:17:03.049Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-03-19T21:17:03.049Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-03-19T21:17:03.049Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-03-19T21:17:03.049Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-03-19T21:17:03.049Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-03-19T21:17:03.049Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-03-19T21:17:03.049Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-03-19T21:17:03.049Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-03-19T21:17:03.049Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-03-19T21:17:03.520Z] --- PASS: TestV2MetadataService (1.22s) [2021-03-19T21:17:03.520Z] PASS [2021-03-19T21:17:03.520Z] coverage: 48.2% of statements [2021-03-19T21:17:03.520Z] ok github.com/docker/docker/distribution/metadata 1.475s coverage: 48.2% of statements [2021-03-19T21:17:03.520Z] time="2021-03-19T21:17:03Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-03-19T21:17:03.520Z] time="2021-03-19T21:17:03Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-03-19T21:17:03.520Z] time="2021-03-19T21:17:03Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-03-19T21:17:03.520Z] time="2021-03-19T21:17:03Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-03-19T21:17:03.520Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-03-19T21:17:03.520Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.44s) [2021-03-19T21:17:03.520Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.44s) [2021-03-19T21:17:03.520Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.44s) [2021-03-19T21:17:03.520Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.44s) [2021-03-19T21:17:03.520Z] === RUN TestTransfer [2021-03-19T21:17:03.991Z] --- PASS: TestTransfer (0.12s) [2021-03-19T21:17:03.992Z] === RUN TestConcurrencyLimit [2021-03-19T21:17:03.992Z] --- PASS: TestWhenEmptyAuthConfig (1.24s) [2021-03-19T21:17:03.992Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-03-19T21:17:03.992Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-03-19T21:17:03.992Z] === RUN TestTokenPassThru [2021-03-19T21:17:03.992Z] --- PASS: TestTokenPassThru (0.01s) [2021-03-19T21:17:03.992Z] === RUN TestTokenPassThruDifferentHost [2021-03-19T21:17:03.992Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2021-03-19T21:17:03.992Z] PASS [2021-03-19T21:17:03.992Z] coverage: 23.6% of statements [2021-03-19T21:17:03.992Z] ok github.com/docker/docker/distribution 1.834s coverage: 23.6% of statements [2021-03-19T21:17:03.992Z] === RUN TestNotFound [2021-03-19T21:17:03.992Z] --- PASS: TestNotFound (0.00s) [2021-03-19T21:17:03.992Z] === RUN TestConflict [2021-03-19T21:17:03.992Z] --- PASS: TestConflict (0.00s) [2021-03-19T21:17:03.992Z] === RUN TestForbidden [2021-03-19T21:17:03.992Z] --- PASS: TestForbidden (0.00s) [2021-03-19T21:17:03.992Z] === RUN TestInvalidParameter [2021-03-19T21:17:03.992Z] --- PASS: TestInvalidParameter (0.00s) [2021-03-19T21:17:03.992Z] === RUN TestNotImplemented [2021-03-19T21:17:03.992Z] --- PASS: TestNotImplemented (0.00s) [2021-03-19T21:17:03.992Z] === RUN TestNotModified [2021-03-19T21:17:03.992Z] --- PASS: TestNotModified (0.00s) [2021-03-19T21:17:03.992Z] === RUN TestUnauthorized [2021-03-19T21:17:03.992Z] --- PASS: TestUnauthorized (0.00s) [2021-03-19T21:17:03.992Z] === RUN TestUnknown [2021-03-19T21:17:03.992Z] --- PASS: TestUnknown (0.00s) [2021-03-19T21:17:03.992Z] === RUN TestCancelled [2021-03-19T21:17:03.992Z] --- PASS: TestCancelled (0.00s) [2021-03-19T21:17:03.992Z] === RUN TestDeadline [2021-03-19T21:17:03.992Z] --- PASS: TestDeadline (0.00s) [2021-03-19T21:17:03.992Z] === RUN TestDataLoss [2021-03-19T21:17:03.992Z] --- PASS: TestDataLoss (0.00s) [2021-03-19T21:17:03.992Z] === RUN TestUnavailable [2021-03-19T21:17:03.992Z] --- PASS: TestUnavailable (0.00s) [2021-03-19T21:17:03.992Z] === RUN TestSystem [2021-03-19T21:17:03.992Z] --- PASS: TestSystem (0.00s) [2021-03-19T21:17:03.992Z] === RUN TestFromStatusCode [2021-03-19T21:17:03.992Z] === RUN TestFromStatusCode/Not_Found [2021-03-19T21:17:03.992Z] === RUN TestFromStatusCode/Bad_Request [2021-03-19T21:17:03.992Z] === RUN TestFromStatusCode/Conflict [2021-03-19T21:17:03.992Z] === RUN TestFromStatusCode/Unauthorized [2021-03-19T21:17:03.992Z] === RUN TestFromStatusCode/Service_Unavailable [2021-03-19T21:17:03.992Z] === RUN TestFromStatusCode/Forbidden [2021-03-19T21:17:03.992Z] === RUN TestFromStatusCode/Not_Modified [2021-03-19T21:17:03.992Z] === RUN TestFromStatusCode/Not_Implemented [2021-03-19T21:17:03.992Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-03-19T21:17:03.992Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-03-19T21:17:03.992Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-03-19T21:17:03.992Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-03-19T21:17:03.992Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-03-19T21:17:03.992Z] --- PASS: TestFromStatusCode (0.00s) [2021-03-19T21:17:03.992Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-03-19T21:17:03.992Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-03-19T21:17:03.992Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-03-19T21:17:03.992Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-03-19T21:17:03.992Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-03-19T21:17:03.992Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-03-19T21:17:03.992Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-03-19T21:17:03.992Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-03-19T21:17:03.992Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-03-19T21:17:03.992Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-03-19T21:17:03.992Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-03-19T21:17:03.992Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-03-19T21:17:03.992Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-03-19T21:17:03.992Z] PASS [2021-03-19T21:17:03.992Z] coverage: 53.1% of statements [2021-03-19T21:17:03.992Z] ok github.com/docker/docker/errdefs 0.063s coverage: 53.1% of statements [2021-03-19T21:17:03.992Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-03-19T21:17:03.992Z] --- PASS: TestConcurrencyLimit (0.40s) [2021-03-19T21:17:03.992Z] === RUN TestInactiveJobs [2021-03-19T21:17:04.700Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2021-03-19T21:17:04.894Z] --- PASS: TestCreateJob (4.63s) [2021-03-19T21:17:04.894Z] === RUN TestReplicatedJob [2021-03-19T21:17:04.984Z] --- PASS: TestInactiveJobs (0.50s) [2021-03-19T21:17:04.984Z] === RUN TestWatchRelease [2021-03-19T21:17:04.984Z] --- PASS: TestWatchRelease (0.05s) [2021-03-19T21:17:04.984Z] === RUN TestWatchFinishedTransfer [2021-03-19T21:17:04.984Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-03-19T21:17:04.984Z] === RUN TestDuplicateTransfer [2021-03-19T21:17:04.984Z] --- PASS: TestDuplicateTransfer (0.13s) [2021-03-19T21:17:04.984Z] === RUN TestSuccessfulUpload [2021-03-19T21:17:04.984Z] time="2021-03-19T21:17:04Z" level=error msg="Upload failed, retrying: simulating retry" [2021-03-19T21:17:05.456Z] --- PASS: TestSuccessfulUpload (0.53s) [2021-03-19T21:17:05.456Z] === RUN TestCancelledUpload [2021-03-19T21:17:05.456Z] --- PASS: TestCancelledUpload (0.00s) [2021-03-19T21:17:05.456Z] PASS [2021-03-19T21:17:05.456Z] coverage: 76.8% of statements [2021-03-19T21:17:05.456Z] ok github.com/docker/docker/distribution/xfer 2.347s coverage: 76.8% of statements [2021-03-19T21:17:05.456Z] ? github.com/docker/docker/dockerversion [no test files] [2021-03-19T21:17:05.927Z] === RUN TestCompare [2021-03-19T21:17:05.927Z] --- PASS: TestCompare (0.00s) [2021-03-19T21:17:05.927Z] PASS [2021-03-19T21:17:05.927Z] coverage: 19.2% of statements [2021-03-19T21:17:05.927Z] ok github.com/docker/docker/image/cache 0.107s coverage: 19.2% of statements [2021-03-19T21:17:06.401Z] === RUN TestFSGetInvalidData [2021-03-19T21:17:06.401Z] --- PASS: TestFSGetInvalidData (0.02s) [2021-03-19T21:17:06.401Z] === RUN TestFSInvalidSet [2021-03-19T21:17:06.401Z] --- PASS: TestFSInvalidSet (0.01s) [2021-03-19T21:17:06.401Z] === RUN TestFSInvalidRoot [2021-03-19T21:17:06.401Z] --- PASS: TestFSInvalidRoot (0.01s) [2021-03-19T21:17:06.401Z] === RUN TestFSMetadataGetSet [2021-03-19T21:17:06.401Z] --- PASS: TestFSMetadataGetSet (0.03s) [2021-03-19T21:17:06.401Z] === RUN TestFSInvalidWalker [2021-03-19T21:17:06.401Z] --- PASS: TestFSInvalidWalker (0.01s) [2021-03-19T21:17:06.401Z] === RUN TestFSGetSet [2021-03-19T21:17:06.601Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2021-03-19T21:17:06.872Z] --- PASS: TestFSGetSet (0.02s) [2021-03-19T21:17:06.872Z] === RUN TestFSGetUnsetKey [2021-03-19T21:17:06.872Z] --- PASS: TestFSGetUnsetKey (0.01s) [2021-03-19T21:17:06.872Z] === RUN TestFSGetEmptyData [2021-03-19T21:17:06.872Z] --- PASS: TestFSGetEmptyData (0.01s) [2021-03-19T21:17:06.872Z] === RUN TestFSDelete [2021-03-19T21:17:06.872Z] --- PASS: TestFSDelete (0.05s) [2021-03-19T21:17:06.872Z] === RUN TestFSWalker [2021-03-19T21:17:06.872Z] --- PASS: TestFSWalker (0.03s) [2021-03-19T21:17:06.872Z] === RUN TestFSWalkerStopOnError [2021-03-19T21:17:06.872Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2021-03-19T21:17:06.872Z] === RUN TestNewFromJSON [2021-03-19T21:17:06.872Z] --- PASS: TestNewFromJSON (0.00s) [2021-03-19T21:17:06.872Z] === RUN TestNewFromJSONWithInvalidJSON [2021-03-19T21:17:06.872Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-03-19T21:17:06.872Z] === RUN TestMarshalKeyOrder [2021-03-19T21:17:06.872Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-03-19T21:17:06.872Z] === RUN TestHistoryEqual [2021-03-19T21:17:06.872Z] --- PASS: TestHistoryEqual (0.17s) [2021-03-19T21:17:06.872Z] === RUN TestImage [2021-03-19T21:17:06.872Z] --- PASS: TestImage (0.00s) [2021-03-19T21:17:06.872Z] === RUN TestImageOSNotEmpty [2021-03-19T21:17:06.872Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-03-19T21:17:06.872Z] === RUN TestNewChildImageFromImageWithRootFS [2021-03-19T21:17:06.872Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-03-19T21:17:06.872Z] === RUN TestCreate [2021-03-19T21:17:06.872Z] --- PASS: TestCreate (0.01s) [2021-03-19T21:17:06.872Z] === RUN TestRestore [2021-03-19T21:17:06.872Z] time="2021-03-19T21:17:06Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-03-19T21:17:06.872Z] --- PASS: TestRestore (0.04s) [2021-03-19T21:17:06.872Z] === RUN TestAddDelete [2021-03-19T21:17:06.872Z] --- PASS: TestAddDelete (0.03s) [2021-03-19T21:17:06.872Z] === RUN TestSearchAfterDelete [2021-03-19T21:17:06.872Z] === RUN TestValidateManifest [2021-03-19T21:17:06.872Z] === RUN TestValidateManifest/nil [2021-03-19T21:17:06.872Z] === RUN TestValidateManifest/non-nil [2021-03-19T21:17:06.872Z] --- PASS: TestValidateManifest (0.00s) [2021-03-19T21:17:06.872Z] --- PASS: TestValidateManifest/nil (0.00s) [2021-03-19T21:17:06.872Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2021-03-19T21:17:06.872Z] PASS [2021-03-19T21:17:06.872Z] coverage: 0.6% of statements [2021-03-19T21:17:06.872Z] ok github.com/docker/docker/image/tarexport 0.105s coverage: 0.6% of statements [2021-03-19T21:17:06.872Z] --- PASS: TestSearchAfterDelete (0.04s) [2021-03-19T21:17:06.872Z] === RUN TestParentReset [2021-03-19T21:17:06.872Z] --- PASS: TestParentReset (0.06s) [2021-03-19T21:17:06.872Z] === RUN TestGetAndSetLastUpdated [2021-03-19T21:17:07.343Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2021-03-19T21:17:07.343Z] === RUN TestStoreLen [2021-03-19T21:17:07.343Z] --- PASS: TestStoreLen (0.07s) [2021-03-19T21:17:07.343Z] PASS [2021-03-19T21:17:07.343Z] coverage: 86.6% of statements [2021-03-19T21:17:07.343Z] ok github.com/docker/docker/image 0.931s coverage: 86.6% of statements [2021-03-19T21:17:07.815Z] === RUN TestMakeV1ConfigFromConfig [2021-03-19T21:17:07.815Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-03-19T21:17:07.815Z] PASS [2021-03-19T21:17:07.815Z] coverage: 25.0% of statements [2021-03-19T21:17:07.815Z] ok github.com/docker/docker/image/v1 0.104s coverage: 25.0% of statements [2021-03-19T21:17:07.815Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-03-19T21:17:09.136Z] --- PASS: TestServiceUpdatePidsLimit (16.72s) [2021-03-19T21:17:09.136Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.04s) [2021-03-19T21:17:09.136Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.10s) [2021-03-19T21:17:09.136Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.19s) [2021-03-19T21:17:09.136Z] PASS [2021-03-19T21:17:09.136Z] [2021-03-19T21:17:09.136Z] === Skipped [2021-03-19T21:17:09.137Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-03-19T21:17:09.137Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-19T21:17:09.137Z] [2021-03-19T21:17:09.137Z] [2021-03-19T21:17:09.137Z] DONE 27 tests, 1 skipped in 178.016s [2021-03-19T21:17:09.137Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-03-19T21:17:09.137Z] INFO: Testing against a local daemon [2021-03-19T21:17:09.137Z] === RUN TestSessionCreate [2021-03-19T21:17:09.137Z] --- PASS: TestSessionCreate (0.02s) [2021-03-19T21:17:09.137Z] === RUN TestSessionCreateWithBadUpgrade [2021-03-19T21:17:09.137Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-03-19T21:17:09.137Z] PASS [2021-03-19T21:17:09.137Z] [2021-03-19T21:17:09.137Z] DONE 2 tests in 0.072s [2021-03-19T21:17:09.137Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-03-19T21:17:09.137Z] INFO: Testing against a local daemon [2021-03-19T21:17:09.137Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-03-19T21:17:09.137Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2021-03-19T21:17:09.137Z] === RUN TestEventsExecDie [2021-03-19T21:17:09.137Z] --- PASS: TestEventsExecDie (1.02s) [2021-03-19T21:17:09.137Z] === RUN TestEventsBackwardsCompatible [2021-03-19T21:17:09.137Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2021-03-19T21:17:09.137Z] === RUN TestInfoBinaryCommits [2021-03-19T21:17:09.137Z] --- PASS: TestInfoBinaryCommits (0.04s) [2021-03-19T21:17:09.137Z] === RUN TestInfoAPIVersioned [2021-03-19T21:17:09.137Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-03-19T21:17:09.137Z] === RUN TestInfoDiscoveryBackend [2021-03-19T21:17:09.292Z] ok github.com/docker/docker/api/server 0.015s coverage: 9.0% of statements [2021-03-19T21:17:09.388Z] === RUN TestSerialization [2021-03-19T21:17:09.389Z] --- PASS: TestSerialization (0.02s) [2021-03-19T21:17:09.389Z] PASS [2021-03-19T21:17:09.389Z] coverage: 100.0% of statements [2021-03-19T21:17:09.389Z] ok github.com/docker/docker/libcontainerd/queue 0.075s coverage: 100.0% of statements [2021-03-19T21:17:09.705Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2021-03-19T21:17:09.705Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-03-19T21:17:09.884Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-03-19T21:17:10.142Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-03-19T21:17:10.380Z] === RUN TestEmptyLayer [2021-03-19T21:17:10.380Z] --- PASS: TestEmptyLayer (0.00s) [2021-03-19T21:17:10.380Z] === RUN TestCommitFailure [2021-03-19T21:17:10.380Z] --- PASS: TestCommitFailure (0.01s) [2021-03-19T21:17:10.380Z] === RUN TestStartTransactionFailure [2021-03-19T21:17:10.380Z] --- PASS: TestStartTransactionFailure (0.00s) [2021-03-19T21:17:10.380Z] === RUN TestGetOrphan [2021-03-19T21:17:10.380Z] --- PASS: TestGetOrphan (0.01s) [2021-03-19T21:17:10.380Z] === RUN TestMountAndRegister [2021-03-19T21:17:10.380Z] --- PASS: TestMountAndRegister (0.07s) [2021-03-19T21:17:10.380Z] layer_test.go:271: Layer size: 14 [2021-03-19T21:17:10.380Z] === RUN TestLayerRelease [2021-03-19T21:17:10.380Z] --- SKIP: TestLayerRelease (0.00s) [2021-03-19T21:17:10.380Z] layer_test.go:304: Failing on Windows [2021-03-19T21:17:10.380Z] === RUN TestStoreRestore [2021-03-19T21:17:10.380Z] --- SKIP: TestStoreRestore (0.00s) [2021-03-19T21:17:10.380Z] layer_test.go:353: Failing on Windows [2021-03-19T21:17:10.380Z] === RUN TestTarStreamStability [2021-03-19T21:17:10.380Z] --- SKIP: TestTarStreamStability (0.00s) [2021-03-19T21:17:10.380Z] layer_test.go:468: Failing on Windows [2021-03-19T21:17:10.380Z] === RUN TestRegisterExistingLayer [2021-03-19T21:17:10.380Z] --- PASS: TestRegisterExistingLayer (0.21s) [2021-03-19T21:17:10.380Z] === RUN TestTarStreamVerification [2021-03-19T21:17:10.380Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-03-19T21:17:10.380Z] layer_test.go:697: Failing on Windows [2021-03-19T21:17:10.380Z] === RUN TestLayerMigration [2021-03-19T21:17:10.380Z] --- SKIP: TestLayerMigration (0.00s) [2021-03-19T21:17:10.380Z] migration_test.go:46: Failing on Windows [2021-03-19T21:17:10.380Z] === RUN TestLayerMigrationNoTarsplit [2021-03-19T21:17:10.380Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-03-19T21:17:10.380Z] migration_test.go:182: Failing on Windows [2021-03-19T21:17:10.380Z] === RUN TestMountInit [2021-03-19T21:17:10.380Z] --- SKIP: TestMountInit (0.00s) [2021-03-19T21:17:10.380Z] mount_test.go:17: Failing on Windows [2021-03-19T21:17:10.380Z] === RUN TestMountSize [2021-03-19T21:17:10.380Z] --- SKIP: TestMountSize (0.00s) [2021-03-19T21:17:10.380Z] mount_test.go:76: Failing on Windows [2021-03-19T21:17:10.380Z] === RUN TestMountChanges [2021-03-19T21:17:10.380Z] --- SKIP: TestMountChanges (0.00s) [2021-03-19T21:17:10.380Z] mount_test.go:125: Failing on Windows [2021-03-19T21:17:10.380Z] === RUN TestMountApply [2021-03-19T21:17:10.380Z] --- SKIP: TestMountApply (0.00s) [2021-03-19T21:17:10.381Z] mount_test.go:212: Failing on Windows [2021-03-19T21:17:10.381Z] PASS [2021-03-19T21:17:10.381Z] coverage: 30.1% of statements [2021-03-19T21:17:10.381Z] ok github.com/docker/docker/layer 0.434s coverage: 30.1% of statements [2021-03-19T21:17:10.644Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-03-19T21:17:10.644Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-03-19T21:17:10.851Z] === RUN TestEnvironmentParsing [2021-03-19T21:17:10.851Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-03-19T21:17:10.851Z] PASS [2021-03-19T21:17:10.851Z] coverage: 1.0% of statements [2021-03-19T21:17:10.851Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-03-19T21:17:10.851Z] ok github.com/docker/docker/libcontainerd/local 0.125s coverage: 1.0% of statements [2021-03-19T21:17:10.851Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-03-19T21:17:10.851Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-03-19T21:17:10.851Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-03-19T21:17:10.851Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2021-03-19T21:17:10.851Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2021-03-19T21:17:10.851Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2021-03-19T21:17:10.851Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2021-03-19T21:17:10.851Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2021-03-19T21:17:10.851Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2021-03-19T21:17:10.851Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2021-03-19T21:17:10.851Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2021-03-19T21:17:10.851Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2021-03-19T21:17:10.851Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2021-03-19T21:17:10.851Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2021-03-19T21:17:10.851Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2021-03-19T21:17:10.851Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2021-03-19T21:17:10.851Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2021-03-19T21:17:10.851Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2021-03-19T21:17:10.851Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2021-03-19T21:17:10.851Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2021-03-19T21:17:10.851Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2021-03-19T21:17:10.851Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2021-03-19T21:17:10.851Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2021-03-19T21:17:10.851Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2021-03-19T21:17:10.851Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2021-03-19T21:17:10.851Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2021-03-19T21:17:10.851Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2021-03-19T21:17:10.851Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2021-03-19T21:17:10.851Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2021-03-19T21:17:10.851Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2021-03-19T21:17:10.851Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2021-03-19T21:17:10.851Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2021-03-19T21:17:10.851Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2021-03-19T21:17:10.851Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2021-03-19T21:17:10.851Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2021-03-19T21:17:10.851Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2021-03-19T21:17:10.851Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2021-03-19T21:17:10.851Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2021-03-19T21:17:10.851Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2021-03-19T21:17:10.851Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2021-03-19T21:17:10.851Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2021-03-19T21:17:10.851Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2021-03-19T21:17:10.851Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2021-03-19T21:17:10.851Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2021-03-19T21:17:10.851Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2021-03-19T21:17:10.851Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2021-03-19T21:17:10.851Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2021-03-19T21:17:10.851Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2021-03-19T21:17:10.851Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2021-03-19T21:17:10.851Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2021-03-19T21:17:10.851Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2021-03-19T21:17:10.851Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2021-03-19T21:17:10.851Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2021-03-19T21:17:10.851Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2021-03-19T21:17:10.851Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2021-03-19T21:17:10.851Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2021-03-19T21:17:10.851Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2021-03-19T21:17:10.851Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2021-03-19T21:17:10.851Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2021-03-19T21:17:10.851Z] PASS [2021-03-19T21:17:10.851Z] coverage: 42.3% of statements [2021-03-19T21:17:10.851Z] ok github.com/docker/docker/oci 0.058s coverage: 42.3% of statements [2021-03-19T21:17:10.851Z] ? github.com/docker/docker/oci/caps [no test files] [2021-03-19T21:17:11.212Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2021-03-19T21:17:11.212Z] === RUN TestInfoAPI [2021-03-19T21:17:11.212Z] --- PASS: TestInfoAPI (0.02s) [2021-03-19T21:17:11.212Z] === RUN TestInfoAPIWarnings [2021-03-19T21:17:11.845Z] === RUN TestParseVersion [2021-03-19T21:17:11.845Z] --- PASS: TestParseVersion (0.00s) [2021-03-19T21:17:11.845Z] PASS [2021-03-19T21:17:11.845Z] coverage: 52.9% of statements [2021-03-19T21:17:11.845Z] ok github.com/docker/docker/pkg/aaparser 0.119s coverage: 52.9% of statements [2021-03-19T21:17:12.045Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-03-19T21:17:12.316Z] === RUN TestAddressPoolOpt [2021-03-19T21:17:12.316Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-03-19T21:17:12.316Z] === RUN TestValidateEnv [2021-03-19T21:17:12.316Z] === RUN TestValidateEnv/a [2021-03-19T21:17:12.316Z] === RUN TestValidateEnv/something [2021-03-19T21:17:12.316Z] === RUN TestValidateEnv/_=a [2021-03-19T21:17:12.316Z] === RUN TestValidateEnv/env1=value1 [2021-03-19T21:17:12.316Z] === RUN TestValidateEnv/_env1=value1 [2021-03-19T21:17:12.316Z] === RUN TestValidateEnv/env2=value2=value3 [2021-03-19T21:17:12.316Z] === RUN TestValidateEnv/env3=abc!qwe [2021-03-19T21:17:12.316Z] === RUN TestValidateEnv/env_4=value_4 [2021-03-19T21:17:12.316Z] === RUN TestValidateEnv/PATH [2021-03-19T21:17:12.316Z] === RUN TestValidateEnv/=a [2021-03-19T21:17:12.316Z] === RUN TestValidateEnv/PATH= [2021-03-19T21:17:12.316Z] === RUN TestValidateEnv/PATH=something [2021-03-19T21:17:12.316Z] === RUN TestValidateEnv/asd!qwe [2021-03-19T21:17:12.316Z] === RUN TestValidateEnv/1asd [2021-03-19T21:17:12.316Z] === RUN TestValidateEnv/123 [2021-03-19T21:17:12.316Z] === RUN TestValidateEnv/some_space [2021-03-19T21:17:12.316Z] === RUN TestValidateEnv/__some_space_before [2021-03-19T21:17:12.316Z] === RUN TestValidateEnv/some_space_after__ [2021-03-19T21:17:12.316Z] === RUN TestValidateEnv/= [2021-03-19T21:17:12.316Z] === RUN TestValidateEnv/PaTh [2021-03-19T21:17:12.316Z] --- PASS: TestValidateEnv (0.00s) [2021-03-19T21:17:12.316Z] --- PASS: TestValidateEnv/a (0.00s) [2021-03-19T21:17:12.316Z] --- PASS: TestValidateEnv/something (0.00s) [2021-03-19T21:17:12.316Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-03-19T21:17:12.316Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-03-19T21:17:12.316Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-03-19T21:17:12.316Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-03-19T21:17:12.316Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-03-19T21:17:12.317Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-03-19T21:17:12.317Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-03-19T21:17:12.317Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-03-19T21:17:12.317Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-03-19T21:17:12.317Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-03-19T21:17:12.317Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-03-19T21:17:12.317Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-03-19T21:17:12.317Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-03-19T21:17:12.317Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-03-19T21:17:12.317Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-03-19T21:17:12.317Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-03-19T21:17:12.317Z] --- PASS: TestValidateEnv/= (0.00s) [2021-03-19T21:17:12.317Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-03-19T21:17:12.317Z] === RUN TestParseHost [2021-03-19T21:17:12.317Z] --- PASS: TestParseHost (0.00s) [2021-03-19T21:17:12.317Z] === RUN TestParseDockerDaemonHost [2021-03-19T21:17:12.317Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-03-19T21:17:12.317Z] === RUN TestParseTCP [2021-03-19T21:17:12.317Z] --- PASS: TestParseTCP (0.00s) [2021-03-19T21:17:12.317Z] === RUN TestParseInvalidUnixAddrInvalid [2021-03-19T21:17:12.317Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-03-19T21:17:12.317Z] === RUN TestValidateExtraHosts [2021-03-19T21:17:12.317Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-03-19T21:17:12.317Z] === RUN TestIpOptString [2021-03-19T21:17:12.317Z] --- PASS: TestIpOptString (0.00s) [2021-03-19T21:17:12.317Z] === RUN TestNewIpOptInvalidDefaultVal [2021-03-19T21:17:12.317Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-03-19T21:17:12.317Z] === RUN TestNewIpOptValidDefaultVal [2021-03-19T21:17:12.317Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-03-19T21:17:12.317Z] === RUN TestIpOptSetInvalidVal [2021-03-19T21:17:12.317Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-03-19T21:17:12.317Z] === RUN TestValidateIPAddress [2021-03-19T21:17:12.317Z] --- PASS: TestValidateIPAddress (0.00s) [2021-03-19T21:17:12.317Z] === RUN TestMapOpts [2021-03-19T21:17:12.317Z] --- PASS: TestMapOpts (0.00s) [2021-03-19T21:17:12.317Z] === RUN TestListOptsWithoutValidator [2021-03-19T21:17:12.317Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-03-19T21:17:12.317Z] === RUN TestListOptsWithValidator [2021-03-19T21:17:12.317Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-03-19T21:17:12.317Z] === RUN TestValidateDNSSearch [2021-03-19T21:17:12.317Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-03-19T21:17:12.317Z] === RUN TestValidateLabel [2021-03-19T21:17:12.317Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-03-19T21:17:12.317Z] === RUN TestValidateLabel/label_with_general_format [2021-03-19T21:17:12.317Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-03-19T21:17:12.317Z] === RUN TestValidateLabel/label_with_one_more [2021-03-19T21:17:12.317Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-03-19T21:17:12.317Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-03-19T21:17:12.317Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-03-19T21:17:12.317Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-03-19T21:17:12.317Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-03-19T21:17:12.317Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-03-19T21:17:12.317Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-03-19T21:17:12.317Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-03-19T21:17:12.317Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-03-19T21:17:12.317Z] --- PASS: TestValidateLabel (0.00s) [2021-03-19T21:17:12.317Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-03-19T21:17:12.317Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-03-19T21:17:12.317Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-03-19T21:17:12.317Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-03-19T21:17:12.317Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-03-19T21:17:12.317Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-03-19T21:17:12.317Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-03-19T21:17:12.317Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-03-19T21:17:12.317Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-03-19T21:17:12.317Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-03-19T21:17:12.317Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-03-19T21:17:12.317Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-03-19T21:17:12.317Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-03-19T21:17:12.317Z] === RUN TestNamedListOpts [2021-03-19T21:17:12.317Z] --- PASS: TestNamedListOpts (0.00s) [2021-03-19T21:17:12.317Z] === RUN TestNamedMapOpts [2021-03-19T21:17:12.317Z] --- PASS: TestNamedMapOpts (0.00s) [2021-03-19T21:17:12.317Z] === RUN TestParseLink [2021-03-19T21:17:12.317Z] --- PASS: TestParseLink (0.00s) [2021-03-19T21:17:12.317Z] === RUN TestQuotedStringSetWithQuotes [2021-03-19T21:17:12.317Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-03-19T21:17:12.317Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-03-19T21:17:12.317Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-03-19T21:17:12.317Z] === RUN TestQuotedStringSetWithNoQuotes [2021-03-19T21:17:12.317Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-03-19T21:17:12.317Z] === RUN TestUlimitOpt [2021-03-19T21:17:12.317Z] --- PASS: TestUlimitOpt (0.00s) [2021-03-19T21:17:12.317Z] PASS [2021-03-19T21:17:12.317Z] coverage: 67.1% of statements [2021-03-19T21:17:12.317Z] ok github.com/docker/docker/opts 0.322s coverage: 67.1% of statements [2021-03-19T21:17:12.980Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2021-03-19T21:17:13.053Z] --- PASS: TestReplicatedJob (7.10s) [2021-03-19T21:17:13.053Z] === RUN TestUpdateReplicatedJob [2021-03-19T21:17:13.315Z] === RUN TestUnbuffered [2021-03-19T21:17:13.787Z] --- PASS: TestUnbuffered (0.00s) [2021-03-19T21:17:13.787Z] === RUN TestRaceUnbuffered [2021-03-19T21:17:13.787Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-03-19T21:17:13.787Z] PASS [2021-03-19T21:17:13.787Z] coverage: 100.0% of statements [2021-03-19T21:17:13.787Z] ok github.com/docker/docker/pkg/broadcaster 0.066s coverage: 100.0% of statements [2021-03-19T21:17:13.787Z] === RUN TestPeerCertificateMarshalJSON [2021-03-19T21:17:14.258Z] === RUN TestMatch [2021-03-19T21:17:14.258Z] === RUN TestMatch/[[]] [2021-03-19T21:17:14.258Z] === RUN TestMatch/[[foo]] [2021-03-19T21:17:14.258Z] === RUN TestMatch/[[bar]_[foo]] [2021-03-19T21:17:14.258Z] === RUN TestMatch/[[foo_bar]] [2021-03-19T21:17:14.258Z] === RUN TestMatch/[[qux]_[foo]] [2021-03-19T21:17:14.258Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-03-19T21:17:14.258Z] === RUN TestMatch/[] [2021-03-19T21:17:14.258Z] === RUN TestMatch/[]#01 [2021-03-19T21:17:14.258Z] === RUN TestMatch/[[qux]] [2021-03-19T21:17:14.258Z] === RUN TestMatch/[[foo_bar_qux]] [2021-03-19T21:17:14.258Z] === RUN TestMatch/[[qux]_[baz]] [2021-03-19T21:17:14.258Z] === RUN TestMatch/[[foo_baz]] [2021-03-19T21:17:14.258Z] --- PASS: TestMatch (0.00s) [2021-03-19T21:17:14.258Z] --- PASS: TestMatch/[[]] (0.00s) [2021-03-19T21:17:14.258Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-03-19T21:17:14.258Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-03-19T21:17:14.258Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-03-19T21:17:14.258Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-03-19T21:17:14.258Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-03-19T21:17:14.258Z] --- PASS: TestMatch/[] (0.00s) [2021-03-19T21:17:14.258Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-03-19T21:17:14.258Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-03-19T21:17:14.258Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-03-19T21:17:14.258Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-03-19T21:17:14.258Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-03-19T21:17:14.258Z] PASS [2021-03-19T21:17:14.258Z] coverage: 87.5% of statements [2021-03-19T21:17:14.258Z] ok github.com/docker/docker/pkg/capabilities 0.064s coverage: 87.5% of statements [2021-03-19T21:17:14.258Z] === RUN TestIsArchivePathDir [2021-03-19T21:17:14.729Z] --- PASS: TestIsArchivePathDir (0.07s) [2021-03-19T21:17:14.729Z] === RUN TestIsArchivePathInvalidFile [2021-03-19T21:17:14.729Z] --- PASS: TestIsArchivePathInvalidFile (0.17s) [2021-03-19T21:17:14.729Z] === RUN TestIsArchivePathTar [2021-03-19T21:17:14.729Z] --- PASS: TestIsArchivePathTar (0.22s) [2021-03-19T21:17:14.729Z] === RUN TestDecompressStreamGzip [2021-03-19T21:17:14.881Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2021-03-19T21:17:15.200Z] --- PASS: TestDecompressStreamGzip (0.26s) [2021-03-19T21:17:15.200Z] === RUN TestDecompressStreamBzip2 [2021-03-19T21:17:15.200Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-03-19T21:17:15.200Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-03-19T21:17:15.200Z] --- PASS: TestPeerCertificateMarshalJSON (1.36s) [2021-03-19T21:17:15.200Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-03-19T21:17:15.200Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-03-19T21:17:15.200Z] === RUN TestMiddleware [2021-03-19T21:17:15.200Z] --- PASS: TestMiddleware (0.00s) [2021-03-19T21:17:15.200Z] === RUN TestNewResponseModifier [2021-03-19T21:17:15.200Z] --- PASS: TestNewResponseModifier (0.00s) [2021-03-19T21:17:15.200Z] PASS [2021-03-19T21:17:15.200Z] coverage: 26.8% of statements [2021-03-19T21:17:15.200Z] ok github.com/docker/docker/pkg/authorization 1.434s coverage: 26.8% of statements [2021-03-19T21:17:15.200Z] --- PASS: TestDecompressStreamBzip2 (0.15s) [2021-03-19T21:17:15.200Z] === RUN TestDecompressStreamXz [2021-03-19T21:17:15.200Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-03-19T21:17:15.200Z] archive_test.go:134: Xz not present in msys2 [2021-03-19T21:17:15.200Z] === RUN TestCompressStreamXzUnsupported [2021-03-19T21:17:15.200Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-03-19T21:17:15.200Z] === RUN TestCompressStreamBzip2Unsupported [2021-03-19T21:17:15.200Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-03-19T21:17:15.200Z] === RUN TestCompressStreamInvalid [2021-03-19T21:17:15.200Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-03-19T21:17:15.200Z] === RUN TestExtensionInvalid [2021-03-19T21:17:15.200Z] --- PASS: TestExtensionInvalid (0.00s) [2021-03-19T21:17:15.200Z] === RUN TestExtensionUncompressed [2021-03-19T21:17:15.200Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-03-19T21:17:15.200Z] === RUN TestExtensionBzip2 [2021-03-19T21:17:15.200Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-03-19T21:17:15.200Z] === RUN TestExtensionGzip [2021-03-19T21:17:15.200Z] --- PASS: TestExtensionGzip (0.00s) [2021-03-19T21:17:15.200Z] === RUN TestExtensionXz [2021-03-19T21:17:15.200Z] --- PASS: TestExtensionXz (0.00s) [2021-03-19T21:17:15.200Z] === RUN TestCmdStreamLargeStderr [2021-03-19T21:17:15.200Z] === RUN TestChrootTarUntar [2021-03-19T21:17:15.200Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-03-19T21:17:15.200Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-03-19T21:17:15.200Z] === RUN TestChrootUntarWithHugeExcludesList [2021-03-19T21:17:15.200Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-03-19T21:17:15.200Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-03-19T21:17:15.200Z] === RUN TestChrootUntarEmptyArchive [2021-03-19T21:17:15.200Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-03-19T21:17:15.200Z] === RUN TestChrootTarUntarWithSymlink [2021-03-19T21:17:15.200Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-03-19T21:17:15.200Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-03-19T21:17:15.200Z] === RUN TestChrootCopyWithTar [2021-03-19T21:17:15.200Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-03-19T21:17:15.200Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-03-19T21:17:15.200Z] === RUN TestChrootCopyFileWithTar [2021-03-19T21:17:15.200Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-03-19T21:17:15.200Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-03-19T21:17:15.200Z] === RUN TestChrootUntarPath [2021-03-19T21:17:15.200Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-03-19T21:17:15.200Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-03-19T21:17:15.200Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-03-19T21:17:15.200Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-03-19T21:17:15.200Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-03-19T21:17:15.200Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-03-19T21:17:15.200Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-03-19T21:17:15.200Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-03-19T21:17:15.200Z] === RUN TestChrootApplyDotDotFile [2021-03-19T21:17:15.200Z] --- PASS: TestCmdStreamLargeStderr (0.10s) [2021-03-19T21:17:15.200Z] === RUN TestCmdStreamBad [2021-03-19T21:17:15.200Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-03-19T21:17:15.200Z] archive_test.go:239: Failing on Windows CI machines [2021-03-19T21:17:15.200Z] === RUN TestCmdStreamGood [2021-03-19T21:17:15.200Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-03-19T21:17:15.200Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-03-19T21:17:15.200Z] PASS [2021-03-19T21:17:15.200Z] coverage: 15.4% of statements [2021-03-19T21:17:15.200Z] ok github.com/docker/docker/pkg/chrootarchive 0.114s coverage: 15.4% of statements [2021-03-19T21:17:15.671Z] --- PASS: TestCmdStreamGood (0.05s) [2021-03-19T21:17:15.671Z] === RUN TestUntarPathWithInvalidDest [2021-03-19T21:17:15.671Z] --- PASS: TestUntarPathWithInvalidDest (0.06s) [2021-03-19T21:17:15.671Z] === RUN TestUntarPathWithInvalidSrc [2021-03-19T21:17:15.671Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-03-19T21:17:15.671Z] === RUN TestUntarPath [2021-03-19T21:17:15.671Z] === RUN TestSizeEmpty [2021-03-19T21:17:15.671Z] --- PASS: TestSizeEmpty (0.00s) [2021-03-19T21:17:15.671Z] === RUN TestSizeEmptyFile [2021-03-19T21:17:15.671Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-03-19T21:17:15.671Z] === RUN TestSizeNonemptyFile [2021-03-19T21:17:15.671Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-03-19T21:17:15.671Z] === RUN TestSizeNestedDirectoryEmpty [2021-03-19T21:17:15.671Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-03-19T21:17:15.671Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-03-19T21:17:15.671Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-03-19T21:17:15.671Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-03-19T21:17:15.671Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-03-19T21:17:15.671Z] === RUN TestMoveToSubdir [2021-03-19T21:17:15.671Z] --- PASS: TestMoveToSubdir (0.00s) [2021-03-19T21:17:15.671Z] === RUN TestSizeNonExistingDirectory [2021-03-19T21:17:15.671Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-03-19T21:17:15.671Z] PASS [2021-03-19T21:17:15.671Z] coverage: 80.0% of statements [2021-03-19T21:17:15.671Z] ok github.com/docker/docker/pkg/directory 0.068s coverage: 80.0% of statements [2021-03-19T21:17:15.671Z] --- PASS: TestUntarPath (0.10s) [2021-03-19T21:17:15.671Z] === RUN TestUntarPathWithDestinationFile [2021-03-19T21:17:15.671Z] --- PASS: TestUntarPathWithDestinationFile (0.07s) [2021-03-19T21:17:15.671Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-03-19T21:17:15.671Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.08s) [2021-03-19T21:17:15.671Z] === RUN TestCopyWithTarInvalidSrc [2021-03-19T21:17:15.671Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-03-19T21:17:15.671Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-03-19T21:17:15.671Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-03-19T21:17:15.671Z] === RUN TestCopyWithTarSrcFile [2021-03-19T21:17:15.671Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2021-03-19T21:17:15.671Z] === RUN TestCopyWithTarSrcFolder [2021-03-19T21:17:15.671Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2021-03-19T21:17:15.671Z] === RUN TestCopyFileWithTarInvalidSrc [2021-03-19T21:17:15.671Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2021-03-19T21:17:15.671Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-03-19T21:17:15.671Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.01s) [2021-03-19T21:17:15.671Z] === RUN TestCopyFileWithTarSrcFolder [2021-03-19T21:17:15.671Z] --- PASS: TestCopyFileWithTarSrcFolder (0.01s) [2021-03-19T21:17:15.671Z] === RUN TestCopyFileWithTarSrcFile [2021-03-19T21:17:15.671Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2021-03-19T21:17:15.671Z] === RUN TestTarFiles [2021-03-19T21:17:16.365Z] --- PASS: TestUpdateReplicatedJob (4.49s) [2021-03-19T21:17:16.365Z] === RUN TestServiceListWithStatuses [2021-03-19T21:17:16.365Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-03-19T21:17:16.365Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-19T21:17:16.365Z] === RUN TestDockerNetworkConnectAlias [2021-03-19T21:17:16.782Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2021-03-19T21:17:17.247Z] === RUN Test [2021-03-19T21:17:17.247Z] === RUN Test/TestContainsEntry [2021-03-19T21:17:17.247Z] === RUN Test/TestCreateEntries [2021-03-19T21:17:17.247Z] === RUN Test/TestEntriesDiff [2021-03-19T21:17:17.247Z] === RUN Test/TestEntriesEquality [2021-03-19T21:17:17.247Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-03-19T21:17:17.247Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-03-19T21:17:17.247Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-03-19T21:17:17.247Z] === RUN Test/TestGeneratorNotGenerate [2021-03-19T21:17:17.247Z] === RUN Test/TestGeneratorWithPort [2021-03-19T21:17:17.247Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-03-19T21:17:17.247Z] === RUN Test/TestNewEntry [2021-03-19T21:17:17.247Z] === RUN Test/TestParse [2021-03-19T21:17:17.247Z] --- PASS: Test (0.00s) [2021-03-19T21:17:17.247Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-03-19T21:17:17.247Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-03-19T21:17:17.247Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-03-19T21:17:17.247Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-03-19T21:17:17.247Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-03-19T21:17:17.247Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-03-19T21:17:17.247Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-03-19T21:17:17.247Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-03-19T21:17:17.247Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-03-19T21:17:17.247Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-03-19T21:17:17.247Z] --- PASS: Test/TestNewEntry (0.00s) [2021-03-19T21:17:17.247Z] --- PASS: Test/TestParse (0.00s) [2021-03-19T21:17:17.247Z] PASS [2021-03-19T21:17:17.247Z] coverage: 58.3% of statements [2021-03-19T21:17:17.247Z] ok github.com/docker/docker/pkg/discovery 0.099s coverage: 58.3% of statements [2021-03-19T21:17:17.247Z] === RUN Test [2021-03-19T21:17:17.247Z] === RUN Test/TestContent [2021-03-19T21:17:17.247Z] === RUN Test/TestInitialize [2021-03-19T21:17:17.247Z] === RUN Test/TestNew [2021-03-19T21:17:17.247Z] === RUN Test/TestParsingContentsWithComments [2021-03-19T21:17:17.247Z] === RUN Test/TestRegister [2021-03-19T21:17:17.247Z] === RUN Test/TestWatch [2021-03-19T21:17:17.247Z] --- PASS: Test (0.01s) [2021-03-19T21:17:17.247Z] --- PASS: Test/TestContent (0.00s) [2021-03-19T21:17:17.247Z] --- PASS: Test/TestInitialize (0.00s) [2021-03-19T21:17:17.247Z] --- PASS: Test/TestNew (0.00s) [2021-03-19T21:17:17.247Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-03-19T21:17:17.247Z] --- PASS: Test/TestRegister (0.00s) [2021-03-19T21:17:17.247Z] --- PASS: Test/TestWatch (0.01s) [2021-03-19T21:17:17.247Z] PASS [2021-03-19T21:17:17.247Z] coverage: 97.6% of statements [2021-03-19T21:17:17.247Z] ok github.com/docker/docker/pkg/discovery/file 0.091s coverage: 97.6% of statements [2021-03-19T21:17:18.157Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-03-19T21:17:18.239Z] === RUN Test [2021-03-19T21:17:18.239Z] === RUN Test/TestInitialize [2021-03-19T21:17:18.239Z] === RUN Test [2021-03-19T21:17:18.239Z] === RUN Test/TestWatch [2021-03-19T21:17:18.239Z] --- PASS: Test (0.00s) [2021-03-19T21:17:18.239Z] --- PASS: Test/TestWatch (0.00s) [2021-03-19T21:17:18.239Z] PASS [2021-03-19T21:17:18.239Z] coverage: 92.3% of statements [2021-03-19T21:17:18.710Z] ok github.com/docker/docker/pkg/discovery/memory 0.105s coverage: 92.3% of statements [2021-03-19T21:17:18.710Z] time="2021-03-19T21:17:18Z" level=info msg="Initializing discovery without TLS" [2021-03-19T21:17:18.710Z] time="2021-03-19T21:17:18Z" level=info msg="Initializing discovery without TLS" [2021-03-19T21:17:18.710Z] time="2021-03-19T21:17:18Z" level=info msg="Initializing discovery without TLS" [2021-03-19T21:17:18.710Z] === RUN Test/TestInitializeWithCerts [2021-03-19T21:17:18.710Z] time="2021-03-19T21:17:18Z" level=info msg="Initializing discovery with TLS" [2021-03-19T21:17:18.710Z] === RUN Test/TestWatch [2021-03-19T21:17:18.710Z] time="2021-03-19T21:17:18Z" level=info msg="Initializing discovery without TLS" [2021-03-19T21:17:18.710Z] === RUN Test [2021-03-19T21:17:18.710Z] === RUN Test/TestInitialize [2021-03-19T21:17:18.710Z] === RUN Test/TestInitializeWithPattern [2021-03-19T21:17:18.710Z] === RUN Test/TestRegister [2021-03-19T21:17:18.710Z] === RUN Test/TestWatch [2021-03-19T21:17:18.710Z] --- PASS: Test (0.00s) [2021-03-19T21:17:18.710Z] --- PASS: Test/TestInitialize (0.00s) [2021-03-19T21:17:18.710Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-03-19T21:17:18.710Z] --- PASS: Test/TestRegister (0.00s) [2021-03-19T21:17:18.710Z] --- PASS: Test/TestWatch (0.00s) [2021-03-19T21:17:18.710Z] PASS [2021-03-19T21:17:18.710Z] coverage: 93.8% of statements [2021-03-19T21:17:18.710Z] ok github.com/docker/docker/pkg/discovery/nodes 0.045s coverage: 93.8% of statements [2021-03-19T21:17:19.092Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-03-19T21:17:19.092Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-03-19T21:17:19.703Z] === RUN TestPollerAddRemove [2021-03-19T21:17:19.703Z] --- PASS: TestPollerAddRemove (0.00s) [2021-03-19T21:17:19.703Z] === RUN TestPollerEvent [2021-03-19T21:17:19.703Z] --- SKIP: TestPollerEvent (0.00s) [2021-03-19T21:17:19.703Z] poller_test.go:41: No chmod on Windows [2021-03-19T21:17:19.703Z] === RUN TestPollerClose [2021-03-19T21:17:19.703Z] --- PASS: TestPollerClose (0.00s) [2021-03-19T21:17:19.703Z] PASS [2021-03-19T21:17:19.703Z] coverage: 36.2% of statements [2021-03-19T21:17:19.703Z] ok github.com/docker/docker/pkg/filenotify 0.049s coverage: 36.2% of statements [2021-03-19T21:17:20.176Z] === RUN TestCopyFileWithInvalidSrc [2021-03-19T21:17:20.176Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-03-19T21:17:20.176Z] === RUN TestCopyFileWithInvalidDest [2021-03-19T21:17:20.176Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2021-03-19T21:17:20.176Z] === RUN TestCopyFileWithSameSrcAndDest [2021-03-19T21:17:20.176Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-03-19T21:17:20.176Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-03-19T21:17:20.176Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.01s) [2021-03-19T21:17:20.176Z] === RUN TestCopyFile [2021-03-19T21:17:20.648Z] --- PASS: TestCopyFile (0.00s) [2021-03-19T21:17:20.648Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-03-19T21:17:20.648Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-03-19T21:17:20.648Z] fileutils_test.go:134: Needs porting to Windows [2021-03-19T21:17:20.648Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-03-19T21:17:20.648Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-03-19T21:17:20.648Z] === RUN TestReadSymlinkedDirectoryToFile [2021-03-19T21:17:20.648Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-03-19T21:17:20.648Z] fileutils_test.go:180: Needs porting to Windows [2021-03-19T21:17:20.648Z] === RUN TestWildcardMatches [2021-03-19T21:17:20.648Z] --- PASS: TestWildcardMatches (0.00s) [2021-03-19T21:17:20.648Z] === RUN TestPatternMatches [2021-03-19T21:17:20.648Z] --- PASS: TestPatternMatches (0.00s) [2021-03-19T21:17:20.648Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-03-19T21:17:20.648Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-03-19T21:17:20.648Z] === RUN TestPatternMatchesFolderExclusions [2021-03-19T21:17:20.648Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-03-19T21:17:20.648Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-03-19T21:17:20.648Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-03-19T21:17:20.648Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-03-19T21:17:20.648Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-03-19T21:17:20.648Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-03-19T21:17:20.648Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-03-19T21:17:20.648Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-03-19T21:17:20.648Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-03-19T21:17:20.648Z] === RUN TestSingleExclamationError [2021-03-19T21:17:20.648Z] --- PASS: TestSingleExclamationError (0.00s) [2021-03-19T21:17:20.648Z] === RUN TestMatchesWithNoPatterns [2021-03-19T21:17:20.648Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-03-19T21:17:20.648Z] === RUN TestMatchesWithMalformedPatterns [2021-03-19T21:17:20.648Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-03-19T21:17:20.648Z] === RUN TestMatches [2021-03-19T21:17:20.648Z] --- PASS: TestMatches (0.00s) [2021-03-19T21:17:20.648Z] === RUN TestCleanPatterns [2021-03-19T21:17:20.648Z] --- PASS: TestCleanPatterns (0.00s) [2021-03-19T21:17:20.648Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-03-19T21:17:20.648Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-03-19T21:17:20.648Z] === RUN TestCleanPatternsExceptionFlag [2021-03-19T21:17:20.648Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-03-19T21:17:20.648Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-03-19T21:17:20.648Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-03-19T21:17:20.648Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-03-19T21:17:20.648Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-03-19T21:17:20.648Z] === RUN TestCleanPatternsErrorSingleException [2021-03-19T21:17:20.648Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-03-19T21:17:20.648Z] === RUN TestCreateIfNotExistsDir [2021-03-19T21:17:20.648Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2021-03-19T21:17:20.648Z] === RUN TestCreateIfNotExistsFile [2021-03-19T21:17:20.648Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2021-03-19T21:17:20.648Z] === RUN TestMatch [2021-03-19T21:17:20.648Z] --- PASS: TestMatch (0.00s) [2021-03-19T21:17:20.648Z] PASS [2021-03-19T21:17:20.648Z] coverage: 87.7% of statements [2021-03-19T21:17:20.648Z] ok github.com/docker/docker/pkg/fileutils 0.118s coverage: 87.7% of statements [2021-03-19T21:17:20.996Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-03-19T21:17:21.119Z] === RUN TestGet [2021-03-19T21:17:21.119Z] --- PASS: TestGet (0.00s) [2021-03-19T21:17:21.119Z] === RUN TestGetShortcutString [2021-03-19T21:17:21.119Z] --- PASS: TestGetShortcutString (0.00s) [2021-03-19T21:17:21.119Z] PASS [2021-03-19T21:17:21.119Z] coverage: 42.9% of statements [2021-03-19T21:17:21.119Z] ok github.com/docker/docker/pkg/homedir 0.060s coverage: 42.9% of statements [2021-03-19T21:17:21.255Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2021-03-19T21:17:21.590Z] --- PASS: Test (3.18s) [2021-03-19T21:17:21.590Z] --- PASS: Test/TestInitialize (0.17s) [2021-03-19T21:17:21.590Z] --- PASS: Test/TestInitializeWithCerts (0.01s) [2021-03-19T21:17:21.590Z] --- PASS: Test/TestWatch (3.00s) [2021-03-19T21:17:21.590Z] PASS [2021-03-19T21:17:21.590Z] coverage: 84.1% of statements [2021-03-19T21:17:21.590Z] ok github.com/docker/docker/pkg/discovery/kv 3.305s coverage: 84.1% of statements [2021-03-19T21:17:22.061Z] === RUN TestCreateIDMapOrder [2021-03-19T21:17:22.061Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-03-19T21:17:22.061Z] PASS [2021-03-19T21:17:22.061Z] coverage: 7.2% of statements [2021-03-19T21:17:22.533Z] ok github.com/docker/docker/pkg/idtools 0.091s coverage: 7.2% of statements [2021-03-19T21:17:22.966Z] --- PASS: TestDockerNetworkConnectAlias (6.74s) [2021-03-19T21:17:22.966Z] === RUN TestDockerNetworkReConnect [2021-03-19T21:17:23.161Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-03-19T21:17:23.524Z] === RUN TestFixedBufferCap [2021-03-19T21:17:23.524Z] --- PASS: TestFixedBufferCap (0.00s) [2021-03-19T21:17:23.524Z] === RUN TestFixedBufferLen [2021-03-19T21:17:23.524Z] --- PASS: TestFixedBufferLen (0.00s) [2021-03-19T21:17:23.524Z] === RUN TestFixedBufferString [2021-03-19T21:17:23.524Z] --- PASS: TestFixedBufferString (0.00s) [2021-03-19T21:17:23.524Z] === RUN TestFixedBufferWrite [2021-03-19T21:17:23.524Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-03-19T21:17:23.524Z] === RUN TestFixedBufferRead [2021-03-19T21:17:23.524Z] --- PASS: TestFixedBufferRead (0.00s) [2021-03-19T21:17:23.524Z] === RUN TestBytesPipeRead [2021-03-19T21:17:23.524Z] --- PASS: TestBytesPipeRead (0.00s) [2021-03-19T21:17:23.524Z] === RUN TestBytesPipeWrite [2021-03-19T21:17:23.524Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-03-19T21:17:23.524Z] === RUN TestBytesPipeWriteRandomChunks [2021-03-19T21:17:23.524Z] === RUN TestError [2021-03-19T21:17:23.524Z] --- PASS: TestError (0.00s) [2021-03-19T21:17:23.524Z] === RUN TestProgressString [2021-03-19T21:17:23.524Z] === RUN TestProgressString/no_progress [2021-03-19T21:17:23.524Z] === RUN TestProgressString/progress_1 [2021-03-19T21:17:23.524Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-03-19T21:17:23.524Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-03-19T21:17:23.524Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-03-19T21:17:23.524Z] === RUN TestProgressString/with_units [2021-03-19T21:17:23.524Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-03-19T21:17:23.524Z] === RUN TestProgressString/hide_counts [2021-03-19T21:17:23.524Z] --- PASS: TestProgressString (0.00s) [2021-03-19T21:17:23.524Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-03-19T21:17:23.524Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-03-19T21:17:23.524Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-03-19T21:17:23.524Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-03-19T21:17:23.524Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-03-19T21:17:23.524Z] --- PASS: TestProgressString/with_units (0.00s) [2021-03-19T21:17:23.524Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-03-19T21:17:23.524Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-03-19T21:17:23.524Z] === RUN TestJSONMessageDisplay [2021-03-19T21:17:23.524Z] --- PASS: TestJSONMessageDisplay (0.17s) [2021-03-19T21:17:23.524Z] === RUN TestJSONMessageDisplayWithJSONError [2021-03-19T21:17:23.524Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-03-19T21:17:23.524Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-03-19T21:17:23.524Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-03-19T21:17:23.525Z] === RUN TestDisplayJSONMessagesStream [2021-03-19T21:17:23.525Z] --- PASS: TestDisplayJSONMessagesStream (0.01s) [2021-03-19T21:17:23.525Z] PASS [2021-03-19T21:17:23.525Z] coverage: 91.7% of statements [2021-03-19T21:17:23.525Z] ok github.com/docker/docker/pkg/jsonmessage 0.240s coverage: 91.7% of statements [2021-03-19T21:17:23.525Z] --- PASS: TestTarFiles (7.77s) [2021-03-19T21:17:23.525Z] === RUN TestTarUntar [2021-03-19T21:17:23.525Z] --- PASS: TestTarUntar (0.04s) [2021-03-19T21:17:23.525Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-03-19T21:17:23.525Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s) [2021-03-19T21:17:23.525Z] === RUN TestTarWithOptions [2021-03-19T21:17:23.525Z] === RUN TestStandardLongPath [2021-03-19T21:17:23.525Z] --- PASS: TestStandardLongPath (0.00s) [2021-03-19T21:17:23.525Z] === RUN TestUNCLongPath [2021-03-19T21:17:23.525Z] --- PASS: TestUNCLongPath (0.00s) [2021-03-19T21:17:23.525Z] PASS [2021-03-19T21:17:23.525Z] coverage: 100.0% of statements [2021-03-19T21:17:23.525Z] ok github.com/docker/docker/pkg/longpath 0.052s coverage: 100.0% of statements [2021-03-19T21:17:23.525Z] --- PASS: TestTarWithOptions (0.04s) [2021-03-19T21:17:23.525Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-03-19T21:17:23.525Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2021-03-19T21:17:23.525Z] === RUN TestUntarUstarGnuConflict [2021-03-19T21:17:23.525Z] --- PASS: TestUntarUstarGnuConflict (0.01s) [2021-03-19T21:17:23.525Z] === RUN TestUntarInvalidFilenames [2021-03-19T21:17:23.996Z] --- PASS: TestBytesPipeWriteRandomChunks (0.51s) [2021-03-19T21:17:23.996Z] === RUN TestAtomicWriteToFile [2021-03-19T21:17:23.996Z] --- PASS: TestAtomicWriteToFile (0.01s) [2021-03-19T21:17:23.996Z] === RUN TestAtomicWriteSetCommit [2021-03-19T21:17:23.996Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2021-03-19T21:17:23.996Z] === RUN TestAtomicWriteSetCancel [2021-03-19T21:17:23.996Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2021-03-19T21:17:23.996Z] === RUN TestReadCloserWrapperClose [2021-03-19T21:17:23.996Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-03-19T21:17:23.996Z] === RUN TestReaderErrWrapperReadOnError [2021-03-19T21:17:23.996Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-03-19T21:17:23.996Z] === RUN TestReaderErrWrapperRead [2021-03-19T21:17:23.996Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-03-19T21:17:23.996Z] === RUN TestHashData [2021-03-19T21:17:23.996Z] --- PASS: TestHashData (0.00s) [2021-03-19T21:17:23.996Z] === RUN TestCancelReadCloser [2021-03-19T21:17:23.996Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames420675446\\dest" [2021-03-19T21:17:23.996Z] --- PASS: TestUntarInvalidFilenames (0.19s) [2021-03-19T21:17:23.996Z] === RUN TestUntarHardlinkToSymlink [2021-03-19T21:17:23.996Z] --- PASS: TestCancelReadCloser (0.10s) [2021-03-19T21:17:23.996Z] === RUN TestWriteCloserWrapperClose [2021-03-19T21:17:23.996Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-03-19T21:17:23.996Z] === RUN TestNopWriteCloser [2021-03-19T21:17:23.996Z] --- PASS: TestNopWriteCloser (0.00s) [2021-03-19T21:17:23.996Z] === RUN TestNopWriter [2021-03-19T21:17:23.996Z] --- PASS: TestNopWriter (0.00s) [2021-03-19T21:17:23.996Z] === RUN TestWriteCounter [2021-03-19T21:17:23.996Z] --- PASS: TestWriteCounter (0.00s) [2021-03-19T21:17:23.996Z] PASS [2021-03-19T21:17:23.996Z] coverage: 67.9% of statements [2021-03-19T21:17:23.996Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2021-03-19T21:17:23.996Z] === RUN TestUntarInvalidHardlink [2021-03-19T21:17:23.996Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink024630423\\victim\\hello" -> "../victim/hello" [2021-03-19T21:17:23.996Z] ok github.com/docker/docker/pkg/ioutils 0.702s coverage: 67.9% of statements [2021-03-19T21:17:23.996Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink505907978\\victim\\hello" -> "/../victim/hello" [2021-03-19T21:17:23.996Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink641661665\\victim" -> "../victim" [2021-03-19T21:17:23.996Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink854104268\\victim" -> "../victim" [2021-03-19T21:17:23.996Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink795947963\\victim" -> "../victim" [2021-03-19T21:17:23.996Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink979785694\\victim" -> "../victim" [2021-03-19T21:17:23.996Z] --- PASS: TestUntarInvalidHardlink (0.04s) [2021-03-19T21:17:23.996Z] === RUN TestUntarInvalidSymlink [2021-03-19T21:17:23.996Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink404507045\\dest\\dotdot" -> "../victim/hello" [2021-03-19T21:17:23.996Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink338924736\\dest\\slash-dotdot" -> "/../victim/hello" [2021-03-19T21:17:23.996Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink669332255\\dest\\loophole-victim" -> "../victim" [2021-03-19T21:17:23.996Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink848142322\\dest\\loophole-victim" -> "../victim" [2021-03-19T21:17:23.996Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink196736681\\dest\\loophole-victim" -> "../victim" [2021-03-19T21:17:23.996Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink895895540\\dest\\loophole-victim" -> "../victim" [2021-03-19T21:17:23.996Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink662181059\\dest\\dir\\loophole" -> "../../victim" [2021-03-19T21:17:23.996Z] --- PASS: TestUntarInvalidSymlink (0.05s) [2021-03-19T21:17:23.996Z] === RUN TestTempArchiveCloseMultipleTimes [2021-03-19T21:17:23.996Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-03-19T21:17:23.996Z] === RUN TestXGlobalNoParent [2021-03-19T21:17:23.996Z] --- PASS: TestXGlobalNoParent (0.00s) [2021-03-19T21:17:23.996Z] === RUN TestReplaceFileTarWrapper [2021-03-19T21:17:24.467Z] --- PASS: TestReplaceFileTarWrapper (0.29s) [2021-03-19T21:17:24.467Z] === RUN TestPrefixHeaderReadable [2021-03-19T21:17:24.467Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2021-03-19T21:17:24.467Z] === RUN TestDisablePigz [2021-03-19T21:17:24.467Z] --- PASS: TestDisablePigz (0.18s) [2021-03-19T21:17:24.467Z] archive_test.go:1331: Test will not check full path when Pigz not installed [2021-03-19T21:17:24.467Z] === RUN TestPigz [2021-03-19T21:17:24.467Z] --- PASS: TestPigz (0.20s) [2021-03-19T21:17:24.467Z] archive_test.go:1360: Tested whether Pigz is not used, as it not installed [2021-03-19T21:17:24.467Z] === RUN TestCopyFileWithInvalidDest [2021-03-19T21:17:24.467Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-03-19T21:17:24.467Z] archive_windows_test.go:16: Currently fails [2021-03-19T21:17:24.467Z] === RUN TestCanonicalTarNameForPath [2021-03-19T21:17:24.940Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-03-19T21:17:24.940Z] === RUN TestCanonicalTarName [2021-03-19T21:17:24.940Z] --- PASS: TestCanonicalTarName (0.00s) [2021-03-19T21:17:24.940Z] === RUN TestChmodTarEntry [2021-03-19T21:17:24.940Z] --- PASS: TestChmodTarEntry (0.00s) [2021-03-19T21:17:24.940Z] === RUN TestHardLinkOrder [2021-03-19T21:17:24.940Z] === RUN TestNameFormat [2021-03-19T21:17:24.940Z] --- PASS: TestNameFormat (0.00s) [2021-03-19T21:17:24.940Z] === RUN TestNameRetries [2021-03-19T21:17:24.940Z] --- PASS: TestNameRetries (0.00s) [2021-03-19T21:17:24.940Z] PASS [2021-03-19T21:17:24.940Z] coverage: 85.7% of statements [2021-03-19T21:17:24.940Z] ok github.com/docker/docker/pkg/namesgenerator 0.079s coverage: 85.7% of statements [2021-03-19T21:17:24.940Z] --- PASS: TestHardLinkOrder (0.09s) [2021-03-19T21:17:24.940Z] === RUN TestChangeString [2021-03-19T21:17:24.940Z] --- PASS: TestChangeString (0.00s) [2021-03-19T21:17:24.940Z] === RUN TestChangesWithNoChanges [2021-03-19T21:17:24.940Z] --- PASS: TestChangesWithNoChanges (0.04s) [2021-03-19T21:17:24.940Z] === RUN TestChangesWithChanges [2021-03-19T21:17:24.940Z] --- PASS: TestChangesWithChanges (0.07s) [2021-03-19T21:17:24.940Z] === RUN TestChangesWithChangesGH13590 [2021-03-19T21:17:24.940Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-03-19T21:17:24.940Z] changes_test.go:192: needs more investigation [2021-03-19T21:17:24.940Z] === RUN TestChangesDirsEmpty [2021-03-19T21:17:24.940Z] === RUN TestParseKeyValueOpt [2021-03-19T21:17:24.940Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-03-19T21:17:24.940Z] === RUN TestParseUintList [2021-03-19T21:17:24.940Z] --- PASS: TestParseUintList (0.00s) [2021-03-19T21:17:24.940Z] === RUN TestParseUintListMaximumLimits [2021-03-19T21:17:24.940Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-03-19T21:17:24.940Z] PASS [2021-03-19T21:17:24.940Z] coverage: 97.0% of statements [2021-03-19T21:17:24.940Z] ok github.com/docker/docker/pkg/parsers 0.047s coverage: 97.0% of statements [2021-03-19T21:17:24.940Z] --- PASS: TestChangesDirsEmpty (0.15s) [2021-03-19T21:17:24.940Z] === RUN TestChangesDirsMutated [2021-03-19T21:17:25.066Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-03-19T21:17:25.411Z] --- PASS: TestChangesDirsMutated (0.15s) [2021-03-19T21:17:25.411Z] === RUN TestApplyLayer [2021-03-19T21:17:25.411Z] --- SKIP: TestApplyLayer (0.00s) [2021-03-19T21:17:25.411Z] changes_test.go:405: needs further investigation [2021-03-19T21:17:25.411Z] === RUN TestChangesSizeWithHardlinks [2021-03-19T21:17:25.411Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-03-19T21:17:25.411Z] changes_test.go:441: needs further investigation [2021-03-19T21:17:25.411Z] === RUN TestChangesSizeWithNoChanges [2021-03-19T21:17:25.411Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-03-19T21:17:25.411Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-03-19T21:17:25.411Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-03-19T21:17:25.411Z] === RUN TestChangesSize [2021-03-19T21:17:25.411Z] --- PASS: TestChangesSize (0.00s) [2021-03-19T21:17:25.411Z] === RUN TestApplyLayerInvalidFilenames [2021-03-19T21:17:25.411Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames280804522\\dest" [2021-03-19T21:17:25.411Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2021-03-19T21:17:25.411Z] === RUN TestApplyLayerInvalidHardlink [2021-03-19T21:17:25.411Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink809229164\\victim\\hello" -> "../victim/hello" [2021-03-19T21:17:25.411Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink134674395\\victim\\hello" -> "/../victim/hello" [2021-03-19T21:17:25.412Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink431229310\\victim" -> "../victim" [2021-03-19T21:17:25.412Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink701255877\\victim" -> "../victim" [2021-03-19T21:17:25.412Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink179665760\\victim" -> "../victim" [2021-03-19T21:17:25.412Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink259248959\\victim" -> "../victim" [2021-03-19T21:17:25.412Z] --- PASS: TestApplyLayerInvalidHardlink (0.10s) [2021-03-19T21:17:25.412Z] === RUN TestApplyLayerInvalidSymlink [2021-03-19T21:17:25.412Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink181287826\\dest\\dotdot" -> "../victim/hello" [2021-03-19T21:17:25.412Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink694228425\\dest\\slash-dotdot" -> "/../victim/hello" [2021-03-19T21:17:25.412Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink006072468\\dest\\loophole-victim" -> "../victim" [2021-03-19T21:17:25.412Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink730654435\\dest\\loophole-victim" -> "../victim" [2021-03-19T21:17:25.412Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink252017382\\dest\\loophole-victim" -> "../victim" [2021-03-19T21:17:25.412Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink833912589\\dest\\loophole-victim" -> "../victim" [2021-03-19T21:17:25.412Z] --- PASS: TestApplyLayerInvalidSymlink (0.04s) [2021-03-19T21:17:25.412Z] === RUN TestApplyLayerWhiteouts [2021-03-19T21:17:25.412Z] === RUN TestNewAndRemove [2021-03-19T21:17:25.412Z] --- PASS: TestNewAndRemove (0.04s) [2021-03-19T21:17:25.412Z] === RUN TestRemoveInvalidPath [2021-03-19T21:17:25.412Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-03-19T21:17:25.412Z] PASS [2021-03-19T21:17:25.412Z] coverage: 82.6% of statements [2021-03-19T21:17:25.412Z] ok github.com/docker/docker/pkg/pidfile 0.139s coverage: 82.6% of statements [2021-03-19T21:17:25.412Z] --- PASS: TestApplyLayerWhiteouts (0.15s) [2021-03-19T21:17:25.412Z] === RUN TestGenerateEmptyFile [2021-03-19T21:17:25.412Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-03-19T21:17:25.412Z] === RUN TestGenerateWithContent [2021-03-19T21:17:25.412Z] --- PASS: TestGenerateWithContent (0.00s) [2021-03-19T21:17:25.412Z] PASS [2021-03-19T21:17:25.412Z] coverage: 62.6% of statements [2021-03-19T21:17:25.412Z] ok github.com/docker/docker/pkg/archive 11.155s coverage: 62.6% of statements [2021-03-19T21:17:25.634Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2021-03-19T21:17:26.408Z] === RUN TestParseEmptyInterface [2021-03-19T21:17:26.408Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-03-19T21:17:26.408Z] === RUN TestParseNonInterfaceType [2021-03-19T21:17:26.408Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-03-19T21:17:26.408Z] === RUN TestParseWithOneFunction [2021-03-19T21:17:26.408Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-03-19T21:17:26.408Z] === RUN TestParseWithMultipleFuncs [2021-03-19T21:17:26.408Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-03-19T21:17:26.408Z] === RUN TestParseWithUnnamedReturn [2021-03-19T21:17:26.408Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-03-19T21:17:26.408Z] === RUN TestEmbeddedInterface [2021-03-19T21:17:26.408Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-03-19T21:17:26.408Z] === RUN TestParsedImports [2021-03-19T21:17:26.408Z] --- PASS: TestParsedImports (0.00s) [2021-03-19T21:17:26.408Z] === RUN TestAliasedImports [2021-03-19T21:17:26.408Z] --- PASS: TestAliasedImports (0.00s) [2021-03-19T21:17:26.408Z] PASS [2021-03-19T21:17:26.408Z] coverage: 56.8% of statements [2021-03-19T21:17:26.408Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.098s coverage: 56.8% of statements [2021-03-19T21:17:27.401Z] === RUN TestFailedConnection [2021-03-19T21:17:27.872Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-03-19T21:17:27.872Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-03-19T21:17:27.872Z] === RUN TestBufioReaderPoolPutAndGet [2021-03-19T21:17:27.872Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-03-19T21:17:27.872Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-03-19T21:17:27.872Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-03-19T21:17:27.872Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-03-19T21:17:27.872Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-03-19T21:17:27.872Z] === RUN TestBufioWriterPoolPutAndGet [2021-03-19T21:17:27.872Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-03-19T21:17:27.872Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-03-19T21:17:27.872Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-03-19T21:17:27.872Z] === RUN TestBufferPoolPutAndGet [2021-03-19T21:17:27.872Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-03-19T21:17:27.872Z] PASS [2021-03-19T21:17:27.872Z] coverage: 88.2% of statements [2021-03-19T21:17:27.872Z] ok github.com/docker/docker/pkg/pools 0.039s coverage: 88.2% of statements [2021-03-19T21:17:28.268Z] --- PASS: TestDockerNetworkReConnect (5.37s) [2021-03-19T21:17:28.268Z] === RUN TestServicePlugin [2021-03-19T21:17:28.268Z] --- SKIP: TestServicePlugin (0.00s) [2021-03-19T21:17:28.268Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-19T21:17:28.268Z] === RUN TestServiceUpdateLabel [2021-03-19T21:17:28.343Z] === RUN TestHTTPTransport [2021-03-19T21:17:28.343Z] --- PASS: TestHTTPTransport (0.00s) [2021-03-19T21:17:28.343Z] PASS [2021-03-19T21:17:28.343Z] coverage: 85.7% of statements [2021-03-19T21:17:28.343Z] ok github.com/docker/docker/pkg/plugins/transport 0.102s coverage: 85.7% of statements [2021-03-19T21:17:28.815Z] --- PASS: TestFailedConnection (1.09s) [2021-03-19T21:17:28.815Z] === RUN TestFailOnce [2021-03-19T21:17:28.815Z] 2021/03/19 21:17:28 http: panic serving 127.0.0.1:49225: Plugin not ready [2021-03-19T21:17:28.815Z] goroutine 10 [running]: [2021-03-19T21:17:28.815Z] net/http.(*conn).serve.func1(0xc000058be0) [2021-03-19T21:17:28.815Z] c:/go/src/net/http/server.go:1795 +0x140 [2021-03-19T21:17:28.815Z] panic(0x849b40, 0x986ad0) [2021-03-19T21:17:28.815Z] c:/go/src/runtime/panic.go:679 +0x1c0 [2021-03-19T21:17:28.815Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x99a700, 0xc000132000, 0xc0000d0300) [2021-03-19T21:17:28.815Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56 [2021-03-19T21:17:28.815Z] net/http.HandlerFunc.ServeHTTP(0xc0000ec050, 0x99a700, 0xc000132000, 0xc0000d0300) [2021-03-19T21:17:28.815Z] c:/go/src/net/http/server.go:2036 +0x4b [2021-03-19T21:17:28.815Z] net/http.(*ServeMux).ServeHTTP(0xc0000fc000, 0x99a700, 0xc000132000, 0xc0000d0300) [2021-03-19T21:17:28.815Z] c:/go/src/net/http/server.go:2416 +0x1c4 [2021-03-19T21:17:28.815Z] net/http.serverHandler.ServeHTTP(0xc000102000, 0x99a700, 0xc000132000, 0xc0000d0300) [2021-03-19T21:17:28.815Z] c:/go/src/net/http/server.go:2831 +0xab [2021-03-19T21:17:28.815Z] net/http.(*conn).serve(0xc000058be0, 0x99b2c0, 0xc00004a980) [2021-03-19T21:17:28.815Z] c:/go/src/net/http/server.go:1919 +0x87c [2021-03-19T21:17:28.815Z] created by net/http.(*Server).Serve [2021-03-19T21:17:28.815Z] c:/go/src/net/http/server.go:2957 +0x38b [2021-03-19T21:17:28.815Z] time="2021-03-19T21:17:28Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49224/Test.FailOnce: Post http://127.0.0.1:49224/Test.FailOnce: EOF, retrying in 1s" [2021-03-19T21:17:28.815Z] === RUN TestOutputOnPrematureClose [2021-03-19T21:17:28.815Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-03-19T21:17:28.815Z] === RUN TestCompleteSilently [2021-03-19T21:17:28.815Z] --- PASS: TestCompleteSilently (0.00s) [2021-03-19T21:17:28.815Z] PASS [2021-03-19T21:17:28.815Z] coverage: 75.9% of statements [2021-03-19T21:17:28.815Z] ok github.com/docker/docker/pkg/progress 0.043s coverage: 75.9% of statements [2021-03-19T21:17:29.286Z] === RUN TestSendToOneSub [2021-03-19T21:17:29.286Z] --- PASS: TestSendToOneSub (0.00s) [2021-03-19T21:17:29.286Z] === RUN TestSendToMultipleSubs [2021-03-19T21:17:29.286Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-03-19T21:17:29.286Z] === RUN TestEvictOneSub [2021-03-19T21:17:29.286Z] --- PASS: TestEvictOneSub (0.00s) [2021-03-19T21:17:29.286Z] === RUN TestClosePublisher [2021-03-19T21:17:29.286Z] --- PASS: TestClosePublisher (0.00s) [2021-03-19T21:17:29.286Z] === RUN TestPubSubRace [2021-03-19T21:17:29.304Z] --- PASS: TestInfoAPIWarnings (16.25s) [2021-03-19T21:17:29.304Z] === RUN TestInfoDebug [2021-03-19T21:17:29.304Z] --- PASS: TestInfoDebug (0.52s) [2021-03-19T21:17:29.304Z] === RUN TestInfoInsecureRegistries [2021-03-19T21:17:29.304Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2021-03-19T21:17:29.304Z] === RUN TestInfoRegistryMirrors [2021-03-19T21:17:29.304Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2021-03-19T21:17:29.304Z] === RUN TestLoginFailsWithBadCredentials [2021-03-19T21:17:29.304Z] --- PASS: TestLoginFailsWithBadCredentials (0.33s) [2021-03-19T21:17:29.304Z] === RUN TestPingCacheHeaders [2021-03-19T21:17:29.304Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-03-19T21:17:29.304Z] === RUN TestPingGet [2021-03-19T21:17:29.304Z] --- PASS: TestPingGet (0.01s) [2021-03-19T21:17:29.304Z] === RUN TestPingHead [2021-03-19T21:17:29.304Z] --- PASS: TestPingHead (0.02s) [2021-03-19T21:17:29.304Z] === RUN TestVersion [2021-03-19T21:17:29.304Z] --- PASS: TestVersion (0.02s) [2021-03-19T21:17:29.304Z] === CONT TestCgroupDriverSystemdMemoryLimit [2021-03-19T21:17:29.757Z] --- PASS: TestFailOnce (1.18s) [2021-03-19T21:17:29.757Z] === RUN TestEchoInputOutput [2021-03-19T21:17:29.757Z] --- PASS: TestEchoInputOutput (0.00s) [2021-03-19T21:17:29.757Z] === RUN TestBackoff [2021-03-19T21:17:29.757Z] --- PASS: TestBackoff (0.00s) [2021-03-19T21:17:29.757Z] === RUN TestAbortRetry [2021-03-19T21:17:29.757Z] --- PASS: TestAbortRetry (0.00s) [2021-03-19T21:17:29.757Z] === RUN TestClientScheme [2021-03-19T21:17:29.757Z] --- PASS: TestClientScheme (0.00s) [2021-03-19T21:17:29.757Z] === RUN TestNewClientWithTimeout [2021-03-19T21:17:30.230Z] === RUN TestRegister [2021-03-19T21:17:30.230Z] --- PASS: TestRegister (0.00s) [2021-03-19T21:17:30.230Z] === RUN TestCommand [2021-03-19T21:17:30.230Z] --- PASS: TestCommand (0.03s) [2021-03-19T21:17:30.230Z] === RUN TestNaiveSelf [2021-03-19T21:17:30.230Z] --- PASS: TestNaiveSelf (0.03s) [2021-03-19T21:17:30.230Z] PASS [2021-03-19T21:17:30.230Z] coverage: 82.4% of statements [2021-03-19T21:17:30.230Z] ok github.com/docker/docker/pkg/reexec 0.106s coverage: 82.4% of statements [2021-03-19T21:17:30.230Z] time="2021-03-19T21:17:29Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49229/Test.Echo: Post http://127.0.0.1:49229/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-03-19T21:17:30.230Z] --- PASS: TestPubSubRace (1.05s) [2021-03-19T21:17:30.230Z] PASS [2021-03-19T21:17:30.230Z] coverage: 75.0% of statements [2021-03-19T21:17:30.230Z] ok github.com/docker/docker/pkg/pubsub 1.092s coverage: 75.0% of statements [2021-03-19T21:17:31.223Z] === RUN TestParseSignal [2021-03-19T21:17:31.223Z] --- PASS: TestParseSignal (0.00s) [2021-03-19T21:17:31.223Z] === RUN TestValidSignalForPlatform [2021-03-19T21:17:31.223Z] --- PASS: TestValidSignalForPlatform (0.00s) [2021-03-19T21:17:31.223Z] PASS [2021-03-19T21:17:31.223Z] coverage: 20.3% of statements [2021-03-19T21:17:31.223Z] ok github.com/docker/docker/pkg/signal 0.041s coverage: 20.3% of statements [2021-03-19T21:17:31.223Z] === RUN TestNewStdWriter [2021-03-19T21:17:31.223Z] --- PASS: TestNewStdWriter (0.00s) [2021-03-19T21:17:31.223Z] === RUN TestWriteWithUninitializedStdWriter [2021-03-19T21:17:31.223Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-03-19T21:17:31.223Z] === RUN TestWriteWithNilBytes [2021-03-19T21:17:31.223Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-03-19T21:17:31.223Z] === RUN TestWrite [2021-03-19T21:17:31.223Z] --- PASS: TestWrite (0.00s) [2021-03-19T21:17:31.223Z] === RUN TestWriteWithWriterError [2021-03-19T21:17:31.223Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-03-19T21:17:31.223Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-03-19T21:17:31.223Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-03-19T21:17:31.223Z] === RUN TestStdCopyWriteAndRead [2021-03-19T21:17:31.223Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-03-19T21:17:31.223Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-03-19T21:17:31.223Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-03-19T21:17:31.223Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-03-19T21:17:31.223Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-03-19T21:17:31.223Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-03-19T21:17:31.223Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-03-19T21:17:31.223Z] === RUN TestStdCopyWithInvalidInputHeader [2021-03-19T21:17:31.223Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-03-19T21:17:31.223Z] === RUN TestStdCopyWithCorruptedPrefix [2021-03-19T21:17:31.223Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-03-19T21:17:31.223Z] === RUN TestStdCopyReturnsWriteErrors [2021-03-19T21:17:31.223Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-03-19T21:17:31.223Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-03-19T21:17:31.223Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-03-19T21:17:31.223Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-03-19T21:17:31.223Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-03-19T21:17:31.223Z] PASS [2021-03-19T21:17:31.223Z] coverage: 100.0% of statements [2021-03-19T21:17:31.223Z] ok github.com/docker/docker/pkg/stdcopy 0.043s coverage: 100.0% of statements [2021-03-19T21:17:31.238Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.53s) [2021-03-19T21:17:31.238Z] PASS [2021-03-19T21:17:31.238Z] [2021-03-19T21:17:31.238Z] DONE 18 tests in 22.978s [2021-03-19T21:17:31.238Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-03-19T21:17:31.238Z] INFO: Testing against a local daemon [2021-03-19T21:17:31.238Z] === RUN TestVolumesCreateAndList [2021-03-19T21:17:31.238Z] --- PASS: TestVolumesCreateAndList (0.03s) [2021-03-19T21:17:31.238Z] === RUN TestVolumesRemove [2021-03-19T21:17:31.238Z] --- PASS: TestVolumesRemove (0.07s) [2021-03-19T21:17:31.238Z] === RUN TestVolumesInspect [2021-03-19T21:17:31.238Z] --- PASS: TestVolumesInspect (0.02s) [2021-03-19T21:17:31.238Z] === RUN TestVolumesInvalidJSON [2021-03-19T21:17:31.238Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-03-19T21:17:31.238Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-03-19T21:17:31.238Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-03-19T21:17:31.238Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-03-19T21:17:31.238Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-03-19T21:17:31.238Z] PASS [2021-03-19T21:17:31.238Z] [2021-03-19T21:17:31.238Z] DONE 5 tests in 0.167s [2021-03-19T21:17:31.238Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-03-19T21:17:31.592Z] --- PASS: TestServiceUpdateLabel (3.27s) [2021-03-19T21:17:31.592Z] === RUN TestServiceUpdateSecrets [2021-03-19T21:17:31.694Z] time="2021-03-19T21:17:31Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49229/Test.Echo: Post http://127.0.0.1:49229/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-03-19T21:17:32.165Z] === RUN TestGenerateRandomID [2021-03-19T21:17:32.165Z] --- PASS: TestGenerateRandomID (0.00s) [2021-03-19T21:17:32.165Z] === RUN TestShortenId [2021-03-19T21:17:32.165Z] --- PASS: TestShortenId (0.00s) [2021-03-19T21:17:32.165Z] === RUN TestShortenSha256Id [2021-03-19T21:17:32.165Z] --- PASS: TestShortenSha256Id (0.00s) [2021-03-19T21:17:32.165Z] === RUN TestShortenIdEmpty [2021-03-19T21:17:32.165Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-03-19T21:17:32.165Z] === RUN TestShortenIdInvalid [2021-03-19T21:17:32.165Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-03-19T21:17:32.165Z] === RUN TestIsShortIDNonHex [2021-03-19T21:17:32.165Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-03-19T21:17:32.165Z] === RUN TestIsShortIDNotCorrectSize [2021-03-19T21:17:32.165Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-03-19T21:17:32.165Z] PASS [2021-03-19T21:17:32.165Z] coverage: 70.6% of statements [2021-03-19T21:17:32.165Z] ok github.com/docker/docker/pkg/stringid 0.047s coverage: 70.6% of statements [2021-03-19T21:17:32.165Z] === RUN TestRawProgressFormatterFormatStatus [2021-03-19T21:17:32.165Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-03-19T21:17:32.165Z] === RUN TestRawProgressFormatterFormatProgress [2021-03-19T21:17:32.165Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-03-19T21:17:32.165Z] === RUN TestFormatStatus [2021-03-19T21:17:32.165Z] --- PASS: TestFormatStatus (0.00s) [2021-03-19T21:17:32.165Z] === RUN TestFormatError [2021-03-19T21:17:32.165Z] --- PASS: TestFormatError (0.00s) [2021-03-19T21:17:32.165Z] === RUN TestFormatJSONError [2021-03-19T21:17:32.165Z] --- PASS: TestFormatJSONError (0.00s) [2021-03-19T21:17:32.165Z] === RUN TestJsonProgressFormatterFormatProgress [2021-03-19T21:17:32.165Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-03-19T21:17:32.165Z] === RUN TestJsonProgressFormatterFormatStatus [2021-03-19T21:17:32.165Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-03-19T21:17:32.165Z] === RUN TestNewJSONProgressOutput [2021-03-19T21:17:32.165Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-03-19T21:17:32.165Z] === RUN TestAuxFormatterEmit [2021-03-19T21:17:32.165Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-03-19T21:17:32.165Z] === RUN TestStreamWriterStdout [2021-03-19T21:17:32.165Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-03-19T21:17:32.165Z] === RUN TestStreamWriterStderr [2021-03-19T21:17:32.165Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-03-19T21:17:32.165Z] PASS [2021-03-19T21:17:32.165Z] coverage: 66.2% of statements [2021-03-19T21:17:32.165Z] ok github.com/docker/docker/pkg/streamformatter 0.058s coverage: 66.2% of statements [2021-03-19T21:17:32.195Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2021-03-19T21:17:32.617Z] Stopping apparmor (via systemctl): apparmor.service. [2021-03-19T21:17:32.617Z] Removing test suite binaries [2021-03-19T21:17:32.617Z] exiting test-integration [2021-03-19T21:17:32.617Z] ++ exit 0 [2021-03-19T21:17:32.617Z] [2021-03-19T21:17:33.748Z] === RUN TestIsCpusetListAvailable [2021-03-19T21:17:33.748Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-03-19T21:17:33.748Z] PASS [2021-03-19T21:17:33.748Z] coverage: 38.2% of statements [2021-03-19T21:17:33.748Z] ok github.com/docker/docker/pkg/sysinfo 0.042s coverage: 38.2% of statements [2021-03-19T21:17:34.219Z] time="2021-03-19T21:17:33Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49229/Test.Echo: Post http://127.0.0.1:49229/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-03-19T21:17:34.219Z] === RUN TestChtimes [2021-03-19T21:17:34.219Z] --- PASS: TestChtimes (0.01s) [2021-03-19T21:17:34.219Z] === RUN TestChtimesWindows [2021-03-19T21:17:34.219Z] --- PASS: TestChtimesWindows (0.00s) [2021-03-19T21:17:34.219Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-03-19T21:17:34.219Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-03-19T21:17:34.219Z] === RUN TestEnsureRemoveAllNotExist [2021-03-19T21:17:34.219Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-03-19T21:17:34.219Z] === RUN TestEnsureRemoveAllWithDir [2021-03-19T21:17:34.219Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-03-19T21:17:34.219Z] === RUN TestEnsureRemoveAllWithFile [2021-03-19T21:17:34.219Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-03-19T21:17:34.219Z] === RUN TestHasWin32KSupport [2021-03-19T21:17:34.219Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-03-19T21:17:34.219Z] syscall_windows_test.go:8: win32k: true [2021-03-19T21:17:34.219Z] PASS [2021-03-19T21:17:34.219Z] coverage: 12.0% of statements [2021-03-19T21:17:34.219Z] ok github.com/docker/docker/pkg/system 0.055s coverage: 12.0% of statements [2021-03-19T21:17:34.694Z] === RUN TestTailFile [2021-03-19T21:17:34.694Z] --- PASS: TestTailFile (0.00s) [2021-03-19T21:17:34.694Z] === RUN TestTailFileManyLines [2021-03-19T21:17:34.694Z] --- PASS: TestTailFileManyLines (0.00s) [2021-03-19T21:17:34.694Z] === RUN TestTailEmptyFile [2021-03-19T21:17:34.694Z] --- PASS: TestTailEmptyFile (0.00s) [2021-03-19T21:17:34.694Z] === RUN TestTailNegativeN [2021-03-19T21:17:34.694Z] --- PASS: TestTailNegativeN (0.00s) [2021-03-19T21:17:34.694Z] === RUN TestNewTailReader [2021-03-19T21:17:34.694Z] === PAUSE TestNewTailReader [2021-03-19T21:17:34.694Z] === CONT TestNewTailReader [2021-03-19T21:17:34.694Z] === RUN TestNewTailReader/12_byte_delimiter [2021-03-19T21:17:34.694Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-03-19T21:17:34.694Z] === RUN TestNewTailReader/no_delimiter [2021-03-19T21:17:34.694Z] === PAUSE TestNewTailReader/no_delimiter [2021-03-19T21:17:34.694Z] === RUN TestNewTailReader/single_byte_delimiter [2021-03-19T21:17:34.694Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-03-19T21:17:34.694Z] === RUN TestNewTailReader/2_byte_delimiter [2021-03-19T21:17:34.694Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-03-19T21:17:34.694Z] === RUN TestNewTailReader/4_byte_delimiter [2021-03-19T21:17:34.694Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-03-19T21:17:34.694Z] === RUN TestNewTailReader/8_byte_delimiter [2021-03-19T21:17:34.694Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-03-19T21:17:34.694Z] === RUN TestNewTailReader/truncated_last_line [2021-03-19T21:17:34.694Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-03-19T21:17:34.694Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-03-19T21:17:34.694Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-03-19T21:17:34.694Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-03-19T21:17:34.694Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-03-19T21:17:34.694Z] === CONT TestNewTailReader/12_byte_delimiter [2021-03-19T21:17:34.694Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-03-19T21:17:34.694Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-03-19T21:17:34.694Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-03-19T21:17:34.694Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-03-19T21:17:34.694Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-03-19T21:17:34.694Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-03-19T21:17:34.694Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-19T21:17:34.694Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-19T21:17:34.694Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-19T21:17:34.694Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-19T21:17:34.694Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-03-19T21:17:34.694Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-03-19T21:17:34.694Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-03-19T21:17:34.694Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-03-19T21:17:34.694Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-03-19T21:17:34.694Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-03-19T21:17:34.694Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-03-19T21:17:34.694Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-03-19T21:17:34.694Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-03-19T21:17:34.694Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-03-19T21:17:34.694Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-03-19T21:17:34.694Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-03-19T21:17:34.694Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-03-19T21:17:34.694Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-03-19T21:17:34.694Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-03-19T21:17:34.694Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-03-19T21:17:34.694Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-03-19T21:17:34.694Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-19T21:17:34.694Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-19T21:17:34.694Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-03-19T21:17:34.728Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2021-03-19T21:17:35.166Z] === CONT TestNewTailReader/8_byte_delimiter [2021-03-19T21:17:35.166Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-03-19T21:17:35.166Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-03-19T21:17:35.166Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-03-19T21:17:35.166Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-03-19T21:17:35.166Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-03-19T21:17:35.166Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-03-19T21:17:35.166Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-19T21:17:35.166Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-19T21:17:35.166Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-19T21:17:35.166Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-19T21:17:35.166Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-03-19T21:17:35.166Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-03-19T21:17:35.166Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-03-19T21:17:35.166Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-03-19T21:17:35.166Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-03-19T21:17:35.166Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-03-19T21:17:35.166Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-03-19T21:17:35.166Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-03-19T21:17:35.166Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-03-19T21:17:35.166Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-03-19T21:17:35.166Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-03-19T21:17:35.166Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-03-19T21:17:35.166Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-03-19T21:17:35.166Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-03-19T21:17:35.166Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-03-19T21:17:35.166Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-03-19T21:17:35.166Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-03-19T21:17:35.166Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-19T21:17:35.166Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-19T21:17:35.166Z] === CONT TestNewTailReader/single_byte_delimiter [2021-03-19T21:17:35.166Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-03-19T21:17:35.166Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-03-19T21:17:35.166Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-03-19T21:17:35.166Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-03-19T21:17:35.166Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-03-19T21:17:35.166Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-03-19T21:17:35.166Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-19T21:17:35.166Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-19T21:17:35.166Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-19T21:17:35.166Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-19T21:17:35.166Z] === CONT TestNewTailReader/no_delimiter [2021-03-19T21:17:35.166Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-03-19T21:17:35.166Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-03-19T21:17:35.166Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-03-19T21:17:35.166Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-03-19T21:17:35.166Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-03-19T21:17:35.166Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-03-19T21:17:35.166Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-03-19T21:17:35.166Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-03-19T21:17:35.167Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-03-19T21:17:35.167Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-19T21:17:35.167Z] === CONT TestNewTailReader/4_byte_delimiter [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-03-19T21:17:35.167Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-19T21:17:35.167Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-19T21:17:35.167Z] === CONT TestNewTailReader/2_byte_delimiter [2021-03-19T21:17:35.167Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-03-19T21:17:35.167Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-03-19T21:17:35.167Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-19T21:17:35.167Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-19T21:17:35.167Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-19T21:17:35.167Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-19T21:17:35.167Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-19T21:17:35.167Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-19T21:17:35.167Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-19T21:17:35.167Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-03-19T21:17:35.167Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-19T21:17:35.167Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-03-19T21:17:35.167Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-03-19T21:17:35.167Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-03-19T21:17:35.168Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-03-19T21:17:35.168Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-19T21:17:35.168Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-19T21:17:35.168Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-03-19T21:17:35.168Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-03-19T21:17:35.168Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-03-19T21:17:35.168Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-19T21:17:35.169Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-19T21:17:35.169Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-19T21:17:35.169Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-19T21:17:35.169Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-19T21:17:35.169Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-19T21:17:35.169Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-19T21:17:35.169Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-19T21:17:35.169Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-19T21:17:35.169Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-19T21:17:35.169Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-19T21:17:35.169Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-19T21:17:35.169Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-19T21:17:35.169Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-03-19T21:17:35.169Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-19T21:17:35.169Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-03-19T21:17:35.169Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-19T21:17:35.169Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-19T21:17:35.169Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-19T21:17:35.169Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-19T21:17:35.169Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-19T21:17:35.169Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-19T21:17:35.169Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-03-19T21:17:35.169Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-19T21:17:35.169Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-03-19T21:17:35.169Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-03-19T21:17:35.169Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-03-19T21:17:35.170Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-03-19T21:17:35.170Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-03-19T21:17:35.170Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-03-19T21:17:35.170Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-03-19T21:17:35.170Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-03-19T21:17:35.170Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-19T21:17:35.170Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-19T21:17:35.170Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-19T21:17:35.170Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-19T21:17:35.170Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-19T21:17:35.170Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-19T21:17:35.170Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-19T21:17:35.170Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-19T21:17:35.170Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-19T21:17:35.170Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-19T21:17:35.170Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-19T21:17:35.170Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-19T21:17:35.170Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-19T21:17:35.170Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-19T21:17:35.170Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-19T21:17:35.170Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-19T21:17:35.170Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-19T21:17:35.170Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-03-19T21:17:35.170Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-19T21:17:35.170Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-03-19T21:17:35.670Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-03-19T21:17:35.670Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-03-19T21:17:35.670Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-03-19T21:17:35.670Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-03-19T21:17:35.670Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-03-19T21:17:35.670Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-03-19T21:17:35.670Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-19T21:17:35.670Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-03-19T21:17:35.670Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-03-19T21:17:35.670Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-03-19T21:17:35.670Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-19T21:17:35.670Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-03-19T21:17:35.670Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-03-19T21:17:35.671Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.01s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.02s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.02s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.02s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.02s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-03-19T21:17:35.671Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.01s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.01s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.01s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.01s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.01s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.01s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2021-03-19T21:17:35.672Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.01s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.02s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.01s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.01s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.01s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-03-19T21:17:35.673Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-03-19T21:17:35.673Z] PASS [2021-03-19T21:17:35.673Z] coverage: 88.6% of statements [2021-03-19T21:17:35.673Z] ok github.com/docker/docker/pkg/tailfile 0.497s coverage: 88.6% of statements [2021-03-19T21:17:36.104Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2021-03-19T21:17:36.145Z] === RUN TestTarSumRemoveNonExistent [2021-03-19T21:17:36.145Z] --- PASS: TestTarSumRemoveNonExistent (0.01s) [2021-03-19T21:17:36.145Z] === RUN TestTarSumRemove [2021-03-19T21:17:36.145Z] --- PASS: TestTarSumRemove (0.00s) [2021-03-19T21:17:36.145Z] === RUN TestSortFileInfoSums [2021-03-19T21:17:36.145Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-03-19T21:17:36.145Z] === RUN TestNewTarSumForLabelInvalid [2021-03-19T21:17:36.145Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-03-19T21:17:36.145Z] === RUN TestNewTarSumForLabel [2021-03-19T21:17:36.145Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-03-19T21:17:36.145Z] === RUN TestEmptyTar [2021-03-19T21:17:36.145Z] --- PASS: TestEmptyTar (0.01s) [2021-03-19T21:17:36.145Z] === RUN TestTarSumsReadSize [2021-03-19T21:17:36.145Z] --- PASS: TestTarSumsReadSize (0.01s) [2021-03-19T21:17:36.145Z] === RUN TestTarSums [2021-03-19T21:17:36.145Z] --- PASS: TestTarSums (0.08s) [2021-03-19T21:17:36.145Z] === RUN TestIteration [2021-03-19T21:17:36.145Z] --- PASS: TestIteration (0.00s) [2021-03-19T21:17:36.145Z] === RUN TestVersionLabelForChecksum [2021-03-19T21:17:36.145Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-03-19T21:17:36.145Z] === RUN TestVersion [2021-03-19T21:17:36.145Z] --- PASS: TestVersion (0.00s) [2021-03-19T21:17:36.145Z] === RUN TestGetVersion [2021-03-19T21:17:36.145Z] --- PASS: TestGetVersion (0.00s) [2021-03-19T21:17:36.145Z] === RUN TestGetVersions [2021-03-19T21:17:36.145Z] --- PASS: TestGetVersions (0.00s) [2021-03-19T21:17:36.145Z] PASS [2021-03-19T21:17:36.145Z] coverage: 89.3% of statements [2021-03-19T21:17:36.145Z] ok github.com/docker/docker/pkg/tarsum 0.158s coverage: 89.3% of statements [2021-03-19T21:17:36.616Z] testing: warning: no tests to run [2021-03-19T21:17:36.616Z] PASS [2021-03-19T21:17:36.616Z] coverage: [no statements] [2021-03-19T21:17:36.616Z] ok github.com/docker/docker/pkg/term/windows 0.051s coverage: [no statements] [no tests to run] Post stage [Pipeline] junit [2021-03-19T21:17:36.831Z] Recording test results [2021-03-19T21:17:37.088Z] === RUN TestTruncIndex [2021-03-19T21:17:37.088Z] --- PASS: TestTruncIndex (0.10s) [2021-03-19T21:17:37.088Z] PASS [2021-03-19T21:17:37.088Z] coverage: 91.5% of statements [2021-03-19T21:17:37.088Z] ok github.com/docker/docker/pkg/truncindex 0.150s coverage: 91.5% of statements [2021-03-19T21:17:37.559Z] === RUN TestIsGIT [2021-03-19T21:17:37.559Z] --- PASS: TestIsGIT (0.00s) [2021-03-19T21:17:37.559Z] === RUN TestIsTransport [2021-03-19T21:17:37.559Z] --- PASS: TestIsTransport (0.00s) [2021-03-19T21:17:37.559Z] PASS [2021-03-19T21:17:37.559Z] coverage: 100.0% of statements [2021-03-19T21:17:37.559Z] ok github.com/docker/docker/pkg/urlutil 0.041s coverage: 100.0% of statements [2021-03-19T21:17:37.594Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2021-03-19T21:17:38.030Z] === RUN TestVersionInfo [2021-03-19T21:17:38.030Z] --- PASS: TestVersionInfo (0.00s) [2021-03-19T21:17:38.030Z] === RUN TestAppendVersions [2021-03-19T21:17:38.030Z] --- PASS: TestAppendVersions (0.00s) [2021-03-19T21:17:38.030Z] PASS [2021-03-19T21:17:38.030Z] coverage: 88.9% of statements [2021-03-19T21:17:38.030Z] ok github.com/docker/docker/pkg/useragent 0.069s coverage: 88.9% of statements [2021-03-19T21:17:38.332Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-03-19T21:17:38.501Z] time="2021-03-19T21:17:38Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49229/Test.Echo: Post http://127.0.0.1:49229/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-03-19T21:17:38.716Z] + echo Ensuring container killed. [2021-03-19T21:17:38.716Z] Ensuring container killed. [2021-03-19T21:17:38.716Z] + docker rm -vf docker-pr2 [2021-03-19T21:17:38.716Z] Error: No such container: docker-pr2 [Pipeline] sh [2021-03-19T21:17:39.000Z] + echo Chowning /workspace to jenkins user [2021-03-19T21:17:39.000Z] Chowning /workspace to jenkins user [2021-03-19T21:17:39.000Z] + id -u [2021-03-19T21:17:39.000Z] + id -g [2021-03-19T21:17:39.000Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42173:/workspace busybox chown -R 1000:1000 /workspace [2021-03-19T21:17:39.000Z] Unable to find image 'busybox:latest' locally [2021-03-19T21:17:39.259Z] latest: Pulling from library/busybox [2021-03-19T21:17:39.259Z] 8b3d7e226fab: Pulling fs layer [2021-03-19T21:17:39.519Z] 8b3d7e226fab: Verifying Checksum [2021-03-19T21:17:39.519Z] 8b3d7e226fab: Download complete [2021-03-19T21:17:39.519Z] 8b3d7e226fab: Pull complete [2021-03-19T21:17:39.519Z] Digest: sha256:ce2360d5189a033012fbad1635e037be86f23b65cfd676b436d0931af390a2ac [2021-03-19T21:17:39.519Z] Status: Downloaded newer image for busybox:latest [2021-03-19T21:17:40.076Z] === RUN TestValidatePrivileges [2021-03-19T21:17:40.076Z] --- PASS: TestValidatePrivileges (0.00s) [2021-03-19T21:17:40.076Z] === RUN TestFilterByCapNeg [2021-03-19T21:17:40.076Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-03-19T21:17:40.076Z] === RUN TestFilterByCapPos [2021-03-19T21:17:40.076Z] --- PASS: TestFilterByCapPos (0.00s) [2021-03-19T21:17:40.076Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-03-19T21:17:40.076Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-03-19T21:17:40.076Z] PASS [2021-03-19T21:17:40.076Z] coverage: 12.0% of statements [2021-03-19T21:17:40.076Z] ok github.com/docker/docker/plugin 0.067s coverage: 12.0% of statements [2021-03-19T21:17:40.076Z] === RUN TestNewSettable [2021-03-19T21:17:40.076Z] --- PASS: TestNewSettable (0.00s) [2021-03-19T21:17:40.076Z] === RUN TestIsSettable [2021-03-19T21:17:40.076Z] --- PASS: TestIsSettable (0.00s) [2021-03-19T21:17:40.076Z] === RUN TestUpdateSettingsEnv [2021-03-19T21:17:40.076Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-03-19T21:17:40.076Z] PASS [2021-03-19T21:17:40.076Z] coverage: 20.1% of statements [2021-03-19T21:17:40.076Z] ok github.com/docker/docker/plugin/v2 0.049s coverage: 20.1% of statements [2021-03-19T21:17:41.651Z] === RUN TestLoad [2021-03-19T21:17:41.651Z] --- PASS: TestLoad (0.00s) [2021-03-19T21:17:41.651Z] === RUN TestSave [2021-03-19T21:17:41.651Z] --- PASS: TestSave (0.04s) [2021-03-19T21:17:41.651Z] === RUN TestAddDeleteGet [2021-03-19T21:17:41.651Z] --- PASS: TestAddDeleteGet (0.05s) [2021-03-19T21:17:41.651Z] === RUN TestInvalidTags [2021-03-19T21:17:41.651Z] --- PASS: TestInvalidTags (0.01s) [2021-03-19T21:17:41.651Z] PASS [2021-03-19T21:17:41.651Z] coverage: 84.4% of statements [2021-03-19T21:17:41.651Z] ok github.com/docker/docker/reference 0.146s coverage: 84.4% of statements [2021-03-19T21:17:41.786Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2021-03-19T21:17:42.354Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-03-19T21:17:43.114Z] + bundleName=amd64-cgroup2 [2021-03-19T21:17:43.114Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2021-03-19T21:17:43.114Z] Creating amd64-cgroup2-bundles.tar.gz [2021-03-19T21:17:43.114Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-03-19T21:17:43.114Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [2021-03-19T21:17:43.224Z] === RUN TestResolveAuthConfigIndexServer [2021-03-19T21:17:43.225Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-03-19T21:17:43.225Z] === RUN TestResolveAuthConfigFullURL [2021-03-19T21:17:43.225Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-03-19T21:17:43.225Z] === RUN TestLoadAllowNondistributableArtifacts [2021-03-19T21:17:43.225Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-03-19T21:17:43.225Z] === RUN TestValidateMirror [2021-03-19T21:17:43.225Z] --- PASS: TestValidateMirror (0.00s) [2021-03-19T21:17:43.225Z] === RUN TestLoadInsecureRegistries [2021-03-19T21:17:43.225Z] time="2021-03-19T21:17:42Z" level=warning msg="insecure registry http://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-03-19T21:17:43.225Z] time="2021-03-19T21:17:43Z" level=warning msg="insecure registry https://mytest.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2021-03-19T21:17:43.225Z] time="2021-03-19T21:17:43Z" level=warning msg="insecure registry HTTP://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-03-19T21:17:43.225Z] --- PASS: TestLoadInsecureRegistries (0.14s) [2021-03-19T21:17:43.225Z] === RUN TestNewServiceConfig [2021-03-19T21:17:43.225Z] --- PASS: TestNewServiceConfig (0.00s) [2021-03-19T21:17:43.225Z] === RUN TestValidateIndexName [2021-03-19T21:17:43.225Z] --- PASS: TestValidateIndexName (0.00s) [2021-03-19T21:17:43.225Z] === RUN TestValidateIndexNameWithError [2021-03-19T21:17:43.225Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-03-19T21:17:43.225Z] === RUN TestEndpointParse [2021-03-19T21:17:43.225Z] --- PASS: TestEndpointParse (0.00s) [2021-03-19T21:17:43.225Z] === RUN TestEndpointParseInvalid [2021-03-19T21:17:43.225Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-03-19T21:17:43.225Z] === RUN TestValidateEndpoint [2021-03-19T21:17:43.225Z] --- PASS: TestValidateEndpoint (0.01s) [2021-03-19T21:17:43.225Z] === RUN TestPing [2021-03-19T21:17:43.225Z] --- PASS: TestPing (0.00s) [2021-03-19T21:17:43.225Z] === RUN TestPingRegistryEndpoint [2021-03-19T21:17:43.225Z] --- SKIP: TestPingRegistryEndpoint (0.01s) [2021-03-19T21:17:43.225Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-03-19T21:17:43.225Z] === RUN TestEndpoint [2021-03-19T21:17:43.225Z] --- SKIP: TestEndpoint (0.00s) [2021-03-19T21:17:43.225Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-03-19T21:17:43.225Z] === RUN TestParseRepositoryInfo [2021-03-19T21:17:43.225Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-03-19T21:17:43.225Z] === RUN TestNewIndexInfo [2021-03-19T21:17:43.225Z] --- PASS: TestNewIndexInfo (0.00s) [2021-03-19T21:17:43.225Z] === RUN TestMirrorEndpointLookup [2021-03-19T21:17:43.225Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2021-03-19T21:17:43.225Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-03-19T21:17:43.225Z] === RUN TestSearchRepositories [2021-03-19T21:17:43.225Z] --- PASS: TestSearchRepositories (0.01s) [2021-03-19T21:17:43.225Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-03-19T21:17:43.225Z] Host: 127.0.0.1:49234 [2021-03-19T21:17:43.225Z] User-Agent: docker test client [2021-03-19T21:17:43.225Z] Authorization: Token fake-token [2021-03-19T21:17:43.225Z] X-Docker-Token: true [2021-03-19T21:17:43.225Z] Accept-Encoding: gzip [2021-03-19T21:17:43.225Z] [2021-03-19T21:17:43.225Z] [2021-03-19T21:17:43.225Z] registry_test.go:730: HTTP/1.1 200 OK [2021-03-19T21:17:43.225Z] Connection: close [2021-03-19T21:17:43.225Z] Content-Length: 144 [2021-03-19T21:17:43.225Z] Cache-Control: no-cache [2021-03-19T21:17:43.225Z] Content-Type: application/json [2021-03-19T21:17:43.225Z] Date: Fri, 19 Mar 2021 21:17:43 GMT [2021-03-19T21:17:43.225Z] Expires: -1 [2021-03-19T21:17:43.225Z] Pragma: no-cache [2021-03-19T21:17:43.225Z] Server: docker-tests/mock [2021-03-19T21:17:43.225Z] X-Docker-Registry-Config: mock [2021-03-19T21:17:43.225Z] X-Docker-Registry-Version: 0.0.0 [2021-03-19T21:17:43.225Z] [2021-03-19T21:17:43.225Z] [2021-03-19T21:17:43.225Z] === RUN TestTrustedLocation [2021-03-19T21:17:43.225Z] --- PASS: TestTrustedLocation (0.00s) [2021-03-19T21:17:43.225Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-03-19T21:17:43.225Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-03-19T21:17:43.225Z] === RUN TestAllowNondistributableArtifacts [2021-03-19T21:17:43.225Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [Pipeline] archiveArtifacts [2021-03-19T21:17:43.389Z] Archiving artifacts [2021-03-19T21:17:43.794Z] === RUN TestIsSecureIndex [2021-03-19T21:17:43.794Z] --- PASS: TestIsSecureIndex (0.00s) [2021-03-19T21:17:43.794Z] PASS [2021-03-19T21:17:43.794Z] coverage: 51.7% of statements [2021-03-19T21:17:43.794Z] ok github.com/docker/docker/registry 0.261s coverage: 51.7% of statements [2021-03-19T21:17:43.794Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-03-19T21:17:43.794Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2021-03-19T21:17:43.794Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-03-19T21:17:43.794Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-03-19T21:17:43.794Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-03-19T21:17:43.794Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-03-19T21:17:43.794Z] === RUN TestResumableRequestReaderWithReadError [2021-03-19T21:17:43.794Z] time="2021-03-19T21:17:43Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-03-19T21:17:43.794Z] --- PASS: TestResumableRequestReaderWithReadError (0.15s) [2021-03-19T21:17:43.794Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-03-19T21:17:43.795Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-03-19T21:17:43.795Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-03-19T21:17:43.795Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2021-03-19T21:17:43.795Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-03-19T21:17:43.795Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-03-19T21:17:43.795Z] === RUN TestResumableRequestReader [2021-03-19T21:17:43.795Z] --- PASS: TestResumableRequestReader (0.00s) [2021-03-19T21:17:43.795Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-03-19T21:17:43.795Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-03-19T21:17:43.795Z] PASS [2021-03-19T21:17:43.795Z] coverage: 100.0% of statements [2021-03-19T21:17:43.795Z] ok github.com/docker/docker/registry/resumable 0.227s coverage: 100.0% of statements [2021-03-19T21:17:44.266Z] === RUN TestRestartManagerTimeout [2021-03-19T21:17:44.266Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-03-19T21:17:44.266Z] === RUN TestRestartManagerTimeoutReset [2021-03-19T21:17:44.266Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-03-19T21:17:44.266Z] PASS [2021-03-19T21:17:44.266Z] coverage: 50.9% of statements [2021-03-19T21:17:44.266Z] ok github.com/docker/docker/restartmanager 0.039s coverage: 50.9% of statements [2021-03-19T21:17:44.894Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-03-19T21:17:45.258Z] === RUN TestDecodeContainerConfig [2021-03-19T21:17:45.258Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-03-19T21:17:45.258Z] === RUN TestDecodeContainerConfigIsolation [2021-03-19T21:17:45.258Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-03-19T21:17:45.258Z] === RUN TestValidatePrivileged [2021-03-19T21:17:45.258Z] --- PASS: TestValidatePrivileged (0.00s) [2021-03-19T21:17:45.258Z] PASS [2021-03-19T21:17:45.258Z] coverage: 52.2% of statements [2021-03-19T21:17:45.258Z] ok github.com/docker/docker/runconfig 0.045s coverage: 52.2% of statements [2021-03-19T21:17:45.570Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42173/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-03-19T21:17:45.731Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-03-19T21:17:45.731Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-03-19T21:17:45.731Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-03-19T21:17:45.731Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-03-19T21:17:45.731Z] PASS [2021-03-19T21:17:45.731Z] coverage: 62.5% of statements [2021-03-19T21:17:45.731Z] ok github.com/docker/docker/testutil 0.160s coverage: 62.5% of statements [2021-03-19T21:17:45.895Z] + make clean [2021-03-19T21:17:46.154Z] docker volume rm -f docker-dev-cache [2021-03-19T21:17:46.154Z] docker-dev-cache [Pipeline] deleteDir [2021-03-19T21:17:46.209Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-03-19T21:17:46.209Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-03-19T21:17:46.209Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-03-19T21:17:46.209Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-03-19T21:17:46.210Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-03-19T21:17:46.210Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-03-19T21:17:46.210Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-03-19T21:17:46.210Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-03-19T21:17:46.210Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-03-19T21:17:47.201Z] --- PASS: TestNewClientWithTimeout (17.64s) [2021-03-19T21:17:47.201Z] === RUN TestClientStream [2021-03-19T21:17:47.201Z] --- PASS: TestClientStream (0.00s) [2021-03-19T21:17:47.201Z] === RUN TestClientSendFile [2021-03-19T21:17:47.201Z] --- PASS: TestClientSendFile (0.00s) [2021-03-19T21:17:47.201Z] === RUN TestClientWithRequestTimeout [2021-03-19T21:17:47.201Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2021-03-19T21:17:47.201Z] === RUN TestFileSpecPlugin [2021-03-19T21:17:47.201Z] --- PASS: TestFileSpecPlugin (0.01s) [2021-03-19T21:17:47.201Z] === RUN TestFileJSONSpecPlugin [2021-03-19T21:17:47.201Z] --- PASS: TestFileJSONSpecPlugin (0.01s) [2021-03-19T21:17:47.201Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-03-19T21:17:47.201Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2021-03-19T21:17:47.201Z] === RUN TestPluginAddHandler [2021-03-19T21:17:47.201Z] --- PASS: TestPluginAddHandler (0.00s) [2021-03-19T21:17:47.201Z] === RUN TestPluginWaitBadPlugin [2021-03-19T21:17:47.201Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-03-19T21:17:47.201Z] === RUN TestGet [2021-03-19T21:17:47.201Z] time="2021-03-19T21:17:47Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-03-19T21:17:48.192Z] time="2021-03-19T21:17:48Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-03-19T21:17:48.663Z] === RUN TestGetAddress [2021-03-19T21:17:48.663Z] --- PASS: TestGetAddress (0.00s) [2021-03-19T21:17:48.663Z] === RUN TestRemove [2021-03-19T21:17:48.663Z] --- SKIP: TestRemove (0.00s) [2021-03-19T21:17:48.663Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-03-19T21:17:48.663Z] === RUN TestInitializeWithVolumes [2021-03-19T21:17:48.663Z] --- PASS: TestInitializeWithVolumes (0.01s) [2021-03-19T21:17:48.663Z] === RUN TestCreate [2021-03-19T21:17:48.663Z] --- PASS: TestCreate (0.01s) [2021-03-19T21:17:48.663Z] === RUN TestValidateName [2021-03-19T21:17:48.663Z] --- PASS: TestValidateName (0.00s) [2021-03-19T21:17:48.663Z] === RUN TestCreateWithOpts [2021-03-19T21:17:48.663Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-03-19T21:17:48.663Z] local_test.go:181: runtime.GOOS == "windows" [2021-03-19T21:17:48.663Z] === RUN TestRelaodNoOpts [2021-03-19T21:17:49.136Z] --- PASS: TestRelaodNoOpts (0.01s) [2021-03-19T21:17:49.136Z] PASS [2021-03-19T21:17:49.136Z] coverage: 41.5% of statements [2021-03-19T21:17:49.136Z] === RUN TestGetDriver [2021-03-19T21:17:49.136Z] --- PASS: TestGetDriver (0.00s) [2021-03-19T21:17:49.136Z] === RUN TestVolumeRequestError [2021-03-19T21:17:49.136Z] ok github.com/docker/docker/volume/local 0.133s coverage: 41.5% of statements [2021-03-19T21:17:49.136Z] --- PASS: TestVolumeRequestError (0.01s) [2021-03-19T21:17:49.136Z] PASS [2021-03-19T21:17:49.136Z] coverage: 36.1% of statements [2021-03-19T21:17:49.136Z] ok github.com/docker/docker/volume/drivers 0.098s coverage: 36.1% of statements [2021-03-19T21:17:49.136Z] === RUN TestConvertTmpfsOptions [2021-03-19T21:17:49.136Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-03-19T21:17:49.136Z] parser_test.go:49: data="mode=700,size=1m" [2021-03-19T21:17:49.136Z] parser_test.go:49: data="ro" [2021-03-19T21:17:49.136Z] === RUN TestParseMountRaw [2021-03-19T21:17:49.136Z] --- PASS: TestParseMountRaw (0.02s) [2021-03-19T21:17:49.136Z] === RUN TestParseMountRawSplit [2021-03-19T21:17:49.136Z] --- PASS: TestParseMountRawSplit (0.00s) [2021-03-19T21:17:49.136Z] parser_test.go:390: case 0 [2021-03-19T21:17:49.136Z] parser_test.go:390: case 1 [2021-03-19T21:17:49.136Z] parser_test.go:390: case 2 [2021-03-19T21:17:49.136Z] parser_test.go:390: case 3 [2021-03-19T21:17:49.136Z] parser_test.go:390: case 4 [2021-03-19T21:17:49.136Z] parser_test.go:390: case 5 [2021-03-19T21:17:49.136Z] parser_test.go:390: case 6 [2021-03-19T21:17:49.136Z] parser_test.go:390: case 7 [2021-03-19T21:17:49.136Z] parser_test.go:390: case 8 [2021-03-19T21:17:49.136Z] parser_test.go:390: case 0 [2021-03-19T21:17:49.136Z] parser_test.go:390: case 1 [2021-03-19T21:17:49.136Z] parser_test.go:390: case 2 [2021-03-19T21:17:49.136Z] parser_test.go:390: case 3 [2021-03-19T21:17:49.136Z] parser_test.go:390: case 4 [2021-03-19T21:17:49.136Z] parser_test.go:390: case 5 [2021-03-19T21:17:49.136Z] parser_test.go:390: case 6 [2021-03-19T21:17:49.136Z] parser_test.go:390: case 7 [2021-03-19T21:17:49.136Z] parser_test.go:390: case 8 [2021-03-19T21:17:49.136Z] parser_test.go:390: case 9 [2021-03-19T21:17:49.136Z] parser_test.go:390: case 10 [2021-03-19T21:17:49.136Z] parser_test.go:390: case 11 [2021-03-19T21:17:49.136Z] parser_test.go:390: case 12 [2021-03-19T21:17:49.136Z] parser_test.go:390: case 0 [2021-03-19T21:17:49.136Z] parser_test.go:390: case 1 [2021-03-19T21:17:49.136Z] parser_test.go:390: case 2 [2021-03-19T21:17:49.136Z] parser_test.go:390: case 3 [2021-03-19T21:17:49.136Z] parser_test.go:390: case 4 [2021-03-19T21:17:49.136Z] parser_test.go:390: case 5 [2021-03-19T21:17:49.136Z] parser_test.go:390: case 6 [2021-03-19T21:17:49.136Z] parser_test.go:390: case 7 [2021-03-19T21:17:49.136Z] parser_test.go:390: case 8 [2021-03-19T21:17:49.136Z] parser_test.go:390: case 9 [2021-03-19T21:17:49.136Z] parser_test.go:390: case 10 [2021-03-19T21:17:49.136Z] parser_test.go:390: case 11 [2021-03-19T21:17:49.136Z] === RUN TestParseMountSpec [2021-03-19T21:17:49.136Z] --- PASS: TestParseMountSpec (0.00s) [2021-03-19T21:17:49.136Z] parser_test.go:455: case 0 [2021-03-19T21:17:49.136Z] parser_test.go:455: case 1 [2021-03-19T21:17:49.136Z] parser_test.go:455: case 2 [2021-03-19T21:17:49.136Z] parser_test.go:455: case 3 [2021-03-19T21:17:49.136Z] parser_test.go:455: case 4 [2021-03-19T21:17:49.136Z] parser_test.go:455: case 5 [2021-03-19T21:17:49.136Z] === RUN TestParseMountSpecBindWithFileinfoError [2021-03-19T21:17:49.136Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2021-03-19T21:17:49.136Z] === RUN TestValidateMount [2021-03-19T21:17:49.136Z] --- PASS: TestValidateMount (0.00s) [2021-03-19T21:17:49.136Z] PASS [2021-03-19T21:17:49.136Z] coverage: 66.2% of statements [2021-03-19T21:17:49.136Z] ok github.com/docker/docker/volume/mounts 0.075s coverage: 66.2% of statements [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-19T21:17:49.733Z] --- PASS: TestServiceUpdateSecrets (15.66s) [2021-03-19T21:17:49.733Z] === RUN TestServiceUpdateConfigs [2021-03-19T21:17:50.128Z] time="2021-03-19T21:17:50Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-03-19T21:17:50.161Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-03-19T21:17:51.120Z] === RUN TestSetGetMeta [2021-03-19T21:17:51.120Z] === PAUSE TestSetGetMeta [2021-03-19T21:17:51.120Z] === RUN TestRestore [2021-03-19T21:17:51.120Z] === PAUSE TestRestore [2021-03-19T21:17:51.120Z] === RUN TestServiceCreate [2021-03-19T21:17:51.120Z] === PAUSE TestServiceCreate [2021-03-19T21:17:51.120Z] === RUN TestServiceList [2021-03-19T21:17:51.120Z] === PAUSE TestServiceList [2021-03-19T21:17:51.120Z] === RUN TestServiceRemove [2021-03-19T21:17:51.120Z] === PAUSE TestServiceRemove [2021-03-19T21:17:51.120Z] === RUN TestServiceGet [2021-03-19T21:17:51.120Z] === PAUSE TestServiceGet [2021-03-19T21:17:51.120Z] === RUN TestServicePrune [2021-03-19T21:17:51.120Z] === PAUSE TestServicePrune [2021-03-19T21:17:51.120Z] === RUN TestCreate [2021-03-19T21:17:51.120Z] === PAUSE TestCreate [2021-03-19T21:17:51.120Z] === RUN TestRemove [2021-03-19T21:17:51.120Z] === PAUSE TestRemove [2021-03-19T21:17:51.120Z] === RUN TestList [2021-03-19T21:17:51.120Z] === PAUSE TestList [2021-03-19T21:17:51.120Z] === RUN TestFindByDriver [2021-03-19T21:17:51.120Z] === PAUSE TestFindByDriver [2021-03-19T21:17:51.120Z] === RUN TestFindByReferenced [2021-03-19T21:17:51.120Z] === PAUSE TestFindByReferenced [2021-03-19T21:17:51.120Z] === RUN TestDerefMultipleOfSameRef [2021-03-19T21:17:51.120Z] === PAUSE TestDerefMultipleOfSameRef [2021-03-19T21:17:51.120Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-03-19T21:17:51.120Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-03-19T21:17:51.120Z] === RUN TestDefererencePluginOnCreateError [2021-03-19T21:17:51.120Z] === PAUSE TestDefererencePluginOnCreateError [2021-03-19T21:17:51.120Z] === RUN TestRefDerefRemove [2021-03-19T21:17:51.120Z] === PAUSE TestRefDerefRemove [2021-03-19T21:17:51.120Z] === RUN TestGet [2021-03-19T21:17:51.120Z] === PAUSE TestGet [2021-03-19T21:17:51.120Z] === RUN TestGetWithReference [2021-03-19T21:17:51.120Z] === PAUSE TestGetWithReference [2021-03-19T21:17:51.120Z] === RUN TestFilterFunc [2021-03-19T21:17:51.120Z] === RUN TestFilterFunc/test_nil_list [2021-03-19T21:17:51.120Z] === PAUSE TestFilterFunc/test_nil_list [2021-03-19T21:17:51.120Z] === RUN TestFilterFunc/test_empty_list [2021-03-19T21:17:51.120Z] === PAUSE TestFilterFunc/test_empty_list [2021-03-19T21:17:51.120Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-03-19T21:17:51.120Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-03-19T21:17:51.120Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-03-19T21:17:51.120Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-03-19T21:17:51.120Z] === RUN TestFilterFunc/test_filter_some [2021-03-19T21:17:51.120Z] === PAUSE TestFilterFunc/test_filter_some [2021-03-19T21:17:51.120Z] === RUN TestFilterFunc/test_filter_middle [2021-03-19T21:17:51.120Z] === PAUSE TestFilterFunc/test_filter_middle [2021-03-19T21:17:51.120Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-03-19T21:17:51.120Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-03-19T21:17:51.120Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-03-19T21:17:51.120Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-03-19T21:17:51.120Z] === CONT TestFilterFunc/test_nil_list [2021-03-19T21:17:51.120Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-03-19T21:17:51.120Z] === CONT TestFilterFunc/test_filter_some [2021-03-19T21:17:51.120Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-03-19T21:17:51.120Z] === CONT TestFilterFunc/test_empty_list [2021-03-19T21:17:51.120Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-03-19T21:17:51.120Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-03-19T21:17:51.120Z] === CONT TestFilterFunc/test_filter_middle [2021-03-19T21:17:51.120Z] --- PASS: TestFilterFunc (0.00s) [2021-03-19T21:17:51.120Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-03-19T21:17:51.120Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-03-19T21:17:51.120Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-03-19T21:17:51.120Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-03-19T21:17:51.120Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-03-19T21:17:51.120Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-03-19T21:17:51.120Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-03-19T21:17:51.120Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-03-19T21:17:51.120Z] === CONT TestSetGetMeta [2021-03-19T21:17:51.120Z] === CONT TestFindByDriver [2021-03-19T21:17:51.120Z] === CONT TestServiceGet [2021-03-19T21:17:51.120Z] === CONT TestRefDerefRemove [2021-03-19T21:17:51.120Z] --- PASS: TestSetGetMeta (0.02s) [2021-03-19T21:17:51.120Z] === CONT TestList [2021-03-19T21:17:51.120Z] --- PASS: TestRefDerefRemove (0.03s) [2021-03-19T21:17:51.120Z] === CONT TestRemove [2021-03-19T21:17:51.120Z] --- PASS: TestFindByDriver (0.04s) [2021-03-19T21:17:51.120Z] === CONT TestCreate [2021-03-19T21:17:51.120Z] --- PASS: TestList (0.04s) [2021-03-19T21:17:51.120Z] === CONT TestServicePrune [2021-03-19T21:17:51.120Z] --- PASS: TestCreate (0.02s) [2021-03-19T21:17:51.120Z] === CONT TestServiceList [2021-03-19T21:17:51.120Z] --- PASS: TestRemove (0.03s) [2021-03-19T21:17:51.120Z] === CONT TestServiceRemove [2021-03-19T21:17:51.120Z] --- PASS: TestServiceGet (0.16s) [2021-03-19T21:17:51.120Z] === CONT TestServiceCreate [2021-03-19T21:17:51.120Z] time="2021-03-19T21:17:50Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-03-19T21:17:51.120Z] --- PASS: TestServiceRemove (0.10s) [2021-03-19T21:17:51.120Z] === CONT TestRestore [2021-03-19T21:17:51.120Z] --- PASS: TestServiceList (0.11s) [2021-03-19T21:17:51.120Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-03-19T21:17:51.120Z] time="2021-03-19T21:17:50Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-03-19T21:17:51.120Z] time="2021-03-19T21:17:50Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-03-19T21:17:51.120Z] time="2021-03-19T21:17:50Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-03-19T21:17:51.120Z] --- PASS: TestServiceCreate (0.04s) [2021-03-19T21:17:51.120Z] === CONT TestDefererencePluginOnCreateError [2021-03-19T21:17:51.120Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.03s) [2021-03-19T21:17:51.120Z] === CONT TestDerefMultipleOfSameRef [2021-03-19T21:17:51.120Z] time="2021-03-19T21:17:50Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-03-19T21:17:51.120Z] --- PASS: TestRestore (0.04s) [2021-03-19T21:17:51.120Z] === CONT TestGetWithReference [2021-03-19T21:17:51.120Z] --- PASS: TestServicePrune (0.16s) [2021-03-19T21:17:51.120Z] === CONT TestFindByReferenced [2021-03-19T21:17:51.120Z] --- PASS: TestDerefMultipleOfSameRef (0.03s) [2021-03-19T21:17:51.120Z] === CONT TestGet [2021-03-19T21:17:51.120Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2021-03-19T21:17:51.120Z] --- PASS: TestGetWithReference (0.03s) [2021-03-19T21:17:51.120Z] --- PASS: TestFindByReferenced (0.03s) [2021-03-19T21:17:51.120Z] --- PASS: TestGet (0.02s) [2021-03-19T21:17:51.120Z] PASS [2021-03-19T21:17:51.120Z] coverage: 70.3% of statements [2021-03-19T21:17:51.120Z] ok github.com/docker/docker/volume/service 0.310s coverage: 70.3% of statements [2021-03-19T21:17:52.065Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2021-03-19T21:17:54.927Z] time="2021-03-19T21:17:54Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-03-19T21:18:02.107Z] --- PASS: TestGet (15.01s) [2021-03-19T21:18:02.107Z] === RUN TestPluginWithNoManifest [2021-03-19T21:18:02.107Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-03-19T21:18:02.107Z] === RUN TestGetAll [2021-03-19T21:18:02.107Z] --- PASS: TestGetAll (0.00s) [2021-03-19T21:18:02.107Z] PASS [2021-03-19T21:18:02.578Z] coverage: 73.4% of statements [2021-03-19T21:18:02.578Z] ok github.com/docker/docker/pkg/plugins 35.087s coverage: 73.4% of statements [2021-03-19T21:18:02.578Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-03-19T21:18:02.578Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-03-19T21:18:02.578Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-03-19T21:18:02.578Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-03-19T21:18:02.578Z] ? github.com/docker/docker/pkg/term [no test files] [2021-03-19T21:18:02.578Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-03-19T21:18:02.578Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-03-19T21:18:02.578Z] ? github.com/docker/docker/quota [no test files] [2021-03-19T21:18:02.578Z] ? github.com/docker/docker/rootless [no test files] [2021-03-19T21:18:02.578Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-03-19T21:18:02.578Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-03-19T21:18:02.578Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-03-19T21:18:02.578Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-03-19T21:18:02.578Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-03-19T21:18:02.578Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-03-19T21:18:02.578Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-03-19T21:18:02.578Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-03-19T21:18:02.578Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-03-19T21:18:02.578Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-03-19T21:18:02.578Z] ? github.com/docker/docker/testutil/request [no test files] [2021-03-19T21:18:02.578Z] ? github.com/docker/docker/volume [no test files] [2021-03-19T21:18:02.578Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-03-19T21:18:02.578Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-03-19T21:18:04.273Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-03-19T21:18:04.743Z] --- PASS: TestServiceUpdateConfigs (15.72s) [2021-03-19T21:18:04.743Z] === RUN TestServiceUpdateNetwork [2021-03-19T21:18:04.803Z] [2021-03-19T21:18:04.803Z] === Skipped [2021-03-19T21:18:04.803Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-03-19T21:18:04.803Z] dispatchers_test.go:376: Windows does not support stopsignal [2021-03-19T21:18:04.803Z] [2021-03-19T21:18:04.803Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2021-03-19T21:18:04.803Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-03-19T21:18:04.803Z] [2021-03-19T21:18:04.803Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2021-03-19T21:18:04.803Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-03-19T21:18:04.803Z] [2021-03-19T21:18:04.803Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2021-03-19T21:18:04.803Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-03-19T21:18:04.803Z] [2021-03-19T21:18:04.803Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2021-03-19T21:18:04.803Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-03-19T21:18:04.803Z] [2021-03-19T21:18:04.803Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-03-19T21:18:04.803Z] client_test.go:23: runtime.GOOS == "windows" [2021-03-19T21:18:04.803Z] [2021-03-19T21:18:04.803Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-03-19T21:18:04.803Z] daemon_test.go:147: root required [2021-03-19T21:18:04.803Z] [2021-03-19T21:18:04.803Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-03-19T21:18:04.803Z] reload_test.go:520: root required [2021-03-19T21:18:04.803Z] [2021-03-19T21:18:04.803Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.01s) [2021-03-19T21:18:04.803Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-03-19T21:18:04.803Z] [2021-03-19T21:18:04.803Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-03-19T21:18:04.803Z] pull_v2_test.go:73: Needs fixing on Windows [2021-03-19T21:18:04.803Z] [2021-03-19T21:18:04.803Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-03-19T21:18:04.803Z] pull_v2_test.go:118: Needs fixing on Windows [2021-03-19T21:18:04.803Z] [2021-03-19T21:18:04.803Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-03-19T21:18:04.803Z] download_test.go:268: Needs fixing on Windows [2021-03-19T21:18:04.803Z] [2021-03-19T21:18:04.803Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-03-19T21:18:04.803Z] layer_test.go:304: Failing on Windows [2021-03-19T21:18:04.803Z] [2021-03-19T21:18:04.803Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-03-19T21:18:04.803Z] layer_test.go:353: Failing on Windows [2021-03-19T21:18:04.803Z] [2021-03-19T21:18:04.803Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-03-19T21:18:04.803Z] layer_test.go:468: Failing on Windows [2021-03-19T21:18:04.803Z] [2021-03-19T21:18:04.803Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-03-19T21:18:04.803Z] layer_test.go:697: Failing on Windows [2021-03-19T21:18:04.803Z] [2021-03-19T21:18:04.803Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-03-19T21:18:04.803Z] migration_test.go:46: Failing on Windows [2021-03-19T21:18:04.803Z] [2021-03-19T21:18:04.803Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-03-19T21:18:04.803Z] migration_test.go:182: Failing on Windows [2021-03-19T21:18:04.803Z] [2021-03-19T21:18:04.803Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-03-19T21:18:04.803Z] mount_test.go:17: Failing on Windows [2021-03-19T21:18:04.803Z] [2021-03-19T21:18:04.803Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-03-19T21:18:04.803Z] mount_test.go:76: Failing on Windows [2021-03-19T21:18:04.803Z] [2021-03-19T21:18:04.803Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-03-19T21:18:04.803Z] mount_test.go:125: Failing on Windows [2021-03-19T21:18:04.803Z] [2021-03-19T21:18:04.803Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-03-19T21:18:04.803Z] mount_test.go:212: Failing on Windows [2021-03-19T21:18:04.803Z] [2021-03-19T21:18:04.803Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-03-19T21:18:04.803Z] archive_test.go:134: Xz not present in msys2 [2021-03-19T21:18:04.803Z] [2021-03-19T21:18:04.803Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-03-19T21:18:04.803Z] archive_test.go:239: Failing on Windows CI machines [2021-03-19T21:18:04.803Z] [2021-03-19T21:18:04.803Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-03-19T21:18:04.803Z] archive_windows_test.go:16: Currently fails [2021-03-19T21:18:04.803Z] [2021-03-19T21:18:04.803Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-03-19T21:18:04.803Z] changes_test.go:192: needs more investigation [2021-03-19T21:18:04.803Z] [2021-03-19T21:18:04.803Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-03-19T21:18:04.803Z] changes_test.go:405: needs further investigation [2021-03-19T21:18:04.803Z] [2021-03-19T21:18:04.803Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-03-19T21:18:04.803Z] changes_test.go:441: needs further investigation [2021-03-19T21:18:04.803Z] [2021-03-19T21:18:04.803Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-03-19T21:18:04.803Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-03-19T21:18:04.803Z] [2021-03-19T21:18:04.803Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-03-19T21:18:04.803Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-03-19T21:18:04.803Z] [2021-03-19T21:18:04.803Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-03-19T21:18:04.803Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-03-19T21:18:04.803Z] [2021-03-19T21:18:04.803Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-03-19T21:18:04.803Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-03-19T21:18:04.803Z] [2021-03-19T21:18:04.803Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-03-19T21:18:04.803Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-03-19T21:18:04.803Z] [2021-03-19T21:18:04.803Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-03-19T21:18:04.803Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-03-19T21:18:04.803Z] [2021-03-19T21:18:04.803Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-03-19T21:18:04.803Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-03-19T21:18:04.803Z] [2021-03-19T21:18:04.803Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-03-19T21:18:04.803Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-03-19T21:18:04.803Z] [2021-03-19T21:18:04.803Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-03-19T21:18:04.803Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-03-19T21:18:04.803Z] [2021-03-19T21:18:04.803Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-03-19T21:18:04.803Z] poller_test.go:41: No chmod on Windows [2021-03-19T21:18:04.803Z] [2021-03-19T21:18:04.804Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-03-19T21:18:04.804Z] fileutils_test.go:134: Needs porting to Windows [2021-03-19T21:18:04.804Z] [2021-03-19T21:18:04.804Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-03-19T21:18:04.804Z] fileutils_test.go:180: Needs porting to Windows [2021-03-19T21:18:04.804Z] [2021-03-19T21:18:04.804Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2021-03-19T21:18:04.804Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-03-19T21:18:04.804Z] [2021-03-19T21:18:04.804Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2021-03-19T21:18:04.804Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-03-19T21:18:04.804Z] [2021-03-19T21:18:04.804Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2021-03-19T21:18:04.804Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-03-19T21:18:04.804Z] [2021-03-19T21:18:04.804Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-03-19T21:18:04.804Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-03-19T21:18:04.804Z] [2021-03-19T21:18:04.804Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-03-19T21:18:04.804Z] local_test.go:181: runtime.GOOS == "windows" [2021-03-19T21:18:04.804Z] [2021-03-19T21:18:04.804Z] [2021-03-19T21:18:04.804Z] DONE 1829 tests, 45 skipped in 228.660s [2021-03-19T21:18:04.804Z] INFO: make.ps1 ended at 03/19/2021 21:18:04 [2021-03-19T21:18:06.803Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-03-19T21:18:07.031Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-03-19T21:18:07.031Z] INFO: Unit tests ended at 03/19/2021 21:18:06. Duration:00:04:07.2962869 [2021-03-19T21:18:07.031Z] INFO: Building busybox [2021-03-19T21:18:07.031Z] Sending build context to Docker daemon 5.12kB [2021-03-19T21:18:07.031Z] [2021-03-19T21:18:07.031Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-03-19T21:18:07.031Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-03-19T21:18:07.031Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-03-19T21:18:07.031Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-03-19T21:18:07.031Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-03-19T21:18:07.031Z] ---> 3eaa9ebbf51f [2021-03-19T21:18:07.031Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-03-19T21:18:07.031Z] ---> Running in fe11cce572f0 [2021-03-19T21:18:07.737Z] === RUN TestDockerDaemonSuite/TestShmSize [2021-03-19T21:18:07.996Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-03-19T21:18:08.255Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-03-19T21:18:10.157Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2021-03-19T21:18:11.804Z] Removing intermediate container fe11cce572f0 [2021-03-19T21:18:11.804Z] ---> e82c64ed234a [2021-03-19T21:18:11.804Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-03-19T21:18:11.804Z] ---> Running in d9859c2f6f46 [2021-03-19T21:18:12.275Z] Removing intermediate container d9859c2f6f46 [2021-03-19T21:18:12.275Z] ---> 197fe7c2ede2 [2021-03-19T21:18:12.275Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-03-19T21:18:12.275Z] ---> Running in 7c4039c2745d [2021-03-19T21:18:12.745Z] Removing intermediate container 7c4039c2745d [2021-03-19T21:18:12.745Z] ---> 2874278fd260 [2021-03-19T21:18:12.745Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-03-19T21:18:14.318Z] [2021-03-19T21:18:14.346Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2021-03-19T21:18:14.346Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2021-03-19T21:18:14.788Z] ---> a0182f0de1f7 [2021-03-19T21:18:14.788Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2021-03-19T21:18:14.788Z] ---> Running in 5ae9325f131a [2021-03-19T21:18:15.282Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-03-19T21:18:19.471Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-03-19T21:18:19.671Z] --- PASS: TestServiceUpdateNetwork (15.20s) [2021-03-19T21:18:19.671Z] === RUN TestServiceUpdatePidsLimit [2021-03-19T21:18:19.671Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite (449.28s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (7.78s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (2.45s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.91s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (4.36s) [2021-03-19T21:18:20.859Z] docker_cli_daemon_test.go:1455: [d46cc7bbe8cc4] daemon is not started [2021-03-19T21:18:20.859Z] check_test.go:309: [d3b423c7efe0e] daemon is not started [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (3.28s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (2.32s) [2021-03-19T21:18:20.859Z] check_test.go:309: [d35ad9fe0d3c4] daemon is not started [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.67s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (3.15s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.87s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (5.08s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (5.39s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (3.42s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.73s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (3.33s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2021-03-19T21:18:20.859Z] check_test.go:309: [d062fac90839c] daemon is not started [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2021-03-19T21:18:20.859Z] check_test.go:309: [d57cd99dbad6f] daemon is not started [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (2.04s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.65s) [2021-03-19T21:18:20.859Z] check_test.go:309: [da39849903452] daemon is not started [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (3.40s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.73s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (3.08s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.22s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.64s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.61s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.77s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2021-03-19T21:18:20.859Z] check_test.go:309: [da3f9cab39fd9] daemon is not started [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.55s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.58s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.60s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (4.48s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (5.95s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (3.19s) [2021-03-19T21:18:20.859Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-03-19T21:18:20.859Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-03-19T21:18:20.859Z] check_test.go:309: [d97665e87ec6a] daemon is not started [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.57s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.63s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (2.81s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (2.37s) [2021-03-19T21:18:20.859Z] check_test.go:309: [d1b1570e1b0d2] daemon is not started [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (4.09s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.54s) [2021-03-19T21:18:20.859Z] check_test.go:309: [d345e832c59c7] daemon is not started [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.93s) [2021-03-19T21:18:20.859Z] docker_cli_daemon_plugins_test.go:79: [d962203fe7cd8] daemon is not started [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (6.09s) [2021-03-19T21:18:20.859Z] docker_cli_daemon_plugins_test.go:169: [dfec28ee5f1a2] daemon is not started [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.87s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.62s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.60s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2021-03-19T21:18:20.859Z] check_test.go:309: [d3643a9fff395] daemon is not started [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (2.46s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (2.44s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (2.32s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (2.24s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (2.12s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (2.39s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.60s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.54s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.54s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.56s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (8.36s) [2021-03-19T21:18:20.859Z] check_test.go:309: [d4106032f2ec0] daemon is not started [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (3.20s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (28.34s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.44s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.17s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (7.14s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (4.16s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (7.42s) [2021-03-19T21:18:20.859Z] check_test.go:309: [d8b6214b03761] daemon is not started [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.71s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (3.01s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (16.60s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (4.44s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.72s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (3.27s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (4.47s) [2021-03-19T21:18:20.859Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-03-19T21:18:20.859Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-03-19T21:18:20.859Z] check_test.go:309: [d4ef4eb306880] daemon is not started [2021-03-19T21:18:20.859Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2021-03-19T21:18:20.859Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-03-19T21:18:20.859Z] check_test.go:309: [d2c26c3b0a378] daemon is not started [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (4.25s) [2021-03-19T21:18:20.859Z] check_test.go:309: [d0475b2056bd5] daemon is not started [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (6.75s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (4.25s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (4.24s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.61s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.90s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (5.81s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (6.69s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.93s) [2021-03-19T21:18:20.859Z] check_test.go:309: [d52c5b3ec4bca] daemon is not started [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.53s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.43s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.90s) [2021-03-19T21:18:20.859Z] check_test.go:309: [d2029f2f23135] daemon is not started [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.53s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.34s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.18s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.58s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.58s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.11s) [2021-03-19T21:18:20.859Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from config [2021-03-19T21:18:20.859Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config [2021-03-19T21:18:20.859Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from config [2021-03-19T21:18:20.859Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config [2021-03-19T21:18:20.859Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config [2021-03-19T21:18:20.859Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli [2021-03-19T21:18:20.859Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli [2021-03-19T21:18:20.859Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli [2021-03-19T21:18:20.859Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli [2021-03-19T21:18:20.859Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli [2021-03-19T21:18:20.859Z] check_test.go:309: [d03c4423533d1] daemon is not started [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.08s) [2021-03-19T21:18:20.859Z] check_test.go:309: [daa7e946ba9bc] daemon is not started [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.53s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.49s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.46s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.55s) [2021-03-19T21:18:20.859Z] check_test.go:309: [d90306842ef66] daemon is not started [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.52s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.50s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (5.74s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.16s) [2021-03-19T21:18:20.859Z] check_test.go:309: [d41716ac9bfe8] daemon is not started [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (8.78s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (4.90s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (4.49s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.34s) [2021-03-19T21:18:20.859Z] check_test.go:309: [d9a31f24922d0] daemon is not started [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.61s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.60s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.63s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (2.54s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.00s) [2021-03-19T21:18:20.859Z] check_test.go:309: [d525c8bb54675] daemon is not started [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.10s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.04s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (6.44s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.93s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.01s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (4.45s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (4.38s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (6.68s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (2.04s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.60s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.42s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.95s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (10.67s) [2021-03-19T21:18:20.859Z] docker_cli_daemon_test.go:2550: [d310f85a10333] daemon is not started [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (11.61s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (4.03s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestShmSize (2.64s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (3.70s) [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.16s) [2021-03-19T21:18:20.859Z] check_test.go:309: [d05ab72dd494f] daemon is not started [2021-03-19T21:18:20.859Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (6.75s) [2021-03-19T21:18:20.859Z] === RUN TestDockerSwarmSuite [2021-03-19T21:18:20.859Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2021-03-19T21:18:21.062Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-03-19T21:18:22.252Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-03-19T21:18:24.787Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2021-03-19T21:18:25.241Z] Removing intermediate container 5ae9325f131a [2021-03-19T21:18:25.241Z] ---> dab3a69d9df2 [2021-03-19T21:18:25.241Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-03-19T21:18:25.241Z] ---> Running in 949c22c632ee [2021-03-19T21:18:26.813Z] [2021-03-19T21:18:26.813Z] SUCCESS: Specified value was saved. [2021-03-19T21:18:28.072Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2021-03-19T21:18:29.039Z] Removing intermediate container 949c22c632ee [2021-03-19T21:18:29.039Z] ---> 5e00680087a9 [2021-03-19T21:18:29.039Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-03-19T21:18:29.039Z] ---> Running in 77144e1df9ef [2021-03-19T21:18:29.215Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-03-19T21:18:30.669Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-03-19T21:18:30.669Z] ok github.com/docker/docker/api/server/httputils 0.004s coverage: 14.7% of statements [2021-03-19T21:18:30.669Z] ok github.com/docker/docker/api/server/middleware 0.014s coverage: 37.7% of statements [2021-03-19T21:18:30.669Z] ? github.com/docker/docker/api/server/router [no test files] [2021-03-19T21:18:30.669Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-03-19T21:18:30.669Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-03-19T21:18:30.669Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-03-19T21:18:30.669Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-03-19T21:18:30.669Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-03-19T21:18:30.669Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-03-19T21:18:30.669Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-03-19T21:18:30.669Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-03-19T21:18:30.669Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-03-19T21:18:30.669Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-03-19T21:18:30.669Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 5.7% of statements [2021-03-19T21:18:30.669Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-03-19T21:18:30.669Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-03-19T21:18:30.669Z] ? github.com/docker/docker/api/types [no test files] [2021-03-19T21:18:30.669Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-03-19T21:18:30.669Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-03-19T21:18:30.669Z] ? github.com/docker/docker/api/types/container [no test files] [2021-03-19T21:18:30.669Z] ? github.com/docker/docker/api/types/events [no test files] [2021-03-19T21:18:30.669Z] ok github.com/docker/docker/api/types/strslice 0.007s coverage: 90.0% of statements [2021-03-19T21:18:30.669Z] ok github.com/docker/docker/api/types/filters 0.003s coverage: 92.2% of statements [2021-03-19T21:18:30.669Z] ? github.com/docker/docker/api/types/image [no test files] [2021-03-19T21:18:30.669Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-03-19T21:18:30.669Z] ? github.com/docker/docker/api/types/network [no test files] [2021-03-19T21:18:30.669Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-03-19T21:18:30.669Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-03-19T21:18:30.669Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-03-19T21:18:30.669Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-03-19T21:18:30.669Z] ok github.com/docker/docker/api/types/time 0.004s coverage: 100.0% of statements [2021-03-19T21:18:30.669Z] ok github.com/docker/docker/api/types/versions 0.006s coverage: 75.0% of statements [2021-03-19T21:18:30.669Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-03-19T21:18:30.669Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-03-19T21:18:30.669Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-03-19T21:18:30.669Z] ? github.com/docker/docker/builder [no test files] [2021-03-19T21:18:30.669Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-03-19T21:18:30.669Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-03-19T21:18:30.669Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-03-19T21:18:30.669Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-03-19T21:18:30.669Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-03-19T21:18:30.669Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-03-19T21:18:30.669Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-03-19T21:18:32.260Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-03-19T21:18:33.183Z] ok github.com/docker/docker/builder/dockerfile 0.215s coverage: 48.3% of statements [2021-03-19T21:18:33.183Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-03-19T21:18:33.439Z] ok github.com/docker/docker/builder/remotecontext 0.119s coverage: 13.7% of statements [2021-03-19T21:18:33.815Z] Cannot create a file when that file already exists. [2021-03-19T21:18:34.164Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2021-03-19T21:18:34.366Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2021-03-19T21:18:35.098Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-03-19T21:18:35.730Z] ok github.com/docker/docker/builder/remotecontext/git 1.342s coverage: 86.3% of statements [2021-03-19T21:18:35.730Z] ? github.com/docker/docker/cli [no test files] [2021-03-19T21:18:35.730Z] ? github.com/docker/docker/cli/config [no test files] [2021-03-19T21:18:37.368Z] --- PASS: TestServiceUpdatePidsLimit (18.03s) [2021-03-19T21:18:37.368Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.14s) [2021-03-19T21:18:37.368Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.33s) [2021-03-19T21:18:37.368Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.32s) [2021-03-19T21:18:37.368Z] PASS [2021-03-19T21:18:37.368Z] [2021-03-19T21:18:37.368Z] === Skipped [2021-03-19T21:18:37.368Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2021-03-19T21:18:37.368Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-19T21:18:37.368Z] [2021-03-19T21:18:37.368Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2021-03-19T21:18:37.368Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-19T21:18:37.368Z] [2021-03-19T21:18:37.368Z] [2021-03-19T21:18:37.368Z] DONE 27 tests, 2 skipped in 167.507s [2021-03-19T21:18:37.368Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2021-03-19T21:18:37.368Z] ++ 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 [2021-03-19T21:18:37.368Z] ++ set -e [2021-03-19T21:18:37.368Z] ++ '[' -n 0 ']' [2021-03-19T21:18:37.368Z] ++ set -x [2021-03-19T21:18:37.368Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:18:37.368Z] INFO: Testing against a local daemon [2021-03-19T21:18:37.368Z] === RUN TestSessionCreate [2021-03-19T21:18:37.368Z] --- PASS: TestSessionCreate (0.05s) [2021-03-19T21:18:37.368Z] === RUN TestSessionCreateWithBadUpgrade [2021-03-19T21:18:37.368Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2021-03-19T21:18:37.368Z] PASS [2021-03-19T21:18:37.368Z] [2021-03-19T21:18:37.368Z] DONE 2 tests in 0.235s [2021-03-19T21:18:37.368Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2021-03-19T21:18:37.368Z] ++ 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 [2021-03-19T21:18:37.368Z] ++ set -e [2021-03-19T21:18:37.368Z] ++ '[' -n 0 ']' [2021-03-19T21:18:37.368Z] ++ set -x [2021-03-19T21:18:37.368Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:18:37.368Z] INFO: Testing against a local daemon [2021-03-19T21:18:37.368Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-03-19T21:18:37.368Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-03-19T21:18:37.368Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-03-19T21:18:37.368Z] === RUN TestEventsExecDie [2021-03-19T21:18:37.942Z] --- PASS: TestEventsExecDie (1.28s) [2021-03-19T21:18:37.942Z] === RUN TestEventsBackwardsCompatible [2021-03-19T21:18:37.942Z] --- PASS: TestEventsBackwardsCompatible (0.11s) [2021-03-19T21:18:37.942Z] === RUN TestInfoBinaryCommits [2021-03-19T21:18:37.942Z] --- PASS: TestInfoBinaryCommits (0.05s) [2021-03-19T21:18:37.942Z] === RUN TestInfoAPIVersioned [2021-03-19T21:18:38.205Z] --- PASS: TestInfoAPIVersioned (0.02s) [2021-03-19T21:18:38.205Z] === RUN TestInfoDiscoveryBackend [2021-03-19T21:18:38.384Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-03-19T21:18:38.781Z] --- PASS: TestInfoDiscoveryBackend (0.60s) [2021-03-19T21:18:38.781Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-03-19T21:18:38.996Z] ok github.com/docker/docker/client 0.209s coverage: 75.4% of statements [2021-03-19T21:18:39.701Z] Removing intermediate container 77144e1df9ef [2021-03-19T21:18:39.701Z] ---> 8791699bfdcc [2021-03-19T21:18:39.701Z] Step 13/13 : CMD ["sh"] [2021-03-19T21:18:39.701Z] ---> Running in 28634fd6b1e8 [2021-03-19T21:18:39.701Z] Removing intermediate container 28634fd6b1e8 [2021-03-19T21:18:39.701Z] ---> 4f1d9ca582cc [2021-03-19T21:18:39.701Z] Successfully built 4f1d9ca582cc [2021-03-19T21:18:39.701Z] Successfully tagged busybox:latest [2021-03-19T21:18:39.701Z] INFO: Docker images of the daemon under test [2021-03-19T21:18:39.701Z] [2021-03-19T21:18:39.701Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-03-19T21:18:39.701Z] busybox latest 4f1d9ca582cc Less than a second ago 5.32GB [2021-03-19T21:18:39.701Z] microsoft/windowsservercore latest 3eaa9ebbf51f 2 weeks ago 5.25GB [2021-03-19T21:18:39.701Z] mcr.microsoft.com/windows/servercore ltsc2019 3eaa9ebbf51f 2 weeks ago 5.25GB [2021-03-19T21:18:39.701Z] [2021-03-19T21:18:39.701Z] INFO: Running integration tests at 03/19/2021 21:18:39... [2021-03-19T21:18:39.701Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-03-19T21:18:39.701Z] INFO: Integration API tests being run from the host: [2021-03-19T21:18:39.701Z] INFO: make.ps1 starting at 03/19/2021 21:18:39 [2021-03-19T21:18:39.728Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-03-19T21:18:39.728Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-03-19T21:18:40.305Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.62s) [2021-03-19T21:18:40.305Z] === RUN TestInfoAPI [2021-03-19T21:18:40.305Z] --- PASS: TestInfoAPI (0.05s) [2021-03-19T21:18:40.305Z] === RUN TestInfoAPIWarnings [2021-03-19T21:18:40.694Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-03-19T21:18:48.365Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2021-03-19T21:18:48.623Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2021-03-19T21:18:58.439Z] --- PASS: TestInfoAPIWarnings (16.61s) [2021-03-19T21:18:58.439Z] === RUN TestInfoDebug [2021-03-19T21:18:58.439Z] --- PASS: TestInfoDebug (0.61s) [2021-03-19T21:18:58.439Z] === RUN TestInfoInsecureRegistries [2021-03-19T21:18:58.439Z] --- PASS: TestInfoInsecureRegistries (0.61s) [2021-03-19T21:18:58.439Z] === RUN TestInfoRegistryMirrors [2021-03-19T21:18:58.701Z] --- PASS: TestInfoRegistryMirrors (0.62s) [2021-03-19T21:18:58.701Z] === RUN TestLoginFailsWithBadCredentials [2021-03-19T21:18:58.963Z] --- PASS: TestLoginFailsWithBadCredentials (0.28s) [2021-03-19T21:18:58.963Z] === RUN TestPingCacheHeaders [2021-03-19T21:18:59.226Z] --- PASS: TestPingCacheHeaders (0.05s) [2021-03-19T21:18:59.226Z] === RUN TestPingGet [2021-03-19T21:18:59.226Z] --- PASS: TestPingGet (0.03s) [2021-03-19T21:18:59.226Z] === RUN TestPingHead [2021-03-19T21:18:59.226Z] --- PASS: TestPingHead (0.05s) [2021-03-19T21:18:59.226Z] === RUN TestVersion [2021-03-19T21:18:59.226Z] --- PASS: TestVersion (0.04s) [2021-03-19T21:18:59.226Z] PASS [2021-03-19T21:18:59.226Z] [2021-03-19T21:18:59.226Z] === Skipped [2021-03-19T21:18:59.226Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-03-19T21:18:59.226Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-03-19T21:18:59.226Z] [2021-03-19T21:18:59.226Z] [2021-03-19T21:18:59.226Z] DONE 18 tests, 1 skipped in 22.771s [2021-03-19T21:18:59.226Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2021-03-19T21:18:59.226Z] ++ 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 [2021-03-19T21:18:59.226Z] ++ set -e [2021-03-19T21:18:59.226Z] ++ '[' -n 0 ']' [2021-03-19T21:18:59.226Z] ++ set -x [2021-03-19T21:18:59.226Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:18:59.489Z] INFO: Testing against a local daemon [2021-03-19T21:18:59.489Z] === RUN TestVolumesCreateAndList [2021-03-19T21:18:59.489Z] --- PASS: TestVolumesCreateAndList (0.04s) [2021-03-19T21:18:59.489Z] === RUN TestVolumesRemove [2021-03-19T21:18:59.489Z] --- PASS: TestVolumesRemove (0.11s) [2021-03-19T21:18:59.489Z] === RUN TestVolumesInspect [2021-03-19T21:18:59.489Z] --- PASS: TestVolumesInspect (0.03s) [2021-03-19T21:18:59.489Z] === RUN TestVolumesInvalidJSON [2021-03-19T21:18:59.489Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-03-19T21:18:59.489Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-03-19T21:18:59.489Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-03-19T21:18:59.489Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-03-19T21:18:59.489Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-03-19T21:18:59.489Z] PASS [2021-03-19T21:18:59.489Z] [2021-03-19T21:18:59.489Z] DONE 5 tests in 0.342s [2021-03-19T21:18:59.751Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-03-19T21:19:00.326Z] ++++ cat bundles/test-integration/docker.pid [2021-03-19T21:19:00.326Z] +++ kill 13886 [2021-03-19T21:19:00.825Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-03-19T21:19:00.825Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-03-19T21:19:01.716Z] +++ /etc/init.d/apparmor stop [2021-03-19T21:19:01.716Z] Leaving: AppArmorNo profiles have been unloaded. [2021-03-19T21:19:01.716Z] [2021-03-19T21:19:01.716Z] Unloading profiles will leave already running processes permanently [2021-03-19T21:19:01.716Z] unconfined, which can lead to unexpected situations. [2021-03-19T21:19:01.716Z] [2021-03-19T21:19:01.716Z] To set a process to complain mode, use the command line tool [2021-03-19T21:19:01.716Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-03-19T21:19:01.716Z] +++ true [2021-03-19T21:19:01.716Z] exiting test-integration [2021-03-19T21:19:01.716Z] ++ exit 0 [2021-03-19T21:19:01.716Z] Post stage [Pipeline] junit [2021-03-19T21:19:04.287Z] Recording test results [2021-03-19T21:19:04.781Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-03-19T21:19:05.130Z] + echo Ensuring container killed. [2021-03-19T21:19:05.130Z] Ensuring container killed. [2021-03-19T21:19:05.130Z] + docker rm -vf docker-pr2 [2021-03-19T21:19:05.130Z] Error: No such container: docker-pr2 [Pipeline] sh [2021-03-19T21:19:05.425Z] + echo Chowning /workspace to jenkins user [2021-03-19T21:19:05.425Z] Chowning /workspace to jenkins user [2021-03-19T21:19:05.425Z] + id -u [2021-03-19T21:19:05.425Z] + id -g [2021-03-19T21:19:05.425Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42173:/workspace busybox chown -R 1000:1000 /workspace [2021-03-19T21:19:05.425Z] Unable to find image 'busybox:latest' locally [2021-03-19T21:19:05.687Z] latest: Pulling from library/busybox [2021-03-19T21:19:05.949Z] 8c3eadb8221d: Pulling fs layer [2021-03-19T21:19:05.949Z] 8c3eadb8221d: Download complete [2021-03-19T21:19:06.213Z] 8c3eadb8221d: Pull complete [2021-03-19T21:19:06.213Z] Digest: sha256:ce2360d5189a033012fbad1635e037be86f23b65cfd676b436d0931af390a2ac [2021-03-19T21:19:06.213Z] Status: Downloaded newer image for busybox:latest [2021-03-19T21:19:07.389Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-03-19T21:19:07.389Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-03-19T21:19:07.955Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-03-19T21:19:08.890Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-03-19T21:19:08.890Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-03-19T21:19:09.459Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-03-19T21:19:10.025Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-03-19T21:19:10.905Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-19T21:19:10.905Z] INFO: Testing against a local daemon [2021-03-19T21:19:10.905Z] === RUN TestBuildWithSession [2021-03-19T21:19:10.905Z] --- SKIP: TestBuildWithSession (0.00s) [2021-03-19T21:19:10.905Z] build_session_test.go:25: TODO: BuildKit [2021-03-19T21:19:10.905Z] === RUN TestBuildSquashParent [2021-03-19T21:19:10.905Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-03-19T21:19:10.905Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:19:10.905Z] === RUN TestBuildWithRemoveAndForceRemove [2021-03-19T21:19:10.905Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-19T21:19:10.905Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-19T21:19:10.905Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-19T21:19:10.905Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-19T21:19:10.905Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-19T21:19:10.905Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-19T21:19:10.905Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-19T21:19:10.905Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-19T21:19:10.905Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-19T21:19:10.905Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-19T21:19:10.905Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-19T21:19:10.905Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-19T21:19:10.905Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-19T21:19:10.905Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-19T21:19:10.905Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-19T21:19:10.905Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-03-19T21:19:11.825Z] + bundleName=arm64-integration [2021-03-19T21:19:11.825Z] + echo Creating arm64-integration-bundles.tar.gz [2021-03-19T21:19:11.825Z] Creating arm64-integration-bundles.tar.gz [2021-03-19T21:19:11.825Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-03-19T21:19:11.825Z] + xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2021-03-19T21:19:12.102Z] Archiving artifacts [2021-03-19T21:19:13.313Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-03-19T21:19:14.335Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42173/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-03-19T21:19:14.682Z] + make clean [2021-03-19T21:19:15.216Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-03-19T21:19:15.257Z] docker volume rm -f docker-dev-cache [2021-03-19T21:19:15.519Z] docker-dev-cache [Pipeline] deleteDir [2021-03-19T21:19:17.150Z] === RUN TestDockerSuite/TestBuildEnv [2021-03-19T21:19:19.054Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-03-19T21:19:20.430Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-03-19T21:19:21.478Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-19T21:19:21.478Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-19T21:19:21.804Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-03-19T21:19:23.179Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2021-03-19T21:19:23.179Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-19T21:19:25.616Z] ok github.com/docker/docker/cmd/dockerd 0.086s coverage: 29.1% of statements [2021-03-19T21:19:25.616Z] ok github.com/docker/docker/container 0.127s coverage: 34.7% of statements [2021-03-19T21:19:25.616Z] ? github.com/docker/docker/container/stream [no test files] [2021-03-19T21:19:25.616Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-03-19T21:19:25.616Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-03-19T21:19:25.616Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-03-19T21:19:28.034Z] --- PASS: TestImportExtremelyLargeImageWorks (192.93s) [2021-03-19T21:19:28.034Z] PASS [2021-03-19T21:19:28.034Z] [2021-03-19T21:19:28.034Z] === Skipped [2021-03-19T21:19:28.034Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-03-19T21:19:28.034Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-19T21:19:28.034Z] [2021-03-19T21:19:28.034Z] [2021-03-19T21:19:28.034Z] DONE 12 tests, 1 skipped in 193.933s [2021-03-19T21:19:28.034Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2021-03-19T21:19:28.034Z] ++ 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 [2021-03-19T21:19:28.034Z] ++ set -e [2021-03-19T21:19:28.034Z] ++ '[' -n 0 ']' [2021-03-19T21:19:28.034Z] ++ set -x [2021-03-19T21:19:28.034Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:19:28.034Z] INFO: Testing against a local daemon [2021-03-19T21:19:28.034Z] === RUN TestNetworkCreateDelete [2021-03-19T21:19:28.034Z] --- PASS: TestNetworkCreateDelete (0.17s) [2021-03-19T21:19:28.034Z] === RUN TestDockerNetworkDeletePreferID [2021-03-19T21:19:28.034Z] --- PASS: TestDockerNetworkDeletePreferID (0.45s) [2021-03-19T21:19:28.034Z] === RUN TestDaemonDNSFallback [2021-03-19T21:19:28.034Z] --- PASS: TestDaemonDNSFallback (1.52s) [2021-03-19T21:19:28.034Z] === RUN TestInspectNetwork [2021-03-19T21:19:28.034Z] === RUN TestInspectNetwork/full_network_id [2021-03-19T21:19:28.034Z] === RUN TestInspectNetwork/partial_network_id [2021-03-19T21:19:28.034Z] === RUN TestInspectNetwork/network_name [2021-03-19T21:19:28.034Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-03-19T21:19:28.034Z] --- PASS: TestInspectNetwork (6.89s) [2021-03-19T21:19:28.034Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-03-19T21:19:28.034Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-03-19T21:19:28.034Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-03-19T21:19:28.034Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-03-19T21:19:28.034Z] === RUN TestRunContainerWithBridgeNone [2021-03-19T21:19:28.661Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-03-19T21:19:28.661Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (13.40s) [2021-03-19T21:19:28.661Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (13.56s) [2021-03-19T21:19:28.661Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (13.95s) [2021-03-19T21:19:28.661Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (18.41s) [2021-03-19T21:19:28.661Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (7.78s) [2021-03-19T21:19:28.661Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (8.31s) [2021-03-19T21:19:28.661Z] === RUN TestBuildMultiStageCopy [2021-03-19T21:19:28.661Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-03-19T21:19:29.562Z] --- PASS: TestRunContainerWithBridgeNone (2.00s) [2021-03-19T21:19:29.562Z] === RUN TestNetworkInvalidJSON [2021-03-19T21:19:29.562Z] === RUN TestNetworkInvalidJSON//networks/create [2021-03-19T21:19:29.562Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-03-19T21:19:29.562Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-03-19T21:19:29.562Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-03-19T21:19:29.562Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-19T21:19:29.562Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-19T21:19:29.562Z] === CONT TestNetworkInvalidJSON//networks/create [2021-03-19T21:19:29.562Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-19T21:19:29.562Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-03-19T21:19:29.562Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-03-19T21:19:29.562Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-03-19T21:19:29.562Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-03-19T21:19:29.562Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-03-19T21:19:29.562Z] === RUN TestNetworkList [2021-03-19T21:19:29.562Z] === RUN TestNetworkList//networks [2021-03-19T21:19:29.562Z] === PAUSE TestNetworkList//networks [2021-03-19T21:19:29.562Z] === RUN TestNetworkList//networks/ [2021-03-19T21:19:29.562Z] === PAUSE TestNetworkList//networks/ [2021-03-19T21:19:29.562Z] === CONT TestNetworkList//networks [2021-03-19T21:19:29.562Z] === CONT TestNetworkList//networks/ [2021-03-19T21:19:29.562Z] --- PASS: TestNetworkList (0.02s) [2021-03-19T21:19:29.562Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-03-19T21:19:29.562Z] --- PASS: TestNetworkList//networks (0.00s) [2021-03-19T21:19:29.562Z] === RUN TestHostIPv4BridgeLabel [2021-03-19T21:19:29.856Z] --- PASS: TestHostIPv4BridgeLabel (0.58s) [2021-03-19T21:19:29.856Z] === RUN TestDaemonRestartWithLiveRestore [2021-03-19T21:19:30.862Z] ok github.com/docker/docker/daemon/cluster 0.058s coverage: 0.5% of statements [2021-03-19T21:19:30.897Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2021-03-19T21:19:30.897Z] === RUN TestDaemonDefaultNetworkPools [2021-03-19T21:19:31.291Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-03-19T21:19:31.534Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s) [2021-03-19T21:19:31.534Z] === RUN TestDaemonRestartWithExistingNetwork [2021-03-19T21:19:32.229Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.009s coverage: 65.3% of statements [2021-03-19T21:19:33.047Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.15s) [2021-03-19T21:19:33.047Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-03-19T21:19:34.117Z] ok github.com/docker/docker/daemon/cluster/convert 0.007s coverage: 35.9% of statements [2021-03-19T21:19:34.255Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.31s) [2021-03-19T21:19:34.255Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-03-19T21:19:34.892Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2021-03-19T21:19:34.892Z] === RUN TestServiceWithPredefinedNetwork [2021-03-19T21:19:36.969Z] --- PASS: TestServiceWithPredefinedNetwork (2.08s) [2021-03-19T21:19:36.970Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-03-19T21:19:36.970Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-19T21:19:36.970Z] service_test.go:242: FLAKY_TEST [2021-03-19T21:19:36.970Z] === RUN TestServiceWithDataPathPortInit [2021-03-19T21:19:39.116Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-03-19T21:19:39.116Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-03-19T21:19:39.587Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-03-19T21:19:41.166Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-03-19T21:19:42.741Z] --- PASS: TestBuildMultiStageCopy (13.91s) [2021-03-19T21:19:42.741Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (9.34s) [2021-03-19T21:19:42.741Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.85s) [2021-03-19T21:19:42.741Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.04s) [2021-03-19T21:19:42.741Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.20s) [2021-03-19T21:19:42.741Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.49s) [2021-03-19T21:19:42.741Z] === RUN TestBuildMultiStageParentConfig [2021-03-19T21:19:44.055Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.438s coverage: 14.1% of statements [2021-03-19T21:19:44.055Z] ok github.com/docker/docker/daemon 12.164s coverage: 17.2% of statements [2021-03-19T21:19:44.055Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-03-19T21:19:44.055Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-03-19T21:19:44.618Z] ok github.com/docker/docker/daemon/config 0.048s coverage: 81.8% of statements [2021-03-19T21:19:44.968Z] --- PASS: TestBuildMultiStageParentConfig (2.70s) [2021-03-19T21:19:44.968Z] === RUN TestBuildLabelWithTargets [2021-03-19T21:19:44.968Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2021-03-19T21:19:44.968Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-03-19T21:19:44.968Z] === RUN TestBuildWithEmptyLayers [2021-03-19T21:19:45.180Z] ok github.com/docker/docker/daemon/discovery 0.004s coverage: 30.0% of statements [2021-03-19T21:19:46.107Z] ok github.com/docker/docker/daemon/events 0.074s coverage: 50.0% of statements [2021-03-19T21:19:46.107Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-03-19T21:19:46.107Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-03-19T21:19:46.164Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2021-03-19T21:19:46.541Z] --- PASS: TestBuildWithEmptyLayers (1.49s) [2021-03-19T21:19:46.541Z] === RUN TestBuildMultiStageOnBuild [2021-03-19T21:19:46.668Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2021-03-19T21:19:46.729Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2021-03-19T21:19:49.186Z] ok github.com/docker/docker/daemon/graphdriver/aufs 1.471s coverage: 73.3% of statements [2021-03-19T21:19:49.442Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.010s coverage: 2.9% of statements [2021-03-19T21:19:50.807Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.376s coverage: 56.2% of statements [2021-03-19T21:19:52.458Z] --- PASS: TestServiceWithDataPathPortInit (13.78s) [2021-03-19T21:19:52.458Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-03-19T21:19:53.342Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.009s coverage: 1.9% of statements [2021-03-19T21:19:54.708Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.944s coverage: 46.2% of statements [2021-03-19T21:19:54.708Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-03-19T21:19:54.965Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.316s coverage: 49.4% of statements [2021-03-19T21:19:56.855Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.027s coverage: 57.5% of statements [2021-03-19T21:19:57.818Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.682s coverage: 57.7% of statements [2021-03-19T21:19:57.818Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-03-19T21:19:57.818Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-03-19T21:19:58.030Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.73s) [2021-03-19T21:19:58.030Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:lsg760m73d4uquyadh4dzc3oh Created:2021-03-19 21:19:51.57712844 +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[d9a5b05b891bd015939962fed8f6704fe91fd40dc54dc977b358ea9915f8da7a:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.n050ec2jgjprvpxujjuk1pqw7 EndpointID:99d73d6d3125a5529f4f9a67f5e4ede2856991311ba5549cdabdb7d6c0d1e016 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:412728f20d04a50da48fe0a65b02fb6184f0b6b5cfdc32ad26a034bce056945e 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:9e97e6412e7f IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.n050ec2jgjprvpxujjuk1pqw7 EndpointID:99d73d6d3125a5529f4f9a67f5e4ede2856991311ba5549cdabdb7d6c0d1e016 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-03-19T21:19:58.030Z] PASS [2021-03-19T21:19:58.030Z] [2021-03-19T21:19:58.030Z] === Skipped [2021-03-19T21:19:58.030Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-19T21:19:58.030Z] service_test.go:242: FLAKY_TEST [2021-03-19T21:19:58.030Z] [2021-03-19T21:19:58.030Z] [2021-03-19T21:19:58.030Z] DONE 26 tests, 1 skipped in 39.130s [2021-03-19T21:19:58.030Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-03-19T21:19:58.031Z] ++ 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 [2021-03-19T21:19:58.031Z] ++ set -e [2021-03-19T21:19:58.031Z] ++ '[' -n 0 ']' [2021-03-19T21:19:58.031Z] ++ set -x [2021-03-19T21:19:58.031Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:19:58.031Z] INFO: Testing against a local daemon [2021-03-19T21:19:58.031Z] === RUN TestDockerNetworkIpvlanPersistance [2021-03-19T21:19:58.031Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-03-19T21:19:58.031Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-19T21:19:58.031Z] === RUN TestDockerNetworkIpvlan [2021-03-19T21:19:58.031Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-03-19T21:19:58.031Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-19T21:19:58.031Z] PASS [2021-03-19T21:19:58.031Z] [2021-03-19T21:19:58.031Z] === Skipped [2021-03-19T21:19:58.031Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-03-19T21:19:58.031Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-19T21:19:58.031Z] [2021-03-19T21:19:58.031Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-03-19T21:19:58.031Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-19T21:19:58.031Z] [2021-03-19T21:19:58.031Z] [2021-03-19T21:19:58.031Z] DONE 2 tests, 2 skipped in 0.074s [2021-03-19T21:19:58.031Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-03-19T21:19:58.031Z] ++ 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 [2021-03-19T21:19:58.031Z] ++ set -e [2021-03-19T21:19:58.031Z] ++ '[' -n 0 ']' [2021-03-19T21:19:58.031Z] ++ set -x [2021-03-19T21:19:58.031Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:19:58.031Z] INFO: Testing against a local daemon [2021-03-19T21:19:58.031Z] === RUN TestDockerNetworkMacvlanPersistance [2021-03-19T21:19:58.765Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.006s coverage: 3.0% of statements [2021-03-19T21:19:58.938Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-03-19T21:19:59.077Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.38s) [2021-03-19T21:19:59.078Z] === RUN TestDockerNetworkMacvlan [2021-03-19T21:19:59.695Z] ok github.com/docker/docker/daemon/links 0.014s coverage: 93.0% of statements [2021-03-19T21:19:59.716Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-03-19T21:19:59.873Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-03-19T21:20:00.756Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-03-19T21:20:01.395Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-03-19T21:20:01.581Z] ok github.com/docker/docker/daemon/images 0.024s coverage: 6.7% of statements [2021-03-19T21:20:01.581Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-03-19T21:20:01.581Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-03-19T21:20:01.837Z] ok github.com/docker/docker/daemon/logger 0.248s coverage: 43.2% of statements [2021-03-19T21:20:03.468Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-03-19T21:20:03.723Z] ok github.com/docker/docker/daemon/logger/gelf 0.008s coverage: 67.0% of statements [2021-03-19T21:20:03.723Z] ok github.com/docker/docker/daemon/logger/awslogs 0.166s coverage: 77.4% of statements [2021-03-19T21:20:03.723Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-03-19T21:20:03.723Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-03-19T21:20:04.392Z] --- PASS: TestBuildMultiStageOnBuild (17.77s) [2021-03-19T21:20:04.392Z] === RUN TestBuildUncleanTarFilenames [2021-03-19T21:20:04.392Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2021-03-19T21:20:04.392Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-03-19T21:20:04.392Z] === RUN TestBuildMultiStageLayerLeak [2021-03-19T21:20:04.650Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 23.9% of statements [2021-03-19T21:20:04.905Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.007s coverage: 69.9% of statements [2021-03-19T21:20:05.162Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.004s coverage: 87.2% of statements [2021-03-19T21:20:05.545Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-03-19T21:20:06.528Z] ok github.com/docker/docker/daemon/logger/local 0.015s coverage: 75.2% of statements [2021-03-19T21:20:06.528Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-03-19T21:20:06.784Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.042s coverage: 55.1% of statements [2021-03-19T21:20:08.150Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.009s coverage: 31.5% of statements [2021-03-19T21:20:09.516Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements [2021-03-19T21:20:09.772Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2021-03-19T21:20:10.010Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-03-19T21:20:10.305Z] --- PASS: TestDockerNetworkMacvlan (11.41s) [2021-03-19T21:20:10.305Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2021-03-19T21:20:10.305Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2021-03-19T21:20:10.305Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.92s) [2021-03-19T21:20:10.305Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.03s) [2021-03-19T21:20:10.305Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.41s) [2021-03-19T21:20:10.305Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.71s) [2021-03-19T21:20:10.305Z] PASS [2021-03-19T21:20:10.305Z] [2021-03-19T21:20:10.305Z] DONE 8 tests in 12.861s [2021-03-19T21:20:10.305Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2021-03-19T21:20:10.305Z] ++ 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 [2021-03-19T21:20:10.305Z] ++ set -e [2021-03-19T21:20:10.305Z] ++ '[' -n 0 ']' [2021-03-19T21:20:10.305Z] ++ set -x [2021-03-19T21:20:10.305Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:20:10.305Z] testing: warning: no tests to run [2021-03-19T21:20:10.305Z] PASS [2021-03-19T21:20:10.305Z] [2021-03-19T21:20:10.305Z] DONE 0 tests in 0.012s [2021-03-19T21:20:10.305Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-03-19T21:20:10.305Z] ++ 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 [2021-03-19T21:20:10.305Z] ++ set -e [2021-03-19T21:20:10.305Z] ++ '[' -n 0 ']' [2021-03-19T21:20:10.305Z] ++ set -x [2021-03-19T21:20:10.305Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:20:10.305Z] INFO: Testing against a local daemon [2021-03-19T21:20:10.305Z] === RUN TestAuthZPluginAllowRequest [2021-03-19T21:20:10.333Z] ok github.com/docker/docker/daemon/logger/splunk 1.708s coverage: 82.5% of statements [2021-03-19T21:20:10.333Z] ? github.com/docker/docker/daemon/names [no test files] [2021-03-19T21:20:10.333Z] ok github.com/docker/docker/daemon/network 0.025s coverage: 63.8% of statements [2021-03-19T21:20:10.333Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-03-19T21:20:11.841Z] --- PASS: TestAuthZPluginAllowRequest (1.38s) [2021-03-19T21:20:11.841Z] === RUN TestAuthZPluginTLS [2021-03-19T21:20:12.073Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-03-19T21:20:12.073Z] --- PASS: TestImportExtremelyLargeImageWorks (193.91s) [2021-03-19T21:20:12.073Z] PASS [2021-03-19T21:20:12.073Z] [2021-03-19T21:20:12.073Z] DONE 12 tests in 198.599s [2021-03-19T21:20:12.073Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-03-19T21:20:12.074Z] ++ 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 [2021-03-19T21:20:12.074Z] ++ set -e [2021-03-19T21:20:12.074Z] ++ '[' -n 0 ']' [2021-03-19T21:20:12.074Z] ++ set -x [2021-03-19T21:20:12.074Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:20:12.074Z] INFO: Testing against a local daemon [2021-03-19T21:20:12.074Z] === RUN TestNetworkCreateDelete [2021-03-19T21:20:12.074Z] --- PASS: TestNetworkCreateDelete (0.20s) [2021-03-19T21:20:12.074Z] === RUN TestDockerNetworkDeletePreferID [2021-03-19T21:20:12.074Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-03-19T21:20:12.074Z] --- PASS: TestDockerNetworkDeletePreferID (0.45s) [2021-03-19T21:20:12.074Z] === RUN TestDaemonDNSFallback [2021-03-19T21:20:12.074Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-03-19T21:20:12.477Z] --- PASS: TestAuthZPluginTLS (0.56s) [2021-03-19T21:20:12.478Z] === RUN TestAuthZPluginDenyRequest [2021-03-19T21:20:12.640Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-03-19T21:20:12.772Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2021-03-19T21:20:12.772Z] === RUN TestAuthZPluginAPIDenyResponse [2021-03-19T21:20:12.850Z] ok github.com/docker/docker/distribution/metadata 0.042s coverage: 48.2% of statements [2021-03-19T21:20:13.409Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2021-03-19T21:20:13.409Z] === RUN TestAuthZPluginDenyResponse [2021-03-19T21:20:13.413Z] ok github.com/docker/docker/distribution 0.194s coverage: 25.2% of statements [2021-03-19T21:20:13.413Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-03-19T21:20:14.016Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-03-19T21:20:14.016Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-03-19T21:20:14.045Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2021-03-19T21:20:14.046Z] === RUN TestAuthZPluginAllowEventStream [2021-03-19T21:20:14.274Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-03-19T21:20:14.340Z] ok github.com/docker/docker/errdefs 0.005s coverage: 53.1% of statements [2021-03-19T21:20:15.266Z] ok github.com/docker/docker/image 0.017s coverage: 86.6% of statements [2021-03-19T21:20:15.571Z] --- PASS: TestAuthZPluginAllowEventStream (1.35s) [2021-03-19T21:20:15.571Z] === RUN TestAuthZPluginErrorResponse [2021-03-19T21:20:15.829Z] ok github.com/docker/docker/distribution/xfer 1.878s coverage: 85.1% of statements [2021-03-19T21:20:15.829Z] ? github.com/docker/docker/dockerversion [no test files] [2021-03-19T21:20:15.864Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2021-03-19T21:20:15.864Z] === RUN TestAuthZPluginErrorRequest [2021-03-19T21:20:16.391Z] ok github.com/docker/docker/image/cache 0.022s coverage: 19.2% of statements [2021-03-19T21:20:16.500Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2021-03-19T21:20:16.500Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-03-19T21:20:16.794Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2021-03-19T21:20:16.794Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-03-19T21:20:16.916Z] --- PASS: TestBuildMultiStageLayerLeak (11.38s) [2021-03-19T21:20:16.916Z] === RUN TestBuildWithHugeFile [2021-03-19T21:20:17.319Z] ok github.com/docker/docker/image/tarexport 0.024s coverage: 0.6% of statements [2021-03-19T21:20:17.576Z] ok github.com/docker/docker/image/v1 0.018s coverage: 25.0% of statements [2021-03-19T21:20:17.576Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-03-19T21:20:18.504Z] ok github.com/docker/docker/libcontainerd/queue 0.030s coverage: 100.0% of statements [2021-03-19T21:20:18.872Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.77s) [2021-03-19T21:20:18.872Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-03-19T21:20:19.539Z] --- PASS: TestDaemonDNSFallback (7.17s) [2021-03-19T21:20:19.539Z] === RUN TestInspectNetwork [2021-03-19T21:20:19.870Z] ok github.com/docker/docker/oci 0.008s coverage: 45.2% of statements [2021-03-19T21:20:20.388Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.71s) [2021-03-19T21:20:20.388Z] === RUN TestAuthZPluginHeader [2021-03-19T21:20:20.433Z] ok github.com/docker/docker/opts 0.019s coverage: 67.1% of statements [2021-03-19T21:20:20.689Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2021-03-19T21:20:21.429Z] --- PASS: TestAuthZPluginHeader (0.84s) [2021-03-19T21:20:21.429Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-03-19T21:20:21.429Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-03-19T21:20:21.429Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-19T21:20:21.429Z] === RUN TestAuthZPluginV2Disable [2021-03-19T21:20:21.429Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2021-03-19T21:20:21.429Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-19T21:20:21.429Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-03-19T21:20:21.429Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-03-19T21:20:21.429Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-19T21:20:21.429Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-03-19T21:20:21.429Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-03-19T21:20:21.429Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-19T21:20:21.429Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-03-19T21:20:22.578Z] ok github.com/docker/docker/pkg/archive 0.300s coverage: 77.2% of statements [2021-03-19T21:20:23.506Z] ok github.com/docker/docker/pkg/authorization 0.272s coverage: 68.3% of statements [2021-03-19T21:20:23.506Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2021-03-19T21:20:23.722Z] === RUN TestInspectNetwork/full_network_id [2021-03-19T21:20:23.723Z] === RUN TestInspectNetwork/partial_network_id [2021-03-19T21:20:23.723Z] === RUN TestInspectNetwork/network_name [2021-03-19T21:20:23.723Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-03-19T21:20:23.761Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2021-03-19T21:20:25.622Z] === RUN TestDockerSuite/TestBuildExpose [2021-03-19T21:20:25.893Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-03-19T21:20:26.462Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-03-19T21:20:26.720Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-03-19T21:20:26.978Z] === RUN TestDockerSuite/TestBuildFails [2021-03-19T21:20:27.028Z] ok github.com/docker/docker/pkg/chrootarchive 2.486s coverage: 43.2% of statements [2021-03-19T21:20:27.028Z] ok github.com/docker/docker/layer 7.354s coverage: 68.8% of statements [2021-03-19T21:20:27.028Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-03-19T21:20:27.028Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-03-19T21:20:27.028Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-03-19T21:20:27.028Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-03-19T21:20:27.028Z] ? github.com/docker/docker/oci/caps [no test files] [2021-03-19T21:20:27.028Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-03-19T21:20:27.028Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-03-19T21:20:27.285Z] ok github.com/docker/docker/pkg/directory 0.005s coverage: 80.0% of statements [2021-03-19T21:20:27.847Z] ok github.com/docker/docker/pkg/discovery 0.006s coverage: 58.3% of statements [2021-03-19T21:20:27.847Z] ok github.com/docker/docker/pkg/discovery/file 0.013s coverage: 97.6% of statements [2021-03-19T21:20:28.354Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-03-19T21:20:28.354Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-03-19T21:20:28.354Z] --- PASS: TestInspectNetwork (9.26s) [2021-03-19T21:20:28.354Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-03-19T21:20:28.354Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-03-19T21:20:28.354Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-03-19T21:20:28.354Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-03-19T21:20:28.354Z] === RUN TestRunContainerWithBridgeNone [2021-03-19T21:20:28.774Z] ok github.com/docker/docker/pkg/discovery/memory 0.021s coverage: 92.3% of statements [2021-03-19T21:20:29.336Z] ok github.com/docker/docker/pkg/discovery/nodes 0.016s coverage: 93.8% of statements [2021-03-19T21:20:29.898Z] ok github.com/docker/docker/pkg/dmesg 0.009s coverage: 83.3% of statements [2021-03-19T21:20:30.823Z] ok github.com/docker/docker/pkg/filenotify 0.604s coverage: 67.0% of statements [2021-03-19T21:20:30.887Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-03-19T21:20:31.751Z] ok github.com/docker/docker/pkg/fileutils 0.006s coverage: 89.5% of statements [2021-03-19T21:20:32.313Z] ok github.com/docker/docker/pkg/discovery/kv 3.097s coverage: 84.1% of statements [2021-03-19T21:20:32.313Z] ok github.com/docker/docker/pkg/fsutils 0.161s coverage: 85.1% of statements [2021-03-19T21:20:32.569Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2021-03-19T21:20:32.793Z] --- PASS: TestRunContainerWithBridgeNone (4.38s) [2021-03-19T21:20:32.793Z] === RUN TestNetworkInvalidJSON [2021-03-19T21:20:32.793Z] === RUN TestNetworkInvalidJSON//networks/create [2021-03-19T21:20:32.793Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-03-19T21:20:32.793Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-03-19T21:20:32.793Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-03-19T21:20:32.793Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-19T21:20:32.793Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-19T21:20:32.793Z] === CONT TestNetworkInvalidJSON//networks/create [2021-03-19T21:20:32.793Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-19T21:20:32.793Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-03-19T21:20:32.793Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2021-03-19T21:20:32.793Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-03-19T21:20:32.793Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-03-19T21:20:32.793Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-03-19T21:20:32.793Z] === RUN TestNetworkList [2021-03-19T21:20:32.793Z] === RUN TestNetworkList//networks [2021-03-19T21:20:32.793Z] === PAUSE TestNetworkList//networks [2021-03-19T21:20:32.793Z] === RUN TestNetworkList//networks/ [2021-03-19T21:20:32.793Z] === PAUSE TestNetworkList//networks/ [2021-03-19T21:20:32.793Z] === CONT TestNetworkList//networks [2021-03-19T21:20:32.793Z] === CONT TestNetworkList//networks/ [2021-03-19T21:20:32.793Z] --- PASS: TestNetworkList (0.02s) [2021-03-19T21:20:32.793Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-03-19T21:20:32.793Z] --- PASS: TestNetworkList//networks (0.00s) [2021-03-19T21:20:32.793Z] === RUN TestHostIPv4BridgeLabel [2021-03-19T21:20:33.361Z] --- PASS: TestHostIPv4BridgeLabel (0.60s) [2021-03-19T21:20:33.361Z] === RUN TestDaemonRestartWithLiveRestore [2021-03-19T21:20:33.619Z] === RUN TestDockerSuite/TestBuildForceRm [2021-03-19T21:20:33.934Z] ok github.com/docker/docker/pkg/idtools 0.484s coverage: 69.5% of statements [2021-03-19T21:20:34.190Z] ok github.com/docker/docker/pkg/ioutils 0.518s coverage: 68.8% of statements [2021-03-19T21:20:34.446Z] ok github.com/docker/docker/pkg/jsonmessage 0.018s coverage: 91.7% of statements [2021-03-19T21:20:34.446Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-03-19T21:20:34.446Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2021-03-19T21:20:34.446Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-03-19T21:20:34.446Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-03-19T21:20:34.554Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2021-03-19T21:20:34.554Z] === RUN TestDaemonDefaultNetworkPools [2021-03-19T21:20:35.012Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2021-03-19T21:20:35.012Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-03-19T21:20:35.012Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2021-03-19T21:20:35.123Z] --- PASS: TestDaemonDefaultNetworkPools (0.81s) [2021-03-19T21:20:35.123Z] === RUN TestDaemonRestartWithExistingNetwork [2021-03-19T21:20:35.268Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2021-03-19T21:20:35.524Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.005s coverage: 86.7% of statements [2021-03-19T21:20:35.690Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2021-03-19T21:20:35.780Z] ok github.com/docker/docker/pkg/pidfile 0.006s coverage: 82.4% of statements [2021-03-19T21:20:35.780Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-03-19T21:20:35.780Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-03-19T21:20:36.257Z] === RUN TestDockerSuite/TestBuildFromGit [2021-03-19T21:20:36.257Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.21s) [2021-03-19T21:20:36.257Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-03-19T21:20:36.706Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.009s coverage: 56.8% of statements [2021-03-19T21:20:37.267Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2021-03-19T21:20:37.523Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2021-03-19T21:20:37.779Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2021-03-19T21:20:38.161Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.51s) [2021-03-19T21:20:38.161Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-03-19T21:20:38.161Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-03-19T21:20:38.420Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.63s) [2021-03-19T21:20:38.420Z] === RUN TestServiceWithPredefinedNetwork [2021-03-19T21:20:38.420Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-03-19T21:20:39.141Z] ok github.com/docker/docker/pkg/pubsub 1.026s coverage: 75.0% of statements [2021-03-19T21:20:39.396Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2021-03-19T21:20:40.076Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.72s) [2021-03-19T21:20:40.076Z] PASS [2021-03-19T21:20:40.077Z] [2021-03-19T21:20:40.077Z] === Skipped [2021-03-19T21:20:40.077Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-03-19T21:20:40.077Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-19T21:20:40.077Z] [2021-03-19T21:20:40.077Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2021-03-19T21:20:40.077Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-19T21:20:40.077Z] [2021-03-19T21:20:40.077Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-03-19T21:20:40.077Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-19T21:20:40.077Z] [2021-03-19T21:20:40.077Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-03-19T21:20:40.077Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-19T21:20:40.077Z] [2021-03-19T21:20:40.077Z] [2021-03-19T21:20:40.077Z] DONE 17 tests, 4 skipped in 27.675s [2021-03-19T21:20:40.077Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-03-19T21:20:40.077Z] ++ 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 [2021-03-19T21:20:40.077Z] ++ set -e [2021-03-19T21:20:40.077Z] ++ '[' -n 0 ']' [2021-03-19T21:20:40.077Z] ++ set -x [2021-03-19T21:20:40.077Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:20:40.077Z] INFO: Testing against a local daemon [2021-03-19T21:20:40.077Z] === RUN TestPluginInvalidJSON [2021-03-19T21:20:40.077Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-03-19T21:20:40.077Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-03-19T21:20:40.077Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-03-19T21:20:40.077Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-03-19T21:20:40.077Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-03-19T21:20:40.077Z] === RUN TestPluginInstall [2021-03-19T21:20:40.077Z] === RUN TestPluginInstall/no_auth [2021-03-19T21:20:40.077Z] time="2021-03-19T21:20:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-19T21:20:40.077Z] time="2021-03-19T21:20:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0042cd889bd08df0615b4249792211ff92de9c17d5022fa9016ce9e537d76b2a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-19T21:20:40.077Z] time="2021-03-19T21:20:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-19T21:20:40.077Z] time="2021-03-19T21:20:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0042cd889bd08df0615b4249792211ff92de9c17d5022fa9016ce9e537d76b2a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-19T21:20:40.077Z] === RUN TestPluginInstall/with_htpasswd [2021-03-19T21:20:40.320Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-03-19T21:20:40.714Z] time="2021-03-19T21:20:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-19T21:20:40.714Z] time="2021-03-19T21:20:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0042cd889bd08df0615b4249792211ff92de9c17d5022fa9016ce9e537d76b2a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-19T21:20:40.714Z] time="2021-03-19T21:20:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-19T21:20:40.714Z] time="2021-03-19T21:20:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0042cd889bd08df0615b4249792211ff92de9c17d5022fa9016ce9e537d76b2a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-19T21:20:41.011Z] === RUN TestPluginInstall/with_insecure [2021-03-19T21:20:42.051Z] time="2021-03-19T21:20:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-19T21:20:42.051Z] time="2021-03-19T21:20:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:24a9c343b17f47e5de62b79b4fba1f5758daa4f0d42ec27ed29792de866c2cdc" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-19T21:20:42.051Z] time="2021-03-19T21:20:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-19T21:20:42.051Z] time="2021-03-19T21:20:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:24a9c343b17f47e5de62b79b4fba1f5758daa4f0d42ec27ed29792de866c2cdc" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-19T21:20:42.221Z] --- PASS: TestServiceWithPredefinedNetwork (3.34s) [2021-03-19T21:20:42.221Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-03-19T21:20:42.221Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-19T21:20:42.221Z] service_test.go:242: FLAKY_TEST [2021-03-19T21:20:42.221Z] === RUN TestServiceWithDataPathPortInit [2021-03-19T21:20:42.346Z] --- PASS: TestPluginInstall (4.29s) [2021-03-19T21:20:42.346Z] --- PASS: TestPluginInstall/no_auth (2.00s) [2021-03-19T21:20:42.346Z] --- PASS: TestPluginInstall/with_htpasswd (0.91s) [2021-03-19T21:20:42.346Z] --- PASS: TestPluginInstall/with_insecure (1.38s) [2021-03-19T21:20:42.346Z] plugin_test.go:160: [dcee6d8550fa5] daemon is not started [2021-03-19T21:20:42.346Z] === RUN TestPluginsWithRuntimes [2021-03-19T21:20:42.479Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-03-19T21:20:42.658Z] ok github.com/docker/docker/pkg/signal 2.408s coverage: 61.0% of statements [2021-03-19T21:20:42.658Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2021-03-19T21:20:42.914Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2021-03-19T21:20:43.045Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-03-19T21:20:43.276Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2021-03-19T21:20:43.308Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-03-19T21:20:44.108Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 54.9% of statements [2021-03-19T21:20:44.420Z] === RUN TestPluginsWithRuntimes/No_Args [2021-03-19T21:20:44.671Z] ok github.com/docker/docker/pkg/system 0.005s coverage: 36.9% of statements [2021-03-19T21:20:45.056Z] === RUN TestPluginsWithRuntimes/With_Args [2021-03-19T21:20:45.231Z] ok github.com/docker/docker/pkg/tailfile 0.084s coverage: 88.6% of statements [2021-03-19T21:20:45.793Z] ok github.com/docker/docker/pkg/tarsum 0.043s coverage: 89.3% of statements [2021-03-19T21:20:46.049Z] testing: warning: no tests to run [2021-03-19T21:20:46.049Z] coverage: [no statements] [2021-03-19T21:20:46.049Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2021-03-19T21:20:46.304Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2021-03-19T21:20:46.560Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2021-03-19T21:20:46.574Z] --- PASS: TestPluginsWithRuntimes (3.96s) [2021-03-19T21:20:46.574Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.05s) [2021-03-19T21:20:46.574Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.07s) [2021-03-19T21:20:46.574Z] PASS [2021-03-19T21:20:46.574Z] [2021-03-19T21:20:46.574Z] DONE 9 tests in 8.348s [2021-03-19T21:20:46.574Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-03-19T21:20:46.574Z] ++ 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 [2021-03-19T21:20:46.574Z] ++ set -e [2021-03-19T21:20:46.574Z] ++ '[' -n 0 ']' [2021-03-19T21:20:46.574Z] ++ set -x [2021-03-19T21:20:46.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=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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:20:46.574Z] INFO: Testing against a local daemon [2021-03-19T21:20:46.574Z] === RUN TestExternalGraphDriver [2021-03-19T21:20:46.574Z] === RUN TestExternalGraphDriver/json [2021-03-19T21:20:46.595Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-03-19T21:20:46.816Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2021-03-19T21:20:47.973Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-03-19T21:20:48.665Z] === RUN TestExternalGraphDriver/spec [2021-03-19T21:20:48.704Z] ok github.com/docker/docker/plugin 0.515s coverage: 23.2% of statements [2021-03-19T21:20:49.348Z] === RUN TestDockerSuite/TestBuildHistory [2021-03-19T21:20:49.631Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2021-03-19T21:20:49.886Z] ok github.com/docker/docker/profiles/seccomp 0.007s coverage: 85.4% of statements [2021-03-19T21:20:50.186Z] === RUN TestExternalGraphDriver/pull [2021-03-19T21:20:51.250Z] ok github.com/docker/docker/quota 0.227s coverage: 71.4% of statements [2021-03-19T21:20:51.811Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2021-03-19T21:20:52.268Z] --- PASS: TestExternalGraphDriver (5.59s) [2021-03-19T21:20:52.268Z] --- PASS: TestExternalGraphDriver/json (1.84s) [2021-03-19T21:20:52.268Z] --- PASS: TestExternalGraphDriver/spec (1.81s) [2021-03-19T21:20:52.268Z] --- PASS: TestExternalGraphDriver/pull (1.80s) [2021-03-19T21:20:52.268Z] === RUN TestGraphdriverPluginV2 [2021-03-19T21:20:52.268Z] --- SKIP: TestGraphdriverPluginV2 (0.06s) [2021-03-19T21:20:52.268Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-19T21:20:52.268Z] PASS [2021-03-19T21:20:52.268Z] [2021-03-19T21:20:52.268Z] === Skipped [2021-03-19T21:20:52.268Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s) [2021-03-19T21:20:52.268Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-19T21:20:52.268Z] [2021-03-19T21:20:52.268Z] [2021-03-19T21:20:52.268Z] DONE 5 tests, 1 skipped in 5.728s [2021-03-19T21:20:52.268Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-03-19T21:20:52.268Z] ++ 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 [2021-03-19T21:20:52.268Z] ++ set -e [2021-03-19T21:20:52.268Z] ++ '[' -n 0 ']' [2021-03-19T21:20:52.268Z] ++ set -x [2021-03-19T21:20:52.268Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:20:52.268Z] INFO: Testing against a local daemon [2021-03-19T21:20:52.268Z] === RUN TestContinueAfterPluginCrash [2021-03-19T21:20:52.268Z] === PAUSE TestContinueAfterPluginCrash [2021-03-19T21:20:52.268Z] === RUN TestReadPluginNoRead [2021-03-19T21:20:52.268Z] === PAUSE TestReadPluginNoRead [2021-03-19T21:20:52.268Z] === RUN TestDaemonStartWithLogOpt [2021-03-19T21:20:52.268Z] === PAUSE TestDaemonStartWithLogOpt [2021-03-19T21:20:52.268Z] === CONT TestContinueAfterPluginCrash [2021-03-19T21:20:52.268Z] === CONT TestDaemonStartWithLogOpt [2021-03-19T21:20:52.268Z] === CONT TestReadPluginNoRead [2021-03-19T21:20:53.176Z] ok github.com/docker/docker/registry 0.061s coverage: 58.8% of statements [2021-03-19T21:20:53.432Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2021-03-19T21:20:53.549Z] === RUN TestDockerSuite/TestBuildIidFile [2021-03-19T21:20:53.549Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-03-19T21:20:53.688Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2021-03-19T21:20:54.482Z] === RUN TestDockerSuite/TestBuildInheritance [2021-03-19T21:20:54.624Z] ok github.com/docker/docker/runconfig 0.008s coverage: 66.1% of statements [2021-03-19T21:20:54.741Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-03-19T21:20:54.879Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2021-03-19T21:20:55.308Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-03-19T21:20:55.308Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-03-19T21:20:56.243Z] === RUN TestDockerSuite/TestBuildLabel [2021-03-19T21:20:56.501Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-03-19T21:20:56.760Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-03-19T21:20:57.018Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-03-19T21:20:57.276Z] === RUN TestDockerSuite/TestBuildLabels [2021-03-19T21:20:57.392Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2021-03-19T21:20:57.843Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-03-19T21:20:57.899Z] === RUN TestReadPluginNoRead/default [2021-03-19T21:20:57.899Z] --- PASS: TestDaemonStartWithLogOpt (5.16s) [2021-03-19T21:20:58.320Z] ok github.com/docker/docker/volume/local 0.089s coverage: 76.4% of statements [2021-03-19T21:20:58.538Z] === RUN TestReadPluginNoRead/disabled_caching [2021-03-19T21:20:58.778Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-03-19T21:20:58.778Z] --- PASS: TestServiceWithDataPathPortInit (16.92s) [2021-03-19T21:20:58.778Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-03-19T21:20:58.881Z] ok github.com/docker/docker/volume/mounts 0.018s coverage: 67.0% of statements [2021-03-19T21:21:00.053Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-03-19T21:21:00.245Z] ok github.com/docker/docker/volume/service 0.015s coverage: 73.1% of statements [2021-03-19T21:21:01.568Z] --- PASS: TestReadPluginNoRead (9.25s) [2021-03-19T21:21:01.568Z] --- PASS: TestReadPluginNoRead/default (1.44s) [2021-03-19T21:21:01.568Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.53s) [2021-03-19T21:21:01.568Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.49s) [2021-03-19T21:21:01.568Z] read_test.go:92: [d80dde3460301] daemon is not started [2021-03-19T21:21:02.060Z] === RUN TestDockerSuite/TestBuildLastModified [2021-03-19T21:21:03.095Z] --- PASS: TestContinueAfterPluginCrash (10.64s) [2021-03-19T21:21:03.095Z] PASS [2021-03-19T21:21:03.095Z] [2021-03-19T21:21:03.095Z] DONE 6 tests in 10.716s [2021-03-19T21:21:03.095Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (ppc64le.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-03-19T21:21:03.095Z] ++ 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 [2021-03-19T21:21:03.095Z] ++ set -e [2021-03-19T21:21:03.095Z] ++ '[' -n 0 ']' [2021-03-19T21:21:03.095Z] ++ set -x [2021-03-19T21:21:03.095Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:21:03.095Z] testing: warning: no tests to run [2021-03-19T21:21:03.095Z] PASS [2021-03-19T21:21:03.095Z] [2021-03-19T21:21:03.095Z] DONE 0 tests in 0.017s [2021-03-19T21:21:03.095Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-03-19T21:21:03.095Z] ++ 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 [2021-03-19T21:21:03.095Z] ++ set -e [2021-03-19T21:21:03.095Z] ++ '[' -n 0 ']' [2021-03-19T21:21:03.095Z] ++ set -x [2021-03-19T21:21:03.095Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:21:03.095Z] INFO: Testing against a local daemon [2021-03-19T21:21:03.095Z] === RUN TestPluginWithDevMounts [2021-03-19T21:21:03.095Z] === PAUSE TestPluginWithDevMounts [2021-03-19T21:21:03.095Z] === CONT TestPluginWithDevMounts [2021-03-19T21:21:04.613Z] --- PASS: TestPluginWithDevMounts (1.81s) [2021-03-19T21:21:04.613Z] PASS [2021-03-19T21:21:04.613Z] [2021-03-19T21:21:04.613Z] DONE 1 tests in 1.880s [2021-03-19T21:21:04.906Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2021-03-19T21:21:04.906Z] ++ 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 [2021-03-19T21:21:04.906Z] ++ set -e [2021-03-19T21:21:04.906Z] ++ '[' -n 0 ']' [2021-03-19T21:21:04.906Z] ++ set -x [2021-03-19T21:21:04.906Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:21:04.906Z] INFO: Testing against a local daemon [2021-03-19T21:21:04.906Z] === RUN TestSecretInspect [2021-03-19T21:21:06.986Z] --- PASS: TestSecretInspect (1.91s) [2021-03-19T21:21:06.986Z] === RUN TestSecretList [2021-03-19T21:21:07.328Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.23s) [2021-03-19T21:21:07.328Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:26n9pj5wtm944xhzr969d92wy Created:2021-03-19 21:20:59.886152721 +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[b5ecf5c0393aca10579bae1697838499ea7c883375ff8c0173fa7fd41505ad7c:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ptoqwx0iatitui05utetnj8nv EndpointID:82ba04bbdd9c30345636fa63e4bc72fb58acd1a235daf3665d60b629ef0815f5 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:b9eacd7b47966c3155cc751f215280ed3ae776850dea3ecd62066011fa22f5b2 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:03aa0a081c3b IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ptoqwx0iatitui05utetnj8nv EndpointID:82ba04bbdd9c30345636fa63e4bc72fb58acd1a235daf3665d60b629ef0815f5 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-03-19T21:21:07.328Z] PASS [2021-03-19T21:21:07.328Z] [2021-03-19T21:21:07.328Z] === Skipped [2021-03-19T21:21:07.328Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-19T21:21:07.328Z] service_test.go:242: FLAKY_TEST [2021-03-19T21:21:07.328Z] [2021-03-19T21:21:07.328Z] [2021-03-19T21:21:07.328Z] DONE 26 tests, 1 skipped in 55.979s [2021-03-19T21:21:07.328Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-03-19T21:21:07.328Z] ++ 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 [2021-03-19T21:21:07.328Z] ++ set -e [2021-03-19T21:21:07.328Z] ++ '[' -n 0 ']' [2021-03-19T21:21:07.328Z] ++ set -x [2021-03-19T21:21:07.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=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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:21:07.328Z] INFO: Testing against a local daemon [2021-03-19T21:21:07.328Z] === RUN TestDockerNetworkIpvlanPersistance [2021-03-19T21:21:07.328Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2021-03-19T21:21:07.328Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-19T21:21:07.328Z] === RUN TestDockerNetworkIpvlan [2021-03-19T21:21:07.328Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-03-19T21:21:07.328Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-19T21:21:07.328Z] PASS [2021-03-19T21:21:07.328Z] [2021-03-19T21:21:07.328Z] === Skipped [2021-03-19T21:21:07.328Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2021-03-19T21:21:07.328Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-19T21:21:07.328Z] [2021-03-19T21:21:07.328Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-03-19T21:21:07.328Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-19T21:21:07.328Z] [2021-03-19T21:21:07.328Z] [2021-03-19T21:21:07.328Z] DONE 2 tests, 2 skipped in 0.199s [2021-03-19T21:21:07.328Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-03-19T21:21:07.328Z] ++ 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 [2021-03-19T21:21:07.328Z] ++ set -e [2021-03-19T21:21:07.328Z] ++ '[' -n 0 ']' [2021-03-19T21:21:07.328Z] ++ set -x [2021-03-19T21:21:07.329Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:21:07.329Z] INFO: Testing against a local daemon [2021-03-19T21:21:07.329Z] === RUN TestDockerNetworkMacvlanPersistance [2021-03-19T21:21:07.329Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-03-19T21:21:08.507Z] --- PASS: TestSecretList (1.87s) [2021-03-19T21:21:08.507Z] === RUN TestSecretsCreateAndDelete [2021-03-19T21:21:09.228Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.44s) [2021-03-19T21:21:09.228Z] === RUN TestDockerNetworkMacvlan [2021-03-19T21:21:09.794Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-03-19T21:21:10.588Z] --- PASS: TestSecretsCreateAndDelete (1.94s) [2021-03-19T21:21:10.588Z] === RUN TestSecretsUpdate [2021-03-19T21:21:10.730Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-03-19T21:21:11.298Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-03-19T21:21:11.557Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-03-19T21:21:11.557Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-03-19T21:21:11.816Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-03-19T21:21:11.816Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-03-19T21:21:12.076Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-03-19T21:21:12.335Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-03-19T21:21:12.535Z] ok github.com/docker/docker/pkg/plugins 33.619s coverage: 76.6% of statements [2021-03-19T21:21:12.535Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-03-19T21:21:12.535Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-03-19T21:21:12.535Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-03-19T21:21:12.535Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-03-19T21:21:12.535Z] ? github.com/docker/docker/pkg/term [no test files] [2021-03-19T21:21:12.535Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-03-19T21:21:12.535Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-03-19T21:21:12.535Z] ? github.com/docker/docker/rootless [no test files] [2021-03-19T21:21:12.535Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-03-19T21:21:12.535Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-03-19T21:21:12.535Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-03-19T21:21:12.535Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-03-19T21:21:12.535Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-03-19T21:21:12.535Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-03-19T21:21:12.535Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-03-19T21:21:12.535Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-03-19T21:21:12.535Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-03-19T21:21:12.535Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-03-19T21:21:12.535Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-03-19T21:21:12.535Z] ? github.com/docker/docker/testutil/request [no test files] [2021-03-19T21:21:12.535Z] ? github.com/docker/docker/volume [no test files] [2021-03-19T21:21:12.535Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-03-19T21:21:12.535Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-03-19T21:21:12.535Z] [2021-03-19T21:21:12.535Z] === Skipped [2021-03-19T21:21:12.535Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-03-19T21:21:12.535Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-03-19T21:21:12.535Z] [2021-03-19T21:21:12.535Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-03-19T21:21:12.535Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-03-19T21:21:12.535Z] [2021-03-19T21:21:12.535Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-03-19T21:21:12.535Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-19T21:21:12.535Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-19T21:21:12.535Z] [2021-03-19T21:21:12.535Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-03-19T21:21:12.535Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-19T21:21:12.535Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-19T21:21:12.535Z] [2021-03-19T21:21:12.535Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-03-19T21:21:12.535Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-19T21:21:12.535Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-19T21:21:12.535Z] [2021-03-19T21:21:12.535Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-03-19T21:21:12.535Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-19T21:21:12.535Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-19T21:21:12.535Z] [2021-03-19T21:21:12.535Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-03-19T21:21:12.535Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-19T21:21:12.535Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-19T21:21:12.535Z] [2021-03-19T21:21:12.535Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-03-19T21:21:12.535Z] graphtest_unix.go:73: No driver to put! [2021-03-19T21:21:12.535Z] [2021-03-19T21:21:12.535Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-03-19T21:21:12.535Z] time="2021-03-19T21:19:52Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-19T21:21:12.535Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-19T21:21:12.535Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-19T21:21:12.535Z] [2021-03-19T21:21:12.535Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-03-19T21:21:12.535Z] time="2021-03-19T21:19:52Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-19T21:21:12.535Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-19T21:21:12.535Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-19T21:21:12.535Z] [2021-03-19T21:21:12.535Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-03-19T21:21:12.535Z] time="2021-03-19T21:19:52Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-19T21:21:12.535Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-19T21:21:12.535Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-19T21:21:12.535Z] [2021-03-19T21:21:12.535Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-03-19T21:21:12.535Z] time="2021-03-19T21:19:52Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-19T21:21:12.535Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-19T21:21:12.535Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-19T21:21:12.535Z] [2021-03-19T21:21:12.535Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-03-19T21:21:12.535Z] time="2021-03-19T21:19:52Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-19T21:21:12.535Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-19T21:21:12.535Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-19T21:21:12.535Z] [2021-03-19T21:21:12.535Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-03-19T21:21:12.535Z] graphtest_unix.go:73: No driver to put! [2021-03-19T21:21:12.535Z] [2021-03-19T21:21:12.535Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-03-19T21:21:12.535Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-03-19T21:21:12.535Z] [2021-03-19T21:21:12.535Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-03-19T21:21:12.535Z] overlay_test.go:49: Fails to compute changes intermittently [2021-03-19T21:21:12.535Z] [2021-03-19T21:21:12.535Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-03-19T21:21:12.535Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-03-19T21:21:12.535Z] [2021-03-19T21:21:12.535Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-03-19T21:21:12.535Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-03-19T21:21:12.535Z] [2021-03-19T21:21:12.535Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-03-19T21:21:12.535Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-19T21:21:12.535Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-19T21:21:12.535Z] [2021-03-19T21:21:12.535Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-03-19T21:21:12.535Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-19T21:21:12.535Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-19T21:21:12.535Z] [2021-03-19T21:21:12.535Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-03-19T21:21:12.535Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-19T21:21:12.535Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-19T21:21:12.535Z] [2021-03-19T21:21:12.535Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-03-19T21:21:12.535Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-19T21:21:12.535Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-19T21:21:12.535Z] [2021-03-19T21:21:12.535Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-03-19T21:21:12.535Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-19T21:21:12.535Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-19T21:21:12.535Z] [2021-03-19T21:21:12.535Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-03-19T21:21:12.535Z] graphtest_unix.go:73: No driver to put! [2021-03-19T21:21:12.535Z] [2021-03-19T21:21:12.535Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-03-19T21:21:12.535Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-03-19T21:21:12.535Z] [2021-03-19T21:21:12.535Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-03-19T21:21:12.535Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-03-19T21:21:12.535Z] [2021-03-19T21:21:12.535Z] [2021-03-19T21:21:12.535Z] DONE 2244 tests, 26 skipped in 257.913s Post stage [Pipeline] junit [2021-03-19T21:21:12.547Z] Recording test results [2021-03-19T21:21:12.666Z] --- PASS: TestSecretsUpdate (1.96s) [2021-03-19T21:21:12.666Z] === RUN TestTemplatedSecret [2021-03-19T21:21:13.115Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2021-03-19T21:21:13.437Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42173/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0f32beb4f8d0a1db1ecc945f9669a35fd463af2c -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0f32beb4f8d0a1db1ecc945f9669a35fd463af2c hack/validate/vendor [2021-03-19T21:21:14.000Z] No vendor changes in diff. [2021-03-19T21:21:14.238Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-03-19T21:21:14.804Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-03-19T21:21:14.907Z] + echo Ensuring container killed. [2021-03-19T21:21:14.907Z] Ensuring container killed. [2021-03-19T21:21:14.907Z] + docker rm -vf docker-pr2 [2021-03-19T21:21:14.907Z] Error: No such container: docker-pr2 [Pipeline] sh [2021-03-19T21:21:15.220Z] + echo Chowning /workspace to jenkins user [2021-03-19T21:21:15.220Z] Chowning /workspace to jenkins user [2021-03-19T21:21:15.220Z] + id -u [2021-03-19T21:21:15.220Z] + id -g [2021-03-19T21:21:15.220Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42173:/workspace busybox chown -R 1000:1000 /workspace [2021-03-19T21:21:15.443Z] --- PASS: TestTemplatedSecret (2.49s) [2021-03-19T21:21:15.443Z] === RUN TestSecretCreateResolve [2021-03-19T21:21:15.739Z] === RUN TestDockerSuite/TestBuildMultiStageArg [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-03-19T21:21:16.108Z] + bundleName=unit [2021-03-19T21:21:16.108Z] + echo Creating unit-bundles.tar.gz [2021-03-19T21:21:16.108Z] Creating unit-bundles.tar.gz [2021-03-19T21:21:16.108Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2021-03-19T21:21:16.108Z] bundles/junit-report.xml [2021-03-19T21:21:16.108Z] bundles/go-test-report.json [2021-03-19T21:21:16.108Z] bundles/profile.out [Pipeline] archiveArtifacts [2021-03-19T21:21:16.139Z] Archiving artifacts [2021-03-19T21:21:16.650Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42173/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-03-19T21:21:16.953Z] + make clean [2021-03-19T21:21:16.953Z] docker volume rm -f docker-dev-cache [2021-03-19T21:21:16.961Z] --- PASS: TestSecretCreateResolve (1.91s) [2021-03-19T21:21:16.961Z] PASS [2021-03-19T21:21:16.961Z] [2021-03-19T21:21:16.961Z] DONE 6 tests in 12.162s [2021-03-19T21:21:16.961Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2021-03-19T21:21:16.961Z] ++ 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 [2021-03-19T21:21:16.961Z] ++ set -e [2021-03-19T21:21:16.961Z] ++ '[' -n 0 ']' [2021-03-19T21:21:16.961Z] ++ set -x [2021-03-19T21:21:16.961Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:21:16.961Z] INFO: Testing against a local daemon [2021-03-19T21:21:16.961Z] === RUN TestServiceCreateInit [2021-03-19T21:21:16.961Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-03-19T21:21:17.208Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-19T21:21:18.271Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2021-03-19T21:21:18.838Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-03-19T21:21:21.371Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-03-19T21:21:21.464Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-03-19T21:21:22.307Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-03-19T21:21:22.874Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-03-19T21:21:24.999Z] --- PASS: TestServiceCreateInit (7.54s) [2021-03-19T21:21:24.999Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.76s) [2021-03-19T21:21:24.999Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.75s) [2021-03-19T21:21:24.999Z] === RUN TestCreateServiceMultipleTimes [2021-03-19T21:21:28.161Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-03-19T21:21:30.060Z] --- PASS: TestDockerNetworkMacvlan (21.18s) [2021-03-19T21:21:30.060Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.10s) [2021-03-19T21:21:30.060Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2021-03-19T21:21:30.060Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.38s) [2021-03-19T21:21:30.060Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.69s) [2021-03-19T21:21:30.060Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (7.28s) [2021-03-19T21:21:30.060Z] --- PASS: TestDockerNetworkMacvlan/Addressing (2.28s) [2021-03-19T21:21:30.060Z] PASS [2021-03-19T21:21:30.060Z] [2021-03-19T21:21:30.060Z] DONE 8 tests in 22.787s [2021-03-19T21:21:30.060Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-03-19T21:21:30.060Z] ++ 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 [2021-03-19T21:21:30.060Z] ++ set -e [2021-03-19T21:21:30.060Z] ++ '[' -n 0 ']' [2021-03-19T21:21:30.060Z] ++ set -x [2021-03-19T21:21:30.060Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:21:30.060Z] testing: warning: no tests to run [2021-03-19T21:21:30.060Z] PASS [2021-03-19T21:21:30.060Z] [2021-03-19T21:21:30.060Z] DONE 0 tests in 0.037s [2021-03-19T21:21:30.060Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-03-19T21:21:30.060Z] ++ 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 [2021-03-19T21:21:30.060Z] ++ set -e [2021-03-19T21:21:30.060Z] ++ '[' -n 0 ']' [2021-03-19T21:21:30.060Z] ++ set -x [2021-03-19T21:21:30.060Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:21:30.318Z] INFO: Testing against a local daemon [2021-03-19T21:21:30.318Z] === RUN TestAuthZPluginAllowRequest [2021-03-19T21:21:32.219Z] --- PASS: TestAuthZPluginAllowRequest (1.93s) [2021-03-19T21:21:32.219Z] === RUN TestAuthZPluginTLS [2021-03-19T21:21:32.787Z] --- PASS: TestAuthZPluginTLS (0.56s) [2021-03-19T21:21:32.787Z] === RUN TestAuthZPluginDenyRequest [2021-03-19T21:21:33.353Z] --- PASS: TestAuthZPluginDenyRequest (0.55s) [2021-03-19T21:21:33.353Z] === RUN TestAuthZPluginAPIDenyResponse [2021-03-19T21:21:33.919Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2021-03-19T21:21:33.919Z] === RUN TestAuthZPluginDenyResponse [2021-03-19T21:21:34.486Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2021-03-19T21:21:34.486Z] === RUN TestAuthZPluginAllowEventStream [2021-03-19T21:21:35.054Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-03-19T21:21:36.432Z] --- PASS: TestAuthZPluginAllowEventStream (1.79s) [2021-03-19T21:21:36.432Z] === RUN TestAuthZPluginErrorResponse [2021-03-19T21:21:36.690Z] --- PASS: TestAuthZPluginErrorResponse (0.57s) [2021-03-19T21:21:36.690Z] === RUN TestAuthZPluginErrorRequest [2021-03-19T21:21:37.626Z] --- PASS: TestAuthZPluginErrorRequest (0.60s) [2021-03-19T21:21:37.626Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-03-19T21:21:37.885Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2021-03-19T21:21:37.885Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-03-19T21:21:39.788Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-03-19T21:21:40.047Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2021-03-19T21:21:40.405Z] --- PASS: TestCreateServiceMultipleTimes (15.30s) [2021-03-19T21:21:40.405Z] === RUN TestCreateServiceConflict [2021-03-19T21:21:40.613Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.59s) [2021-03-19T21:21:40.613Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-03-19T21:21:41.549Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-03-19T21:21:41.926Z] --- PASS: TestCreateServiceConflict (1.92s) [2021-03-19T21:21:41.926Z] === RUN TestCreateServiceMaxReplicas [2021-03-19T21:21:44.097Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (3.08s) [2021-03-19T21:21:44.097Z] === RUN TestAuthZPluginHeader [2021-03-19T21:21:44.663Z] --- PASS: TestAuthZPluginHeader (0.89s) [2021-03-19T21:21:44.663Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-03-19T21:21:44.678Z] --- PASS: TestCreateServiceMaxReplicas (2.56s) [2021-03-19T21:21:44.678Z] === RUN TestCreateWithDuplicateNetworkNames [2021-03-19T21:21:45.229Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-03-19T21:21:45.229Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-03-19T21:21:49.413Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.44s) [2021-03-19T21:21:49.413Z] === RUN TestAuthZPluginV2Disable [2021-03-19T21:21:50.348Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-03-19T21:21:50.917Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-03-19T21:21:52.293Z] --- PASS: TestAuthZPluginV2Disable (3.31s) [2021-03-19T21:21:52.293Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-03-19T21:21:52.859Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-03-19T21:21:53.117Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-03-19T21:21:55.651Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (2.94s) [2021-03-19T21:21:55.651Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-03-19T21:21:55.651Z] === RUN TestDockerSuite/TestBuildNetNone [2021-03-19T21:21:56.217Z] === RUN TestDockerSuite/TestBuildNoContext [2021-03-19T21:21:57.604Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-03-19T21:21:58.541Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-03-19T21:22:00.051Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.41s) [2021-03-19T21:22:00.051Z] === RUN TestCreateServiceSecretFileMode [2021-03-19T21:22:00.051Z] --- PASS: TestCreateServiceSecretFileMode (2.20s) [2021-03-19T21:22:00.051Z] === RUN TestCreateServiceConfigFileMode [2021-03-19T21:22:01.825Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-03-19T21:22:01.825Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-03-19T21:22:02.084Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-03-19T21:22:02.134Z] --- PASS: TestCreateServiceConfigFileMode (2.24s) [2021-03-19T21:22:02.134Z] === RUN TestCreateServiceSysctls [2021-03-19T21:22:02.343Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-03-19T21:22:02.911Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-03-19T21:22:03.852Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-03-19T21:22:04.787Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2021-03-19T21:22:05.677Z] --- PASS: TestCreateServiceSysctls (3.07s) [2021-03-19T21:22:05.677Z] === RUN TestCreateServiceCapabilities [2021-03-19T21:22:06.691Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-03-19T21:22:06.950Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.76s) [2021-03-19T21:22:06.950Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-03-19T21:22:07.886Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-03-19T21:22:08.426Z] --- PASS: TestCreateServiceCapabilities (2.80s) [2021-03-19T21:22:08.426Z] === RUN TestInspect [2021-03-19T21:22:09.789Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2021-03-19T21:22:10.506Z] --- PASS: TestInspect (2.55s) [2021-03-19T21:22:10.506Z] === RUN TestCreateJob [2021-03-19T21:22:11.163Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-03-19T21:22:13.062Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-03-19T21:22:14.043Z] --- PASS: TestCreateJob (2.93s) [2021-03-19T21:22:14.043Z] === RUN TestReplicatedJob [2021-03-19T21:22:14.963Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-03-19T21:22:15.896Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-03-19T21:22:17.270Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-03-19T21:22:17.528Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-03-19T21:22:18.533Z] --- PASS: TestReplicatedJob (4.88s) [2021-03-19T21:22:18.533Z] === RUN TestUpdateReplicatedJob [2021-03-19T21:22:20.811Z] === RUN TestDockerSuite/TestBuildPATH [2021-03-19T21:22:22.075Z] --- PASS: TestUpdateReplicatedJob (3.10s) [2021-03-19T21:22:22.075Z] === RUN TestServiceListWithStatuses [2021-03-19T21:22:22.075Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-03-19T21:22:22.075Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-19T21:22:22.075Z] === RUN TestDockerNetworkConnectAlias [2021-03-19T21:22:22.185Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-03-19T21:22:23.126Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-03-19T21:22:23.692Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.60s) [2021-03-19T21:22:23.692Z] PASS [2021-03-19T21:22:23.692Z] [2021-03-19T21:22:23.692Z] DONE 17 tests in 53.425s [2021-03-19T21:22:23.692Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-03-19T21:22:23.692Z] ++ 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 [2021-03-19T21:22:23.692Z] ++ set -e [2021-03-19T21:22:23.692Z] ++ '[' -n 0 ']' [2021-03-19T21:22:23.692Z] ++ set -x [2021-03-19T21:22:23.692Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:22:23.692Z] INFO: Testing against a local daemon [2021-03-19T21:22:23.692Z] === RUN TestPluginInvalidJSON [2021-03-19T21:22:23.692Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-03-19T21:22:23.692Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-03-19T21:22:23.692Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-03-19T21:22:23.692Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-03-19T21:22:23.692Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-03-19T21:22:23.692Z] === RUN TestPluginInstall [2021-03-19T21:22:23.692Z] === RUN TestPluginInstall/no_auth [2021-03-19T21:22:23.950Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2021-03-19T21:22:24.208Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-03-19T21:22:25.657Z] --- PASS: TestDockerNetworkConnectAlias (3.95s) [2021-03-19T21:22:25.657Z] === RUN TestDockerNetworkReConnect [2021-03-19T21:22:27.492Z] time="2021-03-19T21:22:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-19T21:22:27.492Z] time="2021-03-19T21:22:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:95cccdd801434c27df649299015add39048e22be0bb7f406179dc6fbdca452df" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-19T21:22:27.492Z] time="2021-03-19T21:22:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-19T21:22:27.492Z] time="2021-03-19T21:22:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:95cccdd801434c27df649299015add39048e22be0bb7f406179dc6fbdca452df" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-19T21:22:27.492Z] === RUN TestPluginInstall/with_htpasswd [2021-03-19T21:22:28.428Z] time="2021-03-19T21:22:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-19T21:22:28.428Z] time="2021-03-19T21:22:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a7c798a444cc837e6c0b06c5012210b0a54878a6059ba907c93b35551de9041d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-19T21:22:28.428Z] time="2021-03-19T21:22:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-19T21:22:28.428Z] time="2021-03-19T21:22:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a7c798a444cc837e6c0b06c5012210b0a54878a6059ba907c93b35551de9041d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-19T21:22:28.996Z] === RUN TestPluginInstall/with_insecure [2021-03-19T21:22:29.207Z] --- PASS: TestDockerNetworkReConnect (3.21s) [2021-03-19T21:22:29.207Z] === RUN TestServicePlugin [2021-03-19T21:22:29.207Z] --- SKIP: TestServicePlugin (0.00s) [2021-03-19T21:22:29.207Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-19T21:22:29.207Z] === RUN TestServiceUpdateLabel [2021-03-19T21:22:30.728Z] --- PASS: TestServiceUpdateLabel (1.89s) [2021-03-19T21:22:30.728Z] === RUN TestServiceUpdateSecrets [2021-03-19T21:22:30.901Z] time="2021-03-19T21:22:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-19T21:22:30.901Z] time="2021-03-19T21:22:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0468327fec3f490161ecb373307b11598ccef65dbe7aa251151d2f83a81fca1d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-19T21:22:30.901Z] time="2021-03-19T21:22:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-19T21:22:30.901Z] time="2021-03-19T21:22:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0468327fec3f490161ecb373307b11598ccef65dbe7aa251151d2f83a81fca1d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-19T21:22:31.161Z] --- PASS: TestPluginInstall (7.49s) [2021-03-19T21:22:31.161Z] --- PASS: TestPluginInstall/no_auth (3.64s) [2021-03-19T21:22:31.161Z] --- PASS: TestPluginInstall/with_htpasswd (1.66s) [2021-03-19T21:22:31.161Z] --- PASS: TestPluginInstall/with_insecure (2.19s) [2021-03-19T21:22:31.161Z] plugin_test.go:160: [d17eea04aff6c] daemon is not started [2021-03-19T21:22:31.161Z] === RUN TestPluginsWithRuntimes [2021-03-19T21:22:33.694Z] === RUN TestPluginsWithRuntimes/No_Args [2021-03-19T21:22:34.261Z] === RUN TestPluginsWithRuntimes/With_Args [2021-03-19T21:22:35.636Z] --- PASS: TestPluginsWithRuntimes (4.20s) [2021-03-19T21:22:35.636Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.11s) [2021-03-19T21:22:35.636Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.09s) [2021-03-19T21:22:35.636Z] PASS [2021-03-19T21:22:35.636Z] [2021-03-19T21:22:35.636Z] DONE 9 tests in 11.882s [2021-03-19T21:22:35.636Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-03-19T21:22:35.636Z] ++ 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 [2021-03-19T21:22:35.636Z] ++ set -e [2021-03-19T21:22:35.636Z] ++ '[' -n 0 ']' [2021-03-19T21:22:35.636Z] ++ set -x [2021-03-19T21:22:35.636Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:22:35.636Z] INFO: Testing against a local daemon [2021-03-19T21:22:35.636Z] === RUN TestExternalGraphDriver [2021-03-19T21:22:35.895Z] === RUN TestExternalGraphDriver/json [2021-03-19T21:22:36.461Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-03-19T21:22:38.362Z] === RUN TestExternalGraphDriver/spec [2021-03-19T21:22:40.267Z] === RUN TestExternalGraphDriver/pull [2021-03-19T21:22:41.220Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2021-03-19T21:22:42.593Z] --- PASS: TestExternalGraphDriver (6.66s) [2021-03-19T21:22:42.593Z] --- PASS: TestExternalGraphDriver/json (2.34s) [2021-03-19T21:22:42.593Z] --- PASS: TestExternalGraphDriver/spec (2.22s) [2021-03-19T21:22:42.593Z] --- PASS: TestExternalGraphDriver/pull (1.97s) [2021-03-19T21:22:42.593Z] === RUN TestGraphdriverPluginV2 [2021-03-19T21:22:44.138Z] --- PASS: TestBuildWithHugeFile (141.23s) [2021-03-19T21:22:44.138Z] === RUN TestBuildWCOWSandboxSize [2021-03-19T21:22:46.114Z] --- PASS: TestServiceUpdateSecrets (14.35s) [2021-03-19T21:22:46.114Z] === RUN TestServiceUpdateConfigs [2021-03-19T21:22:46.776Z] --- PASS: TestGraphdriverPluginV2 (4.33s) [2021-03-19T21:22:46.776Z] PASS [2021-03-19T21:22:46.776Z] [2021-03-19T21:22:46.776Z] DONE 5 tests in 11.184s [2021-03-19T21:22:46.776Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-03-19T21:22:46.776Z] ++ 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 [2021-03-19T21:22:46.776Z] ++ set -e [2021-03-19T21:22:46.776Z] ++ '[' -n 0 ']' [2021-03-19T21:22:46.776Z] ++ set -x [2021-03-19T21:22:46.776Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:22:46.776Z] INFO: Testing against a local daemon [2021-03-19T21:22:46.776Z] === RUN TestContinueAfterPluginCrash [2021-03-19T21:22:46.776Z] === PAUSE TestContinueAfterPluginCrash [2021-03-19T21:22:46.776Z] === RUN TestReadPluginNoRead [2021-03-19T21:22:46.776Z] === PAUSE TestReadPluginNoRead [2021-03-19T21:22:46.776Z] === RUN TestDaemonStartWithLogOpt [2021-03-19T21:22:46.776Z] === PAUSE TestDaemonStartWithLogOpt [2021-03-19T21:22:46.776Z] === CONT TestContinueAfterPluginCrash [2021-03-19T21:22:46.776Z] === CONT TestDaemonStartWithLogOpt [2021-03-19T21:22:47.343Z] === RUN TestDockerSuite/TestBuildRm [2021-03-19T21:22:52.610Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-03-19T21:22:52.610Z] --- PASS: TestDaemonStartWithLogOpt (5.59s) [2021-03-19T21:22:52.610Z] === CONT TestReadPluginNoRead [2021-03-19T21:22:53.176Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-03-19T21:22:54.551Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-03-19T21:22:55.118Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-03-19T21:22:55.687Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-03-19T21:22:56.254Z] === RUN TestReadPluginNoRead/default [2021-03-19T21:22:57.190Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-03-19T21:22:58.127Z] --- PASS: TestContinueAfterPluginCrash (11.26s) [2021-03-19T21:22:58.127Z] === RUN TestReadPluginNoRead/disabled_caching [2021-03-19T21:22:58.694Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-03-19T21:23:00.069Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-03-19T21:23:00.328Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-03-19T21:23:01.483Z] --- PASS: TestServiceUpdateConfigs (14.44s) [2021-03-19T21:23:01.483Z] === RUN TestServiceUpdateNetwork [2021-03-19T21:23:02.239Z] --- PASS: TestReadPluginNoRead (9.87s) [2021-03-19T21:23:02.239Z] --- PASS: TestReadPluginNoRead/default (2.07s) [2021-03-19T21:23:02.239Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.09s) [2021-03-19T21:23:02.239Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.05s) [2021-03-19T21:23:02.239Z] read_test.go:92: [da9b9bd4da769] daemon is not started [2021-03-19T21:23:02.239Z] PASS [2021-03-19T21:23:02.239Z] [2021-03-19T21:23:02.239Z] DONE 6 tests in 15.659s [2021-03-19T21:23:02.239Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-03-19T21:23:02.239Z] ++ 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 [2021-03-19T21:23:02.497Z] ++ set -e [2021-03-19T21:23:02.497Z] ++ '[' -n 0 ']' [2021-03-19T21:23:02.497Z] ++ set -x [2021-03-19T21:23:02.498Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:23:02.498Z] testing: warning: no tests to run [2021-03-19T21:23:02.498Z] PASS [2021-03-19T21:23:02.498Z] [2021-03-19T21:23:02.498Z] DONE 0 tests in 0.061s [2021-03-19T21:23:02.498Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-03-19T21:23:02.498Z] ++ 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 [2021-03-19T21:23:02.498Z] ++ set -e [2021-03-19T21:23:02.498Z] ++ '[' -n 0 ']' [2021-03-19T21:23:02.498Z] ++ set -x [2021-03-19T21:23:02.498Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:23:02.498Z] INFO: Testing against a local daemon [2021-03-19T21:23:02.498Z] === RUN TestPluginWithDevMounts [2021-03-19T21:23:02.498Z] === PAUSE TestPluginWithDevMounts [2021-03-19T21:23:02.498Z] === CONT TestPluginWithDevMounts [2021-03-19T21:23:05.028Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-03-19T21:23:05.028Z] --- PASS: TestPluginWithDevMounts (2.01s) [2021-03-19T21:23:05.028Z] PASS [2021-03-19T21:23:05.028Z] [2021-03-19T21:23:05.028Z] DONE 1 tests in 2.159s [2021-03-19T21:23:05.028Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-03-19T21:23:05.028Z] ++ 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 [2021-03-19T21:23:05.028Z] ++ set -e [2021-03-19T21:23:05.028Z] ++ '[' -n 0 ']' [2021-03-19T21:23:05.028Z] ++ set -x [2021-03-19T21:23:05.028Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:23:05.028Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-03-19T21:23:05.028Z] INFO: Testing against a local daemon [2021-03-19T21:23:05.028Z] === RUN TestSecretInspect [2021-03-19T21:23:05.028Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-03-19T21:23:05.028Z] === RUN TestDockerSuite/TestBuildSpaces [2021-03-19T21:23:05.286Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-03-19T21:23:06.221Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-03-19T21:23:06.480Z] === RUN TestDockerSuite/TestBuildStderr [2021-03-19T21:23:07.857Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-03-19T21:23:07.857Z] --- PASS: TestSecretInspect (2.90s) [2021-03-19T21:23:07.857Z] === RUN TestSecretList [2021-03-19T21:23:11.142Z] --- PASS: TestSecretList (2.84s) [2021-03-19T21:23:11.142Z] === RUN TestSecretsCreateAndDelete [2021-03-19T21:23:11.879Z] --- PASS: TestServiceUpdateNetwork (12.41s) [2021-03-19T21:23:11.879Z] === RUN TestServiceUpdatePidsLimit [2021-03-19T21:23:12.518Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-03-19T21:23:12.929Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-03-19T21:23:13.454Z] --- PASS: TestSecretsCreateAndDelete (2.70s) [2021-03-19T21:23:13.454Z] === RUN TestSecretsUpdate [2021-03-19T21:23:13.454Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-03-19T21:23:13.570Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-03-19T21:23:14.829Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-03-19T21:23:15.395Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-03-19T21:23:15.654Z] --- PASS: TestSecretsUpdate (2.46s) [2021-03-19T21:23:15.654Z] === RUN TestTemplatedSecret [2021-03-19T21:23:16.589Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-03-19T21:23:18.491Z] === RUN TestDockerSuite/TestBuildUser [2021-03-19T21:23:18.749Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2021-03-19T21:23:20.133Z] --- PASS: TestTemplatedSecret (4.42s) [2021-03-19T21:23:20.133Z] === RUN TestSecretCreateResolve [2021-03-19T21:23:20.484Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-03-19T21:23:21.073Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-03-19T21:23:22.977Z] --- PASS: TestSecretCreateResolve (2.87s) [2021-03-19T21:23:22.977Z] PASS [2021-03-19T21:23:22.977Z] [2021-03-19T21:23:22.977Z] DONE 6 tests in 18.346s [2021-03-19T21:23:22.977Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-03-19T21:23:22.977Z] ++ 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 [2021-03-19T21:23:22.977Z] ++ set -e [2021-03-19T21:23:22.977Z] ++ '[' -n 0 ']' [2021-03-19T21:23:22.977Z] ++ set -x [2021-03-19T21:23:22.977Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:23:23.235Z] INFO: Testing against a local daemon [2021-03-19T21:23:23.235Z] === RUN TestServiceCreateInit [2021-03-19T21:23:23.235Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-03-19T21:23:26.520Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-03-19T21:23:28.979Z] --- PASS: TestServiceUpdatePidsLimit (16.14s) [2021-03-19T21:23:28.979Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.73s) [2021-03-19T21:23:28.979Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.88s) [2021-03-19T21:23:28.979Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.98s) [2021-03-19T21:23:28.979Z] PASS [2021-03-19T21:23:28.979Z] [2021-03-19T21:23:28.979Z] === Skipped [2021-03-19T21:23:28.979Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s) [2021-03-19T21:23:28.979Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-19T21:23:28.979Z] [2021-03-19T21:23:28.979Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2021-03-19T21:23:28.979Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-19T21:23:28.979Z] [2021-03-19T21:23:28.979Z] [2021-03-19T21:23:28.979Z] DONE 27 tests, 2 skipped in 130.971s [2021-03-19T21:23:28.979Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2021-03-19T21:23:28.979Z] ++ 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 [2021-03-19T21:23:28.979Z] ++ set -e [2021-03-19T21:23:28.979Z] ++ '[' -n 0 ']' [2021-03-19T21:23:28.979Z] ++ set -x [2021-03-19T21:23:28.979Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:23:28.979Z] INFO: Testing against a local daemon [2021-03-19T21:23:28.979Z] === RUN TestSessionCreate [2021-03-19T21:23:28.979Z] --- PASS: TestSessionCreate (0.03s) [2021-03-19T21:23:28.979Z] === RUN TestSessionCreateWithBadUpgrade [2021-03-19T21:23:28.979Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s) [2021-03-19T21:23:28.979Z] PASS [2021-03-19T21:23:28.979Z] [2021-03-19T21:23:28.979Z] DONE 2 tests in 0.146s [2021-03-19T21:23:28.979Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2021-03-19T21:23:28.979Z] ++ 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 [2021-03-19T21:23:28.979Z] ++ set -e [2021-03-19T21:23:28.979Z] ++ '[' -n 0 ']' [2021-03-19T21:23:28.979Z] ++ set -x [2021-03-19T21:23:28.979Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:23:28.979Z] INFO: Testing against a local daemon [2021-03-19T21:23:28.979Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-03-19T21:23:28.979Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-03-19T21:23:28.979Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-03-19T21:23:28.979Z] === RUN TestEventsExecDie [2021-03-19T21:23:28.979Z] --- PASS: TestEventsExecDie (0.63s) [2021-03-19T21:23:28.979Z] === RUN TestEventsBackwardsCompatible [2021-03-19T21:23:28.979Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2021-03-19T21:23:28.979Z] === RUN TestInfoBinaryCommits [2021-03-19T21:23:28.979Z] --- PASS: TestInfoBinaryCommits (0.03s) [2021-03-19T21:23:28.979Z] === RUN TestInfoAPIVersioned [2021-03-19T21:23:28.979Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-03-19T21:23:28.979Z] === RUN TestInfoDiscoveryBackend [2021-03-19T21:23:29.614Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2021-03-19T21:23:29.614Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-03-19T21:23:30.651Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-03-19T21:23:30.651Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-03-19T21:23:30.708Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-03-19T21:23:30.954Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2021-03-19T21:23:30.954Z] === RUN TestInfoAPI [2021-03-19T21:23:30.954Z] --- PASS: TestInfoAPI (0.03s) [2021-03-19T21:23:30.954Z] === RUN TestInfoAPIWarnings [2021-03-19T21:23:37.270Z] --- PASS: TestServiceCreateInit (13.93s) [2021-03-19T21:23:37.270Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (6.74s) [2021-03-19T21:23:37.270Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (7.15s) [2021-03-19T21:23:37.270Z] === RUN TestCreateServiceMultipleTimes [2021-03-19T21:23:39.800Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2021-03-19T21:23:49.615Z] --- PASS: TestInfoAPIWarnings (16.29s) [2021-03-19T21:23:49.615Z] === RUN TestInfoDebug [2021-03-19T21:23:49.615Z] --- PASS: TestInfoDebug (0.53s) [2021-03-19T21:23:49.615Z] === RUN TestInfoInsecureRegistries [2021-03-19T21:23:49.615Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2021-03-19T21:23:49.615Z] === RUN TestInfoRegistryMirrors [2021-03-19T21:23:49.615Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2021-03-19T21:23:49.615Z] === RUN TestLoginFailsWithBadCredentials [2021-03-19T21:23:49.615Z] --- PASS: TestLoginFailsWithBadCredentials (0.32s) [2021-03-19T21:23:49.615Z] === RUN TestPingCacheHeaders [2021-03-19T21:23:49.615Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-03-19T21:23:49.615Z] === RUN TestPingGet [2021-03-19T21:23:49.615Z] --- PASS: TestPingGet (0.03s) [2021-03-19T21:23:49.615Z] === RUN TestPingHead [2021-03-19T21:23:49.615Z] --- PASS: TestPingHead (0.04s) [2021-03-19T21:23:49.615Z] === RUN TestVersion [2021-03-19T21:23:49.615Z] --- PASS: TestVersion (0.03s) [2021-03-19T21:23:49.615Z] PASS [2021-03-19T21:23:49.615Z] [2021-03-19T21:23:49.615Z] === Skipped [2021-03-19T21:23:49.615Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-03-19T21:23:49.615Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-03-19T21:23:49.615Z] [2021-03-19T21:23:49.615Z] [2021-03-19T21:23:49.615Z] DONE 18 tests, 1 skipped in 21.243s [2021-03-19T21:23:49.615Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2021-03-19T21:23:49.615Z] ++ 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 [2021-03-19T21:23:49.615Z] ++ set -e [2021-03-19T21:23:49.615Z] ++ '[' -n 0 ']' [2021-03-19T21:23:49.615Z] ++ set -x [2021-03-19T21:23:49.615Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:23:49.615Z] INFO: Testing against a local daemon [2021-03-19T21:23:49.615Z] === RUN TestVolumesCreateAndList [2021-03-19T21:23:49.615Z] --- PASS: TestVolumesCreateAndList (0.03s) [2021-03-19T21:23:49.615Z] === RUN TestVolumesRemove [2021-03-19T21:23:49.615Z] --- PASS: TestVolumesRemove (0.07s) [2021-03-19T21:23:49.615Z] === RUN TestVolumesInspect [2021-03-19T21:23:49.615Z] --- PASS: TestVolumesInspect (0.02s) [2021-03-19T21:23:49.615Z] === RUN TestVolumesInvalidJSON [2021-03-19T21:23:49.615Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-03-19T21:23:49.615Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-03-19T21:23:49.615Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-03-19T21:23:49.615Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-03-19T21:23:49.615Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-03-19T21:23:49.615Z] PASS [2021-03-19T21:23:49.615Z] [2021-03-19T21:23:49.615Z] DONE 5 tests in 0.216s [2021-03-19T21:23:49.615Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-03-19T21:23:49.781Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-03-19T21:23:49.912Z] ++++ cat bundles/test-integration/docker.pid [2021-03-19T21:23:49.912Z] +++ kill 14125 [2021-03-19T21:23:50.717Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-03-19T21:23:50.717Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-03-19T21:23:51.427Z] +++ /etc/init.d/apparmor stop [2021-03-19T21:23:51.427Z] Leaving: AppArmorNo profiles have been unloaded. [2021-03-19T21:23:51.427Z] [2021-03-19T21:23:51.427Z] Unloading profiles will leave already running processes permanently [2021-03-19T21:23:51.427Z] unconfined, which can lead to unexpected situations. [2021-03-19T21:23:51.427Z] [2021-03-19T21:23:51.427Z] To set a process to complain mode, use the command line tool [2021-03-19T21:23:51.427Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-03-19T21:23:51.427Z] +++ true [2021-03-19T21:23:51.427Z] exiting test-integration [2021-03-19T21:23:51.427Z] ++ exit 0 [2021-03-19T21:23:51.427Z] [2021-03-19T21:23:52.091Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer Post stage [Pipeline] junit [2021-03-19T21:23:52.993Z] Recording test results [2021-03-19T21:23:53.026Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-03-19T21:23:53.305Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-03-19T21:23:53.742Z] + echo Ensuring container killed. [2021-03-19T21:23:53.742Z] Ensuring container killed. [2021-03-19T21:23:53.742Z] + docker rm -vf docker-pr2 [2021-03-19T21:23:53.742Z] Error: No such container: docker-pr2 [2021-03-19T21:23:53.742Z] + true [Pipeline] sh [2021-03-19T21:23:54.142Z] + echo Chowning /workspace to jenkins user [2021-03-19T21:23:54.142Z] Chowning /workspace to jenkins user [2021-03-19T21:23:54.142Z] + id -u [2021-03-19T21:23:54.142Z] + id -g [2021-03-19T21:23:54.142Z] + docker run --rm -v /home/docker/workspace/moby_PR-42173:/workspace busybox chown -R 1001:1001 /workspace [2021-03-19T21:23:54.142Z] Unable to find image 'busybox:latest' locally [2021-03-19T21:23:54.401Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-03-19T21:23:54.401Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-03-19T21:23:54.401Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-03-19T21:23:54.401Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-03-19T21:23:54.401Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-03-19T21:23:54.437Z] latest: Pulling from library/busybox [2021-03-19T21:23:54.437Z] dcdde92480c5: Pulling fs layer [2021-03-19T21:23:54.730Z] dcdde92480c5: Download complete [2021-03-19T21:23:54.730Z] dcdde92480c5: Pull complete [2021-03-19T21:23:54.730Z] Digest: sha256:ce2360d5189a033012fbad1635e037be86f23b65cfd676b436d0931af390a2ac [2021-03-19T21:23:54.730Z] Status: Downloaded newer image for busybox:latest [2021-03-19T21:23:55.776Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-03-19T21:23:56.035Z] === RUN TestDockerSuite/TestBuildWithFailure [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-03-19T21:23:56.972Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-03-19T21:23:57.217Z] + bundleName=ppc64le-integration [2021-03-19T21:23:57.217Z] + echo Creating ppc64le-integration-bundles.tar.gz [2021-03-19T21:23:57.217Z] Creating ppc64le-integration-bundles.tar.gz [2021-03-19T21:23:57.217Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-03-19T21:23:57.217Z] + xargs tar -czf ppc64le-integration-bundles.tar.gz [2021-03-19T21:23:57.230Z] === RUN TestDockerSuite/TestBuildWithTabs [Pipeline] archiveArtifacts [2021-03-19T21:23:57.261Z] Archiving artifacts [2021-03-19T21:23:57.624Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42173/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-03-19T21:23:58.015Z] + make clean [2021-03-19T21:23:58.165Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-03-19T21:23:58.165Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-03-19T21:23:58.307Z] make: command: Command not found [2021-03-19T21:23:58.307Z] make: command: Command not found [2021-03-19T21:23:58.307Z] docker volume rm -f docker-dev-cache [2021-03-19T21:23:58.307Z] docker-dev-cache [Pipeline] deleteDir [2021-03-19T21:23:58.731Z] --- PASS: TestCreateServiceMultipleTimes (21.60s) [2021-03-19T21:23:58.731Z] === RUN TestCreateServiceConflict [2021-03-19T21:24:01.265Z] --- PASS: TestCreateServiceConflict (2.41s) [2021-03-19T21:24:01.265Z] === RUN TestCreateServiceMaxReplicas [2021-03-19T21:24:01.524Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-19T21:24:04.058Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-03-19T21:24:04.994Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-03-19T21:24:05.253Z] --- PASS: TestCreateServiceMaxReplicas (4.02s) [2021-03-19T21:24:05.253Z] === RUN TestCreateWithDuplicateNetworkNames [2021-03-19T21:24:05.511Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-03-19T21:24:06.078Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-03-19T21:24:06.078Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-03-19T21:24:06.657Z] === RUN TestDockerSuite/TestBuildXZHost [2021-03-19T21:24:09.943Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-03-19T21:24:09.943Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-03-19T21:24:09.943Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-03-19T21:24:10.201Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-03-19T21:24:11.134Z] === RUN TestDockerSuite/TestCommitChange [2021-03-19T21:24:12.068Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-03-19T21:24:13.004Z] === RUN TestDockerSuite/TestCommitHardlink [2021-03-19T21:24:14.905Z] === RUN TestDockerSuite/TestCommitNewFile [2021-03-19T21:24:16.280Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-03-19T21:24:16.538Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2021-03-19T21:24:17.105Z] === RUN TestDockerSuite/TestCommitTTY [2021-03-19T21:24:19.007Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-03-19T21:24:19.942Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.64s) [2021-03-19T21:24:19.942Z] === RUN TestCreateServiceSecretFileMode [2021-03-19T21:24:20.200Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-03-19T21:24:22.731Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-03-19T21:24:22.991Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2021-03-19T21:24:23.250Z] --- PASS: TestCreateServiceSecretFileMode (3.40s) [2021-03-19T21:24:23.250Z] === RUN TestCreateServiceConfigFileMode [2021-03-19T21:24:23.510Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-03-19T21:24:23.510Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-03-19T21:24:23.510Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-03-19T21:24:23.510Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-03-19T21:24:23.510Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-03-19T21:24:23.510Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-03-19T21:24:23.769Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-03-19T21:24:26.327Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-03-19T21:24:27.262Z] --- PASS: TestCreateServiceConfigFileMode (4.13s) [2021-03-19T21:24:27.262Z] === RUN TestCreateServiceSysctls [2021-03-19T21:24:28.637Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-03-19T21:24:28.637Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-03-19T21:24:29.573Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-03-19T21:24:30.509Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-03-19T21:24:31.886Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-03-19T21:24:32.144Z] --- PASS: TestCreateServiceSysctls (4.85s) [2021-03-19T21:24:32.144Z] === RUN TestCreateServiceCapabilities [2021-03-19T21:24:32.711Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-03-19T21:24:33.645Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-03-19T21:24:33.645Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-03-19T21:24:33.645Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-03-19T21:24:35.020Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-03-19T21:24:35.020Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-03-19T21:24:35.020Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-03-19T21:24:35.020Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-03-19T21:24:35.278Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-03-19T21:24:35.844Z] --- PASS: TestCreateServiceCapabilities (3.60s) [2021-03-19T21:24:35.844Z] === RUN TestInspect [2021-03-19T21:24:36.412Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-03-19T21:24:37.346Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-03-19T21:24:38.724Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-03-19T21:24:38.724Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-03-19T21:24:41.268Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-03-19T21:24:41.533Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2021-03-19T21:24:42.483Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-03-19T21:24:42.483Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-03-19T21:24:43.857Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-03-19T21:24:45.232Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-03-19T21:24:46.167Z] --- PASS: TestInspect (10.17s) [2021-03-19T21:24:46.167Z] === RUN TestCreateJob [2021-03-19T21:24:46.426Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-03-19T21:24:48.328Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-03-19T21:24:48.328Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-03-19T21:24:48.895Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-03-19T21:24:50.274Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-03-19T21:24:50.532Z] --- PASS: TestCreateJob (4.48s) [2021-03-19T21:24:50.532Z] === RUN TestReplicatedJob [2021-03-19T21:24:51.099Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-03-19T21:24:51.357Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-03-19T21:24:52.293Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-03-19T21:24:54.826Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-03-19T21:24:56.201Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-03-19T21:24:56.201Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-03-19T21:24:56.460Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-03-19T21:24:56.460Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-03-19T21:24:56.460Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-03-19T21:24:57.837Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-03-19T21:24:58.787Z] --- PASS: TestReplicatedJob (8.37s) [2021-03-19T21:24:58.787Z] === RUN TestUpdateReplicatedJob [2021-03-19T21:25:02.969Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-03-19T21:25:02.969Z] --- PASS: TestUpdateReplicatedJob (3.97s) [2021-03-19T21:25:02.969Z] === RUN TestServiceListWithStatuses [2021-03-19T21:25:02.969Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-03-19T21:25:02.969Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-19T21:25:02.969Z] === RUN TestDockerNetworkConnectAlias [2021-03-19T21:25:03.227Z] === RUN TestDockerSuite/TestContainerAPITop [2021-03-19T21:25:04.161Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-03-19T21:25:04.161Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-03-19T21:25:04.420Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-03-19T21:25:07.702Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-03-19T21:25:08.635Z] --- PASS: TestDockerNetworkConnectAlias (5.65s) [2021-03-19T21:25:08.635Z] === RUN TestDockerNetworkReConnect [2021-03-19T21:25:08.635Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-03-19T21:25:10.011Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-03-19T21:25:13.293Z] --- PASS: TestDockerNetworkReConnect (4.56s) [2021-03-19T21:25:13.293Z] === RUN TestServicePlugin [2021-03-19T21:25:17.476Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-03-19T21:25:18.042Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-03-19T21:25:20.580Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-03-19T21:25:22.482Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-03-19T21:25:23.418Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2021-03-19T21:25:25.318Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2021-03-19T21:25:27.220Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2021-03-19T21:25:27.787Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2021-03-19T21:25:29.688Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc00077cce0_} [2021-03-19T21:25:30.625Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1178159506_/foo_false____} [2021-03-19T21:25:32.525Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1178159506_/foo_true____} [2021-03-19T21:25:34.429Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3488209865_/foo_false____} [2021-03-19T21:25:35.802Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3488209865_/foo_true____} [2021-03-19T21:25:37.701Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3488209865_/foo_true__0xc00077cd40__} [2021-03-19T21:25:39.087Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc00077cd60_} [2021-03-19T21:25:40.460Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc00077cd80_} [2021-03-19T21:25:41.833Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2021-03-19T21:25:42.091Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc00077cda0_} [2021-03-19T21:25:43.994Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc00077cdc0_} [2021-03-19T21:25:45.895Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-03-19T21:25:46.464Z] --- PASS: TestServicePlugin (33.33s) [2021-03-19T21:25:46.464Z] plugin_test.go:62: [d1181a870fa66] joining swarm manager [d8f001009f88e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-19T21:25:46.464Z] plugin_test.go:65: [d7fd7b6d436a7] joining swarm manager [d8f001009f88e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-19T21:25:46.464Z] === RUN TestServiceUpdateLabel [2021-03-19T21:25:47.840Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-03-19T21:25:47.841Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-03-19T21:25:47.841Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-03-19T21:25:47.841Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-03-19T21:25:47.841Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-03-19T21:25:47.841Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-03-19T21:25:47.841Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-03-19T21:25:47.841Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-03-19T21:25:47.841Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-03-19T21:25:47.841Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-03-19T21:25:47.841Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-03-19T21:25:47.841Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2021-03-19T21:25:47.841Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2021-03-19T21:25:47.841Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2021-03-19T21:25:47.841Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2021-03-19T21:25:47.841Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2021-03-19T21:25:47.841Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2021-03-19T21:25:47.841Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-03-19T21:25:49.743Z] --- PASS: TestServiceUpdateLabel (3.08s) [2021-03-19T21:25:49.743Z] === RUN TestServiceUpdateSecrets [2021-03-19T21:25:52.278Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-03-19T21:25:54.806Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-03-19T21:25:58.099Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-03-19T21:26:00.005Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-03-19T21:26:00.005Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-03-19T21:26:00.939Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-03-19T21:26:01.873Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2021-03-19T21:26:02.439Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-03-19T21:26:03.373Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-03-19T21:26:04.309Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-03-19T21:26:05.243Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-03-19T21:26:05.810Z] --- PASS: TestServiceUpdateSecrets (16.30s) [2021-03-19T21:26:05.810Z] === RUN TestServiceUpdateConfigs [2021-03-19T21:26:06.069Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-03-19T21:26:07.446Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-03-19T21:26:08.824Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-03-19T21:26:10.200Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-03-19T21:26:10.767Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-03-19T21:26:11.700Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-03-19T21:26:12.635Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-03-19T21:26:13.570Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-03-19T21:26:14.949Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-03-19T21:26:15.884Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-03-19T21:26:15.884Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-03-19T21:26:16.818Z] === RUN TestDockerSuite/TestCpRelativePath [2021-03-19T21:26:17.383Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-03-19T21:26:18.317Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-03-19T21:26:19.251Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-03-19T21:26:20.185Z] === RUN TestDockerSuite/TestCpToCaseA [2021-03-19T21:26:21.563Z] --- PASS: TestServiceUpdateConfigs (15.72s) [2021-03-19T21:26:21.563Z] === RUN TestServiceUpdateNetwork [2021-03-19T21:26:21.821Z] === RUN TestDockerSuite/TestCpToCaseB [2021-03-19T21:26:22.757Z] === RUN TestDockerSuite/TestCpToCaseC [2021-03-19T21:26:26.040Z] === RUN TestDockerSuite/TestCpToCaseD [2021-03-19T21:26:31.305Z] === RUN TestDockerSuite/TestCpToCaseE [2021-03-19T21:26:34.596Z] === RUN TestDockerSuite/TestCpToCaseF [2021-03-19T21:26:34.861Z] === RUN TestDockerSuite/TestCpToCaseG [2021-03-19T21:26:36.235Z] --- PASS: TestServiceUpdateNetwork (14.74s) [2021-03-19T21:26:36.235Z] === RUN TestServiceUpdatePidsLimit [2021-03-19T21:26:37.609Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-03-19T21:26:38.986Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-03-19T21:26:40.361Z] === RUN TestDockerSuite/TestCpToCaseH [2021-03-19T21:26:43.646Z] === RUN TestDockerSuite/TestCpToCaseI [2021-03-19T21:26:44.580Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-03-19T21:26:46.481Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-03-19T21:26:49.010Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2021-03-19T21:26:49.946Z] === RUN TestDockerSuite/TestCpToDot [2021-03-19T21:26:50.880Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-03-19T21:26:52.255Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-03-19T21:26:53.653Z] === RUN TestDockerSuite/TestCpToStdout [2021-03-19T21:26:54.587Z] --- PASS: TestServiceUpdatePidsLimit (18.28s) [2021-03-19T21:26:54.587Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.44s) [2021-03-19T21:26:54.587Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.41s) [2021-03-19T21:26:54.587Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.42s) [2021-03-19T21:26:54.587Z] PASS [2021-03-19T21:26:54.587Z] [2021-03-19T21:26:54.587Z] === Skipped [2021-03-19T21:26:54.587Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-03-19T21:26:54.587Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-19T21:26:54.587Z] [2021-03-19T21:26:54.587Z] [2021-03-19T21:26:54.587Z] DONE 27 tests, 1 skipped in 211.405s [2021-03-19T21:26:54.587Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-03-19T21:26:54.587Z] ++ 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 [2021-03-19T21:26:54.587Z] ++ set -e [2021-03-19T21:26:54.587Z] ++ '[' -n 0 ']' [2021-03-19T21:26:54.587Z] ++ set -x [2021-03-19T21:26:54.587Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:26:54.587Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2021-03-19T21:26:54.587Z] INFO: Testing against a local daemon [2021-03-19T21:26:54.587Z] === RUN TestSessionCreate [2021-03-19T21:26:54.587Z] --- PASS: TestSessionCreate (0.07s) [2021-03-19T21:26:54.587Z] === RUN TestSessionCreateWithBadUpgrade [2021-03-19T21:26:54.587Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2021-03-19T21:26:54.587Z] PASS [2021-03-19T21:26:54.587Z] [2021-03-19T21:26:54.587Z] DONE 2 tests in 0.251s [2021-03-19T21:26:54.587Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-03-19T21:26:54.587Z] ++ 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 [2021-03-19T21:26:54.587Z] ++ set -e [2021-03-19T21:26:54.587Z] ++ '[' -n 0 ']' [2021-03-19T21:26:54.587Z] ++ set -x [2021-03-19T21:26:54.587Z] ++ env -i DEST=/go/src/github.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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:26:54.845Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-03-19T21:26:54.845Z] INFO: Testing against a local daemon [2021-03-19T21:26:54.845Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-03-19T21:26:54.845Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.01s) [2021-03-19T21:26:54.845Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-03-19T21:26:54.845Z] === RUN TestEventsExecDie [2021-03-19T21:26:56.747Z] --- PASS: TestEventsExecDie (1.59s) [2021-03-19T21:26:56.747Z] === RUN TestEventsBackwardsCompatible [2021-03-19T21:26:56.747Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2021-03-19T21:26:56.747Z] === RUN TestInfoBinaryCommits [2021-03-19T21:26:56.747Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-03-19T21:26:56.747Z] === RUN TestInfoAPIVersioned [2021-03-19T21:26:56.747Z] --- PASS: TestInfoAPIVersioned (0.02s) [2021-03-19T21:26:56.747Z] === RUN TestInfoDiscoveryBackend [2021-03-19T21:26:56.747Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-03-19T21:26:57.006Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-03-19T21:26:57.006Z] --- PASS: TestInfoDiscoveryBackend (0.54s) [2021-03-19T21:26:57.006Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-03-19T21:26:57.943Z] === RUN TestDockerSuite/TestCpVolumePath [2021-03-19T21:26:58.201Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-03-19T21:26:58.201Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-03-19T21:26:58.768Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2021-03-19T21:26:58.768Z] === RUN TestInfoAPI [2021-03-19T21:26:58.768Z] --- PASS: TestInfoAPI (0.03s) [2021-03-19T21:26:58.768Z] === RUN TestInfoAPIWarnings [2021-03-19T21:26:59.026Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-03-19T21:26:59.284Z] === RUN TestDockerSuite/TestCreateArgs [2021-03-19T21:26:59.284Z] === RUN TestDockerSuite/TestCreateByImageID [2021-03-19T21:26:59.849Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-03-19T21:27:00.416Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-03-19T21:27:00.416Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-03-19T21:27:00.676Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-03-19T21:27:01.610Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-03-19T21:27:01.610Z] === RUN TestDockerSuite/TestCreateLabels [2021-03-19T21:27:01.868Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-03-19T21:27:01.868Z] === RUN TestDockerSuite/TestCreateRM [2021-03-19T21:27:02.125Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-03-19T21:27:02.125Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-03-19T21:27:02.125Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-03-19T21:27:02.383Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-03-19T21:27:04.912Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-03-19T21:27:04.912Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-03-19T21:27:04.912Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-03-19T21:27:09.099Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-03-19T21:27:09.099Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-03-19T21:27:09.099Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-03-19T21:27:09.099Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-03-19T21:27:09.099Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-03-19T21:27:09.099Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-03-19T21:27:09.665Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-03-19T21:27:11.571Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-03-19T21:27:12.138Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-03-19T21:27:14.038Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-03-19T21:27:15.415Z] --- PASS: TestInfoAPIWarnings (16.46s) [2021-03-19T21:27:15.415Z] === RUN TestInfoDebug [2021-03-19T21:27:15.415Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-03-19T21:27:15.676Z] --- PASS: TestInfoDebug (0.55s) [2021-03-19T21:27:15.676Z] === RUN TestInfoInsecureRegistries [2021-03-19T21:27:16.243Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2021-03-19T21:27:16.243Z] --- PASS: TestInfoInsecureRegistries (0.56s) [2021-03-19T21:27:16.243Z] === RUN TestInfoRegistryMirrors [2021-03-19T21:27:16.243Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-03-19T21:27:16.810Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2021-03-19T21:27:16.810Z] === RUN TestLoginFailsWithBadCredentials [2021-03-19T21:27:17.069Z] --- PASS: TestLoginFailsWithBadCredentials (0.34s) [2021-03-19T21:27:17.069Z] === RUN TestPingCacheHeaders [2021-03-19T21:27:17.069Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-03-19T21:27:17.069Z] === RUN TestPingGet [2021-03-19T21:27:17.069Z] --- PASS: TestPingGet (0.02s) [2021-03-19T21:27:17.069Z] === RUN TestPingHead [2021-03-19T21:27:17.328Z] --- PASS: TestPingHead (0.03s) [2021-03-19T21:27:17.328Z] === RUN TestVersion [2021-03-19T21:27:17.328Z] --- PASS: TestVersion (0.02s) [2021-03-19T21:27:17.328Z] PASS [2021-03-19T21:27:17.328Z] [2021-03-19T21:27:17.328Z] === Skipped [2021-03-19T21:27:17.328Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.01s) [2021-03-19T21:27:17.328Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-03-19T21:27:17.328Z] [2021-03-19T21:27:17.328Z] [2021-03-19T21:27:17.328Z] DONE 18 tests, 1 skipped in 22.541s [2021-03-19T21:27:17.328Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-03-19T21:27:17.328Z] ++ 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 [2021-03-19T21:27:17.328Z] ++ set -e [2021-03-19T21:27:17.328Z] ++ '[' -n 0 ']' [2021-03-19T21:27:17.328Z] ++ set -x [2021-03-19T21:27:17.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=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 GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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 [2021-03-19T21:27:17.328Z] INFO: Testing against a local daemon [2021-03-19T21:27:17.328Z] === RUN TestVolumesCreateAndList [2021-03-19T21:27:17.328Z] --- PASS: TestVolumesCreateAndList (0.03s) [2021-03-19T21:27:17.328Z] === RUN TestVolumesRemove [2021-03-19T21:27:17.328Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-03-19T21:27:17.587Z] --- PASS: TestVolumesRemove (0.08s) [2021-03-19T21:27:17.587Z] === RUN TestVolumesInspect [2021-03-19T21:27:17.587Z] --- PASS: TestVolumesInspect (0.03s) [2021-03-19T21:27:17.587Z] === RUN TestVolumesInvalidJSON [2021-03-19T21:27:17.587Z] === RUN TestDockerSuite/TestDevicePermissions [2021-03-19T21:27:17.587Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-03-19T21:27:17.587Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-03-19T21:27:17.587Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-03-19T21:27:17.587Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2021-03-19T21:27:17.587Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-03-19T21:27:17.587Z] PASS [2021-03-19T21:27:17.587Z] [2021-03-19T21:27:17.587Z] DONE 5 tests in 0.303s [2021-03-19T21:27:17.587Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-03-19T21:27:18.159Z] ++++ cat bundles/test-integration/docker.pid [2021-03-19T21:27:18.159Z] +++ kill 5670 [2021-03-19T21:27:19.096Z] === RUN TestDockerSuite/TestDockerFails [2021-03-19T21:27:19.096Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2021-03-19T21:27:19.096Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2021-03-19T21:27:19.096Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2021-03-19T21:27:19.355Z] +++ /etc/init.d/apparmor stop [2021-03-19T21:27:19.355Z] Leaving: AppArmorNo profiles have been unloaded. [2021-03-19T21:27:19.355Z] [2021-03-19T21:27:19.355Z] Unloading profiles will leave already running processes permanently [2021-03-19T21:27:19.355Z] unconfined, which can lead to unexpected situations. [2021-03-19T21:27:19.355Z] [2021-03-19T21:27:19.355Z] To set a process to complain mode, use the command line tool [2021-03-19T21:27:19.355Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-03-19T21:27:19.355Z] +++ true [2021-03-19T21:27:19.355Z] exiting test-integration [2021-03-19T21:27:19.355Z] ++ exit 0 [2021-03-19T21:27:19.355Z] [2021-03-19T21:27:20.291Z] + for job in $(jobs -p) [2021-03-19T21:27:20.291Z] + wait 11527 [2021-03-19T21:27:20.857Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2021-03-19T21:27:22.233Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2021-03-19T21:27:23.167Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2021-03-19T21:27:24.101Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2021-03-19T21:27:24.101Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2021-03-19T21:27:24.101Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2021-03-19T21:27:24.101Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2021-03-19T21:27:32.218Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-03-19T21:27:35.500Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-03-19T21:27:38.030Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-03-19T21:27:39.933Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2021-03-19T21:27:40.866Z] === RUN TestDockerSuite/TestEventsAttach [2021-03-19T21:27:41.433Z] === RUN TestDockerSuite/TestEventsCommit [2021-03-19T21:27:42.367Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-03-19T21:27:43.301Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-03-19T21:27:43.869Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-03-19T21:27:44.127Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2021-03-19T21:27:44.695Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2021-03-19T21:27:47.224Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2021-03-19T21:27:49.757Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-03-19T21:27:53.947Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2021-03-19T21:27:56.475Z] === RUN TestDockerSuite/TestEventsCopy [2021-03-19T21:27:57.409Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-03-19T21:27:58.784Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-03-19T21:28:04.045Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2021-03-19T21:28:04.610Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-03-19T21:28:05.177Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-03-19T21:28:07.077Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-03-19T21:28:08.012Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2021-03-19T21:28:08.270Z] === RUN TestDockerSuite/TestEventsFilterType [2021-03-19T21:28:08.837Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2021-03-19T21:28:09.096Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2021-03-19T21:28:09.354Z] === RUN TestDockerSuite/TestEventsFilters [2021-03-19T21:28:11.257Z] === RUN TestDockerSuite/TestEventsFormat [2021-03-19T21:28:12.630Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-03-19T21:28:12.630Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-03-19T21:28:12.630Z] === RUN TestDockerSuite/TestEventsImageImport [2021-03-19T21:28:13.565Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-03-19T21:28:13.822Z] === RUN TestDockerSuite/TestEventsImagePull [2021-03-19T21:28:14.080Z] === RUN TestDockerSuite/TestEventsImageTag [2021-03-19T21:28:15.452Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2021-03-19T21:28:15.452Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2021-03-19T21:28:15.452Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2021-03-19T21:28:15.452Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-03-19T21:28:16.825Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2021-03-19T21:28:17.759Z] === RUN TestDockerSuite/TestEventsRename [2021-03-19T21:28:18.325Z] === RUN TestDockerSuite/TestEventsResize [2021-03-19T21:28:19.259Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-03-19T21:28:21.159Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2021-03-19T21:28:25.342Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-03-19T21:28:26.278Z] === RUN TestDockerSuite/TestEventsStreaming [2021-03-19T21:28:27.216Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-03-19T21:28:27.216Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2021-03-19T21:28:30.500Z] === RUN TestDockerSuite/TestEventsTop [2021-03-19T21:28:31.877Z] === RUN TestDockerSuite/TestEventsUntag [2021-03-19T21:28:34.405Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-03-19T21:28:46.600Z] === RUN TestDockerSuite/TestExec [2021-03-19T21:28:47.167Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-03-19T21:28:48.102Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-03-19T21:28:48.668Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-03-19T21:28:49.602Z] === RUN TestDockerSuite/TestExecAPIStart [2021-03-19T21:28:52.133Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-03-19T21:28:52.699Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-03-19T21:28:54.074Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-03-19T21:28:55.009Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-03-19T21:28:55.956Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-03-19T21:28:56.896Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2021-03-19T21:28:57.155Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-03-19T21:28:58.530Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-03-19T21:28:59.465Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2021-03-19T21:29:00.849Z] === RUN TestDockerSuite/TestExecCgroup [2021-03-19T21:29:05.036Z] === RUN TestDockerSuite/TestExecEnv [2021-03-19T21:29:06.413Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-03-19T21:29:08.318Z] === RUN TestDockerSuite/TestExecExitStatus [2021-03-19T21:29:09.693Z] === RUN TestDockerSuite/TestExecInspectID [2021-03-19T21:29:12.974Z] === RUN TestDockerSuite/TestExecInteractive [2021-03-19T21:29:13.911Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2021-03-19T21:29:15.317Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-03-19T21:29:16.251Z] === RUN TestDockerSuite/TestExecParseError [2021-03-19T21:29:16.817Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-03-19T21:29:17.752Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-03-19T21:29:18.319Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-03-19T21:29:22.504Z] === RUN TestDockerSuite/TestExecSetEnv [2021-03-19T21:29:23.438Z] === RUN TestDockerSuite/TestExecStartFails [2021-03-19T21:29:24.372Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-03-19T21:29:24.632Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2021-03-19T21:29:36.830Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-03-19T21:29:36.830Z] === RUN TestDockerSuite/TestExecTTY [2021-03-19T21:29:37.766Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-03-19T21:29:39.141Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-03-19T21:29:39.707Z] === RUN TestDockerSuite/TestExecUlimits [2021-03-19T21:29:41.093Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-03-19T21:29:41.093Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-03-19T21:29:43.623Z] === RUN TestDockerSuite/TestExecWithNoTERM [2021-03-19T21:29:44.189Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-03-19T21:29:46.089Z] === RUN TestDockerSuite/TestExecWithTERM [2021-03-19T21:29:47.463Z] === RUN TestDockerSuite/TestExecWithUser [2021-03-19T21:29:48.838Z] === RUN TestDockerSuite/TestGetContainerStats [2021-03-19T21:29:54.105Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-03-19T21:29:58.287Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2021-03-19T21:29:58.855Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-03-19T21:30:00.758Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-03-19T21:30:06.050Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-03-19T21:30:06.985Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-03-19T21:30:06.985Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-03-19T21:30:06.985Z] === RUN TestDockerSuite/TestHealth [2021-03-19T21:30:28.911Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2021-03-19T21:30:31.442Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-03-19T21:30:31.442Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-03-19T21:30:31.442Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-03-19T21:30:31.442Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-03-19T21:30:32.008Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-03-19T21:30:32.008Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-03-19T21:30:33.920Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-03-19T21:30:33.920Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-03-19T21:30:33.920Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-03-19T21:30:33.920Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-03-19T21:30:34.495Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-03-19T21:30:34.752Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-03-19T21:30:35.687Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-03-19T21:30:35.687Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-03-19T21:30:36.254Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-03-19T21:30:36.254Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-03-19T21:30:37.188Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-03-19T21:30:38.575Z] === RUN TestDockerSuite/TestImagesFormat [2021-03-19T21:30:38.575Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-03-19T21:30:39.515Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-03-19T21:30:42.796Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-03-19T21:30:42.796Z] === RUN TestDockerSuite/TestImportBadURL [2021-03-19T21:30:42.796Z] === RUN TestDockerSuite/TestImportDisplay [2021-03-19T21:30:44.701Z] === RUN TestDockerSuite/TestImportFile [2021-03-19T21:30:46.604Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-03-19T21:30:46.604Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-03-19T21:30:47.977Z] === RUN TestDockerSuite/TestImportGzipped [2021-03-19T21:30:49.879Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-03-19T21:30:51.781Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-03-19T21:30:52.717Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-03-19T21:30:54.093Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-03-19T21:30:55.469Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-03-19T21:30:55.469Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2021-03-19T21:30:55.469Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-03-19T21:30:56.039Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-03-19T21:30:56.976Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-03-19T21:30:57.543Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-03-19T21:30:58.479Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-03-19T21:30:59.045Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-03-19T21:30:59.978Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-03-19T21:30:59.978Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2021-03-19T21:31:02.509Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-03-19T21:31:03.075Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-03-19T21:31:03.642Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-03-19T21:31:03.642Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-03-19T21:31:04.576Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-03-19T21:31:04.576Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-03-19T21:31:05.511Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-03-19T21:31:06.446Z] === RUN TestDockerSuite/TestInspectDefault [2021-03-19T21:31:07.013Z] === RUN TestDockerSuite/TestInspectHistory [2021-03-19T21:31:08.388Z] === RUN TestDockerSuite/TestInspectImage [2021-03-19T21:31:08.388Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-03-19T21:31:08.388Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-03-19T21:31:08.388Z] === RUN TestDockerSuite/TestInspectInt64 [2021-03-19T21:31:08.957Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-03-19T21:31:09.893Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-03-19T21:31:09.893Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-03-19T21:31:10.473Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-03-19T21:31:11.407Z] === RUN TestDockerSuite/TestInspectPlugin [2021-03-19T21:31:12.780Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2021-03-19T21:31:13.038Z] === RUN TestDockerSuite/TestInspectRootFS [2021-03-19T21:31:13.038Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-03-19T21:31:13.972Z] === RUN TestDockerSuite/TestInspectStatus [2021-03-19T21:31:14.909Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-03-19T21:31:18.197Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-03-19T21:31:18.765Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-03-19T21:31:20.143Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-03-19T21:31:21.080Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-03-19T21:31:22.014Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-03-19T21:31:22.949Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-03-19T21:31:23.883Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-03-19T21:31:23.883Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2021-03-19T21:31:27.179Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-03-19T21:31:29.083Z] === RUN TestDockerSuite/TestLinksEnvs [2021-03-19T21:31:31.766Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-03-19T21:31:32.334Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-03-19T21:31:35.621Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-03-19T21:31:39.814Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-03-19T21:31:44.427Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-03-19T21:31:44.427Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-03-19T21:31:46.349Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-03-19T21:31:46.917Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-03-19T21:31:48.294Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-03-19T21:31:49.681Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2021-03-19T21:31:57.795Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2021-03-19T21:31:59.698Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2021-03-19T21:32:03.888Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-03-19T21:32:03.888Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2021-03-19T21:32:07.171Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-03-19T21:32:07.429Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2021-03-19T21:32:09.380Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-03-19T21:32:10.755Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-03-19T21:32:11.321Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2021-03-19T21:32:14.604Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2021-03-19T21:32:14.604Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-03-19T21:32:14.604Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2021-03-19T21:32:14.862Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-03-19T21:32:14.862Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-03-19T21:32:14.862Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-03-19T21:32:16.237Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-03-19T21:32:17.614Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-03-19T21:32:19.514Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2021-03-19T21:32:21.416Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-03-19T21:32:22.791Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-03-19T21:32:23.724Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2021-03-19T21:32:27.919Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-03-19T21:32:28.178Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-03-19T21:32:28.178Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-03-19T21:32:29.552Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-03-19T21:32:30.487Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-03-19T21:32:31.423Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-03-19T21:32:32.796Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-03-19T21:32:33.730Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-03-19T21:32:36.259Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-03-19T21:32:36.825Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-03-19T21:32:37.760Z] === RUN TestDockerSuite/TestLogsSince [2021-03-19T21:32:45.865Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-03-19T21:32:47.767Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2021-03-19T21:32:50.299Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-03-19T21:32:51.233Z] === RUN TestDockerSuite/TestLogsTail [2021-03-19T21:32:52.608Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-03-19T21:32:53.174Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-03-19T21:32:54.107Z] === RUN TestDockerSuite/TestMountIntoProc [2021-03-19T21:32:54.365Z] === RUN TestDockerSuite/TestMountIntoSys [2021-03-19T21:32:55.301Z] === RUN TestDockerSuite/TestNetHostname [2021-03-19T21:32:57.203Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2021-03-19T21:32:58.139Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-03-19T21:32:58.705Z] === RUN TestDockerSuite/TestNetworkEvents [2021-03-19T21:33:01.989Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2021-03-19T21:33:05.270Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-03-19T21:33:06.669Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-03-19T21:33:07.602Z] === RUN TestDockerSuite/TestPluginActive [2021-03-19T21:33:08.976Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-03-19T21:33:15.535Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-03-19T21:33:15.535Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-03-19T21:33:15.535Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2021-03-19T21:33:16.102Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-03-19T21:33:18.632Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2021-03-19T21:33:19.567Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-03-19T21:33:20.944Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-03-19T21:33:22.319Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2021-03-19T21:33:22.886Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-03-19T21:33:24.809Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2021-03-19T21:33:28.097Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-03-19T21:33:29.473Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2021-03-19T21:33:30.409Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-03-19T21:33:33.700Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2021-03-19T21:33:33.700Z] === RUN TestDockerSuite/TestPortHostBinding [2021-03-19T21:33:35.603Z] === RUN TestDockerSuite/TestPortList [2021-03-19T21:33:37.507Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2021-03-19T21:33:40.795Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2021-03-19T21:33:46.073Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2021-03-19T21:33:48.609Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-03-19T21:33:50.513Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-03-19T21:33:53.042Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2021-03-19T21:33:58.307Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-03-19T21:33:58.307Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-03-19T21:33:58.307Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-03-19T21:33:58.875Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-03-19T21:33:58.875Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-03-19T21:33:59.134Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2021-03-19T21:34:00.069Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-03-19T21:34:00.069Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-03-19T21:34:01.444Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-03-19T21:34:01.444Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-03-19T21:34:03.346Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-03-19T21:34:03.346Z] === RUN TestDockerSuite/TestPruneContainerLabel [2021-03-19T21:34:06.645Z] === RUN TestDockerSuite/TestPruneContainerUntil [2021-03-19T21:34:08.020Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2021-03-19T21:34:08.585Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2021-03-19T21:34:08.585Z] === RUN TestDockerSuite/TestPsByOrder [2021-03-19T21:34:11.868Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-03-19T21:34:12.803Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2021-03-19T21:34:12.803Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-03-19T21:34:16.993Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2021-03-19T21:34:16.993Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-03-19T21:34:21.180Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2021-03-19T21:34:23.081Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-03-19T21:34:23.081Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-03-19T21:34:24.983Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2021-03-19T21:34:28.291Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-03-19T21:34:30.192Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2021-03-19T21:34:34.377Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2021-03-19T21:34:37.662Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-03-19T21:34:39.037Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-03-19T21:34:40.936Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-03-19T21:34:42.838Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-03-19T21:34:44.215Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-03-19T21:34:46.766Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-03-19T21:34:47.332Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2021-03-19T21:34:49.233Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-03-19T21:34:51.137Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-03-19T21:34:51.137Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-03-19T21:34:51.702Z] === RUN TestDockerSuite/TestPsRightTagName [2021-03-19T21:34:54.233Z] === RUN TestDockerSuite/TestPsShowMounts [2021-03-19T21:34:56.765Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-03-19T21:34:57.701Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-03-19T21:34:57.701Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-03-19T21:34:57.701Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-03-19T21:34:57.960Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-03-19T21:34:57.960Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-03-19T21:34:58.896Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-03-19T21:35:00.270Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-03-19T21:35:01.204Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2021-03-19T21:35:02.152Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-03-19T21:35:02.720Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-03-19T21:35:12.690Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-03-19T21:35:13.625Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-03-19T21:35:16.154Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-03-19T21:35:16.154Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-03-19T21:35:16.154Z] === RUN TestDockerSwarmSuite/TestServiceScale [2021-03-19T21:35:16.154Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-03-19T21:35:16.154Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-03-19T21:35:18.685Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2021-03-19T21:35:18.943Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-03-19T21:35:20.948Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-03-19T21:35:25.133Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-03-19T21:35:26.510Z] === RUN TestDockerSuite/TestRmiBlank [2021-03-19T21:35:26.510Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-03-19T21:35:26.768Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-03-19T21:35:30.952Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-03-19T21:35:31.886Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-03-19T21:35:32.144Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-03-19T21:35:34.676Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-03-19T21:35:35.244Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-03-19T21:35:36.619Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2021-03-19T21:35:37.555Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-03-19T21:35:38.489Z] === RUN TestDockerSuite/TestRmiTag [2021-03-19T21:35:38.748Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-03-19T21:35:39.314Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2021-03-19T21:35:39.880Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-03-19T21:35:42.429Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2021-03-19T21:35:44.972Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-03-19T21:35:45.538Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-03-19T21:35:46.915Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-03-19T21:35:46.915Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-03-19T21:35:48.817Z] === RUN TestDockerSuite/TestRunAddHost [2021-03-19T21:35:49.075Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-03-19T21:35:49.642Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-03-19T21:35:50.576Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-03-19T21:35:50.576Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-03-19T21:35:51.144Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-03-19T21:35:52.520Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-03-19T21:35:53.454Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-03-19T21:35:54.388Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-03-19T21:35:55.322Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2021-03-19T21:35:55.888Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-03-19T21:35:57.793Z] === RUN TestDockerSuite/TestRunAttachDetach [2021-03-19T21:35:58.359Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2021-03-19T21:35:59.292Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2021-03-19T21:36:00.227Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2021-03-19T21:36:00.795Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2021-03-19T21:36:01.745Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-03-19T21:36:03.118Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2021-03-19T21:36:04.052Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-03-19T21:36:04.620Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-03-19T21:36:05.555Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-03-19T21:36:06.121Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-03-19T21:36:06.121Z] === RUN TestDockerSuite/TestRunBindMounts [2021-03-19T21:36:06.687Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2021-03-19T21:36:08.593Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-03-19T21:36:09.967Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-03-19T21:36:10.534Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-03-19T21:36:11.471Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-03-19T21:36:12.037Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-03-19T21:36:12.037Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-03-19T21:36:12.972Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-03-19T21:36:13.550Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-03-19T21:36:14.491Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-03-19T21:36:15.056Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-03-19T21:36:15.624Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2021-03-19T21:36:15.882Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-03-19T21:36:16.140Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-03-19T21:36:17.075Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-03-19T21:36:17.075Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-03-19T21:36:18.449Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2021-03-19T21:36:18.449Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-03-19T21:36:19.384Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-03-19T21:36:20.320Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-03-19T21:36:21.255Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-03-19T21:36:21.255Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-03-19T21:36:22.188Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-03-19T21:36:23.563Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-03-19T21:36:24.938Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-03-19T21:36:26.311Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-03-19T21:36:26.881Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-03-19T21:36:27.816Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-03-19T21:36:28.759Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-03-19T21:36:29.696Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-03-19T21:36:30.262Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-03-19T21:36:32.164Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-03-19T21:36:35.451Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2021-03-19T21:36:35.451Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-03-19T21:36:35.710Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-03-19T21:36:36.647Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-03-19T21:36:39.178Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-03-19T21:36:41.076Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-03-19T21:36:43.606Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-03-19T21:36:46.137Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-03-19T21:36:46.137Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-03-19T21:36:46.137Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-03-19T21:36:46.396Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-03-19T21:36:48.938Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-03-19T21:36:50.312Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-03-19T21:36:52.844Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-03-19T21:36:53.409Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-03-19T21:36:54.343Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2021-03-19T21:36:54.911Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-03-19T21:36:55.847Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2021-03-19T21:36:55.847Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-03-19T21:36:56.784Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2021-03-19T21:36:58.685Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-03-19T21:36:58.685Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-03-19T21:36:59.622Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-03-19T21:37:00.556Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-03-19T21:37:01.123Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2021-03-19T21:37:02.057Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-03-19T21:37:02.057Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-03-19T21:37:02.623Z] === RUN TestDockerSuite/TestRunEnvironment [2021-03-19T21:37:03.189Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2021-03-19T21:37:03.770Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-03-19T21:37:04.708Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-03-19T21:37:05.645Z] === RUN TestDockerSuite/TestRunExitCode [2021-03-19T21:37:06.579Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-03-19T21:37:07.513Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-03-19T21:37:08.080Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-03-19T21:37:08.646Z] === RUN TestDockerSuite/TestRunExposePort [2021-03-19T21:37:08.646Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-03-19T21:37:09.580Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-03-19T21:37:10.147Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-03-19T21:37:11.520Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-03-19T21:37:12.086Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-03-19T21:37:12.086Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-03-19T21:37:15.373Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-03-19T21:37:16.307Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-03-19T21:37:28.507Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2021-03-19T21:37:28.507Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-03-19T21:37:29.894Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2021-03-19T21:37:29.894Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2021-03-19T21:37:29.894Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-03-19T21:37:29.894Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-03-19T21:37:30.832Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-03-19T21:37:34.114Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-03-19T21:37:36.015Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-03-19T21:37:37.389Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-03-19T21:37:43.944Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-03-19T21:37:43.944Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-03-19T21:37:44.201Z] === RUN TestDockerSuite/TestRunModeHostname [2021-03-19T21:37:45.575Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-03-19T21:37:45.575Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-03-19T21:37:45.575Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-03-19T21:37:46.952Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-03-19T21:37:48.858Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-03-19T21:37:50.237Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-03-19T21:37:50.237Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-03-19T21:37:50.237Z] === RUN TestDockerSuite/TestRunModePIDHost [2021-03-19T21:37:52.136Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-03-19T21:37:52.417Z] --- PASS: TestBuildWCOWSandboxSize (901.51s) [2021-03-19T21:37:52.417Z] === RUN TestBuildWithEmptyDockerfile [2021-03-19T21:37:52.417Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-19T21:37:52.417Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-19T21:37:52.417Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-19T21:37:52.417Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-19T21:37:52.417Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-19T21:37:52.417Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-19T21:37:52.417Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-19T21:37:52.417Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-19T21:37:52.417Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-19T21:37:52.417Z] --- PASS: TestBuildWithEmptyDockerfile (0.63s) [2021-03-19T21:37:52.417Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2021-03-19T21:37:52.417Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2021-03-19T21:37:52.417Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2021-03-19T21:37:52.417Z] === RUN TestBuildPreserveOwnership [2021-03-19T21:37:52.417Z] --- SKIP: TestBuildPreserveOwnership (0.01s) [2021-03-19T21:37:52.417Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-03-19T21:37:52.417Z] === RUN TestBuildPlatformInvalid [2021-03-19T21:37:52.417Z] --- PASS: TestBuildPlatformInvalid (0.64s) [2021-03-19T21:37:52.417Z] PASS [2021-03-19T21:37:52.417Z] ok github.com/docker/docker/integration/build 1113.453s [2021-03-19T21:37:52.417Z] [2021-03-19T21:37:52.417Z] === Skipped [2021-03-19T21:37:52.417Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-03-19T21:37:52.417Z] build_session_test.go:25: TODO: BuildKit [2021-03-19T21:37:52.417Z] [2021-03-19T21:37:52.417Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-03-19T21:37:52.417Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:37:52.417Z] [2021-03-19T21:37:52.417Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2021-03-19T21:37:52.417Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-03-19T21:37:52.417Z] [2021-03-19T21:37:52.417Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2021-03-19T21:37:52.417Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-03-19T21:37:52.417Z] [2021-03-19T21:37:52.417Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.01s) [2021-03-19T21:37:52.417Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-03-19T21:37:52.417Z] [2021-03-19T21:37:52.417Z] [2021-03-19T21:37:52.417Z] DONE 29 tests, 5 skipped in 1139.579s [2021-03-19T21:37:52.417Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-03-19T21:37:52.417Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-19T21:37:52.417Z] INFO: Testing against a local daemon [2021-03-19T21:37:52.417Z] === RUN TestConfigInspect [2021-03-19T21:37:52.417Z] --- SKIP: TestConfigInspect (0.00s) [2021-03-19T21:37:52.417Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:37:52.417Z] === RUN TestConfigList [2021-03-19T21:37:52.417Z] --- SKIP: TestConfigList (0.00s) [2021-03-19T21:37:52.417Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:37:52.417Z] === RUN TestConfigsCreateAndDelete [2021-03-19T21:37:52.417Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-03-19T21:37:52.417Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:37:52.417Z] === RUN TestConfigsUpdate [2021-03-19T21:37:52.417Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-03-19T21:37:52.417Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:37:52.417Z] === RUN TestTemplatedConfig [2021-03-19T21:37:52.417Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-03-19T21:37:52.417Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:37:52.417Z] === RUN TestConfigCreateResolve [2021-03-19T21:37:52.417Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-03-19T21:37:52.417Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-03-19T21:37:52.417Z] === RUN TestConfigDaemonLibtrustID [2021-03-19T21:37:52.417Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-03-19T21:37:52.417Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-03-19T21:37:52.417Z] PASS [2021-03-19T21:37:52.417Z] ok github.com/docker/docker/integration/config 0.425s [2021-03-19T21:37:52.417Z] [2021-03-19T21:37:52.418Z] === Skipped [2021-03-19T21:37:52.418Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-03-19T21:37:52.418Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:37:52.418Z] [2021-03-19T21:37:52.418Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-03-19T21:37:52.418Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:37:52.418Z] [2021-03-19T21:37:52.418Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-03-19T21:37:52.418Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:37:52.418Z] [2021-03-19T21:37:52.418Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-03-19T21:37:52.418Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:37:52.418Z] [2021-03-19T21:37:52.418Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-03-19T21:37:52.418Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:37:52.418Z] [2021-03-19T21:37:52.418Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-03-19T21:37:52.418Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-03-19T21:37:52.418Z] [2021-03-19T21:37:52.418Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2021-03-19T21:37:52.418Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-03-19T21:37:52.418Z] [2021-03-19T21:37:52.418Z] [2021-03-19T21:37:52.418Z] DONE 7 tests, 7 skipped in 3.505s [2021-03-19T21:37:52.418Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-03-19T21:37:52.418Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-19T21:37:52.418Z] INFO: Testing against a local daemon [2021-03-19T21:37:52.418Z] === RUN TestCheckpoint [2021-03-19T21:37:52.418Z] --- SKIP: TestCheckpoint (0.00s) [2021-03-19T21:37:52.418Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-19T21:37:52.418Z] === RUN TestContainerInvalidJSON [2021-03-19T21:37:52.418Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-03-19T21:37:52.418Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-03-19T21:37:52.418Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-03-19T21:37:52.418Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-03-19T21:37:52.418Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-03-19T21:37:52.418Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-03-19T21:37:52.418Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-03-19T21:37:52.418Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-03-19T21:37:52.418Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-03-19T21:37:52.418Z] --- PASS: TestContainerInvalidJSON (0.62s) [2021-03-19T21:37:52.418Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2021-03-19T21:37:52.418Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2021-03-19T21:37:52.418Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2021-03-19T21:37:52.418Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-03-19T21:37:52.418Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.28s) [2021-03-19T21:37:52.418Z] === RUN TestCopyFromContainerPathIsNotDir [2021-03-19T21:37:52.418Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.03s) [2021-03-19T21:37:52.418Z] copy_test.go:38: testEnv.OSType == "windows" [2021-03-19T21:37:52.418Z] === RUN TestCopyToContainerPathDoesNotExist [2021-03-19T21:37:52.418Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.22s) [2021-03-19T21:37:52.418Z] === RUN TestCopyToContainerPathIsNotDir [2021-03-19T21:37:52.418Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.03s) [2021-03-19T21:37:52.418Z] copy_test.go:63: testEnv.OSType == "windows" [2021-03-19T21:37:52.418Z] === RUN TestCopyFromContainer [2021-03-19T21:37:52.418Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-03-19T21:37:52.418Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:37:52.418Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-03-19T21:37:52.418Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-19T21:37:52.418Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-19T21:37:52.418Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-19T21:37:52.418Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-19T21:37:52.418Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-19T21:37:52.418Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-19T21:37:52.418Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-19T21:37:52.418Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-19T21:37:52.418Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-19T21:37:52.418Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2021-03-19T21:37:52.418Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-03-19T21:37:52.418Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-03-19T21:37:52.418Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2021-03-19T21:37:52.418Z] === RUN TestCreateLinkToNonExistingContainer [2021-03-19T21:37:52.418Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-03-19T21:37:52.418Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-03-19T21:37:52.418Z] === RUN TestCreateWithInvalidEnv [2021-03-19T21:37:52.418Z] === RUN TestCreateWithInvalidEnv/0 [2021-03-19T21:37:52.418Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-03-19T21:37:52.418Z] === RUN TestCreateWithInvalidEnv/1 [2021-03-19T21:37:52.418Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-03-19T21:37:52.418Z] === RUN TestCreateWithInvalidEnv/2 [2021-03-19T21:37:52.418Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-03-19T21:37:52.418Z] === CONT TestCreateWithInvalidEnv/0 [2021-03-19T21:37:52.418Z] === CONT TestCreateWithInvalidEnv/2 [2021-03-19T21:37:52.418Z] === CONT TestCreateWithInvalidEnv/1 [2021-03-19T21:37:52.418Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2021-03-19T21:37:52.418Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-03-19T21:37:52.418Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2021-03-19T21:37:52.418Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2021-03-19T21:37:52.418Z] === RUN TestCreateTmpfsMountsTarget [2021-03-19T21:37:52.418Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-03-19T21:37:52.418Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:37:52.418Z] === RUN TestCreateWithCustomMaskedPaths [2021-03-19T21:37:52.418Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-03-19T21:37:52.418Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-03-19T21:37:52.418Z] === RUN TestCreateWithCustomReadonlyPaths [2021-03-19T21:37:52.418Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-03-19T21:37:52.418Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-03-19T21:37:52.418Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-03-19T21:37:52.418Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-19T21:37:52.418Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-19T21:37:52.418Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-19T21:37:52.418Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-19T21:37:52.418Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-19T21:37:52.418Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-19T21:37:52.418Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-19T21:37:52.418Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-19T21:37:52.418Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-19T21:37:52.418Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-19T21:37:52.418Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-19T21:37:52.418Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-19T21:37:52.418Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-19T21:37:52.418Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-19T21:37:52.418Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-19T21:37:52.418Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2021-03-19T21:37:52.418Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-03-19T21:37:52.418Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-03-19T21:37:52.418Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-03-19T21:37:52.418Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-03-19T21:37:52.418Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2021-03-19T21:37:52.418Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-03-19T21:37:52.418Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-03-19T21:37:52.418Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-03-19T21:37:52.418Z] === RUN TestCreateDifferentPlatform [2021-03-19T21:37:52.418Z] === RUN TestCreateDifferentPlatform/different_os [2021-03-19T21:37:52.418Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-03-19T21:37:52.418Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2021-03-19T21:37:52.418Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-03-19T21:37:52.418Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-03-19T21:37:52.418Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-03-19T21:37:52.418Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.08s) [2021-03-19T21:37:52.418Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-03-19T21:37:52.418Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-03-19T21:37:52.418Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-03-19T21:37:52.418Z] === RUN TestContainerKillOnDaemonStart [2021-03-19T21:37:52.418Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-03-19T21:37:52.418Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:37:52.418Z] === RUN TestDiff [2021-03-19T21:37:52.418Z] --- SKIP: TestDiff (0.00s) [2021-03-19T21:37:52.418Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-03-19T21:37:52.418Z] === RUN TestExecWithCloseStdin [2021-03-19T21:37:52.418Z] --- PASS: TestExecWithCloseStdin (3.06s) [2021-03-19T21:37:52.418Z] === RUN TestExec [2021-03-19T21:37:53.508Z] === RUN TestDockerSuite/TestRunMount [2021-03-19T21:37:53.991Z] --- PASS: TestExec (2.16s) [2021-03-19T21:37:53.991Z] === RUN TestExecUser [2021-03-19T21:37:53.991Z] --- SKIP: TestExecUser (0.00s) [2021-03-19T21:37:53.991Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-03-19T21:37:53.991Z] === RUN TestExportContainerAndImportImage [2021-03-19T21:37:53.991Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-03-19T21:37:53.991Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:37:53.991Z] === RUN TestExportContainerAfterDaemonRestart [2021-03-19T21:37:53.991Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-03-19T21:37:53.991Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:37:53.991Z] === RUN TestHealthCheckWorkdir [2021-03-19T21:37:53.991Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-03-19T21:37:53.991Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-03-19T21:37:53.991Z] === RUN TestHealthKillContainer [2021-03-19T21:37:53.991Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-03-19T21:37:53.991Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-03-19T21:37:53.991Z] === RUN TestInspectCpusetInConfigPre120 [2021-03-19T21:37:53.991Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-03-19T21:37:53.991Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-03-19T21:37:53.991Z] === RUN TestKillContainerInvalidSignal [2021-03-19T21:37:56.218Z] --- PASS: TestKillContainerInvalidSignal (1.90s) [2021-03-19T21:37:56.218Z] === RUN TestKillContainer [2021-03-19T21:37:56.218Z] === RUN TestKillContainer/no_signal [2021-03-19T21:37:57.812Z] === RUN TestKillContainer/non_killing_signal [2021-03-19T21:37:57.812Z] === RUN TestKillContainer/killing_signal [2021-03-19T21:38:00.037Z] --- PASS: TestKillContainer (4.21s) [2021-03-19T21:38:00.037Z] --- PASS: TestKillContainer/no_signal (2.00s) [2021-03-19T21:38:00.037Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-03-19T21:38:00.037Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-03-19T21:38:00.037Z] --- PASS: TestKillContainer/killing_signal (2.16s) [2021-03-19T21:38:00.037Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-03-19T21:38:00.037Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-03-19T21:38:00.037Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-03-19T21:38:00.037Z] === RUN TestKillStoppedContainer [2021-03-19T21:38:00.037Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-03-19T21:38:00.037Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-03-19T21:38:00.037Z] === RUN TestKillStoppedContainerAPIPre120 [2021-03-19T21:38:00.037Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-03-19T21:38:00.037Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-03-19T21:38:00.037Z] === RUN TestKillDifferentUserContainer [2021-03-19T21:38:00.037Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-03-19T21:38:00.037Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-03-19T21:38:00.037Z] === RUN TestInspectOomKilledTrue [2021-03-19T21:38:00.037Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-03-19T21:38:00.037Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:38:00.037Z] === RUN TestInspectOomKilledFalse [2021-03-19T21:38:00.037Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-03-19T21:38:00.037Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-19T21:38:00.037Z] === RUN TestLogsFollowTailEmpty [2021-03-19T21:38:01.626Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-03-19T21:38:02.263Z] --- PASS: TestLogsFollowTailEmpty (1.90s) [2021-03-19T21:38:02.263Z] === RUN TestNetworkNat [2021-03-19T21:38:02.263Z] --- SKIP: TestNetworkNat (0.00s) [2021-03-19T21:38:02.263Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-03-19T21:38:02.263Z] === RUN TestNetworkLocalhostTCPNat [2021-03-19T21:38:02.562Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-03-19T21:38:03.496Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-03-19T21:38:04.487Z] --- PASS: TestNetworkLocalhostTCPNat (2.32s) [2021-03-19T21:38:04.487Z] === RUN TestNetworkLoopbackNat [2021-03-19T21:38:04.487Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-03-19T21:38:04.487Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-03-19T21:38:04.487Z] === RUN TestPause [2021-03-19T21:38:04.487Z] --- SKIP: TestPause (0.00s) [2021-03-19T21:38:04.487Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-03-19T21:38:04.487Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-03-19T21:38:04.871Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-03-19T21:38:06.710Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.91s) [2021-03-19T21:38:06.711Z] === RUN TestPauseStopPausedContainer [2021-03-19T21:38:06.711Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-03-19T21:38:06.711Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:38:06.711Z] === RUN TestPsFilter [2021-03-19T21:38:06.711Z] --- PASS: TestPsFilter (0.22s) [2021-03-19T21:38:06.711Z] === RUN TestRemoveContainerWithRemovedVolume [2021-03-19T21:38:07.402Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-03-19T21:38:08.936Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.22s) [2021-03-19T21:38:08.936Z] === RUN TestRemoveContainerWithVolume [2021-03-19T21:38:10.686Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-03-19T21:38:11.162Z] --- PASS: TestRemoveContainerWithVolume (2.22s) [2021-03-19T21:38:11.162Z] === RUN TestRemoveContainerRunning [2021-03-19T21:38:12.607Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-03-19T21:38:12.733Z] --- PASS: TestRemoveContainerRunning (1.92s) [2021-03-19T21:38:12.733Z] === RUN TestRemoveContainerForceRemoveRunning [2021-03-19T21:38:14.959Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.89s) [2021-03-19T21:38:14.959Z] === RUN TestRemoveInvalidContainer [2021-03-19T21:38:14.959Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2021-03-19T21:38:14.959Z] === RUN TestRenameLinkedContainer [2021-03-19T21:38:14.959Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-03-19T21:38:14.959Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-03-19T21:38:14.959Z] === RUN TestRenameStoppedContainer [2021-03-19T21:38:15.136Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-03-19T21:38:16.602Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-03-19T21:38:17.978Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-03-19T21:38:18.237Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-03-19T21:38:19.171Z] === RUN TestDockerSuite/TestRunNetHost [2021-03-19T21:38:20.544Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-03-19T21:38:21.112Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-03-19T21:38:22.047Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-03-19T21:38:22.275Z] --- PASS: TestRenameStoppedContainer (7.14s) [2021-03-19T21:38:22.275Z] === RUN TestRenameRunningContainerAndReuse [2021-03-19T21:38:24.577Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-03-19T21:38:26.079Z] --- PASS: TestRenameRunningContainerAndReuse (4.07s) [2021-03-19T21:38:26.079Z] === RUN TestRenameInvalidName [2021-03-19T21:38:26.479Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-03-19T21:38:28.303Z] --- PASS: TestRenameInvalidName (1.95s) [2021-03-19T21:38:28.303Z] === RUN TestRenameAnonymousContainer [2021-03-19T21:38:28.303Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2021-03-19T21:38:28.303Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2021-03-19T21:38:28.303Z] === RUN TestRenameContainerWithSameName [2021-03-19T21:38:28.380Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2021-03-19T21:38:29.875Z] --- PASS: TestRenameContainerWithSameName (1.88s) [2021-03-19T21:38:29.875Z] === RUN TestRenameContainerWithLinkedContainer [2021-03-19T21:38:29.875Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.01s) [2021-03-19T21:38:29.875Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2021-03-19T21:38:29.875Z] === RUN TestResize [2021-03-19T21:38:31.672Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-03-19T21:38:32.102Z] --- PASS: TestResize (1.88s) [2021-03-19T21:38:32.102Z] === RUN TestResizeWithInvalidSize [2021-03-19T21:38:32.102Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2021-03-19T21:38:32.102Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2021-03-19T21:38:32.102Z] === RUN TestResizeWhenContainerNotStarted [2021-03-19T21:38:32.620Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-03-19T21:38:32.620Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2021-03-19T21:38:33.554Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2021-03-19T21:38:33.554Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-03-19T21:38:33.674Z] --- PASS: TestResizeWhenContainerNotStarted (2.16s) [2021-03-19T21:38:33.674Z] === RUN TestDaemonRestartKillContainers [2021-03-19T21:38:33.674Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-03-19T21:38:33.674Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:38:33.674Z] === RUN TestStats [2021-03-19T21:38:33.674Z] --- SKIP: TestStats (0.00s) [2021-03-19T21:38:33.674Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-03-19T21:38:33.674Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-03-19T21:38:33.812Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-03-19T21:38:34.748Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-03-19T21:38:35.686Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-03-19T21:38:35.945Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-03-19T21:38:37.319Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-03-19T21:38:41.504Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2021-03-19T21:38:42.877Z] === RUN TestDockerSuite/TestRunOOMExitCode [2021-03-19T21:38:43.136Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-03-19T21:38:44.071Z] === RUN TestDockerSuite/TestRunPIDsLimit [2021-03-19T21:38:44.127Z] --- PASS: TestStopContainerWithRestartPolicyAlways (8.72s) [2021-03-19T21:38:44.127Z] === RUN TestStopContainerWithTimeout [2021-03-19T21:38:44.127Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-03-19T21:38:44.127Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-03-19T21:38:44.127Z] === RUN TestUpdateRestartPolicy [2021-03-19T21:38:45.006Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-03-19T21:38:47.536Z] === RUN TestDockerSuite/TestRunPortInUse [2021-03-19T21:38:48.471Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2021-03-19T21:38:49.405Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-03-19T21:38:49.672Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2021-03-19T21:38:49.934Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-03-19T21:38:50.502Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-03-19T21:38:51.438Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-03-19T21:38:52.373Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2021-03-19T21:38:52.373Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-03-19T21:38:52.373Z] === RUN TestDockerSuite/TestRunPublishPort [2021-03-19T21:38:52.951Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-03-19T21:38:53.517Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-03-19T21:38:53.517Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-03-19T21:38:54.451Z] === RUN TestDockerSuite/TestRunRedirectStdout [2021-03-19T21:38:56.354Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-03-19T21:38:56.354Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-03-19T21:38:57.728Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2021-03-19T21:39:00.258Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-03-19T21:39:01.631Z] === RUN TestDockerSuite/TestRunRm [2021-03-19T21:39:02.564Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-03-19T21:39:04.463Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2021-03-19T21:39:05.399Z] --- PASS: TestUpdateRestartPolicy (20.40s) [2021-03-19T21:39:05.399Z] === RUN TestUpdateRestartWithAutoRemove [2021-03-19T21:39:05.399Z] --- PASS: TestUpdateRestartWithAutoRemove (1.92s) [2021-03-19T21:39:05.399Z] === RUN TestWaitNonBlocked [2021-03-19T21:39:05.399Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-19T21:39:05.399Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-19T21:39:05.399Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-19T21:39:05.399Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-19T21:39:05.399Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-19T21:39:05.399Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-19T21:39:06.363Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-03-19T21:39:07.302Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-03-19T21:39:07.624Z] --- PASS: TestWaitNonBlocked (0.03s) [2021-03-19T21:39:07.624Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.60s) [2021-03-19T21:39:07.624Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.71s) [2021-03-19T21:39:07.624Z] === RUN TestWaitBlocked [2021-03-19T21:39:07.624Z] --- SKIP: TestWaitBlocked (0.00s) [2021-03-19T21:39:07.624Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-03-19T21:39:07.624Z] PASS [2021-03-19T21:39:07.624Z] ok github.com/docker/docker/integration/container 80.662s [2021-03-19T21:39:07.624Z] [2021-03-19T21:39:07.624Z] === Skipped [2021-03-19T21:39:07.624Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-03-19T21:39:07.624Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-19T21:39:07.624Z] [2021-03-19T21:39:07.624Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.03s) [2021-03-19T21:39:07.624Z] copy_test.go:38: testEnv.OSType == "windows" [2021-03-19T21:39:07.624Z] [2021-03-19T21:39:07.624Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.03s) [2021-03-19T21:39:07.624Z] copy_test.go:63: testEnv.OSType == "windows" [2021-03-19T21:39:07.624Z] [2021-03-19T21:39:07.624Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-03-19T21:39:07.624Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:07.624Z] [2021-03-19T21:39:07.624Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-03-19T21:39:07.624Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-03-19T21:39:07.624Z] [2021-03-19T21:39:07.624Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-03-19T21:39:07.624Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:07.624Z] [2021-03-19T21:39:07.624Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-03-19T21:39:07.624Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-03-19T21:39:07.624Z] [2021-03-19T21:39:07.624Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-03-19T21:39:07.624Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-03-19T21:39:07.624Z] [2021-03-19T21:39:07.624Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-03-19T21:39:07.624Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-03-19T21:39:07.624Z] [2021-03-19T21:39:07.624Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-03-19T21:39:07.624Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-03-19T21:39:07.624Z] [2021-03-19T21:39:07.624Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-03-19T21:39:07.624Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:07.624Z] [2021-03-19T21:39:07.624Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-03-19T21:39:07.624Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-03-19T21:39:07.624Z] [2021-03-19T21:39:07.624Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-03-19T21:39:07.624Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-03-19T21:39:07.624Z] [2021-03-19T21:39:07.624Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-03-19T21:39:07.624Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:07.624Z] [2021-03-19T21:39:07.624Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-03-19T21:39:07.624Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:07.624Z] [2021-03-19T21:39:07.624Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-03-19T21:39:07.624Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-03-19T21:39:07.624Z] [2021-03-19T21:39:07.624Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-03-19T21:39:07.624Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-03-19T21:39:07.624Z] [2021-03-19T21:39:07.624Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-03-19T21:39:07.624Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-03-19T21:39:07.624Z] [2021-03-19T21:39:07.624Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-03-19T21:39:07.624Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-03-19T21:39:07.624Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-03-19T21:39:07.624Z] [2021-03-19T21:39:07.624Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-03-19T21:39:07.624Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-03-19T21:39:07.624Z] [2021-03-19T21:39:07.624Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-03-19T21:39:07.624Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-03-19T21:39:07.624Z] [2021-03-19T21:39:07.624Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-03-19T21:39:07.624Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-03-19T21:39:07.624Z] [2021-03-19T21:39:07.624Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-03-19T21:39:07.624Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-03-19T21:39:07.624Z] [2021-03-19T21:39:07.624Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-03-19T21:39:07.624Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:07.624Z] [2021-03-19T21:39:07.625Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-03-19T21:39:07.625Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-19T21:39:07.625Z] [2021-03-19T21:39:07.625Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-03-19T21:39:07.625Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-03-19T21:39:07.625Z] [2021-03-19T21:39:07.625Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-03-19T21:39:07.625Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-03-19T21:39:07.625Z] [2021-03-19T21:39:07.625Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-03-19T21:39:07.625Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-03-19T21:39:07.625Z] [2021-03-19T21:39:07.625Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-03-19T21:39:07.625Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:07.625Z] [2021-03-19T21:39:07.625Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-03-19T21:39:07.625Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-03-19T21:39:07.625Z] [2021-03-19T21:39:07.625Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s) [2021-03-19T21:39:07.625Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2021-03-19T21:39:07.625Z] [2021-03-19T21:39:07.625Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.01s) [2021-03-19T21:39:07.625Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2021-03-19T21:39:07.625Z] [2021-03-19T21:39:07.625Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s) [2021-03-19T21:39:07.625Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2021-03-19T21:39:07.625Z] [2021-03-19T21:39:07.625Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-03-19T21:39:07.625Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:07.625Z] [2021-03-19T21:39:07.625Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-03-19T21:39:07.625Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-03-19T21:39:07.625Z] [2021-03-19T21:39:07.625Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-03-19T21:39:07.625Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-03-19T21:39:07.625Z] [2021-03-19T21:39:07.625Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-03-19T21:39:07.625Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-03-19T21:39:07.625Z] [2021-03-19T21:39:07.625Z] [2021-03-19T21:39:07.625Z] DONE 88 tests, 37 skipped in 83.599s [2021-03-19T21:39:07.625Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-03-19T21:39:08.236Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2021-03-19T21:39:08.494Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2021-03-19T21:39:08.494Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2021-03-19T21:39:09.868Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2021-03-19T21:39:10.588Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-19T21:39:10.588Z] INFO: Testing against a local daemon [2021-03-19T21:39:10.588Z] === RUN TestCommitInheritsEnv [2021-03-19T21:39:10.588Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-03-19T21:39:10.588Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-03-19T21:39:10.588Z] === RUN TestImportExtremelyLargeImageWorks [2021-03-19T21:39:10.588Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-03-19T21:39:10.588Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-03-19T21:39:10.588Z] === RUN TestImagesFilterMultiReference [2021-03-19T21:39:10.588Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2021-03-19T21:39:10.588Z] === RUN TestImagePullPlatformInvalid [2021-03-19T21:39:10.588Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-03-19T21:39:10.588Z] === RUN TestRemoveImageOrphaning [2021-03-19T21:39:10.802Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2021-03-19T21:39:11.579Z] --- PASS: TestRemoveImageOrphaning (1.01s) [2021-03-19T21:39:11.579Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-03-19T21:39:11.579Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2021-03-19T21:39:11.579Z] === RUN TestTagInvalidReference [2021-03-19T21:39:11.579Z] --- PASS: TestTagInvalidReference (0.03s) [2021-03-19T21:39:11.579Z] === RUN TestTagValidPrefixedRepo [2021-03-19T21:39:11.579Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2021-03-19T21:39:11.579Z] === RUN TestTagExistedNameWithoutForce [2021-03-19T21:39:11.579Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2021-03-19T21:39:11.580Z] === RUN TestTagOfficialNames [2021-03-19T21:39:11.580Z] --- PASS: TestTagOfficialNames (0.10s) [2021-03-19T21:39:11.580Z] === RUN TestTagMatchesDigest [2021-03-19T21:39:11.580Z] --- PASS: TestTagMatchesDigest (0.04s) [2021-03-19T21:39:11.580Z] PASS [2021-03-19T21:39:11.580Z] ok github.com/docker/docker/integration/image 1.791s [2021-03-19T21:39:11.580Z] [2021-03-19T21:39:11.580Z] === Skipped [2021-03-19T21:39:11.580Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-03-19T21:39:11.580Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-03-19T21:39:11.580Z] [2021-03-19T21:39:11.580Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-03-19T21:39:11.580Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-03-19T21:39:11.580Z] [2021-03-19T21:39:11.580Z] [2021-03-19T21:39:11.580Z] DONE 11 tests, 2 skipped in 3.958s [2021-03-19T21:39:12.050Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-03-19T21:39:15.014Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-19T21:39:15.014Z] INFO: Testing against a local daemon [2021-03-19T21:39:15.014Z] === RUN TestNetworkCreateDelete [2021-03-19T21:39:15.014Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-03-19T21:39:15.014Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-03-19T21:39:15.014Z] === RUN TestDockerNetworkDeletePreferID [2021-03-19T21:39:15.014Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2021-03-19T21:39:15.014Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2021-03-19T21:39:15.014Z] === RUN TestDaemonDNSFallback [2021-03-19T21:39:15.014Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-03-19T21:39:15.014Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-03-19T21:39:15.014Z] === RUN TestInspectNetwork [2021-03-19T21:39:15.014Z] --- SKIP: TestInspectNetwork (0.00s) [2021-03-19T21:39:15.014Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-03-19T21:39:15.014Z] === RUN TestRunContainerWithBridgeNone [2021-03-19T21:39:15.014Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-03-19T21:39:15.014Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-03-19T21:39:15.014Z] === RUN TestNetworkInvalidJSON [2021-03-19T21:39:15.014Z] === RUN TestNetworkInvalidJSON//networks/create [2021-03-19T21:39:15.014Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-03-19T21:39:15.014Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-03-19T21:39:15.014Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-03-19T21:39:15.014Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-19T21:39:15.014Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-19T21:39:15.014Z] === CONT TestNetworkInvalidJSON//networks/create [2021-03-19T21:39:15.014Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-19T21:39:15.014Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-03-19T21:39:15.014Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2021-03-19T21:39:15.014Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2021-03-19T21:39:15.014Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2021-03-19T21:39:15.014Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2021-03-19T21:39:15.014Z] === RUN TestNetworkList [2021-03-19T21:39:15.014Z] === RUN TestNetworkList//networks [2021-03-19T21:39:15.014Z] === PAUSE TestNetworkList//networks [2021-03-19T21:39:15.014Z] === RUN TestNetworkList//networks/ [2021-03-19T21:39:15.014Z] === PAUSE TestNetworkList//networks/ [2021-03-19T21:39:15.014Z] === CONT TestNetworkList//networks [2021-03-19T21:39:15.014Z] === CONT TestNetworkList//networks/ [2021-03-19T21:39:15.014Z] --- PASS: TestNetworkList (0.03s) [2021-03-19T21:39:15.014Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-03-19T21:39:15.014Z] --- PASS: TestNetworkList//networks (0.00s) [2021-03-19T21:39:15.014Z] === RUN TestHostIPv4BridgeLabel [2021-03-19T21:39:15.014Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-03-19T21:39:15.014Z] network_test.go:126: testEnv.OSType == "windows" [2021-03-19T21:39:15.014Z] === RUN TestDaemonRestartWithLiveRestore [2021-03-19T21:39:15.014Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-03-19T21:39:15.014Z] service_test.go:29: testEnv.OSType == "windows" [2021-03-19T21:39:15.014Z] === RUN TestDaemonDefaultNetworkPools [2021-03-19T21:39:15.014Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-03-19T21:39:15.014Z] service_test.go:58: testEnv.OSType == "windows" [2021-03-19T21:39:15.014Z] === RUN TestDaemonRestartWithExistingNetwork [2021-03-19T21:39:15.014Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-03-19T21:39:15.014Z] service_test.go:102: testEnv.OSType == "windows" [2021-03-19T21:39:15.014Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-03-19T21:39:15.014Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-03-19T21:39:15.014Z] service_test.go:136: testEnv.OSType == "windows" [2021-03-19T21:39:15.014Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-03-19T21:39:15.014Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-03-19T21:39:15.014Z] service_test.go:187: testEnv.OSType == "windows" [2021-03-19T21:39:15.014Z] === RUN TestServiceWithPredefinedNetwork [2021-03-19T21:39:15.014Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-03-19T21:39:15.014Z] service_test.go:212: testEnv.OSType == "windows" [2021-03-19T21:39:15.014Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-03-19T21:39:15.014Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-19T21:39:15.014Z] service_test.go:242: FLAKY_TEST [2021-03-19T21:39:15.014Z] === RUN TestServiceWithDataPathPortInit [2021-03-19T21:39:15.014Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-03-19T21:39:15.014Z] service_test.go:332: testEnv.OSType == "windows" [2021-03-19T21:39:15.014Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-03-19T21:39:15.014Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-03-19T21:39:15.014Z] service_test.go:400: testEnv.OSType == "windows" [2021-03-19T21:39:15.014Z] PASS [2021-03-19T21:39:15.014Z] ok github.com/docker/docker/integration/network 0.396s [2021-03-19T21:39:15.014Z] [2021-03-19T21:39:15.014Z] === Skipped [2021-03-19T21:39:15.014Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-03-19T21:39:15.014Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-03-19T21:39:15.014Z] [2021-03-19T21:39:15.014Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2021-03-19T21:39:15.014Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2021-03-19T21:39:15.014Z] [2021-03-19T21:39:15.014Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-03-19T21:39:15.014Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-03-19T21:39:15.014Z] [2021-03-19T21:39:15.014Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-03-19T21:39:15.014Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-03-19T21:39:15.014Z] [2021-03-19T21:39:15.014Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-03-19T21:39:15.014Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-03-19T21:39:15.014Z] [2021-03-19T21:39:15.014Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-03-19T21:39:15.014Z] network_test.go:126: testEnv.OSType == "windows" [2021-03-19T21:39:15.014Z] [2021-03-19T21:39:15.014Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-03-19T21:39:15.014Z] service_test.go:29: testEnv.OSType == "windows" [2021-03-19T21:39:15.014Z] [2021-03-19T21:39:15.014Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-03-19T21:39:15.014Z] service_test.go:58: testEnv.OSType == "windows" [2021-03-19T21:39:15.014Z] [2021-03-19T21:39:15.014Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-03-19T21:39:15.014Z] service_test.go:102: testEnv.OSType == "windows" [2021-03-19T21:39:15.014Z] [2021-03-19T21:39:15.014Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-03-19T21:39:15.014Z] service_test.go:136: testEnv.OSType == "windows" [2021-03-19T21:39:15.014Z] [2021-03-19T21:39:15.014Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-03-19T21:39:15.014Z] service_test.go:187: testEnv.OSType == "windows" [2021-03-19T21:39:15.014Z] [2021-03-19T21:39:15.014Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-03-19T21:39:15.014Z] service_test.go:212: testEnv.OSType == "windows" [2021-03-19T21:39:15.014Z] [2021-03-19T21:39:15.014Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-19T21:39:15.014Z] service_test.go:242: FLAKY_TEST [2021-03-19T21:39:15.014Z] [2021-03-19T21:39:15.014Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-03-19T21:39:15.014Z] service_test.go:332: testEnv.OSType == "windows" [2021-03-19T21:39:15.014Z] [2021-03-19T21:39:15.014Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-03-19T21:39:15.014Z] service_test.go:400: testEnv.OSType == "windows" [2021-03-19T21:39:15.014Z] [2021-03-19T21:39:15.014Z] [2021-03-19T21:39:15.014Z] DONE 22 tests, 15 skipped in 2.985s [2021-03-19T21:39:15.014Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-03-19T21:39:16.006Z] testing: warning: no tests to run [2021-03-19T21:39:16.006Z] PASS [2021-03-19T21:39:16.006Z] ok github.com/docker/docker/integration/network/ipvlan 0.097s [2021-03-19T21:39:16.006Z] [2021-03-19T21:39:16.006Z] DONE 0 tests in 0.868s [2021-03-19T21:39:16.006Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-03-19T21:39:16.075Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2021-03-19T21:39:16.075Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2021-03-19T21:39:16.477Z] testing: warning: no tests to run [2021-03-19T21:39:16.477Z] PASS [2021-03-19T21:39:16.477Z] ok github.com/docker/docker/integration/network/macvlan 0.123s [2021-03-19T21:39:16.641Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2021-03-19T21:39:16.947Z] [2021-03-19T21:39:16.947Z] DONE 0 tests in 0.895s [2021-03-19T21:39:16.947Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-03-19T21:39:17.576Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2021-03-19T21:39:17.938Z] testing: warning: no tests to run [2021-03-19T21:39:17.938Z] PASS [2021-03-19T21:39:17.938Z] ok github.com/docker/docker/integration/plugin 0.128s [2021-03-19T21:39:17.938Z] [2021-03-19T21:39:17.938Z] DONE 0 tests in 0.900s [2021-03-19T21:39:17.938Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-03-19T21:39:18.409Z] testing: warning: no tests to run [2021-03-19T21:39:18.409Z] PASS [2021-03-19T21:39:18.409Z] ok github.com/docker/docker/integration/plugin/authz 0.089s [2021-03-19T21:39:18.409Z] [2021-03-19T21:39:18.409Z] DONE 0 tests in 0.866s [2021-03-19T21:39:18.884Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-03-19T21:39:20.105Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2021-03-19T21:39:20.671Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2021-03-19T21:39:21.606Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2021-03-19T21:39:22.174Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2021-03-19T21:39:23.108Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2021-03-19T21:39:23.673Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2021-03-19T21:39:23.931Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2021-03-19T21:39:24.497Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2021-03-19T21:39:25.433Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-03-19T21:39:26.386Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-03-19T21:39:26.952Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-03-19T21:39:27.576Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-19T21:39:27.576Z] INFO: Testing against a local daemon [2021-03-19T21:39:27.576Z] === RUN TestPluginInvalidJSON [2021-03-19T21:39:27.576Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-03-19T21:39:27.576Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-03-19T21:39:27.576Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-03-19T21:39:27.576Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-03-19T21:39:27.576Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2021-03-19T21:39:27.576Z] === RUN TestPluginInstall [2021-03-19T21:39:27.576Z] --- SKIP: TestPluginInstall (0.00s) [2021-03-19T21:39:27.576Z] plugin_test.go:58: testEnv.OSType == "windows" [2021-03-19T21:39:27.576Z] === RUN TestPluginsWithRuntimes [2021-03-19T21:39:27.576Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-03-19T21:39:27.576Z] plugin_test.go:167: testEnv.OSType == "windows" [2021-03-19T21:39:27.576Z] PASS [2021-03-19T21:39:27.576Z] ok github.com/docker/docker/integration/plugin/common 0.430s [2021-03-19T21:39:27.576Z] [2021-03-19T21:39:27.576Z] === Skipped [2021-03-19T21:39:27.576Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-03-19T21:39:27.576Z] plugin_test.go:58: testEnv.OSType == "windows" [2021-03-19T21:39:27.576Z] [2021-03-19T21:39:27.576Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-03-19T21:39:27.576Z] plugin_test.go:167: testEnv.OSType == "windows" [2021-03-19T21:39:27.576Z] [2021-03-19T21:39:27.576Z] [2021-03-19T21:39:27.576Z] DONE 4 tests, 2 skipped in 8.846s [2021-03-19T21:39:27.576Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-03-19T21:39:29.479Z] === RUN TestDockerSuite/TestRunState [2021-03-19T21:39:31.381Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-19T21:39:31.382Z] INFO: Testing against a local daemon [2021-03-19T21:39:31.382Z] === RUN TestExternalGraphDriver [2021-03-19T21:39:31.382Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-03-19T21:39:31.382Z] external_test.go:48: runtime.GOOS == "windows" [2021-03-19T21:39:31.382Z] === RUN TestGraphdriverPluginV2 [2021-03-19T21:39:31.382Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-03-19T21:39:31.382Z] external_test.go:408: runtime.GOOS == "windows" [2021-03-19T21:39:31.382Z] PASS [2021-03-19T21:39:31.382Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.382s [2021-03-19T21:39:31.382Z] [2021-03-19T21:39:31.382Z] === Skipped [2021-03-19T21:39:31.382Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-03-19T21:39:31.382Z] external_test.go:48: runtime.GOOS == "windows" [2021-03-19T21:39:31.382Z] [2021-03-19T21:39:31.382Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-03-19T21:39:31.382Z] external_test.go:408: runtime.GOOS == "windows" [2021-03-19T21:39:31.382Z] [2021-03-19T21:39:31.382Z] [2021-03-19T21:39:31.382Z] DONE 2 tests, 2 skipped in 3.599s [2021-03-19T21:39:31.382Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-03-19T21:39:31.382Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-03-19T21:39:31.948Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-03-19T21:39:32.882Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-03-19T21:39:33.140Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2021-03-19T21:39:33.140Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-03-19T21:39:34.075Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-03-19T21:39:34.333Z] === RUN TestDockerSuite/TestRunSysctls [2021-03-19T21:39:34.345Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-19T21:39:34.345Z] INFO: Testing against a local daemon [2021-03-19T21:39:34.345Z] === RUN TestReadPluginNoRead [2021-03-19T21:39:34.345Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-03-19T21:39:34.345Z] read_test.go:21: no unix domain sockets on Windows [2021-03-19T21:39:34.345Z] PASS [2021-03-19T21:39:34.345Z] ok github.com/docker/docker/integration/plugin/logging 0.390s [2021-03-19T21:39:34.345Z] [2021-03-19T21:39:34.345Z] === Skipped [2021-03-19T21:39:34.345Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-03-19T21:39:34.345Z] read_test.go:21: no unix domain sockets on Windows [2021-03-19T21:39:34.345Z] [2021-03-19T21:39:34.345Z] [2021-03-19T21:39:34.345Z] DONE 1 tests, 1 skipped in 2.980s [2021-03-19T21:39:34.346Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-03-19T21:39:35.921Z] testing: warning: no tests to run [2021-03-19T21:39:35.921Z] PASS [2021-03-19T21:39:35.921Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.200s [2021-03-19T21:39:35.921Z] [2021-03-19T21:39:35.921Z] DONE 0 tests in 1.538s [2021-03-19T21:39:35.921Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-03-19T21:39:36.233Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-03-19T21:39:36.233Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-03-19T21:39:36.233Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-03-19T21:39:36.801Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2021-03-19T21:39:38.912Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-19T21:39:38.912Z] INFO: Testing against a local daemon [2021-03-19T21:39:38.912Z] === RUN TestPluginWithDevMounts [2021-03-19T21:39:38.912Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-03-19T21:39:38.912Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:38.912Z] PASS [2021-03-19T21:39:38.912Z] ok github.com/docker/docker/integration/plugin/volumes 0.383s [2021-03-19T21:39:38.912Z] [2021-03-19T21:39:38.912Z] === Skipped [2021-03-19T21:39:38.912Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-03-19T21:39:38.912Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:38.912Z] [2021-03-19T21:39:38.912Z] [2021-03-19T21:39:38.913Z] DONE 1 tests, 1 skipped in 3.026s [2021-03-19T21:39:38.913Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-03-19T21:39:39.334Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2021-03-19T21:39:39.902Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2021-03-19T21:39:41.802Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2021-03-19T21:39:41.878Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-19T21:39:41.878Z] INFO: Testing against a local daemon [2021-03-19T21:39:41.878Z] === RUN TestSecretInspect [2021-03-19T21:39:41.878Z] --- SKIP: TestSecretInspect (0.00s) [2021-03-19T21:39:41.878Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:41.878Z] === RUN TestSecretList [2021-03-19T21:39:41.878Z] --- SKIP: TestSecretList (0.00s) [2021-03-19T21:39:41.878Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:41.878Z] === RUN TestSecretsCreateAndDelete [2021-03-19T21:39:41.878Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2021-03-19T21:39:41.878Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:41.878Z] === RUN TestSecretsUpdate [2021-03-19T21:39:41.878Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-03-19T21:39:41.878Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:41.878Z] === RUN TestTemplatedSecret [2021-03-19T21:39:41.878Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-03-19T21:39:41.878Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:41.878Z] === RUN TestSecretCreateResolve [2021-03-19T21:39:41.878Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-03-19T21:39:41.878Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-03-19T21:39:41.878Z] PASS [2021-03-19T21:39:41.878Z] ok github.com/docker/docker/integration/secret 0.344s [2021-03-19T21:39:41.878Z] [2021-03-19T21:39:41.878Z] === Skipped [2021-03-19T21:39:41.878Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-03-19T21:39:41.878Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:41.878Z] [2021-03-19T21:39:41.878Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-03-19T21:39:41.878Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:41.878Z] [2021-03-19T21:39:41.878Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.01s) [2021-03-19T21:39:41.878Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:41.878Z] [2021-03-19T21:39:41.878Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-03-19T21:39:41.878Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:41.878Z] [2021-03-19T21:39:41.878Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-03-19T21:39:41.878Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:41.878Z] [2021-03-19T21:39:41.878Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-03-19T21:39:41.878Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-03-19T21:39:41.878Z] [2021-03-19T21:39:41.878Z] [2021-03-19T21:39:41.878Z] DONE 6 tests, 6 skipped in 2.501s [2021-03-19T21:39:41.878Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-03-19T21:39:44.843Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-19T21:39:44.843Z] INFO: Testing against a local daemon [2021-03-19T21:39:44.843Z] === RUN TestServiceCreateInit [2021-03-19T21:39:44.843Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-03-19T21:39:44.843Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-03-19T21:39:44.843Z] --- PASS: TestServiceCreateInit (0.04s) [2021-03-19T21:39:44.843Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-03-19T21:39:44.843Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:44.843Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-03-19T21:39:44.843Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:44.843Z] === RUN TestCreateServiceMultipleTimes [2021-03-19T21:39:44.843Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-03-19T21:39:44.843Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:44.843Z] === RUN TestCreateServiceConflict [2021-03-19T21:39:44.843Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-03-19T21:39:44.843Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:44.843Z] === RUN TestCreateServiceMaxReplicas [2021-03-19T21:39:44.843Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2021-03-19T21:39:44.843Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:44.843Z] === RUN TestCreateWithDuplicateNetworkNames [2021-03-19T21:39:44.843Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-03-19T21:39:44.843Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:44.843Z] === RUN TestCreateServiceSecretFileMode [2021-03-19T21:39:44.843Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-03-19T21:39:44.843Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:44.843Z] === RUN TestCreateServiceConfigFileMode [2021-03-19T21:39:44.843Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-03-19T21:39:44.843Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:44.843Z] === RUN TestCreateServiceSysctls [2021-03-19T21:39:44.843Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2021-03-19T21:39:44.843Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:44.843Z] === RUN TestCreateServiceCapabilities [2021-03-19T21:39:44.843Z] --- SKIP: TestCreateServiceCapabilities (0.04s) [2021-03-19T21:39:44.843Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:44.843Z] === RUN TestInspect [2021-03-19T21:39:44.843Z] --- SKIP: TestInspect (0.00s) [2021-03-19T21:39:44.843Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:44.843Z] === RUN TestCreateJob [2021-03-19T21:39:44.843Z] --- SKIP: TestCreateJob (0.00s) [2021-03-19T21:39:44.843Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:44.843Z] === RUN TestReplicatedJob [2021-03-19T21:39:44.843Z] --- SKIP: TestReplicatedJob (0.00s) [2021-03-19T21:39:44.843Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:44.843Z] === RUN TestUpdateReplicatedJob [2021-03-19T21:39:44.843Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-03-19T21:39:44.843Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:44.843Z] === RUN TestServiceListWithStatuses [2021-03-19T21:39:44.843Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-03-19T21:39:44.843Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:44.843Z] === RUN TestDockerNetworkConnectAlias [2021-03-19T21:39:44.843Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-03-19T21:39:44.843Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:44.843Z] === RUN TestDockerNetworkReConnect [2021-03-19T21:39:44.843Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-03-19T21:39:44.843Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:44.843Z] === RUN TestServicePlugin [2021-03-19T21:39:44.843Z] --- SKIP: TestServicePlugin (0.00s) [2021-03-19T21:39:44.843Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:44.843Z] === RUN TestServiceUpdateLabel [2021-03-19T21:39:44.843Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2021-03-19T21:39:44.843Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-03-19T21:39:44.843Z] === RUN TestServiceUpdateSecrets [2021-03-19T21:39:44.843Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-03-19T21:39:44.843Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-03-19T21:39:44.843Z] === RUN TestServiceUpdateConfigs [2021-03-19T21:39:44.843Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-03-19T21:39:44.843Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-03-19T21:39:44.843Z] === RUN TestServiceUpdateNetwork [2021-03-19T21:39:44.843Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2021-03-19T21:39:44.843Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-03-19T21:39:44.843Z] === RUN TestServiceUpdatePidsLimit [2021-03-19T21:39:44.843Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s) [2021-03-19T21:39:44.843Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-03-19T21:39:44.843Z] PASS [2021-03-19T21:39:44.843Z] ok github.com/docker/docker/integration/service 0.605s [2021-03-19T21:39:44.843Z] [2021-03-19T21:39:44.843Z] === Skipped [2021-03-19T21:39:44.843Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-03-19T21:39:44.843Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-03-19T21:39:44.843Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:44.843Z] [2021-03-19T21:39:44.843Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-03-19T21:39:44.843Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-03-19T21:39:44.843Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:44.843Z] [2021-03-19T21:39:44.843Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-03-19T21:39:44.843Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:44.843Z] [2021-03-19T21:39:44.843Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-03-19T21:39:44.843Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:44.843Z] [2021-03-19T21:39:44.843Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2021-03-19T21:39:44.843Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:44.843Z] [2021-03-19T21:39:44.843Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-03-19T21:39:44.843Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:44.843Z] [2021-03-19T21:39:44.843Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-03-19T21:39:44.843Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:44.843Z] [2021-03-19T21:39:44.843Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-03-19T21:39:44.843Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:44.843Z] [2021-03-19T21:39:44.843Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2021-03-19T21:39:44.843Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:44.843Z] [2021-03-19T21:39:44.843Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.04s) [2021-03-19T21:39:44.843Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:44.843Z] [2021-03-19T21:39:44.843Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-03-19T21:39:44.843Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:44.843Z] [2021-03-19T21:39:44.843Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-03-19T21:39:44.843Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:44.843Z] [2021-03-19T21:39:44.843Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-03-19T21:39:44.843Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:44.843Z] [2021-03-19T21:39:44.843Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-03-19T21:39:44.843Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:44.843Z] [2021-03-19T21:39:44.843Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-03-19T21:39:44.843Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:44.843Z] [2021-03-19T21:39:44.843Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-03-19T21:39:44.843Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:44.843Z] [2021-03-19T21:39:44.843Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-03-19T21:39:44.843Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:44.843Z] [2021-03-19T21:39:44.843Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-03-19T21:39:44.843Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:44.843Z] [2021-03-19T21:39:44.843Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2021-03-19T21:39:44.843Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-03-19T21:39:44.843Z] [2021-03-19T21:39:44.843Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-03-19T21:39:44.843Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-03-19T21:39:44.843Z] [2021-03-19T21:39:44.843Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-03-19T21:39:44.843Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-03-19T21:39:44.843Z] [2021-03-19T21:39:44.843Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2021-03-19T21:39:44.843Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-03-19T21:39:44.843Z] [2021-03-19T21:39:44.843Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.01s) [2021-03-19T21:39:44.843Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-03-19T21:39:44.843Z] [2021-03-19T21:39:44.843Z] [2021-03-19T21:39:44.843Z] DONE 24 tests, 23 skipped in 3.462s [2021-03-19T21:39:44.843Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-03-19T21:39:45.112Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-03-19T21:39:47.814Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-19T21:39:47.815Z] INFO: Testing against a local daemon [2021-03-19T21:39:47.815Z] === RUN TestSessionCreate [2021-03-19T21:39:47.815Z] --- SKIP: TestSessionCreate (0.00s) [2021-03-19T21:39:47.815Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-03-19T21:39:47.815Z] === RUN TestSessionCreateWithBadUpgrade [2021-03-19T21:39:47.815Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-03-19T21:39:47.815Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-03-19T21:39:47.815Z] PASS [2021-03-19T21:39:47.815Z] ok github.com/docker/docker/integration/session 0.355s [2021-03-19T21:39:47.815Z] [2021-03-19T21:39:47.815Z] === Skipped [2021-03-19T21:39:47.815Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-03-19T21:39:47.815Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-03-19T21:39:47.815Z] [2021-03-19T21:39:47.815Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-03-19T21:39:47.815Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-03-19T21:39:47.815Z] [2021-03-19T21:39:47.815Z] [2021-03-19T21:39:47.815Z] DONE 2 tests, 2 skipped in 2.544s [2021-03-19T21:39:47.815Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-03-19T21:39:48.392Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-03-19T21:39:48.959Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-03-19T21:39:49.526Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-03-19T21:39:50.041Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-19T21:39:50.041Z] INFO: Testing against a local daemon [2021-03-19T21:39:50.041Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-03-19T21:39:50.041Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-03-19T21:39:50.041Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:50.041Z] === RUN TestEventsExecDie [2021-03-19T21:39:50.041Z] --- SKIP: TestEventsExecDie (0.02s) [2021-03-19T21:39:50.041Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-03-19T21:39:50.041Z] === RUN TestEventsBackwardsCompatible [2021-03-19T21:39:50.041Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-03-19T21:39:50.041Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-03-19T21:39:50.041Z] === RUN TestInfoAPI [2021-03-19T21:39:50.041Z] --- PASS: TestInfoAPI (0.04s) [2021-03-19T21:39:50.041Z] === RUN TestInfoAPIWarnings [2021-03-19T21:39:50.041Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-03-19T21:39:50.041Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-03-19T21:39:50.041Z] === RUN TestInfoDebug [2021-03-19T21:39:50.041Z] --- SKIP: TestInfoDebug (0.00s) [2021-03-19T21:39:50.041Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-03-19T21:39:50.041Z] === RUN TestInfoInsecureRegistries [2021-03-19T21:39:50.041Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-03-19T21:39:50.041Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-03-19T21:39:50.041Z] === RUN TestInfoRegistryMirrors [2021-03-19T21:39:50.041Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-03-19T21:39:50.041Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-03-19T21:39:50.041Z] === RUN TestLoginFailsWithBadCredentials [2021-03-19T21:39:50.461Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-03-19T21:39:51.032Z] --- PASS: TestLoginFailsWithBadCredentials (1.01s) [2021-03-19T21:39:51.032Z] === RUN TestPingCacheHeaders [2021-03-19T21:39:51.032Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-03-19T21:39:51.032Z] === RUN TestPingGet [2021-03-19T21:39:51.032Z] --- PASS: TestPingGet (0.03s) [2021-03-19T21:39:51.032Z] === RUN TestPingHead [2021-03-19T21:39:51.032Z] --- PASS: TestPingHead (0.04s) [2021-03-19T21:39:51.032Z] === RUN TestVersion [2021-03-19T21:39:51.503Z] --- PASS: TestVersion (0.03s) [2021-03-19T21:39:51.503Z] PASS [2021-03-19T21:39:51.503Z] ok github.com/docker/docker/integration/system 1.527s [2021-03-19T21:39:51.503Z] [2021-03-19T21:39:51.503Z] === Skipped [2021-03-19T21:39:51.503Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-03-19T21:39:51.503Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-03-19T21:39:51.503Z] [2021-03-19T21:39:51.503Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.02s) [2021-03-19T21:39:51.503Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-03-19T21:39:51.503Z] [2021-03-19T21:39:51.503Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-03-19T21:39:51.503Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-03-19T21:39:51.503Z] [2021-03-19T21:39:51.503Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-03-19T21:39:51.503Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-03-19T21:39:51.503Z] [2021-03-19T21:39:51.503Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-03-19T21:39:51.503Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-03-19T21:39:51.503Z] [2021-03-19T21:39:51.503Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-03-19T21:39:51.503Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-03-19T21:39:51.503Z] [2021-03-19T21:39:51.503Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-03-19T21:39:51.503Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-03-19T21:39:51.503Z] [2021-03-19T21:39:51.503Z] [2021-03-19T21:39:51.503Z] DONE 13 tests, 7 skipped in 3.799s [2021-03-19T21:39:51.503Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-03-19T21:39:52.361Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-03-19T21:39:53.298Z] === RUN TestDockerSuite/TestRunUserByID [2021-03-19T21:39:54.232Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-03-19T21:39:54.232Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-03-19T21:39:54.232Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-03-19T21:39:54.479Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-19T21:39:54.479Z] INFO: Testing against a local daemon [2021-03-19T21:39:54.479Z] === RUN TestVolumesCreateAndList [2021-03-19T21:39:54.479Z] --- PASS: TestVolumesCreateAndList (0.05s) [2021-03-19T21:39:54.479Z] === RUN TestVolumesRemove [2021-03-19T21:39:54.479Z] --- PASS: TestVolumesRemove (0.11s) [2021-03-19T21:39:54.479Z] === RUN TestVolumesInspect [2021-03-19T21:39:54.479Z] --- PASS: TestVolumesInspect (0.04s) [2021-03-19T21:39:54.479Z] === RUN TestVolumesInvalidJSON [2021-03-19T21:39:54.479Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-03-19T21:39:54.479Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-03-19T21:39:54.479Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-03-19T21:39:54.479Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-03-19T21:39:54.479Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-03-19T21:39:54.479Z] PASS [2021-03-19T21:39:54.479Z] ok github.com/docker/docker/integration/volume 0.538s [2021-03-19T21:39:54.479Z] [2021-03-19T21:39:54.479Z] DONE 5 tests in 2.852s [2021-03-19T21:39:54.479Z] INFO: make.ps1 ended at 03/19/2021 21:39:54 [2021-03-19T21:39:54.479Z] INFO: Integration CLI tests being run from the host: [2021-03-19T21:39:54.479Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-tags" "autogen" "-test.timeout" "200m" [2021-03-19T21:39:55.166Z] === RUN TestDockerSuite/TestRunUserByName [2021-03-19T21:39:55.731Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-03-19T21:39:56.664Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2021-03-19T21:39:56.664Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-03-19T21:39:56.664Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-03-19T21:39:57.231Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-03-19T21:40:01.428Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-03-19T21:40:01.995Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-03-19T21:40:03.384Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-03-19T21:40:04.936Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-19T21:40:04.936Z] INFO: Testing against a local daemon [2021-03-19T21:40:04.936Z] === RUN TestDockerSuite [2021-03-19T21:40:04.936Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-03-19T21:40:04.936Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-03-19T21:40:04.936Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-03-19T21:40:04.936Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-03-19T21:40:04.936Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-03-19T21:40:04.936Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-03-19T21:40:04.936Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-03-19T21:40:04.936Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-03-19T21:40:04.936Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-03-19T21:40:04.936Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-03-19T21:40:05.409Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-03-19T21:40:05.879Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-03-19T21:40:05.911Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-03-19T21:40:07.286Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-03-19T21:40:09.187Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-03-19T21:40:11.722Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-03-19T21:40:12.657Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-03-19T21:40:12.657Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-03-19T21:40:12.657Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-03-19T21:40:12.657Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-03-19T21:40:12.657Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2021-03-19T21:40:12.657Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2021-03-19T21:40:14.029Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2021-03-19T21:40:17.312Z] === RUN TestDockerSuite/TestRunWithCPUShares [2021-03-19T21:40:17.572Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2021-03-19T21:40:18.945Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2021-03-19T21:40:19.879Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2021-03-19T21:40:20.446Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-03-19T21:40:20.446Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2021-03-19T21:40:21.381Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2021-03-19T21:40:21.381Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2021-03-19T21:40:21.642Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2021-03-19T21:40:21.642Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-03-19T21:40:21.642Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2021-03-19T21:40:21.642Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2021-03-19T21:40:21.642Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2021-03-19T21:40:21.642Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2021-03-19T21:40:21.642Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2021-03-19T21:40:21.642Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2021-03-19T21:40:22.586Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2021-03-19T21:40:23.519Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2021-03-19T21:40:24.085Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2021-03-19T21:40:24.085Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2021-03-19T21:40:25.019Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-03-19T21:40:25.277Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-03-19T21:40:26.212Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-03-19T21:40:26.212Z] === RUN TestDockerSuite/TestRunWithShmSize [2021-03-19T21:40:26.778Z] === RUN TestDockerSuite/TestRunWithSwappiness [2021-03-19T21:40:27.712Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2021-03-19T21:40:27.712Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-03-19T21:40:27.712Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-03-19T21:40:28.278Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-03-19T21:40:30.179Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2021-03-19T21:40:30.746Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2021-03-19T21:40:30.746Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-03-19T21:40:31.312Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-03-19T21:40:31.312Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-03-19T21:40:33.211Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-03-19T21:40:33.211Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-03-19T21:40:35.740Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-03-19T21:40:36.306Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-03-19T21:40:36.306Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-03-19T21:40:36.306Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-03-19T21:40:37.244Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2021-03-19T21:40:38.637Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2021-03-19T21:40:39.572Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-03-19T21:40:39.572Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-03-19T21:40:41.471Z] === RUN TestDockerSuite/TestSaveImageId [2021-03-19T21:40:41.471Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-03-19T21:40:41.730Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-03-19T21:40:43.630Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-03-19T21:40:43.888Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-03-19T21:40:45.791Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-03-19T21:40:45.791Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-03-19T21:40:45.791Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-03-19T21:40:47.166Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-03-19T21:40:48.541Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-03-19T21:40:48.799Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-03-19T21:40:49.056Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-03-19T21:40:49.056Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-03-19T21:40:49.056Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-03-19T21:40:49.622Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-03-19T21:40:52.151Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-03-19T21:40:58.724Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-03-19T21:41:00.097Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-03-19T21:41:01.031Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-03-19T21:41:02.932Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-03-19T21:41:05.458Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-03-19T21:41:06.834Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2021-03-19T21:41:08.212Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-03-19T21:41:09.147Z] === RUN TestDockerSuite/TestStartRecordError [2021-03-19T21:41:11.052Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-03-19T21:41:14.339Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-03-19T21:41:16.242Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-03-19T21:41:19.523Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-03-19T21:41:20.089Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2021-03-19T21:41:24.275Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-03-19T21:41:24.275Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2021-03-19T21:41:27.559Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-03-19T21:41:32.822Z] === RUN TestDockerSuite/TestStatsNoStream [2021-03-19T21:41:35.351Z] === RUN TestDockerSuite/TestStopContainerSignal [2021-03-19T21:41:37.250Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-03-19T21:41:37.815Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-03-19T21:41:38.765Z] === RUN TestDockerSuite/TestTopPrivileged [2021-03-19T21:41:39.332Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-03-19T21:41:39.332Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-03-19T21:41:40.708Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-03-19T21:41:44.892Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-03-19T21:41:48.172Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2021-03-19T21:41:48.738Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2021-03-19T21:41:49.305Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2021-03-19T21:41:49.305Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2021-03-19T21:41:50.679Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2021-03-19T21:41:52.580Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2021-03-19T21:41:52.580Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2021-03-19T21:41:53.955Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2021-03-19T21:41:55.327Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2021-03-19T21:41:56.271Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2021-03-19T21:41:58.180Z] === RUN TestDockerSuite/TestUpdateStats [2021-03-19T21:42:02.361Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2021-03-19T21:42:03.737Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2021-03-19T21:42:03.737Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2021-03-19T21:42:05.636Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2021-03-19T21:42:07.010Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-03-19T21:42:12.276Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2021-03-19T21:42:17.542Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2021-03-19T21:42:20.835Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2021-03-19T21:42:24.132Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-03-19T21:42:28.314Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-03-19T21:42:33.084Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-03-19T21:42:33.084Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-03-19T21:42:33.084Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-03-19T21:42:33.084Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-03-19T21:42:33.084Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-03-19T21:42:33.084Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-03-19T21:42:33.084Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-03-19T21:42:33.084Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-03-19T21:42:33.084Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-03-19T21:42:33.084Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-03-19T21:42:33.084Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-03-19T21:42:33.084Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-03-19T21:42:33.084Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-03-19T21:42:33.084Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-03-19T21:42:33.084Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-03-19T21:42:33.084Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-03-19T21:42:33.084Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-03-19T21:42:33.084Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-03-19T21:42:33.084Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-03-19T21:42:33.084Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-03-19T21:42:33.084Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-03-19T21:42:34.876Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2021-03-19T21:42:36.048Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-03-19T21:42:36.048Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-03-19T21:42:36.048Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-03-19T21:42:36.776Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2021-03-19T21:42:38.675Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2021-03-19T21:42:40.051Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2021-03-19T21:42:41.426Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2021-03-19T21:42:43.228Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-03-19T21:42:43.964Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2021-03-19T21:42:46.509Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2021-03-19T21:42:48.408Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2021-03-19T21:42:50.936Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2021-03-19T21:42:52.836Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-03-19T21:43:10.906Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-03-19T21:43:10.906Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-03-19T21:43:10.906Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-03-19T21:43:10.906Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-03-19T21:43:10.906Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-03-19T21:43:10.906Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-03-19T21:43:10.906Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-03-19T21:43:10.906Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-03-19T21:43:10.906Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-03-19T21:43:10.906Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-03-19T21:43:10.907Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-03-19T21:43:10.907Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-03-19T21:43:10.907Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-03-19T21:43:10.907Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-03-19T21:43:12.807Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-03-19T21:43:13.065Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-03-19T21:43:13.065Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-03-19T21:43:13.065Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-03-19T21:43:13.065Z] === RUN TestDockerSuite/TestVolumeEvents [2021-03-19T21:43:19.645Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-03-19T21:43:21.019Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-03-19T21:43:21.019Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-03-19T21:43:21.277Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-03-19T21:43:24.563Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-03-19T21:43:27.847Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-03-19T21:43:27.847Z] --- PASS: TestDockerSuite (1957.08s) [2021-03-19T21:43:27.847Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.04s) [2021-03-19T21:43:27.847Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.06s) [2021-03-19T21:43:27.847Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-03-19T21:43:27.847Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2021-03-19T21:43:27.847Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2021-03-19T21:43:27.847Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2021-03-19T21:43:27.847Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2021-03-19T21:43:27.847Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (3.35s) [2021-03-19T21:43:27.847Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.09s) [2021-03-19T21:43:27.847Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.66s) [2021-03-19T21:43:27.847Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.02s) [2021-03-19T21:43:27.847Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.87s) [2021-03-19T21:43:27.847Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.26s) [2021-03-19T21:43:27.847Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.02s) [2021-03-19T21:43:27.847Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (2.22s) [2021-03-19T21:43:27.847Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.44s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.21s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.61s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.22s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.60s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (4.24s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (3.69s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.31s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.33s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (1.87s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (1.46s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (1.58s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.67s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (2.54s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestAttachDetach (1.19s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestAttachDisconnect (1.17s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.30s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (1.68s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.28s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.91s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (3.22s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.74s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.91s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.98s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.92s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (28.00s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.74s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.75s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.37s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.05s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (3.66s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.78s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.16s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (10.60s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (6.27s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.25s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.24s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (4.78s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.69s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.76s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (4.17s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.28s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.24s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.83s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildAddScript (4.70s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (11.52s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (6.34s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.84s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.33s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildAddTar (12.15s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (2.25s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (2.43s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (6.98s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (12.46s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.49s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (3.95s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.61s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.86s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (3.60s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (3.25s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (3.84s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.91s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (5.47s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (17.98s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (4.30s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (4.26s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.49s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (3.46s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (3.98s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (7.51s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.90s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (2.09s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (1.04s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.03s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (8.27s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (2.19s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.69s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.05s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (8.79s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (3.56s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.26s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.57s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildCmd (0.48s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.46s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.42s) [2021-03-19T21:43:27.848Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2021-03-19T21:43:27.848Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.51s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (6.23s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.99s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.40s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.30s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.05s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.57s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.31s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (15.20s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.55s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.75s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (3.89s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (6.15s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (2.40s) [2021-03-19T21:43:27.848Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2021-03-19T21:43:27.848Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-03-19T21:43:27.848Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2021-03-19T21:43:27.848Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-03-19T21:43:27.848Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2021-03-19T21:43:27.848Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-03-19T21:43:27.848Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-03-19T21:43:27.848Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (6.73s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (7.81s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (4.16s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.46s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (8.66s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (8.36s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.58s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.84s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (6.15s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.72s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.07s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.94s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.99s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.89s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildDockerignore (17.49s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (2.18s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (4.95s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (17.21s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.48s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.10s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (7.20s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (3.32s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (3.63s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (9.49s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (3.38s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (3.21s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (21.85s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.15s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (6.60s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.41s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.46s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.83s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.18s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.39s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.56s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (3.49s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.65s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.87s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildEnv (1.84s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.64s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.26s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (8.54s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (27.71s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.94s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (11.11s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.75s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.45s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.47s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.53s) [2021-03-19T21:43:27.848Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2021-03-19T21:43:27.848Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.24s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (11.26s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildExpose (0.27s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.47s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.34s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.32s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildFails (1.14s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.03s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.64s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.69s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildForceRm (2.58s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.90s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.53s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.44s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.47s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.69s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.28s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.72s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.84s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.07s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildHistory (3.82s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.49s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.06s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.43s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.39s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.90s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildLabel (0.32s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.29s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.33s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.23s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildLabels (0.40s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (0.91s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (3.22s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildLastModified (5.61s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildLineBreak (4.05s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.16s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.12s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.11s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.31s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.84s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.71s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (5.62s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.71s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.79s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (12.09s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (4.36s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.96s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (3.83s) [2021-03-19T21:43:27.848Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-03-19T21:43:27.848Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (5.21s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.33s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.12s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.26s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildNetContainer (2.46s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.70s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.19s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.13s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.70s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.54s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.10s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.46s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.53s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.97s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildOnBuild (2.53s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.19s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (3.35s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.71s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.12s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.09s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.19s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.31s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (3.14s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildPATH (1.68s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.81s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.11s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (12.34s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (4.83s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (5.89s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildRm (4.54s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.32s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.50s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.63s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.57s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.21s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.72s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.18s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (4.69s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.12s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.29s) [2021-03-19T21:43:27.848Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-03-19T21:43:27.848Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.32s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (1.02s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.13s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildStderr (1.17s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (4.74s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.18s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.23s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.49s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildTagEvent (1.20s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.71s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildUser (2.86s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (5.30s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (23.10s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (1.11s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.24s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.22s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.98s) [2021-03-19T21:43:27.848Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.20s) [2021-03-19T21:43:27.848Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-03-19T21:43:27.848Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-03-19T21:43:27.848Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-03-19T21:43:27.848Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-03-19T21:43:27.849Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-03-19T21:43:27.849Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-03-19T21:43:27.849Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-03-19T21:43:27.849Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.66s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.85s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.50s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.88s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.09s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (3.27s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (2.41s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (1.14s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.36s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.59s) [2021-03-19T21:43:27.849Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-03-19T21:43:27.849Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.66s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.81s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-03-19T21:43:27.849Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-03-19T21:43:27.849Z] docker_cli_sni_test.go:18: Flakey test [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.70s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.83s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCommitChange (0.98s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.99s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.55s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.52s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (1.01s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCommitTTY (1.98s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (1.04s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (2.09s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (1.14s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.03s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.03s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.13s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.03s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.06s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerAPICommit (2.60s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (2.12s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.94s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (1.28s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (1.14s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.90s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.87s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.08s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (1.23s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.10s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.11s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.15s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (1.19s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.82s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.21s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (2.50s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (1.35s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (1.43s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (1.61s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (1.18s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (1.44s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.03s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerAPIPause (1.21s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.91s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.11s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.89s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (2.23s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.93s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.04s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.18s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.74s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.99s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.90s) [2021-03-19T21:43:27.849Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-03-19T21:43:27.849Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerAPIWait (3.17s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.98s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.46s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (7.05s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (1.12s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (2.16s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (2.13s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (23.26s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.71s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.80s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (0.81s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.64s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc00077cce0_} (0.97s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1178159506_/foo_false____} (1.94s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1178159506_/foo_true____} (1.79s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3488209865_/foo_false____} (1.64s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3488209865_/foo_true____} (1.59s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3488209865_/foo_true__0xc00077cd40__} (1.58s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc00077cd60_} (1.58s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc00077cd80_} (1.62s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc00077cda0_} (1.75s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc00077cdc0_} (1.69s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.94s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.32s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.04s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.04s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.01s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (4.26s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (2.25s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (3.74s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.69s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.20s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.79s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.85s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.85s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.82s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.80s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.88s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCpFromCaseD (1.12s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCpFromCaseE (1.37s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCpFromCaseF (1.31s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCpFromCaseG (1.18s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.90s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.81s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.88s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.12s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.04s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCpGarbagePath (1.06s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.82s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.85s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.96s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.83s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.86s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.72s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.90s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCpToCaseC (3.07s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCpToCaseD (4.88s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCpToCaseE (3.34s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.94s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCpToCaseG (5.39s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCpToCaseH (3.23s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.77s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCpToCaseJ (4.73s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.84s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCpToDot (0.82s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.44s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.49s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCpToStdout (1.09s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.91s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.27s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.86s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.28s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.07s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCreateArgs (0.06s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.45s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.75s) [2021-03-19T21:43:27.849Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-03-19T21:43:27.849Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.12s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.83s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.30s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCreateLabels (0.06s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.14s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCreateRM (0.16s) [2021-03-19T21:43:27.849Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-03-19T21:43:27.849Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.10s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.26s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.33s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.08s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.04s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.50s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.08s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.12s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.05s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.06s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.90s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.85s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.78s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.52s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.61s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (1.02s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (1.09s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.09s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestDevicePermissions (1.36s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestDockerFails (0.03s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.02s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.08s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.93s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (1.28s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.68s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.18s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (7.26s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (3.81s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.69s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.87s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.98s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestEventsAttach (0.79s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestEventsCommit (0.91s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.79s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.73s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.84s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (2.13s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (2.34s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (4.52s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.54s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestEventsCopy (1.06s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.48s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.73s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.43s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.99s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.08s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.25s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.57s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.25s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.06s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestEventsFilters (1.80s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestEventsFormat (1.50s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.95s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.20s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.48s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.22s) [2021-03-19T21:43:27.849Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-03-19T21:43:27.849Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-03-19T21:43:27.849Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-03-19T21:43:27.849Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.44s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.81s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestEventsRename (0.75s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestEventsResize (0.78s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.67s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (1.18s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestEventsStreaming (1.05s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (3.25s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestEventsTop (1.35s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestEventsUntag (2.63s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (11.69s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestExec (1.16s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.78s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.76s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.76s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestExecAPIStart (2.15s) [2021-03-19T21:43:27.849Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (1.13s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (1.04s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.06s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.15s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.07s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.23s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (2.28s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestExecCgroup (4.11s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestExecEnv (1.70s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.90s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.08s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestExecInspectID (3.25s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestExecInteractive (1.38s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (1.10s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (1.04s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestExecParseError (0.74s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.79s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.74s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (3.83s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestExecSetEnv (1.02s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestExecStartFails (1.05s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.68s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.77s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestExecTTY (1.03s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (1.09s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.85s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestExecUlimits (1.20s) [2021-03-19T21:43:27.850Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-03-19T21:43:27.850Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestExecWithImageUser (2.19s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (1.13s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (1.94s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestExecWithTERM (1.16s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestExecWithUser (1.49s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.15s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.75s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.09s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.89s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (1.20s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.10s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestHealth (23.93s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.03s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.02s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (1.04s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (1.50s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.04s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.16s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.57s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.48s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.62s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.67s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.07s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.89s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (1.49s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestImagesFormat (0.06s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.87s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.66s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestImportBadURL (0.05s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestImportDisplay (2.17s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestImportFile (1.93s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.66s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestImportGzipped (1.76s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (2.00s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.85s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (1.25s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (1.41s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.74s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.79s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.73s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.71s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.75s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.79s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.03s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (2.20s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.89s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.75s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.71s) [2021-03-19T21:43:27.850Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-03-19T21:43:27.850Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.00s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.81s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestInspectDefault (0.85s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestInspectHistory (0.98s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-03-19T21:43:27.850Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-03-19T21:43:27.850Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.79s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.81s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.07s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.75s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.93s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.49s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.88s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestInspectStatus (1.16s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (2.64s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestInspectTemplateError (1.10s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (1.16s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.05s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (1.05s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.72s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (1.12s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.89s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (2.34s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestLinksEnvs (2.19s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.99s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (3.24s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (4.01s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (3.56s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.05s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (3.01s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.86s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (1.29s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (15.28s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (3.08s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (2.70s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (1.18s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (3.73s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.61s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.03s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.11s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.38s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (4.08s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (1.02s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.85s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.79s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.11s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.07s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.06s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.21s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.00s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.28s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.74s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.96s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestLogsSince (6.81s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.74s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (1.07s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestLogsTail (1.22s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.79s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.85s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.30s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.75s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestNetHostname (2.77s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.68s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestNetworkEvents (6.27s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.81s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.72s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPluginActive (1.57s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (6.08s) [2021-03-19T21:43:27.850Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2021-03-19T21:43:27.850Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.02s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.41s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.40s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (1.94s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.91s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (2.71s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (2.79s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPortHostBinding (2.46s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPortList (12.84s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.78s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPostContainersAttach (7.51s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.98s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (1.00s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (1.37s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.16s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.80s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (3.36s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.49s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.43s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPsByOrder (3.12s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (1.14s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPsListContainersBase (4.03s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (5.88s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.15s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (5.06s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (9.35s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.45s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.24s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.45s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.43s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (2.40s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.62s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.90s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.15s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.80s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.30s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPsShowMounts (2.65s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.77s) [2021-03-19T21:43:27.850Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-03-19T21:43:27.850Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.28s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.09s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.73s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.44s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.81s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.89s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (9.27s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.32s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.30s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.09s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.11s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.26s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.90s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.84s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (3.83s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.87s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestRmiBlank (0.02s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.10s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (3.98s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.10s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.35s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (2.02s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (1.16s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (2.07s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (1.05s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestRmiTag (0.21s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (1.04s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (5.02s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.86s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (1.05s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.34s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.46s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestRunAddHost (0.72s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.49s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.71s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.72s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.55s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.71s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.87s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.89s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.88s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.43s) [2021-03-19T21:43:27.850Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.91s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.87s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.85s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.77s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (1.02s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.00s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.09s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.72s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.69s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.69s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunBindMounts (2.40s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (1.26s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.84s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.73s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.70s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.75s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.70s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.80s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.78s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.95s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.83s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.03s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.39s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.92s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.90s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.14s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.09s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.76s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.47s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.45s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.16s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.77s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.77s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.03s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.74s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.73s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.67s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.62s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.10s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.83s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.81s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.80s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.40s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.34s) [2021-03-19T21:43:27.851Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-03-19T21:43:27.851Z] docker_cli_run_test.go:4047: unmatched requirement DaemonIsWindows [2021-03-19T21:43:27.851Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2021-03-19T21:43:27.851Z] docker_cli_run_test.go:4066: unmatched requirement DaemonIsWindows [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.73s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (2.35s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.53s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.16s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.71s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.68s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.90s) [2021-03-19T21:43:27.851Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.01s) [2021-03-19T21:43:27.851Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (1.06s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.70s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.96s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.77s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.76s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.70s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.76s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunEnvironment (1.01s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (1.02s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (1.01s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunExitCode (0.88s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.80s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.69s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.73s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunExposePort (0.02s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.73s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.73s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.39s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.49s) [2021-03-19T21:43:27.851Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-03-19T21:43:27.851Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.21s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.76s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.48s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.65s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.59s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.81s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.35s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.76s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.51s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.76s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.56s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.59s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunModeHostname (1.20s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.23s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.39s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.56s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.53s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.18s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunModePIDHost (1.49s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.46s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunMount (8.37s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.93s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.70s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.53s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.18s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (3.60s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunNamedVolume (2.14s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.33s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.57s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.47s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (1.00s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunNetHost (1.18s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.74s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.97s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.16s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.12s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (5.18s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (1.09s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.14s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.94s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.08s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.97s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.00s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.13s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.20s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.97s) [2021-03-19T21:43:27.851Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.01s) [2021-03-19T21:43:27.851Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (1.09s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.99s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (2.13s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunPortInUse (1.19s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.90s) [2021-03-19T21:43:27.851Z] docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n" [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.54s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.57s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.98s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.76s) [2021-03-19T21:43:27.851Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-03-19T21:43:27.851Z] docker_cli_run_test.go:4132: unmatched requirement IsolationIsProcess [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.88s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.44s) [2021-03-19T21:43:27.851Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-03-19T21:43:27.851Z] docker_cli_run_test.go:2867: kernel doesn't have latency_stats configured [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.95s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.79s) [2021-03-19T21:43:27.851Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-03-19T21:43:27.851Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (3.89s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.53s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunRm (0.75s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.76s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.94s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.99s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.57s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.93s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (4.70s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (5.28s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.99s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.69s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.76s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.52s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.48s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.47s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.80s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.89s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.74s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.68s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunState (1.51s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.74s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.96s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.38s) [2021-03-19T21:43:27.851Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-03-19T21:43:27.851Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.76s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.50s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunSysctls (1.45s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.75s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.33s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.72s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.69s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (3.59s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.24s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.70s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.69s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.70s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (2.00s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunUnshareProc (0.94s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunUserByID (0.77s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.15s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.13s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.70s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunUserByName (0.71s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.72s) [2021-03-19T21:43:27.851Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-03-19T21:43:27.851Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.13s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.71s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (4.05s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.73s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.13s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.33s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.47s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.26s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.42s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.73s) [2021-03-19T21:43:27.851Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-03-19T21:43:27.851Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2021-03-19T21:43:27.851Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-03-19T21:43:27.851Z] docker_cli_run_test.go:4122: unmatched requirement DaemonIsWindows [2021-03-19T21:43:27.851Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-03-19T21:43:27.851Z] docker_cli_run_test.go:4112: unmatched requirement DaemonIsWindows [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.20s) [2021-03-19T21:43:27.851Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-03-19T21:43:27.851Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (4.22s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.70s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.46s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.74s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.74s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.90s) [2021-03-19T21:43:27.851Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-03-19T21:43:27.851Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.09s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.03s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.02s) [2021-03-19T21:43:27.851Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s) [2021-03-19T21:43:27.851Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2021-03-19T21:43:27.851Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.01s) [2021-03-19T21:43:27.851Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2021-03-19T21:43:27.851Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.01s) [2021-03-19T21:43:27.851Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2021-03-19T21:43:27.851Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-03-19T21:43:27.851Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2021-03-19T21:43:27.851Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-03-19T21:43:27.851Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.89s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.87s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.71s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.98s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.20s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.75s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.04s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.75s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.74s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.71s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.58s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.72s) [2021-03-19T21:43:27.851Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-03-19T21:43:27.851Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.70s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.05s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.48s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.48s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.33s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.69s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.98s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.03s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.16s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.05s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.73s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestSaveImageId (0.08s) [2021-03-19T21:43:27.851Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.41s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.91s) [2021-03-19T21:43:27.852Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents484835210 [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.06s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.72s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.08s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.50s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.42s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.39s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.06s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.08s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.47s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.63s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.68s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.25s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.98s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.51s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.90s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.66s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestStartPausedContainer (1.06s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestStartRecordError (1.84s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (2.78s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.99s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (3.06s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (5.26s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.06s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestStatsFormatAll (5.31s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.84s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.73s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.77s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.81s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.57s) [2021-03-19T21:43:27.852Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-03-19T21:43:27.852Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (1.15s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (3.91s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.45s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.82s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.74s) [2021-03-19T21:43:27.852Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-03-19T21:43:27.852Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (1.08s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.90s) [2021-03-19T21:43:27.852Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-03-19T21:43:27.852Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.73s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (1.12s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (1.08s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.81s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestUpdateStats (3.86s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.71s) [2021-03-19T21:43:27.852Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.03s) [2021-03-19T21:43:27.852Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (2.04s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (1.36s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (5.23s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (4.61s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (3.86s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (3.06s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (4.52s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (5.65s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.43s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.15s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.44s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.53s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.18s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.43s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.32s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.11s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.18s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.07s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.76s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.72s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.90s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.08s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (2.24s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.13s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.06s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.66s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.19s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (2.96s) [2021-03-19T21:43:27.852Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (3.76s) [2021-03-19T21:43:27.852Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-03-19T21:43:27.852Z] docker_cli_run_test.go:4440: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-03-19T21:43:27.852Z] === RUN TestDockerRegistrySuite [2021-03-19T21:43:27.852Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-03-19T21:43:29.754Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-03-19T21:43:31.133Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-03-19T21:43:32.508Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-03-19T21:43:32.765Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-03-19T21:43:36.952Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-03-19T21:43:40.247Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2021-03-19T21:43:43.529Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-03-19T21:43:47.712Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-03-19T21:43:48.648Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-03-19T21:43:50.023Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-03-19T21:43:51.397Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-03-19T21:43:52.771Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-03-19T21:43:54.145Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-03-19T21:43:54.145Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2021-03-19T21:43:56.045Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2021-03-19T21:43:56.045Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-03-19T21:43:56.045Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2021-03-19T21:43:56.303Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2021-03-19T21:43:56.303Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2021-03-19T21:43:57.237Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2021-03-19T21:43:57.499Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-03-19T21:44:00.030Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2021-03-19T21:44:01.413Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-03-19T21:44:05.600Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2021-03-19T21:44:05.600Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-03-19T21:44:07.500Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-03-19T21:44:08.066Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2021-03-19T21:44:11.350Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-03-19T21:44:13.252Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-03-19T21:44:13.252Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-03-19T21:44:14.628Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-03-19T21:44:16.004Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-03-19T21:44:16.950Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-03-19T21:44:21.142Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-03-19T21:44:21.400Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-03-19T21:44:22.775Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-03-19T21:44:23.341Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-03-19T21:44:23.341Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-03-19T21:44:23.907Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-03-19T21:44:23.907Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-03-19T21:44:24.472Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-03-19T21:44:24.472Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-03-19T21:44:26.375Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-03-19T21:44:28.904Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-03-19T21:44:30.807Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-03-19T21:44:32.707Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-03-19T21:44:33.640Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-03-19T21:44:34.575Z] --- PASS: TestDockerRegistrySuite (66.48s) [2021-03-19T21:44:34.575Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.55s) [2021-03-19T21:44:34.575Z] check_test.go:196: [d12a2e0d202a7] daemon is not started [2021-03-19T21:44:34.575Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.50s) [2021-03-19T21:44:34.575Z] check_test.go:196: [d0123b3fd2654] daemon is not started [2021-03-19T21:44:34.575Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.62s) [2021-03-19T21:44:34.575Z] check_test.go:196: [d37b94969738a] daemon is not started [2021-03-19T21:44:34.575Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s) [2021-03-19T21:44:34.575Z] check_test.go:196: [d3ba557847ccf] daemon is not started [2021-03-19T21:44:34.575Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (3.85s) [2021-03-19T21:44:34.575Z] check_test.go:196: [d12b407406966] daemon is not started [2021-03-19T21:44:34.575Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (6.99s) [2021-03-19T21:44:34.575Z] check_test.go:196: [dd2b423cc3c26] daemon is not started [2021-03-19T21:44:34.575Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (3.80s) [2021-03-19T21:44:34.575Z] check_test.go:196: [d292c36892deb] daemon is not started [2021-03-19T21:44:34.575Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.40s) [2021-03-19T21:44:34.575Z] check_test.go:196: [d19373be5ce13] daemon is not started [2021-03-19T21:44:34.575Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.21s) [2021-03-19T21:44:34.575Z] check_test.go:196: [df8f55ef75753] daemon is not started [2021-03-19T21:44:34.575Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.42s) [2021-03-19T21:44:34.575Z] check_test.go:196: [dadbea4f47f91] daemon is not started [2021-03-19T21:44:34.575Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.37s) [2021-03-19T21:44:34.575Z] check_test.go:196: [de8cb79c71bb0] daemon is not started [2021-03-19T21:44:34.575Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.35s) [2021-03-19T21:44:34.575Z] check_test.go:196: [da10c57717304] daemon is not started [2021-03-19T21:44:34.575Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.74s) [2021-03-19T21:44:34.575Z] check_test.go:196: [deee376dfcd0d] daemon is not started [2021-03-19T21:44:34.575Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.76s) [2021-03-19T21:44:34.575Z] check_test.go:196: [d41102e7abbed] daemon is not started [2021-03-19T21:44:34.575Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (3.60s) [2021-03-19T21:44:34.575Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:4e27297649ac40c44ccd5d090f7f2d20c815181981e2032bd9801ef46fd47c9a [2021-03-19T21:44:34.575Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:6d80abf899ef2ce5523748fac53f340192037208a7f6496885b08dd7c25cfcd6 [2021-03-19T21:44:34.575Z] check_test.go:196: [d7c2586555e57] daemon is not started [2021-03-19T21:44:34.575Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (4.41s) [2021-03-19T21:44:34.575Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:4c415d1b4a20b51f1a4a2066be784b1366e2691e52022b43cb88bee0d84f743d [2021-03-19T21:44:34.575Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:7ecb324a6800fc63750b86a24c3a2701f3ad33d1c804989446d3bfbfd4441ae0 [2021-03-19T21:44:34.575Z] check_test.go:196: [d76e13e02ba15] daemon is not started [2021-03-19T21:44:34.575Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (2.00s) [2021-03-19T21:44:34.575Z] check_test.go:196: [d800bb81a3f87] daemon is not started [2021-03-19T21:44:34.575Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (3.80s) [2021-03-19T21:44:34.575Z] check_test.go:196: [dddea0686f592] daemon is not started [2021-03-19T21:44:34.575Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.47s) [2021-03-19T21:44:34.575Z] check_test.go:196: [dc1918cde5f52] daemon is not started [2021-03-19T21:44:34.575Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.18s) [2021-03-19T21:44:34.575Z] check_test.go:196: [d0a92115f889e] daemon is not started [2021-03-19T21:44:34.575Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.44s) [2021-03-19T21:44:34.575Z] check_test.go:196: [ddc8d799cfcf5] daemon is not started [2021-03-19T21:44:34.575Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.25s) [2021-03-19T21:44:34.575Z] check_test.go:196: [d15f49fb2a38f] daemon is not started [2021-03-19T21:44:34.575Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.24s) [2021-03-19T21:44:34.575Z] check_test.go:196: [dd88a690c30e4] daemon is not started [2021-03-19T21:44:34.575Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (3.94s) [2021-03-19T21:44:34.575Z] check_test.go:196: [d9779659a2939] daemon is not started [2021-03-19T21:44:34.575Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.43s) [2021-03-19T21:44:34.575Z] check_test.go:196: [d741ad1637e0e] daemon is not started [2021-03-19T21:44:34.575Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.40s) [2021-03-19T21:44:34.575Z] check_test.go:196: [df402d5feb2f8] daemon is not started [2021-03-19T21:44:34.575Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.56s) [2021-03-19T21:44:34.575Z] check_test.go:196: [dfd2ed0fbafbe] daemon is not started [2021-03-19T21:44:34.575Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2021-03-19T21:44:34.575Z] check_test.go:196: [dad84481489a5] daemon is not started [2021-03-19T21:44:34.575Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.31s) [2021-03-19T21:44:34.575Z] check_test.go:196: [d543b7114bcbb] daemon is not started [2021-03-19T21:44:34.575Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.27s) [2021-03-19T21:44:34.575Z] check_test.go:196: [dc54bbe56cf38] daemon is not started [2021-03-19T21:44:34.575Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.38s) [2021-03-19T21:44:34.575Z] check_test.go:196: [de7fcf31d7fa8] daemon is not started [2021-03-19T21:44:34.575Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2021-03-19T21:44:34.575Z] check_test.go:196: [d0dbd165b65b8] daemon is not started [2021-03-19T21:44:34.575Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.48s) [2021-03-19T21:44:34.575Z] check_test.go:196: [d04259733bf0c] daemon is not started [2021-03-19T21:44:34.575Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (2.72s) [2021-03-19T21:44:34.575Z] check_test.go:196: [d1ce95e5d7be4] daemon is not started [2021-03-19T21:44:34.575Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.76s) [2021-03-19T21:44:34.575Z] check_test.go:196: [dc3152eafcb16] daemon is not started [2021-03-19T21:44:34.575Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (2.08s) [2021-03-19T21:44:34.575Z] check_test.go:196: [d3462d25bd517] daemon is not started [2021-03-19T21:44:34.575Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (1.02s) [2021-03-19T21:44:34.575Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.79s) [2021-03-19T21:44:34.575Z] === RUN TestDockerSchema1RegistrySuite [2021-03-19T21:44:34.575Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-03-19T21:44:34.575Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-03-19T21:44:39.864Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-03-19T21:44:46.420Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-03-19T21:44:50.603Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-03-19T21:44:51.539Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-03-19T21:44:52.914Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-03-19T21:44:53.172Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-03-19T21:44:54.547Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-03-19T21:44:55.225Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-03-19T21:44:55.226Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-03-19T21:44:55.483Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-03-19T21:44:57.384Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-03-19T21:44:58.190Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-03-19T21:44:58.190Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-03-19T21:45:00.674Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-03-19T21:45:01.240Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-03-19T21:45:01.805Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-03-19T21:45:01.805Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-03-19T21:45:01.996Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-03-19T21:45:02.064Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-03-19T21:45:02.327Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-03-19T21:45:02.892Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2021-03-19T21:45:02.892Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-03-19T21:45:02.987Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-03-19T21:45:02.987Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-03-19T21:45:02.987Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-03-19T21:45:02.987Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-03-19T21:45:03.150Z] --- PASS: TestDockerSchema1RegistrySuite (28.69s) [2021-03-19T21:45:03.150Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.18s) [2021-03-19T21:45:03.150Z] check_test.go:223: [dfe46c408eee5] daemon is not started [2021-03-19T21:45:03.150Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (4.45s) [2021-03-19T21:45:03.150Z] check_test.go:223: [dfa767a39180b] daemon is not started [2021-03-19T21:45:03.150Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (7.25s) [2021-03-19T21:45:03.150Z] check_test.go:223: [db785393ec102] daemon is not started [2021-03-19T21:45:03.150Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (3.90s) [2021-03-19T21:45:03.150Z] check_test.go:223: [d67f72e9aac10] daemon is not started [2021-03-19T21:45:03.150Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.33s) [2021-03-19T21:45:03.150Z] check_test.go:223: [d9b3d24656c3b] daemon is not started [2021-03-19T21:45:03.150Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.46s) [2021-03-19T21:45:03.150Z] check_test.go:223: [df303c608fd6e] daemon is not started [2021-03-19T21:45:03.150Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s) [2021-03-19T21:45:03.150Z] check_test.go:223: [d5b265141e5c0] daemon is not started [2021-03-19T21:45:03.150Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.27s) [2021-03-19T21:45:03.150Z] check_test.go:223: [df07a1d0cb810] daemon is not started [2021-03-19T21:45:03.150Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.27s) [2021-03-19T21:45:03.150Z] check_test.go:223: [d92cc4cc3e674] daemon is not started [2021-03-19T21:45:03.150Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.54s) [2021-03-19T21:45:03.150Z] check_test.go:223: [d9825fc7fff04] daemon is not started [2021-03-19T21:45:03.150Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.55s) [2021-03-19T21:45:03.150Z] check_test.go:223: [dbe4616fe7f18] daemon is not started [2021-03-19T21:45:03.150Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.47s) [2021-03-19T21:45:03.150Z] check_test.go:223: [dfe59e0cb0b0a] daemon is not started [2021-03-19T21:45:03.150Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.48s) [2021-03-19T21:45:03.150Z] check_test.go:223: [d119ad548d655] daemon is not started [2021-03-19T21:45:03.150Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2021-03-19T21:45:03.150Z] check_test.go:223: [d7df956f85342] daemon is not started [2021-03-19T21:45:03.150Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.30s) [2021-03-19T21:45:03.150Z] check_test.go:223: [dddb93e25a91a] daemon is not started [2021-03-19T21:45:03.150Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.30s) [2021-03-19T21:45:03.150Z] check_test.go:223: [d806673c11899] daemon is not started [2021-03-19T21:45:03.150Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.57s) [2021-03-19T21:45:03.150Z] check_test.go:223: [dcba5612f3fae] daemon is not started [2021-03-19T21:45:03.150Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2021-03-19T21:45:03.150Z] check_test.go:223: [d7825629f5062] daemon is not started [2021-03-19T21:45:03.150Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-03-19T21:45:03.150Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-03-19T21:45:03.457Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-03-19T21:45:04.451Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-03-19T21:45:04.524Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-03-19T21:45:05.090Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-03-19T21:45:05.348Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-03-19T21:45:05.606Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2021-03-19T21:45:06.539Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-03-19T21:45:06.797Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-03-19T21:45:07.364Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-03-19T21:45:08.258Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-03-19T21:45:08.299Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-03-19T21:45:08.557Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (5.49s) [2021-03-19T21:45:08.557Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (1.28s) [2021-03-19T21:45:08.557Z] check_test.go:252: [d77206fda9fc2] daemon is not started [2021-03-19T21:45:08.557Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.77s) [2021-03-19T21:45:08.557Z] check_test.go:252: [d7e88feed063c] daemon is not started [2021-03-19T21:45:08.557Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.21s) [2021-03-19T21:45:08.557Z] check_test.go:252: [d09e7a14e1b7c] daemon is not started [2021-03-19T21:45:08.557Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.27s) [2021-03-19T21:45:08.557Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.22s) [2021-03-19T21:45:08.557Z] check_test.go:252: [d72a51379c210] daemon is not started [2021-03-19T21:45:08.557Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.46s) [2021-03-19T21:45:08.557Z] check_test.go:252: [dbb64a3b4b71e] daemon is not started [2021-03-19T21:45:08.557Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (1.06s) [2021-03-19T21:45:08.557Z] check_test.go:252: [df4d0348e03fa] daemon is not started [2021-03-19T21:45:08.557Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.22s) [2021-03-19T21:45:08.557Z] check_test.go:252: [df92405de3d1e] daemon is not started [2021-03-19T21:45:08.557Z] === RUN TestDockerRegistryAuthTokenSuite [2021-03-19T21:45:08.557Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-03-19T21:45:09.250Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-03-19T21:45:09.250Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-03-19T21:45:09.250Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-03-19T21:45:09.250Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-03-19T21:45:10.457Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2021-03-19T21:45:12.214Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-03-19T21:45:12.986Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2021-03-19T21:45:13.919Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-03-19T21:45:13.919Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-03-19T21:45:14.178Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-03-19T21:45:14.178Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-03-19T21:45:14.436Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.91s) [2021-03-19T21:45:14.436Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.20s) [2021-03-19T21:45:14.436Z] check_test.go:279: [d15211b1db601] daemon is not started [2021-03-19T21:45:14.436Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2021-03-19T21:45:14.436Z] check_test.go:279: [dfe36215bd872] daemon is not started [2021-03-19T21:45:14.436Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.19s) [2021-03-19T21:45:14.436Z] check_test.go:279: [d020a978b443d] daemon is not started [2021-03-19T21:45:14.436Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.18s) [2021-03-19T21:45:14.436Z] check_test.go:279: [d0ed8c96fcbef] daemon is not started [2021-03-19T21:45:14.436Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.18s) [2021-03-19T21:45:14.436Z] check_test.go:279: [dc406c5fff18e] daemon is not started [2021-03-19T21:45:14.436Z] === RUN TestDockerNetworkSuite [2021-03-19T21:45:14.436Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2021-03-19T21:45:16.972Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2021-03-19T21:45:17.905Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2021-03-19T21:45:19.806Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2021-03-19T21:45:20.741Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2021-03-19T21:45:24.743Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-03-19T21:45:27.300Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2021-03-19T21:45:29.201Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2021-03-19T21:45:30.636Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-03-19T21:45:31.108Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-03-19T21:45:31.108Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-03-19T21:45:33.384Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2021-03-19T21:45:34.757Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2021-03-19T21:45:34.918Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-03-19T21:45:36.491Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-03-19T21:45:42.384Z] === RUN TestDockerSuite/TestBuildAddScript [2021-03-19T21:45:42.384Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-03-19T21:45:42.384Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-03-19T21:45:42.384Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-03-19T21:45:42.384Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-03-19T21:45:42.384Z] === RUN TestDockerSuite/TestBuildAddTar [2021-03-19T21:45:42.889Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2021-03-19T21:45:43.822Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2021-03-19T21:45:47.107Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2021-03-19T21:45:48.480Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2021-03-19T21:45:49.855Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2021-03-19T21:45:50.420Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2021-03-19T21:45:51.795Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2021-03-19T21:45:53.697Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2021-03-19T21:45:53.697Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2021-03-19T21:45:53.955Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2021-03-19T21:45:55.329Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2021-03-19T21:45:55.588Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2021-03-19T21:45:55.588Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2021-03-19T21:45:55.846Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2021-03-19T21:45:56.783Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2021-03-19T21:45:57.042Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2021-03-19T21:45:58.945Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2021-03-19T21:45:58.945Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2021-03-19T21:45:59.207Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2021-03-19T21:45:59.465Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2021-03-19T21:45:59.723Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2021-03-19T21:46:03.006Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2021-03-19T21:46:03.574Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2021-03-19T21:46:06.859Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2021-03-19T21:46:06.859Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2021-03-19T21:46:13.420Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2021-03-19T21:46:19.988Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2021-03-19T21:46:19.988Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2021-03-19T21:46:21.361Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2021-03-19T21:46:21.361Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2021-03-19T21:46:21.361Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2021-03-19T21:46:21.361Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2021-03-19T21:46:21.619Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2021-03-19T21:46:21.876Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2021-03-19T21:46:21.876Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2021-03-19T21:46:25.169Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2021-03-19T21:46:27.070Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2021-03-19T21:46:27.070Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2021-03-19T21:46:27.070Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2021-03-19T21:46:28.446Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2021-03-19T21:46:28.704Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2021-03-19T21:46:32.891Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2021-03-19T21:46:33.318Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-03-19T21:46:33.318Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-03-19T21:46:33.318Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-03-19T21:46:33.826Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2021-03-19T21:46:36.357Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2021-03-19T21:46:38.888Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2021-03-19T21:46:38.888Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2021-03-19T21:46:40.262Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2021-03-19T21:46:40.830Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2021-03-19T21:46:42.731Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2021-03-19T21:46:42.989Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2021-03-19T21:46:43.562Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2021-03-19T21:46:44.129Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2021-03-19T21:46:44.695Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2021-03-19T21:46:46.594Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite (96.85s) [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (3.55s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:46: [ddea003a72311] daemon is not started [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.46s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:46: [d17c54e9c2e0b] daemon is not started [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (7.59s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:46: [da46a5479b202] daemon is not started [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (2.19s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:46: [de3869fd4dcb5] daemon is not started [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (3.49s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:1233: [d29371bccd9af] daemon is not started [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.92s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:46: [de6a543911147] daemon is not started [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (9.27s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:46: [d6867f3d31ba4] daemon is not started [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (3.08s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:46: [d029f2350303e] daemon is not started [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.51s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:46: [d01e3e1f284d9] daemon is not started [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (1.08s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:46: [d41e86b4b8dde] daemon is not started [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.89s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:46: [de7799c17ccbc] daemon is not started [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.28s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:46: [d71f4db3725a8] daemon is not started [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.68s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:46: [d29e5c0378512] daemon is not started [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.22s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:46: [d61fe9263b618] daemon is not started [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.38s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:46: [d9b528072ac2d] daemon is not started [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (1.26s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:46: [de86f87e37599] daemon is not started [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.19s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:46: [d640a27ef648f] daemon is not started [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.08s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:46: [d1fcf01ba11cb] daemon is not started [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.22s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:46: [d82766345703c] daemon is not started [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.34s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:46: [d20078a69842a] daemon is not started [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.68s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:46: [d208a44347c65] daemon is not started [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.11s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:46: [d8b8d57fb2077] daemon is not started [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.64s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:46: [d9a9a2c8066dd] daemon is not started [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.08s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:46: [d44eecb0ea8d2] daemon is not started [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (3.88s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:968: [deb92d5011510] daemon is not started [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (2.79s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:46: [db9ee5d890d0c] daemon is not started [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (13.31s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:1116: [df72bae99c148] daemon is not started [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.28s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:46: [d5e788096d38a] daemon is not started [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (1.30s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:46: [df9e35efde4b9] daemon is not started [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.18s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:46: [d567aade1f7fb] daemon is not started [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.09s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:46: [db2e4c048f4ae] daemon is not started [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.18s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:46: [df27f89e0bd2a] daemon is not started [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.16s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:46: [d7aa6d68bd20b] daemon is not started [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:46: [d981f0c92a733] daemon is not started [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (4.87s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:46: [dc34e276a3efd] daemon is not started [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.07s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:46: [d65d94829b2f6] daemon is not started [2021-03-19T21:46:51.859Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:46: [d8bffb73e0666] daemon is not started [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.69s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:46: [d5bcfad4afd12] daemon is not started [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (5.16s) [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (4.83s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:1084: [d5da989dc4f0a] daemon is not started [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.13s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:46: [dc70bdf805cde] daemon is not started [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.75s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:46: [d353e3ec91593] daemon is not started [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.46s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:46: [df76e56362b4d] daemon is not started [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.08s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:46: [dbfab462128b8] daemon is not started [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (1.23s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:46: [d606c254cd8fe] daemon is not started [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.63s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:46: [dd940af31aeb9] daemon is not started [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.62s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:46: [d77c75622e542] daemon is not started [2021-03-19T21:46:51.859Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (4.96s) [2021-03-19T21:46:51.859Z] docker_cli_network_unix_test.go:46: [d24540c303690] daemon is not started [2021-03-19T21:46:51.859Z] === RUN TestDockerHubPullSuite [2021-03-19T21:46:51.859Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2021-03-19T21:46:52.792Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2021-03-19T21:46:55.319Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2021-03-19T21:46:55.319Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2021-03-19T21:46:58.598Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2021-03-19T21:46:58.639Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-03-19T21:46:58.639Z] === RUN TestDockerSuite/TestBuildBlankName [2021-03-19T21:46:58.639Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-03-19T21:46:58.856Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2021-03-19T21:46:58.856Z] --- PASS: TestDockerHubPullSuite (7.62s) [2021-03-19T21:46:58.856Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.51s) [2021-03-19T21:46:58.856Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.21s) [2021-03-19T21:46:58.856Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.41s) [2021-03-19T21:46:58.856Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (3.16s) [2021-03-19T21:46:58.856Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.24s) [2021-03-19T21:46:58.856Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.08s) [2021-03-19T21:46:58.856Z] PASS [2021-03-19T21:46:58.856Z] [2021-03-19T21:46:58.856Z] === Skipped [2021-03-19T21:46:58.856Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2021-03-19T21:46:58.856Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2021-03-19T21:46:58.856Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-03-19T21:46:58.856Z] [2021-03-19T21:46:58.856Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2021-03-19T21:46:58.856Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2021-03-19T21:46:58.856Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-03-19T21:46:58.856Z] [2021-03-19T21:46:58.856Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2021-03-19T21:46:58.856Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2021-03-19T21:46:58.856Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-03-19T21:46:58.856Z] [2021-03-19T21:46:58.856Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2021-03-19T21:46:58.856Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2021-03-19T21:46:58.856Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-03-19T21:46:58.856Z] [2021-03-19T21:46:58.856Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-03-19T21:46:58.856Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-03-19T21:46:58.856Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-03-19T21:46:58.856Z] [2021-03-19T21:46:58.856Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2021-03-19T21:46:58.856Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2021-03-19T21:46:58.856Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-03-19T21:46:58.856Z] [2021-03-19T21:46:58.856Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-03-19T21:46:58.857Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-03-19T21:46:58.857Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-03-19T21:46:58.857Z] [2021-03-19T21:46:58.857Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-03-19T21:46:58.857Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-03-19T21:46:58.857Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-03-19T21:46:58.857Z] [2021-03-19T21:46:58.857Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-03-19T21:46:58.857Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-03-19T21:46:58.857Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-03-19T21:46:58.857Z] [2021-03-19T21:46:58.857Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-03-19T21:46:58.857Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-03-19T21:46:58.857Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-03-19T21:46:58.857Z] [2021-03-19T21:46:58.857Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-03-19T21:46:58.857Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-03-19T21:46:58.857Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-03-19T21:46:58.857Z] [2021-03-19T21:46:58.857Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-03-19T21:46:58.857Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-03-19T21:46:58.857Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-03-19T21:46:58.857Z] [2021-03-19T21:46:58.857Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-03-19T21:46:58.857Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-03-19T21:46:58.857Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-03-19T21:46:58.857Z] [2021-03-19T21:46:58.857Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-03-19T21:46:58.857Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-03-19T21:46:58.857Z] docker_cli_sni_test.go:18: Flakey test [2021-03-19T21:46:58.857Z] [2021-03-19T21:46:58.857Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-03-19T21:46:58.857Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-03-19T21:46:58.857Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-03-19T21:46:58.857Z] [2021-03-19T21:46:58.857Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-03-19T21:46:58.857Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-03-19T21:46:58.857Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-03-19T21:46:58.857Z] [2021-03-19T21:46:58.857Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-03-19T21:46:58.857Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-03-19T21:46:58.857Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-03-19T21:46:58.857Z] [2021-03-19T21:46:58.857Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-03-19T21:46:58.857Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-03-19T21:46:58.857Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-03-19T21:46:58.857Z] [2021-03-19T21:46:58.857Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-03-19T21:46:58.857Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-03-19T21:46:58.857Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-03-19T21:46:58.857Z] [2021-03-19T21:46:58.857Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-03-19T21:46:58.857Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-03-19T21:46:58.857Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-03-19T21:46:58.857Z] [2021-03-19T21:46:58.857Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-03-19T21:46:58.857Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-03-19T21:46:58.857Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-03-19T21:46:58.857Z] [2021-03-19T21:46:58.857Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-03-19T21:46:58.857Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-03-19T21:46:58.857Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-03-19T21:46:58.857Z] [2021-03-19T21:46:58.857Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2021-03-19T21:46:58.857Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2021-03-19T21:46:58.857Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-03-19T21:46:58.857Z] [2021-03-19T21:46:58.857Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-03-19T21:46:58.857Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-03-19T21:46:58.857Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-03-19T21:46:58.857Z] [2021-03-19T21:46:58.857Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-03-19T21:46:58.857Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-03-19T21:46:58.857Z] docker_cli_run_test.go:4047: unmatched requirement DaemonIsWindows [2021-03-19T21:46:58.857Z] [2021-03-19T21:46:58.857Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2021-03-19T21:46:58.857Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2021-03-19T21:46:58.857Z] docker_cli_run_test.go:4066: unmatched requirement DaemonIsWindows [2021-03-19T21:46:58.857Z] [2021-03-19T21:46:58.857Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.01s) [2021-03-19T21:46:58.857Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.01s) [2021-03-19T21:46:58.857Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-03-19T21:46:58.857Z] [2021-03-19T21:46:58.857Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-03-19T21:46:58.857Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-03-19T21:46:58.857Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2021-03-19T21:46:58.857Z] [2021-03-19T21:46:58.857Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.01s) [2021-03-19T21:46:58.857Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.01s) [2021-03-19T21:46:58.857Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2021-03-19T21:46:58.857Z] [2021-03-19T21:46:58.857Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-03-19T21:46:58.857Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-03-19T21:46:58.857Z] docker_cli_run_test.go:4132: unmatched requirement IsolationIsProcess [2021-03-19T21:46:58.857Z] [2021-03-19T21:46:58.857Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-03-19T21:46:58.857Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-03-19T21:46:58.857Z] docker_cli_run_test.go:2867: kernel doesn't have latency_stats configured [2021-03-19T21:46:58.857Z] [2021-03-19T21:46:58.857Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-03-19T21:46:58.857Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-03-19T21:46:58.857Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-03-19T21:46:58.857Z] [2021-03-19T21:46:58.857Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-03-19T21:46:58.857Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-03-19T21:46:58.857Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2021-03-19T21:46:58.857Z] [2021-03-19T21:46:58.857Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-03-19T21:46:58.857Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-03-19T21:46:58.857Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2021-03-19T21:46:58.857Z] [2021-03-19T21:46:58.857Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-03-19T21:46:58.857Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-03-19T21:46:58.857Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2021-03-19T21:46:58.857Z] [2021-03-19T21:46:58.857Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-03-19T21:46:58.857Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-03-19T21:46:58.857Z] docker_cli_run_test.go:4122: unmatched requirement DaemonIsWindows [2021-03-19T21:46:58.857Z] [2021-03-19T21:46:58.857Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-03-19T21:46:58.857Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-03-19T21:46:58.857Z] docker_cli_run_test.go:4112: unmatched requirement DaemonIsWindows [2021-03-19T21:46:58.857Z] [2021-03-19T21:46:58.857Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-03-19T21:46:58.857Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-03-19T21:46:58.857Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2021-03-19T21:46:58.857Z] [2021-03-19T21:46:58.857Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-03-19T21:46:58.857Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-03-19T21:46:58.857Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2021-03-19T21:46:58.857Z] [2021-03-19T21:46:58.857Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s) [2021-03-19T21:46:58.857Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s) [2021-03-19T21:46:58.857Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2021-03-19T21:46:58.857Z] [2021-03-19T21:46:58.857Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.01s) [2021-03-19T21:46:58.857Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.01s) [2021-03-19T21:46:58.857Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2021-03-19T21:46:58.857Z] [2021-03-19T21:46:58.857Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.01s) [2021-03-19T21:46:58.857Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.01s) [2021-03-19T21:46:58.857Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2021-03-19T21:46:58.857Z] [2021-03-19T21:46:58.857Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-03-19T21:46:58.857Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-03-19T21:46:58.857Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2021-03-19T21:46:58.857Z] [2021-03-19T21:46:58.857Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-03-19T21:46:58.857Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-03-19T21:46:58.857Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2021-03-19T21:46:58.857Z] [2021-03-19T21:46:58.857Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-03-19T21:46:58.857Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-03-19T21:46:58.857Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2021-03-19T21:46:58.857Z] [2021-03-19T21:46:58.857Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-03-19T21:46:58.857Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-03-19T21:46:58.857Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-03-19T21:46:58.857Z] [2021-03-19T21:46:58.857Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-03-19T21:46:58.857Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-03-19T21:46:58.857Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2021-03-19T21:46:58.857Z] [2021-03-19T21:46:58.857Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-03-19T21:46:58.857Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-03-19T21:46:58.857Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2021-03-19T21:46:58.857Z] [2021-03-19T21:46:58.857Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.03s) [2021-03-19T21:46:58.857Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.03s) [2021-03-19T21:46:58.857Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2021-03-19T21:46:58.857Z] [2021-03-19T21:46:58.857Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-03-19T21:46:58.857Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-03-19T21:46:58.857Z] docker_cli_run_test.go:4440: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-03-19T21:46:58.857Z] [2021-03-19T21:46:58.857Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2021-03-19T21:46:58.857Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2021-03-19T21:46:58.857Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-03-19T21:46:58.857Z] docker_cli_network_unix_test.go:46: [d8bffb73e0666] daemon is not started [2021-03-19T21:46:58.857Z] [2021-03-19T21:46:58.857Z] [2021-03-19T21:46:58.857Z] DONE 1274 tests, 51 skipped in 2215.182s [2021-03-19T21:46:58.857Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-03-19T21:46:58.857Z] ++++ cat bundles/test-integration/docker.pid [2021-03-19T21:46:58.857Z] +++ kill 8152 [2021-03-19T21:47:00.234Z] +++ /etc/init.d/apparmor stop [2021-03-19T21:47:00.234Z] Leaving: AppArmorNo profiles have been unloaded. [2021-03-19T21:47:00.234Z] [2021-03-19T21:47:00.234Z] Unloading profiles will leave already running processes permanently [2021-03-19T21:47:00.234Z] unconfined, which can lead to unexpected situations. [2021-03-19T21:47:00.234Z] [2021-03-19T21:47:00.234Z] To set a process to complain mode, use the command line tool [2021-03-19T21:47:00.234Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-03-19T21:47:00.234Z] +++ true [2021-03-19T21:47:00.234Z] exiting test-integration [2021-03-19T21:47:00.234Z] ++ exit 0 [2021-03-19T21:47:00.234Z] [2021-03-19T21:47:00.234Z] + for job in $(jobs -p) [2021-03-19T21:47:00.234Z] + wait 11528 [2021-03-19T21:47:07.319Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-03-19T21:47:07.790Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-03-19T21:47:13.694Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-03-19T21:47:24.143Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-03-19T21:47:34.595Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-03-19T21:47:34.595Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-03-19T21:47:38.929Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2021-03-19T21:47:45.043Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-03-19T21:47:45.043Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-03-19T21:47:45.043Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-03-19T21:47:53.735Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-03-19T21:47:53.735Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-03-19T21:47:53.735Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-03-19T21:47:53.735Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-03-19T21:47:53.735Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-03-19T21:47:53.792Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2021-03-19T21:48:11.860Z] --- PASS: TestDockerSwarmSuite (1789.70s) [2021-03-19T21:48:11.860Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.47s) [2021-03-19T21:48:11.860Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.37s) [2021-03-19T21:48:11.860Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (6.14s) [2021-03-19T21:48:11.860Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.68s) [2021-03-19T21:48:11.860Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.02s) [2021-03-19T21:48:11.860Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (34.47s) [2021-03-19T21:48:11.860Z] docker_api_swarm_test.go:562: [d7945c9858204] joining swarm manager [d4154ae586342]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-19T21:48:11.860Z] docker_api_swarm_test.go:584: [d2fc060c13d3b] joining swarm manager [d4154ae586342]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-19T21:48:11.860Z] check_test.go:380: [d7945c9858204] daemon is not started [2021-03-19T21:48:11.860Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-03-19T21:48:11.860Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-03-19T21:48:11.860Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (22.58s) [2021-03-19T21:48:11.860Z] docker_api_swarm_test.go:45: [dbda9e0769b7d] joining swarm manager [d61095633300c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-19T21:48:11.860Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (1.10s) [2021-03-19T21:48:11.860Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.90s) [2021-03-19T21:48:11.860Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (42.35s) [2021-03-19T21:48:11.860Z] docker_api_swarm_test.go:303: [ddf37106b7fe3] joining swarm manager [dc7ee2afe8059]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-19T21:48:11.860Z] docker_api_swarm_test.go:304: [d16e9ac223bcb] joining swarm manager [dc7ee2afe8059]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-19T21:48:11.860Z] docker_api_swarm_test.go:350: Waiting for election to occur... [2021-03-19T21:48:11.860Z] docker_api_swarm_test.go:363: Waiting for possible election... [2021-03-19T21:48:11.860Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (22.06s) [2021-03-19T21:48:11.860Z] docker_api_swarm_test.go:271: [da3289e16041f] joining swarm manager [da2a25e4175c2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-19T21:48:11.861Z] docker_api_swarm_test.go:272: [d0695ddafadc8] joining swarm manager [da2a25e4175c2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.71s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (5.20s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.98s) [2021-03-19T21:48:11.861Z] docker_api_swarm_node_test.go:19: [d6263a3f006a9] joining swarm manager [d607d3dd3cb2e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-19T21:48:11.861Z] docker_api_swarm_node_test.go:20: [dc0e715906912] joining swarm manager [d607d3dd3cb2e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (55.00s) [2021-03-19T21:48:11.861Z] docker_api_swarm_test.go:501: [d11a1ab5ca2a9] joining swarm manager [dc76a4e78527c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-19T21:48:11.861Z] docker_api_swarm_test.go:506: [d5d097c13fa08] joining swarm manager [dc76a4e78527c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (20.97s) [2021-03-19T21:48:11.861Z] docker_api_swarm_node_test.go:80: [dc925e4c85b79] joining swarm manager [d4f7665bc147d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (36.66s) [2021-03-19T21:48:11.861Z] docker_api_swarm_node_test.go:52: [dd24964e7d9b9] joining swarm manager [d17c09ea3913c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-19T21:48:11.861Z] docker_api_swarm_node_test.go:53: [daaf2130d6fab] joining swarm manager [d17c09ea3913c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.48s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (18.65s) [2021-03-19T21:48:11.861Z] docker_api_swarm_test.go:201: [d42e13be29cbc] joining swarm manager [def61b7acf221]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (60.16s) [2021-03-19T21:48:11.861Z] docker_api_swarm_test.go:383: [d543bf4790825] joining swarm manager [de094575c473a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-19T21:48:11.861Z] docker_api_swarm_test.go:384: [d85f1bf4814bf] joining swarm manager [de094575c473a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-19T21:48:11.861Z] check_test.go:380: [d85f1bf4814bf] daemon is not started [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (72.79s) [2021-03-19T21:48:11.861Z] docker_api_swarm_test.go:801: [d69cabe1ddfd6] joining swarm manager [d3b30adeccffa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-19T21:48:11.861Z] docker_api_swarm_test.go:801: [d0a6386e819c6] joining swarm manager [d3b30adeccffa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-19T21:48:11.861Z] docker_api_swarm_test.go:801: [dfde0363c7151] joining swarm manager [d3b30adeccffa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-03-19T21:48:11.861Z] docker_api_swarm_test.go:801: [da4f1474e5959] joining swarm manager [d3b30adeccffa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-03-19T21:48:11.861Z] docker_api_swarm_test.go:809: [dfe2d60744b03] joining swarm manager [d3b30adeccffa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.58s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (6.83s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (21.15s) [2021-03-19T21:48:11.861Z] docker_api_swarm_service_test.go:394: [d2b0b45bb753a] joining swarm manager [dee286885d955]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-19T21:48:11.861Z] docker_api_swarm_service_test.go:394: [df916f0a53279] joining swarm manager [dee286885d955]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (19.34s) [2021-03-19T21:48:11.861Z] docker_api_swarm_service_test.go:342: [d3fda8ebec5cf] joining swarm manager [d4ea4c76bf6f6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-19T21:48:11.861Z] docker_api_swarm_service_test.go:342: [da45ecb5d79f0] joining swarm manager [d4ea4c76bf6f6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (17.31s) [2021-03-19T21:48:11.861Z] docker_api_swarm_service_test.go:489: [d3ce367a392a9] joining swarm manager [da81fb12f0755]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-19T21:48:11.861Z] docker_api_swarm_service_test.go:489: [d41e959392458] joining swarm manager [da81fb12f0755]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.39s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (29.61s) [2021-03-19T21:48:11.861Z] docker_api_swarm_service_test.go:127: [d1f1127c882d1] joining swarm manager [d08506996b0d2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-19T21:48:11.861Z] docker_api_swarm_service_test.go:128: [d542c12f6cf5e] joining swarm manager [d08506996b0d2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-19T21:48:11.861Z] docker_api_swarm_service_test.go:136: [dfaf97bc78c7f] joining swarm manager [d08506996b0d2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-03-19T21:48:11.861Z] docker_api_swarm_service_test.go:137: [d8244fb7af474] joining swarm manager [d08506996b0d2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.70s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (25.05s) [2021-03-19T21:48:11.861Z] docker_api_swarm_service_test.go:303: [d7e15f1930089] joining swarm manager [dd1bf3e045c6c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-19T21:48:11.861Z] docker_api_swarm_service_test.go:303: [d260e7c6cca18] joining swarm manager [dd1bf3e045c6c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (33.75s) [2021-03-19T21:48:11.861Z] docker_api_swarm_service_test.go:99: [dbe266f095025] joining swarm manager [dd7bcf1bd8d5d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-19T21:48:11.861Z] docker_api_swarm_service_test.go:100: [d5fe81699f0a3] joining swarm manager [dd7bcf1bd8d5d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-19T21:48:11.861Z] check_test.go:380: [dbe266f095025] daemon is not started [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (30.20s) [2021-03-19T21:48:11.861Z] docker_api_swarm_service_test.go:532: [df744426d3d93] joining swarm manager [de39d512d817d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-19T21:48:11.861Z] docker_api_swarm_service_test.go:533: [df1c60a16bbab] joining swarm manager [de39d512d817d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (44.27s) [2021-03-19T21:48:11.861Z] docker_api_swarm_service_test.go:147: [dfe0a18519c86] joining swarm manager [d371021d02494]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-19T21:48:11.861Z] docker_api_swarm_service_test.go:147: [dba43aaf3a431] joining swarm manager [d371021d02494]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (37.01s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (7.12s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.79s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (4.13s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.55s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.98s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (3.13s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.90s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.28s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.05s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (9.36s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (4.58s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (13.90s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.71s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.88s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.61s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (4.55s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.86s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (4.47s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.71s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (5.26s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (7.46s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (6.05s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.75s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.54s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (4.34s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.97s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.59s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.44s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.54s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.81s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (14.80s) [2021-03-19T21:48:11.861Z] docker_cli_service_logs_test.go:245: checking task uhwhpmzfpikb [2021-03-19T21:48:11.861Z] docker_cli_service_logs_test.go:250: checking messages for uhwhpmzfpikb [2021-03-19T21:48:11.861Z] docker_cli_service_logs_test.go:245: checking task np4xi5k6c1p8 [2021-03-19T21:48:11.861Z] docker_cli_service_logs_test.go:250: checking messages for np4xi5k6c1p8 [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.58s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (18.20s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.74s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.68s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (24.62s) [2021-03-19T21:48:11.861Z] docker_cli_swarm_test.go:1901: [dbe662dc4233b] joining swarm manager [da1b7729e62ab]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-19T21:48:11.861Z] docker_cli_swarm_test.go:1902: [d481c8f101462] joining swarm manager [da1b7729e62ab]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.83s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.68s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (16.68s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.51s) [2021-03-19T21:48:11.861Z] docker_cli_swarm_test.go:1802: [d24935e483434] joining swarm manager [dc92e5030c47c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-19T21:48:11.861Z] docker_cli_swarm_test.go:1803: [d9248edc3e575] joining swarm manager [dc92e5030c47c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.64s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (85.25s) [2021-03-19T21:48:11.861Z] docker_cli_swarm_test.go:1321: [df0295b61e432] joining swarm manager [d6efd1f59d4ad]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-19T21:48:11.861Z] docker_cli_swarm_test.go:1322: [dc2fc8ce8acf7] joining swarm manager [d6efd1f59d4ad]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (5.04s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (7.44s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (8.92s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.46s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (5.36s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (6.72s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.21s) [2021-03-19T21:48:11.861Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2021-03-19T21:48:11.861Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (7.45s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.82s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.88s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.46s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (54.06s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (52.45s) [2021-03-19T21:48:11.861Z] docker_cli_swarm_test.go:1186: [d63a5f0f7c9ca] joining swarm manager [d613e8b04529f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-19T21:48:11.861Z] docker_cli_swarm_test.go:1195: [ddfec6407457e] joining swarm manager [d613e8b04529f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.37s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.39s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (135.82s) [2021-03-19T21:48:11.861Z] docker_cli_swarm_test.go:1118: [d63d8c1be1091] joining swarm manager [d17b672c0e389]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-19T21:48:11.861Z] docker_cli_swarm_test.go:1119: [d0bd8b69b1afb] joining swarm manager [d17b672c0e389]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-19T21:48:11.861Z] docker_cli_swarm_test.go:1172: [de6ee0b223fc0] joining swarm manager [d17b672c0e389]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.98s) [2021-03-19T21:48:11.861Z] docker_cli_swarm_test.go:1453: [da6fc947b154e] joining swarm manager [dc6ef63acaa1e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-19T21:48:11.861Z] docker_cli_swarm_test.go:1454: [d6ac6571bb49d] joining swarm manager [dc6ef63acaa1e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (3.00s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.27s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.19s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.14s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.07s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.74s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (5.07s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (3.10s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (54.88s) [2021-03-19T21:48:11.861Z] docker_cli_swarm_unix_test.go:62: [d639721e2ab59] joining swarm manager [d58101b8d84cd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.78s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (4.54s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.32s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (4.43s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (3.57s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (21.03s) [2021-03-19T21:48:11.861Z] docker_api_swarm_test.go:961: [d97047f57f759] joining swarm manager [d8af8be18c0bb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (15.07s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.63s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (3.37s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (4.03s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.76s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (7.90s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (3.70s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (3.52s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (3.99s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (3.52s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (4.79s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.73s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (52.27s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.40s) [2021-03-19T21:48:11.861Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.28s) [2021-03-19T21:48:11.861Z] === RUN TestDockerExternalVolumeSuite [2021-03-19T21:48:11.861Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2021-03-19T21:48:26.743Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2021-03-19T21:48:36.473Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-03-19T21:48:40.280Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-03-19T21:48:40.750Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-03-19T21:48:41.224Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-03-19T21:48:42.794Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-03-19T21:48:42.794Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-03-19T21:48:48.682Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-03-19T21:48:49.674Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-03-19T21:48:49.674Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-03-19T21:48:49.674Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-03-19T21:48:51.246Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-03-19T21:48:52.238Z] === RUN TestDockerSuite/TestBuildCmd [2021-03-19T21:48:53.228Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-03-19T21:48:53.700Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-03-19T21:48:54.692Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-03-19T21:49:00.576Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-03-19T21:49:03.540Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-03-19T21:49:03.540Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-03-19T21:49:05.113Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-03-19T21:49:05.113Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-03-19T21:49:05.583Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-03-19T21:49:07.806Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-03-19T21:49:08.797Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-03-19T21:49:09.267Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-03-19T21:49:09.267Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-03-19T21:49:10.257Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-03-19T21:49:11.248Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-03-19T21:49:11.248Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-03-19T21:49:11.248Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-03-19T21:49:17.136Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-03-19T21:49:34.404Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2021-03-19T21:49:44.367Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2021-03-19T21:49:53.034Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-03-19T21:49:54.604Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-03-19T21:49:56.175Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-03-19T21:50:02.062Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-03-19T21:50:02.062Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-03-19T21:50:02.534Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-03-19T21:50:02.534Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-03-19T21:50:03.004Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-03-19T21:50:03.004Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-03-19T21:50:16.462Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2021-03-19T21:50:31.324Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2021-03-19T21:50:45.749Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-03-19T21:50:45.749Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-03-19T21:50:45.749Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-03-19T21:51:00.715Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-03-19T21:51:02.939Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-03-19T21:51:03.380Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2021-03-19T21:51:03.930Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-03-19T21:51:07.735Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-03-19T21:51:11.541Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-03-19T21:51:14.505Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-03-19T21:51:15.592Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2021-03-19T21:51:47.648Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2021-03-19T21:52:02.510Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2021-03-19T21:52:20.588Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2021-03-19T21:52:40.816Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-03-19T21:52:40.816Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-03-19T21:52:40.816Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-03-19T21:53:07.242Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2021-03-19T21:53:25.313Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2021-03-19T21:53:57.393Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2021-03-19T21:54:07.145Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-03-19T21:54:07.145Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-03-19T21:54:07.145Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-03-19T21:54:28.419Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-03-19T21:54:29.450Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2021-03-19T21:54:44.314Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2021-03-19T21:54:46.294Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-03-19T21:54:56.742Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-03-19T21:54:59.188Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2021-03-19T21:55:17.256Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2021-03-19T21:55:32.120Z] --- PASS: TestDockerExternalVolumeSuite (440.04s) [2021-03-19T21:55:32.120Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.84s) [2021-03-19T21:55:32.120Z] docker_cli_external_volume_driver_test.go:53: [ddc6ca4e3c383] daemon is not started [2021-03-19T21:55:32.120Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.61s) [2021-03-19T21:55:32.120Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.48s) [2021-03-19T21:55:32.120Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2021-03-19T21:55:32.120Z] docker_cli_external_volume_driver_test.go:53: [d4e9a02d3da1c] daemon is not started [2021-03-19T21:55:32.120Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.56s) [2021-03-19T21:55:32.120Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2021-03-19T21:55:32.121Z] docker_cli_external_volume_driver_test.go:53: [d2bf1201f4448] daemon is not started [2021-03-19T21:55:32.121Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2021-03-19T21:55:32.121Z] docker_cli_external_volume_driver_test.go:53: [d92aa487d1b53] daemon is not started [2021-03-19T21:55:32.121Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.48s) [2021-03-19T21:55:32.121Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.52s) [2021-03-19T21:55:32.121Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.80s) [2021-03-19T21:55:32.121Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s) [2021-03-19T21:55:32.121Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.49s) [2021-03-19T21:55:32.121Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.59s) [2021-03-19T21:55:32.121Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.90s) [2021-03-19T21:55:32.121Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.47s) [2021-03-19T21:55:32.121Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.18s) [2021-03-19T21:55:32.121Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.30s) [2021-03-19T21:55:32.121Z] docker_cli_external_volume_driver_test.go:485: [d1c7da1bcc442] daemon is not started [2021-03-19T21:55:32.121Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2021-03-19T21:55:32.121Z] docker_cli_external_volume_driver_test.go:53: [dbc9e232f5d33] daemon is not started [2021-03-19T21:55:32.121Z] PASS [2021-03-19T21:55:32.121Z] [2021-03-19T21:55:32.121Z] === Skipped [2021-03-19T21:55:32.121Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-03-19T21:55:32.121Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-03-19T21:55:32.121Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-03-19T21:55:32.121Z] check_test.go:309: [d97665e87ec6a] daemon is not started [2021-03-19T21:55:32.121Z] [2021-03-19T21:55:32.121Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-03-19T21:55:32.121Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-03-19T21:55:32.121Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-03-19T21:55:32.121Z] check_test.go:309: [d4ef4eb306880] daemon is not started [2021-03-19T21:55:32.121Z] [2021-03-19T21:55:32.121Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2021-03-19T21:55:32.121Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2021-03-19T21:55:32.121Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-03-19T21:55:32.121Z] check_test.go:309: [d2c26c3b0a378] daemon is not started [2021-03-19T21:55:32.121Z] [2021-03-19T21:55:32.121Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-03-19T21:55:32.121Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-03-19T21:55:32.121Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-03-19T21:55:32.121Z] [2021-03-19T21:55:32.121Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2021-03-19T21:55:32.121Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2021-03-19T21:55:32.121Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-03-19T21:55:32.121Z] [2021-03-19T21:55:32.121Z] [2021-03-19T21:55:32.121Z] DONE 273 tests, 5 skipped in 2726.833s [2021-03-19T21:55:32.121Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-03-19T21:55:32.121Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/df7314046db84/docker.pid [2021-03-19T21:55:32.121Z] +++ kill 6182 [2021-03-19T21:55:32.121Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 6182 is not a child of this shell [2021-03-19T21:55:32.121Z] warning: PID 6182 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/df7314046db84/docker.pid had a nonzero exit code [2021-03-19T21:55:32.121Z] ++++ cat bundles/test-integration/docker.pid [2021-03-19T21:55:32.121Z] +++ kill 8179 [2021-03-19T21:55:32.121Z] +++ /etc/init.d/apparmor stop [2021-03-19T21:55:32.121Z] Leaving: AppArmorNo profiles have been unloaded. [2021-03-19T21:55:32.121Z] [2021-03-19T21:55:32.121Z] Unloading profiles will leave already running processes permanently [2021-03-19T21:55:32.121Z] unconfined, which can lead to unexpected situations. [2021-03-19T21:55:32.121Z] [2021-03-19T21:55:32.121Z] To set a process to complain mode, use the command line tool [2021-03-19T21:55:32.121Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-03-19T21:55:32.121Z] +++ true [2021-03-19T21:55:32.121Z] exiting test-integration [2021-03-19T21:55:32.121Z] ++ exit 0 [2021-03-19T21:55:32.121Z] [2021-03-19T21:55:32.380Z] + exit 0 [2021-03-19T21:55:32.380Z] ++ jobs -p [2021-03-19T21:55:32.380Z] + pids= [2021-03-19T21:55:32.380Z] + echo 'Remaining pids to kill: []' [2021-03-19T21:55:32.380Z] Remaining pids to kill: [] [2021-03-19T21:55:32.380Z] + '[' -z '' ']' Post stage [Pipeline] junit [2021-03-19T21:55:32.394Z] Recording test results [2021-03-19T21:55:34.323Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-03-19T21:55:34.649Z] + echo Ensuring container killed. [2021-03-19T21:55:34.649Z] Ensuring container killed. [2021-03-19T21:55:34.649Z] + docker ps -aq -f name=docker-pr2-* [2021-03-19T21:55:34.649Z] + cids=1b534f86c252 [2021-03-19T21:55:34.649Z] 5f86b92ff418 [2021-03-19T21:55:34.649Z] 412a34c4c829 [2021-03-19T21:55:34.649Z] + [ -n 1b534f86c252 [2021-03-19T21:55:34.649Z] 5f86b92ff418 [2021-03-19T21:55:34.649Z] 412a34c4c829 ] [2021-03-19T21:55:34.649Z] + docker rm -vf 1b534f86c252 5f86b92ff418 412a34c4c829 [2021-03-19T21:55:37.933Z] 1b534f86c252 [2021-03-19T21:55:37.933Z] 5f86b92ff418 [2021-03-19T21:55:37.933Z] 412a34c4c829 [Pipeline] sh [2021-03-19T21:55:38.219Z] + echo Chowning /workspace to jenkins user [2021-03-19T21:55:38.219Z] Chowning /workspace to jenkins user [2021-03-19T21:55:38.219Z] + id -u [2021-03-19T21:55:38.219Z] + id -g [2021-03-19T21:55:38.219Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42173:/workspace busybox chown -R 1000:1000 /workspace [2021-03-19T21:55:38.219Z] Unable to find image 'busybox:latest' locally [2021-03-19T21:55:38.478Z] latest: Pulling from library/busybox [2021-03-19T21:55:38.478Z] 8b3d7e226fab: Pulling fs layer [2021-03-19T21:55:38.478Z] 8b3d7e226fab: Verifying Checksum [2021-03-19T21:55:38.478Z] 8b3d7e226fab: Download complete [2021-03-19T21:55:38.478Z] 8b3d7e226fab: Pull complete [2021-03-19T21:55:38.478Z] Digest: sha256:ce2360d5189a033012fbad1635e037be86f23b65cfd676b436d0931af390a2ac [2021-03-19T21:55:38.478Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-03-19T21:55:42.957Z] + bundleName=amd64 [2021-03-19T21:55:42.957Z] + echo Creating amd64-bundles.tar.gz [2021-03-19T21:55:42.957Z] Creating amd64-bundles.tar.gz [2021-03-19T21:55:42.957Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-03-19T21:55:42.957Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2021-03-19T21:55:43.913Z] Archiving artifacts [2021-03-19T21:55:45.743Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42173/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-03-19T21:55:46.058Z] + make clean [2021-03-19T21:55:46.059Z] docker volume rm -f docker-dev-cache [2021-03-19T21:55:46.316Z] docker-dev-cache [Pipeline] deleteDir [2021-03-19T21:55:47.656Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-19T21:56:05.500Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-03-19T21:56:20.457Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-03-19T21:58:32.436Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-03-19T21:58:32.436Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-03-19T21:58:32.436Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-03-19T21:58:32.436Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-03-19T21:58:32.436Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-03-19T21:58:32.436Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-03-19T21:58:32.436Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-03-19T21:58:32.436Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-03-19T21:58:32.436Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-03-19T21:58:32.436Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-03-19T21:58:34.013Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-03-19T21:58:39.900Z] === RUN TestDockerSuite/TestBuildEnv [2021-03-19T21:58:39.900Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-03-19T21:58:39.900Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-03-19T21:58:39.900Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-03-19T21:58:39.900Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-03-19T21:58:39.900Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-03-19T21:58:43.702Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-03-19T21:58:43.702Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-03-19T21:58:43.702Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-03-19T21:58:43.702Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-03-19T21:58:44.694Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-03-19T21:58:50.578Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-03-19T21:59:08.439Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-03-19T21:59:08.439Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-03-19T21:59:08.439Z] === RUN TestDockerSuite/TestBuildExpose [2021-03-19T21:59:08.439Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-03-19T21:59:08.439Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-03-19T21:59:08.439Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-03-19T21:59:08.439Z] === RUN TestDockerSuite/TestBuildFails [2021-03-19T21:59:14.323Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-03-19T21:59:14.323Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-03-19T21:59:24.765Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-03-19T21:59:30.653Z] === RUN TestDockerSuite/TestBuildForceRm [2021-03-19T21:59:43.168Z] === RUN TestDockerSuite/TestBuildFromGit [2021-03-19T21:59:49.049Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-03-19T21:59:50.619Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-03-19T21:59:56.506Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-03-19T21:59:56.506Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-03-19T21:59:56.975Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-03-19T21:59:57.967Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-03-19T21:59:57.967Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-03-19T22:00:12.948Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-03-19T22:00:12.948Z] === RUN TestDockerSuite/TestBuildHistory [2021-03-19T22:00:25.462Z] === RUN TestDockerSuite/TestBuildIidFile [2021-03-19T22:00:25.462Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-03-19T22:00:27.684Z] === RUN TestDockerSuite/TestBuildInheritance [2021-03-19T22:00:27.684Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-03-19T22:00:28.674Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-03-19T22:00:28.674Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-03-19T22:00:39.127Z] === RUN TestDockerSuite/TestBuildLabel [2021-03-19T22:00:39.127Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-03-19T22:00:40.120Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-03-19T22:00:41.110Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-03-19T22:00:41.580Z] === RUN TestDockerSuite/TestBuildLabels [2021-03-19T22:00:43.151Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-03-19T22:00:44.727Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-03-19T22:00:51.902Z] === RUN TestDockerSuite/TestBuildLastModified [2021-03-19T22:00:51.902Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-03-19T22:00:51.902Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-03-19T22:00:51.902Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-03-19T22:00:51.902Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-03-19T22:00:51.902Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-03-19T22:00:51.902Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-03-19T22:00:52.372Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-03-19T22:00:52.841Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-03-19T22:00:58.724Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-03-19T22:01:34.614Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-03-19T22:01:34.614Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-03-19T22:01:34.614Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-03-19T22:02:10.499Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-03-19T22:02:28.357Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-03-19T22:02:31.320Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-03-19T22:02:38.499Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-03-19T22:02:44.382Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-03-19T22:03:02.228Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-03-19T22:03:02.228Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-03-19T22:03:10.916Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-03-19T22:03:10.916Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-03-19T22:03:10.916Z] === RUN TestDockerSuite/TestBuildNetNone [2021-03-19T22:03:10.916Z] === RUN TestDockerSuite/TestBuildNoContext [2021-03-19T22:03:13.878Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-03-19T22:03:18.646Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-03-19T22:03:21.606Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-03-19T22:03:21.606Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-03-19T22:03:21.606Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-03-19T22:03:24.569Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-03-19T22:03:25.560Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-03-19T22:03:27.131Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-03-19T22:03:48.399Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-03-19T22:03:48.871Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-03-19T22:03:59.316Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-03-19T22:04:02.276Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-03-19T22:04:10.962Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-03-19T22:04:16.843Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-03-19T22:04:21.611Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-03-19T22:04:23.182Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-03-19T22:04:23.182Z] === RUN TestDockerSuite/TestBuildPATH [2021-03-19T22:04:23.182Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-03-19T22:04:25.409Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-03-19T22:04:25.409Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-03-19T22:05:16.403Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-03-19T22:05:46.553Z] === RUN TestDockerSuite/TestBuildRm [2021-03-19T22:05:59.070Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-03-19T22:06:02.031Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-03-19T22:06:02.031Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-03-19T22:06:02.501Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-03-19T22:06:04.072Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-03-19T22:06:07.875Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-03-19T22:06:16.556Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-03-19T22:06:22.436Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-03-19T22:06:40.280Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-03-19T22:06:40.280Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-03-19T22:06:40.280Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-03-19T22:06:50.724Z] === RUN TestDockerSuite/TestBuildSpaces [2021-03-19T22:06:51.193Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-03-19T22:06:57.079Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-03-19T22:06:57.079Z] === RUN TestDockerSuite/TestBuildStderr [2021-03-19T22:07:01.854Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-03-19T22:07:23.119Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-03-19T22:07:23.589Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-03-19T22:07:27.390Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-03-19T22:07:28.382Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-03-19T22:07:34.266Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-03-19T22:07:39.035Z] === RUN TestDockerSuite/TestBuildUser [2021-03-19T22:07:39.035Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-03-19T22:07:39.035Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-03-19T22:07:39.035Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-03-19T22:07:43.804Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-03-19T22:07:44.274Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-03-19T22:07:52.956Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-03-19T22:07:52.956Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-03-19T22:07:52.956Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-03-19T22:08:18.282Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-03-19T22:08:18.282Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-03-19T22:08:26.976Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-03-19T22:08:37.421Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-03-19T22:08:37.891Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-03-19T22:08:37.891Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-03-19T22:08:40.853Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-03-19T22:08:41.327Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-03-19T22:08:53.843Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-03-19T22:08:58.614Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-03-19T22:08:58.614Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-03-19T22:09:19.879Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-03-19T22:09:19.879Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-03-19T22:09:19.879Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-03-19T22:09:19.879Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-03-19T22:09:19.879Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-03-19T22:09:28.570Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-03-19T22:09:30.795Z] === RUN TestDockerSuite/TestBuildXZHost [2021-03-19T22:09:30.795Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-03-19T22:09:30.795Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-03-19T22:09:30.795Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-03-19T22:09:33.755Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-03-19T22:09:38.525Z] === RUN TestDockerSuite/TestCommitChange [2021-03-19T22:09:44.407Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-03-19T22:09:48.211Z] === RUN TestDockerSuite/TestCommitHardlink [2021-03-19T22:09:48.211Z] === RUN TestDockerSuite/TestCommitNewFile [2021-03-19T22:09:56.903Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-03-19T22:09:56.903Z] === RUN TestDockerSuite/TestCommitTTY [2021-03-19T22:10:04.076Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-03-19T22:10:07.878Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-03-19T22:10:07.878Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-03-19T22:10:07.878Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-03-19T22:10:07.878Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-03-19T22:10:07.878Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-03-19T22:10:07.878Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-03-19T22:10:07.878Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-03-19T22:10:07.878Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-03-19T22:10:07.878Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-03-19T22:10:15.051Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-03-19T22:10:22.228Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-03-19T22:10:22.228Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-03-19T22:10:25.189Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-03-19T22:10:25.189Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-03-19T22:10:25.189Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-03-19T22:10:25.189Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-03-19T22:10:32.363Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-03-19T22:10:32.363Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-03-19T22:10:32.363Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-03-19T22:10:34.585Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-03-19T22:10:34.585Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-03-19T22:10:34.585Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-03-19T22:10:34.585Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-03-19T22:10:35.056Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-03-19T22:10:38.016Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-03-19T22:10:40.240Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-03-19T22:10:42.467Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-03-19T22:10:42.467Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-03-19T22:10:42.467Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-03-19T22:10:44.689Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-03-19T22:10:44.689Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-03-19T22:10:47.661Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-03-19T22:10:47.661Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-03-19T22:10:47.661Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-03-19T22:10:49.883Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-03-19T22:10:49.883Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-03-19T22:10:52.104Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-03-19T22:10:52.104Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-03-19T22:10:55.066Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-03-19T22:10:55.066Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-03-19T22:11:02.249Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-03-19T22:11:07.021Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-03-19T22:11:10.826Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-03-19T22:11:10.826Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-03-19T22:11:10.826Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-03-19T22:11:10.826Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-03-19T22:11:10.826Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-03-19T22:11:13.051Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-03-19T22:11:13.051Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-03-19T22:11:15.756Z] === RUN TestDockerSuite/TestContainerAPITop [2021-03-19T22:11:15.756Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-03-19T22:11:17.982Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-03-19T22:11:17.982Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-03-19T22:11:22.751Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-03-19T22:11:24.982Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-03-19T22:11:24.982Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-03-19T22:11:24.982Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-03-19T22:11:24.982Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-03-19T22:11:24.982Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-03-19T22:11:24.982Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-03-19T22:11:26.553Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-03-19T22:11:26.553Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-03-19T22:11:29.516Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-03-19T22:11:31.739Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-03-19T22:11:40.422Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-03-19T22:11:42.646Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000653800_} [2021-03-19T22:11:45.607Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1292629102_c:\foo_false____} [2021-03-19T22:11:47.830Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1292629102_c:\foo_true____} [2021-03-19T22:11:50.862Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-03-19T22:11:50.862Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-03-19T22:11:50.862Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-03-19T22:11:50.862Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-03-19T22:11:50.862Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-03-19T22:11:50.862Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-03-19T22:11:50.862Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-03-19T22:11:50.862Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-03-19T22:11:50.862Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-03-19T22:11:50.862Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-03-19T22:11:50.862Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-03-19T22:11:50.862Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-03-19T22:11:51.333Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-03-19T22:11:51.333Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-03-19T22:11:51.333Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-03-19T22:11:51.333Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-03-19T22:11:51.333Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-03-19T22:11:51.333Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-03-19T22:11:54.296Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-03-19T22:11:54.296Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-03-19T22:11:54.296Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-03-19T22:11:54.296Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-03-19T22:11:54.296Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-03-19T22:11:54.296Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-03-19T22:11:54.296Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-03-19T22:11:54.296Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-03-19T22:11:54.296Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-03-19T22:11:54.296Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-03-19T22:11:54.296Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-03-19T22:11:54.296Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-03-19T22:11:54.296Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-03-19T22:11:54.296Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-03-19T22:11:57.256Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-03-19T22:11:57.256Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-03-19T22:11:57.256Z] === RUN TestDockerSuite/TestCpRelativePath [2021-03-19T22:12:00.224Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-03-19T22:12:00.224Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-03-19T22:12:00.224Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-03-19T22:12:00.224Z] === RUN TestDockerSuite/TestCpToCaseA [2021-03-19T22:12:06.107Z] === RUN TestDockerSuite/TestCpToCaseB [2021-03-19T22:12:08.334Z] === RUN TestDockerSuite/TestCpToCaseC [2021-03-19T22:12:08.334Z] === RUN TestDockerSuite/TestCpToCaseD [2021-03-19T22:12:08.334Z] === RUN TestDockerSuite/TestCpToCaseE [2021-03-19T22:12:18.781Z] === RUN TestDockerSuite/TestCpToCaseF [2021-03-19T22:12:18.781Z] === RUN TestDockerSuite/TestCpToCaseG [2021-03-19T22:12:18.781Z] === RUN TestDockerSuite/TestCpToCaseH [2021-03-19T22:12:40.043Z] === RUN TestDockerSuite/TestCpToCaseI [2021-03-19T22:12:40.043Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-03-19T22:12:40.043Z] === RUN TestDockerSuite/TestCpToDot [2021-03-19T22:12:40.043Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-03-19T22:12:40.043Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-03-19T22:12:40.514Z] === RUN TestDockerSuite/TestCpToStdout [2021-03-19T22:12:42.736Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-03-19T22:12:42.736Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-03-19T22:12:42.736Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-03-19T22:12:42.736Z] === RUN TestDockerSuite/TestCpVolumePath [2021-03-19T22:12:42.736Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-03-19T22:12:43.207Z] === RUN TestDockerSuite/TestCreateArgs [2021-03-19T22:12:43.207Z] === RUN TestDockerSuite/TestCreateByImageID [2021-03-19T22:12:45.431Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-03-19T22:12:48.393Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-03-19T22:12:48.393Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-03-19T22:12:48.393Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-03-19T22:12:50.618Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-03-19T22:12:51.609Z] === RUN TestDockerSuite/TestCreateLabels [2021-03-19T22:12:51.609Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-03-19T22:12:51.609Z] === RUN TestDockerSuite/TestCreateRM [2021-03-19T22:12:52.080Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-03-19T22:12:52.080Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-03-19T22:12:52.080Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-03-19T22:12:52.551Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-03-19T22:13:01.231Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-03-19T22:13:01.231Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-03-19T22:13:02.221Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-03-19T22:13:06.026Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-03-19T22:13:06.500Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-03-19T22:13:06.500Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-03-19T22:13:13.676Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-03-19T22:13:13.676Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-03-19T22:13:14.148Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-03-19T22:13:14.148Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-03-19T22:13:14.148Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-03-19T22:13:14.148Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-03-19T22:13:14.148Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-03-19T22:13:14.148Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-03-19T22:13:14.148Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-03-19T22:13:14.148Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-03-19T22:13:14.148Z] === RUN TestDockerSuite/TestDevicePermissions [2021-03-19T22:13:14.148Z] === RUN TestDockerSuite/TestDockerFails [2021-03-19T22:13:14.148Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-03-19T22:13:14.148Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-03-19T22:13:14.148Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-03-19T22:13:14.148Z] === RUN TestDockerSuite/TestEventsAttach [2021-03-19T22:13:14.148Z] === RUN TestDockerSuite/TestEventsCommit [2021-03-19T22:13:14.148Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-03-19T22:13:17.113Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-03-19T22:13:20.074Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-03-19T22:13:22.297Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-03-19T22:13:30.975Z] === RUN TestDockerSuite/TestEventsCopy [2021-03-19T22:13:36.865Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-03-19T22:13:41.635Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-03-19T22:13:44.598Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-03-19T22:13:45.068Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-03-19T22:13:49.835Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-03-19T22:13:50.306Z] === RUN TestDockerSuite/TestEventsFilterType [2021-03-19T22:13:51.880Z] === RUN TestDockerSuite/TestEventsFilters [2021-03-19T22:13:56.656Z] === RUN TestDockerSuite/TestEventsFormat [2021-03-19T22:14:01.425Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-03-19T22:14:01.425Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-03-19T22:14:01.425Z] === RUN TestDockerSuite/TestEventsImageImport [2021-03-19T22:14:01.425Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-03-19T22:14:01.425Z] === RUN TestDockerSuite/TestEventsImagePull [2021-03-19T22:14:01.425Z] === RUN TestDockerSuite/TestEventsImageTag [2021-03-19T22:14:02.995Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-03-19T22:14:02.995Z] === RUN TestDockerSuite/TestEventsRename [2021-03-19T22:14:05.217Z] === RUN TestDockerSuite/TestEventsResize [2021-03-19T22:14:08.176Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-03-19T22:14:10.400Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-03-19T22:14:13.358Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-03-19T22:14:18.126Z] === RUN TestDockerSuite/TestEventsTop [2021-03-19T22:14:18.126Z] === RUN TestDockerSuite/TestEventsUntag [2021-03-19T22:14:21.088Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-03-19T22:14:24.894Z] === RUN TestDockerSuite/TestExec [2021-03-19T22:14:24.894Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-03-19T22:14:25.364Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-03-19T22:14:26.935Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-03-19T22:14:29.158Z] === RUN TestDockerSuite/TestExecAPIStart [2021-03-19T22:14:29.158Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-03-19T22:14:29.158Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-03-19T22:14:29.158Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-03-19T22:14:31.380Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-03-19T22:14:33.604Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-03-19T22:14:35.825Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-03-19T22:14:38.787Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-03-19T22:14:42.597Z] === RUN TestDockerSuite/TestExecCgroup [2021-03-19T22:14:42.597Z] === RUN TestDockerSuite/TestExecEnv [2021-03-19T22:14:42.597Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-03-19T22:14:42.597Z] === RUN TestDockerSuite/TestExecExitStatus [2021-03-19T22:14:45.558Z] === RUN TestDockerSuite/TestExecInspectID [2021-03-19T22:14:50.338Z] === RUN TestDockerSuite/TestExecInteractive [2021-03-19T22:14:50.338Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-03-19T22:14:50.338Z] === RUN TestDockerSuite/TestExecParseError [2021-03-19T22:14:50.338Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-03-19T22:14:50.338Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-03-19T22:14:50.338Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-03-19T22:14:53.306Z] === RUN TestDockerSuite/TestExecSetEnv [2021-03-19T22:14:53.306Z] === RUN TestDockerSuite/TestExecStartFails [2021-03-19T22:14:53.306Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-03-19T22:14:53.306Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-03-19T22:14:53.306Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-03-19T22:14:53.306Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-03-19T22:14:55.532Z] === RUN TestDockerSuite/TestExecUlimits [2021-03-19T22:14:55.533Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-03-19T22:15:02.704Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-03-19T22:15:02.704Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-03-19T22:15:02.704Z] === RUN TestDockerSuite/TestExecWithUser [2021-03-19T22:15:02.704Z] === RUN TestDockerSuite/TestGetContainerStats [2021-03-19T22:15:08.589Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-03-19T22:15:14.467Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-03-19T22:15:17.426Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-03-19T22:15:24.601Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-03-19T22:15:24.601Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-03-19T22:15:24.601Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-03-19T22:15:24.601Z] === RUN TestDockerSuite/TestHealth [2021-03-19T22:15:24.601Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-03-19T22:15:24.601Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-03-19T22:15:24.601Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-03-19T22:15:24.601Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-03-19T22:15:29.370Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-03-19T22:15:29.370Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-03-19T22:15:29.370Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-03-19T22:15:29.370Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-03-19T22:15:29.370Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-03-19T22:15:29.841Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-03-19T22:15:30.311Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-03-19T22:15:30.311Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-03-19T22:15:31.881Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-03-19T22:15:31.881Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-03-19T22:15:33.452Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-03-19T22:15:33.923Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-03-19T22:15:36.146Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-03-19T22:15:44.829Z] === RUN TestDockerSuite/TestImagesFormat [2021-03-19T22:15:44.829Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-03-19T22:15:44.829Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-03-19T22:15:48.634Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-03-19T22:15:48.634Z] === RUN TestDockerSuite/TestImportBadURL [2021-03-19T22:15:50.858Z] === RUN TestDockerSuite/TestImportDisplay [2021-03-19T22:15:50.858Z] === RUN TestDockerSuite/TestImportFile [2021-03-19T22:15:50.858Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-03-19T22:15:50.858Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-03-19T22:15:50.858Z] === RUN TestDockerSuite/TestImportGzipped [2021-03-19T22:15:50.858Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-03-19T22:15:50.858Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-03-19T22:15:50.858Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-03-19T22:15:50.858Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-03-19T22:15:50.858Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-03-19T22:15:50.858Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-03-19T22:15:50.858Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-03-19T22:15:50.858Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-03-19T22:15:53.081Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-03-19T22:15:55.304Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-03-19T22:15:55.775Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-03-19T22:15:55.775Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-03-19T22:15:55.775Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-03-19T22:15:55.775Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-03-19T22:15:57.997Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-03-19T22:15:57.997Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-03-19T22:16:00.222Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-03-19T22:16:00.222Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-03-19T22:16:00.222Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-03-19T22:16:00.222Z] === RUN TestDockerSuite/TestInspectDefault [2021-03-19T22:16:03.183Z] === RUN TestDockerSuite/TestInspectHistory [2021-03-19T22:16:07.954Z] === RUN TestDockerSuite/TestInspectImage [2021-03-19T22:16:07.954Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-03-19T22:16:07.954Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-03-19T22:16:07.954Z] === RUN TestDockerSuite/TestInspectInt64 [2021-03-19T22:16:10.176Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-03-19T22:16:12.400Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-03-19T22:16:12.400Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-03-19T22:16:14.622Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-03-19T22:16:17.583Z] === RUN TestDockerSuite/TestInspectPlugin [2021-03-19T22:16:17.583Z] === RUN TestDockerSuite/TestInspectRootFS [2021-03-19T22:16:17.583Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-03-19T22:16:19.806Z] === RUN TestDockerSuite/TestInspectStatus [2021-03-19T22:16:22.769Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-03-19T22:16:27.539Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-03-19T22:16:29.762Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-03-19T22:16:31.984Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-03-19T22:16:34.207Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-03-19T22:16:36.428Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-03-19T22:16:39.402Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-03-19T22:16:46.577Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-03-19T22:16:46.577Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-03-19T22:16:46.577Z] === RUN TestDockerSuite/TestLinksEnvs [2021-03-19T22:16:46.577Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-03-19T22:16:46.577Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-03-19T22:16:46.577Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-03-19T22:16:46.577Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-03-19T22:16:46.577Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-03-19T22:16:46.577Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-03-19T22:16:46.577Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-03-19T22:16:46.577Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-03-19T22:16:46.577Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-03-19T22:16:46.577Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-03-19T22:16:46.577Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-03-19T22:16:46.577Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-03-19T22:16:46.577Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-03-19T22:16:46.577Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-03-19T22:16:46.577Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-03-19T22:16:46.577Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-03-19T22:16:46.577Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-03-19T22:16:48.811Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-03-19T22:16:51.032Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-03-19T22:16:56.913Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-03-19T22:16:59.874Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-03-19T22:16:59.874Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-03-19T22:17:02.096Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-03-19T22:17:02.096Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-03-19T22:17:10.787Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-03-19T22:17:17.960Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-03-19T22:17:26.640Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-03-19T22:17:28.870Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-03-19T22:17:31.091Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-03-19T22:17:31.091Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-03-19T22:17:34.053Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-03-19T22:17:36.278Z] === RUN TestDockerSuite/TestLogsSince [2021-03-19T22:17:46.728Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-03-19T22:17:46.728Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-03-19T22:17:46.728Z] === RUN TestDockerSuite/TestLogsTail [2021-03-19T22:17:48.302Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-03-19T22:17:51.263Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-03-19T22:17:53.483Z] === RUN TestDockerSuite/TestMountIntoProc [2021-03-19T22:17:53.483Z] === RUN TestDockerSuite/TestMountIntoSys [2021-03-19T22:17:53.483Z] === RUN TestDockerSuite/TestNetHostname [2021-03-19T22:17:53.483Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-03-19T22:17:53.483Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-03-19T22:17:53.483Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-03-19T22:17:53.483Z] === RUN TestDockerSuite/TestPluginActive [2021-03-19T22:17:53.483Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-03-19T22:17:53.483Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-03-19T22:17:53.483Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-03-19T22:17:53.483Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-03-19T22:17:53.483Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-03-19T22:17:53.483Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-03-19T22:17:53.483Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-03-19T22:17:53.483Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-03-19T22:17:53.483Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-03-19T22:17:53.483Z] === RUN TestDockerSuite/TestPortHostBinding [2021-03-19T22:17:53.483Z] === RUN TestDockerSuite/TestPortList [2021-03-19T22:17:53.483Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-03-19T22:18:03.928Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-03-19T22:18:03.928Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-03-19T22:18:03.928Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-03-19T22:18:03.928Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-03-19T22:18:03.928Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-03-19T22:18:03.928Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-03-19T22:18:03.928Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-03-19T22:18:03.928Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-03-19T22:18:03.928Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-03-19T22:18:03.928Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-03-19T22:18:12.609Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-03-19T22:18:12.609Z] === RUN TestDockerSuite/TestPsByOrder [2021-03-19T22:18:23.056Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-03-19T22:18:23.056Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-03-19T22:18:35.572Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-03-19T22:18:50.534Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-03-19T22:18:50.534Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-03-19T22:18:50.534Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-03-19T22:19:03.059Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-03-19T22:19:06.862Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-03-19T22:19:15.542Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-03-19T22:19:24.222Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-03-19T22:19:24.222Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-03-19T22:19:24.222Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-03-19T22:19:28.997Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-03-19T22:19:28.997Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-03-19T22:19:28.997Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-03-19T22:19:28.997Z] === RUN TestDockerSuite/TestPsRightTagName [2021-03-19T22:19:28.997Z] === RUN TestDockerSuite/TestPsShowMounts [2021-03-19T22:19:37.680Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-03-19T22:19:37.680Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-03-19T22:19:39.250Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-03-19T22:19:39.250Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-03-19T22:19:40.240Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-03-19T22:19:41.232Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-03-19T22:19:41.232Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-03-19T22:19:46.005Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-03-19T22:19:49.813Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-03-19T22:19:52.772Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-03-19T22:20:14.031Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-03-19T22:20:14.031Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-03-19T22:20:17.832Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-03-19T22:20:17.832Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-03-19T22:20:18.302Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-03-19T22:20:18.772Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-03-19T22:20:23.543Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-03-19T22:20:27.344Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-03-19T22:20:27.344Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-03-19T22:20:32.115Z] === RUN TestDockerSuite/TestRmiBlank [2021-03-19T22:20:32.115Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-03-19T22:20:32.115Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-03-19T22:20:49.960Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-03-19T22:20:50.430Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-03-19T22:20:50.899Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-03-19T22:20:58.073Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-03-19T22:21:08.515Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-03-19T22:21:17.194Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-03-19T22:21:20.997Z] === RUN TestDockerSuite/TestRmiTag [2021-03-19T22:21:21.468Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-03-19T22:21:23.690Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-03-19T22:21:41.537Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-03-19T22:21:44.504Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-03-19T22:21:49.398Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-03-19T22:21:50.969Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-03-19T22:21:50.969Z] === RUN TestDockerSuite/TestRunAddHost [2021-03-19T22:21:50.969Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-03-19T22:21:50.969Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-03-19T22:21:50.969Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-03-19T22:21:50.969Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-03-19T22:21:50.969Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-03-19T22:21:50.969Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-03-19T22:21:53.192Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-03-19T22:21:53.192Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-03-19T22:21:53.192Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-03-19T22:21:57.973Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-03-19T22:22:00.934Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-03-19T22:22:03.160Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-03-19T22:22:06.121Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-03-19T22:22:08.342Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-03-19T22:22:08.342Z] === RUN TestDockerSuite/TestRunBindMounts [2021-03-19T22:22:18.783Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-03-19T22:22:18.783Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-03-19T22:22:18.783Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-03-19T22:22:18.783Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-03-19T22:22:18.783Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-03-19T22:22:18.783Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-03-19T22:22:18.783Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-03-19T22:22:18.783Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-03-19T22:22:18.784Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-03-19T22:22:18.784Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-03-19T22:22:18.784Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-03-19T22:22:18.784Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-03-19T22:22:21.005Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-03-19T22:22:21.005Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-03-19T22:22:23.965Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-03-19T22:22:23.965Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-03-19T22:22:23.965Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-03-19T22:22:26.190Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-03-19T22:22:26.190Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-03-19T22:22:26.190Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-03-19T22:22:26.190Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-03-19T22:22:26.190Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-03-19T22:22:26.190Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-03-19T22:22:26.190Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-03-19T22:22:26.190Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-03-19T22:22:28.411Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-03-19T22:22:31.373Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-03-19T22:22:33.595Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-03-19T22:22:33.595Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-03-19T22:22:33.595Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-03-19T22:22:33.595Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-03-19T22:22:35.817Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-03-19T22:22:35.817Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-03-19T22:22:35.817Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-03-19T22:22:35.817Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-03-19T22:22:35.817Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-03-19T22:22:38.042Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-03-19T22:22:43.923Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-03-19T22:22:43.923Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-03-19T22:22:43.923Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-03-19T22:22:43.923Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-03-19T22:22:43.923Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-03-19T22:22:43.923Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-03-19T22:22:43.923Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-03-19T22:22:46.143Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-03-19T22:22:46.144Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-03-19T22:22:46.620Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-03-19T22:22:46.620Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-03-19T22:22:48.841Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-03-19T22:22:51.063Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-03-19T22:22:51.063Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-03-19T22:22:53.292Z] === RUN TestDockerSuite/TestRunEnvironment [2021-03-19T22:22:53.292Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-03-19T22:22:53.292Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-03-19T22:22:53.292Z] === RUN TestDockerSuite/TestRunExitCode [2021-03-19T22:22:56.264Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-03-19T22:22:58.495Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-03-19T22:23:00.723Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-03-19T22:23:02.947Z] === RUN TestDockerSuite/TestRunExposePort [2021-03-19T22:23:02.947Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-03-19T22:23:02.947Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-03-19T22:23:02.947Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-03-19T22:23:02.947Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-03-19T22:23:02.947Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-03-19T22:23:02.947Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-03-19T22:23:02.947Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-03-19T22:23:02.947Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-03-19T22:23:13.391Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-03-19T22:23:13.391Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-03-19T22:23:13.391Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-03-19T22:23:13.391Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-03-19T22:23:13.391Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-03-19T22:23:13.391Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-03-19T22:23:13.391Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-03-19T22:23:20.566Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-03-19T22:23:20.566Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-03-19T22:23:21.558Z] === RUN TestDockerSuite/TestRunModeHostname [2021-03-19T22:23:21.558Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-03-19T22:23:21.558Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-03-19T22:23:21.558Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-03-19T22:23:21.558Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-03-19T22:23:21.558Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-03-19T22:23:21.558Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-03-19T22:23:21.558Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-03-19T22:23:21.558Z] === RUN TestDockerSuite/TestRunModePIDHost [2021-03-19T22:23:21.558Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-03-19T22:23:21.558Z] === RUN TestDockerSuite/TestRunMount [2021-03-19T22:23:21.558Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-03-19T22:23:21.558Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-03-19T22:23:21.558Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-03-19T22:23:21.558Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-03-19T22:23:30.254Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-03-19T22:23:30.254Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-03-19T22:23:30.254Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-03-19T22:23:30.254Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-03-19T22:23:40.704Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-03-19T22:23:43.663Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-03-19T22:23:43.663Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-03-19T22:23:43.663Z] === RUN TestDockerSuite/TestRunNetHost [2021-03-19T22:23:43.663Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-03-19T22:23:43.663Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-03-19T22:23:43.663Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-03-19T22:23:43.663Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-03-19T22:23:43.663Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-03-19T22:23:43.663Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-03-19T22:23:43.663Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-03-19T22:23:44.133Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-03-19T22:23:45.123Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-03-19T22:23:47.346Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-03-19T22:23:49.570Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-03-19T22:23:51.139Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-03-19T22:23:53.362Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-03-19T22:23:53.362Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-03-19T22:23:53.362Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-03-19T22:23:53.362Z] === RUN TestDockerSuite/TestRunPortInUse [2021-03-19T22:23:53.362Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-03-19T22:23:53.362Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-03-19T22:23:53.362Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-03-19T22:23:53.362Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-03-19T22:23:53.362Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-03-19T22:23:57.165Z] === RUN TestDockerSuite/TestRunPublishPort [2021-03-19T22:23:57.165Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-03-19T22:23:57.165Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-03-19T22:23:57.165Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-03-19T22:23:57.165Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-03-19T22:23:57.165Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-03-19T22:24:05.846Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-03-19T22:24:05.846Z] === RUN TestDockerSuite/TestRunRm [2021-03-19T22:24:07.417Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-03-19T22:24:13.301Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-03-19T22:24:16.262Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-03-19T22:24:18.489Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-03-19T22:24:20.714Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-03-19T22:24:23.673Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-03-19T22:24:23.673Z] === RUN TestDockerSuite/TestRunState [2021-03-19T22:24:23.673Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-03-19T22:24:25.896Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-03-19T22:24:25.896Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-03-19T22:24:28.118Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-03-19T22:24:28.118Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-03-19T22:24:28.118Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-03-19T22:24:28.588Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-03-19T22:24:28.588Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-03-19T22:24:28.588Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-03-19T22:24:33.358Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-03-19T22:24:33.358Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-03-19T22:24:33.358Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-03-19T22:24:33.358Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-03-19T22:24:33.358Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-03-19T22:24:33.358Z] === RUN TestDockerSuite/TestRunUserByID [2021-03-19T22:24:33.358Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-03-19T22:24:33.358Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-03-19T22:24:33.358Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-03-19T22:24:33.358Z] === RUN TestDockerSuite/TestRunUserByName [2021-03-19T22:24:33.358Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-03-19T22:24:36.320Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-03-19T22:24:36.320Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-03-19T22:24:38.543Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-03-19T22:24:38.543Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-03-19T22:24:38.543Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-03-19T22:24:41.502Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-03-19T22:24:48.671Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-03-19T22:24:53.439Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-03-19T22:25:00.620Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-03-19T22:25:00.620Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-03-19T22:25:00.620Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-03-19T22:25:02.843Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-03-19T22:25:05.067Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-03-19T22:25:07.290Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-03-19T22:25:07.290Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-03-19T22:25:07.290Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-03-19T22:25:07.760Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-03-19T22:25:07.760Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-03-19T22:25:07.760Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-03-19T22:25:07.760Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-03-19T22:25:07.760Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-03-19T22:25:07.760Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-03-19T22:25:12.529Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-03-19T22:25:13.519Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-03-19T22:25:15.740Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-03-19T22:25:20.504Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-03-19T22:25:20.504Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-03-19T22:25:20.504Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-03-19T22:25:20.504Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-03-19T22:25:20.504Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-03-19T22:25:20.504Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-03-19T22:25:20.504Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-03-19T22:25:20.504Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-03-19T22:25:20.504Z] === RUN TestDockerSuite/TestSaveImageId [2021-03-19T22:25:20.504Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-03-19T22:25:20.504Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-03-19T22:25:20.504Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-03-19T22:25:20.504Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-03-19T22:25:20.504Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-03-19T22:25:20.504Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-03-19T22:25:20.504Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-03-19T22:25:20.504Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-03-19T22:25:20.504Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-03-19T22:25:23.463Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-03-19T22:25:23.463Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-03-19T22:25:23.933Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-03-19T22:25:24.404Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-03-19T22:25:25.976Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-03-19T22:25:33.149Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-03-19T22:25:33.149Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-03-19T22:25:41.834Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-03-19T22:25:41.834Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-03-19T22:25:45.638Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-03-19T22:25:45.638Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-03-19T22:25:45.638Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-03-19T22:25:45.638Z] === RUN TestDockerSuite/TestStartRecordError [2021-03-19T22:25:45.638Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-03-19T22:25:52.810Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-03-19T22:25:52.810Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-03-19T22:25:52.810Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-03-19T22:25:52.810Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-03-19T22:25:52.810Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-03-19T22:25:52.810Z] === RUN TestDockerSuite/TestStatsNoStream [2021-03-19T22:25:52.810Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-03-19T22:25:55.032Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-03-19T22:25:57.256Z] === RUN TestDockerSuite/TestTopPrivileged [2021-03-19T22:25:57.256Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-03-19T22:26:00.219Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-03-19T22:26:00.219Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-03-19T22:26:00.219Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-03-19T22:26:00.219Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-03-19T22:26:00.219Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-03-19T22:26:00.219Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-03-19T22:26:00.219Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-03-19T22:26:15.174Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-03-19T22:26:15.174Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-03-19T22:26:15.645Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-03-19T22:26:15.645Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-03-19T22:26:16.115Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-03-19T22:26:16.115Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-03-19T22:26:16.586Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-03-19T22:26:19.547Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-03-19T22:26:19.547Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-03-19T22:26:22.510Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-03-19T22:26:22.981Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-03-19T22:26:23.450Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-03-19T22:26:23.450Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-03-19T22:26:23.450Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-03-19T22:26:38.402Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-03-19T22:26:38.402Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-03-19T22:26:38.402Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-03-19T22:26:38.402Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-03-19T22:26:38.402Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-03-19T22:26:44.291Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-03-19T22:26:44.761Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-03-19T22:26:44.761Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-03-19T22:26:59.725Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-03-19T22:26:59.725Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite (2817.60s) [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2021-03-19T22:27:01.308Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2021-03-19T22:27:01.308Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2021-03-19T22:27:01.308Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2021-03-19T22:27:01.308Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.86s) [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.26s) [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.66s) [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.35s) [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (133.84s) [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.79s) [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.05s) [2021-03-19T22:27:01.308Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-03-19T22:27:01.308Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.308Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-03-19T22:27:01.308Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.308Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-03-19T22:27:01.308Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.308Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-03-19T22:27:01.308Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.308Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-03-19T22:27:01.308Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.308Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-03-19T22:27:01.308Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.308Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-03-19T22:27:01.308Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2021-03-19T22:27:01.308Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2021-03-19T22:27:01.308Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.29s) [2021-03-19T22:27:01.308Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2021-03-19T22:27:01.308Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.308Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2021-03-19T22:27:01.308Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.22s) [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.20s) [2021-03-19T22:27:01.308Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2021-03-19T22:27:01.308Z] docker_cli_run_test.go:3179: unmatched requirement Apparmor [2021-03-19T22:27:01.308Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-03-19T22:27:01.308Z] docker_cli_run_test.go:3157: unmatched requirement Apparmor [2021-03-19T22:27:01.308Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-03-19T22:27:01.308Z] docker_cli_run_test.go:3169: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.308Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2021-03-19T22:27:01.308Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.28s) [2021-03-19T22:27:01.308Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2021-03-19T22:27:01.308Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-03-19T22:27:01.308Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2021-03-19T22:27:01.308Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (6.79s) [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (128.83s) [2021-03-19T22:27:01.308Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.53s) [2021-03-19T22:27:01.308Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.94s) [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.25s) [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.92s) [2021-03-19T22:27:01.308Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-03-19T22:27:01.308Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.308Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-03-19T22:27:01.308Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.308Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-03-19T22:27:01.308Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.27s) [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.93s) [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.40s) [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.58s) [2021-03-19T22:27:01.308Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-03-19T22:27:01.308Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.308Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2021-03-19T22:27:01.308Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.99s) [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (12.38s) [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (5.14s) [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.32s) [2021-03-19T22:27:01.308Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-03-19T22:27:01.308Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.38s) [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.88s) [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (5.04s) [2021-03-19T22:27:01.308Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-03-19T22:27:01.308Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.308Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-03-19T22:27:01.308Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.308Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-03-19T22:27:01.308Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.308Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2021-03-19T22:27:01.308Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.55s) [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestBuildAddTar (45.98s) [2021-03-19T22:27:01.308Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-03-19T22:27:01.308Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.308Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.44s) [2021-03-19T22:27:01.308Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (28.52s) [2021-03-19T22:27:01.308Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.88s) [2021-03-19T22:27:01.308Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.63s) [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (7.98s) [2021-03-19T22:27:01.308Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.22s) [2021-03-19T22:27:01.308Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.47s) [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (10.74s) [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (9.65s) [2021-03-19T22:27:01.308Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.48s) [2021-03-19T22:27:01.308Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (10.63s) [2021-03-19T22:27:01.308Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2021-03-19T22:27:01.308Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.308Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2021-03-19T22:27:01.308Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (8.14s) [2021-03-19T22:27:01.308Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2021-03-19T22:27:01.308Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.75s) [2021-03-19T22:27:01.308Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2021-03-19T22:27:01.308Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.308Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2021-03-19T22:27:01.308Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (40.50s) [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.27s) [2021-03-19T22:27:01.308Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.84s) [2021-03-19T22:27:01.308Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.308Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.44s) [2021-03-19T22:27:01.308Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.55s) [2021-03-19T22:27:01.308Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2021-03-19T22:27:01.308Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.25s) [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.59s) [2021-03-19T22:27:01.308Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2021-03-19T22:27:01.308Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.308Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2021-03-19T22:27:01.308Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.69s) [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.19s) [2021-03-19T22:27:01.308Z] --- PASS: TestDockerSuite/TestBuildCmd (0.70s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.72s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.66s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (6.16s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.58s) [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.57s) [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.58s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.16s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.07s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.62s) [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.04s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.76s) [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.92s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (36.03s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.59s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.39s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.59s) [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.43s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.42s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.58s) [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (36.10s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.84s) [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.46s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (20.12s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.15s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.95s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (4.16s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.19s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.25s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildDockerignore (78.67s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.60s) [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.48s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (78.34s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (2.05s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.96s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (26.95s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (17.22s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (11.04s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (45.63s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (21.27s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (15.91s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (120.65s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.53s) [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.40s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.62s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.40s) [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.56s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.65s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.89s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.60s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.26s) [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.38s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.03s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.14s) [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.05s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.06s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.24s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (15.99s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.68s) [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildFails (7.29s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.18s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (10.55s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.84s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildForceRm (11.77s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildFromGit (6.28s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.58s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.93s) [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.77s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.63s) [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (14.15s) [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildHistory (12.41s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.11s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.13s) [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.85s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.10s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (9.51s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildLabel (1.09s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.70s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.12s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.66s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildLabels (1.13s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.72s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.37s) [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.11s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.62s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.68s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.43s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (31.08s) [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.68s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (33.08s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (20.56s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.66s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (6.73s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (6.02s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (17.85s) [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (8.15s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.75s) [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.89s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.89s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.49s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.26s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.21s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.87s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.12s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.55s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildOnBuild (19.57s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.81s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (9.36s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.88s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (9.17s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.40s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.13s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.36s) [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.40s) [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (49.18s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (29.42s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildRm (14.07s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.79s) [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.44s) [2021-03-19T22:27:01.309Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.56s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.85s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (8.78s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildShellInherited (5.03s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (17.05s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.88s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.75s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (10.43s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.32s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.42s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.11s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildStderr (5.14s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (21.39s) [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.41s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.40s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.44s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildTagEvent (5.06s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.75s) [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.60s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.63s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (7.86s) [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (23.77s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.02s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (9.57s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (10.88s) [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.42s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.80s) [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.42s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (11.72s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.86s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.46s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (18.84s) [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.44s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.42s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.33s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (8.68s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.39s) [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.40s) [2021-03-19T22:27:01.309Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2021-03-19T22:27:01.309Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2021-03-19T22:27:01.309Z] docker_cli_sni_test.go:18: Flakey test [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.36s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.87s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestCommitChange (5.37s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.82s) [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2021-03-19T22:27:01.309Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestCommitNewFile (7.25s) [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2021-03-19T22:27:01.309Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestCommitTTY (7.49s) [2021-03-19T22:27:01.309Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.69s) [2021-03-19T22:27:01.309Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-03-19T22:27:01.309Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2021-03-19T22:27:01.310Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2021-03-19T22:27:01.310Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2021-03-19T22:27:01.310Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2021-03-19T22:27:01.310Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-03-19T22:27:01.310Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2021-03-19T22:27:01.310Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.08s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainerAPICommit (7.07s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (7.31s) [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2021-03-19T22:27:01.310Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.37s) [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2021-03-19T22:27:01.310Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2021-03-19T22:27:01.310Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-03-19T22:27:01.310Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainerAPICreate (7.25s) [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2021-03-19T22:27:01.310Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.60s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2021-03-19T22:27:01.310Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2021-03-19T22:27:01.310Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2021-03-19T22:27:01.310Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.92s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.33s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.34s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-03-19T22:27:01.310Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.45s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.39s) [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-03-19T22:27:01.310Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2021-03-19T22:27:01.310Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.46s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.24s) [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2021-03-19T22:27:01.310Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.83s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.26s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainerAPIRename (7.21s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (4.05s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.22s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.08s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.07s) [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2021-03-19T22:27:01.310Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.71s) [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2021-03-19T22:27:01.310Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.42s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.09s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.45s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.06s) [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2021-03-19T22:27:01.310Z] docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2021-03-19T22:27:01.310Z] docker_cli_run_test.go:3528: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-03-19T22:27:01.310Z] docker_cli_run_test.go:3560: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-03-19T22:27:01.310Z] docker_cli_run_test.go:3591: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2021-03-19T22:27:01.310Z] docker_cli_run_test.go:3574: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.01s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (24.08s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.58s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.67s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (7.74s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.73s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000653800_} (2.74s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1292629102_c:\foo_false____} (2.70s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1292629102_c:\foo_true____} (2.87s) [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2021-03-19T22:27:01.310Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.35s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.08s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.06s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.06s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.07s) [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2021-03-19T22:27:01.310Z] docker_cli_run_test.go:3464: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2021-03-19T22:27:01.310Z] docker_cli_run_test.go:3456: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2021-03-19T22:27:01.310Z] docker_cli_run_test.go:3483: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2021-03-19T22:27:01.310Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2021-03-19T22:27:01.310Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.95s) [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2021-03-19T22:27:01.310Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2021-03-19T22:27:01.310Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2021-03-19T22:27:01.310Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-03-19T22:27:01.310Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2021-03-19T22:27:01.310Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2021-03-19T22:27:01.310Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2021-03-19T22:27:01.310Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-03-19T22:27:01.310Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2021-03-19T22:27:01.310Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2021-03-19T22:27:01.310Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-03-19T22:27:01.310Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2021-03-19T22:27:01.310Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2021-03-19T22:27:01.310Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.68s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s) [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2021-03-19T22:27:01.310Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.94s) [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2021-03-19T22:27:01.310Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2021-03-19T22:27:01.310Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2021-03-19T22:27:01.310Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestCpToCaseA (5.23s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.84s) [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2021-03-19T22:27:01.310Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2021-03-19T22:27:01.310Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestCpToCaseE (10.07s) [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2021-03-19T22:27:01.310Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2021-03-19T22:27:01.310Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestCpToCaseH (19.30s) [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2021-03-19T22:27:01.310Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2021-03-19T22:27:01.310Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestCpToDot (2.55s) [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2021-03-19T22:27:01.310Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2021-03-19T22:27:01.310Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestCpToStdout (2.57s) [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2021-03-19T22:27:01.310Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2021-03-19T22:27:01.310Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2021-03-19T22:27:01.310Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.03s) [2021-03-19T22:27:01.310Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.22s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestCreateArgs (0.21s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.20s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.51s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.20s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.21s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.20s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.76s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestCreateLabels (0.22s) [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2021-03-19T22:27:01.310Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestCreateRM (0.38s) [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2021-03-19T22:27:01.310Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.21s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.39s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (8.53s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.23s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.57s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.07s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.22s) [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2021-03-19T22:27:01.310Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (7.45s) [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2021-03-19T22:27:01.310Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.15s) [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2021-03-19T22:27:01.310Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2021-03-19T22:27:01.310Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.03s) [2021-03-19T22:27:01.310Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2021-03-19T22:27:01.310Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2021-03-19T22:27:01.310Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2021-03-19T22:27:01.310Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2021-03-19T22:27:01.310Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2021-03-19T22:27:01.310Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2021-03-19T22:27:01.310Z] docker_cli_run_test.go:2993: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestDockerFails (0.07s) [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2021-03-19T22:27:01.310Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2021-03-19T22:27:01.310Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2021-03-19T22:27:01.310Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.03s) [2021-03-19T22:27:01.310Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2021-03-19T22:27:01.310Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.57s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.73s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.61s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (8.44s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestEventsCopy (5.38s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.69s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.40s) [2021-03-19T22:27:01.310Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.93s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.19s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.08s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.22s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestEventsFilters (5.11s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestEventsFormat (4.79s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-03-19T22:27:01.311Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.19s) [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestEventsRename (2.53s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestEventsResize (2.88s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.30s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.81s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.81s) [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestEventsUntag (2.77s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.15s) [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2021-03-19T22:27:01.311Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.01s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.06s) [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-03-19T22:27:01.311Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-03-19T22:27:01.311Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-03-19T22:27:01.311Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.10s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.30s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.34s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.32s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.46s) [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-03-19T22:27:01.311Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.51s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestExecInspectID (4.92s) [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-03-19T22:27:01.311Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2021-03-19T22:27:01.311Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.76s) [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-03-19T22:27:01.311Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.47s) [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (6.42s) [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.18s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.16s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.18s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.21s) [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2021-03-19T22:27:01.311Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.14s) [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.08s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.08s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.08s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.77s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.08s) [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-03-19T22:27:01.311Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.09s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.09s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.36s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.71s) [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.21s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.97s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.28s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.37s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (7.64s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestImagesFormat (0.21s) [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.93s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestImportBadURL (2.39s) [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.08s) [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.08s) [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2021-03-19T22:27:01.311Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2021-03-19T22:27:01.311Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.33s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.31s) [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2021-03-19T22:27:01.311Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2021-03-19T22:27:01.311Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.09s) [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-03-19T22:27:01.311Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.25s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.19s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.28s) [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-03-19T22:27:01.311Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestInspectDefault (2.31s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestInspectHistory (4.72s) [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-03-19T22:27:01.311Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.32s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.30s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.21s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.37s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.40s) [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.08s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.24s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestInspectStatus (2.89s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.80s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.42s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.34s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.33s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.36s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.28s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (7.16s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-03-19T22:27:01.311Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-03-19T22:27:01.311Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-03-19T22:27:01.311Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.09s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.11s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.17s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.67s) [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2021-03-19T22:27:01.311Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.33s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.08s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.90s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.90s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.93s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.94s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.65s) [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-03-19T22:27:01.311Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.47s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.38s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestLogsSince (9.20s) [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-03-19T22:27:01.311Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestLogsTail (2.91s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.66s) [2021-03-19T22:27:01.311Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.39s) [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-03-19T22:27:01.311Z] docker_cli_run_test.go:2907: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_run_test.go:2916: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-03-19T22:27:01.311Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2021-03-19T22:27:01.311Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.311Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:3510: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.08s) [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-03-19T22:27:01.312Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-03-19T22:27:01.312Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (9.51s) [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-03-19T22:27:01.312Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2021-03-19T22:27:01.312Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-03-19T22:27:01.312Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2021-03-19T22:27:01.312Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-03-19T22:27:01.312Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-03-19T22:27:01.312Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2021-03-19T22:27:01.312Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-03-19T22:27:01.312Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (9.48s) [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2021-03-19T22:27:01.312Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestPsByOrder (10.13s) [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-03-19T22:27:01.312Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestPsListContainersBase (10.99s) [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (14.63s) [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.29s) [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (14.14s) [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.93s) [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (7.58s) [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (9.59s) [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2021-03-19T22:27:01.312Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-03-19T22:27:01.312Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.86s) [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-03-19T22:27:01.312Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-03-19T22:27:01.312Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestPsShowMounts (8.17s) [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:3142: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.67s) [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.32s) [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.94s) [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2021-03-19T22:27:01.312Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.45s) [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.24s) [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.48s) [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (19.03s) [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (6.13s) [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.25s) [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.19s) [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.75s) [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.41s) [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.26s) [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.40s) [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.30s) [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (15.06s) [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.95s) [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.74s) [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.71s) [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (10.22s) [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (8.01s) [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.53s) [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRmiTag (0.68s) [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.52s) [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (17.65s) [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.73s) [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.37s) [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.29s) [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:4425: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:3942: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.07s) [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.62s) [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.93s) [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.38s) [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.68s) [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.63s) [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.08s) [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRunBindMounts (9.68s) [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:3006: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:3192: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.39s) [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.29s) [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:3358: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.15s) [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:3325: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:3235: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.38s) [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.50s) [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.38s) [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.39s) [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.18s) [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.54s) [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:3907: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.48s) [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.14s) [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.36s) [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.26s) [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:4165: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.30s) [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.312Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-03-19T22:27:01.312Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.783Z] --- PASS: TestDockerSuite/TestRunExitCode (2.58s) [2021-03-19T22:27:01.783Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.28s) [2021-03-19T22:27:01.783Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.32s) [2021-03-19T22:27:01.783Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.33s) [2021-03-19T22:27:01.783Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2021-03-19T22:27:01.783Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2021-03-19T22:27:01.783Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.03s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:4404: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:4417: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:3723: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (8.98s) [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:3270: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:3379: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.33s) [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:3389: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.81s) [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:4227: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:4215: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.38s) [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:3212: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:3774: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (10.09s) [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.26s) [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:3767: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:3091: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:3113: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:3437: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.37s) [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.26s) [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.28s) [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.28s) [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.24s) [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.06s) [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.33s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.18s) [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:2884: unmatched requirement Apparmor [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:2863: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:2848: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (8.15s) [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestRunRm (2.54s) [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.73s) [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.73s) [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.43s) [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.34s) [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.82s) [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.38s) [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.24s) [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.18s) [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.95s) [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:3983: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:2923: unmatched requirement Apparmor [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.28s) [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.29s) [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:3872: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:3865: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.11s) [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (7.09s) [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.54s) [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.74s) [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.14s) [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.78s) [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.44s) [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.35s) [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:3739: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:2829: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:3224: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.20s) [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.78s) [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.26s) [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.51s) [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:3040: unmatched requirement Apparmor [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:3637: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-03-19T22:27:01.784Z] docker_cli_run_test.go:3648: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-03-19T22:27:01.784Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-03-19T22:27:01.784Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-03-19T22:27:01.784Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-03-19T22:27:01.784Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.54s) [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.43s) [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.39s) [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.24s) [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.66s) [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (7.08s) [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-03-19T22:27:01.784Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (8.67s) [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-03-19T22:27:01.784Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.04s) [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.784Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2021-03-19T22:27:01.784Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-03-19T22:27:01.785Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2021-03-19T22:27:01.785Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (6.51s) [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-03-19T22:27:01.785Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2021-03-19T22:27:01.785Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2021-03-19T22:27:01.785Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2021-03-19T22:27:01.785Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2021-03-19T22:27:01.785Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.04s) [2021-03-19T22:27:01.785Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.32s) [2021-03-19T22:27:01.785Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.67s) [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2021-03-19T22:27:01.785Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.30s) [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2021-03-19T22:27:01.785Z] docker_cli_run_test.go:3448: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2021-03-19T22:27:01.785Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2021-03-19T22:27:01.785Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.03s) [2021-03-19T22:27:01.785Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2021-03-19T22:27:01.785Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2021-03-19T22:27:01.785Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.32s) [2021-03-19T22:27:01.785Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.16s) [2021-03-19T22:27:01.785Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.23s) [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2021-03-19T22:27:01.785Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.33s) [2021-03-19T22:27:01.785Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.31s) [2021-03-19T22:27:01.785Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.15s) [2021-03-19T22:27:01.785Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.71s) [2021-03-19T22:27:01.785Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.10s) [2021-03-19T22:27:01.785Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.11s) [2021-03-19T22:27:01.785Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.47s) [2021-03-19T22:27:01.785Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.44s) [2021-03-19T22:27:01.785Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.08s) [2021-03-19T22:27:01.785Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.19s) [2021-03-19T22:27:01.785Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (12.92s) [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2021-03-19T22:27:01.785Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.66s) [2021-03-19T22:27:01.785Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.21s) [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2021-03-19T22:27:01.785Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (7.04s) [2021-03-19T22:27:01.785Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.29s) [2021-03-19T22:27:01.785Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.28s) [2021-03-19T22:27:01.785Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (14.40s) [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2021-03-19T22:27:01.785Z] docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.79s) [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistrySuite [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-03-19T22:27:01.785Z] --- PASS: TestDockerRegistrySuite (0.16s) [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] === RUN TestDockerSchema1RegistrySuite [2021-03-19T22:27:01.785Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-03-19T22:27:01.785Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-03-19T22:27:01.785Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-03-19T22:27:01.785Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-03-19T22:27:01.785Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-03-19T22:27:01.785Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-03-19T22:27:01.785Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-03-19T22:27:01.785Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-03-19T22:27:01.785Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-03-19T22:27:01.785Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-03-19T22:27:01.785Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-03-19T22:27:01.785Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-03-19T22:27:01.785Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-03-19T22:27:01.785Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-03-19T22:27:01.785Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-03-19T22:27:01.785Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-03-19T22:27:01.785Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-03-19T22:27:01.785Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-03-19T22:27:01.785Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-03-19T22:27:01.785Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.02s) [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-03-19T22:27:01.785Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistryAuthTokenSuite [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-03-19T22:27:01.785Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-03-19T22:27:01.785Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-03-19T22:27:01.785Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-03-19T22:27:01.786Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-03-19T22:27:01.786Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-03-19T22:27:01.786Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-03-19T22:27:01.786Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-03-19T22:27:01.786Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] === RUN TestDockerDaemonSuite [2021-03-19T22:27:01.786Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-03-19T22:27:01.786Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-03-19T22:27:01.786Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-03-19T22:27:01.786Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-03-19T22:27:01.786Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-03-19T22:27:01.786Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-03-19T22:27:01.786Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] === RUN TestDockerSwarmSuite [2021-03-19T22:27:01.786Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-03-19T22:27:01.786Z] === RUN TestDockerPluginSuite [2021-03-19T22:27:01.786Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-03-19T22:27:01.786Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-03-19T22:27:01.786Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-03-19T22:27:01.786Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-03-19T22:27:01.786Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-03-19T22:27:01.786Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-03-19T22:27:01.786Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-03-19T22:27:01.786Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-03-19T22:27:01.786Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-03-19T22:27:01.786Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-03-19T22:27:01.786Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-03-19T22:27:01.786Z] --- PASS: TestDockerPluginSuite (0.04s) [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-03-19T22:27:01.786Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-03-19T22:27:01.786Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-03-19T22:27:01.786Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-03-19T22:27:01.786Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-03-19T22:27:01.786Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-03-19T22:27:01.786Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-03-19T22:27:01.786Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-03-19T22:27:01.786Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-03-19T22:27:01.786Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-03-19T22:27:01.786Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-03-19T22:27:01.786Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] === RUN TestDockerExternalVolumeSuite [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-03-19T22:27:01.786Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] === RUN TestDockerNetworkSuite [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-03-19T22:27:01.786Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] === RUN TestDockerHubPullSuite [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-03-19T22:27:01.786Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] PASS [2021-03-19T22:27:01.786Z] ok github.com/docker/docker/integration-cli 2818.605s [2021-03-19T22:27:01.786Z] [2021-03-19T22:27:01.786Z] === Skipped [2021-03-19T22:27:01.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2021-03-19T22:27:01.786Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] [2021-03-19T22:27:01.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2021-03-19T22:27:01.786Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] [2021-03-19T22:27:01.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-03-19T22:27:01.786Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] [2021-03-19T22:27:01.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-03-19T22:27:01.786Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] [2021-03-19T22:27:01.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-03-19T22:27:01.786Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] [2021-03-19T22:27:01.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-03-19T22:27:01.786Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] [2021-03-19T22:27:01.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-03-19T22:27:01.786Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] [2021-03-19T22:27:01.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-03-19T22:27:01.786Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] [2021-03-19T22:27:01.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-03-19T22:27:01.786Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] [2021-03-19T22:27:01.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2021-03-19T22:27:01.786Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] [2021-03-19T22:27:01.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2021-03-19T22:27:01.786Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] [2021-03-19T22:27:01.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2021-03-19T22:27:01.786Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] [2021-03-19T22:27:01.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2021-03-19T22:27:01.786Z] docker_cli_run_test.go:3179: unmatched requirement Apparmor [2021-03-19T22:27:01.786Z] [2021-03-19T22:27:01.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-03-19T22:27:01.786Z] docker_cli_run_test.go:3157: unmatched requirement Apparmor [2021-03-19T22:27:01.786Z] [2021-03-19T22:27:01.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-03-19T22:27:01.786Z] docker_cli_run_test.go:3169: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] [2021-03-19T22:27:01.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2021-03-19T22:27:01.786Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] [2021-03-19T22:27:01.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2021-03-19T22:27:01.786Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-03-19T22:27:01.786Z] [2021-03-19T22:27:01.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2021-03-19T22:27:01.786Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] [2021-03-19T22:27:01.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.53s) [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.53s) [2021-03-19T22:27:01.786Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-03-19T22:27:01.786Z] [2021-03-19T22:27:01.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-03-19T22:27:01.786Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] [2021-03-19T22:27:01.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-03-19T22:27:01.786Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] [2021-03-19T22:27:01.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-03-19T22:27:01.786Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] [2021-03-19T22:27:01.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-03-19T22:27:01.786Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] [2021-03-19T22:27:01.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2021-03-19T22:27:01.786Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] [2021-03-19T22:27:01.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-03-19T22:27:01.786Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] [2021-03-19T22:27:01.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-03-19T22:27:01.786Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] [2021-03-19T22:27:01.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-03-19T22:27:01.786Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] [2021-03-19T22:27:01.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-03-19T22:27:01.786Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] [2021-03-19T22:27:01.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2021-03-19T22:27:01.786Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] [2021-03-19T22:27:01.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-03-19T22:27:01.786Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] [2021-03-19T22:27:01.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.44s) [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.44s) [2021-03-19T22:27:01.786Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] [2021-03-19T22:27:01.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.88s) [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.88s) [2021-03-19T22:27:01.786Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] [2021-03-19T22:27:01.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.22s) [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.22s) [2021-03-19T22:27:01.786Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] [2021-03-19T22:27:01.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.48s) [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.48s) [2021-03-19T22:27:01.786Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] [2021-03-19T22:27:01.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2021-03-19T22:27:01.786Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] [2021-03-19T22:27:01.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2021-03-19T22:27:01.786Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] [2021-03-19T22:27:01.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2021-03-19T22:27:01.786Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] [2021-03-19T22:27:01.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2021-03-19T22:27:01.786Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] [2021-03-19T22:27:01.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2021-03-19T22:27:01.786Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] [2021-03-19T22:27:01.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.84s) [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.84s) [2021-03-19T22:27:01.786Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] [2021-03-19T22:27:01.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.44s) [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.44s) [2021-03-19T22:27:01.786Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] [2021-03-19T22:27:01.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.05s) [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2021-03-19T22:27:01.786Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] [2021-03-19T22:27:01.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.05s) [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2021-03-19T22:27:01.786Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.786Z] [2021-03-19T22:27:01.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2021-03-19T22:27:01.786Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2021-03-19T22:27:01.786Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-03-19T22:27:01.786Z] [2021-03-19T22:27:01.786Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.43s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.43s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.42s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.42s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.46s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.46s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.48s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.48s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.40s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.40s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.38s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.38s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.03s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.03s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.05s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.05s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.04s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.09s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.06s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.08s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.44s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.44s) [2021-03-19T22:27:01.787Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.41s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.41s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.04s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.42s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.42s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.42s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.42s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.44s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.44s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.42s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.42s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.40s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.40s) [2021-03-19T22:27:01.787Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2021-03-19T22:27:01.787Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2021-03-19T22:27:01.787Z] docker_cli_sni_test.go:18: Flakey test [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2021-03-19T22:27:01.787Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2021-03-19T22:27:01.787Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-03-19T22:27:01.787Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2021-03-19T22:27:01.787Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2021-03-19T22:27:01.787Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2021-03-19T22:27:01.787Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2021-03-19T22:27:01.787Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-03-19T22:27:01.787Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2021-03-19T22:27:01.787Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2021-03-19T22:27:01.787Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2021-03-19T22:27:01.787Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2021-03-19T22:27:01.787Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-03-19T22:27:01.787Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.787Z] [2021-03-19T22:27:01.787Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2021-03-19T22:27:01.787Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2021-03-19T22:27:01.788Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.788Z] [2021-03-19T22:27:01.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2021-03-19T22:27:01.788Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2021-03-19T22:27:01.788Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.788Z] [2021-03-19T22:27:01.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2021-03-19T22:27:01.788Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2021-03-19T22:27:01.788Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.788Z] [2021-03-19T22:27:01.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2021-03-19T22:27:01.788Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2021-03-19T22:27:01.788Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.788Z] [2021-03-19T22:27:01.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-03-19T22:27:01.788Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-03-19T22:27:01.788Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.788Z] [2021-03-19T22:27:01.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-03-19T22:27:01.788Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-03-19T22:27:01.788Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.788Z] [2021-03-19T22:27:01.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2021-03-19T22:27:01.788Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2021-03-19T22:27:01.788Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.788Z] [2021-03-19T22:27:01.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2021-03-19T22:27:01.788Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2021-03-19T22:27:01.788Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.788Z] [2021-03-19T22:27:01.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2021-03-19T22:27:01.788Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2021-03-19T22:27:01.788Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.788Z] [2021-03-19T22:27:01.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2021-03-19T22:27:01.788Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2021-03-19T22:27:01.788Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.788Z] [2021-03-19T22:27:01.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2021-03-19T22:27:01.788Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2021-03-19T22:27:01.788Z] docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.788Z] [2021-03-19T22:27:01.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2021-03-19T22:27:01.788Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2021-03-19T22:27:01.788Z] docker_cli_run_test.go:3528: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.788Z] [2021-03-19T22:27:01.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-03-19T22:27:01.788Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-03-19T22:27:01.788Z] docker_cli_run_test.go:3560: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.788Z] [2021-03-19T22:27:01.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-03-19T22:27:01.788Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-03-19T22:27:01.788Z] docker_cli_run_test.go:3591: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.788Z] [2021-03-19T22:27:01.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2021-03-19T22:27:01.788Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2021-03-19T22:27:01.788Z] docker_cli_run_test.go:3574: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.788Z] [2021-03-19T22:27:01.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2021-03-19T22:27:01.788Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2021-03-19T22:27:01.788Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.788Z] [2021-03-19T22:27:01.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2021-03-19T22:27:01.788Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2021-03-19T22:27:01.788Z] docker_cli_run_test.go:3464: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.788Z] [2021-03-19T22:27:01.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2021-03-19T22:27:01.788Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2021-03-19T22:27:01.788Z] docker_cli_run_test.go:3456: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.788Z] [2021-03-19T22:27:01.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2021-03-19T22:27:01.788Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2021-03-19T22:27:01.788Z] docker_cli_run_test.go:3483: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.788Z] [2021-03-19T22:27:01.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2021-03-19T22:27:01.788Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2021-03-19T22:27:01.788Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.788Z] [2021-03-19T22:27:01.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2021-03-19T22:27:01.788Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2021-03-19T22:27:01.788Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.788Z] [2021-03-19T22:27:01.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2021-03-19T22:27:01.788Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2021-03-19T22:27:01.788Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.788Z] [2021-03-19T22:27:01.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2021-03-19T22:27:01.788Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2021-03-19T22:27:01.788Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.788Z] [2021-03-19T22:27:01.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2021-03-19T22:27:01.788Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2021-03-19T22:27:01.788Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.788Z] [2021-03-19T22:27:01.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2021-03-19T22:27:01.788Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-03-19T22:27:01.788Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.788Z] [2021-03-19T22:27:01.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2021-03-19T22:27:01.788Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2021-03-19T22:27:01.788Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.788Z] [2021-03-19T22:27:01.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2021-03-19T22:27:01.788Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2021-03-19T22:27:01.788Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.788Z] [2021-03-19T22:27:01.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2021-03-19T22:27:01.788Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2021-03-19T22:27:01.788Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.788Z] [2021-03-19T22:27:01.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2021-03-19T22:27:01.788Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-03-19T22:27:01.788Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.788Z] [2021-03-19T22:27:01.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2021-03-19T22:27:01.788Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2021-03-19T22:27:01.788Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.788Z] [2021-03-19T22:27:01.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2021-03-19T22:27:01.788Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2021-03-19T22:27:01.788Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.788Z] [2021-03-19T22:27:01.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-03-19T22:27:01.788Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-03-19T22:27:01.788Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.788Z] [2021-03-19T22:27:01.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2021-03-19T22:27:01.788Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2021-03-19T22:27:01.788Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-03-19T22:27:01.788Z] [2021-03-19T22:27:01.788Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2021-03-19T22:27:01.788Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2021-03-19T22:27:01.788Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2021-03-19T22:27:02.260Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2021-03-19T22:27:02.260Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2021-03-19T22:27:02.260Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2021-03-19T22:27:02.260Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2021-03-19T22:27:02.260Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2021-03-19T22:27:02.260Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2021-03-19T22:27:02.260Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2021-03-19T22:27:02.260Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2021-03-19T22:27:02.260Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2021-03-19T22:27:02.260Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2021-03-19T22:27:02.260Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2021-03-19T22:27:02.260Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2021-03-19T22:27:02.260Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2021-03-19T22:27:02.260Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2021-03-19T22:27:02.260Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.03s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.03s) [2021-03-19T22:27:02.260Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2021-03-19T22:27:02.260Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2021-03-19T22:27:02.260Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2021-03-19T22:27:02.260Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2021-03-19T22:27:02.260Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2021-03-19T22:27:02.260Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2021-03-19T22:27:02.260Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.03s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.03s) [2021-03-19T22:27:02.260Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2021-03-19T22:27:02.260Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2021-03-19T22:27:02.260Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2021-03-19T22:27:02.260Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2021-03-19T22:27:02.260Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2021-03-19T22:27:02.260Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2021-03-19T22:27:02.260Z] docker_cli_run_test.go:2993: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2021-03-19T22:27:02.260Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2021-03-19T22:27:02.260Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2021-03-19T22:27:02.260Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.03s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.03s) [2021-03-19T22:27:02.260Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2021-03-19T22:27:02.260Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-03-19T22:27:02.260Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2021-03-19T22:27:02.260Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2021-03-19T22:27:02.260Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2021-03-19T22:27:02.260Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2021-03-19T22:27:02.260Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2021-03-19T22:27:02.260Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2021-03-19T22:27:02.260Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-03-19T22:27:02.260Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-03-19T22:27:02.260Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-03-19T22:27:02.260Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2021-03-19T22:27:02.260Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-03-19T22:27:02.260Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2021-03-19T22:27:02.260Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2021-03-19T22:27:02.260Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-03-19T22:27:02.260Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2021-03-19T22:27:02.260Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2021-03-19T22:27:02.260Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2021-03-19T22:27:02.260Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2021-03-19T22:27:02.260Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2021-03-19T22:27:02.260Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-03-19T22:27:02.260Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2021-03-19T22:27:02.260Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2021-03-19T22:27:02.260Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2021-03-19T22:27:02.260Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2021-03-19T22:27:02.260Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2021-03-19T22:27:02.260Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2021-03-19T22:27:02.260Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2021-03-19T22:27:02.260Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2021-03-19T22:27:02.260Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-03-19T22:27:02.260Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2021-03-19T22:27:02.260Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.260Z] [2021-03-19T22:27:02.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2021-03-19T22:27:02.260Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2021-03-19T22:27:02.260Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2021-03-19T22:27:02.261Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2021-03-19T22:27:02.261Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2021-03-19T22:27:02.261Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2021-03-19T22:27:02.261Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2021-03-19T22:27:02.261Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2021-03-19T22:27:02.261Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2021-03-19T22:27:02.261Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2021-03-19T22:27:02.261Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2021-03-19T22:27:02.261Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2021-03-19T22:27:02.261Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2021-03-19T22:27:02.261Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2021-03-19T22:27:02.261Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-03-19T22:27:02.261Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2021-03-19T22:27:02.261Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2021-03-19T22:27:02.261Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-03-19T22:27:02.261Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2021-03-19T22:27:02.261Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-03-19T22:27:02.261Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2021-03-19T22:27:02.261Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2021-03-19T22:27:02.261Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2021-03-19T22:27:02.261Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2021-03-19T22:27:02.261Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2021-03-19T22:27:02.261Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2021-03-19T22:27:02.261Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2021-03-19T22:27:02.261Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-03-19T22:27:02.261Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2021-03-19T22:27:02.261Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2021-03-19T22:27:02.261Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-03-19T22:27:02.261Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2021-03-19T22:27:02.261Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2021-03-19T22:27:02.261Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-03-19T22:27:02.261Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2021-03-19T22:27:02.261Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2021-03-19T22:27:02.261Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2021-03-19T22:27:02.261Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2021-03-19T22:27:02.261Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2021-03-19T22:27:02.261Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-03-19T22:27:02.261Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2021-03-19T22:27:02.261Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-03-19T22:27:02.261Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-03-19T22:27:02.261Z] docker_cli_run_test.go:2907: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2021-03-19T22:27:02.261Z] docker_cli_run_test.go:2916: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-03-19T22:27:02.261Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2021-03-19T22:27:02.261Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2021-03-19T22:27:02.261Z] docker_cli_run_test.go:3510: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2021-03-19T22:27:02.261Z] docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2021-03-19T22:27:02.261Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2021-03-19T22:27:02.261Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2021-03-19T22:27:02.261Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-03-19T22:27:02.261Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2021-03-19T22:27:02.261Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-03-19T22:27:02.261Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2021-03-19T22:27:02.261Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2021-03-19T22:27:02.261Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2021-03-19T22:27:02.261Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2021-03-19T22:27:02.261Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2021-03-19T22:27:02.261Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-03-19T22:27:02.261Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2021-03-19T22:27:02.261Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-03-19T22:27:02.261Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2021-03-19T22:27:02.261Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-03-19T22:27:02.261Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-03-19T22:27:02.261Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2021-03-19T22:27:02.261Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-03-19T22:27:02.261Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2021-03-19T22:27:02.261Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-03-19T22:27:02.261Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-03-19T22:27:02.261Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2021-03-19T22:27:02.261Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.261Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-03-19T22:27:02.261Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-03-19T22:27:02.261Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.261Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-03-19T22:27:02.262Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2021-03-19T22:27:02.262Z] docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-03-19T22:27:02.262Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2021-03-19T22:27:02.262Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:3142: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2021-03-19T22:27:02.262Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2021-03-19T22:27:02.262Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-03-19T22:27:02.262Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2021-03-19T22:27:02.262Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:4425: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:3942: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:3006: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:3192: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:3358: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:3325: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:3235: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:3907: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:4165: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.03s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.03s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:4404: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:4417: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2021-03-19T22:27:02.262Z] docker_cli_run_test.go:3723: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.262Z] [2021-03-19T22:27:02.262Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2021-03-19T22:27:02.262Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:3270: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:3379: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:3389: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:4227: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:4215: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:3212: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:3774: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:3767: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:3091: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:3113: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:3437: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.33s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.33s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:2884: unmatched requirement Apparmor [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:2863: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:2848: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:3983: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:2923: unmatched requirement Apparmor [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:3872: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:3865: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2021-03-19T22:27:02.263Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.263Z] [2021-03-19T22:27:02.263Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-03-19T22:27:02.263Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-03-19T22:27:02.264Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-03-19T22:27:02.264Z] docker_cli_run_test.go:3739: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2021-03-19T22:27:02.264Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2021-03-19T22:27:02.264Z] docker_cli_run_test.go:2829: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-03-19T22:27:02.264Z] docker_cli_run_test.go:3224: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2021-03-19T22:27:02.264Z] docker_cli_run_test.go:3040: unmatched requirement Apparmor [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2021-03-19T22:27:02.264Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-03-19T22:27:02.264Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-03-19T22:27:02.264Z] docker_cli_run_test.go:3637: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-03-19T22:27:02.264Z] docker_cli_run_test.go:3648: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-03-19T22:27:02.264Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-03-19T22:27:02.264Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-03-19T22:27:02.264Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2021-03-19T22:27:02.264Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-03-19T22:27:02.264Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2021-03-19T22:27:02.264Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2021-03-19T22:27:02.264Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2021-03-19T22:27:02.264Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2021-03-19T22:27:02.264Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2021-03-19T22:27:02.264Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2021-03-19T22:27:02.264Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2021-03-19T22:27:02.264Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-03-19T22:27:02.264Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-03-19T22:27:02.264Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2021-03-19T22:27:02.264Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2021-03-19T22:27:02.264Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-03-19T22:27:02.264Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2021-03-19T22:27:02.264Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-03-19T22:27:02.264Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2021-03-19T22:27:02.264Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2021-03-19T22:27:02.264Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2021-03-19T22:27:02.264Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2021-03-19T22:27:02.264Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.04s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.04s) [2021-03-19T22:27:02.264Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2021-03-19T22:27:02.264Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2021-03-19T22:27:02.264Z] docker_cli_run_test.go:3448: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2021-03-19T22:27:02.264Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2021-03-19T22:27:02.264Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.03s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.03s) [2021-03-19T22:27:02.264Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2021-03-19T22:27:02.264Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2021-03-19T22:27:02.264Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2021-03-19T22:27:02.264Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2021-03-19T22:27:02.264Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2021-03-19T22:27:02.264Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2021-03-19T22:27:02.264Z] docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-03-19T22:27:02.264Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-03-19T22:27:02.264Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-03-19T22:27:02.264Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-03-19T22:27:02.264Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-03-19T22:27:02.264Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-03-19T22:27:02.264Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-03-19T22:27:02.264Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-03-19T22:27:02.264Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-03-19T22:27:02.264Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-03-19T22:27:02.264Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-03-19T22:27:02.264Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-03-19T22:27:02.264Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-03-19T22:27:02.264Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-03-19T22:27:02.264Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-03-19T22:27:02.264Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-03-19T22:27:02.264Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-03-19T22:27:02.264Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-03-19T22:27:02.264Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-03-19T22:27:02.264Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-03-19T22:27:02.264Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-03-19T22:27:02.264Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-03-19T22:27:02.264Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-03-19T22:27:02.264Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-03-19T22:27:02.264Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-03-19T22:27:02.264Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-03-19T22:27:02.264Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-03-19T22:27:02.264Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-03-19T22:27:02.264Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.264Z] [2021-03-19T22:27:02.264Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-03-19T22:27:02.264Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-03-19T22:27:02.265Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.265Z] [2021-03-19T22:27:02.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-03-19T22:27:02.265Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-03-19T22:27:02.265Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.265Z] [2021-03-19T22:27:02.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-03-19T22:27:02.265Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-03-19T22:27:02.265Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.265Z] [2021-03-19T22:27:02.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-03-19T22:27:02.265Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-03-19T22:27:02.265Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.265Z] [2021-03-19T22:27:02.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-03-19T22:27:02.265Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-03-19T22:27:02.265Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.265Z] [2021-03-19T22:27:02.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-03-19T22:27:02.265Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-03-19T22:27:02.265Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.265Z] [2021-03-19T22:27:02.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-03-19T22:27:02.265Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-03-19T22:27:02.265Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.265Z] [2021-03-19T22:27:02.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-03-19T22:27:02.265Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-03-19T22:27:02.265Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.265Z] [2021-03-19T22:27:02.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-03-19T22:27:02.265Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-03-19T22:27:02.265Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.265Z] [2021-03-19T22:27:02.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-03-19T22:27:02.265Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-03-19T22:27:02.265Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.265Z] [2021-03-19T22:27:02.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-03-19T22:27:02.265Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-03-19T22:27:02.265Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.265Z] [2021-03-19T22:27:02.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-03-19T22:27:02.265Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-03-19T22:27:02.265Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.265Z] [2021-03-19T22:27:02.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-03-19T22:27:02.265Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-03-19T22:27:02.265Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.265Z] [2021-03-19T22:27:02.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-03-19T22:27:02.265Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-03-19T22:27:02.265Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.265Z] [2021-03-19T22:27:02.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-03-19T22:27:02.265Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-03-19T22:27:02.265Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.265Z] [2021-03-19T22:27:02.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-03-19T22:27:02.265Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-03-19T22:27:02.265Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.265Z] [2021-03-19T22:27:02.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-03-19T22:27:02.265Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-03-19T22:27:02.265Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.265Z] [2021-03-19T22:27:02.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-03-19T22:27:02.265Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-03-19T22:27:02.265Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.265Z] [2021-03-19T22:27:02.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-03-19T22:27:02.265Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-03-19T22:27:02.265Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.265Z] [2021-03-19T22:27:02.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-03-19T22:27:02.265Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-03-19T22:27:02.265Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.265Z] [2021-03-19T22:27:02.265Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-03-19T22:27:02.265Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-03-19T22:27:02.265Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.734Z] [2021-03-19T22:27:02.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-03-19T22:27:02.734Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-03-19T22:27:02.734Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.734Z] [2021-03-19T22:27:02.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-03-19T22:27:02.734Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-03-19T22:27:02.734Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.734Z] [2021-03-19T22:27:02.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-03-19T22:27:02.734Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-03-19T22:27:02.734Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.734Z] [2021-03-19T22:27:02.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-03-19T22:27:02.734Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-03-19T22:27:02.734Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.734Z] [2021-03-19T22:27:02.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-03-19T22:27:02.734Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-03-19T22:27:02.734Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.734Z] [2021-03-19T22:27:02.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-03-19T22:27:02.734Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-03-19T22:27:02.734Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.734Z] [2021-03-19T22:27:02.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-03-19T22:27:02.734Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-03-19T22:27:02.734Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.734Z] [2021-03-19T22:27:02.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-03-19T22:27:02.734Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-03-19T22:27:02.734Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.734Z] [2021-03-19T22:27:02.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-03-19T22:27:02.734Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-03-19T22:27:02.734Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.734Z] [2021-03-19T22:27:02.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-03-19T22:27:02.734Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-03-19T22:27:02.734Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.734Z] [2021-03-19T22:27:02.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-03-19T22:27:02.734Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-03-19T22:27:02.734Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.734Z] [2021-03-19T22:27:02.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-03-19T22:27:02.734Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-03-19T22:27:02.734Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.734Z] [2021-03-19T22:27:02.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-03-19T22:27:02.734Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-03-19T22:27:02.734Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.734Z] [2021-03-19T22:27:02.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-03-19T22:27:02.734Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-03-19T22:27:02.734Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.734Z] [2021-03-19T22:27:02.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-03-19T22:27:02.734Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-03-19T22:27:02.734Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.734Z] [2021-03-19T22:27:02.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-03-19T22:27:02.734Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-03-19T22:27:02.734Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.734Z] [2021-03-19T22:27:02.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-03-19T22:27:02.734Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-03-19T22:27:02.734Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.734Z] [2021-03-19T22:27:02.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-03-19T22:27:02.734Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-03-19T22:27:02.734Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.734Z] [2021-03-19T22:27:02.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-03-19T22:27:02.734Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-03-19T22:27:02.734Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.734Z] [2021-03-19T22:27:02.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-03-19T22:27:02.734Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-03-19T22:27:02.734Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.734Z] [2021-03-19T22:27:02.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-03-19T22:27:02.735Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-03-19T22:27:02.735Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.735Z] [2021-03-19T22:27:02.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-03-19T22:27:02.735Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-03-19T22:27:02.735Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.735Z] [2021-03-19T22:27:02.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-03-19T22:27:02.735Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-03-19T22:27:02.735Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.735Z] [2021-03-19T22:27:02.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-03-19T22:27:02.735Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-03-19T22:27:02.735Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.735Z] [2021-03-19T22:27:02.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-03-19T22:27:02.735Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-03-19T22:27:02.735Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.735Z] [2021-03-19T22:27:02.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-03-19T22:27:02.735Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-03-19T22:27:02.735Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.735Z] [2021-03-19T22:27:02.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-03-19T22:27:02.735Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-03-19T22:27:02.735Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.735Z] [2021-03-19T22:27:02.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-03-19T22:27:02.735Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-03-19T22:27:02.735Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.735Z] [2021-03-19T22:27:02.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-03-19T22:27:02.735Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-03-19T22:27:02.735Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.735Z] [2021-03-19T22:27:02.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-03-19T22:27:02.735Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-03-19T22:27:02.735Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.735Z] [2021-03-19T22:27:02.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-03-19T22:27:02.735Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-03-19T22:27:02.735Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.735Z] [2021-03-19T22:27:02.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-03-19T22:27:02.735Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-03-19T22:27:02.735Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.735Z] [2021-03-19T22:27:02.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-03-19T22:27:02.735Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-03-19T22:27:02.735Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.735Z] [2021-03-19T22:27:02.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-03-19T22:27:02.735Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-03-19T22:27:02.735Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.735Z] [2021-03-19T22:27:02.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-03-19T22:27:02.735Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.735Z] [2021-03-19T22:27:02.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-03-19T22:27:02.735Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.735Z] [2021-03-19T22:27:02.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-03-19T22:27:02.735Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-03-19T22:27:02.735Z] [2021-03-19T22:27:02.735Z] [2021-03-19T22:27:02.735Z] DONE 1093 tests, 547 skipped in 2827.932s [2021-03-19T22:27:02.735Z] INFO: Integration tests ended at 03/19/2021 22:27:02. Duration:00:47:08.0418690 [2021-03-19T22:27:02.735Z] INFO: Docker info of the daemon under test at end of run [2021-03-19T22:27:02.735Z] [2021-03-19T22:27:02.735Z] Containers: 2 [2021-03-19T22:27:02.735Z] Running: 0 [2021-03-19T22:27:02.735Z] Paused: 0 [2021-03-19T22:27:02.735Z] Stopped: 2 [2021-03-19T22:27:02.735Z] Images: 18 [2021-03-19T22:27:02.735Z] Server Version: 0.0.0-dev [2021-03-19T22:27:02.735Z] Storage Driver: windowsfilter [2021-03-19T22:27:02.735Z] Windows: [2021-03-19T22:27:02.735Z] Logging Driver: json-file [2021-03-19T22:27:02.735Z] Plugins: [2021-03-19T22:27:02.735Z] Volume: local [2021-03-19T22:27:02.735Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-03-19T22:27:02.735Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-03-19T22:27:02.735Z] Swarm: inactive [2021-03-19T22:27:02.735Z] Default Isolation: process [2021-03-19T22:27:02.735Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-03-19T22:27:02.735Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1757) [2021-03-19T22:27:02.735Z] OSType: windows [2021-03-19T22:27:02.735Z] Architecture: x86_64 [2021-03-19T22:27:02.735Z] CPUs: 4 [2021-03-19T22:27:02.735Z] Total Memory: 32GiB [2021-03-19T22:27:02.735Z] Name: azwin-2-34d2f0 [2021-03-19T22:27:02.735Z] ID: VRSD:M6FS:YTNQ:RDBC:5FNW:NWH2:VHXY:KRFF:OS4X:C6BY:B6LV:ZGZS [2021-03-19T22:27:02.735Z] Docker Root Dir: D:\CI\PR-42173\2\daemon [2021-03-19T22:27:02.735Z] Debug Mode (client): false [2021-03-19T22:27:02.735Z] Debug Mode (server): true [2021-03-19T22:27:02.735Z] File Descriptors: -1 [2021-03-19T22:27:02.735Z] Goroutines: 17 [2021-03-19T22:27:02.735Z] System Time: 2021-03-19T22:27:02.4865885Z [2021-03-19T22:27:02.735Z] EventsListeners: 0 [2021-03-19T22:27:02.735Z] Registry: https://index.docker.io/v1/ [2021-03-19T22:27:02.735Z] Labels: [2021-03-19T22:27:02.735Z] Experimental: false [2021-03-19T22:27:02.735Z] Insecure Registries: [2021-03-19T22:27:02.735Z] 127.0.0.0/8 [2021-03-19T22:27:02.735Z] Live Restore Enabled: false [2021-03-19T22:27:02.735Z] [2021-03-19T22:27:02.735Z] [2021-03-19T22:27:02.735Z] INFO: Stopping daemon under test [2021-03-19T22:27:03.205Z] SUCCESS: The process with PID 5812 (child process of PID 4812) has been terminated. [2021-03-19T22:27:03.205Z] SUCCESS: The process with PID 4812 (child process of PID 4228) has been terminated. [2021-03-19T22:27:03.205Z] INFO: Stop tailing logs of the daemon under tests [2021-03-19T22:27:03.205Z] INFO: executeCI.ps1 Completed successfully at 03/19/2021 22:27:02. [2021-03-19T22:27:03.205Z] INFO: Tidying up at end of run [2021-03-19T22:27:03.205Z] INFO: Saving daemon under test log (d:\CI\PR-42173\2\dut.out) to bundles\CIDUT.out [2021-03-19T22:27:03.205Z] INFO: Saving daemon under test log (d:\CI\PR-42173\2\dut.err) to bundles\CIDUT.err [2021-03-19T22:27:03.205Z] INFO: Nuke-Everything... [2021-03-19T22:27:03.675Z] INFO: Container count on control daemon to delete is 2 [2021-03-19T22:27:04.146Z] 116a4b2fbcc8 [2021-03-19T22:27:04.146Z] c88ce0af8ba8 [2021-03-19T22:27:04.146Z] INFO: Tidying pidfile d:\CI\PR-42173\2\docker.pid [2021-03-19T22:27:04.616Z] INFO: Nuking d:\CI [2021-03-19T22:27:40.513Z] INFO: Zapped successfully [2021-03-19T22:27:40.513Z] [2021-03-19T22:27:40.513Z] INFO: executeCI.ps1 exiting at Fri Mar 19 22:27:38 CUT 2021. Duration 01:28:37.1379171 [2021-03-19T22:27:40.513Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-03-19T22:27:40.769Z] Recording test results [2021-03-19T22:27:48.117Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-03-19T22:27:49.650Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2021-03-19T22:27:51.443Z] Archiving artifacts [2021-03-19T22:28:05.967Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42173/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-03-19T22:28:06.928Z] + make clean [2021-03-19T22:28:09.151Z] docker volume rm -f docker-dev-cache [2021-03-19T22:28:09.621Z] 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