Started by user Tibor Vass Replayed #7 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 9bf93e90fa9ce74b6f7309a22838da8189838b3b+33f2add9b77e13190a4a29dbafc8d114edb12ab9 (c784727b335a364b511ba3ca47217a3ad18489ef) 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-02-25T03:14:22.861Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2021-02-25T03:14:22.868Z] Trying to pass milestone 7 [Pipeline] milestone [2021-02-25T03:14:22.926Z] Trying to pass milestone 8 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2021-02-25T03:14:23.102Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-06b4bf2ae51247433) in /home/ubuntu/workspace/moby_PR-42056 [Pipeline] { [Pipeline] checkout [2021-02-25T03:14:23.150Z] The recommended git tool is: git [2021-02-25T03:14:23.167Z] using credential docker-jenkins-github-credentials [2021-02-25T03:14:23.174Z] Cloning the remote Git repository [2021-02-25T03:14:23.174Z] Cloning with configured refspecs honoured and without tags [2021-02-25T03:14:23.176Z] Cloning repository https://github.com/moby/moby.git [2021-02-25T03:14:23.177Z] > git init /home/ubuntu/workspace/moby_PR-42056 # timeout=10 [2021-02-25T03:14:23.191Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-25T03:14:23.191Z] > git --version # timeout=10 [2021-02-25T03:14:23.202Z] > git --version # 'git version 2.17.1' [2021-02-25T03:14:23.202Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-25T03:14:23.203Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42056/head:refs/remotes/origin/PR-42056 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-25T03:14:42.493Z] Fetching without tags [2021-02-25T03:14:42.432Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-25T03:14:42.445Z] > git config --add remote.origin.fetch +refs/pull/42056/head:refs/remotes/origin/PR-42056 # timeout=10 [2021-02-25T03:14:42.461Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-25T03:14:42.474Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-25T03:14:42.495Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-25T03:14:42.495Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-25T03:14:42.496Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42056/head:refs/remotes/origin/PR-42056 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-25T03:14:42.784Z] Merging remotes/origin/master commit 33f2add9b77e13190a4a29dbafc8d114edb12ab9 into PR head commit 9bf93e90fa9ce74b6f7309a22838da8189838b3b [2021-02-25T03:14:43.659Z] Merge succeeded, producing 59fc2206d0aa706e3f4af717dec37df091092058 [2021-02-25T03:14:43.659Z] Checking out Revision 59fc2206d0aa706e3f4af717dec37df091092058 (PR-42056) [2021-02-25T03:14:43.956Z] Commit message: "Merge commit '33f2add9b77e13190a4a29dbafc8d114edb12ab9' into HEAD" [2021-02-25T03:14:43.977Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-02-25T03:14:44.629Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42056:/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-02-25T03:14:44.629Z] Unable to find image 'alpine:latest' locally [2021-02-25T03:14:44.629Z] latest: Pulling from library/alpine [2021-02-25T03:14:44.629Z] ba3557a56b15: Pulling fs layer [2021-02-25T03:14:42.789Z] > git config core.sparsecheckout # timeout=10 [2021-02-25T03:14:42.802Z] > git checkout -f 9bf93e90fa9ce74b6f7309a22838da8189838b3b # timeout=10 [2021-02-25T03:14:43.223Z] > git remote # timeout=10 [2021-02-25T03:14:43.229Z] > git config --get remote.origin.url # timeout=10 [2021-02-25T03:14:43.238Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-25T03:14:43.239Z] > git merge 33f2add9b77e13190a4a29dbafc8d114edb12ab9 # timeout=10 [2021-02-25T03:14:43.651Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-25T03:14:43.660Z] > git config core.sparsecheckout # timeout=10 [2021-02-25T03:14:43.665Z] > git checkout -f 59fc2206d0aa706e3f4af717dec37df091092058 # timeout=10 [2021-02-25T03:14:43.959Z] > git rev-list --no-walk f10f3dc3e8605f37e569c4d808cd6813f8696e74 # timeout=10 [2021-02-25T03:14:44.890Z] ba3557a56b15: Verifying Checksum [2021-02-25T03:14:44.890Z] ba3557a56b15: Download complete [2021-02-25T03:14:44.890Z] ba3557a56b15: Pull complete [2021-02-25T03:14:44.890Z] Digest: sha256:a75afd8b57e7f34e4dad8d65e2c7ba2e1975c795ce1ee22fa34f8cf46f96a3be [2021-02-25T03:14:44.890Z] Status: Downloaded newer image for alpine:latest [2021-02-25T03:14:47.435Z] 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 [Pipeline] node [2021-02-25T03:14:48.016Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-06b4bf2ae51247433) in /home/ubuntu/workspace/moby_PR-42056 [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [2021-02-25T03:14:48.021Z] Running on s390x-ubuntu-26 in /home/jenkins/workspace/moby_PR-42056 [2021-02-25T03:14:48.021Z] Running on ppc64le-ubuntu-34 in /home/docker/workspace/moby_PR-42056 [Pipeline] node Stage "win-RS1" skipped due to when conditional [2021-02-25T03:14:48.026Z] Running on azwin-2-292190 in d:\jenkins\workspace\moby_PR-42056 [2021-02-25T03:14:48.027Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0a5679dfd1ce1a264) in /home/ubuntu/workspace/moby_PR-42056 [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] ws [2021-02-25T03:14:48.109Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2021-02-25T03:14:48.122Z] The recommended git tool is: git [Pipeline] checkout [2021-02-25T03:14:48.132Z] using credential docker-jenkins-github-credentials [Pipeline] checkout [2021-02-25T03:14:48.140Z] The recommended git tool is: git [2021-02-25T03:14:48.147Z] Fetching changes from the remote Git repository [2021-02-25T03:14:48.151Z] The recommended git tool is: git [2021-02-25T03:14:48.154Z] Fetching without tags [Pipeline] checkout [2021-02-25T03:14:48.173Z] The recommended git tool is: git [2021-02-25T03:14:48.175Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2021-02-25T03:14:48.190Z] using credential docker-jenkins-github-credentials [2021-02-25T03:14:48.191Z] Cloning the remote Git repository [2021-02-25T03:14:48.191Z] Cloning with configured refspecs honoured and without tags [2021-02-25T03:14:48.206Z] Cloning the remote Git repository [2021-02-25T03:14:48.206Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [2021-02-25T03:14:48.207Z] using credential docker-jenkins-github-credentials [2021-02-25T03:14:48.213Z] Cloning the remote Git repository [2021-02-25T03:14:48.213Z] Cloning with configured refspecs honoured and without tags [Pipeline] checkout [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [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] } [2021-02-25T03:14:48.290Z] The recommended git tool is: git [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] } [2021-02-25T03:14:48.392Z] Merging remotes/origin/master commit 33f2add9b77e13190a4a29dbafc8d114edb12ab9 into PR head commit 9bf93e90fa9ce74b6f7309a22838da8189838b3b [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2021-02-25T03:14:48.507Z] using credential docker-jenkins-github-credentials [2021-02-25T03:14:48.582Z] Cloning the remote Git repository [2021-02-25T03:14:48.582Z] Cloning with configured refspecs honoured and without tags [2021-02-25T03:14:48.769Z] Merge succeeded, producing 1fe305611485f66c1efc95cba292d281ac69a954 [2021-02-25T03:14:48.770Z] Checking out Revision 1fe305611485f66c1efc95cba292d281ac69a954 (PR-42056) [2021-02-25T03:14:48.822Z] Commit message: "Merge commit '33f2add9b77e13190a4a29dbafc8d114edb12ab9' into HEAD" [2021-02-25T03:14:48.834Z] First time build. Skipping changelog. [2021-02-25T03:14:48.616Z] Cloning repository https://github.com/moby/moby.git [2021-02-25T03:14:48.616Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-02-25T03:14:48.681Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-25T03:14:48.681Z] > git --version # timeout=10 [2021-02-25T03:14:48.731Z] > git --version # 'git version 2.24.1.windows.2' [2021-02-25T03:14:48.731Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-25T03:14:48.733Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42056/head:refs/remotes/origin/PR-42056 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-25T03:14:48.140Z] > git rev-parse --is-inside-work-tree # timeout=10 [2021-02-25T03:14:48.148Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-25T03:14:48.156Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-25T03:14:48.156Z] > git --version # timeout=10 [2021-02-25T03:14:48.161Z] > git --version # 'git version 2.17.1' [2021-02-25T03:14:48.162Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-25T03:14:48.162Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42056/head:refs/remotes/origin/PR-42056 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-25T03:14:48.393Z] > git config core.sparsecheckout # timeout=10 [2021-02-25T03:14:48.396Z] > git checkout -f 9bf93e90fa9ce74b6f7309a22838da8189838b3b # timeout=10 [2021-02-25T03:14:48.687Z] > git remote # timeout=10 [2021-02-25T03:14:48.695Z] > git config --get remote.origin.url # timeout=10 [2021-02-25T03:14:48.700Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-25T03:14:48.701Z] > git merge 33f2add9b77e13190a4a29dbafc8d114edb12ab9 # timeout=10 [2021-02-25T03:14:48.762Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-25T03:14:48.770Z] > git config core.sparsecheckout # timeout=10 [2021-02-25T03:14:48.773Z] > git checkout -f 1fe305611485f66c1efc95cba292d281ac69a954 # timeout=10 [2021-02-25T03:14:48.824Z] > git rev-list --no-walk f10f3dc3e8605f37e569c4d808cd6813f8696e74 # timeout=10 [2021-02-25T03:14:48.196Z] Cloning repository https://github.com/moby/moby.git [2021-02-25T03:14:48.196Z] > git init /home/jenkins/workspace/moby_PR-42056 # timeout=10 [2021-02-25T03:14:48.200Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-25T03:14:48.200Z] > git --version # timeout=10 [2021-02-25T03:14:48.205Z] > git --version # 'git version 2.17.1' [2021-02-25T03:14:48.206Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-25T03:14:48.206Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42056/head:refs/remotes/origin/PR-42056 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-25T03:14:48.212Z] Cloning repository https://github.com/moby/moby.git [2021-02-25T03:14:48.212Z] > git init /home/docker/workspace/moby_PR-42056 # timeout=10 [2021-02-25T03:14:48.231Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-25T03:14:48.231Z] > git --version # timeout=10 [2021-02-25T03:14:48.234Z] > git --version # 'git version 2.7.4' [2021-02-25T03:14:48.234Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-25T03:14:48.235Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/42056/head:refs/remotes/origin/PR-42056 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-25T03:14:48.174Z] Cloning repository https://github.com/moby/moby.git [2021-02-25T03:14:48.174Z] > git init /home/ubuntu/workspace/moby_PR-42056 # timeout=10 [2021-02-25T03:14:48.193Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-25T03:14:48.193Z] > git --version # timeout=10 [2021-02-25T03:14:48.201Z] > git --version # 'git version 2.17.1' [2021-02-25T03:14:48.201Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-25T03:14:48.202Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42056/head:refs/remotes/origin/PR-42056 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-02-25T03:14:49.602Z] + docker version [2021-02-25T03:14:49.602Z] Client: Docker Engine - Community [2021-02-25T03:14:49.602Z] Version: 20.10.3 [2021-02-25T03:14:49.602Z] API version: 1.41 [2021-02-25T03:14:49.602Z] Go version: go1.13.15 [2021-02-25T03:14:49.602Z] Git commit: 48d30b5 [2021-02-25T03:14:49.602Z] Built: Fri Jan 29 14:33:13 2021 [2021-02-25T03:14:49.602Z] OS/Arch: linux/amd64 [2021-02-25T03:14:49.602Z] Context: default [2021-02-25T03:14:49.602Z] Experimental: true [2021-02-25T03:14:49.602Z] [2021-02-25T03:14:49.602Z] Server: Docker Engine - Community [2021-02-25T03:14:49.602Z] Engine: [2021-02-25T03:14:49.602Z] Version: 20.10.3 [2021-02-25T03:14:49.602Z] API version: 1.41 (minimum version 1.12) [2021-02-25T03:14:49.602Z] Go version: go1.13.15 [2021-02-25T03:14:49.602Z] Git commit: 46229ca [2021-02-25T03:14:49.602Z] Built: Fri Jan 29 14:31:25 2021 [2021-02-25T03:14:49.602Z] OS/Arch: linux/amd64 [2021-02-25T03:14:49.602Z] Experimental: true [2021-02-25T03:14:49.602Z] containerd: [2021-02-25T03:14:49.602Z] Version: 1.4.3 [2021-02-25T03:14:49.602Z] GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-25T03:14:49.602Z] runc: [2021-02-25T03:14:49.602Z] Version: 1.0.0-rc92 [2021-02-25T03:14:49.602Z] GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-25T03:14:49.602Z] docker-init: [2021-02-25T03:14:49.602Z] Version: 0.19.0 [2021-02-25T03:14:49.602Z] GitCommit: de40ad0 [Pipeline] sh [2021-02-25T03:14:49.890Z] + docker info [2021-02-25T03:14:50.459Z] Client: [2021-02-25T03:14:50.459Z] Context: default [2021-02-25T03:14:50.459Z] Debug Mode: false [2021-02-25T03:14:50.459Z] Plugins: [2021-02-25T03:14:50.459Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-02-25T03:14:50.459Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-02-25T03:14:50.459Z] [2021-02-25T03:14:50.459Z] Server: [2021-02-25T03:14:50.459Z] Containers: 0 [2021-02-25T03:14:50.459Z] Running: 0 [2021-02-25T03:14:50.459Z] Paused: 0 [2021-02-25T03:14:50.459Z] Stopped: 0 [2021-02-25T03:14:50.459Z] Images: 3 [2021-02-25T03:14:50.459Z] Server Version: 20.10.3 [2021-02-25T03:14:50.459Z] Storage Driver: overlay2 [2021-02-25T03:14:50.459Z] Backing Filesystem: extfs [2021-02-25T03:14:50.459Z] Supports d_type: true [2021-02-25T03:14:50.460Z] Native Overlay Diff: true [2021-02-25T03:14:50.460Z] Logging Driver: json-file [2021-02-25T03:14:50.460Z] Cgroup Driver: cgroupfs [2021-02-25T03:14:50.460Z] Cgroup Version: 1 [2021-02-25T03:14:50.460Z] Plugins: [2021-02-25T03:14:50.460Z] Volume: local [2021-02-25T03:14:50.460Z] Network: bridge host ipvlan macvlan null overlay [2021-02-25T03:14:50.460Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-02-25T03:14:50.460Z] Swarm: inactive [2021-02-25T03:14:50.460Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-02-25T03:14:50.460Z] Default Runtime: runc [2021-02-25T03:14:50.460Z] Init Binary: docker-init [2021-02-25T03:14:50.460Z] containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-25T03:14:50.460Z] runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-25T03:14:50.460Z] init version: de40ad0 [2021-02-25T03:14:50.460Z] Security Options: [2021-02-25T03:14:50.460Z] apparmor [2021-02-25T03:14:50.460Z] seccomp [2021-02-25T03:14:50.460Z] Profile: default [2021-02-25T03:14:50.460Z] Kernel Version: 5.4.0-1037-aws [2021-02-25T03:14:50.460Z] Operating System: Ubuntu 18.04.5 LTS [2021-02-25T03:14:50.460Z] OSType: linux [2021-02-25T03:14:50.460Z] Architecture: x86_64 [2021-02-25T03:14:50.460Z] CPUs: 2 [2021-02-25T03:14:50.460Z] Total Memory: 7.487GiB [2021-02-25T03:14:50.460Z] Name: ip-10-100-44-172 [2021-02-25T03:14:50.460Z] ID: IQLA:KLHL:T3IO:DJRF:WETX:4WTK:4HWM:S2ZH:2QDS:GI4C:WACL:ZD5O [2021-02-25T03:14:50.460Z] Docker Root Dir: /var/lib/docker [2021-02-25T03:14:50.460Z] Debug Mode: false [2021-02-25T03:14:50.460Z] Registry: https://index.docker.io/v1/ [2021-02-25T03:14:50.460Z] Labels: [2021-02-25T03:14:50.460Z] Experimental: true [2021-02-25T03:14:50.460Z] Insecure Registries: [2021-02-25T03:14:50.460Z] 127.0.0.0/8 [2021-02-25T03:14:50.460Z] Live Restore Enabled: true [2021-02-25T03:14:50.460Z] [2021-02-25T03:14:50.460Z] WARNING: No swap limit support [2021-02-25T03:14:50.460Z] WARNING: No blkio weight support [2021-02-25T03:14:50.460Z] WARNING: No blkio weight_device support [Pipeline] sh [2021-02-25T03:14:50.747Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-25T03:14:50.747Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-25T03:14:50.747Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42056/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-02-25T03:14:50.747Z] + bash /home/ubuntu/workspace/moby_PR-42056/check-config.sh [2021-02-25T03:14:50.747Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-02-25T03:14:50.747Z] info: reading kernel config from /boot/config-5.4.0-1037-aws ... [2021-02-25T03:14:50.747Z] [2021-02-25T03:14:50.747Z] Generally Necessary: [2021-02-25T03:14:50.747Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-02-25T03:14:50.747Z] - apparmor: enabled and tools installed [2021-02-25T03:14:50.747Z] - CONFIG_NAMESPACES: enabled [2021-02-25T03:14:50.747Z] - CONFIG_NET_NS: enabled [2021-02-25T03:14:50.747Z] - CONFIG_PID_NS: enabled [2021-02-25T03:14:50.747Z] - CONFIG_IPC_NS: enabled [2021-02-25T03:14:50.747Z] - CONFIG_UTS_NS: enabled [2021-02-25T03:14:50.747Z] - CONFIG_CGROUPS: enabled [2021-02-25T03:14:50.747Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-02-25T03:14:50.747Z] - CONFIG_CGROUP_DEVICE: enabled [2021-02-25T03:14:50.747Z] - CONFIG_CGROUP_FREEZER: enabled [2021-02-25T03:14:50.747Z] - CONFIG_CGROUP_SCHED: enabled [2021-02-25T03:14:50.747Z] - CONFIG_CPUSETS: enabled [2021-02-25T03:14:50.747Z] - CONFIG_MEMCG: enabled [2021-02-25T03:14:50.747Z] - CONFIG_KEYS: enabled [2021-02-25T03:14:50.747Z] - CONFIG_VETH: enabled (as module) [2021-02-25T03:14:50.747Z] - CONFIG_BRIDGE: enabled (as module) [2021-02-25T03:14:51.007Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-02-25T03:14:51.007Z] - CONFIG_NF_NAT_IPV4: missing [2021-02-25T03:14:51.007Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-02-25T03:14:51.007Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-02-25T03:14:51.007Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-02-25T03:14:51.007Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-02-25T03:14:51.007Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-02-25T03:14:51.007Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-02-25T03:14:51.007Z] - CONFIG_NF_NAT: enabled (as module) [2021-02-25T03:14:51.007Z] - CONFIG_NF_NAT_NEEDED: missing [2021-02-25T03:14:51.007Z] - CONFIG_POSIX_MQUEUE: enabled [2021-02-25T03:14:51.007Z] [2021-02-25T03:14:51.007Z] Optional Features: [2021-02-25T03:14:51.007Z] - CONFIG_USER_NS: enabled [2021-02-25T03:14:51.007Z] - CONFIG_SECCOMP: enabled [2021-02-25T03:14:51.007Z] - CONFIG_CGROUP_PIDS: enabled [2021-02-25T03:14:51.007Z] - CONFIG_MEMCG_SWAP: enabled [2021-02-25T03:14:51.007Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-02-25T03:14:51.007Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-02-25T03:14:51.007Z] - CONFIG_BLK_CGROUP: enabled [2021-02-25T03:14:51.007Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-02-25T03:14:51.007Z] - CONFIG_IOSCHED_CFQ: missing [2021-02-25T03:14:51.007Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2021-02-25T03:14:51.007Z] - CONFIG_CGROUP_PERF: enabled [2021-02-25T03:14:51.007Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-02-25T03:14:51.007Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-02-25T03:14:51.007Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-02-25T03:14:51.008Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-02-25T03:14:51.008Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-02-25T03:14:51.008Z] - CONFIG_RT_GROUP_SCHED: missing [2021-02-25T03:14:51.008Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-02-25T03:14:51.008Z] - CONFIG_IP_VS: enabled (as module) [2021-02-25T03:14:51.008Z] - CONFIG_IP_VS_NFCT: enabled [2021-02-25T03:14:51.008Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-02-25T03:14:51.008Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-02-25T03:14:51.008Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-02-25T03:14:51.008Z] - CONFIG_EXT4_FS: enabled [2021-02-25T03:14:51.008Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-02-25T03:14:51.008Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-02-25T03:14:51.008Z] - Network Drivers: [2021-02-25T03:14:51.008Z] - "overlay": [2021-02-25T03:14:51.008Z] - CONFIG_VXLAN: enabled (as module) [2021-02-25T03:14:51.008Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-02-25T03:14:51.008Z] Optional (for encrypted networks): [2021-02-25T03:14:51.008Z] - CONFIG_CRYPTO: enabled [2021-02-25T03:14:51.008Z] - CONFIG_CRYPTO_AEAD: enabled [2021-02-25T03:14:51.008Z] - CONFIG_CRYPTO_GCM: enabled [2021-02-25T03:14:51.008Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-02-25T03:14:51.008Z] - CONFIG_CRYPTO_GHASH: enabled [2021-02-25T03:14:51.008Z] - CONFIG_XFRM: enabled [2021-02-25T03:14:51.008Z] - CONFIG_XFRM_USER: enabled (as module) [2021-02-25T03:14:51.008Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-02-25T03:14:51.008Z] - CONFIG_INET_ESP: enabled (as module) [2021-02-25T03:14:51.008Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2021-02-25T03:14:51.008Z] - "ipvlan": [2021-02-25T03:14:51.268Z] - CONFIG_IPVLAN: enabled (as module) [2021-02-25T03:14:51.268Z] - "macvlan": [2021-02-25T03:14:51.268Z] - CONFIG_MACVLAN: enabled (as module) [2021-02-25T03:14:51.268Z] - CONFIG_DUMMY: enabled (as module) [2021-02-25T03:14:51.268Z] - "ftp,tftp client in container": [2021-02-25T03:14:51.268Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-02-25T03:14:51.268Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-02-25T03:14:51.268Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-02-25T03:14:51.268Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-02-25T03:14:51.268Z] - Storage Drivers: [2021-02-25T03:14:51.268Z] - "aufs": [2021-02-25T03:14:51.268Z] - CONFIG_AUFS_FS: enabled (as module) [2021-02-25T03:14:51.268Z] - "btrfs": [2021-02-25T03:14:51.268Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-02-25T03:14:51.268Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-02-25T03:14:51.268Z] - "devicemapper": [2021-02-25T03:14:51.268Z] - CONFIG_BLK_DEV_DM: enabled [2021-02-25T03:14:51.268Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-02-25T03:14:51.268Z] - "overlay": [2021-02-25T03:14:51.268Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-02-25T03:14:51.268Z] - "zfs": [2021-02-25T03:14:51.268Z] - /dev/zfs: present [2021-02-25T03:14:51.268Z] - zfs command: missing [2021-02-25T03:14:51.268Z] - zpool command: missing [2021-02-25T03:14:51.268Z] [2021-02-25T03:14:51.268Z] Limits: [2021-02-25T03:14:51.268Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-02-25T03:14:51.268Z] [2021-02-25T03:14:51.268Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-02-25T03:14:51.622Z] + sudo modprobe ip_vs [2021-02-25T03:14:51.622Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:59fc2206d0aa706e3f4af717dec37df091092058 . [2021-02-25T03:14:51.882Z] #1 [internal] load build definition from Dockerfile [2021-02-25T03:14:51.882Z] #1 sha256:b2a738fab70ee9df16bc2b6b18921c07bb2eefb2c66035382140e8e96bd06ce4 [2021-02-25T03:14:51.882Z] #1 transferring dockerfile: 16.55kB done [2021-02-25T03:14:51.882Z] #1 DONE 0.0s [2021-02-25T03:14:51.882Z] [2021-02-25T03:14:51.882Z] #2 [internal] load .dockerignore [2021-02-25T03:14:51.882Z] #2 sha256:f178fdb0774b2a27d16beb2acefb4c54d590b61cb7eac86add45a43791a5ed5f [2021-02-25T03:14:51.882Z] #2 transferring context: 87B done [2021-02-25T03:14:51.882Z] #2 DONE 0.0s [2021-02-25T03:14:51.882Z] [2021-02-25T03:14:51.882Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2021-02-25T03:14:51.882Z] #3 sha256:adf0ad58625e45ab290e1bebbcfe1d73aceb4d8dbec09db8a7422cf74eff2996 [2021-02-25T03:14:51.882Z] #3 DONE 0.1s [2021-02-25T03:14:51.882Z] [2021-02-25T03:14:51.882Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2021-02-25T03:14:51.882Z] #4 sha256:4f557cac37259deb5e7fe213b122cca6da5945b2c1d8b3b3f23f2bb89e44211c [2021-02-25T03:14:51.882Z] #4 CACHED [2021-02-25T03:14:51.882Z] [2021-02-25T03:14:51.882Z] #5 [internal] load build definition from Dockerfile [2021-02-25T03:14:51.882Z] #5 sha256:7360e2d2da3a6634b374dcbf4c7112ae4a4c1c8fe7c1ab5025d6270946b46d40 [2021-02-25T03:14:52.142Z] #5 transferring dockerfile: 16.55kB done [2021-02-25T03:14:52.142Z] #5 DONE 0.0s [2021-02-25T03:14:52.142Z] [2021-02-25T03:14:52.142Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-02-25T03:14:52.142Z] #6 sha256:0a1107839e0ecca45d986774ce45866360a7743d3cdf29b6672c54019106e228 [2021-02-25T03:14:52.142Z] #6 DONE 0.1s [2021-02-25T03:14:52.142Z] [2021-02-25T03:14:52.142Z] #8 [internal] load metadata for docker.io/library/debian:buster [2021-02-25T03:14:52.142Z] #8 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-02-25T03:14:52.142Z] #8 DONE 0.1s [2021-02-25T03:14:52.142Z] [2021-02-25T03:14:52.142Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-02-25T03:14:52.142Z] #7 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-02-25T03:14:52.142Z] #7 DONE 0.1s [2021-02-25T03:14:52.403Z] [2021-02-25T03:14:52.403Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-02-25T03:14:52.403Z] #25 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb [2021-02-25T03:14:52.403Z] #25 DONE 0.0s [2021-02-25T03:14:52.403Z] [2021-02-25T03:14:52.403Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-02-25T03:14:52.403Z] #61 sha256:8cd31f697465541ec70257fedff688f129ce4fd2b7e73aa0e486f8cf137c7c52 [2021-02-25T03:14:52.403Z] #61 DONE 0.0s [2021-02-25T03:14:52.403Z] [2021-02-25T03:14:52.403Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-25T03:14:52.403Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-25T03:14:52.403Z] #9 DONE 0.0s [2021-02-25T03:14:52.403Z] [2021-02-25T03:14:52.403Z] #22 [internal] load build context [2021-02-25T03:14:52.403Z] #22 sha256:af46805f2fa935ee0fabd3f9a1015f62ed1619509af71b43ae825e14c75be09b [2021-02-25T03:14:53.791Z] #22 transferring context: 53.42MB 1.4s done [2021-02-25T03:14:53.791Z] #22 DONE 1.4s [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #36 [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-02-25T03:14:53.791Z] #36 sha256:0f1750c89c21d470ee8b941711bc221bf3f6dfe685dd38709bee37151545f1d8 [2021-02-25T03:14:53.791Z] #36 CACHED [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-25T03:14:53.791Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-02-25T03:14:53.791Z] #21 CACHED [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #33 [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-02-25T03:14:53.791Z] #33 sha256:44e43fc13523407a7d4b3b80637f0d898a7c526be5dc7de94c6df3947cc09428 [2021-02-25T03:14:53.791Z] #33 CACHED [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #53 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-02-25T03:14:53.791Z] #53 sha256:14d75300dd35ca0550046b49b6d310d0d0b733904255140a6431095c8cd0ff1e [2021-02-25T03:14:53.791Z] #53 CACHED [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #55 [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-02-25T03:14:53.791Z] #55 sha256:889f63b2d312b1d81d8c097908a705d088d4e65fa5d441aef5847a1b4a2334dd [2021-02-25T03:14:53.791Z] #55 CACHED [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #43 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-02-25T03:14:53.791Z] #43 sha256:b8ad8ae517317419d7565c45b8af05ba5cd6d9e30a4419bbb30b168070b653a4 [2021-02-25T03:14:53.791Z] #43 CACHED [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-02-25T03:14:53.791Z] #30 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-02-25T03:14:53.791Z] #30 CACHED [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #50 [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-02-25T03:14:53.791Z] #50 sha256:fdfc04ba7d4f7ef5f3b8d6355a0d196296862b41db3c920f3c341b63de24fa0f [2021-02-25T03:14:53.791Z] #50 CACHED [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #35 [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-02-25T03:14:53.791Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-25T03:14:53.791Z] #35 CACHED [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #20 [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-02-25T03:14:53.791Z] #20 sha256:efeb4a8b6365c0f1dbecade85ab0692fbdf50b930e2e3cb0f3b1ec813d64b6b8 [2021-02-25T03:14:53.791Z] #20 CACHED [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #41 [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-02-25T03:14:53.791Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-25T03:14:53.791Z] #41 CACHED [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-02-25T03:14:53.791Z] #27 sha256:993e1e31fc2ebfe5a656cab198d76e471c2353d03ad858c36a22d5127fd5194e [2021-02-25T03:14:53.791Z] #27 CACHED [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-02-25T03:14:53.791Z] #47 sha256:f1de6598012b872c8a3054f48358254c06d218f57fcd4b77cef5a918c1f5d3c5 [2021-02-25T03:14:53.791Z] #47 CACHED [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #23 [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-02-25T03:14:53.791Z] #23 sha256:f0fec2c1e9fe1ed2bb3760cd983ab1be3d3f953a09a40a94d65c6c292b49bae2 [2021-02-25T03:14:53.791Z] #23 CACHED [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #31 [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-02-25T03:14:53.791Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-25T03:14:53.791Z] #31 CACHED [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #39 [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-02-25T03:14:53.791Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-25T03:14:53.791Z] #39 CACHED [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #63 [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-02-25T03:14:53.791Z] #63 sha256:084630616ab594a94b905ca82c0c175991342ee910e186b83d2602521eac8106 [2021-02-25T03:14:53.791Z] #63 CACHED [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-25T03:14:53.791Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-25T03:14:53.791Z] #12 CACHED [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-02-25T03:14:53.791Z] #51 sha256:f2389f4e32a0e1b2616678891f6ee27279349669ddf05c44edebeb9d9b111570 [2021-02-25T03:14:53.791Z] #51 CACHED [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #52 [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-02-25T03:14:53.791Z] #52 sha256:682a4e2521987f7c4c7ea3b9946774a08aeb226b59caee3f1e2c5a00ae8d96f4 [2021-02-25T03:14:53.791Z] #52 CACHED [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #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-02-25T03:14:53.791Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-02-25T03:14:53.791Z] #11 CACHED [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #45 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-02-25T03:14:53.791Z] #45 sha256:0e6f4bacd61e774da746ac3f96b4ca41bf07f950b9e9a872feb677b5b35dc704 [2021-02-25T03:14:53.791Z] #45 CACHED [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #19 [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-02-25T03:14:53.791Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-25T03:14:53.791Z] #19 CACHED [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-02-25T03:14:53.791Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-02-25T03:14:53.791Z] #10 CACHED [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-02-25T03:14:53.791Z] #62 sha256:1a12e28043898d3f1fecd08493cc11e52eba98542b3516211047ddeac7e69cdd [2021-02-25T03:14:53.791Z] #62 CACHED [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #48 [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-02-25T03:14:53.791Z] #48 sha256:11be5cfe328d9a7ac7812c5b50b2af337c5ee65f91e2041759f9a4efba767ee7 [2021-02-25T03:14:53.791Z] #48 CACHED [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-02-25T03:14:53.791Z] #60 sha256:52bd4d7a38b3d0b470d96b842e76b786716e8781608d5ae3fdae9bbe300d94ee [2021-02-25T03:14:53.791Z] #60 CACHED [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #28 [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-02-25T03:14:53.791Z] #28 sha256:13e3157a5be71f9fe72ac5e59c3c13ba5974f68f86fb87335c741e90b4a4980f [2021-02-25T03:14:53.791Z] #28 CACHED [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-02-25T03:14:53.791Z] #16 sha256:e0fd3f181c6a1aefb495e9780bd348beb6c7a92b0e700d78b21dddc21b6d3788 [2021-02-25T03:14:53.791Z] #16 CACHED [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #15 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-02-25T03:14:53.791Z] #15 sha256:f49da00d55432a53eccbeeb79d7a9dfdea5b595b3817b9c4dc4376949abc3cd7 [2021-02-25T03:14:53.791Z] #15 CACHED [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #37 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-02-25T03:14:53.791Z] #37 sha256:3c0b1b858990c45624739e8af4f843f9f21f55f54a954c6c3464433c9d56f301 [2021-02-25T03:14:53.791Z] #37 CACHED [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #44 [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-02-25T03:14:53.791Z] #44 sha256:b39ca73306db94188170f04af96efd8db86af3f4a6f660eb3be2121d93dbdc96 [2021-02-25T03:14:53.791Z] #44 CACHED [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-02-25T03:14:53.791Z] #58 sha256:31ed4a197f393f2b7bbda5df76121c90ac391b0165e1d5d6e5e756ac1687ba2d [2021-02-25T03:14:53.791Z] #58 CACHED [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #40 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-02-25T03:14:53.791Z] #40 sha256:b226bc7356fe51852541af0d1f6aae44cee9e5dece8c8a22df3dd8560e320646 [2021-02-25T03:14:53.791Z] #40 CACHED [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-02-25T03:14:53.791Z] #38 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-02-25T03:14:53.791Z] #38 CACHED [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #13 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-02-25T03:14:53.791Z] #13 sha256:5d93c16b11b4fa823b774777222a562901bea96919d6b4f99bcfab4a0637fb25 [2021-02-25T03:14:53.791Z] #13 CACHED [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-02-25T03:14:53.791Z] #65 sha256:3af5fdc20c16d7ab50f781e5bf8cd6283035e790e09f1800a7f8290aa156116e [2021-02-25T03:14:53.791Z] #65 CACHED [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-02-25T03:14:53.791Z] #17 sha256:f042adb567361aaa003e9e425fd06cc735c4a98b1120e5d4e13f4e35e2efd6f5 [2021-02-25T03:14:53.791Z] #17 CACHED [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #54 [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-02-25T03:14:53.791Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-25T03:14:53.791Z] #54 CACHED [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #57 [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-02-25T03:14:53.791Z] #57 sha256:1f708dd90dc2d463674e8c3b527a7772d79a55570bb402e4335b31ea75e3216b [2021-02-25T03:14:53.791Z] #57 CACHED [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #46 [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-02-25T03:14:53.791Z] #46 sha256:4306485c3a91ec8ea8cc859a874b6e124f2a90af7044997db44a4ab9e087d4a8 [2021-02-25T03:14:53.791Z] #46 CACHED [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-02-25T03:14:53.791Z] #24 sha256:9d80097550fec8ee49d0f85e2c3a628765a5824135ce61eb286405b5f646ead5 [2021-02-25T03:14:53.791Z] #24 CACHED [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-02-25T03:14:53.791Z] #29 sha256:5f2ae71e02ff673ae7f4c26b6618446c9e712a0f46224c979223e61f2a4ae19e [2021-02-25T03:14:53.791Z] #29 CACHED [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #42 [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-02-25T03:14:53.791Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:14:53.791Z] #42 CACHED [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #14 [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-02-25T03:14:53.791Z] #14 sha256:9870d309798d4684300692663586ff94ad80094a53fa8816f3d1b7fdbf3f8075 [2021-02-25T03:14:53.791Z] #14 CACHED [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #64 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-02-25T03:14:53.791Z] #64 sha256:442ff8c8cc58db1ae69ab386e7ba7c25b4298593873ca5be236e1a223712d77c [2021-02-25T03:14:53.791Z] #64 CACHED [2021-02-25T03:14:53.791Z] [2021-02-25T03:14:53.791Z] #56 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-02-25T03:14:53.792Z] #56 sha256:39315db213b222570a5a67a0d9647727391e7fa752b3294c2b636f1f1308606d [2021-02-25T03:14:53.792Z] #56 CACHED [2021-02-25T03:14:53.792Z] [2021-02-25T03:14:53.792Z] #26 [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-02-25T03:14:53.792Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-02-25T03:14:53.792Z] #26 CACHED [2021-02-25T03:14:53.792Z] [2021-02-25T03:14:53.792Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-02-25T03:14:53.792Z] #59 sha256:252c4366563ca83ed07dfddb110d9d789fdb12cbb8688c57a3b88391977cd3e8 [2021-02-25T03:14:53.792Z] #59 CACHED [2021-02-25T03:14:53.792Z] [2021-02-25T03:14:53.792Z] #32 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-02-25T03:14:53.792Z] #32 sha256:e090c25c2aa7438ae5f6e4f73adfa57fb623f2de56cc96271f225e636b80be82 [2021-02-25T03:14:53.792Z] #32 CACHED [2021-02-25T03:14:53.792Z] [2021-02-25T03:14:53.792Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-02-25T03:14:53.792Z] #34 sha256:2df68913402adaaa49ca2b012914ca0dfadd728240c3834c268ea3dac67bb5ab [2021-02-25T03:14:53.792Z] #34 CACHED [2021-02-25T03:14:53.792Z] [2021-02-25T03:14:53.792Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-02-25T03:14:53.792Z] #49 sha256:b0fb95f639d9b2c6b31a177b881278b2b4f53a8519b09a4957fc44d518ae8d5a [2021-02-25T03:14:53.792Z] #49 CACHED [2021-02-25T03:14:53.792Z] [2021-02-25T03:14:53.792Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2021-02-25T03:14:53.792Z] #18 sha256:86984b543c4e9d471b758b4d0d9dc83fe9fc7f9a2a4e2219c14f672e16b922b3 [2021-02-25T03:14:53.792Z] #18 CACHED [2021-02-25T03:14:53.792Z] [2021-02-25T03:14:53.792Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-02-25T03:14:53.792Z] #66 sha256:3c747d5b9753286c046dafc57cf72e1ee26a54fda3a0728da391361f8fc06fc3 [2021-02-25T03:14:53.792Z] #66 CACHED [2021-02-25T03:14:53.792Z] [2021-02-25T03:14:53.792Z] #67 exporting to image [2021-02-25T03:14:53.792Z] #67 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-02-25T03:14:53.792Z] #67 exporting layers done [2021-02-25T03:14:53.792Z] #67 writing image sha256:36fababc1c21a543b030fb327af96b85384986b58e289590a2921b6a72956661 done [2021-02-25T03:14:53.792Z] #67 naming to docker.io/library/docker:59fc2206d0aa706e3f4af717dec37df091092058 done [2021-02-25T03:14:53.792Z] #67 DONE 0.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2021-02-25T03:14:54.180Z] + trap exit INT TERM [2021-02-25T03:14:54.180Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2021-02-25T03:14:54.180Z] + CONTAINER_NAME=docker-pr8 [2021-02-25T03:14:54.180Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42056/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42056/.git:/go/src/github.com/docker/docker/.git --name docker-pr8-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=59fc2206d0aa706e3f4af717dec37df091092058 -e DOCKER_GRAPHDRIVER docker:59fc2206d0aa706e3f4af717dec37df091092058 hack/make.sh dynbinary-daemon [2021-02-25T03:14:54.751Z] [2021-02-25T03:14:54.751Z] Removing bundles/ [2021-02-25T03:14:54.751Z] [2021-02-25T03:14:55.011Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2021-02-25T03:14:55.011Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-02-25T03:14:55.011Z] GOOS="" GOARCH="" GOARM="" [2021-02-25T03:14:59.154Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-25T03:14:59.156Z] > git config --add remote.origin.fetch +refs/pull/42056/head:refs/remotes/origin/PR-42056 # timeout=10 [2021-02-25T03:14:59.188Z] Fetching without tags [2021-02-25T03:14:59.465Z] Merging remotes/origin/master commit 33f2add9b77e13190a4a29dbafc8d114edb12ab9 into PR head commit 9bf93e90fa9ce74b6f7309a22838da8189838b3b [2021-02-25T03:15:00.459Z] Merge succeeded, producing dc667ff76647eb8647ed9dd175212f78348b9b3b [2021-02-25T03:15:00.459Z] Checking out Revision dc667ff76647eb8647ed9dd175212f78348b9b3b (PR-42056) [2021-02-25T03:15:00.531Z] Commit message: "Merge commit '33f2add9b77e13190a4a29dbafc8d114edb12ab9' into HEAD" [2021-02-25T03:15:00.557Z] First time build. Skipping changelog. [2021-02-25T03:14:59.159Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-25T03:14:59.178Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-25T03:14:59.194Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-25T03:14:59.194Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-25T03:14:59.194Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42056/head:refs/remotes/origin/PR-42056 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-25T03:14:59.470Z] > git config core.sparsecheckout # timeout=10 [2021-02-25T03:14:59.472Z] > git checkout -f 9bf93e90fa9ce74b6f7309a22838da8189838b3b # timeout=10 [2021-02-25T03:14:59.893Z] > git remote # timeout=10 [2021-02-25T03:14:59.896Z] > git config --get remote.origin.url # timeout=10 [2021-02-25T03:14:59.906Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-25T03:14:59.906Z] > git merge 33f2add9b77e13190a4a29dbafc8d114edb12ab9 # timeout=10 [2021-02-25T03:15:00.446Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-25T03:15:00.464Z] > git config core.sparsecheckout # timeout=10 [2021-02-25T03:15:00.466Z] > git checkout -f dc667ff76647eb8647ed9dd175212f78348b9b3b # timeout=10 [2021-02-25T03:15:00.539Z] > git rev-list --no-walk f10f3dc3e8605f37e569c4d808cd6813f8696e74 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-02-25T03:15:01.450Z] + docker version [2021-02-25T03:15:01.450Z] Client: Docker Engine - Community [2021-02-25T03:15:01.450Z] Version: 19.03.7 [2021-02-25T03:15:01.450Z] API version: 1.40 [2021-02-25T03:15:01.450Z] Go version: go1.12.17 [2021-02-25T03:15:01.450Z] Git commit: 7141c199a2 [2021-02-25T03:15:01.450Z] Built: Sat Mar 7 16:48:47 2020 [2021-02-25T03:15:01.450Z] OS/Arch: linux/s390x [2021-02-25T03:15:01.450Z] Experimental: false [2021-02-25T03:15:01.450Z] [2021-02-25T03:15:01.450Z] Server: Docker Engine - Community [2021-02-25T03:15:01.450Z] Engine: [2021-02-25T03:15:01.450Z] Version: 19.03.7 [2021-02-25T03:15:01.450Z] API version: 1.40 (minimum version 1.12) [2021-02-25T03:15:01.450Z] Go version: go1.12.17 [2021-02-25T03:15:01.450Z] Git commit: 7141c199a2 [2021-02-25T03:15:01.450Z] Built: Sat Mar 7 16:47:46 2020 [2021-02-25T03:15:01.450Z] OS/Arch: linux/s390x [2021-02-25T03:15:01.450Z] Experimental: true [2021-02-25T03:15:01.450Z] containerd: [2021-02-25T03:15:01.450Z] Version: 1.2.13 [2021-02-25T03:15:01.450Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2021-02-25T03:15:01.450Z] runc: [2021-02-25T03:15:01.450Z] Version: 1.0.0-rc10 [2021-02-25T03:15:01.450Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2021-02-25T03:15:01.450Z] docker-init: [2021-02-25T03:15:01.450Z] Version: 0.18.0 [2021-02-25T03:15:01.450Z] GitCommit: fec3683 [Pipeline] sh [2021-02-25T03:15:01.845Z] + docker info [2021-02-25T03:15:01.845Z] Client: [2021-02-25T03:15:01.845Z] Debug Mode: false [2021-02-25T03:15:01.845Z] [2021-02-25T03:15:01.845Z] Server: [2021-02-25T03:15:01.845Z] Containers: 0 [2021-02-25T03:15:01.845Z] Running: 0 [2021-02-25T03:15:01.845Z] Paused: 0 [2021-02-25T03:15:01.845Z] Stopped: 0 [2021-02-25T03:15:01.845Z] Images: 0 [2021-02-25T03:15:01.845Z] Server Version: 19.03.7 [2021-02-25T03:15:01.845Z] Storage Driver: overlay2 [2021-02-25T03:15:01.845Z] Backing Filesystem: [2021-02-25T03:15:01.845Z] Supports d_type: true [2021-02-25T03:15:01.845Z] Native Overlay Diff: true [2021-02-25T03:15:01.845Z] Logging Driver: json-file [2021-02-25T03:15:01.845Z] Cgroup Driver: cgroupfs [2021-02-25T03:15:01.845Z] Plugins: [2021-02-25T03:15:01.845Z] Volume: local [2021-02-25T03:15:01.845Z] Network: bridge host ipvlan macvlan null overlay [2021-02-25T03:15:01.845Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-02-25T03:15:01.845Z] Swarm: inactive [2021-02-25T03:15:01.845Z] Runtimes: runc [2021-02-25T03:15:01.845Z] Default Runtime: runc [2021-02-25T03:15:01.845Z] Init Binary: docker-init [2021-02-25T03:15:01.845Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2021-02-25T03:15:01.845Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2021-02-25T03:15:01.845Z] init version: fec3683 [2021-02-25T03:15:01.845Z] Security Options: [2021-02-25T03:15:01.845Z] apparmor [2021-02-25T03:15:01.845Z] seccomp [2021-02-25T03:15:01.845Z] Profile: default [2021-02-25T03:15:01.845Z] Kernel Version: 4.15.0-88-generic [2021-02-25T03:15:01.845Z] Operating System: Ubuntu 18.04.4 LTS [2021-02-25T03:15:01.845Z] OSType: linux [2021-02-25T03:15:01.845Z] Architecture: s390x [2021-02-25T03:15:01.845Z] CPUs: 2 [2021-02-25T03:15:01.845Z] Total Memory: 7.861GiB [2021-02-25T03:15:01.845Z] Name: s390x-ubuntu-26 [2021-02-25T03:15:01.845Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2021-02-25T03:15:01.845Z] Docker Root Dir: /var/lib/docker [2021-02-25T03:15:01.845Z] Debug Mode: false [2021-02-25T03:15:01.845Z] Registry: https://index.docker.io/v1/ [2021-02-25T03:15:01.845Z] Labels: [2021-02-25T03:15:01.845Z] Experimental: true [2021-02-25T03:15:01.845Z] Insecure Registries: [2021-02-25T03:15:01.845Z] 127.0.0.0/8 [2021-02-25T03:15:01.845Z] Live Restore Enabled: false [2021-02-25T03:15:01.845Z] [2021-02-25T03:15:01.845Z] WARNING: No swap limit support [Pipeline] sh [2021-02-25T03:15:02.052Z] Fetching without tags [2021-02-25T03:15:02.233Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-25T03:15:02.233Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-25T03:15:02.233Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-42056/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-02-25T03:15:02.233Z] + bash /home/jenkins/workspace/moby_PR-42056/check-config.sh [2021-02-25T03:15:02.233Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-02-25T03:15:02.233Z] info: reading kernel config from /boot/config-4.15.0-88-generic ... [2021-02-25T03:15:02.233Z] [2021-02-25T03:15:02.233Z] Generally Necessary: [2021-02-25T03:15:02.233Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-02-25T03:15:02.233Z] - apparmor: enabled and tools installed [2021-02-25T03:15:02.233Z] - CONFIG_NAMESPACES: enabled [2021-02-25T03:15:02.233Z] - CONFIG_NET_NS: enabled [2021-02-25T03:15:02.233Z] - CONFIG_PID_NS: enabled [2021-02-25T03:15:02.233Z] - CONFIG_IPC_NS: enabled [2021-02-25T03:15:02.233Z] - CONFIG_UTS_NS: enabled [2021-02-25T03:15:02.233Z] - CONFIG_CGROUPS: enabled [2021-02-25T03:15:02.233Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-02-25T03:15:02.233Z] - CONFIG_CGROUP_DEVICE: enabled [2021-02-25T03:15:02.233Z] - CONFIG_CGROUP_FREEZER: enabled [2021-02-25T03:15:02.233Z] - CONFIG_CGROUP_SCHED: enabled [2021-02-25T03:15:02.233Z] - CONFIG_CPUSETS: enabled [2021-02-25T03:15:02.233Z] - CONFIG_MEMCG: enabled [2021-02-25T03:15:02.233Z] - CONFIG_KEYS: enabled [2021-02-25T03:15:02.233Z] - CONFIG_VETH: enabled (as module) [2021-02-25T03:15:02.233Z] - CONFIG_BRIDGE: enabled (as module) [2021-02-25T03:15:02.233Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-02-25T03:15:02.233Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2021-02-25T03:15:02.233Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-02-25T03:15:02.233Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-02-25T03:15:02.233Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-02-25T03:15:02.233Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-02-25T03:15:02.233Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-02-25T03:15:02.233Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-02-25T03:15:02.233Z] - CONFIG_NF_NAT: enabled (as module) [2021-02-25T03:15:02.233Z] - CONFIG_NF_NAT_NEEDED: enabled [2021-02-25T03:15:02.233Z] - CONFIG_POSIX_MQUEUE: enabled [2021-02-25T03:15:02.233Z] [2021-02-25T03:15:02.233Z] Optional Features: [2021-02-25T03:15:02.233Z] - CONFIG_USER_NS: enabled [2021-02-25T03:15:02.233Z] - CONFIG_SECCOMP: enabled [2021-02-25T03:15:02.233Z] - CONFIG_CGROUP_PIDS: enabled [2021-02-25T03:15:02.233Z] - CONFIG_MEMCG_SWAP: enabled [2021-02-25T03:15:02.233Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-02-25T03:15:02.233Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-02-25T03:15:02.233Z] - CONFIG_BLK_CGROUP: enabled [2021-02-25T03:15:02.233Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-02-25T03:15:02.233Z] - CONFIG_IOSCHED_CFQ: enabled [2021-02-25T03:15:02.233Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2021-02-25T03:15:02.233Z] - CONFIG_CGROUP_PERF: enabled [2021-02-25T03:15:02.233Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-02-25T03:15:02.233Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-02-25T03:15:02.233Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-02-25T03:15:02.233Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-02-25T03:15:02.233Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-02-25T03:15:02.233Z] - CONFIG_RT_GROUP_SCHED: missing [2021-02-25T03:15:02.233Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-02-25T03:15:02.233Z] - CONFIG_IP_VS: enabled (as module) [2021-02-25T03:15:02.233Z] - CONFIG_IP_VS_NFCT: enabled [2021-02-25T03:15:02.233Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-02-25T03:15:02.233Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-02-25T03:15:02.290Z] Merging remotes/origin/master commit 33f2add9b77e13190a4a29dbafc8d114edb12ab9 into PR head commit 9bf93e90fa9ce74b6f7309a22838da8189838b3b [2021-02-25T03:15:01.981Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-25T03:15:01.991Z] > git config --add remote.origin.fetch +refs/pull/42056/head:refs/remotes/origin/PR-42056 # timeout=10 [2021-02-25T03:15:01.994Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-25T03:15:02.002Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-25T03:15:02.010Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-25T03:15:02.010Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-25T03:15:02.011Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42056/head:refs/remotes/origin/PR-42056 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-25T03:15:02.247Z] > git config core.sparsecheckout # timeout=10 [2021-02-25T03:15:02.258Z] > git checkout -f 9bf93e90fa9ce74b6f7309a22838da8189838b3b # timeout=10 [2021-02-25T03:15:02.528Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-02-25T03:15:02.528Z] - CONFIG_EXT4_FS: enabled [2021-02-25T03:15:02.528Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-02-25T03:15:02.528Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-02-25T03:15:02.528Z] - Network Drivers: [2021-02-25T03:15:02.528Z] - "overlay": [2021-02-25T03:15:02.528Z] - CONFIG_VXLAN: enabled (as module) [2021-02-25T03:15:02.528Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-02-25T03:15:02.528Z] Optional (for encrypted networks): [2021-02-25T03:15:02.528Z] - CONFIG_CRYPTO: enabled [2021-02-25T03:15:02.528Z] - CONFIG_CRYPTO_AEAD: enabled [2021-02-25T03:15:02.528Z] - CONFIG_CRYPTO_GCM: enabled [2021-02-25T03:15:02.528Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-02-25T03:15:02.528Z] - CONFIG_CRYPTO_GHASH: enabled [2021-02-25T03:15:02.528Z] - CONFIG_XFRM: enabled [2021-02-25T03:15:02.528Z] - CONFIG_XFRM_USER: enabled (as module) [2021-02-25T03:15:02.528Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-02-25T03:15:02.528Z] - CONFIG_INET_ESP: enabled (as module) [2021-02-25T03:15:02.528Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2021-02-25T03:15:02.528Z] - "ipvlan": [2021-02-25T03:15:02.528Z] - CONFIG_IPVLAN: enabled (as module) [2021-02-25T03:15:02.528Z] - "macvlan": [2021-02-25T03:15:02.528Z] - CONFIG_MACVLAN: enabled (as module) [2021-02-25T03:15:02.528Z] - CONFIG_DUMMY: enabled (as module) [2021-02-25T03:15:02.528Z] - "ftp,tftp client in container": [2021-02-25T03:15:02.528Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-02-25T03:15:02.528Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-02-25T03:15:02.528Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-02-25T03:15:02.528Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-02-25T03:15:02.528Z] - Storage Drivers: [2021-02-25T03:15:02.528Z] - "aufs": [2021-02-25T03:15:02.528Z] - CONFIG_AUFS_FS: enabled (as module) [2021-02-25T03:15:02.528Z] - "btrfs": [2021-02-25T03:15:02.528Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-02-25T03:15:02.528Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-02-25T03:15:02.528Z] - "devicemapper": [2021-02-25T03:15:02.528Z] - CONFIG_BLK_DEV_DM: enabled [2021-02-25T03:15:02.528Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-02-25T03:15:02.528Z] - "overlay": [2021-02-25T03:15:02.528Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-02-25T03:15:02.528Z] - "zfs": [2021-02-25T03:15:02.528Z] - /dev/zfs: missing [2021-02-25T03:15:02.528Z] - zfs command: missing [2021-02-25T03:15:02.528Z] - zpool command: missing [2021-02-25T03:15:02.528Z] [2021-02-25T03:15:02.528Z] Limits: [2021-02-25T03:15:02.528Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-02-25T03:15:02.528Z] [2021-02-25T03:15:02.528Z] + true [2021-02-25T03:15:02.408Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-25T03:15:02.461Z] > git config --add remote.origin.fetch +refs/pull/42056/head:refs/remotes/origin/PR-42056 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-02-25T03:15:02.737Z] Fetching without tags [2021-02-25T03:15:02.983Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:59fc2206d0aa706e3f4af717dec37df091092058 . [2021-02-25T03:15:02.983Z] #1 [internal] load .dockerignore [2021-02-25T03:15:02.983Z] #1 transferring context: 87B done [2021-02-25T03:15:02.983Z] #1 DONE 0.0s [2021-02-25T03:15:02.983Z] [2021-02-25T03:15:02.983Z] #2 [internal] load build definition from Dockerfile [2021-02-25T03:15:02.983Z] #2 transferring dockerfile: 16.55kB done [2021-02-25T03:15:02.983Z] #2 DONE 0.0s [2021-02-25T03:15:02.983Z] [2021-02-25T03:15:02.983Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2021-02-25T03:15:03.015Z] Still waiting to schedule task [2021-02-25T03:15:03.016Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2021-02-25T03:15:03.016Z] Still waiting to schedule task [2021-02-25T03:15:03.016Z] All nodes of label ‘amd64&&ubuntu-2004&&cgroup2’ are offline [2021-02-25T03:15:03.022Z] Still waiting to schedule task [2021-02-25T03:15:03.022Z] All nodes of label ‘arm64&&linux’ are offline [2021-02-25T03:15:03.255Z] Merge succeeded, producing 5e13eff535dcc587b5dbc442fb642a23078a0ec1 [2021-02-25T03:15:03.255Z] Checking out Revision 5e13eff535dcc587b5dbc442fb642a23078a0ec1 (PR-42056) [2021-02-25T03:15:03.293Z] #3 DONE 0.2s [2021-02-25T03:15:03.293Z] [2021-02-25T03:15:03.293Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2021-02-25T03:15:03.293Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2021-02-25T03:15:03.293Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2021-02-25T03:15:03.293Z] #4 sha256:5bf144d844d8560c37576acf15f95a39f34818f35fc6f48495d827161e397cea 521B / 521B done [2021-02-25T03:15:03.293Z] #4 sha256:4f216ae6358af18e67fc5776f6cfbce0c11d409ab23468a9be6b99bf08c7a101 897B / 897B done [2021-02-25T03:15:03.293Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 0B / 8.88MB 0.1s [2021-02-25T03:15:03.322Z] Commit message: "Merge commit '33f2add9b77e13190a4a29dbafc8d114edb12ab9' into HEAD" [2021-02-25T03:15:03.345Z] First time build. Skipping changelog. [2021-02-25T03:15:03.593Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 6.06MB / 8.88MB 0.2s [2021-02-25T03:15:03.593Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 8.88MB / 8.88MB 0.2s done [2021-02-25T03:15:03.593Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 [2021-02-25T03:15:03.593Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 0.2s done [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-02-25T03:15:03.888Z] #4 DONE 0.6s [2021-02-25T03:15:02.685Z] > git remote # timeout=10 [2021-02-25T03:15:02.693Z] > git config --get remote.origin.url # timeout=10 [2021-02-25T03:15:02.698Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-25T03:15:02.699Z] > git merge 33f2add9b77e13190a4a29dbafc8d114edb12ab9 # timeout=10 [2021-02-25T03:15:03.200Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-25T03:15:03.213Z] > git config core.sparsecheckout # timeout=10 [2021-02-25T03:15:03.216Z] > git checkout -f 5e13eff535dcc587b5dbc442fb642a23078a0ec1 # timeout=10 [2021-02-25T03:15:03.280Z] > git rev-list --no-walk f10f3dc3e8605f37e569c4d808cd6813f8696e74 # timeout=10 [2021-02-25T03:15:04.116Z] Merging remotes/origin/master commit 33f2add9b77e13190a4a29dbafc8d114edb12ab9 into PR head commit 9bf93e90fa9ce74b6f7309a22838da8189838b3b [2021-02-25T03:15:04.121Z] + [ PR != PR ] [2021-02-25T03:15:04.121Z] + [ master != master ] [2021-02-25T03:15:04.121Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-02-25T03:15:02.516Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-25T03:15:02.644Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-25T03:15:02.771Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-25T03:15:02.771Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-25T03:15:02.773Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42056/head:refs/remotes/origin/PR-42056 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-25T03:15:04.149Z] > git config core.sparsecheckout # timeout=10 [2021-02-25T03:15:04.202Z] > git checkout -f 9bf93e90fa9ce74b6f7309a22838da8189838b3b # timeout=10 [2021-02-25T03:15:04.466Z] + docker version [2021-02-25T03:15:04.466Z] Client: Docker Engine - Community [2021-02-25T03:15:04.466Z] Version: 20.10.3 [2021-02-25T03:15:04.466Z] API version: 1.41 [2021-02-25T03:15:04.466Z] Go version: go1.13.15 [2021-02-25T03:15:04.466Z] Git commit: 48d30b5 [2021-02-25T03:15:04.466Z] Built: Fri Jan 29 14:33:13 2021 [2021-02-25T03:15:04.466Z] OS/Arch: linux/amd64 [2021-02-25T03:15:04.466Z] Context: default [2021-02-25T03:15:04.466Z] Experimental: true [2021-02-25T03:15:04.466Z] [2021-02-25T03:15:04.466Z] Server: Docker Engine - Community [2021-02-25T03:15:04.466Z] Engine: [2021-02-25T03:15:04.466Z] Version: 20.10.3 [2021-02-25T03:15:04.466Z] API version: 1.41 (minimum version 1.12) [2021-02-25T03:15:04.466Z] Go version: go1.13.15 [2021-02-25T03:15:04.466Z] Git commit: 46229ca [2021-02-25T03:15:04.466Z] Built: Fri Jan 29 14:31:25 2021 [2021-02-25T03:15:04.466Z] OS/Arch: linux/amd64 [2021-02-25T03:15:04.466Z] Experimental: true [2021-02-25T03:15:04.466Z] containerd: [2021-02-25T03:15:04.466Z] Version: 1.4.3 [2021-02-25T03:15:04.466Z] GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-25T03:15:04.466Z] runc: [2021-02-25T03:15:04.466Z] Version: 1.0.0-rc92 [2021-02-25T03:15:04.466Z] GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-25T03:15:04.466Z] docker-init: [2021-02-25T03:15:04.466Z] Version: 0.19.0 [2021-02-25T03:15:04.466Z] GitCommit: de40ad0 [Pipeline] sh [2021-02-25T03:15:04.558Z] [2021-02-25T03:15:04.558Z] #7 [internal] load metadata for docker.io/library/debian:buster [2021-02-25T03:15:04.558Z] #7 DONE 0.1s [2021-02-25T03:15:04.558Z] [2021-02-25T03:15:04.558Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-02-25T03:15:04.558Z] #5 DONE 0.1s [2021-02-25T03:15:04.558Z] [2021-02-25T03:15:04.558Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-02-25T03:15:04.558Z] #6 DONE 0.2s [2021-02-25T03:15:04.558Z] [2021-02-25T03:15:04.558Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2021-02-25T03:15:04.558Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2021-02-25T03:15:04.558Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 0B / 48.97MB [2021-02-25T03:15:04.558Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-02-25T03:15:04.558Z] #8 sha256:34df2acbe7473a9a58120e63c8a0547be2460d33f88557496252c423301f85f8 1.79kB / 1.79kB done [2021-02-25T03:15:04.558Z] #8 sha256:2ccfa7a81d7b4297306fdd2a1fe1763c321c9273784674a28766b86687198484 6.19kB / 6.19kB done [2021-02-25T03:15:04.558Z] #8 sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 0B / 7.39MB [2021-02-25T03:15:04.558Z] #8 sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 924.89kB / 7.39MB 0.1s [2021-02-25T03:15:04.750Z] + docker info [2021-02-25T03:15:04.893Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 4.39MB / 48.97MB 0.2s [2021-02-25T03:15:04.893Z] #8 sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 6.21MB / 7.39MB 0.2s [2021-02-25T03:15:04.893Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 8.50MB / 48.97MB 0.3s [2021-02-25T03:15:04.893Z] #8 sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 7.39MB / 7.39MB 0.2s done [2021-02-25T03:15:04.893Z] #8 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 0B / 9.88MB 0.3s [2021-02-25T03:15:04.893Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 12.42MB / 48.97MB 0.4s [2021-02-25T03:15:04.893Z] #8 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 4.00MB / 9.88MB 0.4s [2021-02-25T03:15:05.216Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 16.76MB / 48.97MB 0.5s [2021-02-25T03:15:05.216Z] #8 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 8.01MB / 9.88MB 0.5s [2021-02-25T03:15:05.216Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 22.32MB / 48.97MB 0.6s [2021-02-25T03:15:05.217Z] #8 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 9.88MB / 9.88MB 0.6s [2021-02-25T03:15:05.217Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 30.33MB / 48.97MB 0.7s [2021-02-25T03:15:05.217Z] #8 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 9.88MB / 9.88MB 0.6s done [2021-02-25T03:15:05.217Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 503.81kB / 51.38MB 0.7s [2021-02-25T03:15:05.317Z] Client: [2021-02-25T03:15:05.317Z] Context: default [2021-02-25T03:15:05.317Z] Debug Mode: false [2021-02-25T03:15:05.317Z] Plugins: [2021-02-25T03:15:05.317Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-02-25T03:15:05.317Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-02-25T03:15:05.317Z] [2021-02-25T03:15:05.317Z] Server: [2021-02-25T03:15:05.317Z] Containers: 0 [2021-02-25T03:15:05.317Z] Running: 0 [2021-02-25T03:15:05.317Z] Paused: 0 [2021-02-25T03:15:05.317Z] Stopped: 0 [2021-02-25T03:15:05.317Z] Images: 2 [2021-02-25T03:15:05.317Z] Server Version: 20.10.3 [2021-02-25T03:15:05.317Z] Storage Driver: overlay2 [2021-02-25T03:15:05.317Z] Backing Filesystem: extfs [2021-02-25T03:15:05.317Z] Supports d_type: true [2021-02-25T03:15:05.317Z] Native Overlay Diff: true [2021-02-25T03:15:05.317Z] Logging Driver: json-file [2021-02-25T03:15:05.317Z] Cgroup Driver: cgroupfs [2021-02-25T03:15:05.317Z] Cgroup Version: 1 [2021-02-25T03:15:05.317Z] Plugins: [2021-02-25T03:15:05.317Z] Volume: local [2021-02-25T03:15:05.317Z] Network: bridge host ipvlan macvlan null overlay [2021-02-25T03:15:05.317Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-02-25T03:15:05.317Z] Swarm: inactive [2021-02-25T03:15:05.317Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-02-25T03:15:05.317Z] Default Runtime: runc [2021-02-25T03:15:05.317Z] Init Binary: docker-init [2021-02-25T03:15:05.317Z] containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-25T03:15:05.317Z] runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-25T03:15:05.317Z] init version: de40ad0 [2021-02-25T03:15:05.317Z] Security Options: [2021-02-25T03:15:05.317Z] apparmor [2021-02-25T03:15:05.317Z] seccomp [2021-02-25T03:15:05.317Z] Profile: default [2021-02-25T03:15:05.317Z] Kernel Version: 5.4.0-1037-aws [2021-02-25T03:15:05.317Z] Operating System: Ubuntu 18.04.5 LTS [2021-02-25T03:15:05.317Z] OSType: linux [2021-02-25T03:15:05.317Z] Architecture: x86_64 [2021-02-25T03:15:05.317Z] CPUs: 2 [2021-02-25T03:15:05.317Z] Total Memory: 7.487GiB [2021-02-25T03:15:05.317Z] Name: ip-10-100-102-10 [2021-02-25T03:15:05.317Z] ID: IQLA:KLHL:T3IO:DJRF:WETX:4WTK:4HWM:S2ZH:2QDS:GI4C:WACL:ZD5O [2021-02-25T03:15:05.317Z] Docker Root Dir: /var/lib/docker [2021-02-25T03:15:05.317Z] Debug Mode: false [2021-02-25T03:15:05.317Z] Registry: https://index.docker.io/v1/ [2021-02-25T03:15:05.317Z] Labels: [2021-02-25T03:15:05.317Z] Experimental: true [2021-02-25T03:15:05.317Z] Insecure Registries: [2021-02-25T03:15:05.317Z] 127.0.0.0/8 [2021-02-25T03:15:05.317Z] Live Restore Enabled: true [2021-02-25T03:15:05.317Z] [2021-02-25T03:15:05.317Z] WARNING: No swap limit support [2021-02-25T03:15:05.317Z] WARNING: No blkio weight support [2021-02-25T03:15:05.317Z] WARNING: No blkio weight_device support [Pipeline] sh [2021-02-25T03:15:05.543Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 35.50MB / 48.97MB 0.8s [2021-02-25T03:15:05.543Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 4.48MB / 51.38MB 0.8s [2021-02-25T03:15:05.543Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 39.34MB / 48.97MB 0.9s [2021-02-25T03:15:05.543Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 9.56MB / 51.38MB 0.9s [2021-02-25T03:15:05.543Z] #8 ... [2021-02-25T03:15:05.543Z] [2021-02-25T03:15:05.543Z] #21 [internal] load build context [2021-02-25T03:15:05.543Z] #21 transferring context: 53.42MB 1.1s done [2021-02-25T03:15:05.543Z] #21 DONE 1.1s [2021-02-25T03:15:05.543Z] [2021-02-25T03:15:05.543Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2021-02-25T03:15:05.543Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 44.79MB / 48.97MB 1.0s [2021-02-25T03:15:05.543Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 13.93MB / 51.38MB 1.0s [2021-02-25T03:15:05.601Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-25T03:15:05.601Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-25T03:15:05.601Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42056/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-02-25T03:15:05.601Z] + bash /home/ubuntu/workspace/moby_PR-42056/check-config.sh [2021-02-25T03:15:05.601Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-02-25T03:15:05.601Z] info: reading kernel config from /boot/config-5.4.0-1037-aws ... [2021-02-25T03:15:05.601Z] [2021-02-25T03:15:05.601Z] Generally Necessary: [2021-02-25T03:15:05.601Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-02-25T03:15:05.601Z] - apparmor: enabled and tools installed [2021-02-25T03:15:05.601Z] - CONFIG_NAMESPACES: enabled [2021-02-25T03:15:05.601Z] - CONFIG_NET_NS: enabled [2021-02-25T03:15:05.601Z] - CONFIG_PID_NS: enabled [2021-02-25T03:15:05.601Z] - CONFIG_IPC_NS: enabled [2021-02-25T03:15:05.601Z] - CONFIG_UTS_NS: enabled [2021-02-25T03:15:05.601Z] - CONFIG_CGROUPS: enabled [2021-02-25T03:15:05.601Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-02-25T03:15:05.601Z] - CONFIG_CGROUP_DEVICE: enabled [2021-02-25T03:15:05.601Z] - CONFIG_CGROUP_FREEZER: enabled [2021-02-25T03:15:05.601Z] - CONFIG_CGROUP_SCHED: enabled [2021-02-25T03:15:05.601Z] - CONFIG_CPUSETS: enabled [2021-02-25T03:15:05.601Z] - CONFIG_MEMCG: enabled [2021-02-25T03:15:05.601Z] - CONFIG_KEYS: enabled [2021-02-25T03:15:05.601Z] - CONFIG_VETH: enabled (as module) [2021-02-25T03:15:05.601Z] - CONFIG_BRIDGE: enabled (as module) [2021-02-25T03:15:05.601Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-02-25T03:15:05.601Z] - CONFIG_NF_NAT_IPV4: missing [2021-02-25T03:15:05.601Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-02-25T03:15:05.601Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-02-25T03:15:05.601Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-02-25T03:15:05.601Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-02-25T03:15:05.601Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-02-25T03:15:05.601Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-02-25T03:15:05.601Z] - CONFIG_NF_NAT: enabled (as module) [2021-02-25T03:15:05.601Z] - CONFIG_NF_NAT_NEEDED: missing [2021-02-25T03:15:05.601Z] - CONFIG_POSIX_MQUEUE: enabled [2021-02-25T03:15:05.601Z] [2021-02-25T03:15:05.601Z] Optional Features: [2021-02-25T03:15:05.601Z] - CONFIG_USER_NS: enabled [2021-02-25T03:15:05.601Z] - CONFIG_SECCOMP: enabled [2021-02-25T03:15:05.601Z] - CONFIG_CGROUP_PIDS: enabled [2021-02-25T03:15:05.601Z] - CONFIG_MEMCG_SWAP: enabled [2021-02-25T03:15:05.601Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-02-25T03:15:05.601Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-02-25T03:15:05.601Z] - CONFIG_BLK_CGROUP: enabled [2021-02-25T03:15:05.601Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-02-25T03:15:05.601Z] - CONFIG_IOSCHED_CFQ: missing [2021-02-25T03:15:05.601Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2021-02-25T03:15:05.601Z] - CONFIG_CGROUP_PERF: enabled [2021-02-25T03:15:05.854Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 48.97MB / 48.97MB 1.1s [2021-02-25T03:15:05.854Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 18.21MB / 51.38MB 1.1s [2021-02-25T03:15:05.859Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-02-25T03:15:05.859Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-02-25T03:15:05.859Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-02-25T03:15:05.859Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-02-25T03:15:05.859Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-02-25T03:15:05.859Z] - CONFIG_RT_GROUP_SCHED: missing [2021-02-25T03:15:05.859Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-02-25T03:15:05.859Z] - CONFIG_IP_VS: enabled (as module) [2021-02-25T03:15:05.859Z] - CONFIG_IP_VS_NFCT: enabled [2021-02-25T03:15:05.859Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-02-25T03:15:05.859Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-02-25T03:15:05.859Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-02-25T03:15:05.859Z] - CONFIG_EXT4_FS: enabled [2021-02-25T03:15:05.859Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-02-25T03:15:05.859Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-02-25T03:15:05.859Z] - Network Drivers: [2021-02-25T03:15:05.859Z] - "overlay": [2021-02-25T03:15:05.859Z] - CONFIG_VXLAN: enabled (as module) [2021-02-25T03:15:05.859Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-02-25T03:15:05.859Z] Optional (for encrypted networks): [2021-02-25T03:15:05.859Z] - CONFIG_CRYPTO: enabled [2021-02-25T03:15:05.859Z] - CONFIG_CRYPTO_AEAD: enabled [2021-02-25T03:15:05.859Z] - CONFIG_CRYPTO_GCM: enabled [2021-02-25T03:15:05.859Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-02-25T03:15:05.859Z] - CONFIG_CRYPTO_GHASH: enabled [2021-02-25T03:15:05.859Z] - CONFIG_XFRM: enabled [2021-02-25T03:15:05.859Z] - CONFIG_XFRM_USER: enabled (as module) [2021-02-25T03:15:05.859Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-02-25T03:15:05.859Z] - CONFIG_INET_ESP: enabled (as module) [2021-02-25T03:15:05.859Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2021-02-25T03:15:05.859Z] - "ipvlan": [2021-02-25T03:15:05.859Z] - CONFIG_IPVLAN: enabled (as module) [2021-02-25T03:15:05.859Z] - "macvlan": [2021-02-25T03:15:05.859Z] - CONFIG_MACVLAN: enabled (as module) [2021-02-25T03:15:05.859Z] - CONFIG_DUMMY: enabled (as module) [2021-02-25T03:15:05.859Z] - "ftp,tftp client in container": [2021-02-25T03:15:05.859Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-02-25T03:15:05.859Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-02-25T03:15:05.859Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-02-25T03:15:05.859Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-02-25T03:15:05.859Z] - Storage Drivers: [2021-02-25T03:15:05.859Z] - "aufs": [2021-02-25T03:15:05.859Z] - CONFIG_AUFS_FS: enabled (as module) [2021-02-25T03:15:05.859Z] - "btrfs": [2021-02-25T03:15:05.859Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-02-25T03:15:05.859Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-02-25T03:15:05.859Z] - "devicemapper": [2021-02-25T03:15:05.859Z] - CONFIG_BLK_DEV_DM: enabled [2021-02-25T03:15:05.859Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-02-25T03:15:05.859Z] - "overlay": [2021-02-25T03:15:05.859Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-02-25T03:15:05.859Z] - "zfs": [2021-02-25T03:15:05.859Z] - /dev/zfs: present [2021-02-25T03:15:05.859Z] - zfs command: missing [2021-02-25T03:15:05.859Z] - zpool command: missing [2021-02-25T03:15:05.859Z] [2021-02-25T03:15:05.859Z] Limits: [2021-02-25T03:15:05.859Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-02-25T03:15:05.859Z] [2021-02-25T03:15:05.859Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-02-25T03:15:06.159Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 48.97MB / 48.97MB 1.2s done [2021-02-25T03:15:06.159Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 35.52MB / 51.38MB 1.4s [2021-02-25T03:15:06.159Z] #8 extracting sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 [2021-02-25T03:15:06.159Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 3.01MB / 56.74MB 1.4s [2021-02-25T03:15:06.159Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 2.15MB / 102.23MB 1.4s [2021-02-25T03:15:06.159Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 39.01MB / 51.38MB 1.5s [2021-02-25T03:15:06.159Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 7.59MB / 56.74MB 1.5s [2021-02-25T03:15:06.159Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 42.86MB / 51.38MB 1.6s [2021-02-25T03:15:06.159Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 11.86MB / 56.74MB 1.6s [2021-02-25T03:15:06.159Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 8.93MB / 102.23MB 1.6s [2021-02-25T03:15:06.196Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:59fc2206d0aa706e3f4af717dec37df091092058 . [2021-02-25T03:15:06.455Z] #1 [internal] load build definition from Dockerfile [2021-02-25T03:15:06.455Z] #1 sha256:1fa0c27568678d2e680a4cf76a95e7474e2baa9945e80ac46b6e1d0fc4e996de [2021-02-25T03:15:06.455Z] #1 transferring dockerfile: 16.55kB done [2021-02-25T03:15:06.455Z] #1 DONE 0.0s [2021-02-25T03:15:06.455Z] [2021-02-25T03:15:06.455Z] #2 [internal] load .dockerignore [2021-02-25T03:15:06.455Z] #2 sha256:314e6164815ba138d9cf5c5ffc633a1e3ce684c19c0de0e9a1c617d3efd82290 [2021-02-25T03:15:06.455Z] #2 transferring context: 87B done [2021-02-25T03:15:06.455Z] #2 DONE 0.0s [2021-02-25T03:15:06.455Z] [2021-02-25T03:15:06.455Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2021-02-25T03:15:06.455Z] #3 sha256:adf0ad58625e45ab290e1bebbcfe1d73aceb4d8dbec09db8a7422cf74eff2996 [2021-02-25T03:15:06.456Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 16.28MB / 56.74MB 1.7s [2021-02-25T03:15:06.456Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 51.38MB / 51.38MB 1.9s [2021-02-25T03:15:06.456Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 24.25MB / 56.74MB 1.9s [2021-02-25T03:15:06.456Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 19.58MB / 102.23MB 1.9s [2021-02-25T03:15:06.456Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 51.38MB / 51.38MB 1.9s done [2021-02-25T03:15:06.456Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 29.23MB / 56.74MB 2.0s [2021-02-25T03:15:06.456Z] #8 sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 0B / 156B 2.0s [2021-02-25T03:15:06.547Z] Fetching without tags [2021-02-25T03:15:06.714Z] #3 DONE 0.4s [2021-02-25T03:15:06.714Z] [2021-02-25T03:15:06.714Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2021-02-25T03:15:06.714Z] #4 sha256:4f557cac37259deb5e7fe213b122cca6da5945b2c1d8b3b3f23f2bb89e44211c [2021-02-25T03:15:06.714Z] #4 CACHED [2021-02-25T03:15:06.752Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 28.31MB / 102.23MB 2.1s [2021-02-25T03:15:06.752Z] #8 sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 156B / 156B 2.0s done [2021-02-25T03:15:06.752Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 34.90MB / 56.74MB 2.2s [2021-02-25T03:15:06.926Z] Merging remotes/origin/master commit 33f2add9b77e13190a4a29dbafc8d114edb12ab9 into PR head commit 9bf93e90fa9ce74b6f7309a22838da8189838b3b [2021-02-25T03:15:06.973Z] [2021-02-25T03:15:06.973Z] #5 [internal] load build definition from Dockerfile [2021-02-25T03:15:06.973Z] #5 sha256:4ef1c27849ac1acad746fb4e3f3f0415837db7f2c77f9da4ede9dc0c087b07c8 [2021-02-25T03:15:06.973Z] #5 transferring dockerfile: 16.55kB done [2021-02-25T03:15:06.973Z] #5 DONE 0.0s [2021-02-25T03:15:06.973Z] [2021-02-25T03:15:06.973Z] #7 [internal] load metadata for docker.io/library/debian:buster [2021-02-25T03:15:06.973Z] #7 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-02-25T03:15:06.973Z] #7 DONE 0.1s [2021-02-25T03:15:06.973Z] [2021-02-25T03:15:06.973Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-02-25T03:15:06.973Z] #8 sha256:0a1107839e0ecca45d986774ce45866360a7743d3cdf29b6672c54019106e228 [2021-02-25T03:15:07.047Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 33.75MB / 102.23MB 2.3s [2021-02-25T03:15:07.047Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 38.78MB / 56.74MB 2.4s [2021-02-25T03:15:07.047Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 42.97MB / 56.74MB 2.5s [2021-02-25T03:15:07.047Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 41.65MB / 102.23MB 2.5s [2021-02-25T03:15:07.237Z] #8 DONE 0.1s [2021-02-25T03:15:07.237Z] [2021-02-25T03:15:07.237Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-02-25T03:15:07.237Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-02-25T03:15:07.345Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 49.67MB / 56.74MB 2.7s [2021-02-25T03:15:07.345Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 48.66MB / 102.23MB 2.7s [2021-02-25T03:15:07.345Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 54.91MB / 56.74MB 2.8s [2021-02-25T03:15:07.345Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 54.79MB / 102.23MB 2.8s [2021-02-25T03:15:07.505Z] #6 DONE 0.3s [2021-02-25T03:15:07.505Z] [2021-02-25T03:15:07.505Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-02-25T03:15:07.505Z] #61 sha256:8cd31f697465541ec70257fedff688f129ce4fd2b7e73aa0e486f8cf137c7c52 [2021-02-25T03:15:07.505Z] #61 DONE 0.0s [2021-02-25T03:15:07.505Z] [2021-02-25T03:15:07.505Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-25T03:15:07.505Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-25T03:15:07.505Z] #9 DONE 0.0s [2021-02-25T03:15:07.505Z] [2021-02-25T03:15:07.505Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-02-25T03:15:07.505Z] #25 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb [2021-02-25T03:15:07.505Z] #25 DONE 0.0s [2021-02-25T03:15:07.505Z] [2021-02-25T03:15:07.505Z] #22 [internal] load build context [2021-02-25T03:15:07.505Z] #22 sha256:331c193e0299537605dced319688cca2e0554fa78ad7ee1295375f87c857d473 [2021-02-25T03:15:07.645Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 56.74MB / 56.74MB 2.9s done [2021-02-25T03:15:07.645Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 61.27MB / 102.23MB 2.9s [2021-02-25T03:15:07.645Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 71.10MB / 102.23MB 3.0s [2021-02-25T03:15:07.645Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 80.12MB / 102.23MB 3.1s [2021-02-25T03:15:06.518Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-25T03:15:06.520Z] > git config --add remote.origin.fetch +refs/pull/42056/head:refs/remotes/origin/PR-42056 # timeout=10 [2021-02-25T03:15:06.523Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-25T03:15:06.538Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-25T03:15:06.553Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-25T03:15:06.553Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-25T03:15:06.554Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/42056/head:refs/remotes/origin/PR-42056 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-25T03:15:06.932Z] > git config core.sparsecheckout # timeout=10 [2021-02-25T03:15:06.934Z] > git checkout -f 9bf93e90fa9ce74b6f7309a22838da8189838b3b # timeout=10 [2021-02-25T03:15:07.630Z] > git remote # timeout=10 [2021-02-25T03:15:07.633Z] > git config --get remote.origin.url # timeout=10 [2021-02-25T03:15:07.636Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-25T03:15:07.637Z] > git merge 33f2add9b77e13190a4a29dbafc8d114edb12ab9 # timeout=10 [2021-02-25T03:15:07.429Z] > git remote # timeout=10 [2021-02-25T03:15:07.486Z] > git config --get remote.origin.url # timeout=10 [2021-02-25T03:15:07.544Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-25T03:15:07.546Z] > git merge 33f2add9b77e13190a4a29dbafc8d114edb12ab9 # timeout=10 [2021-02-25T03:15:07.944Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 89.38MB / 102.23MB 3.2s [2021-02-25T03:15:07.944Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 100.19MB / 102.23MB 3.3s [2021-02-25T03:15:08.136Z] Merge succeeded, producing 0c80bd9afb5bc265355f0d301c5ba29aca629e55 [2021-02-25T03:15:08.136Z] Checking out Revision 0c80bd9afb5bc265355f0d301c5ba29aca629e55 (PR-42056) [2021-02-25T03:15:08.238Z] #8 ... [2021-02-25T03:15:08.238Z] [2021-02-25T03:15:08.238Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2021-02-25T03:15:08.238Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2021-02-25T03:15:08.238Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2021-02-25T03:15:08.238Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2021-02-25T03:15:08.238Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 2.2s done [2021-02-25T03:15:08.238Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.0s done [2021-02-25T03:15:08.238Z] #60 DONE 3.7s [2021-02-25T03:15:08.238Z] [2021-02-25T03:15:08.238Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2021-02-25T03:15:08.238Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 102.23MB / 102.23MB 3.5s done [2021-02-25T03:15:08.598Z] Commit message: "Merge commit '33f2add9b77e13190a4a29dbafc8d114edb12ab9' into HEAD" [2021-02-25T03:15:08.654Z] Merge succeeded, producing 9ca5f779c9407fbcc51fb0dccfbb06e082b3ebe9 [2021-02-25T03:15:08.655Z] Checking out Revision 9ca5f779c9407fbcc51fb0dccfbb06e082b3ebe9 (PR-42056) [2021-02-25T03:15:08.733Z] First time build. Skipping changelog. [2021-02-25T03:15:08.753Z] Commit message: "Merge commit '33f2add9b77e13190a4a29dbafc8d114edb12ab9' into HEAD" [2021-02-25T03:15:08.768Z] First time build. Skipping changelog. [2021-02-25T03:15:08.891Z] #22 transferring context: 53.42MB 1.4s done [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2021-02-25T03:15:09.159Z] #22 DONE 1.5s [2021-02-25T03:15:09.159Z] [2021-02-25T03:15:09.159Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-02-25T03:15:09.159Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-02-25T03:15:09.159Z] #10 CACHED [2021-02-25T03:15:09.159Z] [2021-02-25T03:15:09.159Z] #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-02-25T03:15:09.159Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-02-25T03:15:09.159Z] #11 CACHED [2021-02-25T03:15:09.159Z] [2021-02-25T03:15:09.159Z] #57 [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-02-25T03:15:09.159Z] #57 sha256:26523d67375903b8dac97041e5fa36b3b7f9b584981f1b199f0ec4a360e2f7b2 [2021-02-25T03:15:09.159Z] #57 CACHED [2021-02-25T03:15:09.159Z] [2021-02-25T03:15:09.159Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-02-25T03:15:09.159Z] #58 sha256:83921a9330be861d4f38a2dd5e78b2c75eba15045c200b9d1ba24c12d825af8c [Pipeline] sh [2021-02-25T03:15:09.418Z] #58 DONE 0.3s [2021-02-25T03:15:09.418Z] [2021-02-25T03:15:09.418Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-02-25T03:15:09.418Z] #59 sha256:5554743cd89caa9f06db7c1fd306ba8b60a23d80e5a1ecda69d9fd0e37a4c0bd [2021-02-25T03:15:09.418Z] #59 DONE 0.0s [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2021-02-25T03:15:08.644Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-25T03:15:08.660Z] > git config core.sparsecheckout # timeout=10 [2021-02-25T03:15:08.663Z] > git checkout -f 9ca5f779c9407fbcc51fb0dccfbb06e082b3ebe9 # timeout=10 [2021-02-25T03:15:08.758Z] > git rev-list --no-walk f10f3dc3e8605f37e569c4d808cd6813f8696e74 # timeout=10 [Pipeline] sh [2021-02-25T03:15:09.761Z] #8 extracting sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 3.5s done [2021-02-25T03:15:09.761Z] #8 ... [2021-02-25T03:15:09.761Z] [2021-02-25T03:15:09.761Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e... [2021-02-25T03:15:09.761Z] #24 resolve docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 done [2021-02-25T03:15:09.761Z] #24 sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 1.85kB / 1.85kB done [2021-02-25T03:15:09.761Z] #24 sha256:f3f6ec162b83d29614c01226ea605246bb0145f8acee893d539b545df7028593 529B / 529B done [2021-02-25T03:15:09.761Z] #24 sha256:3c935fed0e8d4347b5ba2359be41a4112a2c83373b4be140f1a2e46ea2880690 1.46kB / 1.46kB done [2021-02-25T03:15:09.761Z] #24 sha256:fb61e252baf0cdce361b288d8df47eab4b2adb45935d61331700aa9281372c74 48.97MB / 48.97MB 1.3s done [2021-02-25T03:15:09.761Z] #24 extracting sha256:fb61e252baf0cdce361b288d8df47eab4b2adb45935d61331700aa9281372c74 3.1s done [2021-02-25T03:15:09.761Z] #24 DONE 5.1s [2021-02-25T03:15:09.761Z] [2021-02-25T03:15:09.761Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2021-02-25T03:15:09.761Z] #8 extracting sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 [2021-02-25T03:15:08.037Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-02-25T03:15:08.169Z] > git config core.sparsecheckout # timeout=10 [2021-02-25T03:15:08.224Z] > git checkout -f 0c80bd9afb5bc265355f0d301c5ba29aca629e55 # timeout=10 [2021-02-25T03:15:08.631Z] > git rev-list --no-walk f10f3dc3e8605f37e569c4d808cd6813f8696e74 # timeout=10 [2021-02-25T03:15:10.061Z] + docker version [2021-02-25T03:15:10.061Z] Client: [2021-02-25T03:15:10.061Z] Version: 18.06.1-ce [2021-02-25T03:15:10.061Z] API version: 1.38 [2021-02-25T03:15:10.061Z] Go version: go1.10.3 [2021-02-25T03:15:10.061Z] Git commit: e68fc7a [2021-02-25T03:15:10.061Z] Built: Tue Aug 21 17:26:10 2018 [2021-02-25T03:15:10.061Z] OS/Arch: linux/ppc64le [2021-02-25T03:15:10.061Z] Experimental: false [2021-02-25T03:15:10.061Z] [2021-02-25T03:15:10.061Z] Server: [2021-02-25T03:15:10.061Z] Engine: [2021-02-25T03:15:10.061Z] Version: 18.06.1-ce [2021-02-25T03:15:10.061Z] API version: 1.38 (minimum version 1.12) [2021-02-25T03:15:10.061Z] Go version: go1.10.3 [2021-02-25T03:15:10.061Z] Git commit: e68fc7a [2021-02-25T03:15:10.061Z] Built: Tue Aug 21 17:24:20 2018 [2021-02-25T03:15:10.061Z] OS/Arch: linux/ppc64le [2021-02-25T03:15:10.061Z] Experimental: true [2021-02-25T03:15:10.067Z] #8 extracting sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 0.3s done [2021-02-25T03:15:10.067Z] #8 extracting sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc [2021-02-25T03:15:10.082Z] + docker version [2021-02-25T03:15:10.082Z] Client: Docker Engine - Enterprise [2021-02-25T03:15:10.082Z] Version: 19.03.12 [2021-02-25T03:15:10.082Z] API version: 1.40 [2021-02-25T03:15:10.082Z] Go version: go1.13.13 [2021-02-25T03:15:10.082Z] Git commit: 4306744 [2021-02-25T03:15:10.082Z] Built: 08/05/2020 19:27:53 [2021-02-25T03:15:10.082Z] OS/Arch: windows/amd64 [2021-02-25T03:15:10.082Z] Experimental: false [2021-02-25T03:15:10.082Z] [2021-02-25T03:15:10.082Z] Server: Docker Engine - Enterprise [2021-02-25T03:15:10.082Z] Engine: [2021-02-25T03:15:10.082Z] Version: 19.03.12 [2021-02-25T03:15:10.082Z] API version: 1.40 (minimum version 1.24) [2021-02-25T03:15:10.082Z] Go version: go1.13.13 [2021-02-25T03:15:10.082Z] Git commit: f295753ffd [2021-02-25T03:15:10.082Z] Built: 08/05/2020 19:26:41 [2021-02-25T03:15:10.082Z] OS/Arch: windows/amd64 [2021-02-25T03:15:10.082Z] Experimental: true [Pipeline] sh [Pipeline] sh [2021-02-25T03:15:10.450Z] + docker info [2021-02-25T03:15:10.450Z] Containers: 0 [2021-02-25T03:15:10.450Z] Running: 0 [2021-02-25T03:15:10.450Z] Paused: 0 [2021-02-25T03:15:10.450Z] Stopped: 0 [2021-02-25T03:15:10.450Z] Images: 0 [2021-02-25T03:15:10.450Z] Server Version: 18.06.1-ce [2021-02-25T03:15:10.450Z] Storage Driver: overlay2 [2021-02-25T03:15:10.450Z] Backing Filesystem: extfs [2021-02-25T03:15:10.450Z] Supports d_type: true [2021-02-25T03:15:10.450Z] Native Overlay Diff: true [2021-02-25T03:15:10.450Z] Logging Driver: json-file [2021-02-25T03:15:10.450Z] Cgroup Driver: cgroupfs [2021-02-25T03:15:10.450Z] Plugins: [2021-02-25T03:15:10.450Z] Volume: local [2021-02-25T03:15:10.450Z] Network: bridge host ipvlan macvlan null overlay [2021-02-25T03:15:10.450Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2021-02-25T03:15:10.450Z] Swarm: inactive [2021-02-25T03:15:10.450Z] Runtimes: runc [2021-02-25T03:15:10.450Z] Default Runtime: runc [2021-02-25T03:15:10.450Z] Init Binary: docker-init [2021-02-25T03:15:10.450Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2021-02-25T03:15:10.450Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2021-02-25T03:15:10.450Z] init version: fec3683 [2021-02-25T03:15:10.450Z] Security Options: [2021-02-25T03:15:10.450Z] apparmor [2021-02-25T03:15:10.450Z] seccomp [2021-02-25T03:15:10.450Z] Profile: default [2021-02-25T03:15:10.450Z] Kernel Version: 4.4.0-139-generic [2021-02-25T03:15:10.450Z] Operating System: Ubuntu 16.04.3 LTS [2021-02-25T03:15:10.450Z] OSType: linux [2021-02-25T03:15:10.450Z] Architecture: ppc64le [2021-02-25T03:15:10.450Z] CPUs: 4 [2021-02-25T03:15:10.450Z] Total Memory: 7.972GiB [2021-02-25T03:15:10.450Z] Name: ppc64le-ubuntu-34 [2021-02-25T03:15:10.450Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2021-02-25T03:15:10.450Z] Docker Root Dir: /var/lib/docker [2021-02-25T03:15:10.450Z] Debug Mode (client): false [2021-02-25T03:15:10.450Z] Debug Mode (server): false [2021-02-25T03:15:10.450Z] Registry: https://index.docker.io/v1/ [2021-02-25T03:15:10.450Z] Labels: [2021-02-25T03:15:10.450Z] Experimental: true [2021-02-25T03:15:10.450Z] Insecure Registries: [2021-02-25T03:15:10.450Z] 127.0.0.0/8 [2021-02-25T03:15:10.450Z] Live Restore Enabled: false [2021-02-25T03:15:10.450Z] [Pipeline] sh [2021-02-25T03:15:10.707Z] #8 extracting sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 0.4s done [2021-02-25T03:15:10.707Z] #8 extracting sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d [2021-02-25T03:15:11.050Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-25T03:15:11.050Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-25T03:15:11.050Z] + curl -fsSL -o /home/docker/workspace/moby_PR-42056/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-02-25T03:15:11.050Z] + bash /home/docker/workspace/moby_PR-42056/check-config.sh [2021-02-25T03:15:11.050Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-02-25T03:15:11.050Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2021-02-25T03:15:11.050Z] [2021-02-25T03:15:11.050Z] Generally Necessary: [2021-02-25T03:15:11.050Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-02-25T03:15:11.050Z] - apparmor: enabled and tools installed [2021-02-25T03:15:11.050Z] - CONFIG_NAMESPACES: enabled [2021-02-25T03:15:11.050Z] - CONFIG_NET_NS: enabled [2021-02-25T03:15:11.050Z] - CONFIG_PID_NS: enabled [2021-02-25T03:15:11.050Z] - CONFIG_IPC_NS: enabled [2021-02-25T03:15:11.050Z] - CONFIG_UTS_NS: enabled [2021-02-25T03:15:11.050Z] - CONFIG_CGROUPS: enabled [2021-02-25T03:15:11.050Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-02-25T03:15:11.050Z] - CONFIG_CGROUP_DEVICE: enabled [2021-02-25T03:15:11.050Z] - CONFIG_CGROUP_FREEZER: enabled [2021-02-25T03:15:11.050Z] - CONFIG_CGROUP_SCHED: enabled [2021-02-25T03:15:11.050Z] - CONFIG_CPUSETS: enabled [2021-02-25T03:15:11.050Z] - CONFIG_MEMCG: enabled [2021-02-25T03:15:11.050Z] - CONFIG_KEYS: enabled [2021-02-25T03:15:11.050Z] - CONFIG_VETH: enabled (as module) [2021-02-25T03:15:11.050Z] - CONFIG_BRIDGE: enabled (as module) [2021-02-25T03:15:11.050Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-02-25T03:15:11.138Z] + docker info [2021-02-25T03:15:11.348Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2021-02-25T03:15:11.348Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-02-25T03:15:11.348Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-02-25T03:15:11.348Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-02-25T03:15:11.348Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-02-25T03:15:11.348Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-02-25T03:15:11.348Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-02-25T03:15:11.348Z] - CONFIG_NF_NAT: enabled (as module) [2021-02-25T03:15:11.348Z] - CONFIG_NF_NAT_NEEDED: enabled [2021-02-25T03:15:11.348Z] - CONFIG_POSIX_MQUEUE: enabled [2021-02-25T03:15:11.348Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2021-02-25T03:15:11.348Z] [2021-02-25T03:15:11.348Z] Optional Features: [2021-02-25T03:15:11.348Z] - CONFIG_USER_NS: enabled [2021-02-25T03:15:11.348Z] - CONFIG_SECCOMP: enabled [2021-02-25T03:15:11.348Z] - CONFIG_CGROUP_PIDS: enabled [2021-02-25T03:15:11.348Z] - CONFIG_MEMCG_SWAP: enabled [2021-02-25T03:15:11.348Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-02-25T03:15:11.348Z] (cgroup swap accounting is currently enabled) [2021-02-25T03:15:11.348Z] - CONFIG_MEMCG_KMEM: enabled [2021-02-25T03:15:11.348Z] - CONFIG_BLK_CGROUP: enabled [2021-02-25T03:15:11.348Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-02-25T03:15:11.348Z] - CONFIG_IOSCHED_CFQ: enabled [2021-02-25T03:15:11.348Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2021-02-25T03:15:11.348Z] - CONFIG_CGROUP_PERF: enabled [2021-02-25T03:15:11.348Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-02-25T03:15:11.348Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-02-25T03:15:11.348Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-02-25T03:15:11.348Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-02-25T03:15:11.348Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-02-25T03:15:11.348Z] - CONFIG_RT_GROUP_SCHED: missing [2021-02-25T03:15:11.348Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-02-25T03:15:11.348Z] - CONFIG_IP_VS: enabled (as module) [2021-02-25T03:15:11.348Z] - CONFIG_IP_VS_NFCT: enabled [2021-02-25T03:15:11.348Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-02-25T03:15:11.348Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-02-25T03:15:11.348Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-02-25T03:15:11.348Z] - CONFIG_EXT4_FS: enabled [2021-02-25T03:15:11.348Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-02-25T03:15:11.348Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-02-25T03:15:11.348Z] - Network Drivers: [2021-02-25T03:15:11.348Z] - "overlay": [2021-02-25T03:15:11.348Z] - CONFIG_VXLAN: enabled (as module) [2021-02-25T03:15:11.348Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-02-25T03:15:11.348Z] Optional (for encrypted networks): [2021-02-25T03:15:11.643Z] - CONFIG_CRYPTO: enabled [2021-02-25T03:15:11.643Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2021-02-25T03:15:11.643Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2021-02-25T03:15:11.643Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2021-02-25T03:15:11.643Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2021-02-25T03:15:11.643Z] - CONFIG_XFRM: enabled [2021-02-25T03:15:11.643Z] - CONFIG_XFRM_USER: enabled (as module) [2021-02-25T03:15:11.643Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-02-25T03:15:11.643Z] - CONFIG_INET_ESP: enabled (as module) [2021-02-25T03:15:11.643Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2021-02-25T03:15:11.643Z] - "ipvlan": [2021-02-25T03:15:11.643Z] - CONFIG_IPVLAN: enabled (as module) [2021-02-25T03:15:11.643Z] - "macvlan": [2021-02-25T03:15:11.643Z] - CONFIG_MACVLAN: enabled (as module) [2021-02-25T03:15:11.643Z] - CONFIG_DUMMY: enabled (as module) [2021-02-25T03:15:11.643Z] - "ftp,tftp client in container": [2021-02-25T03:15:11.643Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-02-25T03:15:11.643Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-02-25T03:15:11.643Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-02-25T03:15:11.643Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-02-25T03:15:11.643Z] - Storage Drivers: [2021-02-25T03:15:11.643Z] - "aufs": [2021-02-25T03:15:11.643Z] - CONFIG_AUFS_FS: enabled (as module) [2021-02-25T03:15:11.643Z] - "btrfs": [2021-02-25T03:15:11.643Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-02-25T03:15:11.643Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-02-25T03:15:11.643Z] - "devicemapper": [2021-02-25T03:15:11.643Z] - CONFIG_BLK_DEV_DM: enabled [2021-02-25T03:15:11.643Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-02-25T03:15:11.643Z] - "overlay": [2021-02-25T03:15:11.643Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-02-25T03:15:11.643Z] - "zfs": [2021-02-25T03:15:11.643Z] - /dev/zfs: missing [2021-02-25T03:15:11.643Z] - zfs command: missing [2021-02-25T03:15:11.643Z] - zpool command: missing [2021-02-25T03:15:11.643Z] [2021-02-25T03:15:11.643Z] Limits: [2021-02-25T03:15:11.643Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-02-25T03:15:11.643Z] [2021-02-25T03:15:11.643Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-02-25T03:15:11.959Z] [2021-02-25T03:15:11.959Z] #26 [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-02-25T03:15:11.959Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-02-25T03:15:11.959Z] #26 CACHED [2021-02-25T03:15:11.959Z] [2021-02-25T03:15:11.959Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-02-25T03:15:11.959Z] #38 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-02-25T03:15:11.959Z] #38 CACHED [2021-02-25T03:15:11.959Z] [2021-02-25T03:15:11.959Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-02-25T03:15:11.959Z] #17 sha256:f042adb567361aaa003e9e425fd06cc735c4a98b1120e5d4e13f4e35e2efd6f5 [2021-02-25T03:15:11.959Z] #17 CACHED [2021-02-25T03:15:11.959Z] [2021-02-25T03:15:11.959Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-02-25T03:15:11.959Z] #34 sha256:26bd572a59058c5f6a8e615181c8c8a0ddaa3ab0349392f396e24e76d05d2f6f [2021-02-25T03:15:11.959Z] #34 CACHED [2021-02-25T03:15:11.959Z] [2021-02-25T03:15:11.959Z] #20 [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-02-25T03:15:11.959Z] #20 sha256:efeb4a8b6365c0f1dbecade85ab0692fbdf50b930e2e3cb0f3b1ec813d64b6b8 [2021-02-25T03:15:11.959Z] #20 CACHED [2021-02-25T03:15:11.959Z] [2021-02-25T03:15:11.959Z] #23 [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-02-25T03:15:11.959Z] #23 sha256:3c3b4a8cfc4ad41e385803b170b2002143740639633ca75f29d9a5e5683f7432 [2021-02-25T03:15:11.959Z] #23 CACHED [2021-02-25T03:15:11.959Z] [2021-02-25T03:15:11.959Z] #33 [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-02-25T03:15:11.959Z] #33 sha256:597b4877e049061da8dcc7654bd4f11866b161c57bf261e395f8748fb7c27453 [2021-02-25T03:15:11.959Z] #33 CACHED [2021-02-25T03:15:11.959Z] [2021-02-25T03:15:11.959Z] #41 [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-02-25T03:15:11.959Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-25T03:15:11.959Z] #41 CACHED [2021-02-25T03:15:11.959Z] [2021-02-25T03:15:11.959Z] #55 [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-02-25T03:15:11.959Z] #55 sha256:626a7ac7c66ef608dc11e25f7628f963cd8415eb301038bcd5659a1a82e77f10 [2021-02-25T03:15:11.959Z] #55 CACHED [2021-02-25T03:15:11.959Z] [2021-02-25T03:15:11.959Z] #14 [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-02-25T03:15:11.959Z] #14 sha256:9870d309798d4684300692663586ff94ad80094a53fa8816f3d1b7fdbf3f8075 [2021-02-25T03:15:11.959Z] #14 CACHED [2021-02-25T03:15:11.959Z] [2021-02-25T03:15:11.959Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-02-25T03:15:11.959Z] #49 sha256:fb5411133d46c2fd5d80903e8bc3ca52de432412712c3f1470a6744421bd3eb4 [2021-02-25T03:15:11.959Z] #49 CACHED [2021-02-25T03:15:11.959Z] [2021-02-25T03:15:11.959Z] #48 [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-02-25T03:15:11.959Z] #48 sha256:d15ed4df973596fbecc8eacdfc3f9ca46391a9d15d935f923081ded9881829c3 [2021-02-25T03:15:11.959Z] #48 CACHED [2021-02-25T03:15:11.959Z] [2021-02-25T03:15:11.959Z] #37 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-02-25T03:15:11.959Z] #37 sha256:a3b05fa9285a6e585604d0683870e2640ed39ea0a3f4e673928c4284630c2a1a [2021-02-25T03:15:11.959Z] #37 CACHED [2021-02-25T03:15:11.959Z] [2021-02-25T03:15:11.959Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-02-25T03:15:11.959Z] #16 sha256:e0fd3f181c6a1aefb495e9780bd348beb6c7a92b0e700d78b21dddc21b6d3788 [2021-02-25T03:15:11.959Z] #16 CACHED [2021-02-25T03:15:11.959Z] [2021-02-25T03:15:11.959Z] #36 [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-02-25T03:15:11.959Z] #36 sha256:75f86f28774c54df9b341ced559c545f97b2b2dd3cf3c16ae2520ae46aa30acd [2021-02-25T03:15:11.959Z] #36 CACHED [2021-02-25T03:15:11.959Z] [2021-02-25T03:15:11.959Z] #15 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-02-25T03:15:11.959Z] #15 sha256:f49da00d55432a53eccbeeb79d7a9dfdea5b595b3817b9c4dc4376949abc3cd7 [2021-02-25T03:15:11.959Z] #15 CACHED [2021-02-25T03:15:11.959Z] [2021-02-25T03:15:11.959Z] #54 [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-02-25T03:15:11.959Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-25T03:15:11.959Z] #54 CACHED [2021-02-25T03:15:11.959Z] [2021-02-25T03:15:11.959Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2021-02-25T03:15:11.959Z] #18 sha256:86984b543c4e9d471b758b4d0d9dc83fe9fc7f9a2a4e2219c14f672e16b922b3 [2021-02-25T03:15:11.959Z] #18 CACHED [2021-02-25T03:15:11.959Z] [2021-02-25T03:15:11.959Z] #52 [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-02-25T03:15:11.959Z] #52 sha256:46a1c3ab871f5b8952223c32c94e7ad75f9705595190d3b68caaf9c93327c802 [2021-02-25T03:15:11.959Z] #52 CACHED [2021-02-25T03:15:11.959Z] [2021-02-25T03:15:11.959Z] #40 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-02-25T03:15:11.959Z] #40 sha256:300d2f5e2dd385eba6298e3c6e7abf1c5b72e7439c6929eb2913a6cfc658ae8f [2021-02-25T03:15:11.959Z] #40 CACHED [2021-02-25T03:15:11.959Z] [2021-02-25T03:15:11.959Z] #32 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-02-25T03:15:11.959Z] #32 sha256:64b53b55a8f32f713713969fd2a125c56a859fcf11a3431f52a01af94edf66ce [2021-02-25T03:15:11.959Z] #32 CACHED [2021-02-25T03:15:11.959Z] [2021-02-25T03:15:11.959Z] #44 [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-02-25T03:15:11.959Z] #44 sha256:5333ec97d8d24fd3dad9a9f00ff3738538db0e499da1dcfd57bdf6fddf0d4230 [2021-02-25T03:15:11.959Z] #44 CACHED [2021-02-25T03:15:11.959Z] [2021-02-25T03:15:11.959Z] #46 [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-02-25T03:15:11.959Z] #46 sha256:e2967e9f34ec461859eef782ec5d05ce26d2f4718fb8584a6e7d0a8ce097fa15 [2021-02-25T03:15:11.959Z] #46 CACHED [2021-02-25T03:15:11.959Z] [2021-02-25T03:15:11.959Z] #42 [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-02-25T03:15:11.959Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:15:11.959Z] #42 CACHED [2021-02-25T03:15:11.959Z] [2021-02-25T03:15:11.959Z] #39 [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-02-25T03:15:11.959Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-25T03:15:11.959Z] #39 CACHED [2021-02-25T03:15:11.959Z] [2021-02-25T03:15:11.959Z] #45 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-02-25T03:15:11.959Z] #45 sha256:5b18d796d0f23555590e7218f334a242a0a8e16036fd480060d690fa5ee6c9e2 [2021-02-25T03:15:11.959Z] #45 CACHED [2021-02-25T03:15:11.959Z] [2021-02-25T03:15:11.959Z] #43 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-02-25T03:15:11.959Z] #43 sha256:8220cb95a797f917feb28929833a7d2138130105e5d6de622c6c7dae842cb40a [2021-02-25T03:15:11.959Z] #43 CACHED [2021-02-25T03:15:11.959Z] [2021-02-25T03:15:11.959Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-25T03:15:11.959Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-02-25T03:15:11.959Z] #21 CACHED [2021-02-25T03:15:11.959Z] [2021-02-25T03:15:11.959Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-02-25T03:15:11.959Z] #30 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-02-25T03:15:11.959Z] #30 CACHED [2021-02-25T03:15:11.959Z] [2021-02-25T03:15:11.959Z] #31 [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-02-25T03:15:11.959Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-25T03:15:11.959Z] #31 CACHED [2021-02-25T03:15:11.959Z] [2021-02-25T03:15:11.959Z] #28 [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-02-25T03:15:11.959Z] #28 sha256:a76345b22a9f375dbd1171eaaeb753109eb3136301309d4f25a6811df5107f8f [2021-02-25T03:15:11.959Z] #28 CACHED [2021-02-25T03:15:11.959Z] [2021-02-25T03:15:11.959Z] #53 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-02-25T03:15:11.959Z] #53 sha256:48b7c44e89726642c125c715cef30923f630b973847d2693d40efb259e1d3770 [2021-02-25T03:15:11.959Z] #53 CACHED [2021-02-25T03:15:11.959Z] [2021-02-25T03:15:11.959Z] #35 [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-02-25T03:15:11.959Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-25T03:15:11.959Z] #35 CACHED [2021-02-25T03:15:11.959Z] [2021-02-25T03:15:11.959Z] #19 [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-02-25T03:15:11.959Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-25T03:15:11.959Z] #19 CACHED [2021-02-25T03:15:11.959Z] [2021-02-25T03:15:11.959Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-02-25T03:15:11.959Z] #29 sha256:e34a47538ab00831d50d696416d62e895590c774e4da5a60e55029be8ae42cc0 [2021-02-25T03:15:11.959Z] #29 CACHED [2021-02-25T03:15:11.959Z] [2021-02-25T03:15:11.959Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-02-25T03:15:11.959Z] #51 sha256:ce64fd7064da5a93c801c5fac51e2550a43e7997441dcd76006bd535b615d5f1 [2021-02-25T03:15:11.959Z] #51 CACHED [2021-02-25T03:15:11.959Z] [2021-02-25T03:15:11.959Z] #50 [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-02-25T03:15:11.959Z] #50 sha256:5ebbde2892b22a0229140109cc25f7f238441e5085617d8ebd9970b8d765d6e3 [2021-02-25T03:15:11.959Z] #50 CACHED [2021-02-25T03:15:11.959Z] [2021-02-25T03:15:11.959Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-25T03:15:11.959Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-25T03:15:11.959Z] #12 CACHED [2021-02-25T03:15:11.959Z] [2021-02-25T03:15:11.959Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-02-25T03:15:11.959Z] #27 sha256:e38a004e70744a6c7ba44142d01fedeb10e918a6ec45d062fae9bd6404ce3d93 [2021-02-25T03:15:11.959Z] #27 CACHED [2021-02-25T03:15:11.959Z] [2021-02-25T03:15:11.959Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-02-25T03:15:11.959Z] #47 sha256:6b7644bbb0e2a46655f4322186086bd09f0ae2f4fbec93ccffeeaf346d5f0c71 [2021-02-25T03:15:11.959Z] #47 CACHED [2021-02-25T03:15:11.959Z] [2021-02-25T03:15:11.959Z] #13 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-02-25T03:15:11.959Z] #13 sha256:5d93c16b11b4fa823b774777222a562901bea96919d6b4f99bcfab4a0637fb25 [2021-02-25T03:15:11.959Z] #13 CACHED [2021-02-25T03:15:11.959Z] [2021-02-25T03:15:11.959Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-02-25T03:15:11.959Z] #24 sha256:cbb829ada66d51339f842e7473d3a736d478cdb9b08a0b2db9a5418ebbe7dc62 [2021-02-25T03:15:11.959Z] #24 CACHED [2021-02-25T03:15:11.959Z] [2021-02-25T03:15:11.959Z] #56 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-02-25T03:15:11.959Z] #56 sha256:bd64f51e168b652b785682f7903d62d730c8d77bdc35ece15fbc9bf5cb3e90fe [2021-02-25T03:15:11.959Z] #56 CACHED [2021-02-25T03:15:11.959Z] [2021-02-25T03:15:11.959Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-02-25T03:15:11.960Z] #61 sha256:8cd31f697465541ec70257fedff688f129ce4fd2b7e73aa0e486f8cf137c7c52 [2021-02-25T03:15:12.119Z] + make bundles/buildx [2021-02-25T03:15:12.219Z] #61 CACHED [2021-02-25T03:15:12.219Z] [2021-02-25T03:15:12.219Z] #63 [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-02-25T03:15:12.219Z] #63 sha256:363cd9f799b7e422bec47dfdf2d7bcb20a3aaff41be7e37efd1284dbafbed37a [2021-02-25T03:15:12.219Z] #63 CACHED [2021-02-25T03:15:12.219Z] [2021-02-25T03:15:12.219Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-02-25T03:15:12.219Z] #60 sha256:24d41b059c27f96598c6c3b24302600b1033ff24b50270d77ccca713bfca6550 [2021-02-25T03:15:12.219Z] #60 DONE 0.1s [2021-02-25T03:15:12.219Z] [2021-02-25T03:15:12.219Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-02-25T03:15:12.219Z] #62 sha256:f60b54aafa6a892468760b785be6865a5cd0cd3a8d24586a647aba2b5cd903cd [2021-02-25T03:15:12.415Z] make: command: Command not found [2021-02-25T03:15:12.415Z] make: command: Command not found [2021-02-25T03:15:12.415Z] mkdir bundles [2021-02-25T03:15:12.415Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2021-02-25T03:15:12.415Z] --build-arg BUILDX_COMMIT \ [2021-02-25T03:15:12.415Z] --build-arg BUILDX_REPO \ [2021-02-25T03:15:12.415Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2021-02-25T03:15:12.415Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2021-02-25T03:15:12.415Z] . [2021-02-25T03:15:12.415Z] /bin/sh: 4: go: not found [2021-02-25T03:15:12.415Z] /bin/sh: 5: go: not found [2021-02-25T03:15:12.480Z] #62 DONE 0.3s [2021-02-25T03:15:12.480Z] [2021-02-25T03:15:12.480Z] #64 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-02-25T03:15:12.480Z] #64 sha256:a6858735f57dec9195f4236e01cd68b5e27c81f701d7efef597a380983538ac8 [2021-02-25T03:15:12.480Z] #64 DONE 0.1s [2021-02-25T03:15:12.480Z] [2021-02-25T03:15:12.480Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-02-25T03:15:12.480Z] #65 sha256:540bbb82611757b2922438ff00586fdf8edcb408b143315843ab63c978878167 [2021-02-25T03:15:12.480Z] #65 DONE 0.0s [2021-02-25T03:15:12.480Z] [2021-02-25T03:15:12.480Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-02-25T03:15:12.480Z] #66 sha256:c80a143148b9d2c63635995351098033f26df14c39a90cd933486670e4734f11 [2021-02-25T03:15:12.691Z] Client: [2021-02-25T03:15:12.691Z] Debug Mode: false [2021-02-25T03:15:12.691Z] Plugins: [2021-02-25T03:15:12.691Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2021-02-25T03:15:12.691Z] [2021-02-25T03:15:12.691Z] Server: [2021-02-25T03:15:12.691Z] Containers: 2 [2021-02-25T03:15:12.691Z] Running: 0 [2021-02-25T03:15:12.691Z] Paused: 0 [2021-02-25T03:15:12.691Z] Stopped: 2 [2021-02-25T03:15:12.691Z] Images: 10 [2021-02-25T03:15:12.691Z] Server Version: 19.03.12 [2021-02-25T03:15:12.691Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-02-25T03:15:12.691Z] Windows: [2021-02-25T03:15:12.691Z] LCOW: [2021-02-25T03:15:12.691Z] Logging Driver: json-file [2021-02-25T03:15:12.691Z] Plugins: [2021-02-25T03:15:12.691Z] Volume: local [2021-02-25T03:15:12.691Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-02-25T03:15:12.691Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-02-25T03:15:12.691Z] Swarm: inactive [2021-02-25T03:15:12.691Z] Default Isolation: process [2021-02-25T03:15:12.691Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-02-25T03:15:12.691Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1697) [2021-02-25T03:15:12.691Z] OSType: windows [2021-02-25T03:15:12.691Z] Architecture: x86_64 [2021-02-25T03:15:12.691Z] CPUs: 4 [2021-02-25T03:15:12.691Z] Total Memory: 32GiB [2021-02-25T03:15:12.691Z] Name: azwin-2-292190 [2021-02-25T03:15:12.691Z] ID: AM4K:PBLY:KBNJ:QPGN:IDUB:MYK6:KRMO:BC44:GEW4:C3WA:PNUO:OSI3 [2021-02-25T03:15:12.691Z] Docker Root Dir: D:\docker [2021-02-25T03:15:12.691Z] Debug Mode: false [2021-02-25T03:15:12.691Z] Registry: https://index.docker.io/v1/ [2021-02-25T03:15:12.691Z] Labels: [2021-02-25T03:15:12.691Z] Experimental: true [2021-02-25T03:15:12.691Z] Insecure Registries: [2021-02-25T03:15:12.691Z] 10.0.0.4:5000 [2021-02-25T03:15:12.691Z] 127.0.0.0/8 [2021-02-25T03:15:12.691Z] Registry Mirrors: [2021-02-25T03:15:12.691Z] http://10.0.0.4:5000/ [2021-02-25T03:15:12.691Z] Live Restore Enabled: false [2021-02-25T03:15:12.691Z] [2021-02-25T03:15:12.799Z] #8 extracting sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 2.2s done [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2021-02-25T03:15:13.050Z] #66 DONE 0.6s [2021-02-25T03:15:13.050Z] [2021-02-25T03:15:13.050Z] #67 exporting to image [2021-02-25T03:15:13.050Z] #67 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-02-25T03:15:13.050Z] #67 exporting layers [2021-02-25T03:15:13.848Z] #8 extracting sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 [2021-02-25T03:15:14.430Z] #67 exporting layers 1.1s done [2021-02-25T03:15:14.430Z] #67 writing image sha256:02befee18cf3d7b83b8871a685bbd21a6ef3ff2dfd5eb06382d14ec6e9c93801 [2021-02-25T03:15:14.430Z] #67 writing image sha256:02befee18cf3d7b83b8871a685bbd21a6ef3ff2dfd5eb06382d14ec6e9c93801 done [2021-02-25T03:15:14.430Z] #67 naming to docker.io/library/docker:59fc2206d0aa706e3f4af717dec37df091092058 done [2021-02-25T03:15:14.430Z] #67 DONE 1.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2021-02-25T03:15:14.529Z] Sending build context to Docker daemon 58.33MB [2021-02-25T03:15:14.529Z] Step 1/15 : ARG GO_VERSION=1.13.15 [2021-02-25T03:15:14.529Z] Step 2/15 : ARG BUILDX_COMMIT=v0.5.1 [2021-02-25T03:15:14.529Z] Step 3/15 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2021-02-25T03:15:14.529Z] Step 4/15 : FROM golang:${GO_VERSION}-buster AS build [2021-02-25T03:15:14.773Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42056/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42056/.git:/go/src/github.com/docker/docker/.git --name docker-pr8 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=59fc2206d0aa706e3f4af717dec37df091092058 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:59fc2206d0aa706e3f4af717dec37df091092058 hack/validate/default [2021-02-25T03:15:14.826Z] 1.13.15-buster: Pulling from library/golang [2021-02-25T03:15:14.826Z] db4e2d8d5901: Pulling fs layer [2021-02-25T03:15:14.826Z] dfe2d012519c: Pulling fs layer [2021-02-25T03:15:14.826Z] 5d8f1d1f9197: Pulling fs layer [2021-02-25T03:15:14.826Z] 1301750ffb48: Pulling fs layer [2021-02-25T03:15:14.826Z] dc5c6edc9cff: Pulling fs layer [2021-02-25T03:15:14.826Z] 3c370c2e2f82: Pulling fs layer [2021-02-25T03:15:14.826Z] 5ffb2f5886e2: Pulling fs layer [2021-02-25T03:15:14.826Z] dc5c6edc9cff: Waiting [2021-02-25T03:15:14.826Z] 3c370c2e2f82: Waiting [2021-02-25T03:15:14.826Z] 5ffb2f5886e2: Waiting [2021-02-25T03:15:14.826Z] 1301750ffb48: Waiting [2021-02-25T03:15:15.472Z] dfe2d012519c: Verifying Checksum [2021-02-25T03:15:15.472Z] dfe2d012519c: Download complete [2021-02-25T03:15:15.472Z] 5d8f1d1f9197: Verifying Checksum [2021-02-25T03:15:15.472Z] 5d8f1d1f9197: Download complete [2021-02-25T03:15:15.710Z] Congratulations! All commits are properly signed with the DCO! [2021-02-25T03:15:15.710Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2021-02-25T03:15:15.710Z] No api/types/ or api/swagger.yaml changes in diff. [2021-02-25T03:15:15.710Z] Congratulations! All TOML source files changed here have valid syntax. [2021-02-25T03:15:15.710Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2021-02-25T03:15:15.710Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2021-02-25T03:15:15.710Z] Congratulations! No new tests were added to integration-cli. [2021-02-25T03:15:15.710Z] [2021-02-25T03:15:15.710Z] INFO Start validation with golang-ci-lint [2021-02-25T03:15:15.710Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2021-02-25T03:15:15.710Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-02-25T03:15:15.710Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-02-25T03:15:15.931Z] #8 extracting sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 1.9s done [2021-02-25T03:15:15.931Z] #8 extracting sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 0.1s [2021-02-25T03:15:17.472Z] #8 ... [2021-02-25T03:15:17.472Z] [2021-02-25T03:15:17.472Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2021-02-25T03:15:17.472Z] #25 0.847 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-25T03:15:17.472Z] #25 0.860 Get:2 http://deb.debian.org/debian buster InRelease [122 kB] [2021-02-25T03:15:17.472Z] #25 0.902 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-25T03:15:17.472Z] #25 0.980 Get:4 http://security.debian.org/debian-security buster/updates/main s390x Packages [238 kB] [2021-02-25T03:15:17.472Z] #25 1.096 Get:5 http://deb.debian.org/debian buster/main s390x Packages [7624 kB] [2021-02-25T03:15:17.472Z] #25 1.349 Get:6 http://deb.debian.org/debian buster-updates/main s390x Packages [9508 B] [2021-02-25T03:15:17.472Z] #25 2.471 Fetched 8110 kB in 2s (4962 kB/s) [2021-02-25T03:15:17.472Z] #25 2.471 Reading package lists... [2021-02-25T03:15:17.472Z] #25 3.095 Reading package lists... [2021-02-25T03:15:17.472Z] #25 3.772 Building dependency tree... [2021-02-25T03:15:17.472Z] #25 3.959 The following additional packages will be installed: [2021-02-25T03:15:17.472Z] #25 3.959 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-02-25T03:15:17.472Z] #25 3.959 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-02-25T03:15:17.472Z] #25 3.959 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-02-25T03:15:17.472Z] #25 3.959 Suggested packages: [2021-02-25T03:15:17.472Z] #25 3.959 krb5-doc krb5-user [2021-02-25T03:15:17.472Z] #25 3.959 Recommended packages: [2021-02-25T03:15:17.472Z] #25 3.959 krb5-locales publicsuffix libsasl2-modules [2021-02-25T03:15:17.472Z] #25 4.126 The following NEW packages will be installed: [2021-02-25T03:15:17.472Z] #25 4.126 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-02-25T03:15:17.472Z] #25 4.126 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-02-25T03:15:17.472Z] #25 4.126 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-02-25T03:15:17.472Z] #25 4.126 libssh2-1 libssl1.1 openssl [2021-02-25T03:15:17.472Z] #25 4.158 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-02-25T03:15:17.472Z] #25 4.158 Need to get 4601 kB of archives. [2021-02-25T03:15:17.472Z] #25 4.158 After this operation, 11.9 MB of additional disk space will be used. [2021-02-25T03:15:17.472Z] #25 4.158 Get:1 http://security.debian.org/debian-security buster/updates/main s390x libssl1.1 s390x 1.1.1d-0+deb10u5 [1200 kB] [2021-02-25T03:15:17.472Z] #25 4.169 Get:2 http://deb.debian.org/debian buster/main s390x libsasl2-modules-db s390x 2.1.27+dfsg-1+deb10u1 [68.2 kB] [2021-02-25T03:15:17.472Z] #25 4.195 Get:3 http://deb.debian.org/debian buster/main s390x libsasl2-2 s390x 2.1.27+dfsg-1+deb10u1 [103 kB] [2021-02-25T03:15:17.472Z] #25 4.203 Get:4 http://deb.debian.org/debian buster/main s390x ca-certificates all 20200601~deb10u2 [166 kB] [2021-02-25T03:15:17.472Z] #25 4.209 Get:5 http://security.debian.org/debian-security buster/updates/main s390x libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-02-25T03:15:17.472Z] #25 4.214 Get:6 http://deb.debian.org/debian buster/main s390x libkeyutils1 s390x 1.6-6 [14.7 kB] [2021-02-25T03:15:17.472Z] #25 4.217 Get:7 http://security.debian.org/debian-security buster/updates/main s390x libldap-2.4-2 s390x 2.4.47+dfsg-3+deb10u6 [213 kB] [2021-02-25T03:15:17.472Z] #25 4.219 Get:8 http://deb.debian.org/debian buster/main s390x libkrb5support0 s390x 1.17-3+deb10u1 [64.7 kB] [2021-02-25T03:15:17.472Z] #25 4.220 Get:9 http://deb.debian.org/debian buster/main s390x libk5crypto3 s390x 1.17-3+deb10u1 [120 kB] [2021-02-25T03:15:17.472Z] #25 4.221 Get:10 http://security.debian.org/debian-security buster/updates/main s390x openssl s390x 1.1.1d-0+deb10u5 [827 kB] [2021-02-25T03:15:17.472Z] #25 4.222 Get:11 http://deb.debian.org/debian buster/main s390x libkrb5-3 s390x 1.17-3+deb10u1 [346 kB] [2021-02-25T03:15:17.472Z] #25 4.233 Get:12 http://deb.debian.org/debian buster/main s390x libgssapi-krb5-2 s390x 1.17-3+deb10u1 [146 kB] [2021-02-25T03:15:17.472Z] #25 4.239 Get:13 http://deb.debian.org/debian buster/main s390x libnghttp2-14 s390x 1.36.0-2+deb10u1 [80.8 kB] [2021-02-25T03:15:17.472Z] #25 4.240 Get:14 http://deb.debian.org/debian buster/main s390x libpsl5 s390x 0.20.2-2 [53.5 kB] [2021-02-25T03:15:17.472Z] #25 4.243 Get:15 http://deb.debian.org/debian buster/main s390x librtmp1 s390x 2.4+20151223.gitfa8646d.1-2 [56.6 kB] [2021-02-25T03:15:17.472Z] #25 4.244 Get:16 http://deb.debian.org/debian buster/main s390x libssh2-1 s390x 1.8.0-2.1 [132 kB] [2021-02-25T03:15:17.472Z] #25 4.247 Get:17 http://deb.debian.org/debian buster/main s390x libcurl4 s390x 7.64.0-4+deb10u1 [309 kB] [2021-02-25T03:15:17.472Z] #25 4.257 Get:18 http://deb.debian.org/debian buster/main s390x curl s390x 7.64.0-4+deb10u1 [260 kB] [2021-02-25T03:15:17.472Z] #25 4.264 Get:19 http://deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2021-02-25T03:15:17.472Z] #25 4.268 Get:20 http://deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2021-02-25T03:15:17.472Z] #25 4.272 Get:21 http://deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2021-02-25T03:15:17.472Z] #25 4.354 debconf: delaying package configuration, since apt-utils is not installed [2021-02-25T03:15:17.472Z] #25 4.367 Fetched 4601 kB in 0s (33.3 MB/s) [2021-02-25T03:15:17.472Z] #25 4.399 Selecting previously unselected package libssl1.1:s390x. [2021-02-25T03:15:17.472Z] #25 4.399 (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-02-25T03:15:17.472Z] #25 4.400 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_s390x.deb ... [2021-02-25T03:15:17.472Z] #25 4.409 Unpacking libssl1.1:s390x (1.1.1d-0+deb10u5) ... [2021-02-25T03:15:17.472Z] #25 4.541 Selecting previously unselected package libsasl2-modules-db:s390x. [2021-02-25T03:15:17.472Z] #25 4.541 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_s390x.deb ... [2021-02-25T03:15:17.472Z] #25 4.547 Unpacking libsasl2-modules-db:s390x (2.1.27+dfsg-1+deb10u1) ... [2021-02-25T03:15:17.472Z] #25 4.586 Selecting previously unselected package libsasl2-2:s390x. [2021-02-25T03:15:17.472Z] #25 4.586 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_s390x.deb ... [2021-02-25T03:15:17.472Z] #25 4.587 Unpacking libsasl2-2:s390x (2.1.27+dfsg-1+deb10u1) ... [2021-02-25T03:15:17.472Z] #25 4.623 Selecting previously unselected package libldap-common. [2021-02-25T03:15:17.472Z] #25 4.623 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-02-25T03:15:17.472Z] #25 4.625 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-02-25T03:15:17.472Z] #25 4.661 Selecting previously unselected package libldap-2.4-2:s390x. [2021-02-25T03:15:17.472Z] #25 4.661 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_s390x.deb ... [2021-02-25T03:15:17.472Z] #25 4.664 Unpacking libldap-2.4-2:s390x (2.4.47+dfsg-3+deb10u6) ... [2021-02-25T03:15:17.472Z] #25 4.713 Selecting previously unselected package openssl. [2021-02-25T03:15:17.472Z] #25 4.713 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_s390x.deb ... [2021-02-25T03:15:17.472Z] #25 4.718 Unpacking openssl (1.1.1d-0+deb10u5) ... [2021-02-25T03:15:17.472Z] #25 4.832 Selecting previously unselected package ca-certificates. [2021-02-25T03:15:17.472Z] #25 4.832 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2021-02-25T03:15:17.472Z] #25 4.835 Unpacking ca-certificates (20200601~deb10u2) ... [2021-02-25T03:15:17.472Z] #25 4.893 Selecting previously unselected package libkeyutils1:s390x. [2021-02-25T03:15:17.472Z] #25 4.893 Preparing to unpack .../07-libkeyutils1_1.6-6_s390x.deb ... [2021-02-25T03:15:17.472Z] #25 4.896 Unpacking libkeyutils1:s390x (1.6-6) ... [2021-02-25T03:15:17.472Z] #25 4.921 Selecting previously unselected package libkrb5support0:s390x. [2021-02-25T03:15:17.472Z] #25 4.921 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_s390x.deb ... [2021-02-25T03:15:17.472Z] #25 4.929 Unpacking libkrb5support0:s390x (1.17-3+deb10u1) ... [2021-02-25T03:15:17.472Z] #25 4.961 Selecting previously unselected package libk5crypto3:s390x. [2021-02-25T03:15:17.472Z] #25 4.961 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_s390x.deb ... [2021-02-25T03:15:17.472Z] #25 4.966 Unpacking libk5crypto3:s390x (1.17-3+deb10u1) ... [2021-02-25T03:15:17.472Z] #25 5.012 Selecting previously unselected package libkrb5-3:s390x. [2021-02-25T03:15:17.472Z] #25 5.012 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_s390x.deb ... [2021-02-25T03:15:17.472Z] #25 5.016 Unpacking libkrb5-3:s390x (1.17-3+deb10u1) ... [2021-02-25T03:15:17.472Z] #25 5.104 Selecting previously unselected package libgssapi-krb5-2:s390x. [2021-02-25T03:15:17.472Z] #25 5.104 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_s390x.deb ... [2021-02-25T03:15:17.472Z] #25 5.107 Unpacking libgssapi-krb5-2:s390x (1.17-3+deb10u1) ... [2021-02-25T03:15:17.472Z] #25 5.148 Selecting previously unselected package libnghttp2-14:s390x. [2021-02-25T03:15:17.472Z] #25 5.148 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_s390x.deb ... [2021-02-25T03:15:17.472Z] #25 5.150 Unpacking libnghttp2-14:s390x (1.36.0-2+deb10u1) ... [2021-02-25T03:15:17.472Z] #25 5.180 Selecting previously unselected package libpsl5:s390x. [2021-02-25T03:15:17.472Z] #25 5.180 Preparing to unpack .../13-libpsl5_0.20.2-2_s390x.deb ... [2021-02-25T03:15:17.472Z] #25 5.183 Unpacking libpsl5:s390x (0.20.2-2) ... [2021-02-25T03:15:17.472Z] #25 5.209 Selecting previously unselected package librtmp1:s390x. [2021-02-25T03:15:17.472Z] #25 5.209 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_s390x.deb ... [2021-02-25T03:15:17.472Z] #25 5.212 Unpacking librtmp1:s390x (2.4+20151223.gitfa8646d.1-2) ... [2021-02-25T03:15:17.472Z] #25 5.239 Selecting previously unselected package libssh2-1:s390x. [2021-02-25T03:15:17.472Z] #25 5.239 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_s390x.deb ... [2021-02-25T03:15:17.472Z] #25 5.241 Unpacking libssh2-1:s390x (1.8.0-2.1) ... [2021-02-25T03:15:17.472Z] #25 5.277 Selecting previously unselected package libcurl4:s390x. [2021-02-25T03:15:17.472Z] #25 5.277 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_s390x.deb ... [2021-02-25T03:15:17.472Z] #25 5.279 Unpacking libcurl4:s390x (7.64.0-4+deb10u1) ... [2021-02-25T03:15:17.472Z] #25 5.342 Selecting previously unselected package curl. [2021-02-25T03:15:17.472Z] #25 5.342 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_s390x.deb ... [2021-02-25T03:15:17.472Z] #25 5.344 Unpacking curl (7.64.0-4+deb10u1) ... [2021-02-25T03:15:17.472Z] #25 5.384 Selecting previously unselected package libonig5:s390x. [2021-02-25T03:15:17.472Z] #25 5.384 Preparing to unpack .../18-libonig5_6.9.1-1_s390x.deb ... [2021-02-25T03:15:17.472Z] #25 5.387 Unpacking libonig5:s390x (6.9.1-1) ... [2021-02-25T03:15:17.472Z] #25 5.426 Selecting previously unselected package libjq1:s390x. [2021-02-25T03:15:17.472Z] #25 5.426 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_s390x.deb ... [2021-02-25T03:15:17.472Z] #25 5.429 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2021-02-25T03:15:17.472Z] #25 5.474 Selecting previously unselected package jq. [2021-02-25T03:15:17.472Z] #25 5.474 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_s390x.deb ... [2021-02-25T03:15:17.472Z] #25 5.477 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-25T03:15:17.472Z] #25 5.514 Setting up libkeyutils1:s390x (1.6-6) ... [2021-02-25T03:15:17.472Z] #25 5.524 Setting up libpsl5:s390x (0.20.2-2) ... [2021-02-25T03:15:17.472Z] #25 5.532 Setting up libssl1.1:s390x (1.1.1d-0+deb10u5) ... [2021-02-25T03:15:17.472Z] #25 5.595 Setting up libnghttp2-14:s390x (1.36.0-2+deb10u1) ... [2021-02-25T03:15:17.472Z] #25 5.603 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-02-25T03:15:17.472Z] #25 5.613 Setting up libkrb5support0:s390x (1.17-3+deb10u1) ... [2021-02-25T03:15:17.472Z] #25 5.621 Setting up libsasl2-modules-db:s390x (2.1.27+dfsg-1+deb10u1) ... [2021-02-25T03:15:17.472Z] #25 5.628 Setting up librtmp1:s390x (2.4+20151223.gitfa8646d.1-2) ... [2021-02-25T03:15:17.472Z] #25 5.636 Setting up libk5crypto3:s390x (1.17-3+deb10u1) ... [2021-02-25T03:15:17.472Z] #25 5.643 Setting up libsasl2-2:s390x (2.1.27+dfsg-1+deb10u1) ... [2021-02-25T03:15:17.472Z] #25 5.651 Setting up libssh2-1:s390x (1.8.0-2.1) ... [2021-02-25T03:15:17.472Z] #25 5.659 Setting up libkrb5-3:s390x (1.17-3+deb10u1) ... [2021-02-25T03:15:17.472Z] #25 5.666 Setting up openssl (1.1.1d-0+deb10u5) ... [2021-02-25T03:15:17.472Z] #25 5.682 Setting up libonig5:s390x (6.9.1-1) ... [2021-02-25T03:15:17.472Z] #25 5.691 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2021-02-25T03:15:17.472Z] #25 5.698 Setting up libldap-2.4-2:s390x (2.4.47+dfsg-3+deb10u6) ... [2021-02-25T03:15:17.472Z] #25 5.706 Setting up ca-certificates (20200601~deb10u2) ... [2021-02-25T03:15:17.472Z] #25 6.262 Updating certificates in /etc/ssl/certs... [2021-02-25T03:15:17.472Z] #25 6.803 137 added, 0 removed; done. [2021-02-25T03:15:17.472Z] #25 6.829 Setting up libgssapi-krb5-2:s390x (1.17-3+deb10u1) ... [2021-02-25T03:15:17.472Z] #25 6.840 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-25T03:15:17.472Z] #25 6.848 Setting up libcurl4:s390x (7.64.0-4+deb10u1) ... [2021-02-25T03:15:17.472Z] #25 6.855 Setting up curl (7.64.0-4+deb10u1) ... [2021-02-25T03:15:17.472Z] #25 6.863 Processing triggers for libc-bin (2.28-10) ... [2021-02-25T03:15:17.472Z] #25 6.877 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-02-25T03:15:17.472Z] #25 6.887 Updating certificates in /etc/ssl/certs... [2021-02-25T03:15:17.472Z] #25 7.248 0 added, 0 removed; done. [2021-02-25T03:15:17.472Z] #25 7.248 Running hooks in /etc/ca-certificates/update.d... [2021-02-25T03:15:17.472Z] #25 7.248 done. [2021-02-25T03:15:17.581Z] db4e2d8d5901: Download complete [2021-02-25T03:15:17.769Z] #25 ... [2021-02-25T03:15:17.769Z] [2021-02-25T03:15:17.769Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2021-02-25T03:15:17.880Z] 1301750ffb48: Verifying Checksum [2021-02-25T03:15:17.880Z] 1301750ffb48: Download complete [2021-02-25T03:15:18.063Z] #8 ... [2021-02-25T03:15:18.063Z] [2021-02-25T03:15:18.063Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2021-02-25T03:15:18.063Z] #25 DONE 8.3s [2021-02-25T03:15:18.063Z] [2021-02-25T03:15:18.063Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-02-25T03:15:18.063Z] #26 DONE 0.1s [2021-02-25T03:15:18.063Z] [2021-02-25T03:15:18.063Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2021-02-25T03:15:18.179Z] 5ffb2f5886e2: Verifying Checksum [2021-02-25T03:15:18.179Z] 5ffb2f5886e2: Download complete [2021-02-25T03:15:19.236Z] dc5c6edc9cff: Verifying Checksum [2021-02-25T03:15:19.236Z] dc5c6edc9cff: Download complete [2021-02-25T03:15:19.583Z] #8 extracting sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 3.7s done [2021-02-25T03:15:19.899Z] #8 extracting sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 0.0s done [2021-02-25T03:15:20.198Z] #8 DONE 15.6s [2021-02-25T03:15:20.198Z] [2021-02-25T03:15:20.198Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2021-02-25T03:15:21.267Z] #9 DONE 1.0s [2021-02-25T03:15:21.267Z] [2021-02-25T03:15:21.267Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-02-25T03:15:21.267Z] #27 1.509 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-02-25T03:15:21.267Z] #27 1.660 [2021-02-25T03:15:21.267Z] #27 1.780 ##### 7.0% ################### 27.6% ##################################### 51.5% ##################################################### 74.8% ###################################################################### 97.8% ######################################################################## 100.0% [2021-02-25T03:15:21.267Z] #27 2.351 [2021-02-25T03:15:21.267Z] #27 2.462 ############################### 43.2% ######################################################################## 100.0% [2021-02-25T03:15:21.267Z] #27 2.637 [2021-02-25T03:15:21.267Z] #27 2.756 ##################################### 51.5% ######################################################################## 100.0% [2021-02-25T03:15:21.267Z] #27 2.947 [2021-02-25T03:15:21.350Z] db4e2d8d5901: Pull complete [2021-02-25T03:15:21.350Z] dfe2d012519c: Pull complete [2021-02-25T03:15:21.572Z] #27 3.083 0.0% ############# 19.2% ############################# 40.7% ############################################# 63.6% ############################################################## 86.5% ######################################################################## 100.0% [2021-02-25T03:15:21.646Z] 3c370c2e2f82: Verifying Checksum [2021-02-25T03:15:21.646Z] 3c370c2e2f82: Download complete [2021-02-25T03:15:21.876Z] #27 3.811 [2021-02-25T03:15:21.943Z] 5d8f1d1f9197: Pull complete [2021-02-25T03:15:22.208Z] #27 3.956 1.3% ##### 7.9% ########## 14.6% [2021-02-25T03:15:22.208Z] #27 ... [2021-02-25T03:15:22.208Z] [2021-02-25T03:15:22.208Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2021-02-25T03:15:22.208Z] #10 DONE 1.2s [2021-02-25T03:15:22.208Z] [2021-02-25T03:15:22.208Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-02-25T03:15:22.526Z] #27 3.956 1.3% ##### 7.9% ########## 14.6% [2021-02-25T03:15:22.526Z] #27 ... [2021-02-25T03:15:22.526Z] [2021-02-25T03:15:22.526Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-02-25T03:15:22.526Z] #29 DONE 0.1s [2021-02-25T03:15:22.526Z] [2021-02-25T03:15:22.526Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-02-25T03:15:22.526Z] #37 DONE 0.1s [2021-02-25T03:15:22.526Z] [2021-02-25T03:15:22.526Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-02-25T03:15:23.516Z] #27 3.956 1.3% ##### 7.9% ########## 14.6% ############### 21.4% #################### 28.2% ######################### 34.9% ############################# 41.6% ################################## 47.5% ###################################### 54.0% ########################################## 58.8% ############################################## 64.8% ################################################### 71.1% ####################################################### 77.3% ############################################################ 83.6% ################################################################ 90.2% ##################################################################### 97.1% ######################################################################## 100.0% [2021-02-25T03:15:23.814Z] #27 5.557 [2021-02-25T03:15:24.038Z] 1301750ffb48: Pull complete [2021-02-25T03:15:24.459Z] #27 6.281 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-02-25T03:15:24.768Z] #27 6.569 [2021-02-25T03:15:24.768Z] #27 6.675 ### 4.9% ######################################################################## 100.0% [2021-02-25T03:15:25.073Z] #27 6.837 [2021-02-25T03:15:28.932Z] #27 8.309 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-02-25T03:15:28.932Z] #27 8.362 skipping existing aab193acf6ba [2021-02-25T03:15:28.932Z] #27 8.582 [2021-02-25T03:15:28.932Z] #27 9.936 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-02-25T03:15:28.932Z] #27 ... [2021-02-25T03:15:28.932Z] [2021-02-25T03:15:28.932Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-25T03:15:28.932Z] #45 4.885 + RM_GOPATH=0 [2021-02-25T03:15:28.932Z] #45 4.885 + TMP_GOPATH= [2021-02-25T03:15:28.932Z] #45 4.885 + : /build [2021-02-25T03:15:28.932Z] #45 4.885 + '[' -z '' ']' [2021-02-25T03:15:28.932Z] #45 4.886 ++ mktemp -d [2021-02-25T03:15:28.932Z] #45 4.889 + export GOPATH=/tmp/tmp.jdlAv6TgGa [2021-02-25T03:15:28.932Z] #45 4.890 + GOPATH=/tmp/tmp.jdlAv6TgGa [2021-02-25T03:15:28.932Z] #45 4.890 + RM_GOPATH=1 [2021-02-25T03:15:28.932Z] #45 4.890 + case "$(go env GOARCH)" in [2021-02-25T03:15:28.932Z] #45 4.891 ++ go env GOARCH [2021-02-25T03:15:28.932Z] #45 4.923 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:15:28.932Z] #45 4.924 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:15:28.932Z] #45 4.933 ++ dirname /tmp/install/install.sh [2021-02-25T03:15:28.932Z] #45 4.938 + dir=/tmp/install [2021-02-25T03:15:28.932Z] #45 4.938 + bin=gotestsum [2021-02-25T03:15:28.932Z] #45 4.938 + shift [2021-02-25T03:15:28.932Z] #45 4.939 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-02-25T03:15:28.932Z] #45 4.939 + . /tmp/install/gotestsum.installer [2021-02-25T03:15:28.932Z] #45 4.939 ++ : v0.5.3 [2021-02-25T03:15:28.932Z] #45 4.939 + install_gotestsum [2021-02-25T03:15:28.932Z] #45 4.941 + set -e [2021-02-25T03:15:28.932Z] #45 4.941 + export GO111MODULE=on [2021-02-25T03:15:28.932Z] #45 4.941 + GO111MODULE=on [2021-02-25T03:15:28.932Z] #45 4.942 + GOBIN=/build [2021-02-25T03:15:28.932Z] #45 4.942 + go get gotest.tools/gotestsum@v0.5.3 [2021-02-25T03:15:28.932Z] #45 4.963 go: finding gotest.tools v0.5.3 [2021-02-25T03:15:28.932Z] #45 4.995 go: finding gotest.tools/gotestsum v0.5.3 [2021-02-25T03:15:28.932Z] #45 5.727 go: downloading gotest.tools/gotestsum v0.5.3 [2021-02-25T03:15:28.932Z] #45 5.990 go: extracting gotest.tools/gotestsum v0.5.3 [2021-02-25T03:15:28.932Z] #45 ... [2021-02-25T03:15:28.932Z] [2021-02-25T03:15:28.932Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-02-25T03:15:28.932Z] #27 10.28 [2021-02-25T03:15:28.961Z] dc5c6edc9cff: Pull complete [2021-02-25T03:15:30.013Z] 3c370c2e2f82: Pull complete [2021-02-25T03:15:30.013Z] 5ffb2f5886e2: Pull complete [2021-02-25T03:15:30.309Z] Digest: sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-25T03:15:30.309Z] Status: Downloaded newer image for golang:1.13.15-buster [2021-02-25T03:15:30.309Z] ---> 805dc2d65d1c [2021-02-25T03:15:30.309Z] Step 5/15 : ARG BUILDX_REPO [2021-02-25T03:15:30.309Z] ---> Running in 4bfc124ea3ca [2021-02-25T03:15:30.309Z] Removing intermediate container 4bfc124ea3ca [2021-02-25T03:15:30.309Z] ---> 61dda3c7e020 [2021-02-25T03:15:30.309Z] Step 6/15 : RUN git clone "${BUILDX_REPO}" /buildx [2021-02-25T03:15:30.309Z] ---> Running in e8a12f25b82e [2021-02-25T03:15:30.604Z] Cloning into '/buildx'... [2021-02-25T03:15:31.256Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-02-25T03:15:31.256Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-81052953\powershellScript.ps1'; exit $LASTEXITCODE; [2021-02-25T03:15:31.256Z] ---------------------------------------------------------------------------- [2021-02-25T03:15:31.256Z] [2021-02-25T03:15:31.256Z] INFO: executeCI.ps1 starting at Thu Feb 25 03:15:29 CUT 2021 [2021-02-25T03:15:31.256Z] [2021-02-25T03:15:31.256Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-02-25T03:15:31.256Z] INFO: Running git version 2.24.1.windows.2 [2021-02-25T03:15:31.256Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2021-02-25T03:15:31.256Z] INFO: Environment variables: [2021-02-25T03:15:31.256Z] [2021-02-25T03:15:31.256Z] Name Value [2021-02-25T03:15:31.256Z] ---- ----- [2021-02-25T03:15:31.256Z] ALLUSERSPROFILE C:\ProgramData [2021-02-25T03:15:31.256Z] amd64 true [2021-02-25T03:15:31.256Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2021-02-25T03:15:31.256Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-02-25T03:15:31.256Z] arm64 true [2021-02-25T03:15:31.256Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.9 [2021-02-25T03:15:31.256Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.9 [2021-02-25T03:15:31.256Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-02-25T03:15:31.256Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-02-25T03:15:31.256Z] BRANCH_NAME PR-42056 [2021-02-25T03:15:31.256Z] BUILD_DISPLAY_NAME #8 [2021-02-25T03:15:31.256Z] BUILD_ID 8 [2021-02-25T03:15:31.256Z] BUILD_NUMBER 8 [2021-02-25T03:15:31.256Z] BUILD_TAG jenkins-moby-PR-42056-8 [2021-02-25T03:15:31.256Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-42056/8/ [2021-02-25T03:15:31.256Z] cgroup2 true [2021-02-25T03:15:31.256Z] CHANGE_AUTHOR thaJeztah [2021-02-25T03:15:31.256Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2021-02-25T03:15:31.256Z] CHANGE_BRANCH bump_buildkit [2021-02-25T03:15:31.256Z] CHANGE_FORK thaJeztah/docker [2021-02-25T03:15:31.256Z] CHANGE_ID 42056 [2021-02-25T03:15:31.256Z] CHANGE_TARGET master [2021-02-25T03:15:31.256Z] CHANGE_TITLE vendor: github.com/moby/buildkit v0.8.2 [2021-02-25T03:15:31.256Z] CHANGE_URL https://github.com/moby/moby/pull/42056 [2021-02-25T03:15:31.256Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-25T03:15:31.256Z] CommonProgramFiles C:\Program Files\Common Files [2021-02-25T03:15:31.256Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-02-25T03:15:31.256Z] CommonProgramW6432 C:\Program Files\Common Files [2021-02-25T03:15:31.256Z] COMPUTERNAME azwin-2-292190 [2021-02-25T03:15:31.256Z] ComSpec C:\windows\system32\cmd.exe [2021-02-25T03:15:31.256Z] ConfigSequenceNumber 0 [2021-02-25T03:15:31.256Z] dco true [2021-02-25T03:15:31.256Z] DOCKER_BUILDKIT 0 [2021-02-25T03:15:31.256Z] DOCKER_DUT_DEBUG 1 [2021-02-25T03:15:31.256Z] DOCKER_EXPERIMENTAL 1 [2021-02-25T03:15:31.256Z] DOCKER_GRAPHDRIVER overlay2 [2021-02-25T03:15:31.256Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-02-25T03:15:31.256Z] EXECUTOR_NUMBER 0 [2021-02-25T03:15:31.256Z] FQDN azwin-2-292190.westus.cloudapp.azure.com [2021-02-25T03:15:31.256Z] GIT_BRANCH PR-42056 [2021-02-25T03:15:31.256Z] GIT_COMMIT 59fc2206d0aa706e3f4af717dec37df091092058 [2021-02-25T03:15:31.256Z] GIT_PREVIOUS_COMMIT f10f3dc3e8605f37e569c4d808cd6813f8696e74 [2021-02-25T03:15:31.256Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT 0bca0df632df73e697cd4c70e0a1e8195be28335 [2021-02-25T03:15:31.256Z] GIT_URL https://github.com/moby/moby.git [2021-02-25T03:15:31.256Z] HUDSON_COOKIE 697ab094-6947-4598-be0c-21bc5b070974 [2021-02-25T03:15:31.256Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-02-25T03:15:31.256Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-02-25T03:15:31.256Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-02-25T03:15:31.256Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.275-1.b01.ojdkbuild.windows.x86_64 [2021-02-25T03:15:31.256Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-02-25T03:15:31.256Z] JENKINS_NODE_COOKIE bd250e0d-3dc3-4a86-9653-22b2e2478ff6 [2021-02-25T03:15:31.256Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-02-25T03:15:31.256Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-02-25T03:15:31.256Z] JOB_BASE_NAME PR-42056 [2021-02-25T03:15:31.256Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42056/display/redirect [2021-02-25T03:15:31.256Z] JOB_NAME moby/PR-42056 [2021-02-25T03:15:31.256Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-42056/ [2021-02-25T03:15:31.256Z] library.jps.version master [2021-02-25T03:15:31.256Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2021-02-25T03:15:31.256Z] NODE_LABELS amd64 azure azwin-2-292190 azwin-2019 docker west-us windows windows-2019 x86_64 [2021-02-25T03:15:31.257Z] NODE_NAME azwin-2-292190 [2021-02-25T03:15:31.257Z] NUMBER_OF_PROCESSORS 4 [2021-02-25T03:15:31.257Z] OS Windows_NT [2021-02-25T03:15:31.257Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2021-02-25T03:15:31.257Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-02-25T03:15:31.257Z] ppc64le true [2021-02-25T03:15:31.257Z] PROCESSOR_ARCHITECTURE AMD64 [2021-02-25T03:15:31.257Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2021-02-25T03:15:31.257Z] PROCESSOR_LEVEL 6 [2021-02-25T03:15:31.257Z] PROCESSOR_REVISION 4f01 [2021-02-25T03:15:31.257Z] ProgramData C:\ProgramData [2021-02-25T03:15:31.257Z] ProgramFiles C:\Program Files [2021-02-25T03:15:31.257Z] ProgramFiles(x86) C:\Program Files (x86) [2021-02-25T03:15:31.257Z] ProgramW6432 C:\Program Files [2021-02-25T03:15:31.257Z] PROMPT $P$G [2021-02-25T03:15:31.257Z] PSExecutionPolicyPreference Bypass [2021-02-25T03:15:31.257Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2021-02-25T03:15:31.257Z] PUBLIC C:\Users\Public [2021-02-25T03:15:31.257Z] rootless true [2021-02-25T03:15:31.257Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42056/8/display/redirect?page=artif... [2021-02-25T03:15:31.257Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42056/8/display/redirect?page=changes [2021-02-25T03:15:31.257Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42056/8/display/redirect [2021-02-25T03:15:31.257Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42056/8/display/redirect?page=tests [2021-02-25T03:15:31.257Z] s390x true [2021-02-25T03:15:31.257Z] SKIP_VALIDATION_TESTS 1 [2021-02-25T03:15:31.257Z] SOURCES_DRIVE d [2021-02-25T03:15:31.257Z] SOURCES_SUBDIR gopath [2021-02-25T03:15:31.257Z] STAGE_NAME Run tests [2021-02-25T03:15:31.257Z] SystemDrive C: [2021-02-25T03:15:31.257Z] SystemRoot C:\windows [2021-02-25T03:15:31.257Z] TEMP C:\windows\TEMP [2021-02-25T03:15:31.257Z] TESTDEBUG 0 [2021-02-25T03:15:31.257Z] TESTRUN_DRIVE d [2021-02-25T03:15:31.257Z] TESTRUN_SUBDIR CI [2021-02-25T03:15:31.257Z] TIMEOUT 120m [2021-02-25T03:15:31.257Z] TMP C:\windows\TEMP [2021-02-25T03:15:31.257Z] unit_validate true [2021-02-25T03:15:31.257Z] USERDOMAIN WORKGROUP [2021-02-25T03:15:31.257Z] USERNAME azwin-2-292190$ [2021-02-25T03:15:31.257Z] USERPROFILE C:\windows\system32\config\systemprofile [2021-02-25T03:15:31.257Z] validate_force false [2021-02-25T03:15:31.257Z] windir C:\windows [2021-02-25T03:15:31.257Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2021-02-25T03:15:31.257Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2021-02-25T03:15:31.257Z] windowsRS1 false [2021-02-25T03:15:31.257Z] windowsRS5 true [2021-02-25T03:15:31.257Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-02-25T03:15:31.257Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-02-25T03:15:31.257Z] [2021-02-25T03:15:31.257Z] [2021-02-25T03:15:31.257Z] [2021-02-25T03:15:31.257Z] INFO: Sources under d:\gopath\... [2021-02-25T03:15:31.257Z] INFO: Test run under d:\CI\... [2021-02-25T03:15:31.257Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-02-25T03:15:31.257Z] INFO: docker/docker repository was found [2021-02-25T03:15:31.257Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2021-02-25T03:15:31.257Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1757' [2021-02-25T03:15:31.257Z] INFO: Docker version of control daemon [2021-02-25T03:15:31.257Z] [2021-02-25T03:15:31.257Z] Client: Docker Engine - Enterprise [2021-02-25T03:15:31.257Z] Version: 19.03.12 [2021-02-25T03:15:31.257Z] API version: 1.40 [2021-02-25T03:15:31.257Z] Go version: go1.13.13 [2021-02-25T03:15:31.257Z] Git commit: 4306744 [2021-02-25T03:15:31.257Z] Built: 08/05/2020 19:27:53 [2021-02-25T03:15:31.257Z] OS/Arch: windows/amd64 [2021-02-25T03:15:31.257Z] Experimental: false [2021-02-25T03:15:31.257Z] [2021-02-25T03:15:31.257Z] Server: Docker Engine - Enterprise [2021-02-25T03:15:31.257Z] Engine: [2021-02-25T03:15:31.257Z] Version: 19.03.12 [2021-02-25T03:15:31.257Z] API version: 1.40 (minimum version 1.24) [2021-02-25T03:15:31.257Z] Go version: go1.13.13 [2021-02-25T03:15:31.257Z] Git commit: f295753ffd [2021-02-25T03:15:31.257Z] Built: 08/05/2020 19:26:41 [2021-02-25T03:15:31.257Z] OS/Arch: windows/amd64 [2021-02-25T03:15:31.257Z] Experimental: true [2021-02-25T03:15:31.257Z] [2021-02-25T03:15:31.257Z] INFO: Docker info of control daemon [2021-02-25T03:15:31.257Z] [2021-02-25T03:15:31.387Z] #27 10.42 0.6% ### 5.5% ###### 9.6% ######### 13.7% ############ 17.8% ############### 21.8% ################## 26.0% ##################### 30.0% ######################## 34.1% ############################ 40.3% ############################### 44.4% ################################## 48.4% ####################################### 55.0% ########################################## 59.1% ############################################ 61.1% ################################################ 67.2% ################################################# 69.3% #################################################### 73.4% ######################################################### 79.5% ########################################################## 81.5% ############################################################### 87.7% ################################################################## 91.7% #################################################################### 95.8% ####################################################################### 99.8% ######################################################################## 100.0% [2021-02-25T03:15:31.388Z] #27 13.50 [2021-02-25T03:15:31.722Z] Client: [2021-02-25T03:15:31.722Z] Debug Mode: false [2021-02-25T03:15:31.722Z] Plugins: [2021-02-25T03:15:31.722Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2021-02-25T03:15:31.722Z] [2021-02-25T03:15:31.722Z] Server: [2021-02-25T03:15:31.722Z] Containers: 2 [2021-02-25T03:15:31.722Z] Running: 0 [2021-02-25T03:15:31.722Z] Paused: 0 [2021-02-25T03:15:31.722Z] Stopped: 2 [2021-02-25T03:15:31.722Z] Images: 10 [2021-02-25T03:15:31.722Z] Server Version: 19.03.12 [2021-02-25T03:15:31.722Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-02-25T03:15:31.722Z] Windows: [2021-02-25T03:15:31.722Z] LCOW: [2021-02-25T03:15:31.722Z] Logging Driver: json-file [2021-02-25T03:15:31.722Z] Plugins: [2021-02-25T03:15:31.722Z] Volume: local [2021-02-25T03:15:31.722Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-02-25T03:15:31.722Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-02-25T03:15:31.722Z] Swarm: inactive [2021-02-25T03:15:31.722Z] Default Isolation: process [2021-02-25T03:15:31.722Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-02-25T03:15:31.722Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1697) [2021-02-25T03:15:31.722Z] OSType: windows [2021-02-25T03:15:31.722Z] Architecture: x86_64 [2021-02-25T03:15:31.722Z] CPUs: 4 [2021-02-25T03:15:31.722Z] Total Memory: 32GiB [2021-02-25T03:15:31.722Z] Name: azwin-2-292190 [2021-02-25T03:15:31.722Z] ID: AM4K:PBLY:KBNJ:QPGN:IDUB:MYK6:KRMO:BC44:GEW4:C3WA:PNUO:OSI3 [2021-02-25T03:15:31.722Z] Docker Root Dir: D:\docker [2021-02-25T03:15:31.722Z] Debug Mode: false [2021-02-25T03:15:31.722Z] Registry: https://index.docker.io/v1/ [2021-02-25T03:15:31.722Z] Labels: [2021-02-25T03:15:31.722Z] Experimental: true [2021-02-25T03:15:31.722Z] Insecure Registries: [2021-02-25T03:15:31.722Z] 10.0.0.4:5000 [2021-02-25T03:15:31.722Z] 127.0.0.0/8 [2021-02-25T03:15:31.722Z] Registry Mirrors: [2021-02-25T03:15:31.722Z] http://10.0.0.4:5000/ [2021-02-25T03:15:31.722Z] Live Restore Enabled: false [2021-02-25T03:15:31.722Z] [2021-02-25T03:15:31.722Z] [2021-02-25T03:15:31.722Z] INFO: Commit hash is 0c80bd9afb [2021-02-25T03:15:31.722Z] INFO: Nuke-Everything... [2021-02-25T03:15:32.185Z] INFO: Container count on control daemon to delete is 2 [2021-02-25T03:15:32.427Z] #27 ... [2021-02-25T03:15:32.428Z] [2021-02-25T03:15:32.428Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-25T03:15:32.428Z] #47 3.216 + RM_GOPATH=0 [2021-02-25T03:15:32.428Z] #47 3.216 + TMP_GOPATH= [2021-02-25T03:15:32.428Z] #47 3.216 + : /build [2021-02-25T03:15:32.428Z] #47 3.216 + '[' -z '' ']' [2021-02-25T03:15:32.428Z] #47 3.216 ++ mktemp -d [2021-02-25T03:15:32.428Z] #47 3.216 + export GOPATH=/tmp/tmp.qyF6GmHoqT [2021-02-25T03:15:32.428Z] #47 3.216 + GOPATH=/tmp/tmp.qyF6GmHoqT [2021-02-25T03:15:32.428Z] #47 3.216 + RM_GOPATH=1 [2021-02-25T03:15:32.428Z] #47 3.216 + case "$(go env GOARCH)" in [2021-02-25T03:15:32.428Z] #47 3.216 ++ go env GOARCH [2021-02-25T03:15:32.428Z] #47 3.347 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:15:32.428Z] #47 3.347 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:15:32.428Z] #47 3.347 ++ dirname /tmp/install/install.sh [2021-02-25T03:15:32.428Z] #47 3.347 + dir=/tmp/install [2021-02-25T03:15:32.428Z] #47 3.347 + bin=golangci_lint [2021-02-25T03:15:32.428Z] #47 3.347 + shift [2021-02-25T03:15:32.428Z] #47 3.347 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-02-25T03:15:32.428Z] #47 3.347 + . /tmp/install/golangci_lint.installer [2021-02-25T03:15:32.428Z] #47 3.347 ++ : v1.23.8 [2021-02-25T03:15:32.428Z] #47 3.347 + install_golangci_lint [2021-02-25T03:15:32.428Z] #47 3.347 + set -e [2021-02-25T03:15:32.428Z] #47 3.347 + export GO111MODULE=on [2021-02-25T03:15:32.428Z] #47 3.347 + GO111MODULE=on [2021-02-25T03:15:32.428Z] #47 3.347 + GOBIN=/build [2021-02-25T03:15:32.428Z] #47 3.347 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-02-25T03:15:32.428Z] #47 3.347 go: finding github.com v1.23.8 [2021-02-25T03:15:32.428Z] #47 3.347 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-02-25T03:15:32.428Z] #47 3.347 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-02-25T03:15:32.428Z] #47 3.347 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-02-25T03:15:32.428Z] #47 3.347 go: finding github.com/golangci v1.23.8 [2021-02-25T03:15:32.428Z] #47 4.163 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-02-25T03:15:32.428Z] #47 4.935 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-02-25T03:15:32.428Z] #47 9.965 go: downloading github.com/spf13/pflag v1.0.5 [2021-02-25T03:15:32.428Z] #47 9.975 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-25T03:15:32.428Z] #47 9.983 go: downloading github.com/spf13/cobra v0.0.5 [2021-02-25T03:15:32.428Z] #47 9.987 go: downloading github.com/pkg/errors v0.8.1 [2021-02-25T03:15:32.428Z] #47 10.01 go: downloading github.com/spf13/viper v1.6.1 [2021-02-25T03:15:32.428Z] #47 10.08 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-25T03:15:32.428Z] #47 10.09 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-25T03:15:32.428Z] #47 10.09 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-25T03:15:32.428Z] #47 10.14 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-25T03:15:32.428Z] #47 ... [2021-02-25T03:15:32.428Z] [2021-02-25T03:15:32.428Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2021-02-25T03:15:32.428Z] #30 5.691 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-02-25T03:15:32.428Z] #30 5.701 Cloning into '.'... [2021-02-25T03:15:32.428Z] #30 ... [2021-02-25T03:15:32.428Z] [2021-02-25T03:15:32.428Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-02-25T03:15:32.428Z] #62 4.534 + RM_GOPATH=0 [2021-02-25T03:15:32.428Z] #62 4.534 + TMP_GOPATH= [2021-02-25T03:15:32.428Z] #62 4.534 + : /build [2021-02-25T03:15:32.428Z] #62 4.534 + '[' -z '' ']' [2021-02-25T03:15:32.428Z] #62 4.534 ++ mktemp -d [2021-02-25T03:15:32.428Z] #62 4.541 + export GOPATH=/tmp/tmp.ST0vJP4fzt [2021-02-25T03:15:32.428Z] #62 4.541 + GOPATH=/tmp/tmp.ST0vJP4fzt [2021-02-25T03:15:32.428Z] #62 4.541 + RM_GOPATH=1 [2021-02-25T03:15:32.428Z] #62 4.541 + case "$(go env GOARCH)" in [2021-02-25T03:15:32.428Z] #62 4.541 ++ go env GOARCH [2021-02-25T03:15:32.428Z] #62 4.574 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:15:32.428Z] #62 4.574 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:15:32.428Z] #62 4.575 ++ dirname /tmp/install/install.sh [2021-02-25T03:15:32.428Z] #62 4.580 + dir=/tmp/install [2021-02-25T03:15:32.428Z] #62 4.580 + bin=proxy [2021-02-25T03:15:32.428Z] #62 4.580 + shift [2021-02-25T03:15:32.428Z] #62 4.580 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-02-25T03:15:32.428Z] #62 4.580 + . /tmp/install/proxy.installer [2021-02-25T03:15:32.428Z] #62 4.580 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-25T03:15:32.428Z] #62 4.581 + install_proxy [2021-02-25T03:15:32.428Z] #62 4.581 + case "$1" in [2021-02-25T03:15:32.428Z] #62 4.581 + export CGO_ENABLED=0 [2021-02-25T03:15:32.428Z] #62 4.581 + CGO_ENABLED=0 [2021-02-25T03:15:32.428Z] #62 4.581 + _install_proxy [2021-02-25T03:15:32.428Z] #62 4.581 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7' [2021-02-25T03:15:32.428Z] #62 4.581 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-25T03:15:32.428Z] #62 4.581 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.ST0vJP4fzt/src/github.com/docker/libnetwork [2021-02-25T03:15:32.428Z] #62 4.582 Cloning into '/tmp/tmp.ST0vJP4fzt/src/github.com/docker/libnetwork'... [2021-02-25T03:15:32.649Z] 7329216fd2a6 [2021-02-25T03:15:32.649Z] a27bda878d7f [2021-02-25T03:15:32.721Z] #62 ... [2021-02-25T03:15:32.721Z] [2021-02-25T03:15:32.721Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-25T03:15:32.721Z] #22 3.695 + RM_GOPATH=0 [2021-02-25T03:15:32.721Z] #22 3.695 + TMP_GOPATH= [2021-02-25T03:15:32.721Z] #22 3.695 + : /build [2021-02-25T03:15:32.721Z] #22 3.695 + '[' -z '' ']' [2021-02-25T03:15:32.721Z] #22 3.695 ++ mktemp -d [2021-02-25T03:15:32.721Z] #22 3.695 + export GOPATH=/tmp/tmp.bZhXvMsN8n [2021-02-25T03:15:32.721Z] #22 3.695 + GOPATH=/tmp/tmp.bZhXvMsN8n [2021-02-25T03:15:32.721Z] #22 3.695 + RM_GOPATH=1 [2021-02-25T03:15:32.721Z] #22 3.695 + case "$(go env GOARCH)" in [2021-02-25T03:15:32.721Z] #22 3.695 ++ go env GOARCH [2021-02-25T03:15:32.721Z] #22 3.695 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:15:32.721Z] #22 3.695 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:15:32.721Z] #22 3.695 ++ dirname /tmp/install/install.sh [2021-02-25T03:15:32.721Z] #22 3.695 + dir=/tmp/install [2021-02-25T03:15:32.721Z] #22 3.695 + bin=dockercli [2021-02-25T03:15:32.721Z] #22 3.695 + shift [2021-02-25T03:15:32.721Z] #22 3.695 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-02-25T03:15:32.721Z] #22 3.695 + . /tmp/install/dockercli.installer [2021-02-25T03:15:32.721Z] #22 3.695 ++ : stable [2021-02-25T03:15:32.721Z] #22 3.695 ++ : 17.06.2-ce [2021-02-25T03:15:32.721Z] #22 3.695 + install_dockercli [2021-02-25T03:15:32.721Z] #22 3.695 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-02-25T03:15:32.721Z] #22 3.695 ++ uname -m [2021-02-25T03:15:32.721Z] #22 3.695 + arch=s390x [2021-02-25T03:15:32.721Z] #22 3.695 + '[' s390x '!=' x86_64 ']' [2021-02-25T03:15:32.721Z] #22 3.695 + '[' s390x '!=' s390x ']' [2021-02-25T03:15:32.721Z] #22 3.695 + url=https://download.docker.com/linux/static [2021-02-25T03:15:32.721Z] #22 3.695 + tar -xz docker/docker [2021-02-25T03:15:32.721Z] #22 3.695 + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz [2021-02-25T03:15:32.721Z] #22 3.696 Install docker/cli version 17.06.2-ce from stable [2021-02-25T03:15:32.721Z] #22 ... [2021-02-25T03:15:32.721Z] [2021-02-25T03:15:32.721Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2021-02-25T03:15:32.721Z] #11 5.664 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-25T03:15:32.721Z] #11 5.703 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-25T03:15:32.721Z] #11 5.776 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-25T03:15:32.721Z] #11 6.586 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2021-02-25T03:15:32.721Z] #11 8.840 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [238 kB] [2021-02-25T03:15:33.015Z] #11 ... [2021-02-25T03:15:33.015Z] [2021-02-25T03:15:33.015Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-02-25T03:15:33.015Z] #49 1.434 + RM_GOPATH=0 [2021-02-25T03:15:33.015Z] #49 1.434 + TMP_GOPATH= [2021-02-25T03:15:33.015Z] #49 1.434 + : /build [2021-02-25T03:15:33.015Z] #49 1.434 + '[' -z '' ']' [2021-02-25T03:15:33.015Z] #49 1.434 ++ mktemp -d [2021-02-25T03:15:33.015Z] #49 1.434 + export GOPATH=/tmp/tmp.rN8haF6vih [2021-02-25T03:15:33.015Z] #49 1.434 + GOPATH=/tmp/tmp.rN8haF6vih [2021-02-25T03:15:33.015Z] #49 1.434 + RM_GOPATH=1 [2021-02-25T03:15:33.015Z] #49 1.434 + case "$(go env GOARCH)" in [2021-02-25T03:15:33.015Z] #49 1.434 ++ go env GOARCH [2021-02-25T03:15:33.015Z] #49 1.434 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:15:33.015Z] #49 1.434 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:15:33.015Z] #49 1.434 ++ dirname /tmp/install/install.sh [2021-02-25T03:15:33.015Z] #49 1.434 + dir=/tmp/install [2021-02-25T03:15:33.015Z] #49 1.434 + bin=shfmt [2021-02-25T03:15:33.015Z] #49 1.434 + shift [2021-02-25T03:15:33.015Z] #49 1.434 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-02-25T03:15:33.015Z] #49 1.434 + . /tmp/install/shfmt.installer [2021-02-25T03:15:33.015Z] #49 1.434 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-25T03:15:33.015Z] #49 1.434 + install_shfmt [2021-02-25T03:15:33.015Z] #49 1.434 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-02-25T03:15:33.015Z] #49 1.434 + git clone https://github.com/mvdan/sh.git /tmp/tmp.rN8haF6vih/src/github.com/mvdan/sh [2021-02-25T03:15:33.015Z] #49 1.434 Cloning into '/tmp/tmp.rN8haF6vih/src/github.com/mvdan/sh'... [2021-02-25T03:15:33.015Z] #49 1.435 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-25T03:15:33.015Z] #49 5.945 + cd /tmp/tmp.rN8haF6vih/src/github.com/mvdan/sh [2021-02-25T03:15:33.015Z] #49 5.946 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-25T03:15:33.015Z] #49 6.005 + GO111MODULE=on [2021-02-25T03:15:33.015Z] #49 6.005 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-02-25T03:15:33.015Z] #49 6.969 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-25T03:15:33.015Z] #49 6.997 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-25T03:15:33.015Z] #49 7.139 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-25T03:15:33.015Z] #49 7.147 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-25T03:15:33.015Z] #49 7.325 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-25T03:15:33.015Z] #49 8.000 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-25T03:15:33.015Z] #49 8.932 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-25T03:15:33.015Z] #49 9.956 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-25T03:15:33.015Z] #49 ... [2021-02-25T03:15:33.015Z] [2021-02-25T03:15:33.015Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2021-02-25T03:15:33.015Z] #40 5.788 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-25T03:15:33.015Z] #40 5.823 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-25T03:15:33.015Z] #40 5.845 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-25T03:15:33.015Z] #40 6.665 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2021-02-25T03:15:33.015Z] #40 8.818 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [238 kB] [2021-02-25T03:15:33.114Z] [2021-02-25T03:15:33.114Z] [2021-02-25T03:15:33.114Z] __GENUS : 2 [2021-02-25T03:15:33.114Z] __CLASS : __PARAMETERS [2021-02-25T03:15:33.114Z] __SUPERCLASS : [2021-02-25T03:15:33.114Z] __DYNASTY : __PARAMETERS [2021-02-25T03:15:33.114Z] __RELPATH : [2021-02-25T03:15:33.114Z] __PROPERTY_COUNT : 1 [2021-02-25T03:15:33.114Z] __DERIVATION : {} [2021-02-25T03:15:33.114Z] __SERVER : [2021-02-25T03:15:33.114Z] __NAMESPACE : [2021-02-25T03:15:33.114Z] __PATH : [2021-02-25T03:15:33.114Z] ReturnValue : 0 [2021-02-25T03:15:33.114Z] PSComputerName : [2021-02-25T03:15:33.114Z] [2021-02-25T03:15:33.114Z] INFO: Nuking d:\CI [2021-02-25T03:15:33.446Z] #40 ... [2021-02-25T03:15:33.447Z] [2021-02-25T03:15:33.447Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-25T03:15:33.447Z] #56 2.190 + RM_GOPATH=0 [2021-02-25T03:15:33.447Z] #56 2.190 + TMP_GOPATH= [2021-02-25T03:15:33.447Z] #56 2.190 + : /build [2021-02-25T03:15:33.447Z] #56 2.190 + '[' -z '' ']' [2021-02-25T03:15:33.447Z] #56 2.190 ++ mktemp -d [2021-02-25T03:15:33.447Z] #56 2.190 + export GOPATH=/tmp/tmp.zvo8hwowHi [2021-02-25T03:15:33.447Z] #56 2.190 + GOPATH=/tmp/tmp.zvo8hwowHi [2021-02-25T03:15:33.447Z] #56 2.190 + RM_GOPATH=1 [2021-02-25T03:15:33.447Z] #56 2.190 + case "$(go env GOARCH)" in [2021-02-25T03:15:33.447Z] #56 2.190 ++ go env GOARCH [2021-02-25T03:15:33.447Z] #56 2.190 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:15:33.447Z] #56 2.190 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:15:33.447Z] #56 2.268 ++ dirname /tmp/install/install.sh [2021-02-25T03:15:33.447Z] #56 2.268 + dir=/tmp/install [2021-02-25T03:15:33.447Z] #56 2.268 + bin=rootlesskit [2021-02-25T03:15:33.447Z] #56 2.268 + shift [2021-02-25T03:15:33.447Z] #56 2.268 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-02-25T03:15:33.447Z] #56 2.268 + . /tmp/install/rootlesskit.installer [2021-02-25T03:15:33.447Z] #56 2.268 ++ : 5c30c9c2586add2ad659132990fdc230f05035fa [2021-02-25T03:15:33.447Z] #56 2.268 + install_rootlesskit [2021-02-25T03:15:33.447Z] #56 2.268 + case "$1" in [2021-02-25T03:15:33.447Z] #56 2.268 + export CGO_ENABLED=0 [2021-02-25T03:15:33.447Z] #56 2.268 + CGO_ENABLED=0 [2021-02-25T03:15:33.447Z] #56 2.268 + _install_rootlesskit [2021-02-25T03:15:33.447Z] #56 2.268 + echo 'Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa' [2021-02-25T03:15:33.447Z] #56 2.268 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.zvo8hwowHi/src/github.com/rootless-containers/rootlesskit [2021-02-25T03:15:33.447Z] #56 2.268 Cloning into '/tmp/tmp.zvo8hwowHi/src/github.com/rootless-containers/rootlesskit'... [2021-02-25T03:15:33.447Z] #56 2.371 Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa [2021-02-25T03:15:33.447Z] #56 4.998 + cd /tmp/tmp.zvo8hwowHi/src/github.com/rootless-containers/rootlesskit [2021-02-25T03:15:33.447Z] #56 4.998 + git checkout -q 5c30c9c2586add2ad659132990fdc230f05035fa [2021-02-25T03:15:33.447Z] #56 5.023 + export GO111MODULE=on [2021-02-25T03:15:33.447Z] #56 5.023 + GO111MODULE=on [2021-02-25T03:15:33.447Z] #56 5.023 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-25T03:15:33.447Z] #56 5.023 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-02-25T03:15:33.447Z] #56 6.365 go: downloading github.com/sirupsen/logrus v1.7.0 [2021-02-25T03:15:33.447Z] #56 6.377 go: downloading github.com/pkg/errors v0.9.1 [2021-02-25T03:15:33.447Z] #56 6.396 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-02-25T03:15:33.447Z] #56 6.500 go: downloading github.com/google/uuid v1.2.0 [2021-02-25T03:15:33.447Z] #56 6.535 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-02-25T03:15:33.447Z] #56 6.565 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-02-25T03:15:33.447Z] #56 6.573 go: downloading github.com/moby/vpnkit v0.4.0 [2021-02-25T03:15:33.447Z] #56 6.734 go: extracting github.com/pkg/errors v0.9.1 [2021-02-25T03:15:33.447Z] #56 6.815 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-02-25T03:15:33.447Z] #56 7.007 go: extracting github.com/google/uuid v1.2.0 [2021-02-25T03:15:33.447Z] #56 7.012 go: downloading github.com/moby/sys/mountinfo v0.4.0 [2021-02-25T03:15:33.447Z] #56 7.067 go: downloading github.com/gorilla/mux v1.8.0 [2021-02-25T03:15:33.447Z] #56 7.112 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-02-25T03:15:33.447Z] #56 7.113 go: extracting github.com/sirupsen/logrus v1.7.0 [2021-02-25T03:15:33.447Z] #56 7.114 go: downloading github.com/gofrs/flock v0.8.0 [2021-02-25T03:15:33.447Z] #56 7.323 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-02-25T03:15:33.447Z] #56 8.211 go: extracting github.com/moby/sys/mountinfo v0.4.0 [2021-02-25T03:15:33.447Z] #56 8.470 go: extracting github.com/gofrs/flock v0.8.0 [2021-02-25T03:15:33.447Z] #56 8.515 go: extracting github.com/gorilla/mux v1.8.0 [2021-02-25T03:15:33.447Z] #56 8.939 go: extracting github.com/moby/vpnkit v0.4.0 [2021-02-25T03:15:33.447Z] #56 9.212 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-02-25T03:15:33.447Z] #56 9.278 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-02-25T03:15:33.447Z] #56 10.64 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-02-25T03:15:33.447Z] #56 ... [2021-02-25T03:15:33.447Z] [2021-02-25T03:15:33.447Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-25T03:15:33.447Z] #43 4.909 + RM_GOPATH=0 [2021-02-25T03:15:33.447Z] #43 4.909 + TMP_GOPATH= [2021-02-25T03:15:33.447Z] #43 4.909 + : /build [2021-02-25T03:15:33.447Z] #43 4.909 + '[' -z '' ']' [2021-02-25T03:15:33.447Z] #43 4.909 ++ mktemp -d [2021-02-25T03:15:33.447Z] #43 4.910 + export GOPATH=/tmp/tmp.mYBwDTuypq [2021-02-25T03:15:33.447Z] #43 4.910 + GOPATH=/tmp/tmp.mYBwDTuypq [2021-02-25T03:15:33.447Z] #43 4.910 + RM_GOPATH=1 [2021-02-25T03:15:33.447Z] #43 4.910 + case "$(go env GOARCH)" in [2021-02-25T03:15:33.447Z] #43 4.911 ++ go env GOARCH [2021-02-25T03:15:33.447Z] #43 4.917 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:15:33.447Z] #43 4.917 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:15:33.447Z] #43 4.918 ++ dirname /tmp/install/install.sh [2021-02-25T03:15:33.447Z] #43 4.918 + dir=/tmp/install [2021-02-25T03:15:33.447Z] #43 4.918 + bin=vndr [2021-02-25T03:15:33.447Z] #43 4.918 + shift [2021-02-25T03:15:33.447Z] #43 4.918 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-02-25T03:15:33.447Z] #43 4.918 + . /tmp/install/vndr.installer [2021-02-25T03:15:33.447Z] #43 4.919 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-25T03:15:33.447Z] #43 4.919 + install_vndr [2021-02-25T03:15:33.447Z] #43 4.919 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-02-25T03:15:33.447Z] #43 4.920 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-25T03:15:33.447Z] #43 4.920 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.mYBwDTuypq/src/github.com/LK4D4/vndr [2021-02-25T03:15:33.447Z] #43 4.946 Cloning into '/tmp/tmp.mYBwDTuypq/src/github.com/LK4D4/vndr'... [2021-02-25T03:15:33.447Z] #43 5.883 + cd /tmp/tmp.mYBwDTuypq/src/github.com/LK4D4/vndr [2021-02-25T03:15:33.447Z] #43 5.884 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-25T03:15:33.447Z] #43 5.891 + go build -buildmode=pie -v -o /build/vndr . [2021-02-25T03:15:33.447Z] #43 7.023 runtime/internal/atomic [2021-02-25T03:15:33.447Z] #43 7.094 internal/cpu [2021-02-25T03:15:33.447Z] #43 7.224 runtime/internal/sys [2021-02-25T03:15:33.447Z] #43 7.491 runtime/internal/math [2021-02-25T03:15:33.447Z] #43 7.555 internal/race [2021-02-25T03:15:33.447Z] #43 7.719 internal/bytealg [2021-02-25T03:15:33.447Z] #43 7.720 sync/atomic [2021-02-25T03:15:33.447Z] #43 7.974 unicode [2021-02-25T03:15:33.447Z] #43 8.168 runtime [2021-02-25T03:15:33.820Z] #43 ... [2021-02-25T03:15:33.820Z] [2021-02-25T03:15:33.820Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2021-02-25T03:15:33.820Z] #53 6.030 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-25T03:15:33.820Z] #53 6.077 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-25T03:15:33.820Z] #53 6.080 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-25T03:15:33.820Z] #53 7.052 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2021-02-25T03:15:33.820Z] #53 9.670 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [238 kB] [2021-02-25T03:15:33.820Z] #53 ... [2021-02-25T03:15:33.820Z] [2021-02-25T03:15:33.820Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-02-25T03:15:33.820Z] #32 4.702 + RM_GOPATH=0 [2021-02-25T03:15:33.820Z] #32 4.702 + TMP_GOPATH= [2021-02-25T03:15:33.820Z] #32 4.703 + : /build [2021-02-25T03:15:33.820Z] #32 4.703 + '[' -z '' ']' [2021-02-25T03:15:33.820Z] #32 4.703 ++ mktemp -d [2021-02-25T03:15:33.820Z] #32 4.709 + export GOPATH=/tmp/tmp.RFJRKv26un [2021-02-25T03:15:33.820Z] #32 4.709 + GOPATH=/tmp/tmp.RFJRKv26un [2021-02-25T03:15:33.820Z] #32 4.709 + RM_GOPATH=1 [2021-02-25T03:15:33.820Z] #32 4.709 + case "$(go env GOARCH)" in [2021-02-25T03:15:33.820Z] #32 4.709 ++ go env GOARCH [2021-02-25T03:15:33.820Z] #32 4.723 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:15:33.820Z] #32 4.723 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:15:33.820Z] #32 4.723 ++ dirname /tmp/install/install.sh [2021-02-25T03:15:33.820Z] #32 4.725 + dir=/tmp/install [2021-02-25T03:15:33.820Z] #32 4.725 + bin=tomlv [2021-02-25T03:15:33.820Z] #32 4.725 + shift [2021-02-25T03:15:33.820Z] #32 4.725 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-02-25T03:15:33.820Z] #32 4.725 + . /tmp/install/tomlv.installer [2021-02-25T03:15:33.820Z] #32 4.725 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-25T03:15:33.820Z] #32 4.728 + install_tomlv [2021-02-25T03:15:33.820Z] #32 4.728 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-02-25T03:15:33.820Z] #32 4.728 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-25T03:15:33.820Z] #32 4.728 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.RFJRKv26un/src/github.com/BurntSushi/toml [2021-02-25T03:15:33.820Z] #32 4.729 Cloning into '/tmp/tmp.RFJRKv26un/src/github.com/BurntSushi/toml'... [2021-02-25T03:15:33.820Z] #32 6.507 + cd /tmp/tmp.RFJRKv26un/src/github.com/BurntSushi/toml [2021-02-25T03:15:33.820Z] #32 6.507 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-25T03:15:33.820Z] #32 6.533 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-02-25T03:15:33.820Z] #32 7.082 runtime/internal/atomic [2021-02-25T03:15:33.820Z] #32 7.101 internal/cpu [2021-02-25T03:15:33.820Z] #32 7.322 runtime/internal/sys [2021-02-25T03:15:33.820Z] #32 7.444 runtime/internal/math [2021-02-25T03:15:33.820Z] #32 7.533 math/bits [2021-02-25T03:15:33.820Z] #32 7.543 internal/bytealg [2021-02-25T03:15:33.820Z] #32 7.942 math [2021-02-25T03:15:33.820Z] #32 8.115 runtime [2021-02-25T03:15:33.820Z] #32 ... [2021-02-25T03:15:33.820Z] [2021-02-25T03:15:33.820Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2021-02-25T03:15:33.820Z] #34 5.505 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-25T03:15:33.820Z] #34 5.620 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-25T03:15:33.820Z] #34 5.720 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-25T03:15:33.820Z] #34 6.292 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2021-02-25T03:15:33.820Z] #34 8.068 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [238 kB] [2021-02-25T03:15:33.820Z] #34 10.64 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [9508 B] [2021-02-25T03:15:33.820Z] #34 ... [2021-02-25T03:15:33.820Z] [2021-02-25T03:15:33.820Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2021-02-25T03:15:33.820Z] #38 5.655 + git clone https://github.com/docker/distribution.git . [2021-02-25T03:15:33.820Z] #38 5.664 Cloning into '.'... [2021-02-25T03:15:34.115Z] #38 ... [2021-02-25T03:15:34.115Z] [2021-02-25T03:15:34.115Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-02-25T03:15:34.115Z] #27 14.78 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-02-25T03:15:34.115Z] #27 15.25 #=#=# [2021-02-25T03:15:34.115Z] #27 15.46 ######################################################################## 100.0% [2021-02-25T03:15:34.115Z] #27 15.61 [2021-02-25T03:15:34.204Z] Removing intermediate container e8a12f25b82e [2021-02-25T03:15:34.205Z] ---> 1948599637a7 [2021-02-25T03:15:34.205Z] Step 7/15 : WORKDIR /buildx [2021-02-25T03:15:34.205Z] ---> Running in c77509efad8c [2021-02-25T03:15:34.205Z] Removing intermediate container c77509efad8c [2021-02-25T03:15:34.205Z] ---> 5f83102d748e [2021-02-25T03:15:34.205Z] Step 8/15 : ARG BUILDX_COMMIT [2021-02-25T03:15:34.205Z] ---> Running in 1d23f7fe72d8 [2021-02-25T03:15:34.205Z] Removing intermediate container 1d23f7fe72d8 [2021-02-25T03:15:34.205Z] ---> b7e5009b7faf [2021-02-25T03:15:34.205Z] Step 9/15 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2021-02-25T03:15:34.205Z] ---> Running in 2b8727a17efb [2021-02-25T03:15:34.413Z] #27 ... [2021-02-25T03:15:34.413Z] [2021-02-25T03:15:34.413Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-25T03:15:34.413Z] #22 11.06 + mkdir -p /build [2021-02-25T03:15:34.413Z] #22 11.25 + mv docker/docker /build/ [2021-02-25T03:15:34.413Z] #22 11.26 + rmdir docker [2021-02-25T03:15:34.413Z] #22 DONE 12.1s [2021-02-25T03:15:34.413Z] [2021-02-25T03:15:34.413Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-25T03:15:34.413Z] #47 10.16 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-25T03:15:34.413Z] #47 10.44 go: extracting github.com/pkg/errors v0.8.1 [2021-02-25T03:15:34.413Z] #47 10.47 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-25T03:15:34.413Z] #47 10.47 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-25T03:15:34.413Z] #47 10.48 go: extracting github.com/spf13/pflag v1.0.5 [2021-02-25T03:15:34.413Z] #47 10.55 go: extracting github.com/spf13/viper v1.6.1 [2021-02-25T03:15:34.413Z] #47 10.63 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-25T03:15:34.413Z] #47 10.64 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-02-25T03:15:34.413Z] #47 10.70 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-25T03:15:34.413Z] #47 10.70 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-25T03:15:34.413Z] #47 10.71 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-25T03:15:34.413Z] #47 10.74 go: extracting github.com/spf13/cobra v0.0.5 [2021-02-25T03:15:34.413Z] #47 10.88 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-25T03:15:34.413Z] #47 11.24 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-25T03:15:34.413Z] #47 11.29 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-02-25T03:15:34.413Z] #47 11.39 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-25T03:15:34.413Z] #47 11.49 go: downloading github.com/spf13/cast v1.3.0 [2021-02-25T03:15:34.413Z] #47 11.67 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-25T03:15:34.413Z] #47 11.74 go: extracting github.com/spf13/cast v1.3.0 [2021-02-25T03:15:34.413Z] #47 12.04 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-02-25T03:15:34.413Z] #47 12.19 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-02-25T03:15:34.859Z] From https://github.com/docker/buildx [2021-02-25T03:15:34.859Z] * [new tag] v0.5.1 -> build [2021-02-25T03:15:35.212Z] Switched to branch 'build' [2021-02-25T03:15:35.795Z] Removing intermediate container 2b8727a17efb [2021-02-25T03:15:35.795Z] ---> ce1949b39b53 [2021-02-25T03:15:35.795Z] Step 10/15 : ARG GOOS [2021-02-25T03:15:35.795Z] ---> Running in 49993313f47c [2021-02-25T03:15:35.795Z] Removing intermediate container 49993313f47c [2021-02-25T03:15:35.795Z] ---> 4f988dcd7f7e [2021-02-25T03:15:35.795Z] Step 11/15 : ARG GOARCH [2021-02-25T03:15:35.795Z] ---> Running in 86c378f1751e [2021-02-25T03:15:35.795Z] Removing intermediate container 86c378f1751e [2021-02-25T03:15:35.795Z] ---> ac417303122f [2021-02-25T03:15:35.795Z] 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-02-25T03:15:35.795Z] ---> Running in 935aa04a29c0 [2021-02-25T03:15:35.997Z] #47 13.34 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-02-25T03:15:36.640Z] #47 ... [2021-02-25T03:15:36.640Z] [2021-02-25T03:15:36.640Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-02-25T03:15:36.640Z] #27 16.80 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-02-25T03:15:36.640Z] #27 17.77 #=#=# [2021-02-25T03:15:36.640Z] #27 17.99 ######################################################################## 100.0% [2021-02-25T03:15:36.640Z] #27 18.08 [2021-02-25T03:15:36.640Z] #27 18.14 Download of images into '/build' complete. [2021-02-25T03:15:36.640Z] #27 18.14 Use something like the following to load the result into a Docker daemon: [2021-02-25T03:15:36.640Z] #27 18.14 tar -cC '/build' . | docker load [2021-02-25T03:15:36.640Z] #27 DONE 18.3s [2021-02-25T03:15:36.640Z] [2021-02-25T03:15:36.640Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-25T03:15:36.640Z] #47 14.27 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-25T03:15:38.183Z] #47 15.95 go: downloading github.com/spf13/afero v1.1.2 [2021-02-25T03:15:38.183Z] #47 15.95 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-25T03:15:38.183Z] #47 15.95 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-25T03:15:38.183Z] #47 15.95 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-25T03:15:38.183Z] #47 15.95 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-02-25T03:15:38.183Z] #47 15.95 go: downloading github.com/fatih/color v1.7.0 [2021-02-25T03:15:38.183Z] #47 15.96 go: downloading github.com/magiconair/properties v1.8.1 [2021-02-25T03:15:38.183Z] #47 15.96 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-25T03:15:38.183Z] #47 16.01 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-02-25T03:15:38.183Z] #47 16.04 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-25T03:15:38.480Z] #47 16.05 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-25T03:15:38.480Z] #47 16.08 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-25T03:15:38.480Z] #47 16.11 go: extracting github.com/spf13/afero v1.1.2 [2021-02-25T03:15:38.480Z] #47 16.11 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-25T03:15:38.480Z] #47 16.20 go: extracting github.com/fatih/color v1.7.0 [2021-02-25T03:15:38.480Z] #47 16.30 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-25T03:15:38.773Z] #47 16.30 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-25T03:15:38.773Z] #47 16.40 go: extracting github.com/magiconair/properties v1.8.1 [2021-02-25T03:15:38.773Z] #47 16.41 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-25T03:15:38.773Z] #47 16.43 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-25T03:15:38.773Z] #47 16.50 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-02-25T03:15:38.773Z] #47 16.55 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-25T03:15:38.773Z] #47 16.59 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-02-25T03:15:38.773Z] #47 16.60 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-25T03:15:39.065Z] #47 16.66 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-25T03:15:39.065Z] #47 16.66 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-25T03:15:39.065Z] #47 16.66 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-25T03:15:39.065Z] #47 16.74 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-02-25T03:15:39.065Z] #47 16.74 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-02-25T03:15:39.065Z] #47 16.75 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-25T03:15:39.065Z] #47 16.75 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-02-25T03:15:39.065Z] #47 16.75 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-25T03:15:39.065Z] #47 16.76 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-02-25T03:15:39.065Z] #47 16.78 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-02-25T03:15:39.065Z] #47 16.79 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-25T03:15:39.357Z] #47 16.97 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-02-25T03:15:39.357Z] #47 16.98 go: downloading golang.org/x/text v0.3.2 [2021-02-25T03:15:39.357Z] #47 17.01 go: downloading github.com/subosito/gotenv v1.2.0 [2021-02-25T03:15:39.357Z] #47 17.01 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-25T03:15:39.357Z] #47 17.01 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-25T03:15:39.357Z] #47 17.02 go: downloading github.com/stretchr/testify v1.4.0 [2021-02-25T03:15:39.357Z] #47 17.02 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-25T03:15:39.649Z] #47 17.26 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-02-25T03:15:39.649Z] #47 17.37 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-02-25T03:15:39.943Z] #47 17.48 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-25T03:15:39.943Z] #47 17.57 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-02-25T03:15:39.943Z] #47 ... [2021-02-25T03:15:39.943Z] [2021-02-25T03:15:39.943Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-25T03:15:39.943Z] #45 7.520 go: downloading github.com/pkg/errors v0.9.1 [2021-02-25T03:15:39.943Z] #45 7.527 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-25T03:15:39.943Z] #45 7.535 go: downloading github.com/spf13/pflag v1.0.3 [2021-02-25T03:15:39.943Z] #45 7.552 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-25T03:15:39.943Z] #45 7.553 go: downloading github.com/fatih/color v1.9.0 [2021-02-25T03:15:39.943Z] #45 7.567 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-25T03:15:39.943Z] #45 7.571 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-02-25T03:15:39.943Z] #45 7.737 go: extracting github.com/fatih/color v1.9.0 [2021-02-25T03:15:39.943Z] #45 7.764 go: extracting github.com/spf13/pflag v1.0.3 [2021-02-25T03:15:39.943Z] #45 7.774 go: extracting github.com/pkg/errors v0.9.1 [2021-02-25T03:15:39.943Z] #45 7.802 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-25T03:15:39.943Z] #45 7.852 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-25T03:15:39.943Z] #45 7.860 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-25T03:15:39.943Z] #45 8.132 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-02-25T03:15:39.943Z] #45 8.386 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-02-25T03:15:39.943Z] #45 8.388 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-02-25T03:15:39.943Z] #45 8.390 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-25T03:15:39.943Z] #45 8.468 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-02-25T03:15:39.943Z] #45 8.597 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-02-25T03:15:39.943Z] #45 9.618 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-25T03:15:39.943Z] #45 10.19 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-25T03:15:39.943Z] #45 11.13 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-25T03:15:39.943Z] #45 15.34 go: finding github.com/fatih/color v1.9.0 [2021-02-25T03:15:39.943Z] #45 15.34 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-25T03:15:39.943Z] #45 15.38 go: finding github.com/pkg/errors v0.9.1 [2021-02-25T03:15:39.943Z] #45 15.45 go: finding github.com/spf13/pflag v1.0.3 [2021-02-25T03:15:39.943Z] #45 15.46 go: finding github.com/mattn/go-colorable v0.1.6 [2021-02-25T03:15:39.943Z] #45 15.54 go: finding github.com/mattn/go-isatty v0.0.12 [2021-02-25T03:15:39.943Z] #45 15.68 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-25T03:15:39.943Z] #45 15.84 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-02-25T03:15:39.943Z] #45 15.89 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-25T03:15:39.943Z] #45 15.94 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-25T03:15:39.943Z] #45 15.95 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-25T03:15:39.943Z] #45 ... [2021-02-25T03:15:39.943Z] [2021-02-25T03:15:39.943Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-25T03:15:39.943Z] #47 17.57 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-02-25T03:15:39.943Z] #47 17.59 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-25T03:15:39.943Z] #47 17.70 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-25T03:15:39.943Z] #47 17.77 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-02-25T03:15:39.943Z] #47 17.77 go: extracting github.com/subosito/gotenv v1.2.0 [2021-02-25T03:15:39.943Z] #47 17.77 go: downloading github.com/kisielk/gotool v1.0.0 [2021-02-25T03:15:39.943Z] #47 17.77 go: extracting github.com/stretchr/testify v1.4.0 [2021-02-25T03:15:40.235Z] #47 17.90 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-02-25T03:15:40.235Z] #47 17.91 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-02-25T03:15:40.235Z] #47 17.92 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-02-25T03:15:40.235Z] #47 18.01 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-02-25T03:15:40.235Z] #47 18.15 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-25T03:15:40.532Z] #47 18.16 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-02-25T03:15:40.532Z] #47 18.28 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-25T03:15:40.532Z] #47 18.28 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-25T03:15:40.532Z] #47 18.29 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-02-25T03:15:40.532Z] #47 18.29 go: extracting github.com/kisielk/gotool v1.0.0 [2021-02-25T03:15:40.532Z] #47 18.30 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-02-25T03:15:40.532Z] #47 18.31 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-02-25T03:15:41.172Z] #47 18.68 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-25T03:15:41.172Z] #47 18.69 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-25T03:15:41.172Z] #47 18.70 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-02-25T03:15:41.172Z] #47 18.79 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-02-25T03:15:41.172Z] #47 18.81 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-02-25T03:15:41.172Z] #47 18.81 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-25T03:15:41.172Z] #47 18.83 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-02-25T03:15:41.172Z] #47 18.83 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-02-25T03:15:41.172Z] #47 18.83 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-25T03:15:41.172Z] #47 18.84 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-02-25T03:15:41.172Z] #47 18.85 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-02-25T03:15:41.172Z] #47 18.93 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-25T03:15:41.463Z] #47 19.03 go: downloading github.com/stretchr/objx v0.2.0 [2021-02-25T03:15:41.757Z] #47 19.27 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-25T03:15:41.757Z] #47 19.27 go: downloading github.com/gogo/protobuf v1.2.1 [2021-02-25T03:15:41.757Z] #47 19.27 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-02-25T03:15:41.757Z] #47 19.27 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-25T03:15:41.757Z] #47 19.27 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-02-25T03:15:41.757Z] #47 19.27 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-25T03:15:41.757Z] #47 19.28 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-25T03:15:41.757Z] #47 19.41 go: downloading github.com/ultraware/funlen v0.0.2 [2021-02-25T03:15:41.757Z] #47 19.46 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-25T03:15:41.757Z] #47 19.47 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-25T03:15:42.052Z] #47 19.83 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-02-25T03:15:42.052Z] #47 19.91 go: extracting github.com/stretchr/objx v0.2.0 [2021-02-25T03:15:42.352Z] #47 19.92 go: extracting github.com/ultraware/funlen v0.0.2 [2021-02-25T03:15:42.352Z] #47 19.94 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-02-25T03:15:42.352Z] #47 20.01 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-25T03:15:42.352Z] #47 20.11 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-25T03:15:42.352Z] #47 20.13 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-25T03:15:42.645Z] #47 20.16 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-02-25T03:15:42.645Z] #47 20.36 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-25T03:15:42.645Z] #47 20.42 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-02-25T03:15:42.938Z] #47 20.61 go: downloading github.com/gobwas/glob v0.2.3 [2021-02-25T03:15:43.231Z] #47 20.97 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-02-25T03:15:43.523Z] #47 21.18 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-25T03:15:43.523Z] #47 21.18 go: extracting github.com/gobwas/glob v0.2.3 [2021-02-25T03:15:43.523Z] #47 ... [2021-02-25T03:15:43.523Z] [2021-02-25T03:15:43.523Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2021-02-25T03:15:43.523Z] #11 11.26 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [9508 B] [2021-02-25T03:15:43.523Z] #11 19.01 Fetched 8110 kB in 13s (607 kB/s) [2021-02-25T03:15:43.818Z] #11 19.01 Reading package lists... [2021-02-25T03:15:43.818Z] #11 ... [2021-02-25T03:15:43.818Z] [2021-02-25T03:15:43.818Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-02-25T03:15:43.818Z] #49 11.20 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-25T03:15:43.818Z] #49 11.34 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-25T03:15:43.818Z] #49 11.43 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-25T03:15:43.818Z] #49 11.62 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-25T03:15:43.818Z] #49 12.51 unicode/utf8 [2021-02-25T03:15:43.818Z] #49 12.58 runtime [2021-02-25T03:15:43.818Z] #49 13.91 encoding [2021-02-25T03:15:43.818Z] #49 14.06 math [2021-02-25T03:15:43.818Z] #49 20.16 runtime/cgo [2021-02-25T03:15:43.818Z] #49 ... [2021-02-25T03:15:43.818Z] [2021-02-25T03:15:43.818Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2021-02-25T03:15:43.818Z] #38 19.82 Checking out files: 92% (1560/1680) Checking out files: 93% (1563/1680) Checking out files: 94% (1580/1680) Checking out files: 95% (1596/1680) Checking out files: 96% (1613/1680) Checking out files: 97% (1630/1680) Checking out files: 98% (1647/1680) Checking out files: 99% (1664/1680) Checking out files: 100% (1680/1680) Checking out files: 100% (1680/1680), done. [2021-02-25T03:15:43.818Z] #38 19.92 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-02-25T03:15:43.818Z] #38 21.43 + 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-02-25T03:15:44.110Z] #38 ... [2021-02-25T03:15:44.110Z] [2021-02-25T03:15:44.110Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2021-02-25T03:15:44.110Z] #40 11.71 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [9508 B] [2021-02-25T03:15:44.110Z] #40 19.23 Fetched 8110 kB in 14s (597 kB/s) [2021-02-25T03:15:44.110Z] #40 19.23 Reading package lists... [2021-02-25T03:15:44.110Z] #40 ... [2021-02-25T03:15:44.110Z] [2021-02-25T03:15:44.110Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-25T03:15:44.110Z] #56 11.75 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-02-25T03:15:44.110Z] #56 12.13 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-02-25T03:15:44.110Z] #56 14.95 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-02-25T03:15:44.110Z] #56 15.94 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-02-25T03:15:44.110Z] #56 16.27 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-02-25T03:15:44.110Z] #56 16.31 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-02-25T03:15:44.110Z] #56 16.66 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-02-25T03:15:44.110Z] #56 18.09 go: finding github.com/pkg/errors v0.9.1 [2021-02-25T03:15:44.110Z] #56 18.22 go: finding github.com/sirupsen/logrus v1.7.0 [2021-02-25T03:15:44.110Z] #56 18.35 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-02-25T03:15:44.110Z] #56 18.51 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-02-25T03:15:44.110Z] #56 18.62 go: finding github.com/google/uuid v1.2.0 [2021-02-25T03:15:44.110Z] #56 18.68 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-02-25T03:15:44.110Z] #56 18.72 go: finding github.com/gofrs/flock v0.8.0 [2021-02-25T03:15:44.110Z] #56 18.73 go: finding github.com/moby/vpnkit v0.4.0 [2021-02-25T03:15:44.110Z] #56 18.85 go: finding github.com/gorilla/mux v1.8.0 [2021-02-25T03:15:44.110Z] #56 18.90 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-02-25T03:15:44.110Z] #56 18.93 go: finding github.com/moby/sys/mountinfo v0.4.0 [2021-02-25T03:15:44.110Z] #56 18.93 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-02-25T03:15:44.110Z] #56 18.96 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-02-25T03:15:44.110Z] #56 19.27 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-02-25T03:15:44.110Z] #56 19.31 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-02-25T03:15:44.409Z] #56 ... [2021-02-25T03:15:44.409Z] [2021-02-25T03:15:44.409Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-25T03:15:44.409Z] #43 12.01 unicode/utf8 [2021-02-25T03:15:44.409Z] #43 12.86 math [2021-02-25T03:15:44.409Z] #43 18.46 unicode/utf16 [2021-02-25T03:15:44.409Z] #43 18.61 container/list [2021-02-25T03:15:44.409Z] #43 19.06 crypto/internal/subtle [2021-02-25T03:15:44.409Z] #43 19.12 crypto/subtle [2021-02-25T03:15:44.409Z] #43 19.28 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-02-25T03:15:44.409Z] #43 19.39 internal/nettrace [2021-02-25T03:15:44.409Z] #43 19.51 runtime/cgo [2021-02-25T03:15:44.409Z] #43 ... [2021-02-25T03:15:44.409Z] [2021-02-25T03:15:44.409Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2021-02-25T03:15:44.409Z] #53 11.85 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [9508 B] [2021-02-25T03:15:44.409Z] #53 19.62 Fetched 8110 kB in 14s (589 kB/s) [2021-02-25T03:15:44.707Z] #53 19.62 Reading package lists... [2021-02-25T03:15:44.707Z] #53 ... [2021-02-25T03:15:44.707Z] [2021-02-25T03:15:44.707Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-25T03:15:44.707Z] #47 21.37 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-25T03:15:44.707Z] #47 21.37 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-02-25T03:15:44.707Z] #47 21.65 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-02-25T03:15:44.707Z] #47 21.95 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-25T03:15:44.707Z] #47 21.96 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-25T03:15:44.707Z] #47 22.00 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-25T03:15:44.707Z] #47 22.00 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-02-25T03:15:44.707Z] #47 22.01 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-25T03:15:44.707Z] #47 22.03 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-02-25T03:15:44.707Z] #47 22.04 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-25T03:15:44.707Z] #47 22.04 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-25T03:15:44.707Z] #47 22.18 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-02-25T03:15:44.707Z] #47 22.27 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-02-25T03:15:44.707Z] #47 22.44 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-25T03:15:45.005Z] #47 22.62 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-25T03:15:45.005Z] #47 22.71 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-02-25T03:15:47.088Z] #47 ... [2021-02-25T03:15:47.088Z] [2021-02-25T03:15:47.088Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-02-25T03:15:47.088Z] #32 14.65 internal/testlog [2021-02-25T03:15:47.088Z] #32 15.26 runtime/cgo [2021-02-25T03:15:47.088Z] #32 ... [2021-02-25T03:15:47.088Z] [2021-02-25T03:15:47.088Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2021-02-25T03:15:47.088Z] #53 19.62 Reading package lists... [2021-02-25T03:15:50.625Z] #53 24.56 Reading package lists... [2021-02-25T03:15:50.625Z] #53 ... [2021-02-25T03:15:50.625Z] [2021-02-25T03:15:50.625Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-02-25T03:15:50.625Z] #62 18.22 Checking out files: 96% (1842/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-02-25T03:15:50.625Z] #62 18.36 + cd /tmp/tmp.ST0vJP4fzt/src/github.com/docker/libnetwork [2021-02-25T03:15:50.625Z] #62 18.36 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-25T03:15:50.625Z] #62 18.69 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-02-25T03:15:52.149Z] #62 ... [2021-02-25T03:15:52.149Z] [2021-02-25T03:15:52.149Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2021-02-25T03:15:52.149Z] #53 24.56 Reading package lists... [2021-02-25T03:15:52.149Z] #53 ... [2021-02-25T03:15:52.149Z] [2021-02-25T03:15:52.149Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2021-02-25T03:15:52.149Z] #34 19.69 Fetched 8110 kB in 14s (568 kB/s) [2021-02-25T03:15:52.149Z] #34 19.69 Reading package lists... [2021-02-25T03:15:52.149Z] #34 24.88 Reading package lists... [2021-02-25T03:15:52.149Z] #34 ... [2021-02-25T03:15:52.149Z] [2021-02-25T03:15:52.149Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2021-02-25T03:15:52.149Z] #40 19.23 Reading package lists... [2021-02-25T03:15:52.149Z] #40 24.29 Reading package lists... [2021-02-25T03:15:52.149Z] #40 28.71 Building dependency tree... [2021-02-25T03:15:52.444Z] #40 ... [2021-02-25T03:15:52.444Z] [2021-02-25T03:15:52.444Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2021-02-25T03:15:52.549Z] Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-00163e69025988623) in /home/ubuntu/workspace/moby_PR-42056 [Pipeline] { [Pipeline] checkout [2021-02-25T03:15:52.659Z] The recommended git tool is: git [2021-02-25T03:15:53.482Z] #53 30.06 Building dependency tree... [2021-02-25T03:15:55.002Z] #53 32.52 The following additional packages will be installed: [2021-02-25T03:15:55.002Z] #53 32.52 libbtrfs0 [2021-02-25T03:15:55.002Z] #53 32.69 The following NEW packages will be installed: [2021-02-25T03:15:55.002Z] #53 32.69 libbtrfs-dev libbtrfs0 [2021-02-25T03:15:55.305Z] #53 32.81 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded. [2021-02-25T03:15:55.305Z] #53 32.81 Need to get 118 kB of archives. [2021-02-25T03:15:55.305Z] #53 32.81 After this operation, 390 kB of additional disk space will be used. [2021-02-25T03:15:55.305Z] #53 32.81 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2021-02-25T03:15:55.305Z] #53 32.85 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2021-02-25T03:15:55.602Z] #53 ... [2021-02-25T03:15:55.602Z] [2021-02-25T03:15:55.602Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-02-25T03:15:55.602Z] #62 DONE 33.3s [2021-02-25T03:15:55.602Z] [2021-02-25T03:15:55.602Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-25T03:15:55.602Z] #47 24.97 go: extracting github.com/gogo/protobuf v1.2.1 [2021-02-25T03:15:55.602Z] #47 25.74 go: extracting golang.org/x/text v0.3.2 [2021-02-25T03:15:55.602Z] #47 30.17 go: finding github.com/fatih/color v1.7.0 [2021-02-25T03:15:55.602Z] #47 30.27 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-25T03:15:55.602Z] #47 30.33 go: finding github.com/mattn/go-colorable v0.1.4 [2021-02-25T03:15:55.602Z] #47 30.36 go: finding github.com/mattn/go-isatty v0.0.8 [2021-02-25T03:15:55.602Z] #47 30.49 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-25T03:15:55.602Z] #47 30.49 go: finding github.com/go-critic/go-critic v0.4.1 [2021-02-25T03:15:55.602Z] #47 30.49 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-25T03:15:55.602Z] #47 30.52 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-02-25T03:15:55.602Z] #47 30.52 go: finding github.com/pkg/errors v0.8.1 [2021-02-25T03:15:55.602Z] #47 30.56 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-02-25T03:15:55.602Z] #47 30.56 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-02-25T03:15:55.602Z] #47 30.60 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-02-25T03:15:55.602Z] #47 30.64 go: finding github.com/sirupsen/logrus v1.4.2 [2021-02-25T03:15:55.602Z] #47 30.64 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-02-25T03:15:55.602Z] #47 30.65 go: finding github.com/stretchr/testify v1.4.0 [2021-02-25T03:15:55.602Z] #47 30.65 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-02-25T03:15:55.602Z] #47 30.65 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-02-25T03:15:55.602Z] #47 30.69 go: finding github.com/davecgh/go-spew v1.1.1 [2021-02-25T03:15:55.602Z] #47 30.71 go: finding github.com/spf13/viper v1.6.1 [2021-02-25T03:15:55.602Z] #47 30.73 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-02-25T03:15:55.602Z] #47 30.74 go: finding github.com/stretchr/objx v0.2.0 [2021-02-25T03:15:55.602Z] #47 30.78 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-02-25T03:15:55.602Z] #47 30.86 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-02-25T03:15:55.602Z] #47 30.92 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-25T03:15:55.602Z] #47 30.92 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-02-25T03:15:55.602Z] #47 30.95 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-25T03:15:55.602Z] #47 30.96 go: finding github.com/spf13/cobra v0.0.5 [2021-02-25T03:15:55.602Z] #47 30.98 go: finding github.com/gobwas/glob v0.2.3 [2021-02-25T03:15:55.602Z] #47 31.01 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-02-25T03:15:55.602Z] #47 31.02 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-25T03:15:55.602Z] #47 31.07 go: finding github.com/spf13/pflag v1.0.5 [2021-02-25T03:15:55.602Z] #47 31.09 go: finding github.com/hashicorp/hcl v1.0.0 [2021-02-25T03:15:55.602Z] #47 31.20 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-25T03:15:55.602Z] #47 31.23 go: finding github.com/magiconair/properties v1.8.1 [2021-02-25T03:15:55.602Z] #47 31.28 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-25T03:15:55.602Z] #47 31.28 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-02-25T03:15:55.602Z] #47 31.40 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-25T03:15:55.602Z] #47 31.41 go: finding github.com/pelletier/go-toml v1.2.0 [2021-02-25T03:15:55.602Z] #47 31.43 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-25T03:15:55.602Z] #47 31.45 go: finding github.com/spf13/afero v1.1.2 [2021-02-25T03:15:55.602Z] #47 31.57 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-25T03:15:55.602Z] #47 31.59 go: finding github.com/spf13/cast v1.3.0 [2021-02-25T03:15:55.602Z] #47 31.59 go: finding golang.org/x/text v0.3.2 [2021-02-25T03:15:55.602Z] #47 31.63 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-25T03:15:55.602Z] #47 31.64 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-25T03:15:55.602Z] #47 31.65 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-02-25T03:15:55.602Z] #47 31.67 go: finding github.com/subosito/gotenv v1.2.0 [2021-02-25T03:15:55.602Z] #47 31.71 go: finding gopkg.in/ini.v1 v1.51.0 [2021-02-25T03:15:55.602Z] #47 31.73 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-25T03:15:55.602Z] #47 31.76 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-25T03:15:55.602Z] #47 31.89 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-25T03:15:55.602Z] #47 31.89 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-25T03:15:55.602Z] #47 31.90 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-25T03:15:55.602Z] #47 31.91 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-25T03:15:55.602Z] #47 31.91 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-25T03:15:55.602Z] #47 31.92 go: finding github.com/kisielk/gotool v1.0.0 [2021-02-25T03:15:55.602Z] #47 31.92 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-25T03:15:55.602Z] #47 31.93 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-25T03:15:55.602Z] #47 31.94 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-25T03:15:55.602Z] #47 31.94 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-25T03:15:55.602Z] #47 32.01 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-02-25T03:15:55.602Z] #47 32.04 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-25T03:15:55.602Z] #47 32.07 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-25T03:15:55.602Z] #47 32.10 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-25T03:15:55.602Z] #47 32.23 go: finding github.com/gogo/protobuf v1.2.1 [2021-02-25T03:15:55.602Z] #47 32.23 go: finding github.com/ultraware/funlen v0.0.2 [2021-02-25T03:15:55.602Z] #47 32.23 go: finding github.com/ultraware/whitespace v0.0.4 [2021-02-25T03:15:55.602Z] #47 32.25 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-25T03:15:55.602Z] #47 32.25 go: finding github.com/uudashr/gocognit v1.0.1 [2021-02-25T03:15:55.602Z] #47 32.34 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-25T03:15:55.602Z] #47 32.38 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-25T03:15:55.602Z] #47 32.39 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-25T03:15:55.602Z] #47 32.43 go: finding github.com/BurntSushi/toml v0.3.1 [2021-02-25T03:15:55.602Z] #47 32.43 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-25T03:15:55.894Z] #47 ... [2021-02-25T03:15:55.894Z] [2021-02-25T03:15:55.894Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2021-02-25T03:15:55.894Z] #40 30.44 The following additional packages will be installed: [2021-02-25T03:15:55.894Z] #40 30.44 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-02-25T03:15:55.894Z] #40 30.44 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-02-25T03:15:55.894Z] #40 30.49 Suggested packages: [2021-02-25T03:15:55.894Z] #40 30.49 manpages-dev python-setuptools [2021-02-25T03:15:55.894Z] #40 31.62 The following NEW packages will be installed: [2021-02-25T03:15:55.894Z] #40 31.62 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-02-25T03:15:55.894Z] #40 31.69 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-02-25T03:15:55.894Z] #40 31.69 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-02-25T03:15:55.894Z] #40 31.70 python-six zlib1g-dev [2021-02-25T03:15:55.894Z] #40 31.90 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded. [2021-02-25T03:15:55.894Z] #40 31.90 Need to get 3742 kB of archives. [2021-02-25T03:15:55.894Z] #40 31.90 After this operation, 22.0 MB of additional disk space will be used. [2021-02-25T03:15:55.894Z] #40 31.90 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libcap-dev s390x 1:2.25-2 [30.3 kB] [2021-02-25T03:15:55.894Z] #40 31.92 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2021-02-25T03:15:55.894Z] #40 31.92 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1-dev s390x 1.1.6+dfsg-3.1 [114 kB] [2021-02-25T03:15:55.894Z] #40 31.93 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2021-02-25T03:15:55.894Z] #40 31.93 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-dev s390x 3.4.0-1 [99.5 kB] [2021-02-25T03:15:55.894Z] #40 31.94 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2021-02-25T03:15:55.894Z] #40 31.94 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-02-25T03:15:55.894Z] #40 31.94 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x zlib1g-dev s390x 1:1.2.11.dfsg-1 [211 kB] [2021-02-25T03:15:55.894Z] #40 31.95 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf17 s390x 3.6.1.3-2 [716 kB] [2021-02-25T03:15:55.894Z] #40 31.99 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-lite17 s390x 3.6.1.3-2 [152 kB] [2021-02-25T03:15:55.894Z] #40 31.99 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-dev s390x 3.6.1.3-2 [1004 kB] [2021-02-25T03:15:55.894Z] #40 32.03 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotoc17 s390x 3.6.1.3-2 [582 kB] [2021-02-25T03:15:55.894Z] #40 32.08 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-02-25T03:15:55.894Z] #40 32.08 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-compiler s390x 3.6.1.3-2 [64.7 kB] [2021-02-25T03:15:55.894Z] #40 32.08 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pkg-resources all 40.8.0-1 [182 kB] [2021-02-25T03:15:55.894Z] #40 32.10 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-six all 1.12.0-1 [15.7 kB] [2021-02-25T03:15:55.894Z] #40 32.11 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-protobuf s390x 3.6.1.3-2 [328 kB] [2021-02-25T03:15:55.894Z] #40 33.08 debconf: delaying package configuration, since apt-utils is not installed [2021-02-25T03:15:55.894Z] #40 33.28 Fetched 3742 kB in 0s (11.3 MB/s) [2021-02-25T03:15:55.894Z] #40 33.50 Selecting previously unselected package libcap-dev:s390x. [2021-02-25T03:15:55.894Z] #40 33.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 ... 15177 files and directories currently installed.) [2021-02-25T03:15:55.894Z] #40 33.65 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_s390x.deb ... [2021-02-25T03:15:55.894Z] #40 33.68 Unpacking libcap-dev:s390x (1:2.25-2) ... [2021-02-25T03:15:56.186Z] #40 ... [2021-02-25T03:15:56.186Z] [2021-02-25T03:15:56.186Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2021-02-25T03:15:56.186Z] #11 19.01 Reading package lists... [2021-02-25T03:15:56.186Z] #11 24.25 Reading package lists... [2021-02-25T03:15:56.186Z] #11 29.97 Building dependency tree... [2021-02-25T03:15:56.186Z] #11 31.80 The following additional packages will be installed: [2021-02-25T03:15:56.186Z] #11 31.80 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-02-25T03:15:56.186Z] #11 31.80 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-02-25T03:15:56.186Z] #11 31.81 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-02-25T03:15:56.186Z] #11 31.81 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2021-02-25T03:15:56.186Z] #11 31.81 mingw-w64-x86-64-dev [2021-02-25T03:15:56.186Z] #11 31.81 Suggested packages: [2021-02-25T03:15:56.186Z] #11 31.81 gcc-8-locales seccomp wine64 [2021-02-25T03:15:56.186Z] #11 33.05 The following NEW packages will be installed: [2021-02-25T03:15:56.186Z] #11 33.05 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-02-25T03:15:56.186Z] #11 33.05 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-02-25T03:15:56.186Z] #11 33.05 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-02-25T03:15:56.186Z] #11 33.05 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-02-25T03:15:56.186Z] #11 33.06 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-02-25T03:15:56.186Z] #11 33.06 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-02-25T03:15:56.186Z] #11 33.06 The following packages will be upgraded: [2021-02-25T03:15:56.186Z] #11 33.06 libsystemd0 libudev1 [2021-02-25T03:15:56.186Z] #11 33.38 2 upgraded, 25 newly installed, 0 to remove and 21 not upgraded. [2021-02-25T03:15:56.186Z] #11 33.38 Need to get 73.7 MB of archives. [2021-02-25T03:15:56.186Z] #11 33.38 After this operation, 494 MB of additional disk space will be used. [2021-02-25T03:15:56.186Z] #11 33.38 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd0 s390x 241-7~deb10u6 [307 kB] [2021-02-25T03:15:56.186Z] #11 33.42 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev1 s390x 241-7~deb10u6 [145 kB] [2021-02-25T03:15:56.186Z] #11 33.42 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64-i686 s390x 2.31.1-11+8.3 [2161 kB] [2021-02-25T03:15:56.186Z] #11 33.55 Get:4 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-02-25T03:15:56.186Z] #11 33.69 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-02-25T03:15:56.186Z] #11 33.69 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper1.02.1 s390x 2:1.02.155-3 [135 kB] [2021-02-25T03:15:56.186Z] #11 33.70 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x dmsetup s390x 2:1.02.155-3 [89.2 kB] [2021-02-25T03:15:56.186Z] #11 33.70 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-common all 6.0.0-3 [4910 kB] [2021-02-25T03:15:56.186Z] #11 ... [2021-02-25T03:15:56.186Z] [2021-02-25T03:15:56.186Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2021-02-25T03:15:56.186Z] #53 33.73 debconf: delaying package configuration, since apt-utils is not installed [2021-02-25T03:15:56.186Z] #53 33.83 Fetched 118 kB in 0s (824 kB/s) [2021-02-25T03:15:56.186Z] #53 34.03 Selecting previously unselected package libbtrfs0. [2021-02-25T03:15:56.186Z] #53 34.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 ... 15177 files and directories currently installed.) [2021-02-25T03:15:56.186Z] #53 34.05 Preparing to unpack .../libbtrfs0_4.20.1-2_s390x.deb ... [2021-02-25T03:15:56.478Z] #53 34.10 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-25T03:15:56.559Z] using credential docker-jenkins-github-credentials [2021-02-25T03:15:56.568Z] Cloning the remote Git repository [2021-02-25T03:15:56.568Z] Cloning with configured refspecs honoured and without tags [2021-02-25T03:15:56.815Z] #53 34.28 Selecting previously unselected package libbtrfs-dev. [2021-02-25T03:15:56.815Z] #53 34.28 Preparing to unpack .../libbtrfs-dev_4.20.1-2_s390x.deb ... [2021-02-25T03:15:56.815Z] #53 34.28 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-25T03:15:56.815Z] #53 34.50 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-25T03:15:56.815Z] #53 34.53 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-25T03:15:56.815Z] #53 34.61 Processing triggers for libc-bin (2.28-10) ... [2021-02-25T03:15:56.327Z] Cloning repository https://github.com/moby/moby.git [2021-02-25T03:15:56.401Z] > git init /home/ubuntu/workspace/moby_PR-42056 # timeout=10 [2021-02-25T03:15:56.836Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-25T03:15:56.836Z] > git --version # timeout=10 [2021-02-25T03:15:56.849Z] > git --version # 'git version 2.7.4' [2021-02-25T03:15:56.850Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-25T03:15:56.856Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/42056/head:refs/remotes/origin/PR-42056 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-25T03:15:57.463Z] #53 DONE 35.1s [2021-02-25T03:15:57.463Z] [2021-02-25T03:15:57.463Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-25T03:15:59.559Z] #54 1.922 + RM_GOPATH=0 [2021-02-25T03:15:59.559Z] #54 1.922 + TMP_GOPATH= [2021-02-25T03:15:59.559Z] #54 1.922 + : /build [2021-02-25T03:15:59.559Z] #54 1.922 + '[' -z '' ']' [2021-02-25T03:15:59.559Z] #54 1.923 ++ mktemp -d [2021-02-25T03:15:59.559Z] #54 1.923 + export GOPATH=/tmp/tmp.gGpIaYyRxO [2021-02-25T03:15:59.559Z] #54 1.923 + GOPATH=/tmp/tmp.gGpIaYyRxO [2021-02-25T03:15:59.559Z] #54 1.924 + RM_GOPATH=1 [2021-02-25T03:15:59.559Z] #54 1.924 + case "$(go env GOARCH)" in [2021-02-25T03:15:59.559Z] #54 1.924 ++ go env GOARCH [2021-02-25T03:15:59.559Z] #54 1.961 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:15:59.559Z] #54 1.961 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:15:59.559Z] #54 1.963 ++ dirname /tmp/install/install.sh [2021-02-25T03:15:59.559Z] #54 1.968 + dir=/tmp/install [2021-02-25T03:15:59.559Z] #54 1.968 + bin=containerd [2021-02-25T03:15:59.559Z] #54 1.968 + shift [2021-02-25T03:15:59.559Z] #54 1.968 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-02-25T03:15:59.559Z] #54 1.968 + . /tmp/install/containerd.installer [2021-02-25T03:15:59.559Z] #54 1.968 ++ set -e [2021-02-25T03:15:59.559Z] #54 1.968 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-25T03:15:59.559Z] #54 1.968 + install_containerd [2021-02-25T03:15:59.559Z] #54 1.969 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b' [2021-02-25T03:15:59.559Z] #54 1.969 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-25T03:15:59.559Z] #54 1.969 + git clone https://github.com/containerd/containerd.git /tmp/tmp.gGpIaYyRxO/src/github.com/containerd/containerd [2021-02-25T03:15:59.559Z] #54 1.974 Cloning into '/tmp/tmp.gGpIaYyRxO/src/github.com/containerd/containerd'... [2021-02-25T03:16:03.084Z] #54 ... [2021-02-25T03:16:03.084Z] [2021-02-25T03:16:03.084Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2021-02-25T03:16:03.084Z] #34 24.88 Reading package lists... [2021-02-25T03:16:03.084Z] #34 30.72 Building dependency tree... [2021-02-25T03:16:03.084Z] #34 32.84 The following additional packages will be installed: [2021-02-25T03:16:03.084Z] #34 32.84 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-02-25T03:16:03.084Z] #34 32.84 Suggested packages: [2021-02-25T03:16:03.084Z] #34 32.84 cmake-doc ninja-build lrzip [2021-02-25T03:16:03.084Z] #34 32.84 Recommended packages: [2021-02-25T03:16:03.084Z] #34 32.84 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-02-25T03:16:03.084Z] #34 34.29 The following NEW packages will be installed: [2021-02-25T03:16:03.084Z] #34 34.32 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-02-25T03:16:03.084Z] #34 34.32 vim-common xxd [2021-02-25T03:16:03.084Z] #34 34.40 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded. [2021-02-25T03:16:03.084Z] #34 34.40 Need to get 14.0 MB of archives. [2021-02-25T03:16:03.084Z] #34 34.40 After this operation, 62.1 MB of additional disk space will be used. [2021-02-25T03:16:03.084Z] #34 34.40 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2021-02-25T03:16:03.084Z] #34 34.48 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2021-02-25T03:16:03.084Z] #34 34.49 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake-data all 3.13.4-1 [1476 kB] [2021-02-25T03:16:03.084Z] #34 34.73 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] [2021-02-25T03:16:03.084Z] #34 35.49 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libxml2 s390x 2.9.4+dfsg1-7+deb10u1 [607 kB] [2021-02-25T03:16:03.084Z] #34 35.53 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libarchive13 s390x 3.3.3-4+deb10u1 [290 kB] [2021-02-25T03:16:03.084Z] #34 35.55 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] [2021-02-25T03:16:03.084Z] #34 35.55 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x librhash0 s390x 1.3.8-1 [121 kB] [2021-02-25T03:16:03.084Z] #34 35.56 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libuv1 s390x 1.24.1-1 [104 kB] [2021-02-25T03:16:03.084Z] #34 35.56 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake s390x 3.13.4-1 [2912 kB] [2021-02-25T03:16:03.084Z] #34 36.50 debconf: delaying package configuration, since apt-utils is not installed [2021-02-25T03:16:03.084Z] #34 36.68 Fetched 14.0 MB in 1s (10.2 MB/s) [2021-02-25T03:16:03.084Z] #34 36.72 Selecting previously unselected package xxd. [2021-02-25T03:16:03.084Z] #34 36.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 ... 15177 files and directories currently installed.) [2021-02-25T03:16:03.084Z] #34 36.79 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_s390x.deb ... [2021-02-25T03:16:03.084Z] #34 36.79 Unpacking xxd (2:8.1.0875-5) ... [2021-02-25T03:16:03.084Z] #34 36.99 Selecting previously unselected package vim-common. [2021-02-25T03:16:03.084Z] #34 36.99 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-25T03:16:03.084Z] #34 37.01 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-25T03:16:03.084Z] #34 37.26 Selecting previously unselected package cmake-data. [2021-02-25T03:16:03.084Z] #34 37.27 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-02-25T03:16:03.084Z] #34 37.27 Unpacking cmake-data (3.13.4-1) ... [2021-02-25T03:16:03.084Z] #34 39.89 Selecting previously unselected package libicu63:s390x. [2021-02-25T03:16:03.084Z] #34 39.90 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_s390x.deb ... [2021-02-25T03:16:03.084Z] #34 39.91 Unpacking libicu63:s390x (63.1-6+deb10u1) ... [2021-02-25T03:16:03.084Z] #34 ... [2021-02-25T03:16:03.084Z] [2021-02-25T03:16:03.084Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2021-02-25T03:16:03.084Z] #11 34.08 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-02-25T03:16:03.084Z] #11 34.33 Get:10 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-02-25T03:16:03.084Z] #11 34.35 Get:11 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-02-25T03:16:03.084Z] #11 36.32 Get:12 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-02-25T03:16:03.084Z] #11 37.63 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor1 s390x 2.13.2-10 [93.1 kB] [2021-02-25T03:16:03.084Z] #11 37.63 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor-dev s390x 2.13.2-10 [135 kB] [2021-02-25T03:16:03.084Z] #11 37.63 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2021-02-25T03:16:03.084Z] #11 37.63 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2021-02-25T03:16:03.084Z] #11 37.64 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-event1.02.1 s390x 2:1.02.155-3 [22.3 kB] [2021-02-25T03:16:03.084Z] #11 37.64 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev-dev s390x 241-7~deb10u6 [110 kB] [2021-02-25T03:16:03.084Z] #11 37.65 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsepol1-dev s390x 2.8-1 [313 kB] [2021-02-25T03:16:03.084Z] #11 37.66 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre16-3 s390x 2:8.39-12 [188 kB] [2021-02-25T03:16:03.085Z] #11 37.68 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre32-3 s390x 2:8.39-12 [183 kB] [2021-02-25T03:16:03.085Z] #11 37.68 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcrecpp0v5 s390x 2:8.39-12 [151 kB] [2021-02-25T03:16:03.085Z] #11 37.72 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre3-dev s390x 2:8.39-12 [481 kB] [2021-02-25T03:16:03.085Z] #11 37.73 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libselinux1-dev s390x 2.8-1+b1 [165 kB] [2021-02-25T03:16:03.085Z] #11 37.73 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-dev s390x 2:1.02.155-3 [51.4 kB] [2021-02-25T03:16:03.085Z] #11 37.73 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x libseccomp-dev s390x 2.3.3-4 [60.4 kB] [2021-02-25T03:16:03.085Z] #11 37.74 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd-dev s390x 241-7~deb10u6 [322 kB] [2021-02-25T03:16:03.085Z] #11 38.37 debconf: delaying package configuration, since apt-utils is not installed [2021-02-25T03:16:03.085Z] #11 38.43 Fetched 73.7 MB in 5s (16.4 MB/s) [2021-02-25T03:16:03.085Z] #11 38.52 (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-02-25T03:16:03.085Z] #11 38.66 Preparing to unpack .../libsystemd0_241-7~deb10u6_s390x.deb ... [2021-02-25T03:16:03.085Z] #11 38.68 Unpacking libsystemd0:s390x (241-7~deb10u6) over (241-7~deb10u4) ... [2021-02-25T03:16:03.085Z] #11 39.00 Setting up libsystemd0:s390x (241-7~deb10u6) ... [2021-02-25T03:16:03.085Z] #11 39.11 (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-02-25T03:16:03.085Z] #11 39.14 Preparing to unpack .../libudev1_241-7~deb10u6_s390x.deb ... [2021-02-25T03:16:03.085Z] #11 39.15 Unpacking libudev1:s390x (241-7~deb10u6) over (241-7~deb10u4) ... [2021-02-25T03:16:03.085Z] #11 39.32 Setting up libudev1:s390x (241-7~deb10u6) ... [2021-02-25T03:16:03.085Z] #11 39.42 Selecting previously unselected package binutils-mingw-w64-i686. [2021-02-25T03:16:03.085Z] #11 39.42 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2021-02-25T03:16:03.085Z] #11 39.47 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_s390x.deb ... [2021-02-25T03:16:03.085Z] #11 39.48 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-25T03:16:04.121Z] #11 41.85 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-02-25T03:16:04.121Z] #11 41.88 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_s390x.deb ... [2021-02-25T03:16:04.121Z] #11 41.89 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-25T03:16:04.589Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0d5b9ca3a20d705da) in /home/ubuntu/workspace/moby_PR-42056 [Pipeline] { [Pipeline] checkout [2021-02-25T03:16:04.682Z] The recommended git tool is: git [2021-02-25T03:16:05.993Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-095490bc7fa82f927) in /home/ubuntu/workspace/moby_PR-42056 [Pipeline] { [Pipeline] checkout [2021-02-25T03:16:06.305Z] The recommended git tool is: git [2021-02-25T03:16:06.871Z] #11 ... [2021-02-25T03:16:06.871Z] [2021-02-25T03:16:06.871Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2021-02-25T03:16:06.871Z] #40 34.11 Selecting previously unselected package libnet1:s390x. [2021-02-25T03:16:06.871Z] #40 34.12 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2021-02-25T03:16:06.871Z] #40 34.14 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2021-02-25T03:16:06.871Z] #40 34.32 Selecting previously unselected package libnet1-dev. [2021-02-25T03:16:06.871Z] #40 34.33 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_s390x.deb ... [2021-02-25T03:16:06.871Z] #40 34.33 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-25T03:16:06.871Z] #40 34.46 Selecting previously unselected package libnl-3-200:s390x. [2021-02-25T03:16:06.871Z] #40 34.47 Preparing to unpack .../03-libnl-3-200_3.4.0-1_s390x.deb ... [2021-02-25T03:16:06.871Z] #40 34.48 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2021-02-25T03:16:06.871Z] #40 34.75 Selecting previously unselected package libnl-3-dev:s390x. [2021-02-25T03:16:06.871Z] #40 34.76 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_s390x.deb ... [2021-02-25T03:16:06.871Z] #40 34.76 Unpacking libnl-3-dev:s390x (3.4.0-1) ... [2021-02-25T03:16:06.871Z] #40 34.97 Selecting previously unselected package libprotobuf-c1:s390x. [2021-02-25T03:16:06.871Z] #40 34.97 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2021-02-25T03:16:06.871Z] #40 34.98 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2021-02-25T03:16:06.871Z] #40 35.03 Selecting previously unselected package libprotobuf-c-dev:s390x. [2021-02-25T03:16:06.871Z] #40 35.05 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_s390x.deb ... [2021-02-25T03:16:06.871Z] #40 35.11 Unpacking libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2021-02-25T03:16:06.871Z] #40 35.22 Selecting previously unselected package zlib1g-dev:s390x. [2021-02-25T03:16:06.871Z] #40 35.22 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_s390x.deb ... [2021-02-25T03:16:06.871Z] #40 35.23 Unpacking zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2021-02-25T03:16:06.871Z] #40 35.53 Selecting previously unselected package libprotobuf17:s390x. [2021-02-25T03:16:06.871Z] #40 35.54 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_s390x.deb ... [2021-02-25T03:16:06.871Z] #40 35.54 Unpacking libprotobuf17:s390x (3.6.1.3-2) ... [2021-02-25T03:16:06.871Z] #40 36.18 Selecting previously unselected package libprotobuf-lite17:s390x. [2021-02-25T03:16:06.871Z] #40 36.19 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_s390x.deb ... [2021-02-25T03:16:06.871Z] #40 36.20 Unpacking libprotobuf-lite17:s390x (3.6.1.3-2) ... [2021-02-25T03:16:06.871Z] #40 36.38 Selecting previously unselected package libprotobuf-dev:s390x. [2021-02-25T03:16:06.871Z] #40 36.41 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_s390x.deb ... [2021-02-25T03:16:06.871Z] #40 36.42 Unpacking libprotobuf-dev:s390x (3.6.1.3-2) ... [2021-02-25T03:16:06.871Z] #40 37.44 Selecting previously unselected package libprotoc17:s390x. [2021-02-25T03:16:06.871Z] #40 37.44 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_s390x.deb ... [2021-02-25T03:16:06.871Z] #40 37.45 Unpacking libprotoc17:s390x (3.6.1.3-2) ... [2021-02-25T03:16:06.871Z] #40 37.81 Selecting previously unselected package protobuf-c-compiler. [2021-02-25T03:16:06.871Z] #40 37.83 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_s390x.deb ... [2021-02-25T03:16:06.871Z] #40 37.84 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-25T03:16:06.871Z] #40 37.94 Selecting previously unselected package protobuf-compiler. [2021-02-25T03:16:06.871Z] #40 37.95 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_s390x.deb ... [2021-02-25T03:16:06.871Z] #40 37.95 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-02-25T03:16:06.871Z] #40 38.08 Selecting previously unselected package python-pkg-resources. [2021-02-25T03:16:06.871Z] #40 38.09 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-02-25T03:16:06.871Z] #40 38.09 Unpacking python-pkg-resources (40.8.0-1) ... [2021-02-25T03:16:06.871Z] #40 38.25 Selecting previously unselected package python-six. [2021-02-25T03:16:06.871Z] #40 38.28 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-02-25T03:16:06.871Z] #40 38.28 Unpacking python-six (1.12.0-1) ... [2021-02-25T03:16:06.871Z] #40 38.37 Selecting previously unselected package python-protobuf. [2021-02-25T03:16:06.871Z] #40 38.40 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_s390x.deb ... [2021-02-25T03:16:06.871Z] #40 38.41 Unpacking python-protobuf (3.6.1.3-2) ... [2021-02-25T03:16:06.871Z] #40 38.81 Setting up python-pkg-resources (40.8.0-1) ... [2021-02-25T03:16:06.871Z] #40 40.73 Setting up libprotobuf-lite17:s390x (3.6.1.3-2) ... [2021-02-25T03:16:06.871Z] #40 40.74 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2021-02-25T03:16:06.871Z] #40 40.75 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2021-02-25T03:16:06.871Z] #40 40.76 Setting up libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2021-02-25T03:16:06.871Z] #40 40.77 Setting up python-six (1.12.0-1) ... [2021-02-25T03:16:06.871Z] #40 42.25 Setting up zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2021-02-25T03:16:06.871Z] #40 42.26 Setting up libnl-3-200:s390x (3.4.0-1) ... [2021-02-25T03:16:06.871Z] #40 42.30 Setting up libprotobuf17:s390x (3.6.1.3-2) ... [2021-02-25T03:16:06.871Z] #40 42.31 Setting up libcap-dev:s390x (1:2.25-2) ... [2021-02-25T03:16:06.871Z] #40 42.32 Setting up libprotoc17:s390x (3.6.1.3-2) ... [2021-02-25T03:16:06.871Z] #40 42.33 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-02-25T03:16:06.871Z] #40 42.34 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-25T03:16:06.871Z] #40 42.35 Setting up libprotobuf-dev:s390x (3.6.1.3-2) ... [2021-02-25T03:16:06.871Z] #40 42.36 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-25T03:16:06.871Z] #40 42.36 Setting up python-protobuf (3.6.1.3-2) ... [2021-02-25T03:16:06.871Z] #40 ... [2021-02-25T03:16:06.871Z] [2021-02-25T03:16:06.871Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2021-02-25T03:16:06.871Z] #11 44.37 Selecting previously unselected package binutils-mingw-w64. [2021-02-25T03:16:06.871Z] #11 44.40 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-02-25T03:16:06.871Z] #11 44.41 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-25T03:16:06.871Z] #11 44.62 Selecting previously unselected package libdevmapper1.02.1:s390x. [2021-02-25T03:16:06.871Z] #11 44.64 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_s390x.deb ... [2021-02-25T03:16:06.871Z] #11 44.65 Unpacking libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2021-02-25T03:16:07.165Z] #11 44.86 Selecting previously unselected package dmsetup. [2021-02-25T03:16:07.165Z] #11 44.88 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_s390x.deb ... [2021-02-25T03:16:07.165Z] #11 44.88 Unpacking dmsetup (2:1.02.155-3) ... [2021-02-25T03:16:07.457Z] #11 45.02 Selecting previously unselected package mingw-w64-common. [2021-02-25T03:16:07.457Z] #11 45.02 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-02-25T03:16:07.457Z] #11 45.02 Unpacking mingw-w64-common (6.0.0-3) ... [2021-02-25T03:16:07.568Z] using credential docker-jenkins-github-credentials [2021-02-25T03:16:07.574Z] Cloning the remote Git repository [2021-02-25T03:16:07.574Z] Cloning with configured refspecs honoured and without tags [2021-02-25T03:16:07.762Z] #11 ... [2021-02-25T03:16:07.762Z] [2021-02-25T03:16:07.762Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-02-25T03:16:07.762Z] #32 35.37 sync [2021-02-25T03:16:07.762Z] #32 35.37 internal/reflectlite [2021-02-25T03:16:07.762Z] #32 37.68 errors [2021-02-25T03:16:07.762Z] #32 37.68 sort [2021-02-25T03:16:07.762Z] #32 37.97 strconv [2021-02-25T03:16:07.762Z] #32 38.60 io [2021-02-25T03:16:07.762Z] #32 39.86 syscall [2021-02-25T03:16:07.762Z] #32 41.59 reflect [2021-02-25T03:16:07.762Z] #32 ... [2021-02-25T03:16:07.762Z] [2021-02-25T03:16:07.762Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2021-02-25T03:16:07.762Z] #34 44.72 Selecting previously unselected package libxml2:s390x. [2021-02-25T03:16:07.762Z] #34 44.74 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_s390x.deb ... [2021-02-25T03:16:07.762Z] #34 44.74 Unpacking libxml2:s390x (2.9.4+dfsg1-7+deb10u1) ... [2021-02-25T03:16:07.762Z] #34 45.19 Selecting previously unselected package libarchive13:s390x. [2021-02-25T03:16:07.762Z] #34 45.20 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_s390x.deb ... [2021-02-25T03:16:07.762Z] #34 45.21 Unpacking libarchive13:s390x (3.3.3-4+deb10u1) ... [2021-02-25T03:16:07.762Z] #34 45.48 Selecting previously unselected package libjsoncpp1:s390x. [2021-02-25T03:16:07.762Z] #34 45.48 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_s390x.deb ... [2021-02-25T03:16:07.762Z] #34 45.49 Unpacking libjsoncpp1:s390x (1.7.4-3) ... [2021-02-25T03:16:08.056Z] #34 45.67 Selecting previously unselected package librhash0:s390x. [2021-02-25T03:16:08.056Z] #34 45.67 Preparing to unpack .../7-librhash0_1.3.8-1_s390x.deb ... [2021-02-25T03:16:08.056Z] #34 45.68 Unpacking librhash0:s390x (1.3.8-1) ... [2021-02-25T03:16:08.056Z] #34 45.75 Selecting previously unselected package libuv1:s390x. [2021-02-25T03:16:08.056Z] #34 45.79 Preparing to unpack .../8-libuv1_1.24.1-1_s390x.deb ... [2021-02-25T03:16:08.056Z] #34 45.84 Unpacking libuv1:s390x (1.24.1-1) ... [2021-02-25T03:16:07.255Z] Cloning repository https://github.com/moby/moby.git [2021-02-25T03:16:07.302Z] > git init /home/ubuntu/workspace/moby_PR-42056 # timeout=10 [2021-02-25T03:16:07.611Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-25T03:16:07.611Z] > git --version # timeout=10 [2021-02-25T03:16:07.627Z] > git --version # 'git version 2.25.1' [2021-02-25T03:16:07.627Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-25T03:16:07.629Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42056/head:refs/remotes/origin/PR-42056 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-25T03:16:08.347Z] #34 45.93 Selecting previously unselected package cmake. [2021-02-25T03:16:08.347Z] #34 45.97 Preparing to unpack .../9-cmake_3.13.4-1_s390x.deb ... [2021-02-25T03:16:08.347Z] #34 45.98 Unpacking cmake (3.13.4-1) ... [2021-02-25T03:16:08.639Z] #34 ... [2021-02-25T03:16:08.639Z] [2021-02-25T03:16:08.639Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-25T03:16:08.639Z] #43 36.36 internal/reflectlite [2021-02-25T03:16:08.639Z] #43 36.37 sync [2021-02-25T03:16:08.639Z] #43 37.97 github.com/LK4D4/vndr/godl/singleflight [2021-02-25T03:16:08.639Z] #43 38.15 math/rand [2021-02-25T03:16:08.639Z] #43 39.12 internal/singleflight [2021-02-25T03:16:08.639Z] #43 39.53 io [2021-02-25T03:16:08.639Z] #43 39.53 strconv [2021-02-25T03:16:08.639Z] #43 40.28 bytes [2021-02-25T03:16:08.639Z] #43 42.21 bufio [2021-02-25T03:16:08.639Z] #43 42.71 reflect [2021-02-25T03:16:08.639Z] #43 43.80 syscall [2021-02-25T03:16:08.886Z] INFO: Zapped successfully [2021-02-25T03:16:08.886Z] INFO: Location for testing is d:\CI\PR-42056\8 [2021-02-25T03:16:08.886Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-02-25T03:16:08.886Z] [2021-02-25T03:16:08.886Z] [2021-02-25T03:16:08.886Z] INFO: Building the image from Dockerfile.windows at 02/25/2021 03:16:06... [2021-02-25T03:16:08.886Z] [2021-02-25T03:16:08.944Z] #43 ... [2021-02-25T03:16:08.944Z] [2021-02-25T03:16:08.944Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2021-02-25T03:16:08.944Z] #40 46.10 Setting up libnl-3-dev:s390x (3.4.0-1) ... [2021-02-25T03:16:08.944Z] #40 46.11 Processing triggers for libc-bin (2.28-10) ... [2021-02-25T03:16:08.944Z] #40 DONE 46.6s [2021-02-25T03:16:08.944Z] [2021-02-25T03:16:08.944Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2021-02-25T03:16:08.944Z] #30 38.30 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-02-25T03:16:08.944Z] #30 38.54 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-02-25T03:16:08.944Z] #30 39.08 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-25T03:16:08.944Z] #30 ... [2021-02-25T03:16:08.944Z] [2021-02-25T03:16:08.944Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-25T03:16:09.630Z] using credential docker-jenkins-github-credentials [2021-02-25T03:16:09.637Z] Cloning the remote Git repository [2021-02-25T03:16:09.637Z] Cloning with configured refspecs honoured and without tags [2021-02-25T03:16:09.681Z] Cloning repository https://github.com/moby/moby.git [2021-02-25T03:16:09.763Z] > git init /home/ubuntu/workspace/moby_PR-42056 # timeout=10 [2021-02-25T03:16:10.075Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-25T03:16:10.076Z] > git --version # timeout=10 [2021-02-25T03:16:10.102Z] > git --version # 'git version 2.17.1' [2021-02-25T03:16:10.103Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-25T03:16:10.106Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42056/head:refs/remotes/origin/PR-42056 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-25T03:16:11.036Z] #41 ... [2021-02-25T03:16:11.036Z] [2021-02-25T03:16:11.036Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-25T03:16:11.036Z] #45 DONE 48.9s [2021-02-25T03:16:11.330Z] [2021-02-25T03:16:11.330Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2021-02-25T03:16:11.330Z] #34 48.40 Setting up libicu63:s390x (63.1-6+deb10u1) ... [2021-02-25T03:16:11.330Z] #34 48.41 Setting up xxd (2:8.1.0875-5) ... [2021-02-25T03:16:11.330Z] #34 48.42 Setting up libuv1:s390x (1.24.1-1) ... [2021-02-25T03:16:11.330Z] #34 48.45 Setting up vim-common (2:8.1.0875-5) ... [2021-02-25T03:16:11.330Z] #34 48.46 Setting up librhash0:s390x (1.3.8-1) ... [2021-02-25T03:16:11.330Z] #34 48.47 Setting up cmake-data (3.13.4-1) ... [2021-02-25T03:16:11.330Z] #34 48.49 Setting up libxml2:s390x (2.9.4+dfsg1-7+deb10u1) ... [2021-02-25T03:16:11.330Z] #34 48.50 Setting up libjsoncpp1:s390x (1.7.4-3) ... [2021-02-25T03:16:11.330Z] #34 48.51 Setting up libarchive13:s390x (3.3.3-4+deb10u1) ... [2021-02-25T03:16:11.330Z] #34 48.52 Setting up cmake (3.13.4-1) ... [2021-02-25T03:16:11.330Z] #34 48.53 Processing triggers for libc-bin (2.28-10) ... [2021-02-25T03:16:11.330Z] #34 48.56 Processing triggers for mime-support (3.62) ... [2021-02-25T03:16:11.330Z] #34 DONE 48.9s [2021-02-25T03:16:11.330Z] [2021-02-25T03:16:11.330Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-25T03:16:11.631Z] #35 ... [2021-02-25T03:16:11.631Z] [2021-02-25T03:16:11.631Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-02-25T03:16:11.631Z] #49 39.32 internal/oserror [2021-02-25T03:16:11.631Z] #49 39.32 io [2021-02-25T03:16:11.631Z] #49 39.66 syscall [2021-02-25T03:16:11.631Z] #49 40.55 bytes [2021-02-25T03:16:11.631Z] #49 42.37 reflect [2021-02-25T03:16:11.631Z] #49 47.20 time [2021-02-25T03:16:11.631Z] #49 ... [2021-02-25T03:16:11.631Z] [2021-02-25T03:16:11.631Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-25T03:16:11.631Z] #41 2.603 Note: Building without setproctitle() and strlcpy() support. [2021-02-25T03:16:11.631Z] #41 2.603 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-25T03:16:11.631Z] #41 2.620 Note: Building without GnuTLS support [2021-02-25T03:16:11.631Z] #41 2.627 Makefile.config:39: Warn: you have no libnftables installed [2021-02-25T03:16:11.631Z] #41 2.627 Makefile.config:40: Warn: Building without nftables support [2021-02-25T03:16:12.677Z] Sending build context to Docker daemon 58.32MB [2021-02-25T03:16:12.677Z] [2021-02-25T03:16:12.677Z] Step 1/10 : FROM microsoft/windowsservercore [2021-02-25T03:16:12.677Z] ---> 31902e4b25a6 [2021-02-25T03:16:12.677Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-02-25T03:16:12.677Z] ---> Using cache [2021-02-25T03:16:12.677Z] ---> 33a6409dfd3e [2021-02-25T03:16:12.677Z] Step 3/10 : ARG GO_VERSION=1.13.15 [2021-02-25T03:16:12.677Z] ---> Using cache [2021-02-25T03:16:12.677Z] ---> d6f911580085 [2021-02-25T03:16:12.677Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3 [2021-02-25T03:16:12.677Z] ---> Using cache [2021-02-25T03:16:12.677Z] ---> f776a181c457 [2021-02-25T03:16:12.677Z] 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-02-25T03:16:12.677Z] ---> Using cache [2021-02-25T03:16:12.677Z] ---> e851ac4b5d87 [2021-02-25T03:16:12.678Z] 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-02-25T03:16:12.678Z] ---> Using cache [2021-02-25T03:16:12.678Z] ---> 73ddaee6036b [2021-02-25T03:16:12.678Z] 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-02-25T03:16:12.678Z] ---> Using cache [2021-02-25T03:16:12.678Z] ---> 333882059c8b [2021-02-25T03:16:12.678Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2021-02-25T03:16:12.678Z] ---> Using cache [2021-02-25T03:16:12.678Z] ---> a349ba5a4888 [2021-02-25T03:16:12.678Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-02-25T03:16:12.678Z] ---> Using cache [2021-02-25T03:16:12.678Z] ---> b21c95346b6c [2021-02-25T03:16:12.678Z] Step 10/10 : COPY . . [2021-02-25T03:16:13.159Z] #41 4.255 fatal: not a git repository (or any of the parent directories): .git [2021-02-25T03:16:13.454Z] #41 4.677 GEN .gitid [2021-02-25T03:16:13.748Z] #41 4.713 GEN criu/include/version.h [2021-02-25T03:16:13.748Z] #41 4.747 GEN include/common/asm [2021-02-25T03:16:14.794Z] #41 6.069 PBCC images/timens.pb-c.c [2021-02-25T03:16:15.086Z] #41 6.083 DEP images/timens.pb-c.d [2021-02-25T03:16:15.086Z] #41 6.187 PBCC images/fown.pb-c.c [2021-02-25T03:16:15.086Z] #41 6.195 PBCC images/google/protobuf/descriptor.pb-c.c [2021-02-25T03:16:15.086Z] #41 6.263 PBCC images/opts.pb-c.c [2021-02-25T03:16:15.086Z] #41 6.308 PBCC images/memfd.pb-c.c [2021-02-25T03:16:15.378Z] #41 6.358 DEP images/fown.pb-c.d [2021-02-25T03:16:15.378Z] #41 6.395 DEP images/google/protobuf/descriptor.pb-c.d [2021-02-25T03:16:15.378Z] #41 6.465 DEP images/opts.pb-c.d [2021-02-25T03:16:15.378Z] #41 6.514 DEP images/memfd.pb-c.d [2021-02-25T03:16:15.378Z] #41 6.530 PBCC images/sit.pb-c.c [2021-02-25T03:16:15.612Z] ---> Using cache [2021-02-25T03:16:15.612Z] ---> d41b6e5e1a0b [2021-02-25T03:16:15.671Z] #41 6.612 DEP images/sit.pb-c.d [2021-02-25T03:16:15.671Z] #41 6.688 PBCC images/macvlan.pb-c.c [2021-02-25T03:16:15.671Z] #41 6.691 DEP images/macvlan.pb-c.d [2021-02-25T03:16:15.671Z] #41 6.742 PBCC images/autofs.pb-c.c [2021-02-25T03:16:15.671Z] #41 6.780 DEP images/autofs.pb-c.d [2021-02-25T03:16:15.671Z] #41 6.830 PBCC images/sysctl.pb-c.c [2021-02-25T03:16:15.671Z] #41 6.834 DEP images/sysctl.pb-c.d [2021-02-25T03:16:15.671Z] #41 6.889 PBCC images/time.pb-c.c [2021-02-25T03:16:15.967Z] #41 6.951 DEP images/time.pb-c.d [2021-02-25T03:16:15.967Z] #41 7.006 PBCC images/binfmt-misc.pb-c.c [2021-02-25T03:16:15.967Z] #41 7.013 DEP images/binfmt-misc.pb-c.d [2021-02-25T03:16:15.967Z] #41 7.032 PBCC images/seccomp.pb-c.c [2021-02-25T03:16:15.967Z] #41 7.055 DEP images/seccomp.pb-c.d [2021-02-25T03:16:15.967Z] #41 7.078 PBCC images/userns.pb-c.c [2021-02-25T03:16:15.967Z] #41 7.096 DEP images/userns.pb-c.d [2021-02-25T03:16:16.261Z] #41 7.169 PBCC images/cgroup.pb-c.c [2021-02-25T03:16:16.261Z] #41 7.184 DEP images/cgroup.pb-c.d [2021-02-25T03:16:16.261Z] #41 7.221 PBCC images/ext-file.pb-c.c [2021-02-25T03:16:16.261Z] #41 7.236 DEP images/ext-file.pb-c.d [2021-02-25T03:16:16.261Z] #41 7.277 PBCC images/rpc.pb-c.c [2021-02-25T03:16:16.261Z] #41 7.354 DEP images/rpc.pb-c.d [2021-02-25T03:16:16.261Z] #41 7.388 PBCC images/siginfo.pb-c.c [2021-02-25T03:16:16.261Z] #41 7.403 DEP images/siginfo.pb-c.d [2021-02-25T03:16:16.261Z] #41 7.414 PBCC images/pagemap.pb-c.c [2021-02-25T03:16:16.261Z] #41 7.470 DEP images/pagemap.pb-c.d [2021-02-25T03:16:16.261Z] #41 7.497 PBCC images/rlimit.pb-c.c [2021-02-25T03:16:16.553Z] #41 7.519 DEP images/rlimit.pb-c.d [2021-02-25T03:16:16.553Z] #41 7.567 PBCC images/file-lock.pb-c.c [2021-02-25T03:16:16.553Z] #41 7.577 DEP images/file-lock.pb-c.d [2021-02-25T03:16:16.553Z] #41 7.624 PBCC images/tty.pb-c.c [2021-02-25T03:16:16.553Z] #41 7.678 DEP images/tty.pb-c.d [2021-02-25T03:16:16.553Z] #41 7.730 PBCC images/tun.pb-c.c [2021-02-25T03:16:16.881Z] #41 7.763 PBCC images/netdev.pb-c.c [2021-02-25T03:16:16.881Z] #41 7.811 DEP images/tun.pb-c.d [2021-02-25T03:16:16.881Z] #41 7.865 DEP images/netdev.pb-c.d [2021-02-25T03:16:16.881Z] #41 7.921 PBCC images/vma.pb-c.c [2021-02-25T03:16:16.881Z] #41 7.967 DEP images/vma.pb-c.d [2021-02-25T03:16:16.881Z] #41 8.023 PBCC images/creds.pb-c.c [2021-02-25T03:16:16.881Z] #41 8.070 DEP images/creds.pb-c.d [2021-02-25T03:16:17.164Z] Successfully built d41b6e5e1a0b [2021-02-25T03:16:17.164Z] Successfully tagged docker:latest [2021-02-25T03:16:17.164Z] INFO: Image build ended at 02/25/2021 03:16:16. Duration:00:00:10.1970816 [2021-02-25T03:16:17.164Z] [2021-02-25T03:16:17.164Z] [2021-02-25T03:16:17.164Z] INFO: Building the test binaries at 02/25/2021 03:16:16... [2021-02-25T03:16:17.173Z] #41 8.146 PBCC images/utsns.pb-c.c [2021-02-25T03:16:17.173Z] #41 8.149 DEP images/utsns.pb-c.d [2021-02-25T03:16:17.173Z] #41 8.164 PBCC images/ipc-desc.pb-c.c [2021-02-25T03:16:17.173Z] #41 8.185 PBCC images/ipc-sem.pb-c.c [2021-02-25T03:16:17.173Z] #41 8.190 DEP images/ipc-desc.pb-c.d [2021-02-25T03:16:17.173Z] #41 8.257 DEP images/ipc-sem.pb-c.d [2021-02-25T03:16:17.173Z] #41 8.338 PBCC images/ipc-msg.pb-c.c [2021-02-25T03:16:17.173Z] #41 8.342 DEP images/ipc-msg.pb-c.d [2021-02-25T03:16:17.173Z] #41 8.394 PBCC images/ipc-shm.pb-c.c [2021-02-25T03:16:17.173Z] #41 8.402 DEP images/ipc-shm.pb-c.d [2021-02-25T03:16:17.173Z] #41 8.459 PBCC images/ipc-var.pb-c.c [2021-02-25T03:16:17.464Z] #41 8.464 DEP images/ipc-var.pb-c.d [2021-02-25T03:16:17.464Z] #41 8.549 PBCC images/sk-opts.pb-c.c [2021-02-25T03:16:17.464Z] #41 8.553 PBCC images/packet-sock.pb-c.c [2021-02-25T03:16:17.464Z] #41 8.602 DEP images/sk-opts.pb-c.d [2021-02-25T03:16:17.464Z] #41 8.615 DEP images/packet-sock.pb-c.d [2021-02-25T03:16:17.464Z] #41 8.696 PBCC images/sk-netlink.pb-c.c [2021-02-25T03:16:17.755Z] #41 8.752 DEP images/sk-netlink.pb-c.d [2021-02-25T03:16:17.755Z] #41 8.810 PBCC images/sk-inet.pb-c.c [2021-02-25T03:16:17.755Z] #41 8.858 DEP images/sk-inet.pb-c.d [2021-02-25T03:16:17.755Z] #41 8.917 PBCC images/sk-unix.pb-c.c [2021-02-25T03:16:17.755Z] #41 8.939 DEP images/sk-unix.pb-c.d [2021-02-25T03:16:17.755Z] #41 8.981 PBCC images/mm.pb-c.c [2021-02-25T03:16:18.048Z] #41 9.021 DEP images/mm.pb-c.d [2021-02-25T03:16:18.048Z] #41 9.085 PBCC images/timerfd.pb-c.c [2021-02-25T03:16:18.048Z] #41 9.091 DEP images/timerfd.pb-c.d [2021-02-25T03:16:18.048Z] #41 9.118 PBCC images/timer.pb-c.c [2021-02-25T03:16:18.048Z] #41 9.148 DEP images/timer.pb-c.d [2021-02-25T03:16:18.048Z] #41 9.209 PBCC images/sa.pb-c.c [2021-02-25T03:16:18.341Z] #41 9.249 DEP images/sa.pb-c.d [2021-02-25T03:16:18.341Z] #41 9.337 PBCC images/pipe-data.pb-c.c [2021-02-25T03:16:18.341Z] #41 9.340 DEP images/pipe-data.pb-c.d [2021-02-25T03:16:18.341Z] #41 9.372 PBCC images/mnt.pb-c.c [2021-02-25T03:16:18.341Z] #41 9.413 DEP images/mnt.pb-c.d [2021-02-25T03:16:18.341Z] #41 9.544 PBCC images/sk-packet.pb-c.c [2021-02-25T03:16:18.341Z] #41 9.549 DEP images/sk-packet.pb-c.d [2021-02-25T03:16:18.341Z] #41 9.588 PBCC images/tcp-stream.pb-c.c [2021-02-25T03:16:18.633Z] #41 9.655 DEP images/tcp-stream.pb-c.d [2021-02-25T03:16:18.633Z] #41 9.731 PBCC images/pipe.pb-c.c [2021-02-25T03:16:18.633Z] #41 9.800 DEP images/pipe.pb-c.d [2021-02-25T03:16:18.633Z] #41 9.834 PBCC images/pstree.pb-c.c [2021-02-25T03:16:18.928Z] #41 9.873 DEP images/pstree.pb-c.d [2021-02-25T03:16:18.928Z] #41 9.917 PBCC images/fs.pb-c.c [2021-02-25T03:16:18.928Z] #41 9.921 DEP images/fs.pb-c.d [2021-02-25T03:16:18.928Z] #41 9.981 PBCC images/signalfd.pb-c.c [2021-02-25T03:16:18.928Z] #41 10.04 DEP images/signalfd.pb-c.d [2021-02-25T03:16:18.928Z] #41 10.09 PBCC images/fh.pb-c.c [2021-02-25T03:16:18.928Z] #41 10.11 PBCC images/fsnotify.pb-c.c [2021-02-25T03:16:18.928Z] #41 10.16 DEP images/fh.pb-c.d [2021-02-25T03:16:18.928Z] #41 10.21 DEP images/fsnotify.pb-c.d [2021-02-25T03:16:19.226Z] #41 10.33 PBCC images/eventpoll.pb-c.c [2021-02-25T03:16:19.226Z] #41 10.35 DEP images/eventpoll.pb-c.d [2021-02-25T03:16:19.226Z] #41 10.38 PBCC images/eventfd.pb-c.c [2021-02-25T03:16:19.226Z] #41 10.40 DEP images/eventfd.pb-c.d [2021-02-25T03:16:19.226Z] #41 10.42 PBCC images/remap-file-path.pb-c.c [2021-02-25T03:16:19.226Z] #41 10.45 DEP images/remap-file-path.pb-c.d [2021-02-25T03:16:19.521Z] #41 10.50 PBCC images/fifo.pb-c.c [2021-02-25T03:16:19.521Z] #41 10.52 DEP images/fifo.pb-c.d [2021-02-25T03:16:19.521Z] #41 10.55 PBCC images/ghost-file.pb-c.c [2021-02-25T03:16:19.521Z] #41 10.58 DEP images/ghost-file.pb-c.d [2021-02-25T03:16:19.521Z] #41 10.61 PBCC images/regfile.pb-c.c [2021-02-25T03:16:19.521Z] #41 10.65 DEP images/regfile.pb-c.d [2021-02-25T03:16:19.561Z] Fetching without tags [2021-02-25T03:16:19.813Z] #41 10.71 PBCC images/ns.pb-c.c [2021-02-25T03:16:19.813Z] #41 10.72 DEP images/ns.pb-c.d [2021-02-25T03:16:19.813Z] #41 10.79 PBCC images/fdinfo.pb-c.c [2021-02-25T03:16:19.813Z] #41 10.88 DEP images/fdinfo.pb-c.d [2021-02-25T03:16:19.813Z] #41 10.95 PBCC images/core-aarch64.pb-c.c [2021-02-25T03:16:19.813Z] #41 10.96 PBCC images/core-arm.pb-c.c [2021-02-25T03:16:19.813Z] #41 10.99 PBCC images/core-ppc64.pb-c.c [2021-02-25T03:16:19.813Z] #41 11.03 PBCC images/core-s390.pb-c.c [2021-02-25T03:16:19.813Z] #41 11.07 PBCC images/core-x86.pb-c.c [2021-02-25T03:16:20.107Z] #41 11.15 PBCC images/core.pb-c.c [2021-02-25T03:16:20.107Z] #41 11.21 PBCC images/inventory.pb-c.c [2021-02-25T03:16:20.107Z] #41 11.24 DEP images/core-aarch64.pb-c.d [2021-02-25T03:16:20.107Z] #41 11.32 DEP images/core-arm.pb-c.d [2021-02-25T03:16:20.107Z] #41 ... [2021-02-25T03:16:20.107Z] [2021-02-25T03:16:20.107Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-02-25T03:16:20.107Z] #32 47.87 time [2021-02-25T03:16:20.107Z] #32 53.46 internal/poll [2021-02-25T03:16:20.107Z] #32 54.41 internal/fmtsort [2021-02-25T03:16:20.107Z] #32 55.28 internal/syscall/unix [2021-02-25T03:16:20.107Z] #32 55.41 strings [2021-02-25T03:16:20.107Z] #32 55.48 os [2021-02-25T03:16:20.107Z] #32 57.78 path [2021-02-25T03:16:20.217Z] Merging remotes/origin/master commit 33f2add9b77e13190a4a29dbafc8d114edb12ab9 into PR head commit 9bf93e90fa9ce74b6f7309a22838da8189838b3b [2021-02-25T03:16:20.419Z] #32 ... [2021-02-25T03:16:20.419Z] [2021-02-25T03:16:20.419Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-25T03:16:20.419Z] #35 2.084 + RM_GOPATH=0 [2021-02-25T03:16:20.419Z] #35 2.084 + TMP_GOPATH= [2021-02-25T03:16:20.419Z] #35 2.084 + : /build [2021-02-25T03:16:20.419Z] #35 2.084 + '[' -z '' ']' [2021-02-25T03:16:20.419Z] #35 2.084 ++ mktemp -d [2021-02-25T03:16:20.419Z] #35 2.086 + export GOPATH=/tmp/tmp.qPR8D4RFG1 [2021-02-25T03:16:20.419Z] #35 2.086 + GOPATH=/tmp/tmp.qPR8D4RFG1 [2021-02-25T03:16:20.419Z] #35 2.086 + RM_GOPATH=1 [2021-02-25T03:16:20.419Z] #35 2.086 + case "$(go env GOARCH)" in [2021-02-25T03:16:20.419Z] #35 2.087 ++ go env GOARCH [2021-02-25T03:16:20.419Z] #35 2.102 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:16:20.419Z] #35 2.102 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:16:20.419Z] #35 2.103 ++ dirname /tmp/install/install.sh [2021-02-25T03:16:20.419Z] #35 2.105 + dir=/tmp/install [2021-02-25T03:16:20.419Z] #35 2.105 + bin=tini [2021-02-25T03:16:20.419Z] #35 2.105 + shift [2021-02-25T03:16:20.419Z] #35 2.105 + '[' '!' -f /tmp/install/tini.installer ']' [2021-02-25T03:16:20.419Z] #35 2.105 + . /tmp/install/tini.installer [2021-02-25T03:16:20.419Z] #35 2.105 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-25T03:16:20.419Z] #35 2.105 + install_tini [2021-02-25T03:16:20.419Z] #35 2.107 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-25T03:16:20.419Z] #35 2.107 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-02-25T03:16:20.419Z] #35 2.107 + git clone https://github.com/krallin/tini.git /tmp/tmp.qPR8D4RFG1/tini [2021-02-25T03:16:20.419Z] #35 2.107 Cloning into '/tmp/tmp.qPR8D4RFG1/tini'... [2021-02-25T03:16:20.419Z] #35 2.755 + cd /tmp/tmp.qPR8D4RFG1/tini [2021-02-25T03:16:20.419Z] #35 2.755 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-25T03:16:20.419Z] #35 2.768 + cmake . [2021-02-25T03:16:20.419Z] #35 3.259 -- The C compiler identification is GNU 8.3.0 [2021-02-25T03:16:20.419Z] #35 3.314 -- Check for working C compiler: /usr/bin/cc [2021-02-25T03:16:20.419Z] #35 3.805 -- Check for working C compiler: /usr/bin/cc -- works [2021-02-25T03:16:20.419Z] #35 3.824 -- Detecting C compiler ABI info [2021-02-25T03:16:20.419Z] #35 4.276 -- Detecting C compiler ABI info - done [2021-02-25T03:16:20.419Z] #35 4.315 -- Detecting C compile features [2021-02-25T03:16:20.419Z] #35 6.086 -- Detecting C compile features - done [2021-02-25T03:16:20.419Z] #35 6.103 -- Performing Test HAS_BUILTIN_FORTIFY [2021-02-25T03:16:20.419Z] #35 6.395 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-02-25T03:16:20.419Z] #35 6.434 -- Configuring done [2021-02-25T03:16:20.419Z] #35 6.437 -- Generating done [2021-02-25T03:16:20.419Z] #35 6.441 -- Build files have been written to: /tmp/tmp.qPR8D4RFG1/tini [2021-02-25T03:16:20.419Z] #35 6.452 + make tini-static [2021-02-25T03:16:20.419Z] #35 6.890 Scanning dependencies of target tini-static [2021-02-25T03:16:20.419Z] #35 6.969 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-02-25T03:16:20.419Z] #35 8.282 [100%] Linking C executable tini-static [2021-02-25T03:16:20.419Z] #35 8.700 [100%] Built target tini-static [2021-02-25T03:16:20.419Z] #35 8.799 + mkdir -p /build [2021-02-25T03:16:20.419Z] #35 8.803 + cp tini-static /build/docker-init [2021-02-25T03:16:20.419Z] #35 DONE 9.1s [2021-02-25T03:16:20.419Z] [2021-02-25T03:16:20.419Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-25T03:16:20.419Z] #41 11.39 DEP images/core-ppc64.pb-c.d [2021-02-25T03:16:20.419Z] #41 11.46 DEP images/core-s390.pb-c.d [2021-02-25T03:16:20.419Z] #41 11.59 DEP images/core-x86.pb-c.d [2021-02-25T03:16:19.361Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-25T03:16:19.405Z] > git config --add remote.origin.fetch +refs/pull/42056/head:refs/remotes/origin/PR-42056 # timeout=10 [2021-02-25T03:16:19.490Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-25T03:16:19.504Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-25T03:16:19.526Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-25T03:16:19.527Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-25T03:16:19.731Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/42056/head:refs/remotes/origin/PR-42056 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-25T03:16:20.190Z] > git config core.sparsecheckout # timeout=10 [2021-02-25T03:16:20.204Z] > git checkout -f 9bf93e90fa9ce74b6f7309a22838da8189838b3b # timeout=10 [2021-02-25T03:16:20.722Z] #41 11.75 DEP images/core.pb-c.d [2021-02-25T03:16:20.722Z] #41 11.82 DEP images/inventory.pb-c.d [2021-02-25T03:16:20.722Z] #41 11.89 PBCC images/cpuinfo.pb-c.c [2021-02-25T03:16:21.042Z] #41 11.92 DEP images/cpuinfo.pb-c.d [2021-02-25T03:16:21.043Z] #41 11.98 PBCC images/stats.pb-c.c [2021-02-25T03:16:21.043Z] #41 12.03 DEP images/stats.pb-c.d [2021-02-25T03:16:22.504Z] Merge succeeded, producing 2813d69fa7bc5d78fb4a95c6949d65075db17fd3 [2021-02-25T03:16:22.504Z] Checking out Revision 2813d69fa7bc5d78fb4a95c6949d65075db17fd3 (PR-42056) [2021-02-25T03:16:22.563Z] #41 13.65 make[1]: Nothing to be done for 'all'. [2021-02-25T03:16:22.996Z] INFO: make.ps1 starting at 02/25/2021 03:16:22 [2021-02-25T03:16:22.996Z] INFO: Git commit (0c80bd9afb) assumed from DOCKER_GITCOMMIT environment variable [2021-02-25T03:16:22.996Z] INFO: Invoking autogen... [2021-02-25T03:16:22.171Z] > git remote # timeout=10 [2021-02-25T03:16:22.183Z] > git config --get remote.origin.url # timeout=10 [2021-02-25T03:16:22.202Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-25T03:16:22.204Z] > git merge 33f2add9b77e13190a4a29dbafc8d114edb12ab9 # timeout=10 [2021-02-25T03:16:22.468Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-25T03:16:22.478Z] > git config core.sparsecheckout # timeout=10 [2021-02-25T03:16:22.487Z] > git checkout -f 2813d69fa7bc5d78fb4a95c6949d65075db17fd3 # timeout=10 [2021-02-25T03:16:23.461Z] INFO: Building daemon... [2021-02-25T03:16:23.609Z] #41 ... [2021-02-25T03:16:23.609Z] [2021-02-25T03:16:23.609Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2021-02-25T03:16:23.609Z] #11 51.03 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-02-25T03:16:23.609Z] #11 51.07 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-02-25T03:16:23.609Z] #11 51.13 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-25T03:16:23.609Z] #11 56.43 Selecting previously unselected package gcc-mingw-w64-base. [2021-02-25T03:16:23.609Z] #11 56.47 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_s390x.deb ... [2021-02-25T03:16:23.609Z] #11 56.48 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-25T03:16:23.609Z] #11 56.57 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-02-25T03:16:23.609Z] #11 56.57 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2021-02-25T03:16:23.609Z] #11 56.58 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-25T03:16:23.609Z] #11 ... [2021-02-25T03:16:23.609Z] [2021-02-25T03:16:23.609Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-02-25T03:16:23.609Z] #32 58.72 text/tabwriter [2021-02-25T03:16:23.609Z] #32 59.49 fmt [2021-02-25T03:16:23.609Z] #32 59.54 path/filepath [2021-02-25T03:16:23.609Z] #32 60.57 io/ioutil [2021-02-25T03:16:23.904Z] #32 ... [2021-02-25T03:16:23.904Z] [2021-02-25T03:16:23.904Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-25T03:16:23.904Z] #43 51.69 time [2021-02-25T03:16:23.904Z] #43 54.48 internal/fmtsort [2021-02-25T03:16:23.904Z] #43 54.98 internal/syscall/execenv [2021-02-25T03:16:23.904Z] #43 55.14 internal/syscall/unix [2021-02-25T03:16:23.904Z] #43 55.36 strings [2021-02-25T03:16:23.904Z] #43 56.25 os [2021-02-25T03:16:23.904Z] #43 57.91 regexp/syntax [2021-02-25T03:16:23.904Z] #43 60.24 fmt [2021-02-25T03:16:24.197Z] #43 ... [2021-02-25T03:16:24.197Z] [2021-02-25T03:16:24.197Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-02-25T03:16:24.197Z] #32 61.87 flag [2021-02-25T03:16:24.197Z] #32 61.87 github.com/BurntSushi/toml [2021-02-25T03:16:24.832Z] #32 ... [2021-02-25T03:16:24.832Z] [2021-02-25T03:16:24.832Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-02-25T03:16:24.832Z] #49 52.60 context [2021-02-25T03:16:24.832Z] #49 53.57 internal/poll [2021-02-25T03:16:24.832Z] #49 55.27 internal/syscall/unix [2021-02-25T03:16:24.832Z] #49 55.49 os [2021-02-25T03:16:24.832Z] #49 55.53 encoding/binary [2021-02-25T03:16:24.832Z] #49 57.12 encoding/base64 [2021-02-25T03:16:24.832Z] #49 57.86 golang.org/x/sys/unix [2021-02-25T03:16:24.832Z] #49 59.12 fmt [2021-02-25T03:16:24.832Z] #49 ... [2021-02-25T03:16:24.832Z] [2021-02-25T03:16:24.832Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-25T03:16:24.832Z] #41 14.84 CC images/stats.o [2021-02-25T03:16:24.832Z] #41 15.21 CC images/core.o [2021-02-25T03:16:24.832Z] #41 15.58 CC images/core-x86.o [2021-02-25T03:16:24.832Z] #41 16.11 CC images/core-arm.o [2021-02-25T03:16:25.466Z] #41 16.42 CC images/core-aarch64.o [2021-02-25T03:16:25.466Z] #41 16.61 CC images/core-ppc64.o [2021-02-25T03:16:26.107Z] #41 17.11 CC images/core-s390.o [2021-02-25T03:16:26.444Z] Commit message: "Merge commit '33f2add9b77e13190a4a29dbafc8d114edb12ab9' into HEAD" [2021-02-25T03:16:26.461Z] First time build. Skipping changelog. [2021-02-25T03:16:26.744Z] #41 17.61 CC images/cpuinfo.o [2021-02-25T03:16:26.744Z] #41 17.99 CC images/inventory.o [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-02-25T03:16:27.037Z] #41 18.21 CC images/fdinfo.o [2021-02-25T03:16:27.334Z] #41 18.47 CC images/fown.o [2021-02-25T03:16:27.538Z] + docker version [2021-02-25T03:16:27.628Z] #41 18.74 CC images/ns.o [2021-02-25T03:16:27.628Z] #41 18.85 CC images/regfile.o [2021-02-25T03:16:27.924Z] #41 18.99 CC images/ghost-file.o [2021-02-25T03:16:28.218Z] #41 19.15 CC images/fifo.o [2021-02-25T03:16:28.218Z] #41 19.33 CC images/remap-file-path.o [2021-02-25T03:16:26.427Z] > git rev-list --no-walk f10f3dc3e8605f37e569c4d808cd6813f8696e74 # timeout=10 [2021-02-25T03:16:28.510Z] #41 19.44 CC images/eventfd.o [2021-02-25T03:16:28.510Z] #41 19.59 CC images/eventpoll.o [2021-02-25T03:16:28.805Z] #41 19.87 CC images/fh.o [2021-02-25T03:16:28.969Z] Fetching without tags [2021-02-25T03:16:29.096Z] #41 20.12 CC images/fsnotify.o [2021-02-25T03:16:29.296Z] Merging remotes/origin/master commit 33f2add9b77e13190a4a29dbafc8d114edb12ab9 into PR head commit 9bf93e90fa9ce74b6f7309a22838da8189838b3b [2021-02-25T03:16:29.388Z] #41 20.54 CC images/signalfd.o [2021-02-25T03:16:29.684Z] #41 20.71 CC images/fs.o [2021-02-25T03:16:29.981Z] #41 20.91 CC images/pstree.o [2021-02-25T03:16:30.280Z] #41 21.17 CC images/pipe.o [2021-02-25T03:16:30.280Z] #41 21.37 CC images/tcp-stream.o [2021-02-25T03:16:30.575Z] #41 ... [2021-02-25T03:16:30.575Z] [2021-02-25T03:16:30.575Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-02-25T03:16:30.575Z] #32 62.89 log [2021-02-25T03:16:30.575Z] #32 64.97 github.com/BurntSushi/toml/cmd/tomlv [2021-02-25T03:16:30.575Z] #32 DONE 68.2s [2021-02-25T03:16:30.575Z] [2021-02-25T03:16:30.575Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-25T03:16:30.575Z] #41 21.60 CC images/sk-packet.o [2021-02-25T03:16:30.575Z] #41 ... [2021-02-25T03:16:30.575Z] [2021-02-25T03:16:30.575Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-25T03:16:30.575Z] #43 62.00 regexp [2021-02-25T03:16:30.575Z] #43 63.93 go/token [2021-02-25T03:16:30.575Z] #43 64.70 go/scanner [2021-02-25T03:16:30.575Z] #43 65.31 internal/lazyregexp [2021-02-25T03:16:30.575Z] #43 65.49 net/url [2021-02-25T03:16:30.575Z] #43 65.93 go/ast [2021-02-25T03:16:30.575Z] #43 67.04 text/template/parse [2021-02-25T03:16:28.782Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-25T03:16:28.796Z] > git config --add remote.origin.fetch +refs/pull/42056/head:refs/remotes/origin/PR-42056 # timeout=10 [2021-02-25T03:16:28.852Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-25T03:16:28.886Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-25T03:16:28.927Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-25T03:16:28.927Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-25T03:16:28.929Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42056/head:refs/remotes/origin/PR-42056 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-25T03:16:29.268Z] > git config core.sparsecheckout # timeout=10 [2021-02-25T03:16:29.289Z] > git checkout -f 9bf93e90fa9ce74b6f7309a22838da8189838b3b # timeout=10 [2021-02-25T03:16:30.892Z] #43 ... [2021-02-25T03:16:30.892Z] [2021-02-25T03:16:30.892Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-25T03:16:30.892Z] #41 21.89 CC images/mnt.o [2021-02-25T03:16:31.269Z] #41 22.06 CC images/pipe-data.o [2021-02-25T03:16:31.269Z] #41 22.33 CC images/sa.o [2021-02-25T03:16:31.382Z] Fetching without tags [2021-02-25T03:16:31.579Z] #41 22.56 CC images/timer.o [2021-02-25T03:16:31.655Z] Merging remotes/origin/master commit 33f2add9b77e13190a4a29dbafc8d114edb12ab9 into PR head commit 9bf93e90fa9ce74b6f7309a22838da8189838b3b [2021-02-25T03:16:31.766Z] Merge succeeded, producing 716cf26b0601edf51e6cef14c527457f4b8ba032 [2021-02-25T03:16:31.766Z] Checking out Revision 716cf26b0601edf51e6cef14c527457f4b8ba032 (PR-42056) [2021-02-25T03:16:32.098Z] #41 22.87 CC images/timerfd.o [2021-02-25T03:16:32.098Z] #41 23.05 CC images/mm.o [2021-02-25T03:16:31.287Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-25T03:16:31.305Z] > git config --add remote.origin.fetch +refs/pull/42056/head:refs/remotes/origin/PR-42056 # timeout=10 [2021-02-25T03:16:31.318Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-25T03:16:31.358Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-25T03:16:31.384Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-25T03:16:31.384Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-25T03:16:31.412Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42056/head:refs/remotes/origin/PR-42056 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-25T03:16:31.662Z] > git config core.sparsecheckout # timeout=10 [2021-02-25T03:16:31.679Z] > git checkout -f 9bf93e90fa9ce74b6f7309a22838da8189838b3b # timeout=10 [2021-02-25T03:16:32.230Z] > git remote # timeout=10 [2021-02-25T03:16:32.243Z] > git config --get remote.origin.url # timeout=10 [2021-02-25T03:16:32.259Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-25T03:16:32.281Z] > git merge 33f2add9b77e13190a4a29dbafc8d114edb12ab9 # timeout=10 [2021-02-25T03:16:32.414Z] #41 23.40 CC images/sk-opts.o [2021-02-25T03:16:32.414Z] #41 23.52 CC images/sk-unix.o [2021-02-25T03:16:32.705Z] #41 23.84 CC images/sk-inet.o [2021-02-25T03:16:32.734Z] Merge succeeded, producing 08286e568465096afaa9853e04685edcb741b2d6 [2021-02-25T03:16:32.734Z] Checking out Revision 08286e568465096afaa9853e04685edcb741b2d6 (PR-42056) [2021-02-25T03:16:31.402Z] > git remote # timeout=10 [2021-02-25T03:16:31.421Z] > git config --get remote.origin.url # timeout=10 [2021-02-25T03:16:31.430Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-25T03:16:31.431Z] > git merge 33f2add9b77e13190a4a29dbafc8d114edb12ab9 # timeout=10 [2021-02-25T03:16:31.715Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-25T03:16:31.734Z] > git config core.sparsecheckout # timeout=10 [2021-02-25T03:16:31.754Z] > git checkout -f 716cf26b0601edf51e6cef14c527457f4b8ba032 # timeout=10 [2021-02-25T03:16:32.998Z] #41 24.13 CC images/tun.o [2021-02-25T03:16:33.286Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-02-25T03:16:33.286Z] [2021-02-25T03:16:33.286Z] + c=0 [2021-02-25T03:16:33.286Z] + TEST_INTEGRATION_DEST=2 [2021-02-25T03:16:33.286Z] + CONTAINER_NAME=docker-pr8-2 [2021-02-25T03:16:33.286Z] + TEST_SKIP_INTEGRATION=1 [2021-02-25T03:16:33.286Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2021-02-25T03:16:33.286Z] + run_tests [2021-02-25T03:16:33.286Z] + '[' -n 0 ']' [2021-02-25T03:16:33.286Z] + rm= [2021-02-25T03:16:33.286Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42056/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42056/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42056/.git:/go/src/github.com/docker/docker/.git --name docker-pr8-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=59fc2206d0aa706e3f4af717dec37df091092058 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:59fc2206d0aa706e3f4af717dec37df091092058 hack/make.sh '' test-integration [2021-02-25T03:16:33.286Z] + TEST_INTEGRATION_DEST=1 [2021-02-25T03:16:33.286Z] + CONTAINER_NAME=docker-pr8-1 [2021-02-25T03:16:33.286Z] + TEST_SKIP_INTEGRATION_CLI=1 [2021-02-25T03:16:33.286Z] + run_tests test-integration-flaky [2021-02-25T03:16:33.286Z] + '[' -n 0 ']' [2021-02-25T03:16:33.286Z] + rm= [2021-02-25T03:16:33.286Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42056/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42056/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42056/.git:/go/src/github.com/docker/docker/.git --name docker-pr8-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=59fc2206d0aa706e3f4af717dec37df091092058 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:59fc2206d0aa706e3f4af717dec37df091092058 hack/make.sh test-integration-flaky test-integration [2021-02-25T03:16:33.286Z] + TEST_INTEGRATION_DEST=3 [2021-02-25T03:16:33.286Z] + CONTAINER_NAME=docker-pr8-3 [2021-02-25T03:16:33.286Z] + TEST_SKIP_INTEGRATION=1 [2021-02-25T03:16:33.286Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2021-02-25T03:16:33.286Z] + run_tests [2021-02-25T03:16:33.286Z] + '[' -n 0 ']' [2021-02-25T03:16:33.286Z] + rm= [2021-02-25T03:16:33.286Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42056/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42056/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42056/.git:/go/src/github.com/docker/docker/.git --name docker-pr8-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=59fc2206d0aa706e3f4af717dec37df091092058 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:59fc2206d0aa706e3f4af717dec37df091092058 hack/make.sh '' test-integration [2021-02-25T03:16:33.286Z] ++ jobs -p [2021-02-25T03:16:33.286Z] + for job in $(jobs -p) [2021-02-25T03:16:33.286Z] + wait 13350 [2021-02-25T03:16:33.286Z] [2021-02-25T03:16:33.286Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-02-25T03:16:33.286Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-02-25T03:16:33.286Z] HOSTNAME=ea8c8e994cf2 [2021-02-25T03:16:33.286Z] TEST_SKIP_INTEGRATION=1 [2021-02-25T03:16:33.286Z] TESTDEBUG=0 [2021-02-25T03:16:33.286Z] DEST=bundles/test-integration [2021-02-25T03:16:33.286Z] PWD=/go/src/github.com/docker/docker [2021-02-25T03:16:33.286Z] KEEPBUNDLE=1 [2021-02-25T03:16:33.286Z] DOCKER_GITCOMMIT=59fc2206d0aa706e3f4af717dec37df091092058 [2021-02-25T03:16:33.286Z] container=docker [2021-02-25T03:16:33.286Z] HOME=/root [2021-02-25T03:16:33.286Z] GOLANG_VERSION=1.13.15 [2021-02-25T03:16:33.286Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-02-25T03:16:33.286Z] VALIDATE_BRANCH=master [2021-02-25T03:16:33.286Z] TERM=xterm [2021-02-25T03:16:33.286Z] DOCKER_PKG=github.com/docker/docker [2021-02-25T03:16:33.286Z] SHLVL=1 [2021-02-25T03:16:33.286Z] TIMEOUT=120m [2021-02-25T03:16:33.286Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-02-25T03:16:33.286Z] DOCKER_GRAPHDRIVER=overlay2 [2021-02-25T03:16:33.286Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2021-02-25T03:16:33.286Z] GO111MODULE=off [2021-02-25T03:16:33.286Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-02-25T03:16:33.286Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-02-25T03:16:33.286Z] GOPATH=/go [2021-02-25T03:16:33.286Z] PKG_CONFIG=pkg-config [2021-02-25T03:16:33.286Z] _=/usr/bin/env [2021-02-25T03:16:33.286Z] Building test suite binary ./integration-cli/test.main [2021-02-25T03:16:33.286Z] [2021-02-25T03:16:33.286Z] [2021-02-25T03:16:33.286Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-02-25T03:16:33.286Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-02-25T03:16:33.286Z] HOSTNAME=58e50ea54917 [2021-02-25T03:16:33.286Z] TEST_SKIP_INTEGRATION=1 [2021-02-25T03:16:33.286Z] TESTDEBUG=0 [2021-02-25T03:16:33.286Z] DEST=bundles/test-integration [2021-02-25T03:16:33.286Z] PWD=/go/src/github.com/docker/docker [2021-02-25T03:16:33.286Z] KEEPBUNDLE=1 [2021-02-25T03:16:33.286Z] DOCKER_GITCOMMIT=59fc2206d0aa706e3f4af717dec37df091092058 [2021-02-25T03:16:33.286Z] container=docker [2021-02-25T03:16:33.286Z] HOME=/root [2021-02-25T03:16:33.286Z] GOLANG_VERSION=1.13.15 [2021-02-25T03:16:33.286Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-02-25T03:16:33.286Z] VALIDATE_BRANCH=master [2021-02-25T03:16:33.286Z] TERM=xterm [2021-02-25T03:16:33.286Z] DOCKER_PKG=github.com/docker/docker [2021-02-25T03:16:33.286Z] SHLVL=1 [2021-02-25T03:16:33.286Z] TIMEOUT=120m [2021-02-25T03:16:33.286Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-02-25T03:16:33.286Z] DOCKER_GRAPHDRIVER=overlay2 [2021-02-25T03:16:33.286Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2021-02-25T03:16:33.286Z] GO111MODULE=off [2021-02-25T03:16:33.286Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-02-25T03:16:33.286Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-02-25T03:16:33.286Z] GOPATH=/go [2021-02-25T03:16:33.286Z] PKG_CONFIG=pkg-config [2021-02-25T03:16:33.286Z] _=/usr/bin/env [2021-02-25T03:16:33.286Z] Building test suite binary ./integration-cli/test.main [2021-02-25T03:16:33.286Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2021-02-25T03:16:33.286Z] No new tests added to integration. [2021-02-25T03:16:33.286Z] [2021-02-25T03:16:33.286Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-02-25T03:16:33.286Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-02-25T03:16:33.286Z] HOSTNAME=7356da93e20c [2021-02-25T03:16:33.286Z] TESTDEBUG=0 [2021-02-25T03:16:33.286Z] DEST=bundles/test-integration [2021-02-25T03:16:33.286Z] PWD=/go/src/github.com/docker/docker [2021-02-25T03:16:33.286Z] KEEPBUNDLE=1 [2021-02-25T03:16:33.286Z] DOCKER_GITCOMMIT=59fc2206d0aa706e3f4af717dec37df091092058 [2021-02-25T03:16:33.286Z] container=docker [2021-02-25T03:16:33.286Z] HOME=/root [2021-02-25T03:16:33.286Z] GOLANG_VERSION=1.13.15 [2021-02-25T03:16:33.286Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-02-25T03:16:33.286Z] VALIDATE_BRANCH=master [2021-02-25T03:16:33.286Z] TERM=xterm [2021-02-25T03:16:33.286Z] DOCKER_PKG=github.com/docker/docker [2021-02-25T03:16:33.286Z] SHLVL=1 [2021-02-25T03:16:33.286Z] TIMEOUT=120m [2021-02-25T03:16:33.286Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-02-25T03:16:33.286Z] DOCKER_GRAPHDRIVER=overlay2 [2021-02-25T03:16:33.286Z] GO111MODULE=off [2021-02-25T03:16:33.286Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-02-25T03:16:33.286Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-02-25T03:16:33.286Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-02-25T03:16:33.286Z] GOPATH=/go [2021-02-25T03:16:33.286Z] PKG_CONFIG=pkg-config [2021-02-25T03:16:33.286Z] _=/usr/bin/env [2021-02-25T03:16:33.286Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-02-25T03:16:33.289Z] #41 24.43 CC images/sk-netlink.o [2021-02-25T03:16:33.586Z] #41 24.51 CC images/packet-sock.o [2021-02-25T03:16:33.586Z] #41 24.71 CC images/ipc-var.o [2021-02-25T03:16:33.885Z] #41 24.87 CC images/ipc-desc.o [2021-02-25T03:16:33.885Z] #41 25.04 CC images/ipc-shm.o [2021-02-25T03:16:34.178Z] #41 25.13 CC images/ipc-msg.o [2021-02-25T03:16:34.178Z] #41 25.35 CC images/ipc-sem.o [2021-02-25T03:16:34.469Z] #41 25.52 CC images/utsns.o [2021-02-25T03:16:34.469Z] #41 25.67 CC images/creds.o [2021-02-25T03:16:32.706Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-25T03:16:32.735Z] > git config core.sparsecheckout # timeout=10 [2021-02-25T03:16:32.761Z] > git checkout -f 08286e568465096afaa9853e04685edcb741b2d6 # timeout=10 [2021-02-25T03:16:34.763Z] #41 25.94 CC images/vma.o [2021-02-25T03:16:35.055Z] #41 26.06 CC images/netdev.o [2021-02-25T03:16:35.352Z] #41 26.25 CC images/tty.o [2021-02-25T03:16:35.645Z] #41 26.68 CC images/file-lock.o [2021-02-25T03:16:35.645Z] #41 ... [2021-02-25T03:16:35.645Z] [2021-02-25T03:16:35.645Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-02-25T03:16:35.645Z] #49 63.33 encoding/json [2021-02-25T03:16:35.645Z] #49 67.19 github.com/pkg/diff [2021-02-25T03:16:35.645Z] #49 68.23 go/ast [2021-02-25T03:16:35.645Z] #49 68.68 golang.org/x/crypto/ssh/terminal [2021-02-25T03:16:35.645Z] #49 70.39 mvdan.cc/editorconfig [2021-02-25T03:16:35.645Z] #49 71.48 mvdan.cc/sh/v3/fileutil [2021-02-25T03:16:35.645Z] #49 71.62 mvdan.cc/sh/v3/syntax [2021-02-25T03:16:35.645Z] #49 ... [2021-02-25T03:16:35.645Z] [2021-02-25T03:16:35.645Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-25T03:16:35.645Z] #54 34.52 Checking out files: 45% (1723/3770) Checking out files: 46% (1735/3770) Checking out files: 47% (1772/3770) Checking out files: 48% (1810/3770) Checking out files: 49% (1848/3770) Checking out files: 50% (1885/3770) Checking out files: 51% (1923/3770) Checking out files: 52% (1961/3770) Checking out files: 53% (1999/3770) Checking out files: 54% (2036/3770) Checking out files: 55% (2074/3770) Checking out files: 56% (2112/3770) Checking out files: 57% (2149/3770) Checking out files: 58% (2187/3770) Checking out files: 59% (2225/3770) Checking out files: 60% (2262/3770) Checking out files: 61% (2300/3770) Checking out files: 62% (2338/3770) Checking out files: 63% (2376/3770) Checking out files: 64% (2413/3770) Checking out files: 65% (2451/3770) Checking out files: 66% (2489/3770) Checking out files: 67% (2526/3770) Checking out files: 68% (2564/3770) Checking out files: 69% (2602/3770) Checking out files: 70% (2639/3770) Checking out files: 71% (2677/3770) Checking out files: 72% (2715/3770) Checking out files: 73% (2753/3770) Checking out files: 74% (2790/3770) Checking out files: 75% (2828/3770) Checking out files: 76% (2866/3770) Checking out files: 77% (2903/3770) Checking out files: 78% (2941/3770) Checking out files: 79% (2979/3770) Checking out files: 80% (3016/3770) Checking out files: 81% (3054/3770) Checking out files: 82% (3092/3770) Checking out files: 83% (3130/3770) Checking out files: 84% (3167/3770) Checking out files: 85% (3205/3770) Checking out files: 86% (3243/3770) Checking out files: 87% (3280/3770) Checking out files: 88% (3318/3770) Checking out files: 89% (3356/3770) Checking out files: 90% (3393/3770) Checking out files: 91% (3431/3770) Checking out files: 91% (3456/3770) Checking out files: 92% (3469/3770) Checking out files: 93% (3507/3770) Checking out files: 94% (3544/3770) Checking out files: 95% (3582/3770) Checking out files: 96% (3620/3770) Checking out files: 97% (3657/3770) Checking out files: 98% (3695/3770) Checking out files: 99% (3733/3770) Checking out files: 100% (3770/3770) Checking out files: 100% (3770/3770), done. [2021-02-25T03:16:35.645Z] #54 35.77 + cd /tmp/tmp.gGpIaYyRxO/src/github.com/containerd/containerd [2021-02-25T03:16:35.645Z] #54 35.77 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-25T03:16:35.645Z] #54 37.12 + export 'BUILDTAGS=netgo osusergo static_build' [2021-02-25T03:16:35.645Z] #54 37.12 + BUILDTAGS='netgo osusergo static_build' [2021-02-25T03:16:35.645Z] #54 37.12 + export EXTRA_FLAGS=-buildmode=pie [2021-02-25T03:16:35.645Z] #54 37.12 + EXTRA_FLAGS=-buildmode=pie [2021-02-25T03:16:35.645Z] #54 37.12 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-02-25T03:16:35.645Z] #54 37.12 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-02-25T03:16:35.645Z] #54 37.12 + '[' '' = dynamic ']' [2021-02-25T03:16:35.645Z] #54 37.12 + make [2021-02-25T03:16:35.645Z] #54 38.27 + bin/ctr [2021-02-25T03:16:35.714Z] Commit message: "Merge commit '33f2add9b77e13190a4a29dbafc8d114edb12ab9' into HEAD" [2021-02-25T03:16:35.744Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-02-25T03:16:36.750Z] Commit message: "Merge commit '33f2add9b77e13190a4a29dbafc8d114edb12ab9' into HEAD" [2021-02-25T03:16:36.758Z] + docker version [2021-02-25T03:16:36.791Z] First time build. Skipping changelog. [2021-02-25T03:16:36.752Z] > git rev-list --no-walk f10f3dc3e8605f37e569c4d808cd6813f8696e74 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-02-25T03:16:37.583Z] Client: Docker Engine - Community [2021-02-25T03:16:37.583Z] Version: 20.10.3 [2021-02-25T03:16:37.583Z] API version: 1.41 [2021-02-25T03:16:37.583Z] Go version: go1.13.15 [2021-02-25T03:16:37.583Z] Git commit: 48d30b5 [2021-02-25T03:16:37.583Z] Built: Fri Jan 29 14:33:53 2021 [2021-02-25T03:16:37.583Z] OS/Arch: linux/arm64 [2021-02-25T03:16:37.583Z] Context: default [2021-02-25T03:16:37.583Z] Experimental: true [2021-02-25T03:16:37.583Z] [2021-02-25T03:16:37.583Z] Server: Docker Engine - Community [2021-02-25T03:16:37.583Z] Engine: [2021-02-25T03:16:37.583Z] Version: 20.10.3 [2021-02-25T03:16:37.583Z] API version: 1.41 (minimum version 1.12) [2021-02-25T03:16:37.583Z] Go version: go1.13.15 [2021-02-25T03:16:37.583Z] Git commit: 46229ca [2021-02-25T03:16:37.583Z] Built: Fri Jan 29 14:32:08 2021 [2021-02-25T03:16:37.583Z] OS/Arch: linux/arm64 [2021-02-25T03:16:37.583Z] Experimental: true [2021-02-25T03:16:37.583Z] containerd: [2021-02-25T03:16:37.583Z] Version: 1.4.3 [2021-02-25T03:16:37.583Z] GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-25T03:16:37.583Z] runc: [2021-02-25T03:16:37.583Z] Version: 1.0.0-rc92 [2021-02-25T03:16:37.583Z] GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-25T03:16:37.583Z] docker-init: [2021-02-25T03:16:37.583Z] Version: 0.19.0 [2021-02-25T03:16:37.583Z] GitCommit: de40ad0 [Pipeline] sh [2021-02-25T03:16:35.694Z] > git rev-list --no-walk f10f3dc3e8605f37e569c4d808cd6813f8696e74 # timeout=10 [2021-02-25T03:16:37.816Z] + docker version [2021-02-25T03:16:37.978Z] + docker info [2021-02-25T03:16:38.390Z] #54 ... [2021-02-25T03:16:38.390Z] [2021-02-25T03:16:38.390Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2021-02-25T03:16:38.390Z] #11 75.69 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-02-25T03:16:38.390Z] #11 75.72 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2021-02-25T03:16:38.390Z] #11 75.72 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-25T03:16:42.863Z] #11 ... [2021-02-25T03:16:42.863Z] [2021-02-25T03:16:42.863Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-25T03:16:42.863Z] #43 70.65 go/parser [2021-02-25T03:16:42.863Z] #43 70.88 text/template [2021-02-25T03:16:42.863Z] #43 74.18 encoding/xml [2021-02-25T03:16:42.863Z] #43 74.45 go/doc [2021-02-25T03:16:42.863Z] #43 77.06 github.com/LK4D4/vndr/build [2021-02-25T03:16:42.863Z] #43 78.51 github.com/LK4D4/vndr/versioned [2021-02-25T03:16:42.863Z] #43 78.58 compress/flate [2021-02-25T03:16:42.863Z] #43 79.77 hash/crc32 [2021-02-25T03:16:42.863Z] #43 80.22 vendor/golang.org/x/crypto/cryptobyte [2021-02-25T03:16:43.171Z] #43 ... [2021-02-25T03:16:43.171Z] [2021-02-25T03:16:43.171Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-25T03:16:43.171Z] #41 26.83 CC images/rlimit.o [2021-02-25T03:16:43.171Z] #41 26.97 CC images/pagemap.o [2021-02-25T03:16:43.171Z] #41 27.21 CC images/siginfo.o [2021-02-25T03:16:43.171Z] #41 27.38 CC images/rpc.o [2021-02-25T03:16:43.171Z] #41 28.08 CC images/ext-file.o [2021-02-25T03:16:43.171Z] #41 28.23 CC images/cgroup.o [2021-02-25T03:16:43.171Z] #41 28.58 CC images/userns.o [2021-02-25T03:16:43.171Z] #41 28.84 CC images/google/protobuf/descriptor.o [2021-02-25T03:16:43.171Z] #41 29.68 CC images/opts.o [2021-02-25T03:16:43.171Z] #41 29.77 CC images/seccomp.o [2021-02-25T03:16:43.171Z] #41 29.92 CC images/binfmt-misc.o [2021-02-25T03:16:43.171Z] #41 30.00 CC images/time.o [2021-02-25T03:16:43.171Z] #41 30.22 CC images/sysctl.o [2021-02-25T03:16:43.171Z] #41 30.37 CC images/autofs.o [2021-02-25T03:16:43.171Z] #41 30.55 CC images/macvlan.o [2021-02-25T03:16:43.171Z] #41 30.71 CC images/sit.o [2021-02-25T03:16:43.171Z] #41 30.94 CC images/memfd.o [2021-02-25T03:16:43.171Z] #41 31.14 CC images/timens.o [2021-02-25T03:16:43.171Z] #41 31.35 LINK images/built-in.o [2021-02-25T03:16:43.171Z] #41 31.45 GEN compel/include/asm [2021-02-25T03:16:43.171Z] #41 31.46 GEN compel/include/version.h [2021-02-25T03:16:43.171Z] #41 31.48 touch .config [2021-02-25T03:16:43.171Z] #41 31.50 GEN include/common/config.h [2021-02-25T03:16:43.171Z] #41 31.57 DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d [2021-02-25T03:16:43.171Z] #41 31.63 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-02-25T03:16:43.171Z] #41 31.69 GEN compel/plugins/include/uapi/std/syscall.h [2021-02-25T03:16:43.171Z] #41 31.70 GEN compel/arch/s390/plugins/std/syscalls/syscalls.S [2021-02-25T03:16:43.171Z] #41 31.71 DEP compel/arch/s390/plugins/std/syscalls/syscalls.d [2021-02-25T03:16:43.171Z] #41 31.72 DEP compel/arch/s390/plugins/std/parasite-head.d [2021-02-25T03:16:43.171Z] #41 31.74 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-02-25T03:16:43.171Z] #41 31.74 DEP compel/plugins/std/infect.d [2021-02-25T03:16:43.171Z] #41 31.86 DEP compel/plugins/std/string.d [2021-02-25T03:16:43.171Z] #41 31.97 DEP compel/plugins/std/log.d [2021-02-25T03:16:43.171Z] #41 32.06 DEP compel/plugins/std/fds.d [2021-02-25T03:16:43.171Z] #41 32.16 DEP compel/plugins/std/std.d [2021-02-25T03:16:43.171Z] #41 32.27 DEP compel/plugins/shmem/shmem.d [2021-02-25T03:16:43.171Z] #41 32.40 DEP compel/plugins/fds/fds.d [2021-02-25T03:16:43.171Z] #41 32.49 CC compel/plugins/std/std.o [2021-02-25T03:16:43.171Z] #41 32.66 CC compel/plugins/std/fds.o [2021-02-25T03:16:43.171Z] #41 32.88 CC compel/plugins/std/log.o [2021-02-25T03:16:43.171Z] #41 33.54 CC compel/plugins/std/string.o [2021-02-25T03:16:43.171Z] #41 34.26 CC compel/plugins/std/infect.o [2021-02-25T03:16:43.171Z] #41 ... [2021-02-25T03:16:43.171Z] [2021-02-25T03:16:43.171Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-02-25T03:16:43.171Z] #49 76.72 mvdan.cc/sh/v3/cmd/shfmt [2021-02-25T03:16:43.171Z] #49 DONE 80.9s [2021-02-25T03:16:43.468Z] [2021-02-25T03:16:43.468Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-25T03:16:43.468Z] #41 34.63 CC compel/arch/s390/plugins/std/parasite-head.o [2021-02-25T03:16:43.468Z] #41 34.68 CC compel/arch/s390/plugins/std/syscalls/syscalls.o [2021-02-25T03:16:43.766Z] #41 34.77 CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o [2021-02-25T03:16:44.070Z] #41 35.01 AR compel/plugins/std.lib.a [2021-02-25T03:16:44.070Z] #41 35.08 CC compel/plugins/fds/fds.o [2021-02-25T03:16:44.363Z] #41 35.46 AR compel/plugins/fds.lib.a [2021-02-25T03:16:44.363Z] #41 35.48 HOSTDEP compel/src/lib/log-host.d [2021-02-25T03:16:44.363Z] #41 35.53 HOSTDEP compel/src/lib/handle-elf-host.d [2021-02-25T03:16:44.679Z] #41 35.67 HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d [2021-02-25T03:16:44.679Z] #41 35.74 HOSTDEP compel/src/main-host.d [2021-02-25T03:16:44.679Z] #41 35.81 DEP compel/src/lib/ptrace.d [2021-02-25T03:16:44.990Z] #41 35.95 DEP compel/src/lib/infect.d [2021-02-25T03:16:44.990Z] #41 36.14 DEP compel/src/lib/infect-util.d [2021-02-25T03:16:45.306Z] #41 36.20 DEP compel/src/lib/infect-rpc.d [2021-02-25T03:16:45.306Z] #41 36.32 DEP compel/arch/s390/src/lib/infect.d [2021-02-25T03:16:45.306Z] #41 36.46 DEP compel/arch/s390/src/lib/cpu.d [2021-02-25T03:16:45.598Z] #41 36.51 DEP compel/src/lib/log.d [2021-02-25T03:16:45.598Z] #41 36.62 DEP compel/src/main.d [2021-02-25T03:16:45.598Z] #41 36.75 DEP compel/src/lib/handle-elf.d [2021-02-25T03:16:45.890Z] #41 36.81 DEP compel/arch/s390/src/lib/handle-elf.d [2021-02-25T03:16:45.890Z] #41 36.90 CC compel/src/lib/log.o [2021-02-25T03:16:45.983Z] Client: Docker Engine - Community [2021-02-25T03:16:45.983Z] Version: 20.10.3 [2021-02-25T03:16:45.983Z] API version: 1.41 [2021-02-25T03:16:45.983Z] Go version: go1.13.15 [2021-02-25T03:16:45.983Z] Git commit: 48d30b5 [2021-02-25T03:16:45.983Z] Built: Fri Jan 29 14:33:13 2021 [2021-02-25T03:16:45.983Z] OS/Arch: linux/amd64 [2021-02-25T03:16:45.983Z] Context: default [2021-02-25T03:16:45.983Z] Experimental: true [2021-02-25T03:16:45.983Z] [2021-02-25T03:16:45.983Z] Server: Docker Engine - Community [2021-02-25T03:16:45.983Z] Engine: [2021-02-25T03:16:45.983Z] Version: 20.10.3 [2021-02-25T03:16:45.983Z] API version: 1.41 (minimum version 1.12) [2021-02-25T03:16:45.983Z] Go version: go1.13.15 [2021-02-25T03:16:45.983Z] Git commit: 46229ca [2021-02-25T03:16:45.983Z] Built: Fri Jan 29 14:31:25 2021 [2021-02-25T03:16:45.983Z] OS/Arch: linux/amd64 [2021-02-25T03:16:45.983Z] Experimental: true [2021-02-25T03:16:45.983Z] containerd: [2021-02-25T03:16:45.983Z] Version: 1.4.3 [2021-02-25T03:16:45.983Z] GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-25T03:16:45.983Z] runc: [2021-02-25T03:16:45.983Z] Version: 1.0.0-rc92 [2021-02-25T03:16:45.983Z] GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-25T03:16:45.983Z] docker-init: [2021-02-25T03:16:45.983Z] Version: 0.19.0 [2021-02-25T03:16:45.983Z] GitCommit: de40ad0 [Pipeline] sh [2021-02-25T03:16:46.184Z] #41 37.06 CC compel/arch/s390/src/lib/cpu.o [2021-02-25T03:16:46.184Z] #41 37.21 CC compel/arch/s390/src/lib/infect.o [2021-02-25T03:16:46.338Z] + docker info [2021-02-25T03:16:46.819Z] #41 37.81 CC compel/src/lib/infect-rpc.o [2021-02-25T03:16:46.819Z] #41 38.02 CC compel/src/lib/infect-util.o [2021-02-25T03:16:47.110Z] #41 38.23 CC compel/src/lib/infect.o [2021-02-25T03:16:48.970Z] Client: Docker Engine - Community [2021-02-25T03:16:48.970Z] Version: 20.10.3 [2021-02-25T03:16:48.970Z] API version: 1.41 [2021-02-25T03:16:48.970Z] Go version: go1.13.15 [2021-02-25T03:16:48.970Z] Git commit: 48d30b5 [2021-02-25T03:16:48.970Z] Built: Fri Jan 29 14:33:21 2021 [2021-02-25T03:16:48.970Z] OS/Arch: linux/amd64 [2021-02-25T03:16:48.970Z] Context: default [2021-02-25T03:16:48.970Z] Experimental: true [2021-02-25T03:16:48.970Z] [2021-02-25T03:16:48.970Z] Server: Docker Engine - Community [2021-02-25T03:16:48.970Z] Engine: [2021-02-25T03:16:48.970Z] Version: 20.10.3 [2021-02-25T03:16:48.970Z] API version: 1.41 (minimum version 1.12) [2021-02-25T03:16:48.970Z] Go version: go1.13.15 [2021-02-25T03:16:48.970Z] Git commit: 46229ca [2021-02-25T03:16:48.970Z] Built: Fri Jan 29 14:31:32 2021 [2021-02-25T03:16:48.970Z] OS/Arch: linux/amd64 [2021-02-25T03:16:48.970Z] Experimental: true [2021-02-25T03:16:48.970Z] containerd: [2021-02-25T03:16:48.970Z] Version: 1.4.3 [2021-02-25T03:16:48.970Z] GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-25T03:16:48.970Z] runc: [2021-02-25T03:16:48.970Z] Version: 1.0.0-rc92 [2021-02-25T03:16:48.970Z] GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-25T03:16:48.970Z] docker-init: [2021-02-25T03:16:48.970Z] Version: 0.19.0 [2021-02-25T03:16:48.970Z] GitCommit: de40ad0 [Pipeline] sh [2021-02-25T03:16:49.218Z] #41 39.90 CC compel/src/lib/ptrace.o [2021-02-25T03:16:49.218Z] #41 40.16 AR compel/libcompel.a [2021-02-25T03:16:49.218Z] #41 40.20 HOSTCC compel/src/main-host.o [2021-02-25T03:16:49.218Z] #41 40.43 HOSTCC compel/arch/s390/src/lib/handle-elf-host.o [2021-02-25T03:16:49.316Z] + docker info [2021-02-25T03:16:49.513Z] #41 40.59 HOSTCC compel/src/lib/handle-elf-host.o [2021-02-25T03:16:49.807Z] #41 40.89 HOSTCC compel/src/lib/log-host.o [2021-02-25T03:16:49.807Z] #41 41.01 HOSTLINK compel/compel-host-bin [2021-02-25T03:16:50.099Z] #41 41.10 DEP soccr/soccr.d [2021-02-25T03:16:50.099Z] #41 41.21 CC soccr/soccr.o [2021-02-25T03:16:50.741Z] #41 ... [2021-02-25T03:16:50.741Z] [2021-02-25T03:16:50.741Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2021-02-25T03:16:50.741Z] #11 88.31 Selecting previously unselected package libapparmor1:s390x. [2021-02-25T03:16:50.741Z] #11 88.37 Preparing to unpack .../10-libapparmor1_2.13.2-10_s390x.deb ... [2021-02-25T03:16:50.741Z] #11 88.38 Unpacking libapparmor1:s390x (2.13.2-10) ... [2021-02-25T03:16:50.741Z] #11 88.47 Selecting previously unselected package libapparmor-dev:s390x. [2021-02-25T03:16:50.741Z] #11 88.48 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_s390x.deb ... [2021-02-25T03:16:50.741Z] #11 88.48 Unpacking libapparmor-dev:s390x (2.13.2-10) ... [2021-02-25T03:16:50.741Z] #11 88.61 Selecting previously unselected package libbtrfs0. [2021-02-25T03:16:51.032Z] #11 88.61 Preparing to unpack .../12-libbtrfs0_4.20.1-2_s390x.deb ... [2021-02-25T03:16:51.032Z] #11 88.61 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-25T03:16:51.032Z] #11 88.67 Selecting previously unselected package libbtrfs-dev. [2021-02-25T03:16:51.032Z] #11 88.68 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_s390x.deb ... [2021-02-25T03:16:51.032Z] #11 88.69 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-25T03:16:51.032Z] #11 88.77 Selecting previously unselected package libdevmapper-event1.02.1:s390x. [2021-02-25T03:16:51.032Z] #11 88.77 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_s390x.deb ... [2021-02-25T03:16:51.032Z] #11 88.77 Unpacking libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2021-02-25T03:16:51.032Z] #11 88.82 Selecting previously unselected package libudev-dev:s390x. [2021-02-25T03:16:51.032Z] #11 88.82 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_s390x.deb ... [2021-02-25T03:16:51.032Z] #11 88.83 Unpacking libudev-dev:s390x (241-7~deb10u6) ... [2021-02-25T03:16:51.324Z] #11 88.94 Selecting previously unselected package libsepol1-dev:s390x. [2021-02-25T03:16:51.324Z] #11 88.94 Preparing to unpack .../16-libsepol1-dev_2.8-1_s390x.deb ... [2021-02-25T03:16:51.324Z] #11 88.94 Unpacking libsepol1-dev:s390x (2.8-1) ... [2021-02-25T03:16:51.616Z] #11 89.20 Selecting previously unselected package libpcre16-3:s390x. [2021-02-25T03:16:51.616Z] #11 89.21 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_s390x.deb ... [2021-02-25T03:16:51.616Z] #11 89.22 Unpacking libpcre16-3:s390x (2:8.39-12) ... [2021-02-25T03:16:51.616Z] #11 89.35 Selecting previously unselected package libpcre32-3:s390x. [2021-02-25T03:16:51.616Z] #11 89.40 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_s390x.deb ... [2021-02-25T03:16:51.616Z] #11 89.40 Unpacking libpcre32-3:s390x (2:8.39-12) ... [2021-02-25T03:16:51.909Z] #11 89.51 Selecting previously unselected package libpcrecpp0v5:s390x. [2021-02-25T03:16:51.909Z] #11 89.51 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_s390x.deb ... [2021-02-25T03:16:51.909Z] #11 89.52 Unpacking libpcrecpp0v5:s390x (2:8.39-12) ... [2021-02-25T03:16:51.909Z] #11 89.58 Selecting previously unselected package libpcre3-dev:s390x. [2021-02-25T03:16:51.909Z] #11 89.59 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_s390x.deb ... [2021-02-25T03:16:51.909Z] #11 89.59 Unpacking libpcre3-dev:s390x (2:8.39-12) ... [2021-02-25T03:16:52.203Z] #11 89.86 Selecting previously unselected package libselinux1-dev:s390x. [2021-02-25T03:16:52.203Z] #11 89.86 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_s390x.deb ... [2021-02-25T03:16:52.203Z] #11 89.86 Unpacking libselinux1-dev:s390x (2.8-1+b1) ... [2021-02-25T03:16:52.495Z] #11 90.22 Selecting previously unselected package libdevmapper-dev:s390x. [2021-02-25T03:16:52.495Z] #11 90.23 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_s390x.deb ... [2021-02-25T03:16:52.495Z] #11 90.24 Unpacking libdevmapper-dev:s390x (2:1.02.155-3) ... [2021-02-25T03:16:52.496Z] #11 90.29 Selecting previously unselected package libseccomp-dev:s390x. [2021-02-25T03:16:52.788Z] #11 90.31 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_s390x.deb ... [2021-02-25T03:16:52.788Z] #11 90.32 Unpacking libseccomp-dev:s390x (2.3.3-4) ... [2021-02-25T03:16:52.788Z] #11 90.43 Selecting previously unselected package libsystemd-dev:s390x. [2021-02-25T03:16:52.788Z] #11 90.46 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_s390x.deb ... [2021-02-25T03:16:52.788Z] #11 90.46 Unpacking libsystemd-dev:s390x (241-7~deb10u6) ... [2021-02-25T03:16:52.945Z] Client: [2021-02-25T03:16:52.946Z] Context: default [2021-02-25T03:16:52.946Z] Debug Mode: false [2021-02-25T03:16:52.946Z] Plugins: [2021-02-25T03:16:52.946Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-02-25T03:16:52.946Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-02-25T03:16:52.946Z] [2021-02-25T03:16:52.946Z] Server: [2021-02-25T03:16:52.946Z] Containers: 0 [2021-02-25T03:16:52.946Z] Running: 0 [2021-02-25T03:16:52.946Z] Paused: 0 [2021-02-25T03:16:52.946Z] Stopped: 0 [2021-02-25T03:16:52.946Z] Images: 0 [2021-02-25T03:16:52.946Z] Server Version: 20.10.3 [2021-02-25T03:16:52.946Z] Storage Driver: overlay2 [2021-02-25T03:16:52.946Z] Backing Filesystem: extfs [2021-02-25T03:16:52.946Z] Supports d_type: true [2021-02-25T03:16:52.946Z] Native Overlay Diff: true [2021-02-25T03:16:52.946Z] Logging Driver: json-file [2021-02-25T03:16:52.946Z] Cgroup Driver: cgroupfs [2021-02-25T03:16:52.946Z] Cgroup Version: 1 [2021-02-25T03:16:52.946Z] Plugins: [2021-02-25T03:16:52.946Z] Volume: local [2021-02-25T03:16:52.946Z] Network: bridge host ipvlan macvlan null overlay [2021-02-25T03:16:52.946Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-02-25T03:16:52.946Z] Swarm: inactive [2021-02-25T03:16:52.946Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-02-25T03:16:52.946Z] Default Runtime: runc [2021-02-25T03:16:52.946Z] Init Binary: docker-init [2021-02-25T03:16:52.946Z] containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-25T03:16:52.946Z] runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-25T03:16:52.946Z] init version: de40ad0 [2021-02-25T03:16:52.946Z] Security Options: [2021-02-25T03:16:52.946Z] apparmor [2021-02-25T03:16:52.946Z] seccomp [2021-02-25T03:16:52.946Z] Profile: default [2021-02-25T03:16:52.946Z] Kernel Version: 4.15.0-1093-aws [2021-02-25T03:16:52.946Z] Operating System: Ubuntu 16.04.7 LTS [2021-02-25T03:16:52.946Z] OSType: linux [2021-02-25T03:16:52.946Z] Architecture: aarch64 [2021-02-25T03:16:52.946Z] CPUs: 4 [2021-02-25T03:16:52.946Z] Total Memory: 7.525GiB [2021-02-25T03:16:52.946Z] Name: ip-10-100-50-11 [2021-02-25T03:16:52.946Z] ID: HS3U:IGO5:VPJI:V5M2:5SX2:V5CR:PRXJ:5HSF:G7SK:JBQF:ATHM:TB3S [2021-02-25T03:16:52.946Z] Docker Root Dir: /var/lib/docker [2021-02-25T03:16:52.946Z] Debug Mode: false [2021-02-25T03:16:52.946Z] Registry: https://index.docker.io/v1/ [2021-02-25T03:16:52.946Z] Labels: [2021-02-25T03:16:52.946Z] Experimental: true [2021-02-25T03:16:52.946Z] Insecure Registries: [2021-02-25T03:16:52.946Z] 127.0.0.0/8 [2021-02-25T03:16:52.946Z] Live Restore Enabled: true [2021-02-25T03:16:52.946Z] [2021-02-25T03:16:52.946Z] WARNING: No swap limit support [Pipeline] sh [2021-02-25T03:16:53.080Z] #11 90.90 Setting up libpcrecpp0v5:s390x (2:8.39-12) ... [2021-02-25T03:16:53.080Z] #11 90.92 Setting up libseccomp-dev:s390x (2.3.3-4) ... [2021-02-25T03:16:53.080Z] #11 90.93 Setting up libapparmor1:s390x (2.13.2-10) ... [2021-02-25T03:16:53.080Z] #11 90.94 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-25T03:16:53.080Z] #11 90.95 Setting up libpcre16-3:s390x (2:8.39-12) ... [2021-02-25T03:16:53.080Z] #11 90.96 Setting up libsepol1-dev:s390x (2.8-1) ... [2021-02-25T03:16:53.080Z] #11 90.97 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-25T03:16:53.080Z] #11 90.98 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-25T03:16:53.246Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-25T03:16:53.247Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-25T03:16:53.247Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42056/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-02-25T03:16:53.247Z] + bash /home/ubuntu/workspace/moby_PR-42056/check-config.sh [2021-02-25T03:16:53.247Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-02-25T03:16:53.247Z] info: reading kernel config from /boot/config-4.15.0-1093-aws ... [2021-02-25T03:16:53.247Z] [2021-02-25T03:16:53.247Z] Generally Necessary: [2021-02-25T03:16:53.247Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-02-25T03:16:53.247Z] - apparmor: enabled and tools installed [2021-02-25T03:16:53.372Z] #11 90.99 Setting up libpcre32-3:s390x (2:8.39-12) ... [2021-02-25T03:16:53.372Z] #11 91.00 Setting up libudev-dev:s390x (241-7~deb10u6) ... [2021-02-25T03:16:53.372Z] #11 91.01 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-25T03:16:53.372Z] #11 91.02 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-25T03:16:53.372Z] #11 91.03 Setting up libapparmor-dev:s390x (2.13.2-10) ... [2021-02-25T03:16:53.372Z] #11 91.03 Setting up mingw-w64-common (6.0.0-3) ... [2021-02-25T03:16:53.372Z] #11 91.04 Setting up libsystemd-dev:s390x (241-7~deb10u6) ... [2021-02-25T03:16:53.372Z] #11 91.05 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-25T03:16:53.372Z] #11 91.06 Setting up libpcre3-dev:s390x (2:8.39-12) ... [2021-02-25T03:16:53.372Z] #11 91.07 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-25T03:16:53.372Z] #11 91.08 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-02-25T03:16:53.372Z] #11 91.08 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-02-25T03:16:53.372Z] #11 91.09 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-25T03:16:53.372Z] #11 91.10 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-02-25T03:16:53.372Z] #11 91.10 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-02-25T03:16:53.372Z] #11 91.11 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-25T03:16:53.372Z] #11 91.11 Setting up libselinux1-dev:s390x (2.8-1+b1) ... [2021-02-25T03:16:53.372Z] #11 91.13 Setting up libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2021-02-25T03:16:53.372Z] #11 91.13 Setting up dmsetup (2:1.02.155-3) ... [2021-02-25T03:16:53.372Z] #11 91.14 Setting up libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2021-02-25T03:16:53.372Z] #11 91.15 Setting up libdevmapper-dev:s390x (2:1.02.155-3) ... [2021-02-25T03:16:53.372Z] #11 91.16 Processing triggers for libc-bin (2.28-10) ... [2021-02-25T03:16:53.372Z] #11 ... [2021-02-25T03:16:53.372Z] [2021-02-25T03:16:53.372Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-25T03:16:53.372Z] #43 81.21 compress/gzip [2021-02-25T03:16:53.372Z] #43 81.99 net [2021-02-25T03:16:53.372Z] #43 82.29 vendor/golang.org/x/sys/cpu [2021-02-25T03:16:53.372Z] #43 82.72 vendor/golang.org/x/crypto/internal/chacha20 [2021-02-25T03:16:53.372Z] #43 83.25 vendor/golang.org/x/crypto/poly1305 [2021-02-25T03:16:53.372Z] #43 83.85 vendor/golang.org/x/crypto/chacha20poly1305 [2021-02-25T03:16:53.372Z] #43 84.28 vendor/golang.org/x/crypto/curve25519 [2021-02-25T03:16:53.372Z] #43 84.69 vendor/golang.org/x/crypto/hkdf [2021-02-25T03:16:53.372Z] #43 84.78 vendor/golang.org/x/text/transform [2021-02-25T03:16:53.372Z] #43 85.30 vendor/golang.org/x/text/unicode/bidi [2021-02-25T03:16:53.372Z] #43 86.80 vendor/golang.org/x/text/secure/bidirule [2021-02-25T03:16:53.372Z] #43 87.14 vendor/golang.org/x/text/unicode/norm [2021-02-25T03:16:53.372Z] #43 90.91 vendor/golang.org/x/net/idna [2021-02-25T03:16:53.511Z] - CONFIG_NAMESPACES: enabled [2021-02-25T03:16:53.511Z] - CONFIG_NET_NS: enabled [2021-02-25T03:16:53.511Z] - CONFIG_PID_NS: enabled [2021-02-25T03:16:53.511Z] - CONFIG_IPC_NS: enabled [2021-02-25T03:16:53.511Z] - CONFIG_UTS_NS: enabled [2021-02-25T03:16:53.511Z] - CONFIG_CGROUPS: enabled [2021-02-25T03:16:53.511Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-02-25T03:16:53.511Z] - CONFIG_CGROUP_DEVICE: enabled [2021-02-25T03:16:53.511Z] - CONFIG_CGROUP_FREEZER: enabled [2021-02-25T03:16:53.511Z] - CONFIG_CGROUP_SCHED: enabled [2021-02-25T03:16:53.511Z] - CONFIG_CPUSETS: enabled [2021-02-25T03:16:53.511Z] - CONFIG_MEMCG: enabled [2021-02-25T03:16:53.511Z] - CONFIG_KEYS: enabled [2021-02-25T03:16:53.511Z] - CONFIG_VETH: enabled (as module) [2021-02-25T03:16:53.511Z] - CONFIG_BRIDGE: enabled (as module) [2021-02-25T03:16:53.511Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-02-25T03:16:53.511Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2021-02-25T03:16:53.511Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-02-25T03:16:53.511Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-02-25T03:16:53.511Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-02-25T03:16:53.511Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-02-25T03:16:53.511Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-02-25T03:16:53.511Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-02-25T03:16:53.511Z] - CONFIG_NF_NAT: enabled (as module) [2021-02-25T03:16:53.511Z] - CONFIG_NF_NAT_NEEDED: enabled [2021-02-25T03:16:53.665Z] #43 ... [2021-02-25T03:16:53.665Z] [2021-02-25T03:16:53.665Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-25T03:16:53.665Z] #41 42.25 AR soccr/libsoccr.a [2021-02-25T03:16:53.665Z] #41 42.27 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-25T03:16:53.665Z] #41 42.50 DEP criu/arch/s390/sigframe.d [2021-02-25T03:16:53.665Z] #41 42.57 DEP criu/arch/s390/crtools.d [2021-02-25T03:16:53.665Z] #41 42.68 DEP criu/arch/s390/cpu.d [2021-02-25T03:16:53.665Z] #41 42.87 CC criu/arch/s390/cpu.o [2021-02-25T03:16:53.665Z] #41 43.38 CC criu/arch/s390/crtools.o [2021-02-25T03:16:53.665Z] #41 44.24 CC criu/arch/s390/sigframe.o [2021-02-25T03:16:53.665Z] #41 44.52 LINK criu/arch/s390/crtools.built-in.o [2021-02-25T03:16:53.665Z] #41 44.55 DEP criu/pie/util-vdso.d [2021-02-25T03:16:53.665Z] #41 44.65 DEP criu/pie/util.d [2021-02-25T03:16:53.665Z] #41 44.72 CC criu/pie/util.o [2021-02-25T03:16:53.776Z] - CONFIG_POSIX_MQUEUE: enabled [2021-02-25T03:16:53.776Z] [2021-02-25T03:16:53.776Z] Optional Features: [2021-02-25T03:16:53.776Z] - CONFIG_USER_NS: enabled [2021-02-25T03:16:53.776Z] - CONFIG_SECCOMP: enabled [2021-02-25T03:16:53.776Z] - CONFIG_CGROUP_PIDS: enabled [2021-02-25T03:16:53.776Z] - CONFIG_MEMCG_SWAP: enabled [2021-02-25T03:16:53.776Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-02-25T03:16:53.776Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-02-25T03:16:53.776Z] - CONFIG_BLK_CGROUP: enabled [2021-02-25T03:16:53.776Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-02-25T03:16:53.776Z] - CONFIG_IOSCHED_CFQ: enabled [2021-02-25T03:16:53.776Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2021-02-25T03:16:53.776Z] - CONFIG_CGROUP_PERF: enabled [2021-02-25T03:16:53.776Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-02-25T03:16:53.776Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-02-25T03:16:53.776Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-02-25T03:16:53.776Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-02-25T03:16:53.776Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-02-25T03:16:53.776Z] - CONFIG_RT_GROUP_SCHED: missing [2021-02-25T03:16:53.776Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-02-25T03:16:53.776Z] - CONFIG_IP_VS: enabled (as module) [2021-02-25T03:16:53.776Z] - CONFIG_IP_VS_NFCT: enabled [2021-02-25T03:16:53.776Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-02-25T03:16:53.776Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-02-25T03:16:53.776Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-02-25T03:16:53.776Z] - CONFIG_EXT4_FS: enabled [2021-02-25T03:16:53.959Z] #41 44.95 CC criu/pie/util-vdso.o [2021-02-25T03:16:53.959Z] #41 ... [2021-02-25T03:16:53.959Z] [2021-02-25T03:16:53.959Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2021-02-25T03:16:53.959Z] #11 DONE 91.8s [2021-02-25T03:16:54.041Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-02-25T03:16:54.041Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-02-25T03:16:54.041Z] - Network Drivers: [2021-02-25T03:16:54.041Z] - "overlay": [2021-02-25T03:16:54.041Z] - CONFIG_VXLAN: enabled (as module) [2021-02-25T03:16:54.041Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-02-25T03:16:54.041Z] Optional (for encrypted networks): [2021-02-25T03:16:54.041Z] - CONFIG_CRYPTO: enabled [2021-02-25T03:16:54.041Z] - CONFIG_CRYPTO_AEAD: enabled [2021-02-25T03:16:54.041Z] - CONFIG_CRYPTO_GCM: enabled [2021-02-25T03:16:54.041Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-02-25T03:16:54.041Z] - CONFIG_CRYPTO_GHASH: enabled [2021-02-25T03:16:54.041Z] - CONFIG_XFRM: enabled [2021-02-25T03:16:54.041Z] - CONFIG_XFRM_USER: enabled (as module) [2021-02-25T03:16:54.041Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-02-25T03:16:54.041Z] - CONFIG_INET_ESP: enabled (as module) [2021-02-25T03:16:54.041Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2021-02-25T03:16:54.041Z] - "ipvlan": [2021-02-25T03:16:54.041Z] - CONFIG_IPVLAN: enabled (as module) [2021-02-25T03:16:54.041Z] - "macvlan": [2021-02-25T03:16:54.041Z] - CONFIG_MACVLAN: enabled (as module) [2021-02-25T03:16:54.041Z] - CONFIG_DUMMY: enabled (as module) [2021-02-25T03:16:54.041Z] - "ftp,tftp client in container": [2021-02-25T03:16:54.041Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-02-25T03:16:54.041Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-02-25T03:16:54.041Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-02-25T03:16:54.041Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-02-25T03:16:54.041Z] - Storage Drivers: [2021-02-25T03:16:54.041Z] - "aufs": [2021-02-25T03:16:54.256Z] [2021-02-25T03:16:54.256Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-25T03:16:54.305Z] - CONFIG_AUFS_FS: enabled (as module) [2021-02-25T03:16:54.305Z] - "btrfs": [2021-02-25T03:16:54.305Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-02-25T03:16:54.305Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-02-25T03:16:54.305Z] - "devicemapper": [2021-02-25T03:16:54.305Z] - CONFIG_BLK_DEV_DM: enabled [2021-02-25T03:16:54.305Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-02-25T03:16:54.305Z] - "overlay": [2021-02-25T03:16:54.305Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-02-25T03:16:54.305Z] - "zfs": [2021-02-25T03:16:54.305Z] - /dev/zfs: missing [2021-02-25T03:16:54.305Z] - zfs command: missing [2021-02-25T03:16:54.305Z] - zpool command: missing [2021-02-25T03:16:54.305Z] [2021-02-25T03:16:54.305Z] Limits: [2021-02-25T03:16:54.305Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-02-25T03:16:54.305Z] [2021-02-25T03:16:54.305Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-02-25T03:16:54.668Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:59fc2206d0aa706e3f4af717dec37df091092058 . [2021-02-25T03:16:54.932Z] #2 [internal] load .dockerignore [2021-02-25T03:16:54.932Z] #2 sha256:4186185b53697b81530a1c8e550e15206cf06a090137ef0dfb69dd84bb4d49c2 [2021-02-25T03:16:55.774Z] #51 1.791 + RM_GOPATH=0 [2021-02-25T03:16:55.774Z] #51 1.791 + TMP_GOPATH= [2021-02-25T03:16:55.774Z] #51 1.791 + : /build [2021-02-25T03:16:55.774Z] #51 1.791 + '[' -z '' ']' [2021-02-25T03:16:55.774Z] #51 1.791 ++ mktemp -d [2021-02-25T03:16:55.774Z] #51 1.793 + export GOPATH=/tmp/tmp.U0xfzQBmYp [2021-02-25T03:16:55.774Z] #51 1.793 + GOPATH=/tmp/tmp.U0xfzQBmYp [2021-02-25T03:16:55.774Z] #51 1.793 + RM_GOPATH=1 [2021-02-25T03:16:55.774Z] #51 1.793 + case "$(go env GOARCH)" in [2021-02-25T03:16:55.774Z] #51 1.793 ++ go env GOARCH [2021-02-25T03:16:55.774Z] #51 1.806 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:16:55.882Z] #2 transferring context: [2021-02-25T03:16:55.883Z] #2 transferring context: 87B 0.1s done [2021-02-25T03:16:56.067Z] #51 ... [2021-02-25T03:16:56.067Z] [2021-02-25T03:16:56.067Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-02-25T03:16:56.067Z] #12 DONE 1.9s [2021-02-25T03:16:56.067Z] [2021-02-25T03:16:56.067Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-25T03:16:56.067Z] #51 1.807 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:16:56.067Z] #51 1.807 ++ dirname /tmp/install/install.sh [2021-02-25T03:16:56.067Z] #51 1.808 + dir=/tmp/install [2021-02-25T03:16:56.067Z] #51 1.808 + bin=runc [2021-02-25T03:16:56.067Z] #51 1.808 + shift [2021-02-25T03:16:56.067Z] #51 1.808 + '[' '!' -f /tmp/install/runc.installer ']' [2021-02-25T03:16:56.067Z] #51 1.808 + . /tmp/install/runc.installer [2021-02-25T03:16:56.067Z] #51 1.809 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-02-25T03:16:56.067Z] #51 1.809 + install_runc [2021-02-25T03:16:56.067Z] #51 1.809 + uname -r [2021-02-25T03:16:56.067Z] #51 1.810 + grep -q '^3\.10\.0.*\.el7\.' [2021-02-25T03:16:56.067Z] #51 1.814 + RUNC_BUILDTAGS='seccomp ' [2021-02-25T03:16:56.067Z] #51 1.814 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-02-25T03:16:56.067Z] #51 1.814 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-02-25T03:16:56.067Z] #51 1.814 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.U0xfzQBmYp/src/github.com/opencontainers/runc [2021-02-25T03:16:56.067Z] #51 1.820 Cloning into '/tmp/tmp.U0xfzQBmYp/src/github.com/opencontainers/runc'... [2021-02-25T03:16:56.147Z] #2 DONE 1.0s [2021-02-25T03:16:56.147Z] [2021-02-25T03:16:56.147Z] #1 [internal] load build definition from Dockerfile [2021-02-25T03:16:56.147Z] #1 sha256:4b5bb98a72e5529db45c935a616b3f256cd1b2e869cd8d264ddab9305f94a656 [2021-02-25T03:16:56.147Z] #1 transferring dockerfile: 16.55kB 0.0s done [2021-02-25T03:16:56.147Z] #1 DONE 1.2s [2021-02-25T03:16:56.411Z] [2021-02-25T03:16:56.411Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2021-02-25T03:16:56.411Z] #3 sha256:3242eeaf18da316ded48256a0832b5cec1bbdac6db0ce0ee365e8a978d41940c [2021-02-25T03:16:57.596Z] #51 ... [2021-02-25T03:16:57.596Z] [2021-02-25T03:16:57.596Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2021-02-25T03:16:57.596Z] #13 DONE 1.8s [2021-02-25T03:16:57.810Z] #3 DONE 0.9s [2021-02-25T03:16:57.810Z] [2021-02-25T03:16:57.810Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2021-02-25T03:16:57.810Z] #4 sha256:e2fb1c94d106d597da9164a068ce49aece352b29fc05b57104b551e09cb4545e [2021-02-25T03:16:57.810Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2021-02-25T03:16:57.810Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2021-02-25T03:16:57.810Z] #4 sha256:d9ced99b409ddb781c245c7c11f72566f940424fc3883ac0b5c5165f402e5a09 521B / 521B done [2021-02-25T03:16:57.810Z] #4 sha256:4a5217aade94e050842d2cfb7e0ed45c1140e2acf94c9033d473c03b0013f051 893B / 893B done [2021-02-25T03:16:57.810Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 2.10MB / 8.28MB 0.2s [2021-02-25T03:16:57.810Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 5.24MB / 8.28MB 0.3s [2021-02-25T03:16:57.887Z] [2021-02-25T03:16:57.888Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2021-02-25T03:16:58.074Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.5s [2021-02-25T03:16:58.074Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.5s done [2021-02-25T03:16:58.074Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 [2021-02-25T03:16:58.182Z] Removing intermediate container 935aa04a29c0 [2021-02-25T03:16:58.182Z] ---> 1818866b9b87 [2021-02-25T03:16:58.182Z] Step 13/15 : FROM golang:${GO_VERSION}-buster [2021-02-25T03:16:58.182Z] ---> 805dc2d65d1c [2021-02-25T03:16:58.182Z] Step 14/15 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2021-02-25T03:16:58.182Z] ---> b1d2a7dd4226 [2021-02-25T03:16:58.182Z] Step 15/15 : ENTRYPOINT ["/usr/bin/buildx"] [2021-02-25T03:16:58.182Z] ---> Running in dbdea577d2ea [2021-02-25T03:16:58.182Z] Removing intermediate container dbdea577d2ea [2021-02-25T03:16:58.182Z] ---> 45e730a2f9d8 [2021-02-25T03:16:58.182Z] Successfully built 45e730a2f9d8 [2021-02-25T03:16:58.182Z] Successfully tagged moby-buildx:latest [2021-02-25T03:16:58.182Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2021-02-25T03:16:58.182Z] if [ -n "${id}" ]; then \ [2021-02-25T03:16:58.182Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2021-02-25T03:16:58.182Z] && touch bundles/buildx; \ [2021-02-25T03:16:58.182Z] docker rm -f ${id}; \ [2021-02-25T03:16:58.182Z] fi [2021-02-25T03:16:58.182Z] 1c9a78a58ab61a22b175aecd720c9abc6ad10654dc2f9938b9d09c5334707a11 [2021-02-25T03:16:58.182Z] bundles/buildx version [2021-02-25T03:16:58.182Z] buildx v0.5.1 11057da [2021-02-25T03:16:58.183Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:59fc2206d0aa706e3f4af717dec37df091092058 . [2021-02-25T03:16:58.183Z] #1 [internal] booting buildkit [2021-02-25T03:16:58.183Z] #1 sha256:b33978a52a7b00dd8fedddffac851b3a73132c7661b3daed155b222581353737 [2021-02-25T03:16:58.183Z] #1 pulling image moby/buildkit:buildx-stable-1 [2021-02-25T03:16:58.183Z] #1 pulling image moby/buildkit:buildx-stable-1 4.0s done [2021-02-25T03:16:58.183Z] #1 creating container buildx_buildkit_default [2021-02-25T03:16:58.337Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0.2s done [2021-02-25T03:16:58.337Z] #4 DONE 1.0s [2021-02-25T03:16:58.601Z] Client: [2021-02-25T03:16:58.601Z] Context: default [2021-02-25T03:16:58.601Z] Debug Mode: false [2021-02-25T03:16:58.601Z] Plugins: [2021-02-25T03:16:58.601Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-02-25T03:16:58.601Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-02-25T03:16:58.601Z] [2021-02-25T03:16:58.601Z] Server: [2021-02-25T03:16:58.601Z] Containers: 0 [2021-02-25T03:16:58.601Z] Running: 0 [2021-02-25T03:16:58.601Z] Paused: 0 [2021-02-25T03:16:58.601Z] Stopped: 0 [2021-02-25T03:16:58.601Z] Images: 0 [2021-02-25T03:16:58.601Z] Server Version: 20.10.3 [2021-02-25T03:16:58.601Z] Storage Driver: overlay2 [2021-02-25T03:16:58.601Z] Backing Filesystem: extfs [2021-02-25T03:16:58.601Z] Supports d_type: true [2021-02-25T03:16:58.601Z] Native Overlay Diff: true [2021-02-25T03:16:58.601Z] Logging Driver: json-file [2021-02-25T03:16:58.601Z] Cgroup Driver: cgroupfs [2021-02-25T03:16:58.601Z] Cgroup Version: 1 [2021-02-25T03:16:58.601Z] Plugins: [2021-02-25T03:16:58.601Z] Volume: local [2021-02-25T03:16:58.601Z] Network: bridge host ipvlan macvlan null overlay [2021-02-25T03:16:58.601Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-02-25T03:16:58.601Z] Swarm: inactive [2021-02-25T03:16:58.601Z] Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2 [2021-02-25T03:16:58.601Z] Default Runtime: runc [2021-02-25T03:16:58.601Z] Init Binary: docker-init [2021-02-25T03:16:58.601Z] containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-25T03:16:58.601Z] runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-25T03:16:58.601Z] init version: de40ad0 [2021-02-25T03:16:58.601Z] Security Options: [2021-02-25T03:16:58.601Z] apparmor [2021-02-25T03:16:58.601Z] seccomp [2021-02-25T03:16:58.601Z] Profile: default [2021-02-25T03:16:58.601Z] Kernel Version: 5.4.0-1037-aws [2021-02-25T03:16:58.601Z] Operating System: Ubuntu 18.04.5 LTS [2021-02-25T03:16:58.601Z] OSType: linux [2021-02-25T03:16:58.601Z] Architecture: x86_64 [2021-02-25T03:16:58.601Z] CPUs: 2 [2021-02-25T03:16:58.601Z] Total Memory: 7.487GiB [2021-02-25T03:16:58.601Z] Name: ip-10-100-32-13 [2021-02-25T03:16:58.601Z] ID: IQLA:KLHL:T3IO:DJRF:WETX:4WTK:4HWM:S2ZH:2QDS:GI4C:WACL:ZD5O [2021-02-25T03:16:58.601Z] Docker Root Dir: /var/lib/docker [2021-02-25T03:16:58.601Z] Debug Mode: false [2021-02-25T03:16:58.601Z] Registry: https://index.docker.io/v1/ [2021-02-25T03:16:58.601Z] Labels: [2021-02-25T03:16:58.601Z] Experimental: true [2021-02-25T03:16:58.601Z] Insecure Registries: [2021-02-25T03:16:58.601Z] 127.0.0.0/8 [2021-02-25T03:16:58.601Z] Live Restore Enabled: true [2021-02-25T03:16:58.601Z] [2021-02-25T03:16:58.601Z] WARNING: No swap limit support [2021-02-25T03:16:58.601Z] WARNING: No blkio weight support [2021-02-25T03:16:58.601Z] WARNING: No blkio weight_device support [Pipeline] sh [2021-02-25T03:16:58.824Z] #1 creating container buildx_buildkit_default 0.4s done [2021-02-25T03:16:58.825Z] #1 DONE 4.4s [2021-02-25T03:16:58.825Z] [2021-02-25T03:16:58.825Z] #2 [internal] load build definition from Dockerfile [2021-02-25T03:16:58.825Z] #2 sha256:64ed9e39f6ab337bdc6770d6806aa83c68133fefa0e9f705b41a5b6df34cefce [2021-02-25T03:16:58.825Z] #2 transferring dockerfile: 16.55kB done [2021-02-25T03:16:58.825Z] #2 DONE 0.0s [2021-02-25T03:16:58.825Z] [2021-02-25T03:16:58.825Z] #3 [internal] load .dockerignore [2021-02-25T03:16:58.825Z] #3 sha256:2e3efe2d6c838a149ff0710dcb1f9c4c75430cc69a0b69aee11ba3c4a3db1c68 [2021-02-25T03:16:58.825Z] #3 transferring context: 87B done [2021-02-25T03:16:58.825Z] #3 DONE 0.0s [2021-02-25T03:16:58.825Z] [2021-02-25T03:16:58.825Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2021-02-25T03:16:58.825Z] #4 sha256:13bad8e8c60055f738c2e926edccdf574b41d1b142dc292ae63598355511ae2b [2021-02-25T03:16:58.908Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-25T03:16:58.908Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-25T03:16:58.908Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42056/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-02-25T03:16:58.908Z] + bash /home/ubuntu/workspace/moby_PR-42056/check-config.sh [2021-02-25T03:16:58.908Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-02-25T03:16:58.908Z] info: reading kernel config from /boot/config-5.4.0-1037-aws ... [2021-02-25T03:16:58.908Z] [2021-02-25T03:16:58.908Z] Generally Necessary: [2021-02-25T03:16:58.908Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-02-25T03:16:58.908Z] - apparmor: enabled and tools installed [2021-02-25T03:16:58.908Z] - CONFIG_NAMESPACES: enabled [2021-02-25T03:16:58.908Z] - CONFIG_NET_NS: enabled [2021-02-25T03:16:58.908Z] - CONFIG_PID_NS: enabled [2021-02-25T03:16:58.908Z] - CONFIG_IPC_NS: enabled [2021-02-25T03:16:58.908Z] - CONFIG_UTS_NS: enabled [2021-02-25T03:16:58.908Z] - CONFIG_CGROUPS: enabled [2021-02-25T03:16:58.908Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-02-25T03:16:58.908Z] - CONFIG_CGROUP_DEVICE: enabled [2021-02-25T03:16:58.908Z] - CONFIG_CGROUP_FREEZER: enabled [2021-02-25T03:16:58.908Z] - CONFIG_CGROUP_SCHED: enabled [2021-02-25T03:16:58.908Z] - CONFIG_CPUSETS: enabled [2021-02-25T03:16:58.908Z] - CONFIG_MEMCG: enabled [2021-02-25T03:16:58.908Z] - CONFIG_KEYS: enabled [2021-02-25T03:16:58.908Z] - CONFIG_VETH: enabled (as module) [2021-02-25T03:16:58.908Z] - CONFIG_BRIDGE: enabled (as module) [2021-02-25T03:16:58.908Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-02-25T03:16:58.908Z] - CONFIG_NF_NAT_IPV4: missing [2021-02-25T03:16:58.908Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-02-25T03:16:58.908Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-02-25T03:16:58.908Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-02-25T03:16:58.908Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-02-25T03:16:58.908Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-02-25T03:16:58.908Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-02-25T03:16:58.908Z] - CONFIG_NF_NAT: enabled (as module) [2021-02-25T03:16:58.908Z] - CONFIG_NF_NAT_NEEDED: missing [2021-02-25T03:16:58.908Z] - CONFIG_POSIX_MQUEUE: enabled [2021-02-25T03:16:58.908Z] [2021-02-25T03:16:58.908Z] Optional Features: [2021-02-25T03:16:58.908Z] - CONFIG_USER_NS: enabled [2021-02-25T03:16:58.908Z] - CONFIG_SECCOMP: enabled [2021-02-25T03:16:58.908Z] - CONFIG_CGROUP_PIDS: enabled [2021-02-25T03:16:58.908Z] - CONFIG_MEMCG_SWAP: enabled [2021-02-25T03:16:58.908Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-02-25T03:16:58.915Z] [2021-02-25T03:16:58.915Z] #5 [internal] load build definition from Dockerfile [2021-02-25T03:16:58.915Z] #5 sha256:bf14335b7d026d6574cf2bbd588953ba6f10d1d7e3e88ff3891fee6e62355569 [2021-02-25T03:16:58.915Z] #5 transferring dockerfile: 16.55kB done [2021-02-25T03:16:58.915Z] #5 DONE 0.0s [2021-02-25T03:16:58.915Z] [2021-02-25T03:16:58.915Z] #8 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-02-25T03:16:58.915Z] #8 sha256:0ff4d7102a8b2da8074784734c04086c33174d81a15b9d3c7333eecc02eac4f0 [2021-02-25T03:16:59.179Z] #8 ... [2021-02-25T03:16:59.179Z] [2021-02-25T03:16:59.179Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-02-25T03:16:59.179Z] #7 sha256:d71d81e7655e217a265abade180b866597ca13067c3e3d98a7c9383c573e8071 [2021-02-25T03:16:59.179Z] #7 DONE 0.3s [2021-02-25T03:16:59.179Z] [2021-02-25T03:16:59.179Z] #6 [internal] load metadata for docker.io/library/debian:buster [2021-02-25T03:16:59.179Z] #6 sha256:f1b65f84b73951f42780ae75c92800bded73658353301e79e5dc186186c67a6c [2021-02-25T03:16:59.179Z] #6 DONE 0.4s [2021-02-25T03:16:59.183Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-02-25T03:16:59.183Z] - CONFIG_BLK_CGROUP: enabled [2021-02-25T03:16:59.183Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-02-25T03:16:59.183Z] - CONFIG_IOSCHED_CFQ: missing [2021-02-25T03:16:59.183Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2021-02-25T03:16:59.183Z] - CONFIG_CGROUP_PERF: enabled [2021-02-25T03:16:59.183Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-02-25T03:16:59.183Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-02-25T03:16:59.183Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-02-25T03:16:59.183Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-02-25T03:16:59.183Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-02-25T03:16:59.183Z] - CONFIG_RT_GROUP_SCHED: missing [2021-02-25T03:16:59.183Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-02-25T03:16:59.183Z] - CONFIG_IP_VS: enabled (as module) [2021-02-25T03:16:59.183Z] - CONFIG_IP_VS_NFCT: enabled [2021-02-25T03:16:59.183Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-02-25T03:16:59.183Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-02-25T03:16:59.183Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-02-25T03:16:59.183Z] - CONFIG_EXT4_FS: enabled [2021-02-25T03:16:59.183Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-02-25T03:16:59.183Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-02-25T03:16:59.183Z] - Network Drivers: [2021-02-25T03:16:59.183Z] - "overlay": [2021-02-25T03:16:59.183Z] - CONFIG_VXLAN: enabled (as module) [2021-02-25T03:16:59.183Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-02-25T03:16:59.183Z] Optional (for encrypted networks): [2021-02-25T03:16:59.183Z] - CONFIG_CRYPTO: enabled [2021-02-25T03:16:59.183Z] - CONFIG_CRYPTO_AEAD: enabled [2021-02-25T03:16:59.183Z] - CONFIG_CRYPTO_GCM: enabled [2021-02-25T03:16:59.183Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-02-25T03:16:59.183Z] - CONFIG_CRYPTO_GHASH: enabled [2021-02-25T03:16:59.183Z] - CONFIG_XFRM: enabled [2021-02-25T03:16:59.183Z] - CONFIG_XFRM_USER: enabled (as module) [2021-02-25T03:16:59.183Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-02-25T03:16:59.183Z] - CONFIG_INET_ESP: enabled (as module) [2021-02-25T03:16:59.183Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2021-02-25T03:16:59.183Z] - "ipvlan": [2021-02-25T03:16:59.183Z] - CONFIG_IPVLAN: enabled (as module) [2021-02-25T03:16:59.183Z] - "macvlan": [2021-02-25T03:16:59.412Z] #14 1.592 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-02-25T03:16:59.443Z] [2021-02-25T03:16:59.443Z] #8 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-02-25T03:16:59.443Z] #8 sha256:0ff4d7102a8b2da8074784734c04086c33174d81a15b9d3c7333eecc02eac4f0 [2021-02-25T03:16:59.443Z] #8 DONE 0.5s [2021-02-25T03:16:59.454Z] - CONFIG_MACVLAN: enabled (as module) [2021-02-25T03:16:59.454Z] - CONFIG_DUMMY: enabled (as module) [2021-02-25T03:16:59.454Z] - "ftp,tftp client in container": [2021-02-25T03:16:59.454Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-02-25T03:16:59.454Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-02-25T03:16:59.454Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-02-25T03:16:59.454Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-02-25T03:16:59.454Z] - Storage Drivers: [2021-02-25T03:16:59.454Z] - "aufs": [2021-02-25T03:16:59.454Z] - CONFIG_AUFS_FS: enabled (as module) [2021-02-25T03:16:59.454Z] - "btrfs": [2021-02-25T03:16:59.454Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-02-25T03:16:59.454Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-02-25T03:16:59.454Z] - "devicemapper": [2021-02-25T03:16:59.454Z] - CONFIG_BLK_DEV_DM: enabled [2021-02-25T03:16:59.454Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-02-25T03:16:59.454Z] - "overlay": [2021-02-25T03:16:59.454Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-02-25T03:16:59.454Z] - "zfs": [2021-02-25T03:16:59.454Z] - /dev/zfs: present [2021-02-25T03:16:59.454Z] - zfs command: missing [2021-02-25T03:16:59.454Z] - zpool command: missing [2021-02-25T03:16:59.454Z] [2021-02-25T03:16:59.454Z] Limits: [2021-02-25T03:16:59.454Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-02-25T03:16:59.454Z] [2021-02-25T03:16:59.454Z] + true [2021-02-25T03:16:59.465Z] #4 DONE 0.6s [2021-02-25T03:16:59.465Z] [2021-02-25T03:16:59.465Z] #5 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2021-02-25T03:16:59.465Z] #5 sha256:ee73c76f12f55c52289804938396745ecf0a7d1f993c00a3ebae3cc37bdeb8e1 [2021-02-25T03:16:59.465Z] #5 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-02-25T03:16:59.704Z] #14 DONE 1.8s [2021-02-25T03:16:59.704Z] [2021-02-25T03:16:59.704Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2021-02-25T03:16:59.762Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 8.20MB / 8.20MB 0.2s done [2021-02-25T03:16:59.762Z] #5 extracting sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 0.1s done [2021-02-25T03:16:59.762Z] #5 DONE 0.4s [2021-02-25T03:16:59.819Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:59fc2206d0aa706e3f4af717dec37df091092058 . [2021-02-25T03:17:00.070Z] [2021-02-25T03:17:00.070Z] #6 [internal] load build definition from Dockerfile [2021-02-25T03:17:00.070Z] #6 sha256:440f06dbee4e27fb81ecc52ef57b6b5ee7f450f5654e12e25fcf65ccfa9d2008 [2021-02-25T03:17:00.070Z] #6 transferring dockerfile: 16.55kB done [2021-02-25T03:17:00.070Z] #6 DONE 0.0s [2021-02-25T03:17:00.070Z] [2021-02-25T03:17:00.070Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-02-25T03:17:00.070Z] #9 sha256:fc87f41d59fd17bca5bdacfa76e5840fa11512aef3c722725b3c768af0cd79a5 [2021-02-25T03:17:00.376Z] #9 DONE 0.2s [2021-02-25T03:17:00.376Z] [2021-02-25T03:17:00.376Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-02-25T03:17:00.376Z] #7 sha256:372687b2b903cd79cdd8659c1562f9f4227eb74c5d3643ad399921b7565c1743 [2021-02-25T03:17:00.376Z] #7 DONE 0.3s [2021-02-25T03:17:00.376Z] [2021-02-25T03:17:00.376Z] #8 [internal] load metadata for docker.io/library/debian:buster [2021-02-25T03:17:00.376Z] #8 sha256:40c9f69513e725b643844c4f54ff586edd2c989eaf3d76fa2bc341d2ddd2df16 [2021-02-25T03:17:00.376Z] #8 DONE 0.3s [2021-02-25T03:17:00.376Z] [2021-02-25T03:17:00.376Z] #62 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-02-25T03:17:00.376Z] #62 sha256:ba75f6da22b483e8edfdd12628a6dd8a49ff4ceb5be365479580b00cb55664a8 [2021-02-25T03:17:00.376Z] #62 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 0.0s done [2021-02-25T03:17:00.376Z] #62 DONE 0.0s [2021-02-25T03:17:00.376Z] [2021-02-25T03:17:00.376Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-02-25T03:17:00.376Z] #26 sha256:33ac3e65ba1c55c19bbad81b463b059d04d8a1619999719242a3b2339efce0b3 [2021-02-25T03:17:00.376Z] #26 resolve docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 0.0s done [2021-02-25T03:17:00.376Z] #26 DONE 0.0s [2021-02-25T03:17:00.376Z] [2021-02-25T03:17:00.376Z] #23 [internal] load build context [2021-02-25T03:17:00.376Z] #23 sha256:09a6592e2a51b80d1193ce927c037747f8915a55b152c7e5ab0d05b434c446ad [2021-02-25T03:17:00.403Z] #1 [internal] load build definition from Dockerfile [2021-02-25T03:17:00.403Z] #1 sha256:4473b6f0ed448f36d67548fe71b552a58247d7f8cff1c969132adf9c4fb015aa [2021-02-25T03:17:00.403Z] #1 transferring dockerfile: 16.55kB 0.0s done [2021-02-25T03:17:00.981Z] #1 DONE 0.7s [2021-02-25T03:17:00.982Z] [2021-02-25T03:17:00.982Z] #2 [internal] load .dockerignore [2021-02-25T03:17:00.982Z] #2 sha256:25c46f7a48672b46512876126f78949479606b18cff100a81af4650b097cf23f [2021-02-25T03:17:00.982Z] #2 transferring context: 87B done [2021-02-25T03:17:00.982Z] #2 DONE 0.6s [2021-02-25T03:17:00.982Z] [2021-02-25T03:17:00.982Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2021-02-25T03:17:00.982Z] #3 sha256:adf0ad58625e45ab290e1bebbcfe1d73aceb4d8dbec09db8a7422cf74eff2996 [2021-02-25T03:17:01.556Z] #3 DONE 0.6s [2021-02-25T03:17:01.556Z] [2021-02-25T03:17:01.556Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2021-02-25T03:17:01.556Z] #4 sha256:4f557cac37259deb5e7fe213b122cca6da5945b2c1d8b3b3f23f2bb89e44211c [2021-02-25T03:17:01.556Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2021-02-25T03:17:01.556Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done [2021-02-25T03:17:01.556Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0B / 8.88MB 0.1s [2021-02-25T03:17:01.556Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2021-02-25T03:17:01.556Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done [2021-02-25T03:17:01.788Z] #15 DONE 2.0s [2021-02-25T03:17:01.788Z] [2021-02-25T03:17:01.788Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2021-02-25T03:17:01.819Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 6.29MB / 8.88MB 0.3s [2021-02-25T03:17:02.019Z] [2021-02-25T03:17:02.019Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-02-25T03:17:02.019Z] #25 sha256:0dcc34879bceffc8f3a6fbd2e3dbc6e02591d01dc5ebdcd6677dd49142acc9e0 [2021-02-25T03:17:02.019Z] #25 resolve docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 done [2021-02-25T03:17:02.019Z] #25 sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 1.85kB / 1.85kB done [2021-02-25T03:17:02.019Z] #25 sha256:330cbf028662c0c41ff94c23dc1e37d1cd52703e79e795e275d5f6c86022a8e3 529B / 529B done [2021-02-25T03:17:02.019Z] #25 sha256:fc905079e700da665fc183fff2fcc52bb91dd47590da3b534f1c4f5c4a965f28 1.46kB / 1.46kB done [2021-02-25T03:17:02.081Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.4s [2021-02-25T03:17:02.081Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 [2021-02-25T03:17:02.081Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.4s done [2021-02-25T03:17:02.346Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.4s done [2021-02-25T03:17:02.611Z] #4 DONE 0.9s [2021-02-25T03:17:02.611Z] [2021-02-25T03:17:02.611Z] #5 [internal] load build definition from Dockerfile [2021-02-25T03:17:02.611Z] #5 sha256:82cf1c3b911d094597f0c261ad28520f22854822f9c4b6351612bd23b2c8326f [2021-02-25T03:17:02.611Z] #5 transferring dockerfile: 16.55kB done [2021-02-25T03:17:02.611Z] #5 DONE 0.0s [2021-02-25T03:17:02.611Z] [2021-02-25T03:17:02.611Z] #7 [internal] load metadata for docker.io/library/debian:buster [2021-02-25T03:17:02.611Z] #7 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-02-25T03:17:02.861Z] #23 ... [2021-02-25T03:17:02.861Z] [2021-02-25T03:17:02.861Z] #62 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-02-25T03:17:02.861Z] #62 sha256:ba75f6da22b483e8edfdd12628a6dd8a49ff4ceb5be365479580b00cb55664a8 [2021-02-25T03:17:02.861Z] #62 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.4s done [2021-02-25T03:17:02.861Z] #62 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.6s done [2021-02-25T03:17:02.861Z] #62 DONE 2.0s [2021-02-25T03:17:02.861Z] [2021-02-25T03:17:02.861Z] #23 [internal] load build context [2021-02-25T03:17:02.861Z] #23 sha256:09a6592e2a51b80d1193ce927c037747f8915a55b152c7e5ab0d05b434c446ad [2021-02-25T03:17:03.189Z] #7 ... [2021-02-25T03:17:03.189Z] [2021-02-25T03:17:03.189Z] #8 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-02-25T03:17:03.189Z] #8 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-02-25T03:17:03.189Z] #8 DONE 0.3s [2021-02-25T03:17:03.189Z] [2021-02-25T03:17:03.189Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-02-25T03:17:03.189Z] #6 sha256:0a1107839e0ecca45d986774ce45866360a7743d3cdf29b6672c54019106e228 [2021-02-25T03:17:03.189Z] #6 DONE 0.4s [2021-02-25T03:17:03.307Z] #16 DONE 1.7s [2021-02-25T03:17:03.307Z] [2021-02-25T03:17:03.307Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2021-02-25T03:17:03.452Z] [2021-02-25T03:17:03.452Z] #7 [internal] load metadata for docker.io/library/debian:buster [2021-02-25T03:17:03.452Z] #7 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-02-25T03:17:03.927Z] #23 transferring context: 18.71MB 3.5s [2021-02-25T03:17:04.823Z] #17 ... [2021-02-25T03:17:04.824Z] [2021-02-25T03:17:04.824Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-25T03:17:04.824Z] #41 45.77 AR criu/pie/pie.lib.a [2021-02-25T03:17:04.824Z] #41 45.83 DEP criu/pie/restorer.d [2021-02-25T03:17:04.824Z] #41 46.17 DEP criu/arch/s390/restorer.d [2021-02-25T03:17:04.824Z] #41 46.42 DEP criu/arch/s390/vdso-pie.d [2021-02-25T03:17:04.824Z] #41 46.59 DEP criu/pie/parasite-vdso.d [2021-02-25T03:17:04.824Z] #41 46.84 DEP criu/pie/parasite.d [2021-02-25T03:17:04.824Z] #41 47.09 CC criu/pie/parasite.o [2021-02-25T03:17:04.824Z] #41 48.25 LINK criu/pie/parasite.built-in.o [2021-02-25T03:17:04.824Z] #41 48.26 GEN criu/pie/parasite-blob.h [2021-02-25T03:17:04.824Z] #41 48.30 CC criu/pie/parasite-vdso.o [2021-02-25T03:17:04.824Z] #41 49.08 CC criu/arch/s390/vdso-pie.o [2021-02-25T03:17:04.824Z] #41 49.30 CC criu/arch/s390/restorer.o [2021-02-25T03:17:04.824Z] #41 49.56 CC criu/pie/restorer.o [2021-02-25T03:17:04.824Z] #41 51.99 LINK criu/pie/restorer.built-in.o [2021-02-25T03:17:04.824Z] #41 52.07 GEN criu/pie/restorer-blob.h [2021-02-25T03:17:04.824Z] #41 52.15 DEP criu/vdso.d [2021-02-25T03:17:04.824Z] #41 52.29 DEP criu/uts_ns.d [2021-02-25T03:17:04.824Z] #41 52.45 DEP criu/util.d [2021-02-25T03:17:04.824Z] #41 52.61 DEP criu/uffd.d [2021-02-25T03:17:04.824Z] #41 53.02 DEP criu/tun.d [2021-02-25T03:17:04.824Z] #41 53.24 DEP criu/tty.d [2021-02-25T03:17:04.824Z] #41 53.49 DEP criu/timerfd.d [2021-02-25T03:17:04.824Z] #41 53.84 DEP criu/timens.d [2021-02-25T03:17:04.824Z] #41 54.06 DEP criu/sysfs_parse.d [2021-02-25T03:17:04.824Z] #41 54.21 DEP criu/sysctl.d [2021-02-25T03:17:04.824Z] #41 54.35 DEP criu/string.d [2021-02-25T03:17:04.824Z] #41 54.41 DEP criu/stats.d [2021-02-25T03:17:04.824Z] #41 54.58 DEP criu/sockets.d [2021-02-25T03:17:04.824Z] #41 54.82 DEP criu/sk-unix.d [2021-02-25T03:17:04.824Z] #41 55.01 DEP criu/sk-tcp.d [2021-02-25T03:17:04.824Z] #41 55.20 DEP criu/sk-queue.d [2021-02-25T03:17:04.824Z] #41 55.37 DEP criu/sk-packet.d [2021-02-25T03:17:04.824Z] #41 55.58 DEP criu/sk-netlink.d [2021-02-25T03:17:04.824Z] #41 55.84 DEP criu/sk-inet.d [2021-02-25T03:17:04.824Z] #41 55.99 DEP criu/signalfd.d [2021-02-25T03:17:04.824Z] #41 56.06 DEP criu/sigframe.d [2021-02-25T03:17:04.844Z] #7 DONE 2.1s [2021-02-25T03:17:05.116Z] #41 ... [2021-02-25T03:17:05.116Z] [2021-02-25T03:17:05.116Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2021-02-25T03:17:05.116Z] #17 DONE 1.7s [2021-02-25T03:17:05.116Z] [2021-02-25T03:17:05.116Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-25T03:17:05.116Z] #41 56.13 DEP criu/shmem.d [2021-02-25T03:17:05.116Z] #41 ... [2021-02-25T03:17:05.116Z] [2021-02-25T03:17:05.116Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2021-02-25T03:17:05.410Z] #18 ... [2021-02-25T03:17:05.410Z] [2021-02-25T03:17:05.410Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-25T03:17:05.410Z] #43 93.09 vendor/golang.org/x/net/http2/hpack [2021-02-25T03:17:05.410Z] #43 93.98 mime [2021-02-25T03:17:05.410Z] #43 95.97 mime/quotedprintable [2021-02-25T03:17:05.410Z] #43 96.35 net/http/internal [2021-02-25T03:17:05.410Z] #43 96.52 crypto/tls [2021-02-25T03:17:05.410Z] #43 96.80 mime/multipart [2021-02-25T03:17:05.410Z] #43 102.9 net/http/httptrace [2021-02-25T03:17:05.410Z] #43 103.1 net/http [2021-02-25T03:17:05.410Z] #43 ... [2021-02-25T03:17:05.410Z] [2021-02-25T03:17:05.410Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-25T03:17:05.410Z] #41 56.34 DEP criu/servicefd.d [2021-02-25T03:17:05.410Z] #41 56.59 DEP criu/seize.d [2021-02-25T03:17:06.044Z] #41 56.89 DEP criu/seccomp.d [2021-02-25T03:17:06.044Z] #41 57.07 DEP criu/rst-malloc.d [2021-02-25T03:17:06.044Z] #41 57.18 DEP criu/rbtree.d [2021-02-25T03:17:06.334Z] #25 ... [2021-02-25T03:17:06.334Z] [2021-02-25T03:17:06.334Z] #22 [internal] load build context [2021-02-25T03:17:06.334Z] #22 sha256:c6c85fc54972ee6baa6729e68b885cf65259bc3686ac5b3afcfea6651c46fd24 [2021-02-25T03:17:06.334Z] #22 transferring context: 53.42MB 3.1s done [2021-02-25T03:17:06.334Z] #22 DONE 4.4s [2021-02-25T03:17:06.334Z] [2021-02-25T03:17:06.334Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-25T03:17:06.334Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-02-25T03:17:06.334Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2021-02-25T03:17:06.334Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-02-25T03:17:06.334Z] #9 sha256:c6f3dd0bda1f61865a66d18090c8cecbe4df870c2d1083927e043367ef707688 1.79kB / 1.79kB done [2021-02-25T03:17:06.334Z] #9 sha256:688d484c81b27fd58d8180e0f2b8371eb311a2f9afe5a4d761f838c9936152e7 6.19kB / 6.19kB done [2021-02-25T03:17:06.334Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 3.1s done [2021-02-25T03:17:06.334Z] #9 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 0.9s done [2021-02-25T03:17:06.334Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 4.1s done [2021-02-25T03:17:06.334Z] #9 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 1.9s done [2021-02-25T03:17:06.334Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 4.2s [2021-02-25T03:17:06.334Z] #9 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 1.0s [2021-02-25T03:17:06.354Z] #41 57.22 DEP criu/pstree.d [2021-02-25T03:17:06.354Z] #41 57.43 DEP criu/protobuf.d [2021-02-25T03:17:06.354Z] #41 57.56 GEN criu/protobuf-desc-gen.h [2021-02-25T03:17:07.288Z] #9 ... [2021-02-25T03:17:07.289Z] [2021-02-25T03:17:07.289Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-02-25T03:17:07.289Z] #61 sha256:f5f6822bf2d1ee8cee9361ba21964db1b075789ef9a6d55e940c346d25984665 [2021-02-25T03:17:07.289Z] #61 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2021-02-25T03:17:07.289Z] #61 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2021-02-25T03:17:07.289Z] #61 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2021-02-25T03:17:07.289Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.7s done [2021-02-25T03:17:07.289Z] #61 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.6s done [2021-02-25T03:17:07.289Z] #61 DONE 5.8s [2021-02-25T03:17:07.289Z] [2021-02-25T03:17:07.289Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-25T03:17:07.289Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-02-25T03:17:07.289Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 5.6s done [2021-02-25T03:17:07.289Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 0B / 97.69MB 5.6s [2021-02-25T03:17:07.289Z] #9 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 0B / 156B 5.6s [2021-02-25T03:17:07.289Z] #9 ... [2021-02-25T03:17:07.289Z] [2021-02-25T03:17:07.289Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-02-25T03:17:07.289Z] #25 sha256:0dcc34879bceffc8f3a6fbd2e3dbc6e02591d01dc5ebdcd6677dd49142acc9e0 [2021-02-25T03:17:07.289Z] #25 sha256:c78c297fb0d010ee085f95ae439636ecb167b050c1acb4273bd576998cf94a83 0B / 49.18MB 5.7s [2021-02-25T03:17:07.381Z] Client: [2021-02-25T03:17:07.381Z] Context: default [2021-02-25T03:17:07.381Z] Debug Mode: false [2021-02-25T03:17:07.381Z] Plugins: [2021-02-25T03:17:07.381Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-02-25T03:17:07.381Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-02-25T03:17:07.381Z] [2021-02-25T03:17:07.381Z] Server: [2021-02-25T03:17:07.381Z] Containers: 0 [2021-02-25T03:17:07.381Z] Running: 0 [2021-02-25T03:17:07.381Z] Paused: 0 [2021-02-25T03:17:07.381Z] Stopped: 0 [2021-02-25T03:17:07.381Z] Images: 0 [2021-02-25T03:17:07.381Z] Server Version: 20.10.3 [2021-02-25T03:17:07.381Z] Storage Driver: overlay2 [2021-02-25T03:17:07.381Z] Backing Filesystem: extfs [2021-02-25T03:17:07.381Z] Supports d_type: true [2021-02-25T03:17:07.381Z] Native Overlay Diff: true [2021-02-25T03:17:07.381Z] Logging Driver: json-file [2021-02-25T03:17:07.381Z] Cgroup Driver: systemd [2021-02-25T03:17:07.381Z] Cgroup Version: 2 [2021-02-25T03:17:07.381Z] Plugins: [2021-02-25T03:17:07.381Z] Volume: local [2021-02-25T03:17:07.381Z] Network: bridge host ipvlan macvlan null overlay [2021-02-25T03:17:07.381Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-02-25T03:17:07.381Z] Swarm: inactive [2021-02-25T03:17:07.381Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-02-25T03:17:07.381Z] Default Runtime: runc [2021-02-25T03:17:07.381Z] Init Binary: docker-init [2021-02-25T03:17:07.381Z] containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-25T03:17:07.381Z] runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-25T03:17:07.381Z] init version: de40ad0 [2021-02-25T03:17:07.381Z] Security Options: [2021-02-25T03:17:07.381Z] apparmor [2021-02-25T03:17:07.381Z] seccomp [2021-02-25T03:17:07.381Z] Profile: default [2021-02-25T03:17:07.381Z] cgroupns [2021-02-25T03:17:07.381Z] Kernel Version: 5.4.0-1037-aws [2021-02-25T03:17:07.381Z] Operating System: Ubuntu 20.04.2 LTS [2021-02-25T03:17:07.381Z] OSType: linux [2021-02-25T03:17:07.381Z] Architecture: x86_64 [2021-02-25T03:17:07.381Z] CPUs: 2 [2021-02-25T03:17:07.381Z] Total Memory: 7.569GiB [2021-02-25T03:17:07.381Z] Name: ip-10-100-88-62 [2021-02-25T03:17:07.381Z] ID: OFF2:BTCM:CKDV:MQWH:UM2E:5MQ5:AWUO:EWJ5:ACPR:VNBW:3JGL:VG7K [2021-02-25T03:17:07.381Z] Docker Root Dir: /var/lib/docker [2021-02-25T03:17:07.381Z] Debug Mode: false [2021-02-25T03:17:07.381Z] Registry: https://index.docker.io/v1/ [2021-02-25T03:17:07.381Z] Labels: [2021-02-25T03:17:07.381Z] Experimental: true [2021-02-25T03:17:07.381Z] Insecure Registries: [2021-02-25T03:17:07.381Z] 127.0.0.0/8 [2021-02-25T03:17:07.381Z] Live Restore Enabled: true [2021-02-25T03:17:07.381Z] [2021-02-25T03:17:07.381Z] WARNING: No kernel memory TCP limit support [2021-02-25T03:17:07.381Z] WARNING: No oom kill disable support [2021-02-25T03:17:07.381Z] WARNING: Support for cgroup v2 is experimental [Pipeline] } [2021-02-25T03:17:07.398Z] [2021-02-25T03:17:07.398Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-25T03:17:07.398Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-25T03:17:07.398Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2021-02-25T03:17:07.398Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-02-25T03:17:07.398Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2021-02-25T03:17:07.398Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2021-02-25T03:17:07.398Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 0B / 50.40MB 0.1s [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-02-25T03:17:07.556Z] #25 sha256:c78c297fb0d010ee085f95ae439636ecb167b050c1acb4273bd576998cf94a83 13.63MB / 49.18MB 5.9s [2021-02-25T03:17:07.556Z] #25 sha256:c78c297fb0d010ee085f95ae439636ecb167b050c1acb4273bd576998cf94a83 28.31MB / 49.18MB 6.0s [2021-02-25T03:17:07.661Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 3.15MB / 50.40MB 0.3s [2021-02-25T03:17:07.661Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 8.39MB / 50.40MB 0.5s [2021-02-25T03:17:07.732Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:59fc2206d0aa706e3f4af717dec37df091092058 . [2021-02-25T03:17:07.732Z] #2 [internal] load .dockerignore [2021-02-25T03:17:07.732Z] #2 sha256:85c362d01571e84403bc913543aa567826eeafee00e9f5bc5ac9e411eafb5e0f [2021-02-25T03:17:07.818Z] #23 transferring context: 53.42MB 7.5s done [2021-02-25T03:17:07.822Z] #25 sha256:c78c297fb0d010ee085f95ae439636ecb167b050c1acb4273bd576998cf94a83 32.51MB / 49.18MB 6.1s [2021-02-25T03:17:07.874Z] #41 ... [2021-02-25T03:17:07.874Z] [2021-02-25T03:17:07.874Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-25T03:17:07.874Z] #56 98.16 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-25T03:17:07.874Z] #56 98.16 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-02-25T03:17:07.874Z] #56 DONE 105.4s [2021-02-25T03:17:07.874Z] [2021-02-25T03:17:07.874Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-02-25T03:17:07.874Z] #57 DONE 0.2s [2021-02-25T03:17:07.874Z] [2021-02-25T03:17:07.874Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2021-02-25T03:17:07.874Z] #18 1.706 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-25T03:17:07.874Z] #18 1.736 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-25T03:17:07.874Z] #18 1.768 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-25T03:17:07.874Z] #18 2.283 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB] [2021-02-25T03:17:07.927Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 13.63MB / 50.40MB 0.5s [2021-02-25T03:17:07.927Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 23.10MB / 50.40MB 0.7s [2021-02-25T03:17:07.927Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0B / 7.81MB 0.7s [2021-02-25T03:17:07.927Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 28.31MB / 50.40MB 0.8s [2021-02-25T03:17:07.989Z] #2 transferring context: 87B done [2021-02-25T03:17:07.989Z] #2 DONE 0.1s [2021-02-25T03:17:07.989Z] [2021-02-25T03:17:07.989Z] #1 [internal] load build definition from Dockerfile [2021-02-25T03:17:07.989Z] #1 sha256:3a46f025864a4f7e313ef2111b060835f1be684b180da64c677df4696fc245a6 [2021-02-25T03:17:07.989Z] #1 transferring dockerfile: 16.55kB done [2021-02-25T03:17:07.989Z] #1 DONE 0.2s [2021-02-25T03:17:07.989Z] [2021-02-25T03:17:07.989Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2021-02-25T03:17:07.989Z] #3 sha256:adf0ad58625e45ab290e1bebbcfe1d73aceb4d8dbec09db8a7422cf74eff2996 [2021-02-25T03:17:08.085Z] #25 sha256:c78c297fb0d010ee085f95ae439636ecb167b050c1acb4273bd576998cf94a83 49.18MB / 49.18MB 6.3s [2021-02-25T03:17:08.116Z] #23 DONE 7.5s [2021-02-25T03:17:08.116Z] [2021-02-25T03:17:08.116Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-25T03:17:08.116Z] #10 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1 [2021-02-25T03:17:08.117Z] #10 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.0s done [2021-02-25T03:17:08.117Z] #10 sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 157B / 157B 0.1s done [2021-02-25T03:17:08.117Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 96.52MB / 96.52MB 6.0s done [2021-02-25T03:17:08.117Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 73.58MB / 73.58MB 5.8s done [2021-02-25T03:17:08.117Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 57.46MB / 57.46MB 3.9s done [2021-02-25T03:17:08.117Z] #10 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 10.73MB / 10.73MB 1.8s done [2021-02-25T03:17:08.117Z] #10 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 8.25MB / 8.25MB 0.6s done [2021-02-25T03:17:08.117Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 54.14MB / 54.14MB 5.1s done [2021-02-25T03:17:08.117Z] #10 extracting sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 [2021-02-25T03:17:08.170Z] #18 ... [2021-02-25T03:17:08.170Z] [2021-02-25T03:17:08.170Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-02-25T03:17:08.170Z] #58 DONE 0.1s [2021-02-25T03:17:08.170Z] [2021-02-25T03:17:08.170Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-25T03:17:08.170Z] #41 59.39 DEP criu/protobuf-desc.d [2021-02-25T03:17:08.194Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 3.15MB / 7.81MB 1.0s [2021-02-25T03:17:08.194Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 36.70MB / 50.40MB 1.1s [2021-02-25T03:17:08.194Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 6.29MB / 7.81MB 1.1s [2021-02-25T03:17:08.456Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 44.36MB / 50.40MB 1.2s [2021-02-25T03:17:08.456Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 1.2s [2021-02-25T03:17:08.464Z] #41 59.48 DEP criu/proc_parse.d [2021-02-25T03:17:08.555Z] #3 DONE 0.5s [2021-02-25T03:17:08.555Z] [2021-02-25T03:17:08.555Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2021-02-25T03:17:08.555Z] #4 sha256:4f557cac37259deb5e7fe213b122cca6da5945b2c1d8b3b3f23f2bb89e44211c [2021-02-25T03:17:08.555Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2021-02-25T03:17:08.719Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 47.19MB / 50.40MB 1.3s [2021-02-25T03:17:08.719Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 1.2s done [2021-02-25T03:17:08.719Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0B / 10.00MB 1.3s [2021-02-25T03:17:08.719Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.5s [2021-02-25T03:17:08.719Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 8.39MB / 10.00MB 1.5s [2021-02-25T03:17:08.719Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.6s [2021-02-25T03:17:08.757Z] #41 59.76 DEP criu/plugin.d [2021-02-25T03:17:08.757Z] #41 59.91 DEP criu/pipes.d [2021-02-25T03:17:08.812Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done [2021-02-25T03:17:08.812Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done [2021-02-25T03:17:08.812Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s [2021-02-25T03:17:08.812Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2021-02-25T03:17:08.812Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s done [2021-02-25T03:17:09.050Z] #41 60.10 DEP criu/pie-util.d [2021-02-25T03:17:09.069Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.1s [2021-02-25T03:17:09.069Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.2s done [2021-02-25T03:17:09.326Z] #4 DONE 0.7s [2021-02-25T03:17:09.342Z] #41 60.33 DEP criu/pie-util-vdso.d [2021-02-25T03:17:09.342Z] #41 60.38 DEP criu/path.d [2021-02-25T03:17:09.342Z] #41 60.47 DEP criu/parasite-syscall.d [2021-02-25T03:17:09.527Z] #25 sha256:c78c297fb0d010ee085f95ae439636ecb167b050c1acb4273bd576998cf94a83 49.18MB / 49.18MB 7.4s done [2021-02-25T03:17:09.527Z] #25 extracting sha256:c78c297fb0d010ee085f95ae439636ecb167b050c1acb4273bd576998cf94a83 [2021-02-25T03:17:09.584Z] [2021-02-25T03:17:09.584Z] #5 [internal] load build definition from Dockerfile [2021-02-25T03:17:09.584Z] #5 sha256:9142f899bbf32ace7b57d6635719ffb63e61774813b7f7ab582b41b39634d295 [2021-02-25T03:17:09.584Z] #5 transferring dockerfile: 16.55kB done [2021-02-25T03:17:09.584Z] #5 DONE 0.0s [2021-02-25T03:17:09.584Z] [2021-02-25T03:17:09.584Z] #8 [internal] load metadata for docker.io/library/debian:buster [2021-02-25T03:17:09.584Z] #8 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-02-25T03:17:09.584Z] #8 ... [2021-02-25T03:17:09.584Z] [2021-02-25T03:17:09.584Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-02-25T03:17:09.584Z] #7 sha256:0a1107839e0ecca45d986774ce45866360a7743d3cdf29b6672c54019106e228 [2021-02-25T03:17:09.584Z] #7 DONE 0.2s [2021-02-25T03:17:09.663Z] #10 ... [2021-02-25T03:17:09.663Z] [2021-02-25T03:17:09.663Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-02-25T03:17:09.663Z] #26 sha256:33ac3e65ba1c55c19bbad81b463b059d04d8a1619999719242a3b2339efce0b3 [2021-02-25T03:17:09.663Z] #26 sha256:9311932ee2fcc8fed8d2911fda20f73ee92ea26879166cf6cc3192522e83fd0a 54.14MB / 54.14MB 4.2s done [2021-02-25T03:17:09.663Z] #26 extracting sha256:9311932ee2fcc8fed8d2911fda20f73ee92ea26879166cf6cc3192522e83fd0a 4.9s done [2021-02-25T03:17:09.663Z] #26 DONE 9.1s [2021-02-25T03:17:09.663Z] [2021-02-25T03:17:09.663Z] #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-02-25T03:17:09.663Z] #27 sha256:6f32d7479e6ace0cf3d6d8fcd6237d9b0b9deeb19e8ceeee7902c1b8fe11216b [2021-02-25T03:17:09.668Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.4s done [2021-02-25T03:17:09.672Z] #41 60.57 DEP criu/pagemap.d [2021-02-25T03:17:09.672Z] #41 60.69 DEP criu/pagemap-cache.d [2021-02-25T03:17:09.840Z] [2021-02-25T03:17:09.840Z] #8 [internal] load metadata for docker.io/library/debian:buster [2021-02-25T03:17:09.840Z] #8 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-02-25T03:17:09.840Z] #8 DONE 0.3s [2021-02-25T03:17:09.840Z] [2021-02-25T03:17:09.840Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-02-25T03:17:09.840Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-02-25T03:17:09.932Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 2.6s done [2021-02-25T03:17:09.932Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 0B / 120.17MB 2.6s [2021-02-25T03:17:09.932Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 1.05MB / 51.83MB 2.7s [2021-02-25T03:17:09.932Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0B / 68.67MB 2.7s [2021-02-25T03:17:09.961Z] #27 0.235 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-25T03:17:09.961Z] #27 0.254 Get:2 http://deb.debian.org/debian buster InRelease [122 kB] [2021-02-25T03:17:09.961Z] #27 0.280 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-25T03:17:10.074Z] #41 60.83 DEP criu/page-xfer.d [2021-02-25T03:17:10.075Z] #41 60.94 DEP criu/page-pipe.d [2021-02-25T03:17:10.075Z] #41 61.02 DEP criu/netfilter.d [2021-02-25T03:17:10.075Z] #41 61.21 DEP criu/net.d [2021-02-25T03:17:10.194Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 [2021-02-25T03:17:10.195Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 7.34MB / 120.17MB 3.0s [2021-02-25T03:17:10.195Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 8.49MB / 51.83MB 3.0s [2021-02-25T03:17:10.258Z] #27 0.482 Get:4 http://security.debian.org/debian-security buster/updates/main ppc64el Packages [258 kB] [2021-02-25T03:17:10.367Z] #41 61.41 DEP criu/namespaces.d [2021-02-25T03:17:10.407Z] #6 DONE 0.7s [2021-02-25T03:17:10.457Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 11.76MB / 51.83MB 3.3s [2021-02-25T03:17:10.457Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.35MB / 68.67MB 3.3s [2021-02-25T03:17:10.556Z] #27 0.753 Get:5 http://deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-02-25T03:17:10.556Z] #27 1.098 Get:6 http://deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B] [2021-02-25T03:17:10.666Z] [2021-02-25T03:17:10.666Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-02-25T03:17:10.666Z] #61 sha256:8cd31f697465541ec70257fedff688f129ce4fd2b7e73aa0e486f8cf137c7c52 [2021-02-25T03:17:10.666Z] #61 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 0.0s done [2021-02-25T03:17:10.666Z] #61 DONE 0.0s [2021-02-25T03:17:10.666Z] [2021-02-25T03:17:10.666Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-02-25T03:17:10.666Z] #25 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb [2021-02-25T03:17:10.666Z] #25 resolve docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 done [2021-02-25T03:17:10.666Z] #25 sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 1.85kB / 1.85kB done [2021-02-25T03:17:10.666Z] #25 sha256:102ab2db1ad671545c0ace25463c4e3c45f9b15e319d3a00a1b2b085293c27fb 529B / 529B done [2021-02-25T03:17:10.666Z] #25 sha256:5890f8ba95f680c87fcf89e51190098641b4f646102ce7ca906e7f83c84874dc 1.46kB / 1.46kB done [2021-02-25T03:17:10.666Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 0B / 50.40MB 0.1s [2021-02-25T03:17:10.672Z] #41 61.54 DEP criu/mount.d [2021-02-25T03:17:10.672Z] #41 61.70 DEP criu/memfd.d [2021-02-25T03:17:10.672Z] #41 61.82 DEP criu/mem.d [2021-02-25T03:17:10.672Z] #41 61.95 DEP criu/lsm.d [2021-02-25T03:17:10.719Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 16.78MB / 120.17MB 3.5s [2021-02-25T03:17:10.719Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 14.68MB / 51.83MB 3.5s [2021-02-25T03:17:10.719Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 11.53MB / 68.67MB 3.5s [2021-02-25T03:17:10.719Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 17.83MB / 51.83MB 3.6s [2021-02-25T03:17:10.719Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 22.02MB / 51.83MB 3.6s [2021-02-25T03:17:10.719Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 16.78MB / 68.67MB 3.6s [2021-02-25T03:17:10.928Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 4.19MB / 50.40MB 0.2s [2021-02-25T03:17:10.928Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 17.83MB / 50.40MB 0.4s [2021-02-25T03:17:10.928Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 26.21MB / 50.40MB 0.5s [2021-02-25T03:17:10.967Z] #41 62.11 DEP criu/log.d [2021-02-25T03:17:10.967Z] #41 62.21 DEP criu/libnetlink.d [2021-02-25T03:17:10.995Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 24.12MB / 120.17MB 3.8s [2021-02-25T03:17:10.995Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 27.26MB / 51.83MB 3.8s [2021-02-25T03:17:10.995Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 24.74MB / 68.67MB 3.8s [2021-02-25T03:17:11.192Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 36.70MB / 50.40MB 0.6s [2021-02-25T03:17:11.192Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 41.94MB / 50.40MB 0.7s [2021-02-25T03:17:11.258Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 30.41MB / 120.17MB 3.9s [2021-02-25T03:17:11.258Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 28.31MB / 68.67MB 3.9s [2021-02-25T03:17:11.258Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 30.45MB / 51.83MB 4.1s [2021-02-25T03:17:11.259Z] #41 62.37 DEP criu/kerndat.d [2021-02-25T03:17:11.450Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 50.40MB / 50.40MB 0.8s [2021-02-25T03:17:11.521Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 32.51MB / 68.67MB 4.2s [2021-02-25T03:17:11.521Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 37.75MB / 120.17MB 4.3s [2021-02-25T03:17:11.521Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 33.55MB / 51.83MB 4.3s [2021-02-25T03:17:11.550Z] #41 62.52 DEP criu/kcmp-ids.d [2021-02-25T03:17:11.550Z] #41 62.61 DEP criu/irmap.d [2021-02-25T03:17:11.550Z] #41 62.70 DEP criu/ipc_ns.d [2021-02-25T03:17:11.710Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 50.40MB / 50.40MB 1.2s done [2021-02-25T03:17:11.788Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 44.04MB / 120.17MB 4.5s [2021-02-25T03:17:11.788Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 42.99MB / 51.83MB 4.5s [2021-02-25T03:17:11.788Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 40.89MB / 68.67MB 4.5s [2021-02-25T03:17:11.788Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 50.33MB / 51.83MB 4.7s [2021-02-25T03:17:11.841Z] #41 62.85 DEP criu/image.d [2021-02-25T03:17:11.841Z] #41 63.07 DEP criu/image-desc.d [2021-02-25T03:17:11.975Z] #25 extracting sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b [2021-02-25T03:17:12.051Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 51.38MB / 120.17MB 4.7s [2021-02-25T03:17:12.051Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 46.14MB / 68.67MB 4.7s [2021-02-25T03:17:12.051Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 50.33MB / 68.67MB 4.8s [2021-02-25T03:17:12.094Z] #25 extracting sha256:c78c297fb0d010ee085f95ae439636ecb167b050c1acb4273bd576998cf94a83 2.6s done [2021-02-25T03:17:12.135Z] #41 63.12 DEP criu/fsnotify.d [2021-02-25T03:17:12.315Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 59.77MB / 120.17MB 5.0s [2021-02-25T03:17:12.315Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 55.57MB / 68.67MB 5.0s [2021-02-25T03:17:12.427Z] #41 63.38 DEP criu/filesystems.d [2021-02-25T03:17:12.427Z] #41 63.54 DEP criu/files.d [2021-02-25T03:17:12.579Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 69.21MB / 120.17MB 5.3s [2021-02-25T03:17:12.579Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 5.2s done [2021-02-25T03:17:12.579Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 5.3s [2021-02-25T03:17:12.579Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 5.3s [2021-02-25T03:17:12.721Z] #41 63.77 DEP criu/files-reg.d [2021-02-25T03:17:12.721Z] #41 ... [2021-02-25T03:17:12.721Z] [2021-02-25T03:17:12.721Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-25T03:17:12.721Z] #51 8.562 + cd /tmp/tmp.U0xfzQBmYp/src/github.com/opencontainers/runc [2021-02-25T03:17:12.721Z] #51 8.563 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-02-25T03:17:12.721Z] #51 8.867 + '[' -z '' ']' [2021-02-25T03:17:12.721Z] #51 8.867 + target=static [2021-02-25T03:17:12.721Z] #51 8.868 + make 'BUILDTAGS=seccomp ' static [2021-02-25T03:17:12.721Z] #51 9.241 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-02-25T03:17:12.721Z] #51 ... [2021-02-25T03:17:12.721Z] [2021-02-25T03:17:12.721Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2021-02-25T03:17:12.721Z] #18 4.573 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [238 kB] [2021-02-25T03:17:12.721Z] #18 6.140 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [9508 B] [2021-02-25T03:17:12.865Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 80.74MB / 120.17MB 5.5s [2021-02-25T03:17:13.129Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 89.13MB / 120.17MB 5.8s [2021-02-25T03:17:13.129Z] #9 ... [2021-02-25T03:17:13.129Z] [2021-02-25T03:17:13.129Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-02-25T03:17:13.129Z] #61 sha256:8cd31f697465541ec70257fedff688f129ce4fd2b7e73aa0e486f8cf137c7c52 [2021-02-25T03:17:13.129Z] #61 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2021-02-25T03:17:13.129Z] #61 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2021-02-25T03:17:13.129Z] #61 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2021-02-25T03:17:13.129Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.6s done [2021-02-25T03:17:13.129Z] #61 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 4.2s done [2021-02-25T03:17:13.129Z] #61 DONE 6.0s [2021-02-25T03:17:13.129Z] [2021-02-25T03:17:13.129Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-25T03:17:13.129Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-25T03:17:13.129Z] #9 ... [2021-02-25T03:17:13.129Z] [2021-02-25T03:17:13.129Z] #22 [internal] load build context [2021-02-25T03:17:13.129Z] #22 sha256:c78b3f4cbd5d727365d4d2a653708957fdaa815de6b46a153a06ea55dd72c964 [2021-02-25T03:17:13.129Z] #22 transferring context: 43.35MB 6.0s [2021-02-25T03:17:13.319Z] #27 3.309 Fetched 8197 kB in 3s (2653 kB/s) [2021-02-25T03:17:13.320Z] #27 3.309 Reading package lists... [2021-02-25T03:17:13.320Z] #27 ... [2021-02-25T03:17:13.320Z] [2021-02-25T03:17:13.320Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-25T03:17:13.320Z] #10 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1 [2021-02-25T03:17:13.320Z] #10 extracting sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 4.1s done [2021-02-25T03:17:13.320Z] #10 extracting sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 0.3s done [2021-02-25T03:17:13.320Z] #10 extracting sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 0.3s done [2021-02-25T03:17:13.320Z] #10 extracting sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 2.5s done [2021-02-25T03:17:13.320Z] #10 DONE 12.5s [2021-02-25T03:17:13.320Z] [2021-02-25T03:17:13.320Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-25T03:17:13.320Z] #10 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1 [2021-02-25T03:17:13.320Z] #10 extracting sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad [2021-02-25T03:17:13.393Z] #22 ... [2021-02-25T03:17:13.393Z] [2021-02-25T03:17:13.393Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-25T03:17:13.393Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-25T03:17:13.393Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 102.76MB / 120.17MB 6.0s [2021-02-25T03:17:13.393Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 6.0s done [2021-02-25T03:17:13.393Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 6.0s done [2021-02-25T03:17:13.393Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 113.25MB / 120.17MB 6.2s [2021-02-25T03:17:13.656Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 119.54MB / 120.17MB 6.3s [2021-02-25T03:17:13.829Z] #18 8.672 Fetched 8110 kB in 7s (1152 kB/s) [2021-02-25T03:17:13.884Z] #25 ... [2021-02-25T03:17:13.884Z] [2021-02-25T03:17:13.884Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-02-25T03:17:13.884Z] #61 sha256:8cd31f697465541ec70257fedff688f129ce4fd2b7e73aa0e486f8cf137c7c52 [2021-02-25T03:17:13.884Z] #61 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2021-02-25T03:17:13.884Z] #61 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2021-02-25T03:17:13.884Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.5s done [2021-02-25T03:17:13.884Z] #61 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2021-02-25T03:17:13.884Z] #61 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 2.1s done [2021-02-25T03:17:13.884Z] #61 DONE 3.1s [2021-02-25T03:17:13.884Z] [2021-02-25T03:17:13.884Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-25T03:17:13.884Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-25T03:17:13.884Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2021-02-25T03:17:13.884Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2021-02-25T03:17:13.884Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.7s done [2021-02-25T03:17:13.884Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-02-25T03:17:13.884Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2021-02-25T03:17:13.884Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 1.3s done [2021-02-25T03:17:13.884Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.9s done [2021-02-25T03:17:13.884Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.16MB / 68.67MB 3.2s [2021-02-25T03:17:13.884Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 2.2s done [2021-02-25T03:17:13.884Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 1.0s [2021-02-25T03:17:13.884Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 36.70MB / 120.17MB 3.2s [2021-02-25T03:17:13.884Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.0s done [2021-02-25T03:17:13.884Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 44.04MB / 120.17MB 3.3s [2021-02-25T03:17:14.023Z] #25 DONE 12.3s [2021-02-25T03:17:14.024Z] [2021-02-25T03:17:14.024Z] #26 [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-02-25T03:17:14.024Z] #26 sha256:10abf5784de461e98c049d47d557266679085a6c2bdf810e5025bacce3cd75b4 [2021-02-25T03:17:14.141Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 53.48MB / 120.17MB 3.4s [2021-02-25T03:17:14.141Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 61.87MB / 120.17MB 3.6s [2021-02-25T03:17:14.233Z] #9 ... [2021-02-25T03:17:14.233Z] [2021-02-25T03:17:14.233Z] #22 [internal] load build context [2021-02-25T03:17:14.233Z] #22 sha256:c78b3f4cbd5d727365d4d2a653708957fdaa815de6b46a153a06ea55dd72c964 [2021-02-25T03:17:14.233Z] #22 transferring context: 53.42MB 6.6s done [2021-02-25T03:17:14.233Z] #22 DONE 7.1s [2021-02-25T03:17:14.233Z] [2021-02-25T03:17:14.233Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-25T03:17:14.233Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-25T03:17:14.705Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 68.16MB / 120.17MB 4.1s [2021-02-25T03:17:14.893Z] #18 8.672 Reading package lists... [2021-02-25T03:17:14.893Z] #18 ... [2021-02-25T03:17:14.893Z] [2021-02-25T03:17:14.893Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-25T03:17:14.893Z] #41 64.01 DEP criu/files-ext.d [2021-02-25T03:17:14.893Z] #41 64.23 DEP criu/file-lock.d [2021-02-25T03:17:14.893Z] #41 64.44 DEP criu/file-ids.d [2021-02-25T03:17:14.893Z] #41 64.52 DEP criu/fifo.d [2021-02-25T03:17:14.893Z] #41 64.62 DEP criu/fdstore.d [2021-02-25T03:17:14.893Z] #41 64.68 DEP criu/fault-injection.d [2021-02-25T03:17:14.893Z] #41 64.70 DEP criu/external.d [2021-02-25T03:17:14.893Z] #41 64.83 DEP criu/eventpoll.d [2021-02-25T03:17:14.893Z] #41 64.98 DEP criu/eventfd.d [2021-02-25T03:17:14.893Z] #41 65.27 DEP criu/crtools.d [2021-02-25T03:17:14.893Z] #41 65.52 DEP criu/cr-service.d [2021-02-25T03:17:14.893Z] #41 65.74 DEP criu/cr-restore.d [2021-02-25T03:17:14.893Z] #41 66.07 DEP criu/cr-errno.d [2021-02-25T03:17:14.893Z] #41 66.07 DEP criu/cr-dump.d [2021-02-25T03:17:14.963Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 85.98MB / 120.17MB 4.3s [2021-02-25T03:17:14.964Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 4.2s done [2021-02-25T03:17:14.964Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 98.57MB / 120.17MB 4.4s [2021-02-25T03:17:15.185Z] #41 66.33 DEP criu/cr-dedup.d [2021-02-25T03:17:15.222Z] #9 ... [2021-02-25T03:17:15.222Z] [2021-02-25T03:17:15.222Z] #22 [internal] load build context [2021-02-25T03:17:15.222Z] #22 sha256:9e4ef1e40a4d57ef120c51c26646972f11e342b31f1962392effd032a7bbfbaa [2021-02-25T03:17:15.222Z] #22 transferring context: 53.41MB 4.1s done [2021-02-25T03:17:15.222Z] #22 DONE 4.5s [2021-02-25T03:17:15.222Z] [2021-02-25T03:17:15.222Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-25T03:17:15.222Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-25T03:17:15.222Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 4.7s [2021-02-25T03:17:15.477Z] #41 66.51 DEP criu/cr-check.d [2021-02-25T03:17:15.500Z] #10 extracting sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 2.3s done [2021-02-25T03:17:15.500Z] #10 extracting sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 [2021-02-25T03:17:15.625Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.1s [2021-02-25T03:17:15.774Z] #41 66.66 DEP criu/config.d [2021-02-25T03:17:15.774Z] #41 66.79 DEP criu/clone-noasan.d [2021-02-25T03:17:15.774Z] #41 66.92 DEP criu/cgroup.d [2021-02-25T03:17:15.774Z] #41 67.02 DEP criu/cgroup-props.d [2021-02-25T03:17:15.888Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 8.6s done [2021-02-25T03:17:16.067Z] #41 67.18 DEP criu/bitmap.d [2021-02-25T03:17:16.067Z] #41 67.19 DEP criu/bfd.d [2021-02-25T03:17:16.067Z] #41 67.26 DEP criu/autofs.d [2021-02-25T03:17:16.360Z] #41 67.45 DEP criu/aio.d [2021-02-25T03:17:16.652Z] #41 67.60 DEP criu/action-scripts.d [2021-02-25T03:17:16.945Z] #41 67.93 CC criu/action-scripts.o [2021-02-25T03:17:17.119Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 6.2s done [2021-02-25T03:17:17.237Z] #41 68.40 CC criu/aio.o [2021-02-25T03:17:17.278Z] #9 ... [2021-02-25T03:17:17.278Z] [2021-02-25T03:17:17.278Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-02-25T03:17:17.278Z] #25 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb [2021-02-25T03:17:17.278Z] #25 resolve docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 done [2021-02-25T03:17:17.278Z] #25 sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 1.85kB / 1.85kB done [2021-02-25T03:17:17.278Z] #25 sha256:102ab2db1ad671545c0ace25463c4e3c45f9b15e319d3a00a1b2b085293c27fb 529B / 529B done [2021-02-25T03:17:17.278Z] #25 sha256:5890f8ba95f680c87fcf89e51190098641b4f646102ce7ca906e7f83c84874dc 1.46kB / 1.46kB done [2021-02-25T03:17:17.278Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 50.40MB / 50.40MB 1.9s done [2021-02-25T03:17:17.278Z] #25 extracting sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 7.6s [2021-02-25T03:17:17.278Z] #25 ... [2021-02-25T03:17:17.278Z] [2021-02-25T03:17:17.278Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-25T03:17:17.278Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-25T03:17:17.355Z] #26 ... [2021-02-25T03:17:17.355Z] [2021-02-25T03:17:17.355Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-25T03:17:17.355Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-02-25T03:17:17.355Z] #9 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 2.7s done [2021-02-25T03:17:17.355Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 10.3s done [2021-02-25T03:17:17.355Z] #9 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 5.7s done [2021-02-25T03:17:17.355Z] #9 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0.8s done [2021-02-25T03:17:17.355Z] #9 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0.6s done [2021-02-25T03:17:17.355Z] #9 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 2.1s done [2021-02-25T03:17:17.355Z] #9 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 0.5s [2021-02-25T03:17:17.528Z] #41 68.79 CC criu/autofs.o [2021-02-25T03:17:17.619Z] #9 ... [2021-02-25T03:17:17.619Z] [2021-02-25T03:17:17.619Z] #26 [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-02-25T03:17:17.619Z] #26 sha256:10abf5784de461e98c049d47d557266679085a6c2bdf810e5025bacce3cd75b4 [2021-02-25T03:17:17.619Z] #26 3.797 Get:1 http://deb.debian.org/debian buster InRelease [122 kB] [2021-02-25T03:17:17.619Z] #26 3.809 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-25T03:17:17.619Z] #26 3.834 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-25T03:17:17.889Z] #26 4.035 Get:4 http://deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-02-25T03:17:18.275Z] #10 ... [2021-02-25T03:17:18.275Z] [2021-02-25T03:17:18.275Z] #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-02-25T03:17:18.275Z] #27 sha256:6f32d7479e6ace0cf3d6d8fcd6237d9b0b9deeb19e8ceeee7902c1b8fe11216b [2021-02-25T03:17:18.275Z] #27 3.309 Reading package lists... [2021-02-25T03:17:18.275Z] #27 4.684 Reading package lists... [2021-02-25T03:17:18.275Z] #27 6.130 Building dependency tree... [2021-02-25T03:17:18.275Z] #27 6.605 The following additional packages will be installed: [2021-02-25T03:17:18.275Z] #27 6.605 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-02-25T03:17:18.275Z] #27 6.606 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-02-25T03:17:18.275Z] #27 6.606 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-02-25T03:17:18.275Z] #27 6.607 Suggested packages: [2021-02-25T03:17:18.275Z] #27 6.607 krb5-doc krb5-user [2021-02-25T03:17:18.275Z] #27 6.607 Recommended packages: [2021-02-25T03:17:18.275Z] #27 6.607 krb5-locales publicsuffix libsasl2-modules [2021-02-25T03:17:18.275Z] #27 6.889 The following NEW packages will be installed: [2021-02-25T03:17:18.275Z] #27 6.891 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-02-25T03:17:18.275Z] #27 6.891 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-02-25T03:17:18.275Z] #27 6.891 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-02-25T03:17:18.275Z] #27 6.891 libssh2-1 libssl1.1 openssl [2021-02-25T03:17:18.275Z] #27 6.945 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-02-25T03:17:18.275Z] #27 6.945 Need to get 5175 kB of archives. [2021-02-25T03:17:18.275Z] #27 6.945 After this operation, 14.6 MB of additional disk space will be used. [2021-02-25T03:17:18.275Z] #27 6.945 Get:1 http://security.debian.org/debian-security buster/updates/main ppc64el libssl1.1 ppc64el 1.1.1d-0+deb10u5 [1526 kB] [2021-02-25T03:17:18.275Z] #27 6.956 Get:2 http://deb.debian.org/debian buster/main ppc64el libsasl2-modules-db ppc64el 2.1.27+dfsg-1+deb10u1 [71.2 kB] [2021-02-25T03:17:18.275Z] #27 6.983 Get:3 http://deb.debian.org/debian buster/main ppc64el libsasl2-2 ppc64el 2.1.27+dfsg-1+deb10u1 [115 kB] [2021-02-25T03:17:18.275Z] #27 6.991 Get:4 http://deb.debian.org/debian buster/main ppc64el ca-certificates all 20200601~deb10u2 [166 kB] [2021-02-25T03:17:18.275Z] #27 7.001 Get:5 http://deb.debian.org/debian buster/main ppc64el libkeyutils1 ppc64el 1.6-6 [16.2 kB] [2021-02-25T03:17:18.275Z] #27 7.006 Get:6 http://deb.debian.org/debian buster/main ppc64el libkrb5support0 ppc64el 1.17-3+deb10u1 [69.3 kB] [2021-02-25T03:17:18.275Z] #27 7.010 Get:7 http://deb.debian.org/debian buster/main ppc64el libk5crypto3 ppc64el 1.17-3+deb10u1 [134 kB] [2021-02-25T03:17:18.275Z] #27 7.014 Get:8 http://deb.debian.org/debian buster/main ppc64el libkrb5-3 ppc64el 1.17-3+deb10u1 [400 kB] [2021-02-25T03:17:18.275Z] #27 7.031 Get:9 http://deb.debian.org/debian buster/main ppc64el libgssapi-krb5-2 ppc64el 1.17-3+deb10u1 [172 kB] [2021-02-25T03:17:18.275Z] #27 7.037 Get:10 http://deb.debian.org/debian buster/main ppc64el libnghttp2-14 ppc64el 1.36.0-2+deb10u1 [92.1 kB] [2021-02-25T03:17:18.275Z] #27 7.041 Get:11 http://deb.debian.org/debian buster/main ppc64el libpsl5 ppc64el 0.20.2-2 [55.6 kB] [2021-02-25T03:17:18.275Z] #27 7.055 Get:12 http://security.debian.org/debian-security buster/updates/main ppc64el libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-02-25T03:17:18.275Z] #27 7.055 Get:13 http://deb.debian.org/debian buster/main ppc64el librtmp1 ppc64el 2.4+20151223.gitfa8646d.1-2 [60.2 kB] [2021-02-25T03:17:18.275Z] #27 7.056 Get:14 http://deb.debian.org/debian buster/main ppc64el libssh2-1 ppc64el 1.8.0-2.1 [147 kB] [2021-02-25T03:17:18.275Z] #27 7.059 Get:15 http://security.debian.org/debian-security buster/updates/main ppc64el libldap-2.4-2 ppc64el 2.4.47+dfsg-3+deb10u6 [243 kB] [2021-02-25T03:17:18.275Z] #27 7.060 Get:16 http://deb.debian.org/debian buster/main ppc64el libcurl4 ppc64el 7.64.0-4+deb10u1 [348 kB] [2021-02-25T03:17:18.275Z] #27 7.067 Get:17 http://deb.debian.org/debian buster/main ppc64el curl ppc64el 7.64.0-4+deb10u1 [268 kB] [2021-02-25T03:17:18.275Z] #27 7.073 Get:18 http://security.debian.org/debian-security buster/updates/main ppc64el openssl ppc64el 1.1.1d-0+deb10u5 [844 kB] [2021-02-25T03:17:18.275Z] #27 7.104 Get:19 http://deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2021-02-25T03:17:18.276Z] #27 7.112 Get:20 http://deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2021-02-25T03:17:18.276Z] #27 7.115 Get:21 http://deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2021-02-25T03:17:18.276Z] #27 7.365 debconf: delaying package configuration, since apt-utils is not installed [2021-02-25T03:17:18.276Z] #27 7.393 Fetched 5175 kB in 0s (27.5 MB/s) [2021-02-25T03:17:18.276Z] #27 7.430 Selecting previously unselected package libssl1.1:ppc64el. [2021-02-25T03:17:18.276Z] #27 7.430 (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-02-25T03:17:18.276Z] #27 7.440 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_ppc64el.deb ... [2021-02-25T03:17:18.276Z] #27 7.441 Unpacking libssl1.1:ppc64el (1.1.1d-0+deb10u5) ... [2021-02-25T03:17:18.276Z] #27 7.652 Selecting previously unselected package libsasl2-modules-db:ppc64el. [2021-02-25T03:17:18.276Z] #27 7.654 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_ppc64el.deb ... [2021-02-25T03:17:18.276Z] #27 7.657 Unpacking libsasl2-modules-db:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2021-02-25T03:17:18.276Z] #27 7.685 Selecting previously unselected package libsasl2-2:ppc64el. [2021-02-25T03:17:18.276Z] #27 7.688 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_ppc64el.deb ... [2021-02-25T03:17:18.276Z] #27 7.689 Unpacking libsasl2-2:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2021-02-25T03:17:18.276Z] #27 7.733 Selecting previously unselected package libldap-common. [2021-02-25T03:17:18.276Z] #27 7.736 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-02-25T03:17:18.276Z] #27 7.738 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-02-25T03:17:18.276Z] #27 7.776 Selecting previously unselected package libldap-2.4-2:ppc64el. [2021-02-25T03:17:18.276Z] #27 7.778 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_ppc64el.deb ... [2021-02-25T03:17:18.276Z] #27 7.782 Unpacking libldap-2.4-2:ppc64el (2.4.47+dfsg-3+deb10u6) ... [2021-02-25T03:17:18.276Z] #27 7.847 Selecting previously unselected package openssl. [2021-02-25T03:17:18.276Z] #27 7.871 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_ppc64el.deb ... [2021-02-25T03:17:18.276Z] #27 7.871 Unpacking openssl (1.1.1d-0+deb10u5) ... [2021-02-25T03:17:18.276Z] #27 8.068 Selecting previously unselected package ca-certificates. [2021-02-25T03:17:18.276Z] #27 8.071 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2021-02-25T03:17:18.276Z] #27 8.073 Unpacking ca-certificates (20200601~deb10u2) ... [2021-02-25T03:17:18.276Z] #27 8.153 Selecting previously unselected package libkeyutils1:ppc64el. [2021-02-25T03:17:18.276Z] #27 8.161 Preparing to unpack .../07-libkeyutils1_1.6-6_ppc64el.deb ... [2021-02-25T03:17:18.276Z] #27 8.163 Unpacking libkeyutils1:ppc64el (1.6-6) ... [2021-02-25T03:17:18.276Z] #27 8.196 Selecting previously unselected package libkrb5support0:ppc64el. [2021-02-25T03:17:18.276Z] #27 8.200 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_ppc64el.deb ... [2021-02-25T03:17:18.276Z] #27 8.201 Unpacking libkrb5support0:ppc64el (1.17-3+deb10u1) ... [2021-02-25T03:17:18.276Z] #27 8.237 Selecting previously unselected package libk5crypto3:ppc64el. [2021-02-25T03:17:18.276Z] #27 8.240 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_ppc64el.deb ... [2021-02-25T03:17:18.276Z] #27 8.242 Unpacking libk5crypto3:ppc64el (1.17-3+deb10u1) ... [2021-02-25T03:17:18.276Z] #27 8.283 Selecting previously unselected package libkrb5-3:ppc64el. [2021-02-25T03:17:18.276Z] #27 8.283 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_ppc64el.deb ... [2021-02-25T03:17:18.276Z] #27 8.284 Unpacking libkrb5-3:ppc64el (1.17-3+deb10u1) ... [2021-02-25T03:17:18.276Z] #27 8.371 Selecting previously unselected package libgssapi-krb5-2:ppc64el. [2021-02-25T03:17:18.276Z] #27 8.373 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_ppc64el.deb ... [2021-02-25T03:17:18.276Z] #27 8.375 Unpacking libgssapi-krb5-2:ppc64el (1.17-3+deb10u1) ... [2021-02-25T03:17:18.276Z] #27 8.422 Selecting previously unselected package libnghttp2-14:ppc64el. [2021-02-25T03:17:18.276Z] #27 8.424 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_ppc64el.deb ... [2021-02-25T03:17:18.276Z] #27 8.428 Unpacking libnghttp2-14:ppc64el (1.36.0-2+deb10u1) ... [2021-02-25T03:17:18.276Z] #27 8.459 Selecting previously unselected package libpsl5:ppc64el. [2021-02-25T03:17:18.276Z] #27 8.459 Preparing to unpack .../13-libpsl5_0.20.2-2_ppc64el.deb ... [2021-02-25T03:17:18.276Z] #27 8.462 Unpacking libpsl5:ppc64el (0.20.2-2) ... [2021-02-25T03:17:18.276Z] #27 8.488 Selecting previously unselected package librtmp1:ppc64el. [2021-02-25T03:17:18.276Z] #27 8.488 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_ppc64el.deb ... [2021-02-25T03:17:18.276Z] #27 8.489 Unpacking librtmp1:ppc64el (2.4+20151223.gitfa8646d.1-2) ... [2021-02-25T03:17:18.276Z] #27 8.517 Selecting previously unselected package libssh2-1:ppc64el. [2021-02-25T03:17:18.276Z] #27 8.520 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_ppc64el.deb ... [2021-02-25T03:17:18.276Z] #27 8.521 Unpacking libssh2-1:ppc64el (1.8.0-2.1) ... [2021-02-25T03:17:18.276Z] #27 8.563 Selecting previously unselected package libcurl4:ppc64el. [2021-02-25T03:17:18.276Z] #27 8.566 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_ppc64el.deb ... [2021-02-25T03:17:18.276Z] #27 8.567 Unpacking libcurl4:ppc64el (7.64.0-4+deb10u1) ... [2021-02-25T03:17:18.276Z] #27 8.625 Selecting previously unselected package curl. [2021-02-25T03:17:18.276Z] #27 8.627 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_ppc64el.deb ... [2021-02-25T03:17:18.276Z] #27 8.629 Unpacking curl (7.64.0-4+deb10u1) ... [2021-02-25T03:17:18.276Z] #27 8.682 Selecting previously unselected package libonig5:ppc64el. [2021-02-25T03:17:18.276Z] #27 8.686 Preparing to unpack .../18-libonig5_6.9.1-1_ppc64el.deb ... [2021-02-25T03:17:18.276Z] #27 8.688 Unpacking libonig5:ppc64el (6.9.1-1) ... [2021-02-25T03:17:18.276Z] #27 8.744 Selecting previously unselected package libjq1:ppc64el. [2021-02-25T03:17:18.276Z] #27 8.746 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2021-02-25T03:17:18.276Z] #27 8.748 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2021-02-25T03:17:18.276Z] #27 8.782 Selecting previously unselected package jq. [2021-02-25T03:17:18.469Z] #26 4.393 Get:5 http://deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-02-25T03:17:18.469Z] #26 4.640 Get:6 http://security.debian.org/debian-security buster/updates/main arm64 Packages [262 kB] [2021-02-25T03:17:18.497Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.5s done [2021-02-25T03:17:18.497Z] #9 ... [2021-02-25T03:17:18.497Z] [2021-02-25T03:17:18.497Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-02-25T03:17:18.497Z] #25 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb [2021-02-25T03:17:18.497Z] #25 extracting sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 6.1s done [2021-02-25T03:17:18.497Z] #25 DONE 7.9s [2021-02-25T03:17:18.497Z] [2021-02-25T03:17:18.497Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-25T03:17:18.497Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-25T03:17:18.497Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.1s [2021-02-25T03:17:18.583Z] #27 8.786 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_ppc64el.deb ... [2021-02-25T03:17:18.583Z] #27 8.788 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-25T03:17:18.583Z] #27 8.820 Setting up libkeyutils1:ppc64el (1.6-6) ... [2021-02-25T03:17:18.583Z] #27 8.824 Setting up libpsl5:ppc64el (0.20.2-2) ... [2021-02-25T03:17:18.583Z] #27 8.828 Setting up libssl1.1:ppc64el (1.1.1d-0+deb10u5) ... [2021-02-25T03:17:18.583Z] #27 8.983 Setting up libnghttp2-14:ppc64el (1.36.0-2+deb10u1) ... [2021-02-25T03:17:18.583Z] #27 8.986 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-02-25T03:17:18.583Z] #27 8.990 Setting up libkrb5support0:ppc64el (1.17-3+deb10u1) ... [2021-02-25T03:17:18.583Z] #27 8.993 Setting up libsasl2-modules-db:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2021-02-25T03:17:18.583Z] #27 8.996 Setting up librtmp1:ppc64el (2.4+20151223.gitfa8646d.1-2) ... [2021-02-25T03:17:18.583Z] #27 9.000 Setting up libk5crypto3:ppc64el (1.17-3+deb10u1) ... [2021-02-25T03:17:18.583Z] #27 9.004 Setting up libsasl2-2:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2021-02-25T03:17:18.583Z] #27 9.008 Setting up libssh2-1:ppc64el (1.8.0-2.1) ... [2021-02-25T03:17:18.583Z] #27 9.011 Setting up libkrb5-3:ppc64el (1.17-3+deb10u1) ... [2021-02-25T03:17:18.583Z] #27 9.014 Setting up openssl (1.1.1d-0+deb10u5) ... [2021-02-25T03:17:18.583Z] #27 9.020 Setting up libonig5:ppc64el (6.9.1-1) ... [2021-02-25T03:17:18.583Z] #27 9.023 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2021-02-25T03:17:18.583Z] #27 9.027 Setting up libldap-2.4-2:ppc64el (2.4.47+dfsg-3+deb10u6) ... [2021-02-25T03:17:18.583Z] #27 9.031 Setting up ca-certificates (20200601~deb10u2) ... [2021-02-25T03:17:19.062Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.5s done [2021-02-25T03:17:19.062Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 [2021-02-25T03:17:19.066Z] #41 70.11 CC criu/bfd.o [2021-02-25T03:17:19.320Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.3s done [2021-02-25T03:17:19.580Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab [2021-02-25T03:17:19.640Z] #27 9.797 Updating certificates in /etc/ssl/certs... [2021-02-25T03:17:19.701Z] #41 70.59 CC criu/bitmap.o [2021-02-25T03:17:19.701Z] #41 70.81 CC criu/cgroup-props.o [2021-02-25T03:17:19.833Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 9.2s done [2021-02-25T03:17:19.833Z] #9 ... [2021-02-25T03:17:19.833Z] [2021-02-25T03:17:19.833Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-02-25T03:17:19.833Z] #25 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb [2021-02-25T03:17:19.833Z] #25 extracting sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 9.7s done [2021-02-25T03:17:19.833Z] #25 DONE 12.3s [2021-02-25T03:17:19.833Z] [2021-02-25T03:17:19.833Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-25T03:17:19.833Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-25T03:17:19.833Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2021-02-25T03:17:19.866Z] #26 5.998 Fetched 8246 kB in 2s (3325 kB/s) [2021-02-25T03:17:20.288Z] #27 ... [2021-02-25T03:17:20.288Z] [2021-02-25T03:17:20.288Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-25T03:17:20.288Z] #10 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1 [2021-02-25T03:17:20.288Z] #10 extracting sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 4.9s done [2021-02-25T03:17:20.288Z] #10 extracting sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 0.0s done [2021-02-25T03:17:20.288Z] #10 DONE 19.7s [2021-02-25T03:17:20.288Z] [2021-02-25T03:17:20.288Z] #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-02-25T03:17:20.288Z] #27 sha256:6f32d7479e6ace0cf3d6d8fcd6237d9b0b9deeb19e8ceeee7902c1b8fe11216b [2021-02-25T03:17:20.288Z] #27 10.77 137 added, 0 removed; done. [2021-02-25T03:17:20.288Z] #27 10.80 Setting up libgssapi-krb5-2:ppc64el (1.17-3+deb10u1) ... [2021-02-25T03:17:20.288Z] #27 ... [2021-02-25T03:17:20.288Z] [2021-02-25T03:17:20.288Z] #11 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-02-25T03:17:20.288Z] #11 sha256:de2b7e1945dbe926869611b3b2029194bc28030208e03614c2a9fe1f572df858 [2021-02-25T03:17:20.362Z] #41 71.40 CC criu/cgroup.o [2021-02-25T03:17:20.413Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.7s done [2021-02-25T03:17:20.413Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 [2021-02-25T03:17:20.584Z] #11 DONE 0.2s [2021-02-25T03:17:20.584Z] [2021-02-25T03:17:20.584Z] #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-02-25T03:17:20.584Z] #27 sha256:6f32d7479e6ace0cf3d6d8fcd6237d9b0b9deeb19e8ceeee7902c1b8fe11216b [2021-02-25T03:17:20.584Z] #27 10.81 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-25T03:17:20.584Z] #27 10.81 Setting up libcurl4:ppc64el (7.64.0-4+deb10u1) ... [2021-02-25T03:17:20.584Z] #27 10.82 Setting up curl (7.64.0-4+deb10u1) ... [2021-02-25T03:17:20.584Z] #27 10.82 Processing triggers for libc-bin (2.28-10) ... [2021-02-25T03:17:20.584Z] #27 10.83 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-02-25T03:17:20.584Z] #27 10.83 Updating certificates in /etc/ssl/certs... [2021-02-25T03:17:20.884Z] #27 ... [2021-02-25T03:17:20.884Z] [2021-02-25T03:17:20.884Z] #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-02-25T03:17:20.884Z] #12 sha256:ff794b9c1ccc7e487b8893ee6ce30fad412303a0fbaab6fd892b0bc7b203e159 [2021-02-25T03:17:20.884Z] #12 DONE 0.2s [2021-02-25T03:17:20.884Z] [2021-02-25T03:17:20.884Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-02-25T03:17:20.884Z] #31 sha256:34d72fd651778c0cdb3dc938aacb06f57ff1869c20cbd1458f724e704eb32e92 [2021-02-25T03:17:20.884Z] #31 DONE 0.1s [2021-02-25T03:17:20.884Z] [2021-02-25T03:17:20.884Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-02-25T03:17:20.884Z] #39 sha256:b948760ec906f0112e36d43a368d2764d9e6051a21547341b1990eac2341e2c0 [2021-02-25T03:17:20.884Z] #39 DONE 0.1s [2021-02-25T03:17:20.884Z] [2021-02-25T03:17:20.884Z] #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-02-25T03:17:20.884Z] #40 sha256:901a5c29e907a8e8e928e98b52a88e62a3d1a37f080c0011a504e7b597e8f9f9 [2021-02-25T03:17:20.988Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.7s done [2021-02-25T03:17:21.251Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab [2021-02-25T03:17:21.266Z] #26 5.998 Reading package lists... [2021-02-25T03:17:21.547Z] #40 ... [2021-02-25T03:17:21.547Z] [2021-02-25T03:17:21.547Z] #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-02-25T03:17:21.547Z] #27 sha256:6f32d7479e6ace0cf3d6d8fcd6237d9b0b9deeb19e8ceeee7902c1b8fe11216b [2021-02-25T03:17:21.547Z] #27 11.66 0 added, 0 removed; done. [2021-02-25T03:17:21.547Z] #27 11.66 Running hooks in /etc/ca-certificates/update.d... [2021-02-25T03:17:21.547Z] #27 11.66 done. [2021-02-25T03:17:21.547Z] #27 DONE 11.7s [2021-02-25T03:17:21.547Z] [2021-02-25T03:17:21.547Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-02-25T03:17:21.547Z] #28 sha256:b86abca5b7eafe1869a62a41555b62e5b2151c12cb633f2d6ca44c1e777d6bc9 [2021-02-25T03:17:21.547Z] #28 DONE 0.1s [2021-02-25T03:17:21.547Z] [2021-02-25T03:17:21.547Z] #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-02-25T03:17:21.547Z] #58 sha256:31990b4353000e6f8d05f0a5000cf150bd203eb6802ba8a2b89542ba429ce0b6 [2021-02-25T03:17:21.547Z] #58 0.590 + RM_GOPATH=0 [2021-02-25T03:17:21.547Z] #58 0.590 + TMP_GOPATH= [2021-02-25T03:17:21.547Z] #58 0.591 + : /build [2021-02-25T03:17:21.547Z] #58 0.591 + '[' -z '' ']' [2021-02-25T03:17:21.547Z] #58 0.592 ++ mktemp -d [2021-02-25T03:17:21.547Z] #58 0.593 + export GOPATH=/tmp/tmp.OttYjaVlJ2 [2021-02-25T03:17:21.547Z] #58 0.593 + GOPATH=/tmp/tmp.OttYjaVlJ2 [2021-02-25T03:17:21.547Z] #58 0.593 + RM_GOPATH=1 [2021-02-25T03:17:21.547Z] #58 0.593 + case "$(go env GOARCH)" in [2021-02-25T03:17:21.547Z] #58 0.594 ++ go env GOARCH [2021-02-25T03:17:21.547Z] #58 0.599 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:21.547Z] #58 0.599 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:21.547Z] #58 0.600 ++ dirname /tmp/install/install.sh [2021-02-25T03:17:21.547Z] #58 0.603 + dir=/tmp/install [2021-02-25T03:17:21.547Z] #58 0.604 + bin=rootlesskit [2021-02-25T03:17:21.547Z] #58 0.604 + shift [2021-02-25T03:17:21.547Z] #58 0.605 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-02-25T03:17:21.547Z] #58 0.605 + . /tmp/install/rootlesskit.installer [2021-02-25T03:17:21.547Z] #58 0.606 ++ : 5c30c9c2586add2ad659132990fdc230f05035fa [2021-02-25T03:17:21.547Z] #58 0.607 + install_rootlesskit [2021-02-25T03:17:21.547Z] #58 0.607 + case "$1" in [2021-02-25T03:17:21.547Z] #58 0.607 + export CGO_ENABLED=0 [2021-02-25T03:17:21.547Z] #58 0.607 + CGO_ENABLED=0 [2021-02-25T03:17:21.547Z] #58 0.607 + _install_rootlesskit [2021-02-25T03:17:21.547Z] #58 0.608 + echo 'Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa' [2021-02-25T03:17:21.547Z] #58 0.608 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.OttYjaVlJ2/src/github.com/rootless-containers/rootlesskit [2021-02-25T03:17:21.547Z] #58 0.608 Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa [2021-02-25T03:17:21.547Z] #58 0.612 Cloning into '/tmp/tmp.OttYjaVlJ2/src/github.com/rootless-containers/rootlesskit'... [2021-02-25T03:17:21.874Z] #41 ... [2021-02-25T03:17:21.874Z] [2021-02-25T03:17:21.874Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2021-02-25T03:17:21.874Z] #18 8.672 Reading package lists... [2021-02-25T03:17:21.874Z] #18 11.38 Reading package lists... [2021-02-25T03:17:21.874Z] #18 14.03 Building dependency tree... [2021-02-25T03:17:21.874Z] #18 14.97 libcap2-bin is already the newest version (1:2.25-2). [2021-02-25T03:17:21.874Z] #18 14.97 The following additional packages will be installed: [2021-02-25T03:17:21.874Z] #18 14.97 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-02-25T03:17:21.874Z] #18 14.97 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-02-25T03:17:21.874Z] #18 14.97 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-02-25T03:17:21.874Z] #18 14.97 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-02-25T03:17:21.874Z] #18 14.97 python3.7 python3.7-minimal vim-runtime xxd [2021-02-25T03:17:21.874Z] #18 14.97 Suggested packages: [2021-02-25T03:17:21.874Z] #18 14.97 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-02-25T03:17:21.874Z] #18 14.97 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-02-25T03:17:21.874Z] #18 14.97 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-02-25T03:17:21.874Z] #18 14.97 Recommended packages: [2021-02-25T03:17:21.874Z] #18 14.97 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-02-25T03:17:21.874Z] #18 14.97 python3-keyrings.alt python3-xdg unzip [2021-02-25T03:17:21.875Z] #18 16.37 The following NEW packages will be installed: [2021-02-25T03:17:21.875Z] #18 16.38 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-02-25T03:17:21.875Z] #18 16.38 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-02-25T03:17:21.875Z] #18 16.38 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-02-25T03:17:21.875Z] #18 16.38 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-02-25T03:17:21.875Z] #18 16.38 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-02-25T03:17:21.875Z] #18 16.38 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-02-25T03:17:21.875Z] #18 16.38 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-02-25T03:17:21.875Z] #18 16.38 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-02-25T03:17:21.875Z] #18 16.38 xz-utils zip [2021-02-25T03:17:21.875Z] #18 16.50 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded. [2021-02-25T03:17:21.875Z] #18 16.50 Need to get 27.7 MB of archives. [2021-02-25T03:17:21.875Z] #18 16.50 After this operation, 117 MB of additional disk space will be used. [2021-02-25T03:17:21.875Z] #18 16.50 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x pigz s390x 2.4-1 [52.8 kB] [2021-02-25T03:17:21.875Z] #18 16.52 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-minimal s390x 3.7.3-2+deb10u2 [586 kB] [2021-02-25T03:17:21.875Z] #18 16.56 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7-minimal s390x 3.7.3-2+deb10u2 [1590 kB] [2021-02-25T03:17:21.875Z] #18 16.61 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-minimal s390x 3.7.3-1 [36.6 kB] [2021-02-25T03:17:21.875Z] #18 16.62 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libmpdec2 s390x 2.4.2-2 [83.3 kB] [2021-02-25T03:17:21.875Z] #18 16.62 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-stdlib s390x 3.7.3-2+deb10u2 [1684 kB] [2021-02-25T03:17:21.875Z] #18 16.68 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7 s390x 3.7.3-2+deb10u2 [330 kB] [2021-02-25T03:17:21.875Z] #18 16.70 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3-stdlib s390x 3.7.3-1 [20.0 kB] [2021-02-25T03:17:21.875Z] #18 16.72 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3 s390x 3.7.3-1 [61.5 kB] [2021-02-25T03:17:21.875Z] #18 16.72 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip4tc0 s390x 1.8.2-4 [69.5 kB] [2021-02-25T03:17:21.875Z] #18 16.72 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip6tc0 s390x 1.8.2-4 [69.8 kB] [2021-02-25T03:17:21.875Z] #18 16.72 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libiptc0 s390x 1.8.2-4 [59.6 kB] [2021-02-25T03:17:21.875Z] #18 16.73 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnfnetlink0 s390x 1.0.1-3+b1 [13.7 kB] [2021-02-25T03:17:21.875Z] #18 16.73 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnetfilter-conntrack3 s390x 1.0.7-1 [39.0 kB] [2021-02-25T03:17:21.875Z] #18 16.73 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnftnl11 s390x 1.1.2-2 [50.6 kB] [2021-02-25T03:17:21.875Z] #18 16.73 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x iptables s390x 1.8.2-4 [379 kB] [2021-02-25T03:17:21.875Z] #18 16.74 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2021-02-25T03:17:21.875Z] #18 16.75 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2021-02-25T03:17:21.875Z] #18 16.75 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x bash-completion all 1:2.8-6 [208 kB] [2021-02-25T03:17:21.875Z] #18 16.76 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x bzip2 s390x 1.0.6-9.2~deb10u1 [47.8 kB] [2021-02-25T03:17:21.875Z] #18 16.77 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x xz-utils s390x 5.2.4-1 [181 kB] [2021-02-25T03:17:21.875Z] #18 16.78 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x apparmor s390x 2.13.2-10 [529 kB] [2021-02-25T03:17:21.875Z] #18 16.80 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x aufs-tools s390x 1:4.14+20190211-1 [104 kB] [2021-02-25T03:17:21.875Z] #18 16.80 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2021-02-25T03:17:21.875Z] #18 16.81 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2021-02-25T03:17:21.875Z] #18 16.81 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2021-02-25T03:17:21.875Z] #18 16.81 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libaio1 s390x 0.3.112-3 [11.1 kB] [2021-02-25T03:17:21.875Z] #18 16.82 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main s390x libgpm2 s390x 1.20.7-5 [35.2 kB] [2021-02-25T03:17:21.875Z] #18 16.82 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] [2021-02-25T03:17:22.167Z] #18 17.09 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2021-02-25T03:17:22.167Z] #18 17.12 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2021-02-25T03:17:22.167Z] #18 17.12 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2021-02-25T03:17:22.167Z] #18 17.12 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main s390x libreadline5 s390x 5.2+dfsg-3+b13 [114 kB] [2021-02-25T03:17:22.168Z] #18 17.12 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main s390x net-tools s390x 1.60+git20180626.aebd88e-1 [242 kB] [2021-02-25T03:17:22.168Z] #18 17.13 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pip-whl all 18.1-5 [1591 kB] [2021-02-25T03:17:22.168Z] #18 17.17 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-02-25T03:17:22.168Z] #18 17.17 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-distutils all 3.7.3-1 [142 kB] [2021-02-25T03:17:22.168Z] #18 17.17 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pip all 18.1-5 [171 kB] [2021-02-25T03:17:22.168Z] #18 17.17 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pkg-resources all 40.8.0-1 [153 kB] [2021-02-25T03:17:22.168Z] #18 17.18 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-setuptools all 40.8.0-1 [306 kB] [2021-02-25T03:17:22.168Z] #18 17.18 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-wheel all 0.32.3-2 [19.4 kB] [2021-02-25T03:17:22.168Z] #18 17.18 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main s390x sudo s390x 1.8.27-1+deb10u3 [1199 kB] [2021-02-25T03:17:22.168Z] #18 17.22 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main s390x thin-provisioning-tools s390x 0.7.6-2.1 [314 kB] [2021-02-25T03:17:22.465Z] #18 17.24 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main s390x uidmap s390x 1:4.5-1.1 [257 kB] [2021-02-25T03:17:22.465Z] #18 17.24 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-02-25T03:17:22.465Z] #18 17.42 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim s390x 2:8.1.0875-5 [1188 kB] [2021-02-25T03:17:22.465Z] #18 17.50 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main s390x xfsprogs s390x 4.20.0-1 [865 kB] [2021-02-25T03:17:22.465Z] #18 17.52 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main s390x zip s390x 3.0-11+b1 [232 kB] [2021-02-25T03:17:22.665Z] #26 7.307 Reading package lists... [2021-02-25T03:17:22.666Z] #26 8.635 Building dependency tree... [2021-02-25T03:17:23.155Z] #18 18.09 debconf: delaying package configuration, since apt-utils is not installed [2021-02-25T03:17:23.155Z] #18 18.12 Fetched 27.7 MB in 1s (25.5 MB/s) [2021-02-25T03:17:23.155Z] #18 18.18 Selecting previously unselected package pigz. [2021-02-25T03:17:23.203Z] INFO [loader] Go packages loading at mode 575 (exports_file|files|name|compiled_files|deps|types_sizes|imports) took 2m1.627501101s [2021-02-25T03:17:23.203Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 676.594625ms [2021-02-25T03:17:23.244Z] #26 9.299 The following additional packages will be installed: [2021-02-25T03:17:23.244Z] #26 9.299 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-02-25T03:17:23.244Z] #26 9.299 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-02-25T03:17:23.244Z] #26 9.299 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-02-25T03:17:23.244Z] #26 9.300 Suggested packages: [2021-02-25T03:17:23.244Z] #26 9.300 krb5-doc krb5-user [2021-02-25T03:17:23.244Z] #26 9.300 Recommended packages: [2021-02-25T03:17:23.244Z] #26 9.300 krb5-locales publicsuffix libsasl2-modules [2021-02-25T03:17:23.456Z] #18 18.18 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23199 files and directories currently installed.) [2021-02-25T03:17:23.456Z] #18 18.21 Preparing to unpack .../archives/pigz_2.4-1_s390x.deb ... [2021-02-25T03:17:23.456Z] #18 18.22 Unpacking pigz (2.4-1) ... [2021-02-25T03:17:23.456Z] #18 18.27 Selecting previously unselected package libpython3.7-minimal:s390x. [2021-02-25T03:17:23.456Z] #18 18.28 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_s390x.deb ... [2021-02-25T03:17:23.456Z] #18 18.28 Unpacking libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ... [2021-02-25T03:17:23.509Z] #26 9.565 The following NEW packages will be installed: [2021-02-25T03:17:23.510Z] #26 9.565 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-02-25T03:17:23.510Z] #26 9.565 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-02-25T03:17:23.510Z] #26 9.565 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-02-25T03:17:23.510Z] #26 9.565 libssh2-1 libssl1.1 openssl [2021-02-25T03:17:23.773Z] #26 9.858 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-02-25T03:17:23.773Z] #26 9.858 Need to get 4777 kB of archives. [2021-02-25T03:17:23.773Z] #26 9.858 After this operation, 11.5 MB of additional disk space will be used. [2021-02-25T03:17:23.773Z] #26 9.858 Get:1 http://deb.debian.org/debian buster/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-1+deb10u1 [69.3 kB] [2021-02-25T03:17:23.773Z] #26 9.861 Get:2 http://security.debian.org/debian-security buster/updates/main arm64 libssl1.1 arm64 1.1.1d-0+deb10u5 [1382 kB] [2021-02-25T03:17:23.773Z] #26 9.864 Get:3 http://deb.debian.org/debian buster/main arm64 libsasl2-2 arm64 2.1.27+dfsg-1+deb10u1 [105 kB] [2021-02-25T03:17:23.773Z] #26 9.868 Get:4 http://deb.debian.org/debian buster/main arm64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-02-25T03:17:23.773Z] #26 9.871 Get:5 http://deb.debian.org/debian buster/main arm64 libkeyutils1 arm64 1.6-6 [14.9 kB] [2021-02-25T03:17:23.773Z] #26 9.872 Get:6 http://deb.debian.org/debian buster/main arm64 libkrb5support0 arm64 1.17-3+deb10u1 [64.9 kB] [2021-02-25T03:17:23.773Z] #26 9.873 Get:7 http://deb.debian.org/debian buster/main arm64 libk5crypto3 arm64 1.17-3+deb10u1 [123 kB] [2021-02-25T03:17:23.773Z] #26 9.875 Get:8 http://deb.debian.org/debian buster/main arm64 libkrb5-3 arm64 1.17-3+deb10u1 [351 kB] [2021-02-25T03:17:23.773Z] #26 9.881 Get:9 http://deb.debian.org/debian buster/main arm64 libgssapi-krb5-2 arm64 1.17-3+deb10u1 [150 kB] [2021-02-25T03:17:23.773Z] #26 9.903 Get:10 http://security.debian.org/debian-security buster/updates/main arm64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-02-25T03:17:23.773Z] #26 9.904 Get:11 http://security.debian.org/debian-security buster/updates/main arm64 libldap-2.4-2 arm64 2.4.47+dfsg-3+deb10u6 [216 kB] [2021-02-25T03:17:23.773Z] #26 9.904 Get:12 http://security.debian.org/debian-security buster/updates/main arm64 openssl arm64 1.1.1d-0+deb10u5 [823 kB] [2021-02-25T03:17:23.773Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 4.1s done [2021-02-25T03:17:24.037Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0.1s [2021-02-25T03:17:24.038Z] #26 10.01 Get:13 http://deb.debian.org/debian buster/main arm64 libnghttp2-14 arm64 1.36.0-2+deb10u1 [81.9 kB] [2021-02-25T03:17:24.038Z] #26 10.10 Get:14 http://deb.debian.org/debian buster/main arm64 libpsl5 arm64 0.20.2-2 [53.6 kB] [2021-02-25T03:17:24.038Z] #26 10.10 Get:15 http://deb.debian.org/debian buster/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2 [55.7 kB] [2021-02-25T03:17:24.038Z] #26 10.10 Get:16 http://deb.debian.org/debian buster/main arm64 libssh2-1 arm64 1.8.0-2.1 [135 kB] [2021-02-25T03:17:24.038Z] #26 10.11 Get:17 http://deb.debian.org/debian buster/main arm64 libcurl4 arm64 7.64.0-4+deb10u1 [312 kB] [2021-02-25T03:17:24.038Z] #26 10.11 Get:18 http://deb.debian.org/debian buster/main arm64 curl arm64 7.64.0-4+deb10u1 [260 kB] [2021-02-25T03:17:24.038Z] #26 10.12 Get:19 http://deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2021-02-25T03:17:24.038Z] #26 10.12 Get:20 http://deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2021-02-25T03:17:24.038Z] #26 10.12 Get:21 http://deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2021-02-25T03:17:24.092Z] #18 18.83 Selecting previously unselected package python3.7-minimal. [2021-02-25T03:17:24.092Z] #18 18.86 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_s390x.deb ... [2021-02-25T03:17:24.092Z] #18 18.87 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-25T03:17:24.303Z] #26 10.39 debconf: delaying package configuration, since apt-utils is not installed [2021-02-25T03:17:24.303Z] #26 10.43 Fetched 4777 kB in 1s (9168 kB/s) [2021-02-25T03:17:24.303Z] #26 10.49 Selecting previously unselected package libssl1.1:arm64. [2021-02-25T03:17:24.303Z] #26 10.49 (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-02-25T03:17:24.303Z] #26 10.49 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_arm64.deb ... [2021-02-25T03:17:24.573Z] #26 10.50 Unpacking libssl1.1:arm64 (1.1.1d-0+deb10u5) ... [2021-02-25T03:17:24.573Z] #26 10.72 Selecting previously unselected package libsasl2-modules-db:arm64. [2021-02-25T03:17:24.573Z] #26 10.72 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_arm64.deb ... [2021-02-25T03:17:24.573Z] #26 10.72 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-25T03:17:24.573Z] #26 10.76 Selecting previously unselected package libsasl2-2:arm64. [2021-02-25T03:17:24.573Z] #26 10.76 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_arm64.deb ... [2021-02-25T03:17:24.728Z] #18 19.68 Setting up libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ... [2021-02-25T03:17:24.728Z] #18 19.69 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-25T03:17:24.842Z] #26 10.76 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-25T03:17:24.842Z] #26 10.83 Selecting previously unselected package libldap-common. [2021-02-25T03:17:24.842Z] #26 10.83 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-02-25T03:17:24.842Z] #26 10.83 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-02-25T03:17:24.842Z] #26 10.96 Selecting previously unselected package libldap-2.4-2:arm64. [2021-02-25T03:17:24.842Z] #26 10.96 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_arm64.deb ... [2021-02-25T03:17:24.842Z] #26 10.97 Unpacking libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u6) ... [2021-02-25T03:17:24.842Z] #26 11.03 Selecting previously unselected package openssl. [2021-02-25T03:17:25.106Z] #26 11.04 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_arm64.deb ... [2021-02-25T03:17:25.106Z] #26 11.04 Unpacking openssl (1.1.1d-0+deb10u5) ... [2021-02-25T03:17:25.106Z] #26 11.20 Selecting previously unselected package ca-certificates. [2021-02-25T03:17:25.106Z] #26 11.20 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2021-02-25T03:17:25.106Z] #26 11.20 Unpacking ca-certificates (20200601~deb10u2) ... [2021-02-25T03:17:25.106Z] #26 11.30 Selecting previously unselected package libkeyutils1:arm64. [2021-02-25T03:17:25.106Z] #26 11.30 Preparing to unpack .../07-libkeyutils1_1.6-6_arm64.deb ... [2021-02-25T03:17:25.106Z] #26 11.30 Unpacking libkeyutils1:arm64 (1.6-6) ... [2021-02-25T03:17:25.106Z] #26 11.35 Selecting previously unselected package libkrb5support0:arm64. [2021-02-25T03:17:25.106Z] #26 11.35 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_arm64.deb ... [2021-02-25T03:17:25.106Z] #26 11.35 Unpacking libkrb5support0:arm64 (1.17-3+deb10u1) ... [2021-02-25T03:17:25.106Z] #26 11.40 Selecting previously unselected package libk5crypto3:arm64. [2021-02-25T03:17:25.371Z] #26 ... [2021-02-25T03:17:25.371Z] [2021-02-25T03:17:25.371Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-25T03:17:25.371Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-02-25T03:17:25.371Z] #9 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 2.3s done [2021-02-25T03:17:25.371Z] #9 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 5.0s done [2021-02-25T03:17:25.371Z] #9 extracting sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 0.0s done [2021-02-25T03:17:25.371Z] #9 DONE 23.8s [2021-02-25T03:17:25.371Z] [2021-02-25T03:17:25.371Z] #26 [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-02-25T03:17:25.371Z] #26 sha256:10abf5784de461e98c049d47d557266679085a6c2bdf810e5025bacce3cd75b4 [2021-02-25T03:17:25.371Z] #26 11.40 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_arm64.deb ... [2021-02-25T03:17:25.371Z] #26 11.41 Unpacking libk5crypto3:arm64 (1.17-3+deb10u1) ... [2021-02-25T03:17:25.371Z] #26 11.46 Selecting previously unselected package libkrb5-3:arm64. [2021-02-25T03:17:25.371Z] #26 11.46 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_arm64.deb ... [2021-02-25T03:17:25.371Z] #26 11.47 Unpacking libkrb5-3:arm64 (1.17-3+deb10u1) ... [2021-02-25T03:17:25.371Z] #26 ... [2021-02-25T03:17:25.371Z] [2021-02-25T03:17:25.371Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-02-25T03:17:25.371Z] #10 sha256:a8dfe72bf17ed43cb49f11f8bd3245b42805f80ef5a25a941391f3e1c9a497b6 [2021-02-25T03:17:25.771Z] #18 ... [2021-02-25T03:17:25.771Z] [2021-02-25T03:17:25.771Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-25T03:17:25.771Z] #43 114.0 github.com/LK4D4/vndr/godl [2021-02-25T03:17:25.771Z] #43 114.5 github.com/LK4D4/vndr [2021-02-25T03:17:25.771Z] #43 DONE 123.3s [2021-02-25T03:17:25.771Z] [2021-02-25T03:17:25.771Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-25T03:17:25.771Z] #41 73.95 CC criu/clone-noasan.o [2021-02-25T03:17:25.771Z] #41 74.28 CC criu/config.o [2021-02-25T03:17:25.771Z] #41 75.69 CC criu/cr-check.o [2021-02-25T03:17:26.220Z] #58 4.959 + cd /tmp/tmp.OttYjaVlJ2/src/github.com/rootless-containers/rootlesskit [2021-02-25T03:17:26.220Z] #58 4.966 + git checkout -q 5c30c9c2586add2ad659132990fdc230f05035fa [2021-02-25T03:17:26.220Z] #58 4.993 + export GO111MODULE=on [2021-02-25T03:17:26.220Z] #58 4.996 + GO111MODULE=on [2021-02-25T03:17:26.220Z] #58 4.997 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-25T03:17:26.220Z] #58 4.997 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-02-25T03:17:26.220Z] #58 ... [2021-02-25T03:17:26.220Z] [2021-02-25T03:17:26.221Z] #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-02-25T03:17:26.221Z] #29 sha256:1469f0a582c5a307eedf44c9a41dea2ec27834fdbbd2951ebafe162c8486dafa [2021-02-25T03:17:26.221Z] #29 2.069 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-02-25T03:17:26.221Z] #29 2.614 [2021-02-25T03:17:26.221Z] #29 2.835 0.0% ## 4.2% ##### 8.2% ########## 14.3% ############## 20.4% ################# 24.5% ###################### 30.6% ########################## 36.6% ############################## 42.7% ################################### 48.8% ######################################### 57.0% ################################################ 68.0% ###################################################### 76.1% ########################################################### 82.2% ################################################################### 93.3% ######################################################################## 100.0% [2021-02-25T03:17:26.454Z] #41 77.42 CC criu/cr-dedup.o [2021-02-25T03:17:26.553Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.1s [2021-02-25T03:17:26.747Z] #41 77.87 CC criu/cr-dump.o [2021-02-25T03:17:26.885Z] #29 5.273 #=#=# [2021-02-25T03:17:27.186Z] #29 5.461 0.3% ########################## 36.6% ################################### 50.0% ####################################################### 76.8% ######################################################################## 100.0% [2021-02-25T03:17:27.314Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.3s done [2021-02-25T03:17:27.314Z] #9 ... [2021-02-25T03:17:27.314Z] [2021-02-25T03:17:27.314Z] #26 [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-02-25T03:17:27.314Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-02-25T03:17:27.314Z] #26 1.082 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-25T03:17:27.314Z] #26 1.120 Get:2 http://deb.debian.org/debian buster InRelease [122 kB] [2021-02-25T03:17:27.314Z] #26 1.125 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-25T03:17:27.314Z] #26 1.224 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-25T03:17:27.314Z] #26 1.415 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-25T03:17:27.314Z] #26 1.727 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-25T03:17:27.314Z] #26 3.374 Fetched 8422 kB in 3s (3309 kB/s) [2021-02-25T03:17:27.314Z] #26 3.374 Reading package lists... [2021-02-25T03:17:27.314Z] #26 4.247 Reading package lists... [2021-02-25T03:17:27.314Z] #26 5.157 Building dependency tree... [2021-02-25T03:17:27.314Z] #26 5.437 The following additional packages will be installed: [2021-02-25T03:17:27.314Z] #26 5.438 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-02-25T03:17:27.314Z] #26 5.438 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-02-25T03:17:27.314Z] #26 5.438 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-02-25T03:17:27.314Z] #26 5.439 Suggested packages: [2021-02-25T03:17:27.314Z] #26 5.439 krb5-doc krb5-user [2021-02-25T03:17:27.314Z] #26 5.439 Recommended packages: [2021-02-25T03:17:27.314Z] #26 5.439 krb5-locales publicsuffix libsasl2-modules [2021-02-25T03:17:27.314Z] #26 5.609 The following NEW packages will be installed: [2021-02-25T03:17:27.314Z] #26 5.610 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-02-25T03:17:27.314Z] #26 5.610 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-02-25T03:17:27.314Z] #26 5.611 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-02-25T03:17:27.314Z] #26 5.611 libssh2-1 libssl1.1 openssl [2021-02-25T03:17:27.314Z] #26 5.890 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-02-25T03:17:27.314Z] #26 5.890 Need to get 5057 kB of archives. [2021-02-25T03:17:27.314Z] #26 5.890 After this operation, 12.1 MB of additional disk space will be used. [2021-02-25T03:17:27.314Z] #26 5.890 Get:1 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-02-25T03:17:27.314Z] #26 5.899 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u5 [1539 kB] [2021-02-25T03:17:27.314Z] #26 5.899 Get:3 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-02-25T03:17:27.314Z] #26 5.899 Get:4 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-02-25T03:17:27.314Z] #26 5.899 Get:5 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-02-25T03:17:27.314Z] #26 5.899 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-02-25T03:17:27.314Z] #26 5.899 Get:7 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-02-25T03:17:27.314Z] #26 5.900 Get:8 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-02-25T03:17:27.314Z] #26 5.909 Get:9 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-02-25T03:17:27.314Z] #26 5.921 Get:10 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-02-25T03:17:27.314Z] #26 5.921 Get:11 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-02-25T03:17:27.314Z] #26 5.921 Get:12 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-02-25T03:17:27.314Z] #26 5.925 Get:13 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-02-25T03:17:27.314Z] #26 5.934 Get:14 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB] [2021-02-25T03:17:27.314Z] #26 5.934 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-02-25T03:17:27.314Z] #26 5.934 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-02-25T03:17:27.314Z] #26 5.950 Get:17 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB] [2021-02-25T03:17:27.314Z] #26 5.950 Get:18 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u5 [844 kB] [2021-02-25T03:17:27.314Z] #26 5.950 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-02-25T03:17:27.314Z] #26 5.952 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-02-25T03:17:27.314Z] #26 5.967 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-02-25T03:17:27.314Z] #26 6.129 debconf: delaying package configuration, since apt-utils is not installed [2021-02-25T03:17:27.314Z] #26 6.224 Fetched 5057 kB in 0s (15.2 MB/s) [2021-02-25T03:17:27.314Z] #26 6.268 Selecting previously unselected package libssl1.1:amd64. [2021-02-25T03:17:27.315Z] #26 6.268 (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-02-25T03:17:27.315Z] #26 6.268 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_amd64.deb ... [2021-02-25T03:17:27.315Z] #26 6.279 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-02-25T03:17:27.315Z] #26 6.481 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-25T03:17:27.315Z] #26 6.481 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-02-25T03:17:27.315Z] #26 6.484 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-25T03:17:27.315Z] #26 6.526 Selecting previously unselected package libsasl2-2:amd64. [2021-02-25T03:17:27.315Z] #26 6.526 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-02-25T03:17:27.315Z] #26 6.530 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-25T03:17:27.315Z] #26 6.571 Selecting previously unselected package libldap-common. [2021-02-25T03:17:27.315Z] #26 6.571 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-02-25T03:17:27.315Z] #26 6.575 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-02-25T03:17:27.315Z] #26 6.629 Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-25T03:17:27.315Z] #26 6.630 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-02-25T03:17:27.315Z] #26 6.660 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-02-25T03:17:27.315Z] #26 6.872 Selecting previously unselected package openssl. [2021-02-25T03:17:27.315Z] #26 6.872 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_amd64.deb ... [2021-02-25T03:17:27.315Z] #26 6.879 Unpacking openssl (1.1.1d-0+deb10u5) ... [2021-02-25T03:17:27.315Z] #26 7.009 Selecting previously unselected package ca-certificates. [2021-02-25T03:17:27.315Z] #26 7.011 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2021-02-25T03:17:27.315Z] #26 7.018 Unpacking ca-certificates (20200601~deb10u2) ... [2021-02-25T03:17:27.315Z] #26 7.104 Selecting previously unselected package libkeyutils1:amd64. [2021-02-25T03:17:27.315Z] #26 7.104 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ... [2021-02-25T03:17:27.315Z] #26 7.108 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-02-25T03:17:27.315Z] #26 7.146 Selecting previously unselected package libkrb5support0:amd64. [2021-02-25T03:17:27.315Z] #26 7.146 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-02-25T03:17:27.315Z] #26 7.149 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-02-25T03:17:27.315Z] #26 7.188 Selecting previously unselected package libk5crypto3:amd64. [2021-02-25T03:17:27.315Z] #26 7.188 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-02-25T03:17:27.315Z] #26 7.194 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-02-25T03:17:27.315Z] #26 7.240 Selecting previously unselected package libkrb5-3:amd64. [2021-02-25T03:17:27.315Z] #26 7.242 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-02-25T03:17:27.315Z] #26 7.247 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-02-25T03:17:27.315Z] #26 7.371 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-25T03:17:27.315Z] #26 7.371 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-02-25T03:17:27.315Z] #26 7.377 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-02-25T03:17:27.315Z] #26 7.494 Selecting previously unselected package libnghttp2-14:amd64. [2021-02-25T03:17:27.315Z] #26 7.494 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-02-25T03:17:27.315Z] #26 7.498 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-02-25T03:17:27.315Z] #26 7.577 Selecting previously unselected package libpsl5:amd64. [2021-02-25T03:17:27.315Z] #26 7.577 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-02-25T03:17:27.315Z] #26 7.688 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-02-25T03:17:27.315Z] #26 7.732 Selecting previously unselected package librtmp1:amd64. [2021-02-25T03:17:27.315Z] #26 7.732 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-02-25T03:17:27.315Z] #26 7.737 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-02-25T03:17:27.315Z] #26 7.775 Selecting previously unselected package libssh2-1:amd64. [2021-02-25T03:17:27.315Z] #26 7.777 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-02-25T03:17:27.315Z] #26 7.781 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-02-25T03:17:27.315Z] #26 7.827 Selecting previously unselected package libcurl4:amd64. [2021-02-25T03:17:27.315Z] #26 7.827 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ... [2021-02-25T03:17:27.315Z] #26 7.831 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-02-25T03:17:27.315Z] #26 7.889 Selecting previously unselected package curl. [2021-02-25T03:17:27.315Z] #26 7.889 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ... [2021-02-25T03:17:27.315Z] #26 7.894 Unpacking curl (7.64.0-4+deb10u1) ... [2021-02-25T03:17:27.315Z] #26 7.955 Selecting previously unselected package libonig5:amd64. [2021-02-25T03:17:27.315Z] #26 7.955 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-02-25T03:17:27.315Z] #26 7.959 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-02-25T03:17:27.315Z] #26 8.019 Selecting previously unselected package libjq1:amd64. [2021-02-25T03:17:27.315Z] #26 8.019 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-02-25T03:17:27.315Z] #26 8.023 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-25T03:17:27.315Z] #26 8.064 Selecting previously unselected package jq. [2021-02-25T03:17:27.315Z] #26 8.064 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-02-25T03:17:27.315Z] #26 8.067 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-25T03:17:27.315Z] #26 8.139 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-02-25T03:17:27.315Z] #26 8.152 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-02-25T03:17:27.315Z] #26 8.163 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-02-25T03:17:27.315Z] #26 8.269 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-02-25T03:17:27.315Z] #26 8.283 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-02-25T03:17:27.315Z] #26 8.295 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-02-25T03:17:27.315Z] #26 8.309 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-25T03:17:27.315Z] #26 8.319 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-02-25T03:17:27.315Z] #26 8.333 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-02-25T03:17:27.315Z] #26 8.340 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-25T03:17:27.315Z] #26 8.358 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-02-25T03:17:27.315Z] #26 8.370 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-02-25T03:17:27.315Z] #26 8.381 Setting up openssl (1.1.1d-0+deb10u5) ... [2021-02-25T03:17:27.315Z] #26 8.397 Setting up libonig5:amd64 (6.9.1-1) ... [2021-02-25T03:17:27.315Z] #26 8.409 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-25T03:17:27.315Z] #26 8.419 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-02-25T03:17:27.315Z] #26 8.429 Setting up ca-certificates (20200601~deb10u2) ... [2021-02-25T03:17:27.315Z] #26 ... [2021-02-25T03:17:27.315Z] [2021-02-25T03:17:27.315Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-25T03:17:27.315Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-25T03:17:27.315Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e [2021-02-25T03:17:27.838Z] #29 6.334 [2021-02-25T03:17:28.258Z] #41 ... [2021-02-25T03:17:28.258Z] [2021-02-25T03:17:28.258Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2021-02-25T03:17:28.258Z] #18 22.07 Selecting previously unselected package python3-minimal. [2021-02-25T03:17:28.258Z] #18 22.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 ... 23448 files and directories currently installed.) [2021-02-25T03:17:28.258Z] #18 22.15 Preparing to unpack .../python3-minimal_3.7.3-1_s390x.deb ... [2021-02-25T03:17:28.258Z] #18 22.15 Unpacking python3-minimal (3.7.3-1) ... [2021-02-25T03:17:28.258Z] #18 22.22 Selecting previously unselected package libmpdec2:s390x. [2021-02-25T03:17:28.258Z] #18 22.23 Preparing to unpack .../libmpdec2_2.4.2-2_s390x.deb ... [2021-02-25T03:17:28.258Z] #18 22.25 Unpacking libmpdec2:s390x (2.4.2-2) ... [2021-02-25T03:17:28.258Z] #18 22.33 Selecting previously unselected package libpython3.7-stdlib:s390x. [2021-02-25T03:17:28.258Z] #18 22.33 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_s390x.deb ... [2021-02-25T03:17:28.258Z] #18 22.34 Unpacking libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ... [2021-02-25T03:17:28.258Z] #18 23.20 Selecting previously unselected package python3.7. [2021-02-25T03:17:28.258Z] #18 23.24 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_s390x.deb ... [2021-02-25T03:17:28.258Z] #18 23.25 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2021-02-25T03:17:28.453Z] #29 6.586 0.3% ################### 27.3% ########################## 37.4% ######################################### 57.9% ####################################################################### 99.1% ######################################################################## 100.0% [2021-02-25T03:17:28.483Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 6.7s done [2021-02-25T03:17:28.483Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 [2021-02-25T03:17:28.550Z] #18 23.46 Selecting previously unselected package libpython3-stdlib:s390x. [2021-02-25T03:17:28.550Z] #18 23.47 Preparing to unpack .../libpython3-stdlib_3.7.3-1_s390x.deb ... [2021-02-25T03:17:28.550Z] #18 23.47 Unpacking libpython3-stdlib:s390x (3.7.3-1) ... [2021-02-25T03:17:28.745Z] #9 ... [2021-02-25T03:17:28.745Z] [2021-02-25T03:17:28.745Z] #26 [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-02-25T03:17:28.745Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-02-25T03:17:28.745Z] #26 1.370 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-25T03:17:28.745Z] #26 1.380 Get:2 http://deb.debian.org/debian buster InRelease [122 kB] [2021-02-25T03:17:28.745Z] #26 1.380 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-25T03:17:28.745Z] #26 1.594 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-25T03:17:28.745Z] #26 1.836 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-25T03:17:28.745Z] #26 2.279 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-25T03:17:28.745Z] #26 3.935 Fetched 8422 kB in 3s (2983 kB/s) [2021-02-25T03:17:28.745Z] #26 3.935 Reading package lists... [2021-02-25T03:17:28.745Z] #26 4.923 Reading package lists... [2021-02-25T03:17:28.745Z] #26 5.844 Building dependency tree... [2021-02-25T03:17:28.745Z] #26 6.188 The following additional packages will be installed: [2021-02-25T03:17:28.745Z] #26 6.188 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-02-25T03:17:28.745Z] #26 6.188 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-02-25T03:17:28.745Z] #26 6.188 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-02-25T03:17:28.745Z] #26 6.188 Suggested packages: [2021-02-25T03:17:28.745Z] #26 6.188 krb5-doc krb5-user [2021-02-25T03:17:28.745Z] #26 6.188 Recommended packages: [2021-02-25T03:17:28.745Z] #26 6.188 krb5-locales publicsuffix libsasl2-modules [2021-02-25T03:17:28.745Z] #26 6.397 The following NEW packages will be installed: [2021-02-25T03:17:28.745Z] #26 6.397 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-02-25T03:17:28.745Z] #26 6.397 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-02-25T03:17:28.746Z] #26 6.397 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-02-25T03:17:28.746Z] #26 6.397 libssh2-1 libssl1.1 openssl [2021-02-25T03:17:28.746Z] #26 6.687 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-02-25T03:17:28.746Z] #26 6.687 Need to get 5057 kB of archives. [2021-02-25T03:17:28.746Z] #26 6.687 After this operation, 12.1 MB of additional disk space will be used. [2021-02-25T03:17:28.746Z] #26 6.687 Get:1 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u5 [1539 kB] [2021-02-25T03:17:28.746Z] #26 6.690 Get:2 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-02-25T03:17:28.746Z] #26 6.703 Get:3 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-02-25T03:17:28.746Z] #26 6.706 Get:4 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-02-25T03:17:28.746Z] #26 6.711 Get:5 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-02-25T03:17:28.746Z] #26 6.713 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-02-25T03:17:28.746Z] #26 6.718 Get:7 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-02-25T03:17:28.746Z] #26 6.720 Get:8 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-02-25T03:17:28.746Z] #26 6.733 Get:9 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-02-25T03:17:28.746Z] #26 6.749 Get:10 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-02-25T03:17:28.746Z] #26 6.749 Get:11 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-02-25T03:17:28.746Z] #26 6.749 Get:12 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-02-25T03:17:28.746Z] #26 6.749 Get:13 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-02-25T03:17:28.746Z] #26 6.750 Get:14 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB] [2021-02-25T03:17:28.746Z] #26 6.757 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-02-25T03:17:28.746Z] #26 6.764 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-02-25T03:17:28.746Z] #26 6.769 Get:17 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u5 [844 kB] [2021-02-25T03:17:28.746Z] #26 6.777 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB] [2021-02-25T03:17:28.746Z] #26 6.792 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-02-25T03:17:28.746Z] #26 6.792 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-02-25T03:17:28.746Z] #26 6.792 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-02-25T03:17:28.746Z] #26 7.032 debconf: delaying package configuration, since apt-utils is not installed [2021-02-25T03:17:28.746Z] #26 7.068 Fetched 5057 kB in 0s (13.8 MB/s) [2021-02-25T03:17:28.746Z] #26 7.113 Selecting previously unselected package libssl1.1:amd64. [2021-02-25T03:17:28.746Z] #26 7.113 (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-02-25T03:17:28.746Z] #26 7.116 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_amd64.deb ... [2021-02-25T03:17:28.746Z] #26 7.126 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-02-25T03:17:28.746Z] #26 7.388 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-25T03:17:28.746Z] #26 7.388 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-02-25T03:17:28.746Z] #26 7.392 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-25T03:17:28.746Z] #26 7.444 Selecting previously unselected package libsasl2-2:amd64. [2021-02-25T03:17:28.746Z] #26 7.446 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-02-25T03:17:28.746Z] #26 7.450 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-25T03:17:28.746Z] #26 7.541 Selecting previously unselected package libldap-common. [2021-02-25T03:17:28.746Z] #26 7.541 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-02-25T03:17:28.746Z] #26 7.541 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-02-25T03:17:28.746Z] #26 7.608 Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-25T03:17:28.746Z] #26 7.608 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-02-25T03:17:28.746Z] #26 7.612 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-02-25T03:17:28.746Z] #26 7.702 Selecting previously unselected package openssl. [2021-02-25T03:17:28.746Z] #26 7.702 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_amd64.deb ... [2021-02-25T03:17:28.746Z] #26 7.713 Unpacking openssl (1.1.1d-0+deb10u5) ... [2021-02-25T03:17:28.746Z] #26 7.871 Selecting previously unselected package ca-certificates. [2021-02-25T03:17:28.746Z] #26 7.871 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2021-02-25T03:17:28.746Z] #26 7.878 Unpacking ca-certificates (20200601~deb10u2) ... [2021-02-25T03:17:28.746Z] #26 7.971 Selecting previously unselected package libkeyutils1:amd64. [2021-02-25T03:17:28.746Z] #26 7.971 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ... [2021-02-25T03:17:28.746Z] #26 7.991 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-02-25T03:17:28.746Z] #26 8.046 Selecting previously unselected package libkrb5support0:amd64. [2021-02-25T03:17:28.746Z] #26 8.046 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-02-25T03:17:28.746Z] #26 8.048 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-02-25T03:17:28.746Z] #26 8.104 Selecting previously unselected package libk5crypto3:amd64. [2021-02-25T03:17:28.746Z] #26 8.104 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-02-25T03:17:28.746Z] #26 8.109 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-02-25T03:17:28.746Z] #26 8.180 Selecting previously unselected package libkrb5-3:amd64. [2021-02-25T03:17:28.746Z] #26 8.180 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-02-25T03:17:28.746Z] #26 8.184 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-02-25T03:17:28.746Z] #26 8.309 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-25T03:17:28.746Z] #26 8.309 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-02-25T03:17:28.746Z] #26 8.315 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-02-25T03:17:28.746Z] #26 8.392 Selecting previously unselected package libnghttp2-14:amd64. [2021-02-25T03:17:28.746Z] #26 8.392 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-02-25T03:17:28.746Z] #26 8.396 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-02-25T03:17:28.746Z] #26 8.463 Selecting previously unselected package libpsl5:amd64. [2021-02-25T03:17:28.746Z] #26 8.463 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-02-25T03:17:28.746Z] #26 8.467 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-02-25T03:17:28.746Z] #26 8.517 Selecting previously unselected package librtmp1:amd64. [2021-02-25T03:17:28.746Z] #26 8.517 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-02-25T03:17:28.746Z] #26 8.521 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-02-25T03:17:28.746Z] #26 8.576 Selecting previously unselected package libssh2-1:amd64. [2021-02-25T03:17:28.746Z] #26 8.576 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-02-25T03:17:28.746Z] #26 8.582 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-02-25T03:17:28.746Z] #26 8.672 Selecting previously unselected package libcurl4:amd64. [2021-02-25T03:17:28.746Z] #26 8.672 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ... [2021-02-25T03:17:28.746Z] #26 8.672 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-02-25T03:17:28.746Z] #26 8.760 Selecting previously unselected package curl. [2021-02-25T03:17:28.746Z] #26 8.760 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ... [2021-02-25T03:17:28.746Z] #26 8.760 Unpacking curl (7.64.0-4+deb10u1) ... [2021-02-25T03:17:28.746Z] #26 8.834 Selecting previously unselected package libonig5:amd64. [2021-02-25T03:17:28.746Z] #26 8.834 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-02-25T03:17:28.746Z] #26 8.838 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-02-25T03:17:28.746Z] #26 8.937 Selecting previously unselected package libjq1:amd64. [2021-02-25T03:17:28.746Z] #26 8.937 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-02-25T03:17:28.746Z] #26 8.948 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-25T03:17:28.746Z] #26 9.003 Selecting previously unselected package jq. [2021-02-25T03:17:28.746Z] #26 9.004 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-02-25T03:17:28.746Z] #26 9.009 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-25T03:17:28.746Z] #26 9.052 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-02-25T03:17:28.746Z] #26 9.065 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-02-25T03:17:28.746Z] #26 9.078 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-02-25T03:17:28.746Z] #26 9.237 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-02-25T03:17:28.746Z] #26 9.254 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-02-25T03:17:28.746Z] #26 9.269 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-02-25T03:17:28.746Z] #26 9.285 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-25T03:17:28.746Z] #26 9.296 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-02-25T03:17:28.746Z] #26 9.308 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-02-25T03:17:28.754Z] #29 7.341 [2021-02-25T03:17:28.842Z] #18 23.61 Setting up python3-minimal (3.7.3-1) ... [2021-02-25T03:17:29.010Z] #26 9.318 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-25T03:17:29.010Z] #26 9.328 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-02-25T03:17:29.010Z] #26 9.340 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-02-25T03:17:29.010Z] #26 9.350 Setting up openssl (1.1.1d-0+deb10u5) ... [2021-02-25T03:17:29.010Z] #26 9.364 Setting up libonig5:amd64 (6.9.1-1) ... [2021-02-25T03:17:29.010Z] #26 9.378 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-25T03:17:29.010Z] #26 9.390 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-02-25T03:17:29.010Z] #26 9.403 Setting up ca-certificates (20200601~deb10u2) ... [2021-02-25T03:17:29.476Z] #18 24.34 Selecting previously unselected package python3. [2021-02-25T03:17:29.476Z] #18 24.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 ... 23860 files and directories currently installed.) [2021-02-25T03:17:29.476Z] #18 24.38 Preparing to unpack .../00-python3_3.7.3-1_s390x.deb ... [2021-02-25T03:17:29.476Z] #18 24.39 Unpacking python3 (3.7.3-1) ... [2021-02-25T03:17:29.476Z] #18 24.52 Selecting previously unselected package libip4tc0:s390x. [2021-02-25T03:17:29.476Z] #18 24.52 Preparing to unpack .../01-libip4tc0_1.8.2-4_s390x.deb ... [2021-02-25T03:17:29.476Z] #18 24.52 Unpacking libip4tc0:s390x (1.8.2-4) ... [2021-02-25T03:17:29.476Z] #18 24.60 Selecting previously unselected package libip6tc0:s390x. [2021-02-25T03:17:29.584Z] #26 10.14 Updating certificates in /etc/ssl/certs... [2021-02-25T03:17:29.767Z] #18 24.61 Preparing to unpack .../02-libip6tc0_1.8.2-4_s390x.deb ... [2021-02-25T03:17:29.767Z] #18 24.61 Unpacking libip6tc0:s390x (1.8.2-4) ... [2021-02-25T03:17:29.767Z] #18 24.70 Selecting previously unselected package libiptc0:s390x. [2021-02-25T03:17:29.767Z] #18 24.70 Preparing to unpack .../03-libiptc0_1.8.2-4_s390x.deb ... [2021-02-25T03:17:29.767Z] #18 24.71 Unpacking libiptc0:s390x (1.8.2-4) ... [2021-02-25T03:17:29.767Z] #18 24.78 Selecting previously unselected package libnfnetlink0:s390x. [2021-02-25T03:17:29.767Z] #18 24.79 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_s390x.deb ... [2021-02-25T03:17:29.767Z] #18 24.79 Unpacking libnfnetlink0:s390x (1.0.1-3+b1) ... [2021-02-25T03:17:29.767Z] #18 24.85 Selecting previously unselected package libnetfilter-conntrack3:s390x. [2021-02-25T03:17:30.101Z] #18 24.86 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_s390x.deb ... [2021-02-25T03:17:30.101Z] #18 24.87 Unpacking libnetfilter-conntrack3:s390x (1.0.7-1) ... [2021-02-25T03:17:30.101Z] #18 24.92 Selecting previously unselected package libnftnl11:s390x. [2021-02-25T03:17:30.101Z] #18 24.92 Preparing to unpack .../06-libnftnl11_1.1.2-2_s390x.deb ... [2021-02-25T03:17:30.101Z] #18 24.92 Unpacking libnftnl11:s390x (1.1.2-2) ... [2021-02-25T03:17:30.101Z] #18 24.98 Selecting previously unselected package iptables. [2021-02-25T03:17:30.101Z] #18 24.98 Preparing to unpack .../07-iptables_1.8.2-4_s390x.deb ... [2021-02-25T03:17:30.101Z] #18 24.99 Unpacking iptables (1.8.2-4) ... [2021-02-25T03:17:30.394Z] #18 ... [2021-02-25T03:17:30.394Z] [2021-02-25T03:17:30.394Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2021-02-25T03:17:30.394Z] #30 DONE 128.0s [2021-02-25T03:17:30.394Z] [2021-02-25T03:17:30.394Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2021-02-25T03:17:30.394Z] #18 25.43 Selecting previously unselected package xxd. [2021-02-25T03:17:30.394Z] #18 25.43 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_s390x.deb ... [2021-02-25T03:17:30.690Z] #18 25.45 Unpacking xxd (2:8.1.0875-5) ... [2021-02-25T03:17:30.690Z] #18 25.71 Selecting previously unselected package vim-common. [2021-02-25T03:17:30.690Z] #18 25.71 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-25T03:17:30.690Z] #18 25.75 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-25T03:17:30.693Z] #10 ... [2021-02-25T03:17:30.693Z] [2021-02-25T03:17:30.693Z] #26 [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-02-25T03:17:30.693Z] #26 sha256:10abf5784de461e98c049d47d557266679085a6c2bdf810e5025bacce3cd75b4 [2021-02-25T03:17:30.693Z] #26 11.57 Selecting previously unselected package libgssapi-krb5-2:arm64. [2021-02-25T03:17:30.693Z] #26 11.58 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_arm64.deb ... [2021-02-25T03:17:30.693Z] #26 11.58 Unpacking libgssapi-krb5-2:arm64 (1.17-3+deb10u1) ... [2021-02-25T03:17:30.693Z] #26 11.66 Selecting previously unselected package libnghttp2-14:arm64. [2021-02-25T03:17:30.693Z] #26 11.66 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_arm64.deb ... [2021-02-25T03:17:30.693Z] #26 11.66 Unpacking libnghttp2-14:arm64 (1.36.0-2+deb10u1) ... [2021-02-25T03:17:30.693Z] #26 11.73 Selecting previously unselected package libpsl5:arm64. [2021-02-25T03:17:30.693Z] #26 11.73 Preparing to unpack .../13-libpsl5_0.20.2-2_arm64.deb ... [2021-02-25T03:17:30.693Z] #26 11.74 Unpacking libpsl5:arm64 (0.20.2-2) ... [2021-02-25T03:17:30.693Z] #26 11.78 Selecting previously unselected package librtmp1:arm64. [2021-02-25T03:17:30.693Z] #26 11.78 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_arm64.deb ... [2021-02-25T03:17:30.693Z] #26 11.79 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... [2021-02-25T03:17:30.693Z] #26 11.84 Selecting previously unselected package libssh2-1:arm64. [2021-02-25T03:17:30.693Z] #26 11.84 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_arm64.deb ... [2021-02-25T03:17:30.693Z] #26 11.85 Unpacking libssh2-1:arm64 (1.8.0-2.1) ... [2021-02-25T03:17:30.693Z] #26 11.90 Selecting previously unselected package libcurl4:arm64. [2021-02-25T03:17:30.693Z] #26 11.90 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_arm64.deb ... [2021-02-25T03:17:30.693Z] #26 11.91 Unpacking libcurl4:arm64 (7.64.0-4+deb10u1) ... [2021-02-25T03:17:30.693Z] #26 12.05 Selecting previously unselected package curl. [2021-02-25T03:17:30.693Z] #26 12.05 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_arm64.deb ... [2021-02-25T03:17:30.693Z] #26 12.06 Unpacking curl (7.64.0-4+deb10u1) ... [2021-02-25T03:17:30.693Z] #26 12.21 Selecting previously unselected package libonig5:arm64. [2021-02-25T03:17:30.693Z] #26 12.22 Preparing to unpack .../18-libonig5_6.9.1-1_arm64.deb ... [2021-02-25T03:17:30.693Z] #26 12.22 Unpacking libonig5:arm64 (6.9.1-1) ... [2021-02-25T03:17:30.693Z] #26 12.30 Selecting previously unselected package libjq1:arm64. [2021-02-25T03:17:30.693Z] #26 12.30 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2021-02-25T03:17:30.693Z] #26 12.31 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-02-25T03:17:30.693Z] #26 12.38 Selecting previously unselected package jq. [2021-02-25T03:17:30.693Z] #26 12.38 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_arm64.deb ... [2021-02-25T03:17:30.693Z] #26 12.40 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-25T03:17:30.693Z] #26 12.47 Setting up libkeyutils1:arm64 (1.6-6) ... [2021-02-25T03:17:30.693Z] #26 12.51 Setting up libpsl5:arm64 (0.20.2-2) ... [2021-02-25T03:17:30.693Z] #26 12.52 Setting up libssl1.1:arm64 (1.1.1d-0+deb10u5) ... [2021-02-25T03:17:30.693Z] #26 13.90 Setting up libnghttp2-14:arm64 (1.36.0-2+deb10u1) ... [2021-02-25T03:17:30.693Z] #26 15.11 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-02-25T03:17:30.693Z] #26 16.70 Setting up libkrb5support0:arm64 (1.17-3+deb10u1) ... [2021-02-25T03:17:30.693Z] #26 16.74 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-25T03:17:30.693Z] #26 16.77 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... [2021-02-25T03:17:30.693Z] #26 16.80 Setting up libk5crypto3:arm64 (1.17-3+deb10u1) ... [2021-02-25T03:17:30.827Z] #29 7.507 0.2% ##### 7.4% ########## 15.0% ################ 22.7% ##################### 30.3% ########################### 38.0% ################################## 47.5% ####################################### 55.2% ############################################ 62.2% ############################################### 66.0% ################################################## 70.3% ##################################################### 74.9% ########################################################## 80.9% ############################################################ 84.4% ############################################################### 88.3% ##################################################################### 95.9% ######################################################################## 100.0% [2021-02-25T03:17:30.827Z] #29 ... [2021-02-25T03:17:30.827Z] [2021-02-25T03:17:30.827Z] #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-02-25T03:17:30.827Z] #49 sha256:622b10339dbd1592d0d8068c69e6662c13890861224891c9d74c6dc75865c0d7 [2021-02-25T03:17:30.827Z] #49 0.853 + RM_GOPATH=0 [2021-02-25T03:17:30.827Z] #49 0.854 + TMP_GOPATH= [2021-02-25T03:17:30.827Z] #49 0.854 + : /build [2021-02-25T03:17:30.827Z] #49 0.855 + '[' -z '' ']' [2021-02-25T03:17:30.827Z] #49 0.856 ++ mktemp -d [2021-02-25T03:17:30.827Z] #49 0.858 + export GOPATH=/tmp/tmp.jenCvqg7bo [2021-02-25T03:17:30.827Z] #49 0.858 + GOPATH=/tmp/tmp.jenCvqg7bo [2021-02-25T03:17:30.827Z] #49 0.858 + RM_GOPATH=1 [2021-02-25T03:17:30.827Z] #49 0.859 + case "$(go env GOARCH)" in [2021-02-25T03:17:30.827Z] #49 0.860 ++ go env GOARCH [2021-02-25T03:17:30.827Z] #49 0.903 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:30.827Z] #49 0.903 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:30.827Z] #49 0.904 ++ dirname /tmp/install/install.sh [2021-02-25T03:17:30.827Z] #49 0.906 + dir=/tmp/install [2021-02-25T03:17:30.827Z] #49 0.906 + bin=golangci_lint [2021-02-25T03:17:30.827Z] #49 0.906 + shift [2021-02-25T03:17:30.827Z] #49 0.906 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-02-25T03:17:30.827Z] #49 0.936 + . /tmp/install/golangci_lint.installer [2021-02-25T03:17:30.827Z] #49 0.936 ++ : v1.23.8 [2021-02-25T03:17:30.827Z] #49 0.940 + install_golangci_lint [2021-02-25T03:17:30.827Z] #49 0.940 + set -e [2021-02-25T03:17:30.827Z] #49 0.944 + export GO111MODULE=on [2021-02-25T03:17:30.827Z] #49 0.944 + GO111MODULE=on [2021-02-25T03:17:30.827Z] #49 0.944 + GOBIN=/build [2021-02-25T03:17:30.827Z] #49 0.944 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-02-25T03:17:30.827Z] #49 1.030 go: finding github.com v1.23.8 [2021-02-25T03:17:30.827Z] #49 1.053 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-02-25T03:17:30.827Z] #49 1.054 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-02-25T03:17:30.827Z] #49 1.055 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-02-25T03:17:30.827Z] #49 1.055 go: finding github.com/golangci v1.23.8 [2021-02-25T03:17:30.827Z] #49 1.968 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-02-25T03:17:30.827Z] #49 3.279 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-02-25T03:17:30.827Z] #49 ... [2021-02-25T03:17:30.827Z] [2021-02-25T03:17:30.827Z] #64 [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-02-25T03:17:30.827Z] #64 sha256:7f596cc40668c57c75e24834ad3d6c04510120e8ab812e986390121ed4eb3b2c [2021-02-25T03:17:30.827Z] #64 0.817 + RM_GOPATH=0 [2021-02-25T03:17:30.827Z] #64 0.818 + TMP_GOPATH= [2021-02-25T03:17:30.827Z] #64 0.818 + : /build [2021-02-25T03:17:30.827Z] #64 0.818 + '[' -z '' ']' [2021-02-25T03:17:30.827Z] #64 0.819 ++ mktemp -d [2021-02-25T03:17:30.827Z] #64 0.822 + export GOPATH=/tmp/tmp.xReex9NFUy [2021-02-25T03:17:30.827Z] #64 0.846 + GOPATH=/tmp/tmp.xReex9NFUy [2021-02-25T03:17:30.827Z] #64 0.846 + RM_GOPATH=1 [2021-02-25T03:17:30.827Z] #64 0.848 + case "$(go env GOARCH)" in [2021-02-25T03:17:30.827Z] #64 0.849 ++ go env GOARCH [2021-02-25T03:17:30.827Z] #64 0.878 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:30.827Z] #64 0.878 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:30.827Z] #64 0.880 ++ dirname /tmp/install/install.sh [2021-02-25T03:17:30.827Z] #64 0.881 + dir=/tmp/install [2021-02-25T03:17:30.827Z] #64 0.882 + bin=proxy [2021-02-25T03:17:30.827Z] #64 0.882 + shift [2021-02-25T03:17:30.827Z] #64 0.886 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-02-25T03:17:30.827Z] #64 0.910 + . /tmp/install/proxy.installer [2021-02-25T03:17:30.827Z] #64 0.910 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-25T03:17:30.827Z] #64 0.913 + install_proxy [2021-02-25T03:17:30.827Z] #64 0.915 + case "$1" in [2021-02-25T03:17:30.827Z] #64 0.917 + export CGO_ENABLED=0 [2021-02-25T03:17:30.827Z] #64 0.917 + CGO_ENABLED=0 [2021-02-25T03:17:30.827Z] #64 0.918 + _install_proxy [2021-02-25T03:17:30.827Z] #64 0.918 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7' [2021-02-25T03:17:30.827Z] #64 0.919 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-25T03:17:30.827Z] #64 0.919 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.xReex9NFUy/src/github.com/docker/libnetwork [2021-02-25T03:17:30.827Z] #64 0.923 Cloning into '/tmp/tmp.xReex9NFUy/src/github.com/docker/libnetwork'... [2021-02-25T03:17:30.971Z] #26 16.91 Setting up libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-25T03:17:30.971Z] #26 16.94 Setting up libssh2-1:arm64 (1.8.0-2.1) ... [2021-02-25T03:17:30.971Z] #26 16.96 Setting up libkrb5-3:arm64 (1.17-3+deb10u1) ... [2021-02-25T03:17:30.980Z] #26 11.30 137 added, 0 removed; done. [2021-02-25T03:17:30.980Z] #26 11.34 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-02-25T03:17:30.980Z] #26 11.36 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-25T03:17:30.980Z] #26 11.37 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-02-25T03:17:30.980Z] #26 11.38 Setting up curl (7.64.0-4+deb10u1) ... [2021-02-25T03:17:30.980Z] #26 11.40 Processing triggers for libc-bin (2.28-10) ... [2021-02-25T03:17:30.980Z] #26 11.43 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-02-25T03:17:30.980Z] #26 11.44 Updating certificates in /etc/ssl/certs... [2021-02-25T03:17:31.129Z] #64 ... [2021-02-25T03:17:31.129Z] [2021-02-25T03:17:31.129Z] #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-02-25T03:17:31.129Z] #32 sha256:ba59694c74ae35466e9aac70d02cc54f7d6e23f684c9a35cfebae8ddb1b44030 [2021-02-25T03:17:31.129Z] #32 0.661 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-02-25T03:17:31.129Z] #32 0.663 Cloning into '.'... [2021-02-25T03:17:31.129Z] #32 ... [2021-02-25T03:17:31.129Z] [2021-02-25T03:17:31.129Z] #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-02-25T03:17:31.129Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-02-25T03:17:31.129Z] #42 1.038 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-25T03:17:31.129Z] #42 1.117 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-25T03:17:31.129Z] #42 1.135 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-25T03:17:31.129Z] #42 2.412 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-02-25T03:17:31.129Z] #42 4.589 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [258 kB] [2021-02-25T03:17:31.129Z] #42 6.898 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B] [2021-02-25T03:17:31.352Z] #18 26.18 Selecting previously unselected package bash-completion. [2021-02-25T03:17:31.352Z] #18 26.18 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-02-25T03:17:31.434Z] #42 ... [2021-02-25T03:17:31.434Z] [2021-02-25T03:17:31.434Z] #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-02-25T03:17:31.434Z] #51 sha256:6391109844e799df0f3324325bd4507bbd831a65436fe2672c84c9ddeab1bb4b [2021-02-25T03:17:31.434Z] #51 0.828 + RM_GOPATH=0 [2021-02-25T03:17:31.434Z] #51 0.828 + TMP_GOPATH= [2021-02-25T03:17:31.434Z] #51 0.828 + : /build [2021-02-25T03:17:31.434Z] #51 0.828 + '[' -z '' ']' [2021-02-25T03:17:31.434Z] #51 0.829 ++ mktemp -d [2021-02-25T03:17:31.434Z] #51 0.830 + export GOPATH=/tmp/tmp.OYjWgqKYST [2021-02-25T03:17:31.434Z] #51 0.830 + GOPATH=/tmp/tmp.OYjWgqKYST [2021-02-25T03:17:31.434Z] #51 0.830 + RM_GOPATH=1 [2021-02-25T03:17:31.434Z] #51 0.831 + case "$(go env GOARCH)" in [2021-02-25T03:17:31.434Z] #51 0.832 ++ go env GOARCH [2021-02-25T03:17:31.434Z] #51 0.916 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:31.434Z] #51 0.916 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:31.434Z] #51 0.920 ++ dirname /tmp/install/install.sh [2021-02-25T03:17:31.434Z] #51 0.921 + dir=/tmp/install [2021-02-25T03:17:31.434Z] #51 0.921 + bin=shfmt [2021-02-25T03:17:31.434Z] #51 0.921 + shift [2021-02-25T03:17:31.434Z] #51 0.922 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-02-25T03:17:31.434Z] #51 0.922 + . /tmp/install/shfmt.installer [2021-02-25T03:17:31.434Z] #51 0.922 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-25T03:17:31.434Z] #51 0.923 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-25T03:17:31.434Z] #51 0.924 + install_shfmt [2021-02-25T03:17:31.434Z] #51 0.924 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-02-25T03:17:31.434Z] #51 0.924 + git clone https://github.com/mvdan/sh.git /tmp/tmp.OYjWgqKYST/src/github.com/mvdan/sh [2021-02-25T03:17:31.434Z] #51 0.928 Cloning into '/tmp/tmp.OYjWgqKYST/src/github.com/mvdan/sh'... [2021-02-25T03:17:31.434Z] #51 ... [2021-02-25T03:17:31.434Z] [2021-02-25T03:17:31.434Z] #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-02-25T03:17:31.434Z] #24 sha256:22761bc87d8a6e72ddd9615b6d7ab7d855c0d1b083f96cff7fa10bff8904cc61 [2021-02-25T03:17:31.434Z] #24 0.833 + RM_GOPATH=0 [2021-02-25T03:17:31.434Z] #24 0.833 + TMP_GOPATH= [2021-02-25T03:17:31.434Z] #24 0.833 + : /build [2021-02-25T03:17:31.434Z] #24 0.833 + '[' -z '' ']' [2021-02-25T03:17:31.434Z] #24 0.834 ++ mktemp -d [2021-02-25T03:17:31.434Z] #24 0.835 + export GOPATH=/tmp/tmp.z9jt9Bc0AQ [2021-02-25T03:17:31.434Z] #24 0.835 + GOPATH=/tmp/tmp.z9jt9Bc0AQ [2021-02-25T03:17:31.434Z] #24 0.835 + RM_GOPATH=1 [2021-02-25T03:17:31.434Z] #24 0.836 + case "$(go env GOARCH)" in [2021-02-25T03:17:31.434Z] #24 0.857 ++ go env GOARCH [2021-02-25T03:17:31.434Z] #24 0.885 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:31.434Z] #24 0.885 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:31.434Z] #24 0.888 ++ dirname /tmp/install/install.sh [2021-02-25T03:17:31.434Z] #24 0.896 + dir=/tmp/install [2021-02-25T03:17:31.434Z] #24 0.896 + bin=dockercli [2021-02-25T03:17:31.434Z] #24 0.896 + shift [2021-02-25T03:17:31.434Z] #24 0.897 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-02-25T03:17:31.434Z] #24 0.898 + . /tmp/install/dockercli.installer [2021-02-25T03:17:31.434Z] #24 0.898 ++ : stable [2021-02-25T03:17:31.434Z] #24 0.899 ++ : 17.06.2-ce [2021-02-25T03:17:31.434Z] #24 0.901 + install_dockercli [2021-02-25T03:17:31.434Z] #24 0.901 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-02-25T03:17:31.434Z] #24 0.902 Install docker/cli version 17.06.2-ce from stable [2021-02-25T03:17:31.434Z] #24 0.906 ++ uname -m [2021-02-25T03:17:31.434Z] #24 0.908 + arch=ppc64le [2021-02-25T03:17:31.434Z] #24 0.908 + '[' ppc64le '!=' x86_64 ']' [2021-02-25T03:17:31.434Z] #24 0.908 + '[' ppc64le '!=' s390x ']' [2021-02-25T03:17:31.434Z] #24 0.908 + '[' ppc64le '!=' armhf ']' [2021-02-25T03:17:31.434Z] #24 0.909 + build_dockercli [2021-02-25T03:17:31.434Z] #24 0.909 + git clone https://github.com/docker/docker-ce /tmp/tmp.z9jt9Bc0AQ/tmp/docker-ce [2021-02-25T03:17:31.434Z] #24 0.948 Cloning into '/tmp/tmp.z9jt9Bc0AQ/tmp/docker-ce'... [2021-02-25T03:17:31.497Z] #9 ... [2021-02-25T03:17:31.497Z] [2021-02-25T03:17:31.497Z] #26 [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-02-25T03:17:31.497Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-02-25T03:17:31.497Z] #26 9.036 Updating certificates in /etc/ssl/certs... [2021-02-25T03:17:31.497Z] #26 9.753 137 added, 0 removed; done. [2021-02-25T03:17:31.497Z] #26 9.787 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-02-25T03:17:31.497Z] #26 9.801 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-25T03:17:31.497Z] #26 9.811 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-02-25T03:17:31.497Z] #26 9.822 Setting up curl (7.64.0-4+deb10u1) ... [2021-02-25T03:17:31.497Z] #26 9.833 Processing triggers for libc-bin (2.28-10) ... [2021-02-25T03:17:31.497Z] #26 9.851 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-02-25T03:17:31.497Z] #26 9.860 Updating certificates in /etc/ssl/certs... [2021-02-25T03:17:31.497Z] #26 10.44 0 added, 0 removed; done. [2021-02-25T03:17:31.497Z] #26 10.44 Running hooks in /etc/ca-certificates/update.d... [2021-02-25T03:17:31.497Z] #26 10.44 done. [2021-02-25T03:17:31.497Z] #26 DONE 12.6s [2021-02-25T03:17:31.497Z] [2021-02-25T03:17:31.497Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-25T03:17:31.497Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-25T03:17:31.744Z] #24 ... [2021-02-25T03:17:31.744Z] [2021-02-25T03:17:31.744Z] #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-02-25T03:17:31.744Z] #45 sha256:b3ae012ae7778c84f7a05da4bdd7179235db04bef388100621bc6554c8e89643 [2021-02-25T03:17:31.744Z] #45 0.847 + RM_GOPATH=0 [2021-02-25T03:17:31.744Z] #45 0.847 + TMP_GOPATH= [2021-02-25T03:17:31.744Z] #45 0.847 + : /build [2021-02-25T03:17:31.744Z] #45 0.847 + '[' -z '' ']' [2021-02-25T03:17:31.744Z] #45 0.848 ++ mktemp -d [2021-02-25T03:17:31.744Z] #45 0.876 + export GOPATH=/tmp/tmp.nfJryKofGF [2021-02-25T03:17:31.744Z] #45 0.876 + GOPATH=/tmp/tmp.nfJryKofGF [2021-02-25T03:17:31.744Z] #45 0.876 + RM_GOPATH=1 [2021-02-25T03:17:31.744Z] #45 0.876 + case "$(go env GOARCH)" in [2021-02-25T03:17:31.744Z] #45 0.882 ++ go env GOARCH [2021-02-25T03:17:31.744Z] #45 0.911 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:31.744Z] #45 0.911 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:31.744Z] #45 0.941 ++ dirname /tmp/install/install.sh [2021-02-25T03:17:31.744Z] #45 0.943 + dir=/tmp/install [2021-02-25T03:17:31.744Z] #45 0.943 + bin=vndr [2021-02-25T03:17:31.744Z] #45 0.943 + shift [2021-02-25T03:17:31.744Z] #45 0.943 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-02-25T03:17:31.744Z] #45 0.947 + . /tmp/install/vndr.installer [2021-02-25T03:17:31.744Z] #45 0.948 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-25T03:17:31.744Z] #45 0.948 + install_vndr [2021-02-25T03:17:31.744Z] #45 0.948 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-02-25T03:17:31.744Z] #45 0.948 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-25T03:17:31.744Z] #45 0.949 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.nfJryKofGF/src/github.com/LK4D4/vndr [2021-02-25T03:17:31.744Z] #45 0.963 Cloning into '/tmp/tmp.nfJryKofGF/src/github.com/LK4D4/vndr'... [2021-02-25T03:17:31.744Z] #45 1.955 + cd /tmp/tmp.nfJryKofGF/src/github.com/LK4D4/vndr [2021-02-25T03:17:31.744Z] #45 1.956 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-25T03:17:31.744Z] #45 1.976 + go build -buildmode=pie -v -o /build/vndr . [2021-02-25T03:17:31.744Z] #45 3.494 runtime/internal/math [2021-02-25T03:17:31.744Z] #45 3.550 internal/race [2021-02-25T03:17:31.744Z] #45 3.607 internal/cpu [2021-02-25T03:17:31.744Z] #45 3.794 runtime/internal/atomic [2021-02-25T03:17:31.744Z] #45 3.945 sync/atomic [2021-02-25T03:17:31.744Z] #45 4.160 unicode [2021-02-25T03:17:31.744Z] #45 4.591 unicode/utf8 [2021-02-25T03:17:31.744Z] #45 5.026 math [2021-02-25T03:17:31.744Z] #45 5.609 internal/bytealg [2021-02-25T03:17:31.744Z] #45 6.898 internal/testlog [2021-02-25T03:17:31.744Z] #45 7.738 encoding [2021-02-25T03:17:31.744Z] #45 7.798 runtime [2021-02-25T03:17:31.744Z] #45 7.847 unicode/utf16 [2021-02-25T03:17:31.744Z] #45 8.593 container/list [2021-02-25T03:17:31.744Z] #45 ... [2021-02-25T03:17:31.744Z] [2021-02-25T03:17:31.744Z] #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-02-25T03:17:31.744Z] #34 sha256:ced9f780ba36d958fea0a88481379dbcb5fb4e2acfd6605fe4673dff228b33d6 [2021-02-25T03:17:31.744Z] #34 0.844 + RM_GOPATH=0 [2021-02-25T03:17:31.744Z] #34 0.845 + TMP_GOPATH= [2021-02-25T03:17:31.744Z] #34 0.845 + : /build [2021-02-25T03:17:31.744Z] #34 0.846 + '[' -z '' ']' [2021-02-25T03:17:31.744Z] #34 0.849 ++ mktemp -d [2021-02-25T03:17:31.744Z] #34 0.851 + export GOPATH=/tmp/tmp.jxrMaFUlx7 [2021-02-25T03:17:31.744Z] #34 0.852 + GOPATH=/tmp/tmp.jxrMaFUlx7 [2021-02-25T03:17:31.744Z] #34 0.853 + RM_GOPATH=1 [2021-02-25T03:17:31.744Z] #34 0.855 + case "$(go env GOARCH)" in [2021-02-25T03:17:31.744Z] #34 0.864 ++ go env GOARCH [2021-02-25T03:17:31.744Z] #34 0.941 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:31.744Z] #34 0.941 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:31.744Z] #34 0.942 ++ dirname /tmp/install/install.sh [2021-02-25T03:17:31.744Z] #34 0.944 + dir=/tmp/install [2021-02-25T03:17:31.744Z] #34 0.944 + bin=tomlv [2021-02-25T03:17:31.744Z] #34 0.944 + shift [2021-02-25T03:17:31.744Z] #34 0.944 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-02-25T03:17:31.744Z] #34 0.945 + . /tmp/install/tomlv.installer [2021-02-25T03:17:31.744Z] #34 0.945 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-25T03:17:31.744Z] #34 0.946 + install_tomlv [2021-02-25T03:17:31.744Z] #34 0.946 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-02-25T03:17:31.744Z] #34 0.946 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.jxrMaFUlx7/src/github.com/BurntSushi/toml [2021-02-25T03:17:31.744Z] #34 0.946 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-25T03:17:31.744Z] #34 0.956 Cloning into '/tmp/tmp.jxrMaFUlx7/src/github.com/BurntSushi/toml'... [2021-02-25T03:17:31.744Z] #34 1.847 + cd /tmp/tmp.jxrMaFUlx7/src/github.com/BurntSushi/toml [2021-02-25T03:17:31.744Z] #34 1.847 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-25T03:17:31.744Z] #34 1.872 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-02-25T03:17:31.744Z] #34 2.657 math/bits [2021-02-25T03:17:31.744Z] #34 2.701 runtime/internal/sys [2021-02-25T03:17:31.744Z] #34 2.708 runtime/internal/atomic [2021-02-25T03:17:31.744Z] #34 2.777 internal/cpu [2021-02-25T03:17:31.744Z] #34 3.255 runtime/internal/math [2021-02-25T03:17:31.744Z] #34 3.761 unicode/utf8 [2021-02-25T03:17:31.744Z] #34 3.928 internal/race [2021-02-25T03:17:31.744Z] #34 4.251 internal/bytealg [2021-02-25T03:17:31.744Z] #34 4.322 sync/atomic [2021-02-25T03:17:31.744Z] #34 4.637 math [2021-02-25T03:17:31.744Z] #34 4.845 unicode [2021-02-25T03:17:31.744Z] #34 6.601 internal/testlog [2021-02-25T03:17:31.744Z] #34 7.130 runtime [2021-02-25T03:17:31.744Z] #34 7.769 encoding [2021-02-25T03:17:31.744Z] #34 7.940 runtime/cgo [2021-02-25T03:17:31.744Z] #34 ... [2021-02-25T03:17:31.744Z] [2021-02-25T03:17:31.744Z] #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-02-25T03:17:31.744Z] #40 sha256:901a5c29e907a8e8e928e98b52a88e62a3d1a37f080c0011a504e7b597e8f9f9 [2021-02-25T03:17:31.744Z] #40 0.712 + git clone https://github.com/docker/distribution.git . [2021-02-25T03:17:31.744Z] #40 0.713 Cloning into '.'... [2021-02-25T03:17:31.921Z] #26 18.08 Setting up openssl (1.1.1d-0+deb10u5) ... [2021-02-25T03:17:31.933Z] #26 12.45 0 added, 0 removed; done. [2021-02-25T03:17:31.933Z] #26 12.45 Running hooks in /etc/ca-certificates/update.d... [2021-02-25T03:17:31.933Z] #26 12.46 done. [2021-02-25T03:17:32.052Z] #40 ... [2021-02-25T03:17:32.052Z] [2021-02-25T03:17:32.052Z] #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-02-25T03:17:32.052Z] #55 sha256:c6de94bf361792c0630dfe92297aafeb0498862bc4e1fa7f675f3ac2c82c21ea [2021-02-25T03:17:32.052Z] #55 1.050 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-25T03:17:32.052Z] #55 1.127 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-25T03:17:32.052Z] #55 1.131 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-25T03:17:32.052Z] #55 2.290 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-02-25T03:17:32.052Z] #55 5.199 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [258 kB] [2021-02-25T03:17:32.052Z] #55 7.441 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B] [2021-02-25T03:17:32.052Z] #55 ... [2021-02-25T03:17:32.052Z] [2021-02-25T03:17:32.052Z] #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-02-25T03:17:32.052Z] #47 sha256:43ea9d15e6e841eff2a2bffb05f61e0c83ce65c2307ab5ec9e62eb73be0858e5 [2021-02-25T03:17:32.052Z] #47 0.808 + RM_GOPATH=0 [2021-02-25T03:17:32.052Z] #47 0.810 + TMP_GOPATH= [2021-02-25T03:17:32.052Z] #47 0.811 + : /build [2021-02-25T03:17:32.052Z] #47 0.812 + '[' -z '' ']' [2021-02-25T03:17:32.052Z] #47 0.823 ++ mktemp -d [2021-02-25T03:17:32.052Z] #47 0.825 + export GOPATH=/tmp/tmp.rNvGE3C2t7 [2021-02-25T03:17:32.052Z] #47 0.826 + GOPATH=/tmp/tmp.rNvGE3C2t7 [2021-02-25T03:17:32.052Z] #47 0.826 + RM_GOPATH=1 [2021-02-25T03:17:32.052Z] #47 0.828 + case "$(go env GOARCH)" in [2021-02-25T03:17:32.052Z] #47 0.839 ++ go env GOARCH [2021-02-25T03:17:32.052Z] #47 0.875 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:32.052Z] #47 0.875 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:32.052Z] #47 0.890 ++ dirname /tmp/install/install.sh [2021-02-25T03:17:32.052Z] #47 0.894 + dir=/tmp/install [2021-02-25T03:17:32.052Z] #47 0.895 + bin=gotestsum [2021-02-25T03:17:32.052Z] #47 0.896 + shift [2021-02-25T03:17:32.052Z] #47 0.896 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-02-25T03:17:32.052Z] #47 0.897 + . /tmp/install/gotestsum.installer [2021-02-25T03:17:32.052Z] #47 0.897 ++ : v0.5.3 [2021-02-25T03:17:32.052Z] #47 0.898 + install_gotestsum [2021-02-25T03:17:32.052Z] #47 0.899 + set -e [2021-02-25T03:17:32.052Z] #47 0.900 + export GO111MODULE=on [2021-02-25T03:17:32.052Z] #47 0.900 + GO111MODULE=on [2021-02-25T03:17:32.052Z] #47 0.900 + GOBIN=/build [2021-02-25T03:17:32.052Z] #47 0.900 + go get gotest.tools/gotestsum@v0.5.3 [2021-02-25T03:17:32.052Z] #47 1.029 go: finding gotest.tools v0.5.3 [2021-02-25T03:17:32.052Z] #47 1.034 go: finding gotest.tools/gotestsum v0.5.3 [2021-02-25T03:17:32.052Z] #47 2.216 go: downloading gotest.tools/gotestsum v0.5.3 [2021-02-25T03:17:32.052Z] #47 3.336 go: extracting gotest.tools/gotestsum v0.5.3 [2021-02-25T03:17:32.052Z] #47 5.536 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-25T03:17:32.052Z] #47 5.537 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-25T03:17:32.052Z] #47 5.548 go: downloading github.com/spf13/pflag v1.0.3 [2021-02-25T03:17:32.052Z] #47 5.559 go: downloading github.com/pkg/errors v0.9.1 [2021-02-25T03:17:32.053Z] #47 5.624 go: downloading github.com/fatih/color v1.9.0 [2021-02-25T03:17:32.053Z] #47 5.713 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-25T03:17:32.053Z] #47 5.784 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-25T03:17:32.053Z] #47 5.881 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-25T03:17:32.053Z] #47 5.959 go: extracting github.com/pkg/errors v0.9.1 [2021-02-25T03:17:32.053Z] #47 6.101 go: extracting github.com/spf13/pflag v1.0.3 [2021-02-25T03:17:32.053Z] #47 6.200 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-25T03:17:32.053Z] #47 6.352 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-02-25T03:17:32.053Z] #47 6.671 go: extracting github.com/fatih/color v1.9.0 [2021-02-25T03:17:32.053Z] #47 6.797 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-02-25T03:17:32.053Z] #47 6.805 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-25T03:17:32.053Z] #47 6.813 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-02-25T03:17:32.053Z] #47 7.473 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-02-25T03:17:32.053Z] #47 7.758 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-02-25T03:17:32.053Z] #47 7.859 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-02-25T03:17:32.053Z] #47 9.702 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-25T03:17:32.053Z] #47 10.41 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-25T03:17:32.186Z] #26 ... [2021-02-25T03:17:32.186Z] [2021-02-25T03:17:32.186Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-02-25T03:17:32.186Z] #10 sha256:a8dfe72bf17ed43cb49f11f8bd3245b42805f80ef5a25a941391f3e1c9a497b6 [2021-02-25T03:17:32.186Z] #10 DONE 6.7s [2021-02-25T03:17:32.186Z] [2021-02-25T03:17:32.186Z] #26 [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-02-25T03:17:32.186Z] #26 sha256:10abf5784de461e98c049d47d557266679085a6c2bdf810e5025bacce3cd75b4 [2021-02-25T03:17:32.186Z] #26 18.12 Setting up libonig5:arm64 (6.9.1-1) ... [2021-02-25T03:17:32.186Z] #26 18.13 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-02-25T03:17:32.186Z] #26 ... [2021-02-25T03:17:32.186Z] [2021-02-25T03:17:32.186Z] #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-02-25T03:17:32.186Z] #11 sha256:e46eee8ff92c21f88366fee713bb2a3f039cf670e8a8c0145a967ba89ac8e9b5 [2021-02-25T03:17:32.358Z] #47 ... [2021-02-25T03:17:32.358Z] [2021-02-25T03:17:32.358Z] #13 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-25T03:17:32.358Z] #13 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-02-25T03:17:32.358Z] #13 1.083 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-25T03:17:32.358Z] #13 1.202 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-25T03:17:32.358Z] #13 1.219 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-25T03:17:32.358Z] #13 2.560 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-02-25T03:17:32.358Z] #13 5.056 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [258 kB] [2021-02-25T03:17:32.358Z] #13 7.086 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B] [2021-02-25T03:17:32.358Z] #13 ... [2021-02-25T03:17:32.358Z] [2021-02-25T03:17:32.358Z] #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-02-25T03:17:32.358Z] #36 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-02-25T03:17:32.358Z] #36 0.673 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-25T03:17:32.358Z] #36 0.703 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-25T03:17:32.358Z] #36 0.715 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-25T03:17:32.358Z] #36 1.648 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-02-25T03:17:32.358Z] #36 3.791 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [258 kB] [2021-02-25T03:17:32.358Z] #36 6.112 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B] [2021-02-25T03:17:32.430Z] #9 ... [2021-02-25T03:17:32.430Z] [2021-02-25T03:17:32.430Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-02-25T03:17:32.430Z] #27 sha256:1610458353ace0b845c87f14f613d711868bca777f676370775ea2715b98d27a [2021-02-25T03:17:32.430Z] #27 DONE 1.2s [2021-02-25T03:17:32.430Z] [2021-02-25T03:17:32.430Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-25T03:17:32.430Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-25T03:17:32.430Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.1s [2021-02-25T03:17:32.661Z] #36 ... [2021-02-25T03:17:32.661Z] [2021-02-25T03:17:32.661Z] #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-02-25T03:17:32.661Z] #29 sha256:1469f0a582c5a307eedf44c9a41dea2ec27834fdbbd2951ebafe162c8486dafa [2021-02-25T03:17:32.661Z] #29 9.705 [2021-02-25T03:17:32.884Z] #18 27.98 Unpacking bash-completion (1:2.8-6) ... [2021-02-25T03:17:32.993Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.6s done [2021-02-25T03:17:33.250Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2021-02-25T03:17:33.507Z] #9 DONE 22.8s [2021-02-25T03:17:33.507Z] [2021-02-25T03:17:33.507Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-02-25T03:17:33.507Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-02-25T03:17:33.521Z] #18 28.29 Selecting previously unselected package bzip2. [2021-02-25T03:17:33.521Z] #18 28.29 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_s390x.deb ... [2021-02-25T03:17:33.521Z] #18 28.29 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-25T03:17:33.521Z] #18 28.38 Selecting previously unselected package xz-utils. [2021-02-25T03:17:33.521Z] #18 28.40 Preparing to unpack .../12-xz-utils_5.2.4-1_s390x.deb ... [2021-02-25T03:17:33.521Z] #18 28.40 Unpacking xz-utils (5.2.4-1) ... [2021-02-25T03:17:33.521Z] #18 28.58 Selecting previously unselected package apparmor. [2021-02-25T03:17:33.521Z] #18 28.58 Preparing to unpack .../13-apparmor_2.13.2-10_s390x.deb ... [2021-02-25T03:17:33.521Z] #18 28.61 Unpacking apparmor (2.13.2-10) ... [2021-02-25T03:17:33.844Z] #18 28.87 Selecting previously unselected package aufs-tools. [2021-02-25T03:17:33.844Z] #18 28.87 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_s390x.deb ... [2021-02-25T03:17:33.844Z] #18 28.87 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-02-25T03:17:33.872Z] #26 ... [2021-02-25T03:17:33.872Z] [2021-02-25T03:17:33.872Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-25T03:17:33.872Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-25T03:17:33.872Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.2s [2021-02-25T03:17:33.872Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.3s done [2021-02-25T03:17:34.119Z] #11 DONE 1.9s [2021-02-25T03:17:34.119Z] [2021-02-25T03:17:34.119Z] #23 [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-02-25T03:17:34.119Z] #23 sha256:b6f757430588f2eb65332387809d416151bde50c337177526c6d4929e9a481d7 [2021-02-25T03:17:34.133Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e [2021-02-25T03:17:34.169Z] #18 29.04 Selecting previously unselected package libonig5:s390x. [2021-02-25T03:17:34.169Z] #18 29.04 Preparing to unpack .../15-libonig5_6.9.1-1_s390x.deb ... [2021-02-25T03:17:34.169Z] #18 29.04 Unpacking libonig5:s390x (6.9.1-1) ... [2021-02-25T03:17:34.169Z] #18 29.14 Selecting previously unselected package libjq1:s390x. [2021-02-25T03:17:34.169Z] #18 29.15 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_s390x.deb ... [2021-02-25T03:17:34.169Z] #18 29.15 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2021-02-25T03:17:34.169Z] #18 29.21 Selecting previously unselected package jq. [2021-02-25T03:17:34.383Z] #23 ... [2021-02-25T03:17:34.383Z] [2021-02-25T03:17:34.383Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-02-25T03:17:34.383Z] #30 sha256:83c8560c50b15431e546bac469c64be716b739933dacb40c9db55dad341c2a58 [2021-02-25T03:17:34.383Z] #30 DONE 0.4s [2021-02-25T03:17:34.383Z] [2021-02-25T03:17:34.383Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-02-25T03:17:34.383Z] #38 sha256:5a8b6c7320e82a4b1d150c036edc95f00476bccb86f60acf022f7ce3ac710b58 [2021-02-25T03:17:34.383Z] #38 DONE 0.4s [2021-02-25T03:17:34.460Z] #18 29.22 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_s390x.deb ... [2021-02-25T03:17:34.460Z] #18 29.22 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-25T03:17:34.460Z] #18 29.30 Selecting previously unselected package libaio1:s390x. [2021-02-25T03:17:34.460Z] #18 29.30 Preparing to unpack .../18-libaio1_0.3.112-3_s390x.deb ... [2021-02-25T03:17:34.460Z] #18 29.31 Unpacking libaio1:s390x (0.3.112-3) ... [2021-02-25T03:17:34.460Z] #18 29.51 Selecting previously unselected package libgpm2:s390x. [2021-02-25T03:17:34.647Z] [2021-02-25T03:17:34.647Z] #39 [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-02-25T03:17:34.647Z] #39 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926 [2021-02-25T03:17:34.752Z] #18 29.51 Preparing to unpack .../19-libgpm2_1.20.7-5_s390x.deb ... [2021-02-25T03:17:34.753Z] #18 29.52 Unpacking libgpm2:s390x (1.20.7-5) ... [2021-02-25T03:17:34.753Z] #18 29.57 Selecting previously unselected package libicu63:s390x. [2021-02-25T03:17:34.753Z] #18 29.58 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_s390x.deb ... [2021-02-25T03:17:34.753Z] #18 29.58 Unpacking libicu63:s390x (63.1-6+deb10u1) ... [2021-02-25T03:17:35.087Z] #9 ... [2021-02-25T03:17:35.087Z] [2021-02-25T03:17:35.087Z] #26 [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-02-25T03:17:35.087Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-02-25T03:17:35.087Z] #26 DONE 15.4s [2021-02-25T03:17:35.087Z] [2021-02-25T03:17:35.087Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-25T03:17:35.087Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-25T03:17:35.087Z] #9 ... [2021-02-25T03:17:35.087Z] [2021-02-25T03:17:35.087Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-02-25T03:17:35.087Z] #27 sha256:fadd92bb91b3b0f47c6e6699f0fac32cd62e75af2b371ee0cb5d129abc61c28d [2021-02-25T03:17:35.087Z] #27 DONE 0.2s [2021-02-25T03:17:35.087Z] [2021-02-25T03:17:35.087Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-25T03:17:35.087Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-25T03:17:35.411Z] #10 DONE 1.9s [2021-02-25T03:17:35.411Z] [2021-02-25T03:17:35.411Z] #28 [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-02-25T03:17:35.411Z] #28 sha256:272a5f0d73590112b134b20e31d607f87f67b83cc9c488155a0a4157c86c2e6d [2021-02-25T03:17:35.411Z] #28 1.012 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-02-25T03:17:35.411Z] #28 1.088 [2021-02-25T03:17:35.411Z] #28 1.201 ###### 9.0% #################### 29.0% ###################################### 53.4% ############################################### 66.3% ##################################################################### 97.0% ######################################################################## 100.0% [2021-02-25T03:17:35.411Z] #28 1.738 [2021-02-25T03:17:35.411Z] #28 1.846 ######################################################################## 100.0% [2021-02-25T03:17:35.411Z] #28 1.907 [2021-02-25T03:17:35.411Z] #28 2.018 ################################################################# 91.6% ######################################################################## 100.0% [2021-02-25T03:17:35.411Z] #28 2.194 [2021-02-25T03:17:35.411Z] #28 2.306 ############ 17.9% ########################## 37.2% ######################################## 56.3% ###################################################### 75.8% #################################################################### 95.1% ######################################################################## 100.0% [2021-02-25T03:17:35.411Z] #28 2.795 [2021-02-25T03:17:35.695Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-02-25T03:17:35.695Z] [2021-02-25T03:17:35.695Z] ________ ____ __. [2021-02-25T03:17:35.695Z] \_____ \ | |/ _| [2021-02-25T03:17:35.695Z] / | \| < [2021-02-25T03:17:35.695Z] / | \ | \ [2021-02-25T03:17:35.695Z] \_______ /____|__ \ [2021-02-25T03:17:35.695Z] \/ \/ [2021-02-25T03:17:35.695Z] [2021-02-25T03:17:35.695Z] INFO: make.ps1 ended at 02/25/2021 03:17:31 [2021-02-25T03:17:35.695Z] INFO: Binaries build ended at 02/25/2021 03:17:32. Duration:00:01:15.7880993 [2021-02-25T03:17:35.695Z] INFO: Copying the built daemon binary to d:\CI\PR-42056\8\binary\dockerd-0c80bd9afb.exe... [2021-02-25T03:17:35.695Z] INFO: Copying the built client binary to d:\CI\PR-42056\8\binary\docker-0c80bd9afb.exe... [2021-02-25T03:17:35.695Z] INFO: Copying dockerversion from the container... [2021-02-25T03:17:35.695Z] INFO: Copying the golang package from the container to d:\CI\PR-42056\8\installer\go.zip... [2021-02-25T03:17:35.695Z] INFO: Extracting go.zip to d:\CI\PR-42056\8\go [2021-02-25T03:17:37.229Z] #28 2.911 ### 4.7% ### 5.1% ###### 9.0% ########### 16.1% ############### 22.0% #################### 28.7% ######################## 34.6% ############################# 41.3% ################################# 46.5% ##################################### 51.7% ######################################## 56.9% ############################################ 62.0% ############################################# 63.3% ################################################### 71.1% ######################################################## 78.9% ############################################################ 84.1% ################################################################ 89.3% #################################################################### 94.5% ####################################################################### 99.7% ######################################################################## 100.0% [2021-02-25T03:17:37.230Z] #28 4.769 [2021-02-25T03:17:37.245Z] #39 ... [2021-02-25T03:17:37.245Z] [2021-02-25T03:17:37.245Z] #26 [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-02-25T03:17:37.245Z] #26 sha256:10abf5784de461e98c049d47d557266679085a6c2bdf810e5025bacce3cd75b4 [2021-02-25T03:17:37.245Z] #26 18.26 Setting up libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u6) ... [2021-02-25T03:17:37.245Z] #26 18.27 Setting up ca-certificates (20200601~deb10u2) ... [2021-02-25T03:17:37.245Z] #26 19.23 Updating certificates in /etc/ssl/certs... [2021-02-25T03:17:37.245Z] #26 20.13 137 added, 0 removed; done. [2021-02-25T03:17:37.245Z] #26 20.27 Setting up libgssapi-krb5-2:arm64 (1.17-3+deb10u1) ... [2021-02-25T03:17:37.245Z] #26 20.29 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-25T03:17:37.245Z] #26 20.31 Setting up libcurl4:arm64 (7.64.0-4+deb10u1) ... [2021-02-25T03:17:37.245Z] #26 20.32 Setting up curl (7.64.0-4+deb10u1) ... [2021-02-25T03:17:37.245Z] #26 20.34 Processing triggers for libc-bin (2.28-10) ... [2021-02-25T03:17:37.245Z] #26 20.46 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-02-25T03:17:37.245Z] #26 20.48 Updating certificates in /etc/ssl/certs... [2021-02-25T03:17:37.245Z] #26 22.74 0 added, 0 removed; done. [2021-02-25T03:17:37.245Z] #26 22.74 Running hooks in /etc/ca-certificates/update.d... [2021-02-25T03:17:37.245Z] #26 22.74 done. [2021-02-25T03:17:37.245Z] #26 DONE 23.2s [2021-02-25T03:17:37.245Z] [2021-02-25T03:17:37.245Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-02-25T03:17:37.245Z] #27 sha256:ef419a5e6c9b1feadeb6e2b8a0e730fbb897358b4d09ef24f46913caf429a33e [2021-02-25T03:17:37.245Z] #27 DONE 0.2s [2021-02-25T03:17:37.245Z] [2021-02-25T03:17:37.245Z] #28 [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-02-25T03:17:37.245Z] #28 sha256:a9cd8532da88f122b4ef88caecc9e63a54333a9550323c637268347c03ac102c [2021-02-25T03:17:37.492Z] #18 32.23 Selecting previously unselected package libnet1:s390x. [2021-02-25T03:17:37.492Z] #18 32.24 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2021-02-25T03:17:37.492Z] #18 32.25 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2021-02-25T03:17:37.492Z] #18 32.35 Selecting previously unselected package libnl-3-200:s390x. [2021-02-25T03:17:37.492Z] #18 32.35 Preparing to unpack .../22-libnl-3-200_3.4.0-1_s390x.deb ... [2021-02-25T03:17:37.492Z] #18 32.35 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2021-02-25T03:17:37.492Z] #18 32.45 Selecting previously unselected package libprotobuf-c1:s390x. [2021-02-25T03:17:37.492Z] #18 32.45 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2021-02-25T03:17:37.492Z] #18 32.45 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2021-02-25T03:17:37.492Z] #18 32.51 Selecting previously unselected package libreadline5:s390x. [2021-02-25T03:17:37.492Z] #18 32.51 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_s390x.deb ... [2021-02-25T03:17:37.492Z] #18 32.51 Unpacking libreadline5:s390x (5.2+dfsg-3+b13) ... [2021-02-25T03:17:37.506Z] #28 5.139 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-02-25T03:17:37.776Z] #28 5.294 [2021-02-25T03:17:37.776Z] #28 5.344 ######################################################################## 100.0% [2021-02-25T03:17:37.776Z] #28 5.379 [2021-02-25T03:17:37.808Z] #18 32.68 Selecting previously unselected package net-tools. [2021-02-25T03:17:37.808Z] #18 32.68 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_s390x.deb ... [2021-02-25T03:17:37.809Z] #18 32.69 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-25T03:17:38.100Z] #18 33.08 Selecting previously unselected package python-pip-whl. [2021-02-25T03:17:38.100Z] #18 33.09 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-02-25T03:17:38.100Z] #18 33.09 Unpacking python-pip-whl (18.1-5) ... [2021-02-25T03:17:38.330Z] #29 9.900 0.1% 1.0% # 1.5% # 2.6% ## 3.7% ### 5.3% ##### 7.0% ###### 9.0% ####### 10.1% ######## 11.2% ######## 12.1% ######## 12.4% ######### 12.8% ######### 13.7% ########## 14.6% ########### 15.4% ########### 16.4% ############ 17.5% ############# 19.1% ############## 20.2% ############### 21.3% ################ 22.6% ################# 23.8% ################## 25.4% ################### 27.1% #################### 28.7% ###################### 31.0% ####################### 33.2% ######################### 34.8% ########################## 36.5% ########################### 38.6% ############################# 40.8% ############################## 42.9% ################################ 44.7% ################################# 46.9% ################################## 48.5% #################################### 50.7% ##################################### 51.7% ###################################### 53.4% ####################################### 55.0% ######################################## 56.6% ########################################## 58.7% ########################################## 59.5% ########################################### 60.7% ############################################ 61.8% ############################################# 62.9% ############################################## 64.1% ############################################### 66.2% ################################################# 68.6% ################################################## 69.5% ################################################## 70.8% ################################################### 72.0% #################################################### 73.1% ##################################################### 74.2% ###################################################### 75.3% ####################################################### 76.9% ######################################################## 79.1% ########### [2021-02-25T03:17:38.330Z] #29 ... [2021-02-25T03:17:38.330Z] [2021-02-25T03:17:38.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-02-25T03:17:38.330Z] #58 sha256:31990b4353000e6f8d05f0a5000cf150bd203eb6802ba8a2b89542ba429ce0b6 [2021-02-25T03:17:38.330Z] #58 7.564 go: downloading github.com/gofrs/flock v0.8.0 [2021-02-25T03:17:38.330Z] #58 7.567 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-02-25T03:17:38.330Z] #58 7.640 go: downloading github.com/pkg/errors v0.9.1 [2021-02-25T03:17:38.330Z] #58 7.692 go: downloading github.com/google/uuid v1.2.0 [2021-02-25T03:17:38.330Z] #58 7.758 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-02-25T03:17:38.330Z] #58 7.775 go: downloading github.com/moby/sys/mountinfo v0.4.0 [2021-02-25T03:17:38.330Z] #58 7.823 go: downloading github.com/gorilla/mux v1.8.0 [2021-02-25T03:17:38.330Z] #58 7.898 go: extracting github.com/gofrs/flock v0.8.0 [2021-02-25T03:17:38.330Z] #58 8.059 go: downloading github.com/moby/vpnkit v0.4.0 [2021-02-25T03:17:38.330Z] #58 8.183 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-02-25T03:17:38.330Z] #58 8.269 go: extracting github.com/pkg/errors v0.9.1 [2021-02-25T03:17:38.330Z] #58 8.590 go: downloading github.com/sirupsen/logrus v1.7.0 [2021-02-25T03:17:38.330Z] #58 8.801 go: extracting github.com/google/uuid v1.2.0 [2021-02-25T03:17:38.330Z] #58 8.921 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-02-25T03:17:38.330Z] #58 9.005 go: extracting github.com/gorilla/mux v1.8.0 [2021-02-25T03:17:38.330Z] #58 9.056 go: extracting github.com/moby/sys/mountinfo v0.4.0 [2021-02-25T03:17:38.330Z] #58 9.652 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-02-25T03:17:38.330Z] #58 10.27 go: extracting github.com/sirupsen/logrus v1.7.0 [2021-02-25T03:17:38.330Z] #58 10.54 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-02-25T03:17:38.330Z] #58 12.02 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-02-25T03:17:38.330Z] #58 12.10 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-02-25T03:17:38.330Z] #58 12.89 go: extracting github.com/moby/vpnkit v0.4.0 [2021-02-25T03:17:38.330Z] #58 14.90 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-02-25T03:17:38.330Z] #58 16.16 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-02-25T03:17:38.370Z] #28 ... [2021-02-25T03:17:38.370Z] [2021-02-25T03:17:38.370Z] #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-02-25T03:17:38.370Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-02-25T03:17:38.370Z] #11 DONE 2.9s [2021-02-25T03:17:38.370Z] [2021-02-25T03:17:38.370Z] #48 [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-02-25T03:17:38.370Z] #48 sha256:4fe59b1cdf9f684cdbe5d3d1f32c73b9cfe25a63b8cca4b07dfc37ad88265171 [2021-02-25T03:17:38.370Z] #48 ... [2021-02-25T03:17:38.370Z] [2021-02-25T03:17:38.370Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-02-25T03:17:38.370Z] #38 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-02-25T03:17:38.370Z] #38 DONE 0.2s [2021-02-25T03:17:38.631Z] [2021-02-25T03:17:38.631Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-02-25T03:17:38.631Z] #30 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-02-25T03:17:38.631Z] #30 DONE 0.3s [2021-02-25T03:17:38.631Z] [2021-02-25T03:17:38.631Z] #31 [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-02-25T03:17:38.631Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-25T03:17:38.650Z] #58 ... [2021-02-25T03:17:38.650Z] [2021-02-25T03:17:38.650Z] #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-02-25T03:17:38.650Z] #29 sha256:1469f0a582c5a307eedf44c9a41dea2ec27834fdbbd2951ebafe162c8486dafa [2021-02-25T03:17:38.739Z] #18 33.50 Selecting previously unselected package python3-lib2to3. [2021-02-25T03:17:38.739Z] #18 33.50 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-02-25T03:17:38.739Z] #18 33.50 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-02-25T03:17:38.739Z] #18 33.62 Selecting previously unselected package python3-distutils. [2021-02-25T03:17:38.739Z] #18 ... [2021-02-25T03:17:38.739Z] [2021-02-25T03:17:38.739Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-25T03:17:38.739Z] #41 79.70 CC criu/cr-errno.o [2021-02-25T03:17:38.739Z] #41 79.74 CC criu/cr-restore.o [2021-02-25T03:17:38.739Z] #41 83.23 CC criu/cr-service.o [2021-02-25T03:17:38.739Z] #41 84.36 CC criu/crtools.o [2021-02-25T03:17:38.739Z] #41 84.80 CC criu/eventfd.o [2021-02-25T03:17:38.739Z] #41 85.19 CC criu/eventpoll.o [2021-02-25T03:17:38.739Z] #41 86.02 CC criu/external.o [2021-02-25T03:17:38.739Z] #41 86.28 CC criu/fault-injection.o [2021-02-25T03:17:38.739Z] #41 86.35 CC criu/fdstore.o [2021-02-25T03:17:38.739Z] #41 86.56 CC criu/fifo.o [2021-02-25T03:17:38.739Z] #41 86.79 CC criu/file-ids.o [2021-02-25T03:17:38.739Z] #41 87.04 CC criu/file-lock.o [2021-02-25T03:17:38.739Z] #41 87.69 CC criu/files-ext.o [2021-02-25T03:17:38.739Z] #41 87.98 CC criu/files-reg.o [2021-02-25T03:17:38.739Z] #41 89.44 CC criu/files.o [2021-02-25T03:17:38.739Z] #41 ... [2021-02-25T03:17:38.739Z] [2021-02-25T03:17:38.739Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2021-02-25T03:17:38.739Z] #18 33.63 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-02-25T03:17:38.739Z] #18 33.63 Unpacking python3-distutils (3.7.3-1) ... [2021-02-25T03:17:38.739Z] #18 33.76 Selecting previously unselected package python3-pip. [2021-02-25T03:17:38.739Z] #18 33.76 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-02-25T03:17:38.739Z] #18 33.77 Unpacking python3-pip (18.1-5) ... [2021-02-25T03:17:39.031Z] #18 33.92 Selecting previously unselected package python3-pkg-resources. [2021-02-25T03:17:39.031Z] #18 33.94 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-02-25T03:17:39.032Z] #18 33.94 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-02-25T03:17:39.032Z] #18 34.05 Selecting previously unselected package python3-setuptools. [2021-02-25T03:17:39.032Z] #18 34.05 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-02-25T03:17:39.032Z] #18 34.05 Unpacking python3-setuptools (40.8.0-1) ... [2021-02-25T03:17:39.032Z] #18 34.18 Selecting previously unselected package python3-wheel. [2021-02-25T03:17:39.309Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.1s [2021-02-25T03:17:39.324Z] #18 34.20 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-02-25T03:17:39.324Z] #18 34.20 Unpacking python3-wheel (0.32.3-2) ... [2021-02-25T03:17:39.324Z] #18 34.30 Selecting previously unselected package sudo. [2021-02-25T03:17:39.324Z] #18 34.30 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_s390x.deb ... [2021-02-25T03:17:39.324Z] #18 34.30 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-02-25T03:17:39.565Z] #29 9.900 0.1% 1.0% # 1.5% # 2.6% ## 3.7% ### 5.3% ##### 7.0% ###### 9.0% ####### 10.1% ######## 11.2% ######## 12.1% ######## 12.4% ######### 12.8% ######### 13.7% ########## 14.6% ########### 15.4% ########### 16.4% ############ 17.5% ############# 19.1% ############## 20.2% ############### 21.3% ################ 22.6% ################# 23.8% ################## 25.4% ################### 27.1% #################### 28.7% ###################### 31.0% ####################### 33.2% ######################### 34.8% ########################## 36.5% ########################### 38.6% ############################# 40.8% ############################## 42.9% ################################ 44.7% ################################# 46.9% ################################## 48.5% #################################### 50.7% ##################################### 51.7% ###################################### 53.4% ####################################### 55.0% ######################################## 56.6% ########################################## 58.7% ########################################## 59.5% ########################################### 60.7% ############################################ 61.8% ############################################# 62.9% ############################################## 64.1% ############################################### 66.2% ################################################# 68.6% ################################################## 69.5% ################################################## 70.8% ################################################### 72.0% #################################################### 73.1% ##################################################### 74.2% ###################################################### 75.3% ####################################################### 76.9% ######################################################## 79.1% ########################################################## 80.7% ########################################################### 82.9% ############################################################# 85.1% ############################################################## 86.5% ############################################################### 88.1% ################################################################ 89.7% ################################################################## 92.2% ################################################################### 93.8% #################################################################### 95.5% ##################################################################### 97.0% ####################################################################### 99.0% ######################################################################## 100.0% [2021-02-25T03:17:39.619Z] #18 34.73 Selecting previously unselected package thin-provisioning-tools. [2021-02-25T03:17:39.867Z] #29 18.29 [2021-02-25T03:17:39.910Z] #18 34.74 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_s390x.deb ... [2021-02-25T03:17:39.910Z] #18 34.75 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-02-25T03:17:39.910Z] #18 34.89 Selecting previously unselected package uidmap. [2021-02-25T03:17:39.910Z] #18 34.89 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_s390x.deb ... [2021-02-25T03:17:39.910Z] #18 34.90 Unpacking uidmap (1:4.5-1.1) ... [2021-02-25T03:17:39.910Z] #18 35.02 Selecting previously unselected package vim-runtime. [2021-02-25T03:17:40.205Z] #18 35.02 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-02-25T03:17:40.205Z] #18 35.05 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-02-25T03:17:40.205Z] #18 35.07 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-02-25T03:17:40.205Z] #18 35.07 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-02-25T03:17:41.298Z] INFO [runner/unused/goanalysis] analyzers took 28.395688345s with top 10 stages: buildssa: 24.274184902s, U1000: 4.121503443s [2021-02-25T03:17:41.426Z] #29 19.84 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-02-25T03:17:41.727Z] #29 20.31 [2021-02-25T03:17:42.030Z] #29 20.55 ### 5.3% [2021-02-25T03:17:42.030Z] #29 ... [2021-02-25T03:17:42.030Z] [2021-02-25T03:17:42.030Z] #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-02-25T03:17:42.030Z] #45 sha256:b3ae012ae7778c84f7a05da4bdd7179235db04bef388100621bc6554c8e89643 [2021-02-25T03:17:42.030Z] #45 11.16 crypto/internal/subtle [2021-02-25T03:17:42.030Z] #45 11.66 crypto/subtle [2021-02-25T03:17:42.030Z] #45 12.46 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-02-25T03:17:42.030Z] #45 12.71 internal/nettrace [2021-02-25T03:17:42.030Z] #45 13.05 runtime/cgo [2021-02-25T03:17:42.030Z] #45 15.34 vendor/golang.org/x/crypto/internal/subtle [2021-02-25T03:17:42.030Z] #45 ... [2021-02-25T03:17:42.030Z] [2021-02-25T03:17:42.030Z] #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-02-25T03:17:42.030Z] #29 sha256:1469f0a582c5a307eedf44c9a41dea2ec27834fdbbd2951ebafe162c8486dafa [2021-02-25T03:17:42.030Z] #29 20.55 ### 5.3% ######################################################################## 100.0% [2021-02-25T03:17:42.358Z] #29 20.81 [2021-02-25T03:17:42.701Z] #28 4.785 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-02-25T03:17:42.701Z] #28 ... [2021-02-25T03:17:42.701Z] [2021-02-25T03:17:42.701Z] #46 [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-02-25T03:17:42.701Z] #46 sha256:cdc73a8a639d65995140bf5b3e1e89dc49465da6c12bec6334c7f76c75d36de9 [2021-02-25T03:17:42.701Z] #46 4.054 + RM_GOPATH=0 [2021-02-25T03:17:42.701Z] #46 4.054 + TMP_GOPATH= [2021-02-25T03:17:42.701Z] #46 4.054 + : /build [2021-02-25T03:17:42.701Z] #46 4.054 + '[' -z '' ']' [2021-02-25T03:17:42.701Z] #46 4.054 ++ mktemp -d [2021-02-25T03:17:42.701Z] #46 4.054 + export GOPATH=/tmp/tmp.42LaPnyHJt [2021-02-25T03:17:42.701Z] #46 4.054 + GOPATH=/tmp/tmp.42LaPnyHJt [2021-02-25T03:17:42.701Z] #46 4.054 + RM_GOPATH=1 [2021-02-25T03:17:42.701Z] #46 4.054 + case "$(go env GOARCH)" in [2021-02-25T03:17:42.701Z] #46 4.054 ++ go env GOARCH [2021-02-25T03:17:42.701Z] #46 4.078 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:42.701Z] #46 4.078 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:42.701Z] #46 4.078 ++ dirname /tmp/install/install.sh [2021-02-25T03:17:42.701Z] #46 4.080 + dir=/tmp/install [2021-02-25T03:17:42.701Z] #46 4.080 + bin=gotestsum [2021-02-25T03:17:42.701Z] #46 4.080 + shift [2021-02-25T03:17:42.701Z] #46 4.080 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-02-25T03:17:42.701Z] #46 4.080 + . /tmp/install/gotestsum.installer [2021-02-25T03:17:42.701Z] #46 4.080 ++ : v0.5.3 [2021-02-25T03:17:42.701Z] #46 4.080 + install_gotestsum [2021-02-25T03:17:42.701Z] #46 4.081 + set -e [2021-02-25T03:17:42.701Z] #46 4.082 + export GO111MODULE=on [2021-02-25T03:17:42.701Z] #46 4.082 + GO111MODULE=on [2021-02-25T03:17:42.701Z] #46 4.082 + GOBIN=/build [2021-02-25T03:17:42.701Z] #46 4.082 + go get gotest.tools/gotestsum@v0.5.3 [2021-02-25T03:17:42.701Z] #46 4.132 go: finding gotest.tools v0.5.3 [2021-02-25T03:17:42.701Z] #46 4.133 go: finding gotest.tools/gotestsum v0.5.3 [2021-02-25T03:17:42.701Z] #46 4.663 go: downloading gotest.tools/gotestsum v0.5.3 [2021-02-25T03:17:42.701Z] #46 4.917 go: extracting gotest.tools/gotestsum v0.5.3 [2021-02-25T03:17:42.701Z] #46 6.056 go: downloading github.com/spf13/pflag v1.0.3 [2021-02-25T03:17:42.701Z] #46 6.066 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-25T03:17:42.701Z] #46 6.076 go: downloading github.com/pkg/errors v0.9.1 [2021-02-25T03:17:42.701Z] #46 6.081 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-25T03:17:42.701Z] #46 6.173 go: downloading github.com/fatih/color v1.9.0 [2021-02-25T03:17:42.701Z] #46 6.216 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-25T03:17:42.701Z] #46 6.312 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-02-25T03:17:42.701Z] #46 6.335 go: extracting github.com/pkg/errors v0.9.1 [2021-02-25T03:17:42.701Z] #46 6.442 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-25T03:17:42.701Z] #46 6.477 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-25T03:17:42.701Z] #46 6.560 go: extracting github.com/spf13/pflag v1.0.3 [2021-02-25T03:17:42.701Z] #46 6.580 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-25T03:17:42.701Z] #46 6.845 go: extracting github.com/fatih/color v1.9.0 [2021-02-25T03:17:42.701Z] #46 6.919 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-02-25T03:17:42.701Z] #46 6.944 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-02-25T03:17:42.701Z] #46 7.045 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-02-25T03:17:42.701Z] #46 7.247 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-25T03:17:42.701Z] #46 7.310 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-02-25T03:17:42.701Z] #46 7.352 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-02-25T03:17:42.701Z] #46 8.326 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-25T03:17:42.701Z] #46 ... [2021-02-25T03:17:42.701Z] [2021-02-25T03:17:42.701Z] #28 [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-02-25T03:17:42.701Z] #28 sha256:a9cd8532da88f122b4ef88caecc9e63a54333a9550323c637268347c03ac102c [2021-02-25T03:17:42.701Z] #28 5.436 [2021-02-25T03:17:42.952Z] #18 37.57 Selecting previously unselected package vim. [2021-02-25T03:17:42.953Z] #18 37.59 Preparing to unpack .../37-vim_2%3a8.1.0875-5_s390x.deb ... [2021-02-25T03:17:42.953Z] #18 37.61 Unpacking vim (2:8.1.0875-5) ... [2021-02-25T03:17:42.953Z] #18 38.01 Selecting previously unselected package xfsprogs. [2021-02-25T03:17:43.247Z] #18 38.03 Preparing to unpack .../38-xfsprogs_4.20.0-1_s390x.deb ... [2021-02-25T03:17:43.247Z] #18 38.03 Unpacking xfsprogs (4.20.0-1) ... [2021-02-25T03:17:43.559Z] #18 38.38 Selecting previously unselected package zip. [2021-02-25T03:17:43.559Z] #18 38.39 Preparing to unpack .../39-zip_3.0-11+b1_s390x.deb ... [2021-02-25T03:17:43.559Z] #18 38.39 Unpacking zip (3.0-11+b1) ... [2021-02-25T03:17:43.559Z] #18 38.57 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-02-25T03:17:43.559Z] #18 38.59 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-25T03:17:43.559Z] #18 38.60 Setting up libip6tc0:s390x (1.8.2-4) ... [2021-02-25T03:17:43.559Z] #18 38.61 Setting up libreadline5:s390x (5.2+dfsg-3+b13) ... [2021-02-25T03:17:43.559Z] #18 38.62 Setting up libgpm2:s390x (1.20.7-5) ... [2021-02-25T03:17:43.559Z] #18 38.63 Setting up libip4tc0:s390x (1.8.2-4) ... [2021-02-25T03:17:43.559Z] #18 38.64 Setting up uidmap (1:4.5-1.1) ... [2021-02-25T03:17:43.559Z] #18 38.65 Setting up libnftnl11:s390x (1.1.2-2) ... [2021-02-25T03:17:43.559Z] #18 38.66 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2021-02-25T03:17:43.559Z] #18 38.71 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-25T03:17:43.880Z] #18 38.72 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2021-02-25T03:17:43.880Z] #18 38.75 Setting up libicu63:s390x (63.1-6+deb10u1) ... [2021-02-25T03:17:43.880Z] #18 38.84 Setting up xxd (2:8.1.0875-5) ... [2021-02-25T03:17:43.880Z] #18 38.85 Setting up zip (3.0-11+b1) ... [2021-02-25T03:17:43.880Z] #18 38.86 Setting up vim-common (2:8.1.0875-5) ... [2021-02-25T03:17:43.880Z] #18 38.87 Setting up bash-completion (1:2.8-6) ... [2021-02-25T03:17:43.908Z] #31 ... [2021-02-25T03:17:43.908Z] [2021-02-25T03:17:43.908Z] #28 [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-02-25T03:17:43.908Z] #28 sha256:272a5f0d73590112b134b20e31d607f87f67b83cc9c488155a0a4157c86c2e6d [2021-02-25T03:17:43.908Z] #28 8.720 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-02-25T03:17:43.908Z] #28 8.865 [2021-02-25T03:17:43.908Z] #28 9.008 0.6% ####################################################### 77.5% ######################################################################## 100.0% [2021-02-25T03:17:43.908Z] #28 9.252 [2021-02-25T03:17:43.908Z] #28 9.835 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-02-25T03:17:43.908Z] #28 10.01 [2021-02-25T03:17:43.908Z] #28 10.20 0.0% ####### 10.5% ########### 15.8% ########################## 37.3% ##################################### 51.6% ########################################### 60.4% ################################################### 72.2% ############################################################ 83.9% ######################################################################## 100.0% [2021-02-25T03:17:43.908Z] #28 11.22 [2021-02-25T03:17:43.908Z] #28 11.75 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-02-25T03:17:43.921Z] #29 ... [2021-02-25T03:17:43.921Z] [2021-02-25T03:17:43.921Z] #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-02-25T03:17:43.921Z] #47 sha256:43ea9d15e6e841eff2a2bffb05f61e0c83ce65c2307ab5ec9e62eb73be0858e5 [2021-02-25T03:17:43.921Z] #47 12.82 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-25T03:17:43.921Z] #47 17.53 go: finding github.com/fatih/color v1.9.0 [2021-02-25T03:17:43.921Z] #47 17.55 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-25T03:17:43.921Z] #47 17.56 go: finding github.com/pkg/errors v0.9.1 [2021-02-25T03:17:43.921Z] #47 17.67 go: finding github.com/spf13/pflag v1.0.3 [2021-02-25T03:17:43.921Z] #47 17.70 go: finding github.com/mattn/go-colorable v0.1.6 [2021-02-25T03:17:43.921Z] #47 17.86 go: finding github.com/mattn/go-isatty v0.0.12 [2021-02-25T03:17:43.921Z] #47 18.34 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-25T03:17:43.921Z] #47 18.48 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-02-25T03:17:43.921Z] #47 18.55 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-25T03:17:43.921Z] #47 18.63 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-25T03:17:43.921Z] #47 18.66 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-25T03:17:43.921Z] #47 ... [2021-02-25T03:17:43.921Z] [2021-02-25T03:17:43.921Z] #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-02-25T03:17:43.921Z] #49 sha256:622b10339dbd1592d0d8068c69e6662c13890861224891c9d74c6dc75865c0d7 [2021-02-25T03:17:43.921Z] #49 13.38 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-02-25T03:17:43.921Z] #49 13.44 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-02-25T03:17:43.921Z] #49 13.52 go: downloading github.com/pkg/errors v0.8.1 [2021-02-25T03:17:43.921Z] #49 13.52 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-25T03:17:43.921Z] #49 13.53 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-25T03:17:43.921Z] #49 13.96 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-25T03:17:43.921Z] #49 13.98 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-02-25T03:17:43.921Z] #49 14.02 go: extracting github.com/pkg/errors v0.8.1 [2021-02-25T03:17:43.921Z] #49 14.09 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-25T03:17:43.921Z] #49 14.29 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-25T03:17:43.921Z] #49 14.31 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-25T03:17:43.921Z] #49 14.53 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-25T03:17:43.921Z] #49 14.65 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-02-25T03:17:43.921Z] #49 14.70 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-25T03:17:43.921Z] #49 14.71 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-25T03:17:43.921Z] #49 14.78 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-25T03:17:43.921Z] #49 14.90 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-25T03:17:43.921Z] #49 14.91 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-25T03:17:43.921Z] #49 15.10 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-25T03:17:43.921Z] #49 16.03 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-02-25T03:17:43.921Z] #49 16.24 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-02-25T03:17:43.921Z] #49 17.77 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-25T03:17:43.921Z] #49 20.21 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-25T03:17:43.921Z] #49 20.22 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-25T03:17:43.921Z] #49 20.22 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-25T03:17:43.921Z] #49 20.22 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-25T03:17:43.921Z] #49 20.22 go: downloading github.com/ultraware/funlen v0.0.2 [2021-02-25T03:17:43.921Z] #49 20.22 go: downloading github.com/spf13/cobra v0.0.5 [2021-02-25T03:17:43.921Z] #49 20.22 go: downloading github.com/gobwas/glob v0.2.3 [2021-02-25T03:17:43.921Z] #49 20.22 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-02-25T03:17:43.921Z] #49 20.25 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-25T03:17:43.921Z] #49 20.27 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-02-25T03:17:43.921Z] #49 20.34 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-25T03:17:43.921Z] #49 20.34 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-25T03:17:43.921Z] #49 20.35 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-02-25T03:17:43.921Z] #49 20.36 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-25T03:17:43.921Z] #49 20.39 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-25T03:17:43.921Z] #49 20.40 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-02-25T03:17:43.921Z] #49 20.41 go: extracting github.com/ultraware/funlen v0.0.2 [2021-02-25T03:17:43.921Z] #49 20.41 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-02-25T03:17:43.921Z] #49 20.45 go: extracting github.com/gobwas/glob v0.2.3 [2021-02-25T03:17:43.921Z] #49 20.48 go: downloading github.com/stretchr/testify v1.4.0 [2021-02-25T03:17:43.921Z] #49 20.61 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-02-25T03:17:43.921Z] #49 20.66 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-25T03:17:43.921Z] #49 20.66 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-25T03:17:43.921Z] #49 20.69 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-02-25T03:17:43.921Z] #49 20.74 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-02-25T03:17:43.921Z] #49 20.83 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-25T03:17:43.921Z] #49 20.85 go: downloading github.com/fatih/color v1.7.0 [2021-02-25T03:17:43.921Z] #49 20.87 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-02-25T03:17:43.921Z] #49 20.90 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-02-25T03:17:43.921Z] #49 20.90 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-02-25T03:17:43.921Z] #49 20.92 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-25T03:17:43.921Z] #49 20.94 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-02-25T03:17:43.921Z] #49 21.01 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-25T03:17:43.921Z] #49 21.07 go: extracting github.com/fatih/color v1.7.0 [2021-02-25T03:17:43.921Z] #49 21.07 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-25T03:17:43.921Z] #49 21.11 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-25T03:17:43.921Z] #49 21.12 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-25T03:17:43.921Z] #49 21.13 go: extracting github.com/stretchr/testify v1.4.0 [2021-02-25T03:17:43.921Z] #49 21.20 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-25T03:17:43.921Z] #49 21.23 go: extracting github.com/spf13/cobra v0.0.5 [2021-02-25T03:17:43.921Z] #49 21.26 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-25T03:17:43.921Z] #49 21.29 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-25T03:17:43.921Z] #49 21.29 go: downloading github.com/kisielk/gotool v1.0.0 [2021-02-25T03:17:43.921Z] #49 21.35 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-25T03:17:43.921Z] #49 21.53 go: downloading github.com/spf13/pflag v1.0.5 [2021-02-25T03:17:43.921Z] #49 21.61 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-02-25T03:17:43.921Z] #49 21.72 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-02-25T03:17:43.921Z] #49 21.81 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-25T03:17:43.921Z] #49 21.94 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-25T03:17:43.921Z] #49 22.11 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-02-25T03:17:43.921Z] #49 22.13 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-25T03:17:43.921Z] #49 22.21 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-25T03:17:43.921Z] #49 22.23 go: extracting github.com/kisielk/gotool v1.0.0 [2021-02-25T03:17:43.921Z] #49 22.24 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-25T03:17:43.921Z] #49 22.33 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-25T03:17:43.921Z] #49 22.49 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-25T03:17:43.921Z] #49 22.55 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-02-25T03:17:43.921Z] #49 22.55 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-25T03:17:43.921Z] #49 22.55 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-25T03:17:43.921Z] #49 22.60 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-02-25T03:17:43.921Z] #49 22.64 go: extracting github.com/spf13/pflag v1.0.5 [2021-02-25T03:17:43.921Z] #49 22.77 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-25T03:17:43.921Z] #49 22.87 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-25T03:17:43.921Z] #49 22.90 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-25T03:17:43.921Z] #49 22.95 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-02-25T03:17:43.921Z] #49 22.95 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-25T03:17:43.921Z] #49 23.04 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-25T03:17:44.027Z] #28 5.704 0.0% 1.2% ### 4.3% ##### 7.5% ####### 10.3% ######### 13.6% ############ 16.7% ############# 19.0% ############### 22.2% [2021-02-25T03:17:44.027Z] #28 ... [2021-02-25T03:17:44.027Z] [2021-02-25T03:17:44.027Z] #63 [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-02-25T03:17:44.027Z] #63 sha256:9b2964a2d93300955970d896cb9fd0691187a8d05f86f56bbfd05e85743aba19 [2021-02-25T03:17:44.027Z] #63 4.828 + RM_GOPATH=0 [2021-02-25T03:17:44.027Z] #63 4.828 + TMP_GOPATH= [2021-02-25T03:17:44.027Z] #63 4.828 + : /build [2021-02-25T03:17:44.027Z] #63 4.828 + '[' -z '' ']' [2021-02-25T03:17:44.027Z] #63 4.828 ++ mktemp -d [2021-02-25T03:17:44.027Z] #63 4.828 + export GOPATH=/tmp/tmp.HX8GfM177X [2021-02-25T03:17:44.027Z] #63 4.828 + GOPATH=/tmp/tmp.HX8GfM177X [2021-02-25T03:17:44.027Z] #63 4.828 + RM_GOPATH=1 [2021-02-25T03:17:44.027Z] #63 4.828 + case "$(go env GOARCH)" in [2021-02-25T03:17:44.027Z] #63 4.831 ++ go env GOARCH [2021-02-25T03:17:44.027Z] #63 4.844 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-25T03:17:44.027Z] #63 4.844 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:44.027Z] #63 4.844 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:44.027Z] #63 4.844 ++ dirname /tmp/install/install.sh [2021-02-25T03:17:44.027Z] #63 4.844 + dir=/tmp/install [2021-02-25T03:17:44.027Z] #63 4.844 + bin=proxy [2021-02-25T03:17:44.027Z] #63 4.844 + shift [2021-02-25T03:17:44.027Z] #63 4.844 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-02-25T03:17:44.027Z] #63 4.844 + . /tmp/install/proxy.installer [2021-02-25T03:17:44.027Z] #63 4.844 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-25T03:17:44.027Z] #63 4.844 + install_proxy [2021-02-25T03:17:44.027Z] #63 4.844 + case "$1" in [2021-02-25T03:17:44.027Z] #63 4.844 + export CGO_ENABLED=0 [2021-02-25T03:17:44.027Z] #63 4.844 + CGO_ENABLED=0 [2021-02-25T03:17:44.027Z] #63 4.844 + _install_proxy [2021-02-25T03:17:44.027Z] #63 4.844 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7' [2021-02-25T03:17:44.027Z] #63 4.844 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.HX8GfM177X/src/github.com/docker/libnetwork [2021-02-25T03:17:44.027Z] #63 4.857 Cloning into '/tmp/tmp.HX8GfM177X/src/github.com/docker/libnetwork'... [2021-02-25T03:17:44.027Z] #63 ... [2021-02-25T03:17:44.027Z] [2021-02-25T03:17:44.027Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-25T03:17:44.027Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-02-25T03:17:44.027Z] #12 6.696 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-25T03:17:44.027Z] #12 6.759 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-25T03:17:44.027Z] #12 6.760 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-25T03:17:44.027Z] #12 7.995 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-02-25T03:17:44.027Z] #12 10.17 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [262 kB] [2021-02-25T03:17:44.165Z] #28 12.00 [2021-02-25T03:17:44.240Z] #49 23.30 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-25T03:17:44.240Z] #49 23.31 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-02-25T03:17:44.240Z] #49 23.32 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-02-25T03:17:44.240Z] #49 23.35 go: downloading github.com/spf13/viper v1.6.1 [2021-02-25T03:17:44.240Z] #49 23.39 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-25T03:17:44.240Z] #49 ... [2021-02-25T03:17:44.240Z] [2021-02-25T03:17:44.240Z] #64 [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-02-25T03:17:44.240Z] #64 sha256:7f596cc40668c57c75e24834ad3d6c04510120e8ab812e986390121ed4eb3b2c [2021-02-25T03:17:44.240Z] #64 23.35 Checking out files: 70% (1342/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) [2021-02-25T03:17:44.240Z] #64 ... [2021-02-25T03:17:44.240Z] [2021-02-25T03:17:44.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-02-25T03:17:44.240Z] #51 sha256:6391109844e799df0f3324325bd4507bbd831a65436fe2672c84c9ddeab1bb4b [2021-02-25T03:17:44.240Z] #51 13.56 + cd /tmp/tmp.OYjWgqKYST/src/github.com/mvdan/sh [2021-02-25T03:17:44.240Z] #51 13.57 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-25T03:17:44.240Z] #51 13.66 + GO111MODULE=on [2021-02-25T03:17:44.240Z] #51 13.66 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-02-25T03:17:44.240Z] #51 15.75 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-25T03:17:44.240Z] #51 15.81 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-25T03:17:44.240Z] #51 15.83 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-25T03:17:44.240Z] #51 16.10 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-25T03:17:44.240Z] #51 16.30 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-25T03:17:44.240Z] #51 17.82 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-25T03:17:44.240Z] #51 19.04 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-25T03:17:44.240Z] #51 20.89 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-25T03:17:44.240Z] #51 22.64 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-25T03:17:44.240Z] #51 22.71 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-25T03:17:44.240Z] #51 22.93 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-25T03:17:44.240Z] #51 23.07 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-25T03:17:44.305Z] #12 ... [2021-02-25T03:17:44.305Z] [2021-02-25T03:17:44.305Z] #41 [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-02-25T03:17:44.305Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-02-25T03:17:44.305Z] #41 6.998 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-25T03:17:44.305Z] #41 7.043 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-25T03:17:44.305Z] #41 7.043 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-25T03:17:44.305Z] #41 8.477 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-02-25T03:17:44.305Z] #41 10.21 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [262 kB] [2021-02-25T03:17:44.305Z] #41 ... [2021-02-25T03:17:44.305Z] [2021-02-25T03:17:44.305Z] #50 [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-02-25T03:17:44.305Z] #50 sha256:f9ee54264d84d65ec037f1dc06d4a782e47cfdfcd47ac9a480c34fbec736cd2a [2021-02-25T03:17:44.305Z] #50 6.106 + RM_GOPATH=0 [2021-02-25T03:17:44.305Z] #50 6.106 + TMP_GOPATH= [2021-02-25T03:17:44.305Z] #50 6.106 + : /build [2021-02-25T03:17:44.305Z] #50 6.106 + '[' -z '' ']' [2021-02-25T03:17:44.305Z] #50 6.109 ++ mktemp -d [2021-02-25T03:17:44.305Z] #50 6.109 + export GOPATH=/tmp/tmp.Ex7dWrxa59 [2021-02-25T03:17:44.305Z] #50 6.109 + GOPATH=/tmp/tmp.Ex7dWrxa59 [2021-02-25T03:17:44.305Z] #50 6.109 + RM_GOPATH=1 [2021-02-25T03:17:44.305Z] #50 6.109 + case "$(go env GOARCH)" in [2021-02-25T03:17:44.305Z] #50 6.110 ++ go env GOARCH [2021-02-25T03:17:44.305Z] #50 6.179 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:44.305Z] #50 6.179 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:44.305Z] #50 6.181 ++ dirname /tmp/install/install.sh [2021-02-25T03:17:44.305Z] #50 6.189 + dir=/tmp/install [2021-02-25T03:17:44.305Z] #50 6.190 + bin=shfmt [2021-02-25T03:17:44.305Z] #50 6.190 + shift [2021-02-25T03:17:44.305Z] #50 6.190 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-02-25T03:17:44.305Z] #50 6.190 + . /tmp/install/shfmt.installer [2021-02-25T03:17:44.305Z] #50 6.190 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-25T03:17:44.305Z] #50 6.190 + install_shfmt [2021-02-25T03:17:44.305Z] #50 6.190 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-02-25T03:17:44.305Z] #50 6.190 + git clone https://github.com/mvdan/sh.git /tmp/tmp.Ex7dWrxa59/src/github.com/mvdan/sh [2021-02-25T03:17:44.305Z] #50 6.190 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-25T03:17:44.305Z] #50 6.194 Cloning into '/tmp/tmp.Ex7dWrxa59/src/github.com/mvdan/sh'... [2021-02-25T03:17:44.422Z] #28 12.11 ######################################################################## 100.0% [2021-02-25T03:17:44.422Z] #28 12.20 [2021-02-25T03:17:44.541Z] #51 ... [2021-02-25T03:17:44.541Z] [2021-02-25T03:17:44.541Z] #64 [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-02-25T03:17:44.541Z] #64 sha256:7f596cc40668c57c75e24834ad3d6c04510120e8ab812e986390121ed4eb3b2c [2021-02-25T03:17:44.541Z] #64 23.35 Checking out files: 70% (1342/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-02-25T03:17:44.541Z] #64 23.68 + cd /tmp/tmp.xReex9NFUy/src/github.com/docker/libnetwork [2021-02-25T03:17:44.541Z] #64 23.68 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-25T03:17:44.575Z] #50 ... [2021-02-25T03:17:44.575Z] [2021-02-25T03:17:44.575Z] #54 [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-02-25T03:17:44.575Z] #54 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-02-25T03:17:44.575Z] #54 6.244 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-25T03:17:44.575Z] #54 6.297 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-25T03:17:44.575Z] #54 6.297 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-25T03:17:44.575Z] #54 7.624 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-02-25T03:17:44.575Z] #54 9.650 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [262 kB] [2021-02-25T03:17:44.575Z] #54 ... [2021-02-25T03:17:44.575Z] [2021-02-25T03:17:44.575Z] #44 [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-02-25T03:17:44.575Z] #44 sha256:d3f461970f39f44f439535a34a8026bc8a71c4dd3594a0d65b18f27daa7ef102 [2021-02-25T03:17:44.575Z] #44 4.824 + RM_GOPATH=0 [2021-02-25T03:17:44.575Z] #44 4.824 + TMP_GOPATH= [2021-02-25T03:17:44.575Z] #44 4.824 + : /build [2021-02-25T03:17:44.575Z] #44 4.824 + '[' -z '' ']' [2021-02-25T03:17:44.575Z] #44 4.824 ++ mktemp -d [2021-02-25T03:17:44.575Z] #44 4.832 + export GOPATH=/tmp/tmp.OxynV5SWNU [2021-02-25T03:17:44.575Z] #44 4.832 + GOPATH=/tmp/tmp.OxynV5SWNU [2021-02-25T03:17:44.575Z] #44 4.832 + RM_GOPATH=1 [2021-02-25T03:17:44.575Z] #44 4.841 + case "$(go env GOARCH)" in [2021-02-25T03:17:44.575Z] #44 4.843 ++ go env GOARCH [2021-02-25T03:17:44.575Z] #44 4.858 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:44.575Z] #44 4.858 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:44.575Z] #44 4.858 ++ dirname /tmp/install/install.sh [2021-02-25T03:17:44.575Z] #44 4.889 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-25T03:17:44.575Z] #44 4.889 + dir=/tmp/install [2021-02-25T03:17:44.575Z] #44 4.889 + bin=vndr [2021-02-25T03:17:44.575Z] #44 4.889 + shift [2021-02-25T03:17:44.575Z] #44 4.889 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-02-25T03:17:44.575Z] #44 4.889 + . /tmp/install/vndr.installer [2021-02-25T03:17:44.575Z] #44 4.889 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-25T03:17:44.575Z] #44 4.889 + install_vndr [2021-02-25T03:17:44.575Z] #44 4.889 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-02-25T03:17:44.575Z] #44 4.889 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.OxynV5SWNU/src/github.com/LK4D4/vndr [2021-02-25T03:17:44.575Z] #44 4.891 Cloning into '/tmp/tmp.OxynV5SWNU/src/github.com/LK4D4/vndr'... [2021-02-25T03:17:44.575Z] #44 5.671 + cd /tmp/tmp.OxynV5SWNU/src/github.com/LK4D4/vndr [2021-02-25T03:17:44.575Z] #44 5.671 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-25T03:17:44.575Z] #44 5.689 + go build -buildmode=pie -v -o /build/vndr . [2021-02-25T03:17:44.575Z] #44 7.044 internal/cpu [2021-02-25T03:17:44.575Z] #44 7.056 internal/race [2021-02-25T03:17:44.575Z] #44 7.248 runtime/internal/atomic [2021-02-25T03:17:44.575Z] #44 7.332 unicode [2021-02-25T03:17:44.575Z] #44 7.461 sync/atomic [2021-02-25T03:17:44.575Z] #44 7.967 math [2021-02-25T03:17:44.575Z] #44 8.019 internal/bytealg [2021-02-25T03:17:44.575Z] #44 9.050 encoding [2021-02-25T03:17:44.576Z] #44 9.401 unicode/utf16 [2021-02-25T03:17:44.576Z] #44 9.779 runtime [2021-02-25T03:17:44.576Z] #44 10.01 container/list [2021-02-25T03:17:44.576Z] #44 ... [2021-02-25T03:17:44.576Z] [2021-02-25T03:17:44.576Z] #48 [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-02-25T03:17:44.576Z] #48 sha256:86ff5e4393159d26adec9e96c22744aaff961e59647e9ae2baad8823f00f4600 [2021-02-25T03:17:44.576Z] #48 5.118 + RM_GOPATH=0 [2021-02-25T03:17:44.576Z] #48 5.118 + TMP_GOPATH= [2021-02-25T03:17:44.576Z] #48 5.118 + : /build [2021-02-25T03:17:44.576Z] #48 5.118 + '[' -z '' ']' [2021-02-25T03:17:44.576Z] #48 5.118 ++ mktemp -d [2021-02-25T03:17:44.576Z] #48 5.130 + export GOPATH=/tmp/tmp.ZWnUlani0p [2021-02-25T03:17:44.576Z] #48 5.130 + GOPATH=/tmp/tmp.ZWnUlani0p [2021-02-25T03:17:44.576Z] #48 5.130 + RM_GOPATH=1 [2021-02-25T03:17:44.576Z] #48 5.130 + case "$(go env GOARCH)" in [2021-02-25T03:17:44.576Z] #48 5.130 ++ go env GOARCH [2021-02-25T03:17:44.576Z] #48 5.145 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:44.576Z] #48 5.145 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:44.576Z] #48 5.153 ++ dirname /tmp/install/install.sh [2021-02-25T03:17:44.576Z] #48 5.154 + dir=/tmp/install [2021-02-25T03:17:44.576Z] #48 5.154 + bin=golangci_lint [2021-02-25T03:17:44.576Z] #48 5.154 + shift [2021-02-25T03:17:44.576Z] #48 5.154 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-02-25T03:17:44.576Z] #48 5.154 + . /tmp/install/golangci_lint.installer [2021-02-25T03:17:44.576Z] #48 5.155 ++ : v1.23.8 [2021-02-25T03:17:44.576Z] #48 5.155 + install_golangci_lint [2021-02-25T03:17:44.576Z] #48 5.155 + set -e [2021-02-25T03:17:44.576Z] #48 5.155 + export GO111MODULE=on [2021-02-25T03:17:44.576Z] #48 5.155 + GO111MODULE=on [2021-02-25T03:17:44.576Z] #48 5.155 + GOBIN=/build [2021-02-25T03:17:44.576Z] #48 5.155 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-02-25T03:17:44.576Z] #48 5.200 go: finding github.com v1.23.8 [2021-02-25T03:17:44.576Z] #48 5.200 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-02-25T03:17:44.576Z] #48 5.200 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-02-25T03:17:44.576Z] #48 5.200 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-02-25T03:17:44.576Z] #48 5.200 go: finding github.com/golangci v1.23.8 [2021-02-25T03:17:44.576Z] #48 5.853 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-02-25T03:17:44.576Z] #48 6.668 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-02-25T03:17:44.618Z] #9 ... [2021-02-25T03:17:44.618Z] [2021-02-25T03:17:44.618Z] #28 [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-02-25T03:17:44.618Z] #28 sha256:4179e6b989193d0704d5b5a4740f021e962ac7617ec29fdfbac8378133c25b88 [2021-02-25T03:17:44.618Z] #28 1.848 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-02-25T03:17:44.618Z] #28 1.947 [2021-02-25T03:17:44.618Z] #28 2.076 ##### 7.0% ###################### 30.8% #################################### 51.2% ###################################################### 76.3% ############################################################# 86.0% ######################################################################## 100.0% [2021-02-25T03:17:44.618Z] #28 2.762 [2021-02-25T03:17:44.618Z] #28 2.892 ############################################ 62.0% ######################################################################## 100.0% [2021-02-25T03:17:44.618Z] #28 3.073 [2021-02-25T03:17:44.618Z] #28 3.199 ###################################### 53.4% ######################################################################## 100.0% [2021-02-25T03:17:44.618Z] #28 3.320 [2021-02-25T03:17:44.618Z] #28 3.443 ###### 9.1% #################### 28.1% ###################################### 52.9% ######################################## 56.8% #################################################### 72.9% ######################################################################## 100.0% [2021-02-25T03:17:44.618Z] #28 4.105 [2021-02-25T03:17:44.618Z] #28 4.226 ## 3.4% ###### 9.5% ########## 14.8% ############## 20.0% ################## 25.1% ##################### 30.4% ######################### 35.6% ############################# 40.8% ################################# 46.0% #################################### 51.2% ######################################## 56.0% ############################################ 61.6% ################################################ 66.8% ################################################### 71.9% ####################################################### 77.3% ########################################################### 82.6% ############################################################### 87.7% ################################################################## 92.9% ###################################################################### 98.2% ######################################################################## 100.0% [2021-02-25T03:17:44.618Z] #28 6.096 [2021-02-25T03:17:44.618Z] #28 6.426 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-02-25T03:17:44.618Z] #28 6.580 [2021-02-25T03:17:44.618Z] #28 6.653 ######################################################################## 100.0% [2021-02-25T03:17:44.618Z] #28 6.687 [2021-02-25T03:17:44.618Z] #28 6.986 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-02-25T03:17:44.618Z] #28 7.142 [2021-02-25T03:17:44.618Z] #28 7.268 ####################################################### 77.3% ######################################################################## 100.0% [2021-02-25T03:17:44.618Z] #28 7.307 [2021-02-25T03:17:44.618Z] #28 7.627 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-02-25T03:17:44.618Z] #28 7.708 [2021-02-25T03:17:44.618Z] #28 7.852 0.0% ############### 21.0% ######################################## 56.9% ################################################ 67.6% ################################################################## 92.9% ######################################################################## 100.0% [2021-02-25T03:17:44.618Z] #28 8.316 [2021-02-25T03:17:44.618Z] #28 8.700 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-02-25T03:17:44.618Z] #28 8.893 [2021-02-25T03:17:44.618Z] #28 8.941 ######################################################################## 100.0% [2021-02-25T03:17:44.618Z] #28 8.957 [2021-02-25T03:17:44.618Z] #28 9.217 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-02-25T03:17:44.618Z] #28 ... [2021-02-25T03:17:44.618Z] [2021-02-25T03:17:44.618Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-25T03:17:44.618Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-25T03:17:44.618Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 10.4s [2021-02-25T03:17:44.843Z] #64 24.04 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-02-25T03:17:44.845Z] #48 ... [2021-02-25T03:17:44.845Z] [2021-02-25T03:17:44.845Z] #33 [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-02-25T03:17:44.845Z] #33 sha256:8b4863751e833b3e36a433bff7bbb685c8c2b85551c6e47a4a6242ca62351796 [2021-02-25T03:17:44.845Z] #33 4.781 + RM_GOPATH=0 [2021-02-25T03:17:44.845Z] #33 4.781 + TMP_GOPATH= [2021-02-25T03:17:44.845Z] #33 4.781 + : /build [2021-02-25T03:17:44.845Z] #33 4.781 + '[' -z '' ']' [2021-02-25T03:17:44.845Z] #33 4.788 ++ mktemp -d [2021-02-25T03:17:44.845Z] #33 4.788 + export GOPATH=/tmp/tmp.nQsRYtlAsf [2021-02-25T03:17:44.845Z] #33 4.788 + GOPATH=/tmp/tmp.nQsRYtlAsf [2021-02-25T03:17:44.845Z] #33 4.788 + RM_GOPATH=1 [2021-02-25T03:17:44.845Z] #33 4.788 + case "$(go env GOARCH)" in [2021-02-25T03:17:44.845Z] #33 4.788 ++ go env GOARCH [2021-02-25T03:17:44.845Z] #33 4.823 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-25T03:17:44.845Z] #33 4.823 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:44.845Z] #33 4.823 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:44.845Z] #33 4.823 ++ dirname /tmp/install/install.sh [2021-02-25T03:17:44.845Z] #33 4.823 + dir=/tmp/install [2021-02-25T03:17:44.845Z] #33 4.823 + bin=tomlv [2021-02-25T03:17:44.845Z] #33 4.823 + shift [2021-02-25T03:17:44.845Z] #33 4.823 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-02-25T03:17:44.845Z] #33 4.823 + . /tmp/install/tomlv.installer [2021-02-25T03:17:44.845Z] #33 4.823 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-25T03:17:44.845Z] #33 4.823 + install_tomlv [2021-02-25T03:17:44.845Z] #33 4.823 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-02-25T03:17:44.845Z] #33 4.823 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.nQsRYtlAsf/src/github.com/BurntSushi/toml [2021-02-25T03:17:44.845Z] #33 4.823 Cloning into '/tmp/tmp.nQsRYtlAsf/src/github.com/BurntSushi/toml'... [2021-02-25T03:17:44.845Z] #33 5.866 + cd /tmp/tmp.nQsRYtlAsf/src/github.com/BurntSushi/toml [2021-02-25T03:17:44.845Z] #33 5.866 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-25T03:17:44.845Z] #33 5.887 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-02-25T03:17:44.845Z] #33 6.455 runtime/internal/sys [2021-02-25T03:17:44.845Z] #33 6.474 math/bits [2021-02-25T03:17:44.845Z] #33 6.477 internal/cpu [2021-02-25T03:17:44.845Z] #33 6.648 runtime/internal/atomic [2021-02-25T03:17:44.845Z] #33 6.862 runtime/internal/math [2021-02-25T03:17:44.845Z] #33 7.053 unicode/utf8 [2021-02-25T03:17:44.845Z] #33 7.066 internal/bytealg [2021-02-25T03:17:44.845Z] #33 7.496 sync/atomic [2021-02-25T03:17:44.845Z] #33 7.774 math [2021-02-25T03:17:44.845Z] #33 7.865 unicode [2021-02-25T03:17:44.845Z] #33 8.266 internal/testlog [2021-02-25T03:17:44.845Z] #33 8.526 encoding [2021-02-25T03:17:44.845Z] #33 8.680 runtime [2021-02-25T03:17:44.845Z] #33 9.754 runtime/cgo [2021-02-25T03:17:44.845Z] #33 ... [2021-02-25T03:17:44.845Z] [2021-02-25T03:17:44.845Z] #35 [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-02-25T03:17:44.845Z] #35 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-02-25T03:17:44.845Z] #35 5.945 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-25T03:17:44.845Z] #35 6.038 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-25T03:17:44.845Z] #35 6.047 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-25T03:17:44.845Z] #35 7.196 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-02-25T03:17:44.845Z] #35 9.188 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [262 kB] [2021-02-25T03:17:44.881Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 10.7s done [2021-02-25T03:17:45.110Z] #35 11.01 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-02-25T03:17:45.111Z] #35 ... [2021-02-25T03:17:45.111Z] [2021-02-25T03:17:45.111Z] #57 [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-02-25T03:17:45.111Z] #57 sha256:236966c14597b794e5254d8333adf33337fb4494a193d755c701b563dc6125b3 [2021-02-25T03:17:45.111Z] #57 4.288 + RM_GOPATH=0 [2021-02-25T03:17:45.111Z] #57 4.288 + TMP_GOPATH= [2021-02-25T03:17:45.111Z] #57 4.288 + : /build [2021-02-25T03:17:45.111Z] #57 4.288 + '[' -z '' ']' [2021-02-25T03:17:45.111Z] #57 4.288 ++ mktemp -d [2021-02-25T03:17:45.111Z] #57 4.293 + export GOPATH=/tmp/tmp.mpxiJ1MvVx [2021-02-25T03:17:45.111Z] #57 4.293 + GOPATH=/tmp/tmp.mpxiJ1MvVx [2021-02-25T03:17:45.111Z] #57 4.293 + RM_GOPATH=1 [2021-02-25T03:17:45.111Z] #57 4.293 + case "$(go env GOARCH)" in [2021-02-25T03:17:45.111Z] #57 4.293 ++ go env GOARCH [2021-02-25T03:17:45.111Z] #57 4.301 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:45.111Z] #57 4.301 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:45.111Z] #57 4.303 ++ dirname /tmp/install/install.sh [2021-02-25T03:17:45.111Z] #57 4.305 + dir=/tmp/install [2021-02-25T03:17:45.111Z] #57 4.305 + bin=rootlesskit [2021-02-25T03:17:45.111Z] #57 4.305 + shift [2021-02-25T03:17:45.111Z] #57 4.305 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-02-25T03:17:45.111Z] #57 4.305 + . /tmp/install/rootlesskit.installer [2021-02-25T03:17:45.111Z] #57 4.305 ++ : 5c30c9c2586add2ad659132990fdc230f05035fa [2021-02-25T03:17:45.111Z] #57 4.305 + install_rootlesskit [2021-02-25T03:17:45.111Z] #57 4.305 + case "$1" in [2021-02-25T03:17:45.111Z] #57 4.305 + export CGO_ENABLED=0 [2021-02-25T03:17:45.111Z] #57 4.305 + CGO_ENABLED=0 [2021-02-25T03:17:45.111Z] #57 4.305 + _install_rootlesskit [2021-02-25T03:17:45.111Z] #57 4.320 Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa [2021-02-25T03:17:45.111Z] #57 4.321 + echo 'Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa' [2021-02-25T03:17:45.111Z] #57 4.321 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.mpxiJ1MvVx/src/github.com/rootless-containers/rootlesskit [2021-02-25T03:17:45.111Z] #57 4.321 Cloning into '/tmp/tmp.mpxiJ1MvVx/src/github.com/rootless-containers/rootlesskit'... [2021-02-25T03:17:45.111Z] #57 6.876 + cd /tmp/tmp.mpxiJ1MvVx/src/github.com/rootless-containers/rootlesskit [2021-02-25T03:17:45.111Z] #57 6.876 + git checkout -q 5c30c9c2586add2ad659132990fdc230f05035fa [2021-02-25T03:17:45.111Z] #57 6.952 + export GO111MODULE=on [2021-02-25T03:17:45.111Z] #57 6.953 + GO111MODULE=on [2021-02-25T03:17:45.111Z] #57 6.954 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-25T03:17:45.111Z] #57 6.955 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-02-25T03:17:45.111Z] #57 9.362 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-02-25T03:17:45.111Z] #57 9.428 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-02-25T03:17:45.111Z] #57 9.447 go: downloading github.com/moby/sys/mountinfo v0.4.0 [2021-02-25T03:17:45.111Z] #57 9.490 go: downloading github.com/pkg/errors v0.9.1 [2021-02-25T03:17:45.111Z] #57 9.491 go: downloading github.com/sirupsen/logrus v1.7.0 [2021-02-25T03:17:45.111Z] #57 9.527 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-02-25T03:17:45.111Z] #57 9.625 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-02-25T03:17:45.111Z] #57 9.635 go: downloading github.com/moby/vpnkit v0.4.0 [2021-02-25T03:17:45.111Z] #57 9.695 go: downloading github.com/gorilla/mux v1.8.0 [2021-02-25T03:17:45.111Z] #57 10.37 go: extracting github.com/pkg/errors v0.9.1 [2021-02-25T03:17:45.111Z] #57 10.39 go: extracting github.com/moby/sys/mountinfo v0.4.0 [2021-02-25T03:17:45.111Z] #57 10.42 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-02-25T03:17:45.111Z] #57 10.43 go: extracting github.com/sirupsen/logrus v1.7.0 [2021-02-25T03:17:45.111Z] #57 10.44 go: downloading github.com/google/uuid v1.2.0 [2021-02-25T03:17:45.111Z] #57 10.45 go: extracting github.com/gorilla/mux v1.8.0 [2021-02-25T03:17:45.111Z] #57 10.76 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-02-25T03:17:45.111Z] #57 10.85 go: downloading github.com/gofrs/flock v0.8.0 [2021-02-25T03:17:45.111Z] #57 ... [2021-02-25T03:17:45.111Z] [2021-02-25T03:17:45.111Z] #31 [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-02-25T03:17:45.111Z] #31 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805 [2021-02-25T03:17:45.111Z] #31 4.684 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-02-25T03:17:45.111Z] #31 4.685 Cloning into '.'... [2021-02-25T03:17:45.357Z] #28 12.86 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-02-25T03:17:45.357Z] #28 13.22 [2021-02-25T03:17:45.381Z] #31 ... [2021-02-25T03:17:45.381Z] [2021-02-25T03:17:45.381Z] #28 [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-02-25T03:17:45.381Z] #28 sha256:a9cd8532da88f122b4ef88caecc9e63a54333a9550323c637268347c03ac102c [2021-02-25T03:17:45.615Z] #28 13.41 ######################################################################## 100.0% [2021-02-25T03:17:45.872Z] #28 13.50 [2021-02-25T03:17:45.950Z] #18 40.67 Setting up libiptc0:s390x (1.8.2-4) ... [2021-02-25T03:17:45.950Z] #18 40.69 Setting up xz-utils (5.2.4-1) ... [2021-02-25T03:17:45.950Z] #18 40.70 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-02-25T03:17:45.950Z] #18 40.71 Setting up sudo (1.8.27-1+deb10u3) ... [2021-02-25T03:17:45.950Z] #18 40.74 invoke-rc.d: could not determine current runlevel [2021-02-25T03:17:45.950Z] #18 40.75 invoke-rc.d: policy-rc.d denied execution of start. [2021-02-25T03:17:45.950Z] #18 40.76 Setting up pigz (2.4-1) ... [2021-02-25T03:17:45.950Z] #18 40.77 Setting up libnfnetlink0:s390x (1.0.1-3+b1) ... [2021-02-25T03:17:45.950Z] #18 40.78 Setting up libnl-3-200:s390x (3.4.0-1) ... [2021-02-25T03:17:45.950Z] #18 40.80 Setting up python-pip-whl (18.1-5) ... [2021-02-25T03:17:45.950Z] #18 40.80 Setting up libmpdec2:s390x (2.4.2-2) ... [2021-02-25T03:17:45.950Z] #18 40.81 Setting up vim-runtime (2:8.1.0875-5) ... [2021-02-25T03:17:46.130Z] #28 13.63 Download of images into '/build' complete. [2021-02-25T03:17:46.130Z] #28 13.63 Use something like the following to load the result into a Docker daemon: [2021-02-25T03:17:46.130Z] #28 13.63 tar -cC '/build' . | docker load [2021-02-25T03:17:46.245Z] #18 41.08 Setting up libaio1:s390x (0.3.112-3) ... [2021-02-25T03:17:46.245Z] #18 41.10 Setting up libonig5:s390x (6.9.1-1) ... [2021-02-25T03:17:46.245Z] #18 41.11 Setting up libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ... [2021-02-25T03:17:46.245Z] #18 41.12 Setting up vim (2:8.1.0875-5) ... [2021-02-25T03:17:46.245Z] #18 41.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-02-25T03:17:46.245Z] #18 41.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-02-25T03:17:46.245Z] #18 41.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-02-25T03:17:46.245Z] #18 41.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-02-25T03:17:46.245Z] #18 41.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-02-25T03:17:46.245Z] #18 41.14 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-02-25T03:17:46.245Z] #18 41.16 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-02-25T03:17:46.245Z] #18 41.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-02-25T03:17:46.245Z] #18 41.19 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2021-02-25T03:17:46.245Z] #18 41.20 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-02-25T03:17:46.245Z] #18 41.21 Setting up libnetfilter-conntrack3:s390x (1.0.7-1) ... [2021-02-25T03:17:46.245Z] #18 41.22 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-25T03:17:46.245Z] #18 41.23 Setting up libpython3-stdlib:s390x (3.7.3-1) ... [2021-02-25T03:17:46.245Z] #18 41.24 Setting up python3.7 (3.7.3-2+deb10u2) ... [2021-02-25T03:17:46.269Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2021-02-25T03:17:46.450Z] #28 5.704 0.0% 1.2% ### 4.3% ##### 7.5% ####### 10.3% ######### 13.6% ############ 16.7% ############# 19.0% ############### 22.2% ################# 24.6% ##################### 29.9% ####################### 32.9% ########################## 36.7% ############################## 42.3% ################################### 48.7% ##################################### 51.5% ####################################### 54.7% ########################################## 59.1% ############################################## 64.6% ################################################## 70.1% ################################################### 71.9% ##################################################### 73.7% ####################################################### 76.8% ######################################################### 79.9% ########################################################### 82.2% ############################################################ 84.3% ############################################################## 87.1% ################################################################# 91.2% #################################################################### 95.4% ######################################################################## 100.0% [2021-02-25T03:17:46.717Z] #28 9.475 [2021-02-25T03:17:47.064Z] #28 DONE 14.7s [2021-02-25T03:17:47.064Z] [2021-02-25T03:17:47.064Z] #46 [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-02-25T03:17:47.064Z] #46 sha256:4bfce7b2597647ca173c9ace7c492bf990e8802cf15b6019f9dafeacd9ccfeb0 [2021-02-25T03:17:47.064Z] #46 4.676 + RM_GOPATH=0 [2021-02-25T03:17:47.064Z] #46 4.676 + TMP_GOPATH= [2021-02-25T03:17:47.064Z] #46 4.676 + : /build [2021-02-25T03:17:47.064Z] #46 4.676 + '[' -z '' ']' [2021-02-25T03:17:47.064Z] #46 4.676 ++ mktemp -d [2021-02-25T03:17:47.064Z] #46 4.678 + export GOPATH=/tmp/tmp.Xk9lEvkcrK [2021-02-25T03:17:47.064Z] #46 4.678 + GOPATH=/tmp/tmp.Xk9lEvkcrK [2021-02-25T03:17:47.064Z] #46 4.678 + RM_GOPATH=1 [2021-02-25T03:17:47.064Z] #46 4.678 + case "$(go env GOARCH)" in [2021-02-25T03:17:47.064Z] #46 4.678 ++ go env GOARCH [2021-02-25T03:17:47.064Z] #46 4.709 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:47.064Z] #46 4.709 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:47.064Z] #46 4.709 ++ dirname /tmp/install/install.sh [2021-02-25T03:17:47.064Z] #46 4.709 + dir=/tmp/install [2021-02-25T03:17:47.064Z] #46 4.709 + bin=gotestsum [2021-02-25T03:17:47.064Z] #46 4.709 + shift [2021-02-25T03:17:47.064Z] #46 4.709 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-02-25T03:17:47.064Z] #46 4.709 + . /tmp/install/gotestsum.installer [2021-02-25T03:17:47.064Z] #46 4.709 ++ : v0.5.3 [2021-02-25T03:17:47.064Z] #46 4.709 + install_gotestsum [2021-02-25T03:17:47.064Z] #46 4.709 + set -e [2021-02-25T03:17:47.064Z] #46 4.709 + export GO111MODULE=on [2021-02-25T03:17:47.064Z] #46 4.709 + GO111MODULE=on [2021-02-25T03:17:47.064Z] #46 4.709 + GOBIN=/build [2021-02-25T03:17:47.064Z] #46 4.709 + go get gotest.tools/gotestsum@v0.5.3 [2021-02-25T03:17:47.064Z] #46 4.786 go: finding gotest.tools v0.5.3 [2021-02-25T03:17:47.064Z] #46 4.801 go: finding gotest.tools/gotestsum v0.5.3 [2021-02-25T03:17:47.064Z] #46 5.206 go: downloading gotest.tools/gotestsum v0.5.3 [2021-02-25T03:17:47.064Z] #46 5.657 go: extracting gotest.tools/gotestsum v0.5.3 [2021-02-25T03:17:47.064Z] #46 6.189 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-25T03:17:47.065Z] #46 6.189 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-02-25T03:17:47.065Z] #46 6.237 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-25T03:17:47.065Z] #46 6.237 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-25T03:17:47.065Z] #46 6.305 go: downloading github.com/pkg/errors v0.9.1 [2021-02-25T03:17:47.065Z] #46 6.352 go: downloading github.com/spf13/pflag v1.0.3 [2021-02-25T03:17:47.065Z] #46 6.385 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-25T03:17:47.065Z] #46 6.422 go: downloading github.com/fatih/color v1.9.0 [2021-02-25T03:17:47.065Z] #46 6.469 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-02-25T03:17:47.065Z] #46 6.513 go: extracting github.com/pkg/errors v0.9.1 [2021-02-25T03:17:47.065Z] #46 6.513 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-25T03:17:47.065Z] #46 6.541 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-25T03:17:47.065Z] #46 6.684 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-25T03:17:47.065Z] #46 6.777 go: extracting github.com/spf13/pflag v1.0.3 [2021-02-25T03:17:47.065Z] #46 6.943 go: extracting github.com/fatih/color v1.9.0 [2021-02-25T03:17:47.065Z] #46 6.954 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-02-25T03:17:47.065Z] #46 7.037 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-02-25T03:17:47.065Z] #46 7.150 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-02-25T03:17:47.065Z] #46 7.497 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-02-25T03:17:47.660Z] #46 9.510 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-25T03:17:47.830Z] #28 9.884 0.0% ########## 14.6% ############################### 43.6% ############################################### 66.5% ########################################################### 82.2% ################################################################# 91.5% ######################################################################## 100.0% [2021-02-25T03:17:48.225Z] #46 ... [2021-02-25T03:17:48.225Z] [2021-02-25T03:17:48.225Z] #50 [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-02-25T03:17:48.225Z] #50 sha256:90e0120ecc4828a2b00d33714c8a7a170a11d9c35e3f94055cf2bfb4aa2adc84 [2021-02-25T03:17:48.225Z] #50 4.887 + RM_GOPATH=0 [2021-02-25T03:17:48.225Z] #50 4.887 + TMP_GOPATH= [2021-02-25T03:17:48.225Z] #50 4.887 + : /build [2021-02-25T03:17:48.225Z] #50 4.887 + '[' -z '' ']' [2021-02-25T03:17:48.225Z] #50 4.887 ++ mktemp -d [2021-02-25T03:17:48.225Z] #50 4.887 + export GOPATH=/tmp/tmp.QfxK3CgfKz [2021-02-25T03:17:48.225Z] #50 4.887 + GOPATH=/tmp/tmp.QfxK3CgfKz [2021-02-25T03:17:48.225Z] #50 4.887 + RM_GOPATH=1 [2021-02-25T03:17:48.225Z] #50 4.887 + case "$(go env GOARCH)" in [2021-02-25T03:17:48.225Z] #50 4.887 ++ go env GOARCH [2021-02-25T03:17:48.225Z] #50 4.901 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:48.225Z] #50 4.901 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:48.225Z] #50 4.902 ++ dirname /tmp/install/install.sh [2021-02-25T03:17:48.225Z] #50 4.903 + dir=/tmp/install [2021-02-25T03:17:48.225Z] #50 4.903 + bin=shfmt [2021-02-25T03:17:48.225Z] #50 4.903 + shift [2021-02-25T03:17:48.225Z] #50 4.903 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-02-25T03:17:48.225Z] #50 4.903 + . /tmp/install/shfmt.installer [2021-02-25T03:17:48.225Z] #50 4.903 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-25T03:17:48.225Z] #50 4.903 + install_shfmt [2021-02-25T03:17:48.225Z] #50 4.903 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-02-25T03:17:48.225Z] #50 4.903 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-25T03:17:48.225Z] #50 4.922 + git clone https://github.com/mvdan/sh.git /tmp/tmp.QfxK3CgfKz/src/github.com/mvdan/sh [2021-02-25T03:17:48.225Z] #50 4.922 Cloning into '/tmp/tmp.QfxK3CgfKz/src/github.com/mvdan/sh'... [2021-02-25T03:17:48.383Z] #18 43.20 Setting up iptables (1.8.2-4) ... [2021-02-25T03:17:48.383Z] #18 43.21 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-25T03:17:48.383Z] #18 43.22 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-25T03:17:48.383Z] #18 43.23 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-25T03:17:48.383Z] #18 43.23 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-25T03:17:48.383Z] #18 43.24 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-02-25T03:17:48.383Z] #18 43.24 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-02-25T03:17:48.383Z] #18 43.25 Setting up python3 (3.7.3-1) ... [2021-02-25T03:17:48.412Z] #28 10.93 [2021-02-25T03:17:48.483Z] #50 ... [2021-02-25T03:17:48.483Z] [2021-02-25T03:17:48.483Z] #63 [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-02-25T03:17:48.483Z] #63 sha256:8501f6e694640f897574c63f5ba89b5cc8cf2f7fa9c3a23096489e11e0c587a0 [2021-02-25T03:17:48.483Z] #63 3.882 + RM_GOPATH=0 [2021-02-25T03:17:48.483Z] #63 3.882 + TMP_GOPATH= [2021-02-25T03:17:48.483Z] #63 3.882 + : /build [2021-02-25T03:17:48.483Z] #63 3.882 + '[' -z '' ']' [2021-02-25T03:17:48.483Z] #63 3.882 ++ mktemp -d [2021-02-25T03:17:48.483Z] #63 3.882 + export GOPATH=/tmp/tmp.2N8jkQxD7k [2021-02-25T03:17:48.483Z] #63 3.882 + GOPATH=/tmp/tmp.2N8jkQxD7k [2021-02-25T03:17:48.483Z] #63 3.882 + RM_GOPATH=1 [2021-02-25T03:17:48.483Z] #63 3.882 + case "$(go env GOARCH)" in [2021-02-25T03:17:48.483Z] #63 3.882 ++ go env GOARCH [2021-02-25T03:17:48.483Z] #63 3.891 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-25T03:17:48.483Z] #63 3.891 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:48.483Z] #63 3.891 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:48.483Z] #63 3.891 ++ dirname /tmp/install/install.sh [2021-02-25T03:17:48.483Z] #63 3.891 + dir=/tmp/install [2021-02-25T03:17:48.483Z] #63 3.891 + bin=proxy [2021-02-25T03:17:48.483Z] #63 3.891 + shift [2021-02-25T03:17:48.483Z] #63 3.891 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-02-25T03:17:48.483Z] #63 3.891 + . /tmp/install/proxy.installer [2021-02-25T03:17:48.483Z] #63 3.891 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-25T03:17:48.483Z] #63 3.891 + install_proxy [2021-02-25T03:17:48.483Z] #63 3.891 + case "$1" in [2021-02-25T03:17:48.483Z] #63 3.891 + export CGO_ENABLED=0 [2021-02-25T03:17:48.483Z] #63 3.891 + CGO_ENABLED=0 [2021-02-25T03:17:48.483Z] #63 3.891 + _install_proxy [2021-02-25T03:17:48.483Z] #63 3.891 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7' [2021-02-25T03:17:48.483Z] #63 3.891 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.2N8jkQxD7k/src/github.com/docker/libnetwork [2021-02-25T03:17:48.483Z] #63 3.891 Cloning into '/tmp/tmp.2N8jkQxD7k/src/github.com/docker/libnetwork'... [2021-02-25T03:17:48.483Z] #63 ... [2021-02-25T03:17:48.483Z] [2021-02-25T03:17:48.483Z] #23 [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-02-25T03:17:48.483Z] #23 sha256:912030cf185673f4c34f24358ab6c574c363cf2ab315f2c4bfc265249f1770df [2021-02-25T03:17:48.483Z] #23 6.235 Install docker/cli version 17.06.2-ce from stable [2021-02-25T03:17:48.483Z] #23 6.237 + RM_GOPATH=0 [2021-02-25T03:17:48.483Z] #23 6.237 + TMP_GOPATH= [2021-02-25T03:17:48.483Z] #23 6.237 + : /build [2021-02-25T03:17:48.483Z] #23 6.237 + '[' -z '' ']' [2021-02-25T03:17:48.483Z] #23 6.237 ++ mktemp -d [2021-02-25T03:17:48.483Z] #23 6.237 + export GOPATH=/tmp/tmp.CXOEy5okNQ [2021-02-25T03:17:48.483Z] #23 6.237 + GOPATH=/tmp/tmp.CXOEy5okNQ [2021-02-25T03:17:48.483Z] #23 6.237 + RM_GOPATH=1 [2021-02-25T03:17:48.483Z] #23 6.237 + case "$(go env GOARCH)" in [2021-02-25T03:17:48.483Z] #23 6.237 ++ go env GOARCH [2021-02-25T03:17:48.483Z] #23 6.237 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:48.483Z] #23 6.237 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:48.483Z] #23 6.237 ++ dirname /tmp/install/install.sh [2021-02-25T03:17:48.483Z] #23 6.237 + dir=/tmp/install [2021-02-25T03:17:48.483Z] #23 6.237 + bin=dockercli [2021-02-25T03:17:48.483Z] #23 6.237 + shift [2021-02-25T03:17:48.483Z] #23 6.237 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-02-25T03:17:48.483Z] #23 6.237 + . /tmp/install/dockercli.installer [2021-02-25T03:17:48.483Z] #23 6.237 ++ : stable [2021-02-25T03:17:48.483Z] #23 6.237 ++ : 17.06.2-ce [2021-02-25T03:17:48.483Z] #23 6.237 + install_dockercli [2021-02-25T03:17:48.483Z] #23 6.237 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-02-25T03:17:48.483Z] #23 6.237 ++ uname -m [2021-02-25T03:17:48.483Z] #23 6.237 + arch=x86_64 [2021-02-25T03:17:48.483Z] #23 6.237 + '[' x86_64 '!=' x86_64 ']' [2021-02-25T03:17:48.483Z] #23 6.237 + url=https://download.docker.com/linux/static [2021-02-25T03:17:48.483Z] #23 6.237 + tar -xz docker/docker [2021-02-25T03:17:48.483Z] #23 6.249 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-02-25T03:17:48.533Z] #64 ... [2021-02-25T03:17:48.533Z] [2021-02-25T03:17:48.533Z] #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-02-25T03:17:48.533Z] #36 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-02-25T03:17:48.533Z] #36 17.19 Fetched 8197 kB in 17s (495 kB/s) [2021-02-25T03:17:48.533Z] #36 17.19 Reading package lists... [2021-02-25T03:17:48.533Z] #36 24.99 Reading package lists... [2021-02-25T03:17:48.533Z] #36 ... [2021-02-25T03:17:48.533Z] [2021-02-25T03:17:48.533Z] #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-02-25T03:17:48.533Z] #29 sha256:1469f0a582c5a307eedf44c9a41dea2ec27834fdbbd2951ebafe162c8486dafa [2021-02-25T03:17:48.533Z] #29 22.41 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-02-25T03:17:48.533Z] #29 22.55 skipping existing 5cb8031fd95d [2021-02-25T03:17:48.533Z] #29 22.86 [2021-02-25T03:17:48.533Z] #29 24.53 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-02-25T03:17:48.533Z] #29 25.08 #=#=# [2021-02-25T03:17:48.675Z] #18 43.57 Setting up python3-wheel (0.32.3-2) ... [2021-02-25T03:17:48.741Z] #23 ... [2021-02-25T03:17:48.741Z] [2021-02-25T03:17:48.741Z] #44 [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-02-25T03:17:48.741Z] #44 sha256:9c1c894d71924ba5495f24b060df116fd97fd016d241f3cd58c535b197cc6e71 [2021-02-25T03:17:48.741Z] #44 5.241 + RM_GOPATH=0 [2021-02-25T03:17:48.741Z] #44 5.241 + TMP_GOPATH= [2021-02-25T03:17:48.741Z] #44 5.241 + : /build [2021-02-25T03:17:48.741Z] #44 5.241 + '[' -z '' ']' [2021-02-25T03:17:48.741Z] #44 5.241 ++ mktemp -d [2021-02-25T03:17:48.741Z] #44 5.241 + export GOPATH=/tmp/tmp.o8jEV2yHGs [2021-02-25T03:17:48.741Z] #44 5.241 + GOPATH=/tmp/tmp.o8jEV2yHGs [2021-02-25T03:17:48.741Z] #44 5.241 + RM_GOPATH=1 [2021-02-25T03:17:48.741Z] #44 5.241 + case "$(go env GOARCH)" in [2021-02-25T03:17:48.741Z] #44 5.241 ++ go env GOARCH [2021-02-25T03:17:48.741Z] #44 5.270 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:48.741Z] #44 5.270 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:48.741Z] #44 5.270 ++ dirname /tmp/install/install.sh [2021-02-25T03:17:48.741Z] #44 5.270 + dir=/tmp/install [2021-02-25T03:17:48.741Z] #44 5.270 + bin=vndr [2021-02-25T03:17:48.741Z] #44 5.270 + shift [2021-02-25T03:17:48.741Z] #44 5.270 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-02-25T03:17:48.741Z] #44 5.270 + . /tmp/install/vndr.installer [2021-02-25T03:17:48.741Z] #44 5.270 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-25T03:17:48.741Z] #44 5.270 + install_vndr [2021-02-25T03:17:48.741Z] #44 5.270 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-02-25T03:17:48.741Z] #44 5.270 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.o8jEV2yHGs/src/github.com/LK4D4/vndr [2021-02-25T03:17:48.741Z] #44 5.270 Cloning into '/tmp/tmp.o8jEV2yHGs/src/github.com/LK4D4/vndr'... [2021-02-25T03:17:48.741Z] #44 5.270 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-25T03:17:48.741Z] #44 5.684 + cd /tmp/tmp.o8jEV2yHGs/src/github.com/LK4D4/vndr [2021-02-25T03:17:48.741Z] #44 5.684 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-25T03:17:48.741Z] #44 5.701 + go build -buildmode=pie -v -o /build/vndr . [2021-02-25T03:17:48.741Z] #44 6.491 internal/race [2021-02-25T03:17:48.741Z] #44 6.633 sync/atomic [2021-02-25T03:17:48.741Z] #44 6.643 runtime [2021-02-25T03:17:48.741Z] #44 6.913 unicode [2021-02-25T03:17:48.818Z] #9 DONE 41.5s [2021-02-25T03:17:48.818Z] [2021-02-25T03:17:48.818Z] #28 [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-02-25T03:17:48.818Z] #28 sha256:4179e6b989193d0704d5b5a4740f021e962ac7617ec29fdfbac8378133c25b88 [2021-02-25T03:17:48.818Z] #28 9.366 [2021-02-25T03:17:48.818Z] #28 9.435 ######################################################################## 100.0% [2021-02-25T03:17:48.818Z] #28 9.452 [2021-02-25T03:17:48.818Z] #28 9.470 Download of images into '/build' complete. [2021-02-25T03:17:48.818Z] #28 9.470 Use something like the following to load the result into a Docker daemon: [2021-02-25T03:17:48.818Z] #28 9.470 tar -cC '/build' . | docker load [2021-02-25T03:17:48.969Z] #18 44.03 Setting up apparmor (2.13.2-10) ... [2021-02-25T03:17:48.999Z] #44 ... [2021-02-25T03:17:48.999Z] [2021-02-25T03:17:48.999Z] #57 [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-02-25T03:17:48.999Z] #57 sha256:527213be96c710e2667c1aab01a316fbfabc6844aebb6fb934ed7cdce9b7042a [2021-02-25T03:17:48.999Z] #57 6.352 + RM_GOPATH=0 [2021-02-25T03:17:48.999Z] #57 6.352 + TMP_GOPATH= [2021-02-25T03:17:48.999Z] #57 6.352 + : /build [2021-02-25T03:17:48.999Z] #57 6.352 + '[' -z '' ']' [2021-02-25T03:17:48.999Z] #57 6.352 ++ mktemp -d [2021-02-25T03:17:48.999Z] #57 6.354 + export GOPATH=/tmp/tmp.CTKt2kEgWh [2021-02-25T03:17:48.999Z] #57 6.354 + GOPATH=/tmp/tmp.CTKt2kEgWh [2021-02-25T03:17:48.999Z] #57 6.354 + RM_GOPATH=1 [2021-02-25T03:17:48.999Z] #57 6.354 + case "$(go env GOARCH)" in [2021-02-25T03:17:48.999Z] #57 6.354 ++ go env GOARCH [2021-02-25T03:17:48.999Z] #57 6.405 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:48.999Z] #57 6.405 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:48.999Z] #57 6.409 ++ dirname /tmp/install/install.sh [2021-02-25T03:17:48.999Z] #57 6.414 + dir=/tmp/install [2021-02-25T03:17:48.999Z] #57 6.415 + bin=rootlesskit [2021-02-25T03:17:48.999Z] #57 6.416 + shift [2021-02-25T03:17:48.999Z] #57 6.417 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-02-25T03:17:48.999Z] #57 6.417 + . /tmp/install/rootlesskit.installer [2021-02-25T03:17:48.999Z] #57 6.418 ++ : 5c30c9c2586add2ad659132990fdc230f05035fa [2021-02-25T03:17:48.999Z] #57 6.421 + install_rootlesskit [2021-02-25T03:17:48.999Z] #57 6.421 + case "$1" in [2021-02-25T03:17:48.999Z] #57 6.421 + export CGO_ENABLED=0 [2021-02-25T03:17:48.999Z] #57 6.421 + CGO_ENABLED=0 [2021-02-25T03:17:48.999Z] #57 6.421 + _install_rootlesskit [2021-02-25T03:17:48.999Z] #57 6.423 + echo 'Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa' [2021-02-25T03:17:48.999Z] #57 6.430 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.CTKt2kEgWh/src/github.com/rootless-containers/rootlesskit [2021-02-25T03:17:48.999Z] #57 6.431 Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa [2021-02-25T03:17:48.999Z] #57 6.432 Cloning into '/tmp/tmp.CTKt2kEgWh/src/github.com/rootless-containers/rootlesskit'... [2021-02-25T03:17:48.999Z] #57 ... [2021-02-25T03:17:48.999Z] [2021-02-25T03:17:48.999Z] #35 [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-02-25T03:17:48.999Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-25T03:17:48.999Z] #35 7.109 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-25T03:17:48.999Z] #35 7.222 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-25T03:17:48.999Z] #35 7.222 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-25T03:17:48.999Z] #35 8.128 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-25T03:17:48.999Z] #35 10.32 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-25T03:17:49.158Z] #29 25.25 0.8% ### 4.9% ######## 11.4% ########## 14.7% ############## 20.2% ################# 23.9% ##################### 29.4% ######################### 35.0% ############################# 40.5% ################################## 47.9% ####################################### 55.2% ########################################## 58.8% ############################################# 62.5% ################################################ 68.0% ################################################### 71.7% ###################################################### 75.4% ########################################################## 80.9% ############################################################## 86.4% ################################################################## 92.0% ###################################################################### 97.5% ######################################################################## 100.0% [2021-02-25T03:17:49.209Z] #28 11.34 0.0% ################ 23.2% ############################## 42.2% ######################################### 57.4% ######################################################### 80.0% ######################################################################## 100.0% [2021-02-25T03:17:49.209Z] #28 ... [2021-02-25T03:17:49.209Z] [2021-02-25T03:17:49.209Z] #23 [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-02-25T03:17:49.209Z] #23 sha256:b6f757430588f2eb65332387809d416151bde50c337177526c6d4929e9a481d7 [2021-02-25T03:17:49.209Z] #23 5.136 + RM_GOPATH=0 [2021-02-25T03:17:49.209Z] #23 5.136 + TMP_GOPATH= [2021-02-25T03:17:49.209Z] #23 5.136 + : /build [2021-02-25T03:17:49.209Z] #23 5.136 + '[' -z '' ']' [2021-02-25T03:17:49.209Z] #23 5.138 ++ mktemp -d [2021-02-25T03:17:49.209Z] #23 5.143 + export GOPATH=/tmp/tmp.BTLLp9Q6aU [2021-02-25T03:17:49.209Z] #23 5.143 + GOPATH=/tmp/tmp.BTLLp9Q6aU [2021-02-25T03:17:49.209Z] #23 5.143 + RM_GOPATH=1 [2021-02-25T03:17:49.209Z] #23 5.143 + case "$(go env GOARCH)" in [2021-02-25T03:17:49.209Z] #23 5.143 ++ go env GOARCH [2021-02-25T03:17:49.209Z] #23 5.155 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:49.209Z] #23 5.155 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:49.209Z] #23 5.157 ++ dirname /tmp/install/install.sh [2021-02-25T03:17:49.209Z] #23 5.164 + dir=/tmp/install [2021-02-25T03:17:49.209Z] #23 5.164 + bin=dockercli [2021-02-25T03:17:49.209Z] #23 5.164 + shift [2021-02-25T03:17:49.209Z] #23 5.164 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-02-25T03:17:49.209Z] #23 5.164 + . /tmp/install/dockercli.installer [2021-02-25T03:17:49.209Z] #23 5.164 ++ : stable [2021-02-25T03:17:49.209Z] #23 5.164 ++ : 17.06.2-ce [2021-02-25T03:17:49.209Z] #23 5.164 + install_dockercli [2021-02-25T03:17:49.209Z] #23 5.164 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-02-25T03:17:49.209Z] #23 5.164 Install docker/cli version 17.06.2-ce from stable [2021-02-25T03:17:49.209Z] #23 5.183 ++ uname -m [2021-02-25T03:17:49.209Z] #23 5.187 + arch=aarch64 [2021-02-25T03:17:49.209Z] #23 5.187 + '[' aarch64 '!=' x86_64 ']' [2021-02-25T03:17:49.209Z] #23 5.187 + '[' aarch64 '!=' s390x ']' [2021-02-25T03:17:49.209Z] #23 5.187 + '[' aarch64 '!=' armhf ']' [2021-02-25T03:17:49.209Z] #23 5.187 + build_dockercli [2021-02-25T03:17:49.209Z] #23 5.187 + git clone https://github.com/docker/docker-ce /tmp/tmp.BTLLp9Q6aU/tmp/docker-ce [2021-02-25T03:17:49.209Z] #23 5.187 Cloning into '/tmp/tmp.BTLLp9Q6aU/tmp/docker-ce'... [2021-02-25T03:17:49.209Z] #23 ... [2021-02-25T03:17:49.209Z] [2021-02-25T03:17:49.209Z] #48 [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-02-25T03:17:49.209Z] #48 sha256:86ff5e4393159d26adec9e96c22744aaff961e59647e9ae2baad8823f00f4600 [2021-02-25T03:17:49.209Z] #48 14.05 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-25T03:17:49.209Z] #48 14.06 go: downloading github.com/pkg/errors v0.8.1 [2021-02-25T03:17:49.209Z] #48 14.08 go: downloading github.com/spf13/viper v1.6.1 [2021-02-25T03:17:49.209Z] #48 14.12 go: downloading github.com/spf13/cobra v0.0.5 [2021-02-25T03:17:49.209Z] #48 14.33 go: downloading github.com/fatih/color v1.7.0 [2021-02-25T03:17:49.209Z] #48 14.35 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-02-25T03:17:49.209Z] #48 14.36 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-02-25T03:17:49.209Z] #48 14.36 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-02-25T03:17:49.209Z] #48 14.36 go: downloading github.com/spf13/pflag v1.0.5 [2021-02-25T03:17:49.209Z] #48 14.60 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-02-25T03:17:49.209Z] #48 14.61 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-02-25T03:17:49.209Z] #48 14.75 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-02-25T03:17:49.209Z] #48 14.75 go: downloading github.com/stretchr/testify v1.4.0 [2021-02-25T03:17:49.209Z] #48 14.80 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-02-25T03:17:49.209Z] #48 14.81 go: extracting github.com/pkg/errors v0.8.1 [2021-02-25T03:17:49.209Z] #48 14.93 go: extracting github.com/spf13/viper v1.6.1 [2021-02-25T03:17:49.209Z] #48 14.99 go: extracting github.com/spf13/cobra v0.0.5 [2021-02-25T03:17:49.209Z] #48 15.02 go: extracting github.com/fatih/color v1.7.0 [2021-02-25T03:17:49.209Z] #48 15.03 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-02-25T03:17:49.209Z] #48 15.17 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-25T03:17:49.209Z] #48 15.22 go: extracting github.com/spf13/pflag v1.0.5 [2021-02-25T03:17:49.209Z] #48 15.23 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-02-25T03:17:49.256Z] #35 ... [2021-02-25T03:17:49.256Z] [2021-02-25T03:17:49.256Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-25T03:17:49.256Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-25T03:17:49.256Z] #12 7.144 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-25T03:17:49.256Z] #12 7.227 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-25T03:17:49.256Z] #12 7.227 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-25T03:17:49.256Z] #12 8.090 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-25T03:17:49.256Z] #12 10.48 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-25T03:17:49.461Z] #29 27.92 [2021-02-25T03:17:49.479Z] #48 15.43 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-02-25T03:17:49.479Z] #48 15.48 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-25T03:17:49.514Z] #12 ... [2021-02-25T03:17:49.514Z] [2021-02-25T03:17:49.514Z] #54 [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-02-25T03:17:49.514Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-25T03:17:49.514Z] #54 7.952 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-25T03:17:49.514Z] #54 8.036 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-25T03:17:49.514Z] #54 8.048 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-25T03:17:49.514Z] #54 9.173 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-25T03:17:49.514Z] #54 ... [2021-02-25T03:17:49.514Z] [2021-02-25T03:17:49.514Z] #41 [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-02-25T03:17:49.514Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-25T03:17:49.514Z] #41 7.227 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-25T03:17:49.514Z] #41 7.295 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-25T03:17:49.514Z] #41 7.295 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-25T03:17:49.514Z] #41 8.292 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-25T03:17:49.514Z] #41 10.64 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-25T03:17:49.749Z] #48 15.69 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-02-25T03:17:49.749Z] #48 15.69 go: extracting github.com/stretchr/testify v1.4.0 [2021-02-25T03:17:49.749Z] #48 15.87 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-02-25T03:17:49.761Z] #29 ... [2021-02-25T03:17:49.761Z] [2021-02-25T03:17:49.761Z] #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-02-25T03:17:49.761Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-02-25T03:17:49.761Z] #42 18.96 Fetched 8197 kB in 18s (457 kB/s) [2021-02-25T03:17:49.761Z] #42 18.96 Reading package lists... [2021-02-25T03:17:49.772Z] #41 ... [2021-02-25T03:17:49.772Z] [2021-02-25T03:17:49.772Z] #39 [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-02-25T03:17:49.772Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-25T03:17:49.772Z] #39 6.935 + git clone https://github.com/docker/distribution.git . [2021-02-25T03:17:49.772Z] #39 6.938 Cloning into '.'... [2021-02-25T03:17:49.772Z] #39 ... [2021-02-25T03:17:49.772Z] [2021-02-25T03:17:49.772Z] #33 [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-02-25T03:17:49.772Z] #33 sha256:5a278342ade8e2c20f1c413695911318c9857be2ce63e1d77cb8878956a9fe89 [2021-02-25T03:17:49.772Z] #33 4.649 + RM_GOPATH=0 [2021-02-25T03:17:49.772Z] #33 4.653 + TMP_GOPATH= [2021-02-25T03:17:49.772Z] #33 4.653 + : /build [2021-02-25T03:17:49.772Z] #33 4.653 + '[' -z '' ']' [2021-02-25T03:17:49.772Z] #33 4.653 ++ mktemp -d [2021-02-25T03:17:49.772Z] #33 4.653 + export GOPATH=/tmp/tmp.OI5SjC2qES [2021-02-25T03:17:49.772Z] #33 4.653 + GOPATH=/tmp/tmp.OI5SjC2qES [2021-02-25T03:17:49.772Z] #33 4.653 + RM_GOPATH=1 [2021-02-25T03:17:49.772Z] #33 4.653 + case "$(go env GOARCH)" in [2021-02-25T03:17:49.772Z] #33 4.653 ++ go env GOARCH [2021-02-25T03:17:49.772Z] #33 4.675 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:49.772Z] #33 4.675 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:49.772Z] #33 4.675 ++ dirname /tmp/install/install.sh [2021-02-25T03:17:49.772Z] #33 4.675 + dir=/tmp/install [2021-02-25T03:17:49.772Z] #33 4.675 + bin=tomlv [2021-02-25T03:17:49.772Z] #33 4.675 + shift [2021-02-25T03:17:49.772Z] #33 4.675 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-02-25T03:17:49.772Z] #33 4.675 + . /tmp/install/tomlv.installer [2021-02-25T03:17:49.772Z] #33 4.675 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-25T03:17:49.772Z] #33 4.675 + install_tomlv [2021-02-25T03:17:49.772Z] #33 4.675 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-02-25T03:17:49.772Z] #33 4.675 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.OI5SjC2qES/src/github.com/BurntSushi/toml [2021-02-25T03:17:49.772Z] #33 4.678 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-25T03:17:49.772Z] #33 4.678 Cloning into '/tmp/tmp.OI5SjC2qES/src/github.com/BurntSushi/toml'... [2021-02-25T03:17:49.772Z] #33 5.270 + cd /tmp/tmp.OI5SjC2qES/src/github.com/BurntSushi/toml [2021-02-25T03:17:49.772Z] #33 5.270 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-25T03:17:49.772Z] #33 5.270 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-02-25T03:17:49.772Z] #33 5.585 runtime/internal/atomic [2021-02-25T03:17:49.772Z] #33 5.601 internal/cpu [2021-02-25T03:17:49.772Z] #33 5.659 runtime/internal/sys [2021-02-25T03:17:49.772Z] #33 5.741 runtime/internal/math [2021-02-25T03:17:49.772Z] #33 5.848 math/bits [2021-02-25T03:17:49.772Z] #33 5.982 internal/bytealg [2021-02-25T03:17:49.772Z] #33 6.173 math [2021-02-25T03:17:49.772Z] #33 6.539 runtime [2021-02-25T03:17:49.772Z] #33 9.895 unicode/utf8 [2021-02-25T03:17:49.772Z] #33 10.60 unicode [2021-02-25T03:17:50.012Z] #18 ... [2021-02-25T03:17:50.012Z] [2021-02-25T03:17:50.012Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-25T03:17:50.012Z] #41 90.92 CC criu/filesystems.o [2021-02-25T03:17:50.012Z] #41 91.52 CC criu/fsnotify.o [2021-02-25T03:17:50.012Z] #41 92.35 CC criu/image-desc.o [2021-02-25T03:17:50.012Z] #41 92.41 CC criu/image.o [2021-02-25T03:17:50.012Z] #41 92.90 CC criu/ipc_ns.o [2021-02-25T03:17:50.012Z] #41 93.72 CC criu/irmap.o [2021-02-25T03:17:50.012Z] #41 94.12 CC criu/kcmp-ids.o [2021-02-25T03:17:50.012Z] #41 94.33 CC criu/kerndat.o [2021-02-25T03:17:50.012Z] #41 95.24 CC criu/libnetlink.o [2021-02-25T03:17:50.012Z] #41 95.50 CC criu/log.o [2021-02-25T03:17:50.012Z] #41 95.85 CC criu/lsm.o [2021-02-25T03:17:50.012Z] #41 96.05 CC criu/mem.o [2021-02-25T03:17:50.012Z] #41 97.08 CC criu/memfd.o [2021-02-25T03:17:50.012Z] #41 97.57 CC criu/mount.o [2021-02-25T03:17:50.012Z] #41 100.7 CC criu/namespaces.o [2021-02-25T03:17:50.012Z] #41 ... [2021-02-25T03:17:50.012Z] [2021-02-25T03:17:50.012Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2021-02-25T03:17:50.012Z] #18 45.19 Setting up xfsprogs (4.20.0-1) ... [2021-02-25T03:17:50.018Z] #48 15.89 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-02-25T03:17:50.018Z] #48 15.92 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-25T03:17:50.018Z] #48 15.94 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-25T03:17:50.018Z] #48 16.09 go: downloading github.com/spf13/afero v1.1.2 [2021-02-25T03:17:50.018Z] #48 16.12 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-02-25T03:17:50.018Z] #48 16.17 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-25T03:17:50.018Z] #48 16.19 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-02-25T03:17:50.031Z] #33 ... [2021-02-25T03:17:50.031Z] [2021-02-25T03:17:50.031Z] #57 [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-02-25T03:17:50.031Z] #57 sha256:527213be96c710e2667c1aab01a316fbfabc6844aebb6fb934ed7cdce9b7042a [2021-02-25T03:17:50.031Z] #57 11.78 + cd /tmp/tmp.CTKt2kEgWh/src/github.com/rootless-containers/rootlesskit [2021-02-25T03:17:50.031Z] #57 11.78 + git checkout -q 5c30c9c2586add2ad659132990fdc230f05035fa [2021-02-25T03:17:50.031Z] #57 11.81 + export GO111MODULE=on [2021-02-25T03:17:50.031Z] #57 11.81 + GO111MODULE=on [2021-02-25T03:17:50.031Z] #57 11.81 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-25T03:17:50.031Z] #57 11.81 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-02-25T03:17:50.079Z] #42 26.94 Reading package lists... [2021-02-25T03:17:50.079Z] #42 ... [2021-02-25T03:17:50.079Z] [2021-02-25T03:17:50.079Z] #13 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-25T03:17:50.079Z] #13 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-02-25T03:17:50.079Z] #13 19.03 Fetched 8197 kB in 18s (456 kB/s) [2021-02-25T03:17:50.079Z] #13 19.03 Reading package lists... [2021-02-25T03:17:50.079Z] #13 27.08 Reading package lists... [2021-02-25T03:17:50.079Z] #13 ... [2021-02-25T03:17:50.079Z] [2021-02-25T03:17:50.079Z] #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-02-25T03:17:50.079Z] #58 sha256:31990b4353000e6f8d05f0a5000cf150bd203eb6802ba8a2b89542ba429ce0b6 [2021-02-25T03:17:50.079Z] #58 19.33 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-02-25T03:17:50.079Z] #58 20.36 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-02-25T03:17:50.079Z] #58 20.69 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-02-25T03:17:50.079Z] #58 20.72 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-02-25T03:17:50.079Z] #58 21.46 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-02-25T03:17:50.079Z] #58 23.04 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-02-25T03:17:50.079Z] #58 26.64 go: finding github.com/pkg/errors v0.9.1 [2021-02-25T03:17:50.079Z] #58 26.66 go: finding github.com/sirupsen/logrus v1.7.0 [2021-02-25T03:17:50.079Z] #58 26.76 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-02-25T03:17:50.079Z] #58 27.20 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-02-25T03:17:50.079Z] #58 27.47 go: finding github.com/google/uuid v1.2.0 [2021-02-25T03:17:50.079Z] #58 27.59 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-02-25T03:17:50.079Z] #58 27.65 go: finding github.com/gofrs/flock v0.8.0 [2021-02-25T03:17:50.079Z] #58 27.73 go: finding github.com/moby/vpnkit v0.4.0 [2021-02-25T03:17:50.079Z] #58 27.79 go: finding github.com/gorilla/mux v1.8.0 [2021-02-25T03:17:50.079Z] #58 28.01 go: finding github.com/moby/sys/mountinfo v0.4.0 [2021-02-25T03:17:50.079Z] #58 28.10 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-02-25T03:17:50.079Z] #58 28.15 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-02-25T03:17:50.079Z] #58 28.27 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-02-25T03:17:50.079Z] #58 28.63 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-02-25T03:17:50.079Z] #58 28.97 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-02-25T03:17:50.206Z] #28 DONE 15.0s [2021-02-25T03:17:50.206Z] [2021-02-25T03:17:50.206Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-02-25T03:17:50.206Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-02-25T03:17:50.283Z] #48 16.23 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-02-25T03:17:50.283Z] #48 16.24 go: downloading github.com/stretchr/objx v0.2.0 [2021-02-25T03:17:50.283Z] #48 16.38 go: downloading github.com/magiconair/properties v1.8.1 [2021-02-25T03:17:50.283Z] #48 ... [2021-02-25T03:17:50.283Z] [2021-02-25T03:17:50.283Z] #39 [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-02-25T03:17:50.283Z] #39 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926 [2021-02-25T03:17:50.283Z] #39 5.921 + git clone https://github.com/docker/distribution.git . [2021-02-25T03:17:50.283Z] #39 5.928 Cloning into '.'... [2021-02-25T03:17:50.307Z] #18 45.23 Setting up python3-lib2to3 (3.7.3-1) ... [2021-02-25T03:17:50.380Z] #58 ... [2021-02-25T03:17:50.380Z] [2021-02-25T03:17:50.380Z] #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-02-25T03:17:50.380Z] #49 sha256:622b10339dbd1592d0d8068c69e6662c13890861224891c9d74c6dc75865c0d7 [2021-02-25T03:17:50.380Z] #49 23.40 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-25T03:17:50.380Z] #49 23.47 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-25T03:17:50.380Z] #49 23.55 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-02-25T03:17:50.380Z] #49 23.59 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-02-25T03:17:50.380Z] #49 23.72 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-02-25T03:17:50.380Z] #49 23.80 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-25T03:17:50.380Z] #49 23.85 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-02-25T03:17:50.380Z] #49 23.88 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-25T03:17:50.380Z] #49 23.90 go: downloading github.com/gogo/protobuf v1.2.1 [2021-02-25T03:17:50.380Z] #49 23.99 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-02-25T03:17:50.380Z] #49 24.00 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-02-25T03:17:50.380Z] #49 24.13 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-02-25T03:17:50.380Z] #49 24.15 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-25T03:17:50.380Z] #49 24.17 go: extracting github.com/spf13/viper v1.6.1 [2021-02-25T03:17:50.380Z] #49 24.39 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-25T03:17:50.380Z] #49 24.75 go: downloading github.com/stretchr/objx v0.2.0 [2021-02-25T03:17:50.380Z] #49 24.88 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-02-25T03:17:50.380Z] #49 24.90 go: downloading github.com/magiconair/properties v1.8.1 [2021-02-25T03:17:50.380Z] #49 24.95 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-25T03:17:50.380Z] #49 25.07 go: downloading golang.org/x/text v0.3.2 [2021-02-25T03:17:50.380Z] #49 25.33 go: extracting github.com/stretchr/objx v0.2.0 [2021-02-25T03:17:50.380Z] #49 25.56 go: extracting github.com/magiconair/properties v1.8.1 [2021-02-25T03:17:50.380Z] #49 25.66 go: downloading github.com/subosito/gotenv v1.2.0 [2021-02-25T03:17:50.380Z] #49 25.69 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-25T03:17:50.380Z] #49 25.87 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-02-25T03:17:50.380Z] #49 26.16 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-25T03:17:50.380Z] #49 26.18 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-02-25T03:17:50.380Z] #49 26.21 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-25T03:17:50.380Z] #49 27.23 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-25T03:17:50.380Z] #49 27.68 go: extracting github.com/subosito/gotenv v1.2.0 [2021-02-25T03:17:50.380Z] #49 28.03 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-02-25T03:17:50.380Z] #49 28.49 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-25T03:17:50.380Z] #49 28.54 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-25T03:17:50.380Z] #49 28.57 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-02-25T03:17:50.380Z] #49 28.76 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-02-25T03:17:50.380Z] #49 29.37 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-02-25T03:17:50.380Z] #49 29.52 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-02-25T03:17:50.380Z] #49 ... [2021-02-25T03:17:50.380Z] [2021-02-25T03:17:50.380Z] #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-02-25T03:17:50.380Z] #55 sha256:c6de94bf361792c0630dfe92297aafeb0498862bc4e1fa7f675f3ac2c82c21ea [2021-02-25T03:17:50.380Z] #55 19.54 Fetched 8197 kB in 18s (443 kB/s) [2021-02-25T03:17:50.380Z] #55 19.54 Reading package lists... [2021-02-25T03:17:50.548Z] #39 ... [2021-02-25T03:17:50.548Z] [2021-02-25T03:17:50.548Z] #28 [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-02-25T03:17:50.548Z] #28 sha256:a9cd8532da88f122b4ef88caecc9e63a54333a9550323c637268347c03ac102c [2021-02-25T03:17:50.548Z] #28 12.25 [2021-02-25T03:17:50.600Z] #18 45.53 Setting up python3-pkg-resources (40.8.0-1) ... [2021-02-25T03:17:50.680Z] #55 27.47 Reading package lists... [2021-02-25T03:17:50.680Z] #55 ... [2021-02-25T03:17:50.680Z] [2021-02-25T03:17:50.680Z] #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-02-25T03:17:50.680Z] #40 sha256:901a5c29e907a8e8e928e98b52a88e62a3d1a37f080c0011a504e7b597e8f9f9 [2021-02-25T03:17:50.680Z] #40 19.52 Checking out files: 86% (1447/1680) Checking out files: 87% (1462/1680) Checking out files: 88% (1479/1680) Checking out files: 89% (1496/1680) Checking out files: 90% (1512/1680) Checking out files: 91% (1529/1680) Checking out files: 92% (1546/1680) Checking out files: 93% (1563/1680) Checking out files: 94% (1580/1680) Checking out files: 95% (1596/1680) Checking out files: 96% (1613/1680) Checking out files: 97% (1630/1680) Checking out files: 98% (1647/1680) Checking out files: 99% (1664/1680) Checking out files: 100% (1680/1680) Checking out files: 100% (1680/1680), done. [2021-02-25T03:17:50.680Z] #40 19.72 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-02-25T03:17:50.680Z] #40 21.91 + 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-02-25T03:17:50.680Z] #40 ... [2021-02-25T03:17:50.680Z] [2021-02-25T03:17:50.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-02-25T03:17:50.681Z] #49 sha256:622b10339dbd1592d0d8068c69e6662c13890861224891c9d74c6dc75865c0d7 [2021-02-25T03:17:50.681Z] #49 29.87 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-02-25T03:17:50.681Z] #49 29.90 go: downloading github.com/spf13/cast v1.3.0 [2021-02-25T03:17:50.982Z] #49 30.11 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-02-25T03:17:51.157Z] #10 DONE 2.3s [2021-02-25T03:17:51.157Z] [2021-02-25T03:17:51.157Z] #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-02-25T03:17:51.157Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-02-25T03:17:51.247Z] #18 46.21 Setting up python3-distutils (3.7.3-1) ... [2021-02-25T03:17:51.282Z] #49 30.35 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-25T03:17:51.282Z] #49 30.45 go: extracting github.com/spf13/cast v1.3.0 [2021-02-25T03:17:51.540Z] #18 46.49 Setting up python3-setuptools (40.8.0-1) ... [2021-02-25T03:17:51.584Z] #49 30.58 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-25T03:17:51.584Z] #49 30.85 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-02-25T03:17:51.885Z] #49 31.11 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-25T03:17:51.934Z] #57 13.71 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-02-25T03:17:52.104Z] #11 DONE 1.2s [2021-02-25T03:17:52.187Z] #49 31.55 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-02-25T03:17:52.196Z] #57 13.77 go: downloading github.com/sirupsen/logrus v1.7.0 [2021-02-25T03:17:52.196Z] #57 13.82 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-02-25T03:17:52.196Z] #57 13.82 go: downloading github.com/pkg/errors v0.9.1 [2021-02-25T03:17:52.196Z] #57 13.88 go: downloading github.com/moby/vpnkit v0.4.0 [2021-02-25T03:17:52.196Z] #57 13.89 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-02-25T03:17:52.366Z] [2021-02-25T03:17:52.366Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-02-25T03:17:52.366Z] #30 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-02-25T03:17:52.453Z] #57 14.06 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-02-25T03:17:52.454Z] #57 14.06 go: downloading github.com/google/uuid v1.2.0 [2021-02-25T03:17:52.488Z] #49 31.68 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-25T03:17:52.488Z] #49 31.73 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-25T03:17:52.488Z] #49 31.76 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-02-25T03:17:52.581Z] #18 47.29 Setting up python3-pip (18.1-5) ... [2021-02-25T03:17:52.628Z] #30 ... [2021-02-25T03:17:52.628Z] [2021-02-25T03:17:52.628Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-02-25T03:17:52.628Z] #38 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-02-25T03:17:52.628Z] #38 DONE 0.4s [2021-02-25T03:17:52.628Z] [2021-02-25T03:17:52.628Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-02-25T03:17:52.628Z] #30 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-02-25T03:17:52.628Z] #30 DONE 0.4s [2021-02-25T03:17:52.628Z] [2021-02-25T03:17:52.628Z] #31 [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-02-25T03:17:52.628Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-25T03:17:52.711Z] #57 14.34 go: downloading github.com/moby/sys/mountinfo v0.4.0 [2021-02-25T03:17:52.711Z] #57 14.34 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-02-25T03:17:52.711Z] #57 14.34 go: downloading github.com/gofrs/flock v0.8.0 [2021-02-25T03:17:52.711Z] #57 14.37 go: extracting github.com/sirupsen/logrus v1.7.0 [2021-02-25T03:17:52.711Z] #57 14.42 go: extracting github.com/pkg/errors v0.9.1 [2021-02-25T03:17:52.782Z] #28 12.67 0.0% ##### 7.7% ######### 12.9% ########### 15.5% ################ 22.8% ################ 22.8% ################### 27.4% ######################## 33.3% ############################ 39.0% ############################## 42.1% ################################# 46.4% ################################# 47.2% ###################################### 53.4% ########################################## 58.7% ############################################## 64.2% ############################################## 65.3% ################################################## 70.0% ###################################################### 75.1% ########################################################### 83.0% ############################################################### 87.5% ############################################################### 88.1% ################################################################## 92.0% #################################################################### 95.1% ##################################################################### 97.1% ######################################################################## 100.0% [2021-02-25T03:17:52.782Z] #28 ... [2021-02-25T03:17:52.782Z] [2021-02-25T03:17:52.782Z] #46 [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-02-25T03:17:52.782Z] #46 sha256:cdc73a8a639d65995140bf5b3e1e89dc49465da6c12bec6334c7f76c75d36de9 [2021-02-25T03:17:52.782Z] #46 8.894 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-25T03:17:52.782Z] #46 10.34 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-25T03:17:52.782Z] #46 15.09 go: finding github.com/fatih/color v1.9.0 [2021-02-25T03:17:52.782Z] #46 15.09 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-25T03:17:52.782Z] #46 15.10 go: finding github.com/pkg/errors v0.9.1 [2021-02-25T03:17:52.782Z] #46 15.13 go: finding github.com/spf13/pflag v1.0.3 [2021-02-25T03:17:52.782Z] #46 15.25 go: finding github.com/mattn/go-isatty v0.0.12 [2021-02-25T03:17:52.782Z] #46 15.27 go: finding github.com/mattn/go-colorable v0.1.6 [2021-02-25T03:17:52.782Z] #46 15.61 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-25T03:17:52.782Z] #46 15.64 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-02-25T03:17:52.782Z] #46 15.64 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-25T03:17:52.782Z] #46 15.76 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-25T03:17:52.782Z] #46 15.87 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-25T03:17:52.969Z] #57 14.70 go: extracting github.com/google/uuid v1.2.0 [2021-02-25T03:17:52.969Z] #57 14.72 go: extracting github.com/moby/sys/mountinfo v0.4.0 [2021-02-25T03:17:53.051Z] #46 ... [2021-02-25T03:17:53.051Z] [2021-02-25T03:17:53.051Z] #63 [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-02-25T03:17:53.051Z] #63 sha256:9b2964a2d93300955970d896cb9fd0691187a8d05f86f56bbfd05e85743aba19 [2021-02-25T03:17:53.142Z] #49 32.19 go: downloading github.com/spf13/afero v1.1.2 [2021-02-25T03:17:53.142Z] #49 32.23 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-25T03:17:53.142Z] #49 32.33 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-25T03:17:53.142Z] #49 32.34 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-02-25T03:17:53.215Z] #18 48.07 Processing triggers for libc-bin (2.28-10) ... [2021-02-25T03:17:53.215Z] #18 48.11 Processing triggers for mime-support (3.62) ... [2021-02-25T03:17:53.228Z] #57 14.97 go: extracting github.com/gofrs/flock v0.8.0 [2021-02-25T03:17:53.486Z] #57 15.21 go: downloading github.com/gorilla/mux v1.8.0 [2021-02-25T03:17:53.516Z] #18 DONE 48.7s [2021-02-25T03:17:53.517Z] [2021-02-25T03:17:53.517Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-25T03:17:53.517Z] #41 102.1 CC criu/net.o [2021-02-25T03:17:53.517Z] #41 104.6 CC criu/netfilter.o [2021-02-25T03:17:53.799Z] #49 32.82 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-02-25T03:17:53.799Z] #49 32.86 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-02-25T03:17:53.799Z] #49 32.87 go: extracting github.com/spf13/afero v1.1.2 [2021-02-25T03:17:53.898Z] #41 104.8 CC criu/page-pipe.o [2021-02-25T03:17:54.099Z] #49 ... [2021-02-25T03:17:54.099Z] [2021-02-25T03:17:54.099Z] #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-02-25T03:17:54.099Z] #29 sha256:1469f0a582c5a307eedf44c9a41dea2ec27834fdbbd2951ebafe162c8486dafa [2021-02-25T03:17:54.099Z] #29 29.19 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-02-25T03:17:54.099Z] #29 29.87 [2021-02-25T03:17:54.099Z] #29 30.25 ######################################################################## 100.0% [2021-02-25T03:17:54.099Z] #29 30.43 [2021-02-25T03:17:54.099Z] #29 31.33 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-02-25T03:17:54.099Z] #29 31.96 [2021-02-25T03:17:54.099Z] #29 32.15 ######################################################################## 100.0% [2021-02-25T03:17:54.099Z] #29 32.37 [2021-02-25T03:17:54.099Z] #29 32.47 Download of images into '/build' complete. [2021-02-25T03:17:54.099Z] #29 32.50 Use something like the following to load the result into a Docker daemon: [2021-02-25T03:17:54.099Z] #29 32.50 tar -cC '/build' . | docker load [2021-02-25T03:17:54.099Z] #29 DONE 32.6s [2021-02-25T03:17:54.099Z] [2021-02-25T03:17:54.099Z] #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-02-25T03:17:54.099Z] #36 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-02-25T03:17:54.099Z] #36 24.99 Reading package lists... [2021-02-25T03:17:54.164Z] #63 18.82 Checking out files: 47% (902/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-02-25T03:17:54.164Z] #63 20.19 + cd /tmp/tmp.HX8GfM177X/src/github.com/docker/libnetwork [2021-02-25T03:17:54.164Z] #63 20.19 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-25T03:17:54.193Z] #41 105.3 CC criu/page-xfer.o [2021-02-25T03:17:54.420Z] #57 ... [2021-02-25T03:17:54.420Z] [2021-02-25T03:17:54.420Z] #48 [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-02-25T03:17:54.420Z] #48 sha256:4fe59b1cdf9f684cdbe5d3d1f32c73b9cfe25a63b8cca4b07dfc37ad88265171 [2021-02-25T03:17:54.420Z] #48 5.903 + RM_GOPATH=0 [2021-02-25T03:17:54.420Z] #48 5.903 + TMP_GOPATH= [2021-02-25T03:17:54.420Z] #48 5.903 + : /build [2021-02-25T03:17:54.420Z] #48 5.903 + '[' -z '' ']' [2021-02-25T03:17:54.420Z] #48 5.903 ++ mktemp -d [2021-02-25T03:17:54.420Z] #48 5.903 + export GOPATH=/tmp/tmp.7OjOdr41ni [2021-02-25T03:17:54.420Z] #48 5.903 + GOPATH=/tmp/tmp.7OjOdr41ni [2021-02-25T03:17:54.420Z] #48 5.903 + RM_GOPATH=1 [2021-02-25T03:17:54.420Z] #48 5.903 + case "$(go env GOARCH)" in [2021-02-25T03:17:54.420Z] #48 5.908 ++ go env GOARCH [2021-02-25T03:17:54.420Z] #48 5.928 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:54.420Z] #48 5.928 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:54.420Z] #48 5.928 ++ dirname /tmp/install/install.sh [2021-02-25T03:17:54.420Z] #48 5.928 + dir=/tmp/install [2021-02-25T03:17:54.420Z] #48 5.928 + bin=golangci_lint [2021-02-25T03:17:54.420Z] #48 5.928 + shift [2021-02-25T03:17:54.420Z] #48 5.928 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-02-25T03:17:54.420Z] #48 5.928 + . /tmp/install/golangci_lint.installer [2021-02-25T03:17:54.420Z] #48 5.928 ++ : v1.23.8 [2021-02-25T03:17:54.420Z] #48 5.928 + install_golangci_lint [2021-02-25T03:17:54.420Z] #48 5.928 + set -e [2021-02-25T03:17:54.420Z] #48 5.928 + export GO111MODULE=on [2021-02-25T03:17:54.420Z] #48 5.928 + GO111MODULE=on [2021-02-25T03:17:54.420Z] #48 5.928 + GOBIN=/build [2021-02-25T03:17:54.420Z] #48 5.928 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-02-25T03:17:54.420Z] #48 5.933 go: finding github.com v1.23.8 [2021-02-25T03:17:54.420Z] #48 5.940 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-02-25T03:17:54.420Z] #48 5.940 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-02-25T03:17:54.420Z] #48 5.940 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-02-25T03:17:54.420Z] #48 5.940 go: finding github.com/golangci v1.23.8 [2021-02-25T03:17:54.420Z] #48 6.876 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-02-25T03:17:54.420Z] #48 7.720 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-02-25T03:17:54.420Z] #48 14.78 go: downloading github.com/spf13/viper v1.6.1 [2021-02-25T03:17:54.420Z] #48 14.84 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-25T03:17:54.420Z] #48 14.89 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-02-25T03:17:54.420Z] #48 14.97 go: downloading github.com/stretchr/testify v1.4.0 [2021-02-25T03:17:54.420Z] #48 14.99 go: downloading github.com/fatih/color v1.7.0 [2021-02-25T03:17:54.420Z] #48 15.01 go: downloading github.com/spf13/pflag v1.0.5 [2021-02-25T03:17:54.420Z] #48 15.02 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-02-25T03:17:54.420Z] #48 15.10 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-25T03:17:54.420Z] #48 15.20 go: downloading github.com/spf13/cobra v0.0.5 [2021-02-25T03:17:54.420Z] #48 15.64 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-25T03:17:54.420Z] #48 15.77 go: extracting github.com/stretchr/testify v1.4.0 [2021-02-25T03:17:54.420Z] #48 15.79 go: extracting github.com/fatih/color v1.7.0 [2021-02-25T03:17:54.420Z] #48 15.79 go: extracting github.com/spf13/cobra v0.0.5 [2021-02-25T03:17:54.420Z] #48 15.82 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-02-25T03:17:54.420Z] #48 15.86 go: extracting github.com/spf13/viper v1.6.1 [2021-02-25T03:17:54.420Z] #48 15.86 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-02-25T03:17:54.420Z] #48 15.88 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-25T03:17:54.420Z] #48 ... [2021-02-25T03:17:54.420Z] [2021-02-25T03:17:54.420Z] #23 [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-02-25T03:17:54.420Z] #23 sha256:912030cf185673f4c34f24358ab6c574c363cf2ab315f2c4bfc265249f1770df [2021-02-25T03:17:54.420Z] #23 15.36 + mkdir -p /build [2021-02-25T03:17:54.420Z] #23 15.38 + mv docker/docker /build/ [2021-02-25T03:17:54.420Z] #23 15.38 + rmdir docker [2021-02-25T03:17:54.420Z] #23 DONE 16.0s [2021-02-25T03:17:54.420Z] [2021-02-25T03:17:54.420Z] #48 [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-02-25T03:17:54.420Z] #48 sha256:4fe59b1cdf9f684cdbe5d3d1f32c73b9cfe25a63b8cca4b07dfc37ad88265171 [2021-02-25T03:17:54.420Z] #48 16.00 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-25T03:17:54.420Z] #48 16.00 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-25T03:17:54.420Z] #48 ... [2021-02-25T03:17:54.420Z] [2021-02-25T03:17:54.420Z] #57 [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-02-25T03:17:54.420Z] #57 sha256:527213be96c710e2667c1aab01a316fbfabc6844aebb6fb934ed7cdce9b7042a [2021-02-25T03:17:54.420Z] #57 16.10 go: extracting github.com/gorilla/mux v1.8.0 [2021-02-25T03:17:54.686Z] #57 16.30 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-02-25T03:17:54.747Z] #63 20.79 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-02-25T03:17:54.747Z] #63 ... [2021-02-25T03:17:54.747Z] [2021-02-25T03:17:54.747Z] #54 [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-02-25T03:17:54.747Z] #54 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-02-25T03:17:54.747Z] #54 10.80 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-02-25T03:17:54.747Z] #54 20.60 Fetched 8246 kB in 15s (565 kB/s) [2021-02-25T03:17:54.747Z] #54 20.60 Reading package lists... [2021-02-25T03:17:54.747Z] #54 ... [2021-02-25T03:17:54.747Z] [2021-02-25T03:17:54.747Z] #28 [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-02-25T03:17:54.747Z] #28 sha256:a9cd8532da88f122b4ef88caecc9e63a54333a9550323c637268347c03ac102c [2021-02-25T03:17:54.747Z] #28 16.23 #=#=# [2021-02-25T03:17:55.014Z] #28 16.57 0.0% 0.8% # 2.0% ## 3.5% ### 5.2% #### 6.9% ###### 8.5% ####### 9.9% ######## 11.3% ######## 12.1% ######### 13.6% ########## 15.0% [2021-02-25T03:17:55.014Z] #28 ... [2021-02-25T03:17:55.014Z] [2021-02-25T03:17:55.014Z] #41 [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-02-25T03:17:55.014Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-02-25T03:17:55.014Z] #41 11.07 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-02-25T03:17:55.014Z] #41 19.88 Fetched 8246 kB in 13s (617 kB/s) [2021-02-25T03:17:55.165Z] #36 33.14 Building dependency tree... [2021-02-25T03:17:55.165Z] #36 ... [2021-02-25T03:17:55.165Z] [2021-02-25T03:17:55.165Z] #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-02-25T03:17:55.165Z] #51 sha256:6391109844e799df0f3324325bd4507bbd831a65436fe2672c84c9ddeab1bb4b [2021-02-25T03:17:55.165Z] #51 24.34 runtime [2021-02-25T03:17:55.290Z] #41 19.88 Reading package lists... [2021-02-25T03:17:55.290Z] #41 ... [2021-02-25T03:17:55.290Z] [2021-02-25T03:17:55.290Z] #57 [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-02-25T03:17:55.290Z] #57 sha256:236966c14597b794e5254d8333adf33337fb4494a193d755c701b563dc6125b3 [2021-02-25T03:17:55.290Z] #57 11.25 go: extracting github.com/google/uuid v1.2.0 [2021-02-25T03:17:55.290Z] #57 11.53 go: extracting github.com/gofrs/flock v0.8.0 [2021-02-25T03:17:55.290Z] #57 12.09 go: extracting github.com/moby/vpnkit v0.4.0 [2021-02-25T03:17:55.290Z] #57 12.71 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-02-25T03:17:55.290Z] #57 12.73 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-02-25T03:17:55.290Z] #57 12.87 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-02-25T03:17:55.290Z] #57 13.26 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-02-25T03:17:55.290Z] #57 15.06 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-02-25T03:17:55.290Z] #57 17.14 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-02-25T03:17:55.290Z] #57 17.44 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-02-25T03:17:55.290Z] #57 17.47 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-02-25T03:17:55.290Z] #57 17.49 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-02-25T03:17:55.290Z] #57 18.22 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-02-25T03:17:55.290Z] #57 ... [2021-02-25T03:17:55.290Z] [2021-02-25T03:17:55.290Z] #28 [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-02-25T03:17:55.290Z] #28 sha256:a9cd8532da88f122b4ef88caecc9e63a54333a9550323c637268347c03ac102c [2021-02-25T03:17:55.481Z] #51 ... [2021-02-25T03:17:55.481Z] [2021-02-25T03:17:55.481Z] #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-02-25T03:17:55.481Z] #55 sha256:c6de94bf361792c0630dfe92297aafeb0498862bc4e1fa7f675f3ac2c82c21ea [2021-02-25T03:17:55.481Z] #55 27.47 Reading package lists... [2021-02-25T03:17:55.563Z] #28 16.57 0.0% 0.8% # 2.0% ## 3.5% ### 5.2% #### 6.9% ###### 8.5% ####### 9.9% ######## 11.3% ######## 12.1% ######### 13.6% ########## 15.0% ########### 16.3% ############# 18.1% ############# 18.8% ############## 20.4% ############### 21.9% ### [2021-02-25T03:17:55.563Z] #28 ... [2021-02-25T03:17:55.563Z] [2021-02-25T03:17:55.563Z] #44 [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-02-25T03:17:55.563Z] #44 sha256:d3f461970f39f44f439535a34a8026bc8a71c4dd3594a0d65b18f27daa7ef102 [2021-02-25T03:17:55.563Z] #44 11.63 crypto/internal/subtle [2021-02-25T03:17:55.563Z] #44 11.99 crypto/subtle [2021-02-25T03:17:55.563Z] #44 12.25 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-02-25T03:17:55.563Z] #44 12.42 internal/nettrace [2021-02-25T03:17:55.563Z] #44 12.70 runtime/cgo [2021-02-25T03:17:55.563Z] #44 12.76 vendor/golang.org/x/crypto/internal/subtle [2021-02-25T03:17:55.617Z] #57 17.46 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-02-25T03:17:55.618Z] #57 17.46 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-02-25T03:17:55.774Z] #41 ... [2021-02-25T03:17:55.774Z] [2021-02-25T03:17:55.774Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2021-02-25T03:17:55.774Z] #19 1.781 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-02-25T03:17:55.774Z] #19 1.784 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-02-25T03:17:55.774Z] #19 1.786 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-02-25T03:17:55.774Z] #19 DONE 1.9s [2021-02-25T03:17:55.774Z] [2021-02-25T03:17:55.774Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-25T03:17:55.774Z] #41 106.7 CC criu/pagemap-cache.o [2021-02-25T03:17:55.774Z] #41 107.0 CC criu/pagemap.o [2021-02-25T03:17:55.828Z] #44 ... [2021-02-25T03:17:55.828Z] [2021-02-25T03:17:55.828Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-25T03:17:55.828Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-02-25T03:17:55.828Z] #12 11.74 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-02-25T03:17:55.828Z] #12 20.65 Fetched 8246 kB in 14s (580 kB/s) [2021-02-25T03:17:55.875Z] #57 ... [2021-02-25T03:17:55.875Z] [2021-02-25T03:17:55.875Z] #31 [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-02-25T03:17:55.875Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-25T03:17:55.875Z] #31 7.264 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-02-25T03:17:55.875Z] #31 7.265 Cloning into '.'... [2021-02-25T03:17:55.875Z] #31 ... [2021-02-25T03:17:55.875Z] [2021-02-25T03:17:55.875Z] #48 [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-02-25T03:17:55.875Z] #48 sha256:4fe59b1cdf9f684cdbe5d3d1f32c73b9cfe25a63b8cca4b07dfc37ad88265171 [2021-02-25T03:17:55.875Z] #48 16.22 go: extracting github.com/spf13/pflag v1.0.5 [2021-02-25T03:17:55.875Z] #48 16.22 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-25T03:17:55.875Z] #48 16.22 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-25T03:17:55.875Z] #48 16.33 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-25T03:17:55.875Z] #48 16.47 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-25T03:17:55.875Z] #48 16.48 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-25T03:17:55.875Z] #48 16.48 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-25T03:17:55.875Z] #48 16.52 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-25T03:17:55.875Z] #48 16.56 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-02-25T03:17:55.875Z] #48 16.79 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-25T03:17:55.875Z] #48 16.90 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-02-25T03:17:55.875Z] #48 16.90 go: downloading github.com/ultraware/funlen v0.0.2 [2021-02-25T03:17:55.875Z] #48 16.95 go: extracting github.com/ultraware/funlen v0.0.2 [2021-02-25T03:17:55.875Z] #48 17.13 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-25T03:17:56.097Z] #12 20.65 Reading package lists... [2021-02-25T03:17:56.097Z] #12 ... [2021-02-25T03:17:56.097Z] [2021-02-25T03:17:56.097Z] #28 [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-02-25T03:17:56.097Z] #28 sha256:a9cd8532da88f122b4ef88caecc9e63a54333a9550323c637268347c03ac102c [2021-02-25T03:17:56.134Z] #48 17.77 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-25T03:17:56.828Z] #41 107.9 CC criu/parasite-syscall.o [2021-02-25T03:17:57.470Z] #41 108.7 CC criu/path.o [2021-02-25T03:17:58.107Z] #41 109.1 CC criu/pie-util-vdso.o [2021-02-25T03:17:58.560Z] #55 34.89 Building dependency tree... [2021-02-25T03:17:58.669Z] #48 20.42 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-25T03:17:58.743Z] #41 109.6 CC criu/pie-util.o [2021-02-25T03:17:58.743Z] #41 109.8 CC criu/pipes.o [2021-02-25T03:17:58.928Z] #48 ... [2021-02-25T03:17:58.928Z] [2021-02-25T03:17:58.928Z] #46 [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-02-25T03:17:58.928Z] #46 sha256:4bfce7b2597647ca173c9ace7c492bf990e8802cf15b6019f9dafeacd9ccfeb0 [2021-02-25T03:17:58.928Z] #46 10.60 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-25T03:17:58.928Z] #46 12.15 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-25T03:17:58.928Z] #46 16.23 go: finding github.com/fatih/color v1.9.0 [2021-02-25T03:17:58.928Z] #46 16.23 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-25T03:17:58.928Z] #46 16.33 go: finding github.com/pkg/errors v0.9.1 [2021-02-25T03:17:58.928Z] #46 16.38 go: finding github.com/spf13/pflag v1.0.3 [2021-02-25T03:17:58.928Z] #46 16.45 go: finding github.com/mattn/go-colorable v0.1.6 [2021-02-25T03:17:58.928Z] #46 16.52 go: finding github.com/mattn/go-isatty v0.0.12 [2021-02-25T03:17:58.928Z] #46 16.79 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-25T03:17:58.928Z] #46 17.13 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-02-25T03:17:58.928Z] #46 17.15 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-25T03:17:58.928Z] #46 17.20 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-25T03:17:58.928Z] #46 17.22 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-25T03:17:58.928Z] #46 ... [2021-02-25T03:17:58.928Z] [2021-02-25T03:17:58.928Z] #48 [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-02-25T03:17:58.928Z] #48 sha256:4fe59b1cdf9f684cdbe5d3d1f32c73b9cfe25a63b8cca4b07dfc37ad88265171 [2021-02-25T03:17:58.928Z] #48 20.70 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-25T03:17:59.251Z] #31 ... [2021-02-25T03:17:59.251Z] [2021-02-25T03:17:59.251Z] #23 [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-02-25T03:17:59.251Z] #23 sha256:9ca3ef3e01b6d06b2b00b1bacea7f1fc41732aba6c986be5a9f669e98fdd04b7 [2021-02-25T03:17:59.251Z] #23 5.802 + RM_GOPATH=0 [2021-02-25T03:17:59.251Z] #23 5.802 + TMP_GOPATH= [2021-02-25T03:17:59.251Z] #23 5.802 + : /build [2021-02-25T03:17:59.251Z] #23 5.802 + '[' -z '' ']' [2021-02-25T03:17:59.251Z] #23 5.802 ++ mktemp -d [2021-02-25T03:17:59.251Z] #23 5.802 + export GOPATH=/tmp/tmp.QhWbp7tUu7 [2021-02-25T03:17:59.251Z] #23 5.802 + GOPATH=/tmp/tmp.QhWbp7tUu7 [2021-02-25T03:17:59.251Z] #23 5.802 + RM_GOPATH=1 [2021-02-25T03:17:59.251Z] #23 5.802 + case "$(go env GOARCH)" in [2021-02-25T03:17:59.251Z] #23 5.810 Install docker/cli version 17.06.2-ce from stable [2021-02-25T03:17:59.251Z] #23 5.810 ++ go env GOARCH [2021-02-25T03:17:59.251Z] #23 5.810 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:59.251Z] #23 5.810 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:59.251Z] #23 5.810 ++ dirname /tmp/install/install.sh [2021-02-25T03:17:59.251Z] #23 5.810 + dir=/tmp/install [2021-02-25T03:17:59.251Z] #23 5.810 + bin=dockercli [2021-02-25T03:17:59.251Z] #23 5.810 + shift [2021-02-25T03:17:59.251Z] #23 5.810 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-02-25T03:17:59.251Z] #23 5.810 + . /tmp/install/dockercli.installer [2021-02-25T03:17:59.251Z] #23 5.810 ++ : stable [2021-02-25T03:17:59.251Z] #23 5.810 ++ : 17.06.2-ce [2021-02-25T03:17:59.251Z] #23 5.810 + install_dockercli [2021-02-25T03:17:59.251Z] #23 5.810 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-02-25T03:17:59.251Z] #23 5.812 ++ uname -m [2021-02-25T03:17:59.251Z] #23 5.826 + arch=x86_64 [2021-02-25T03:17:59.251Z] #23 5.826 + '[' x86_64 '!=' x86_64 ']' [2021-02-25T03:17:59.251Z] #23 5.826 + url=https://download.docker.com/linux/static [2021-02-25T03:17:59.251Z] #23 5.826 + tar -xz docker/docker [2021-02-25T03:17:59.251Z] #23 5.826 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-02-25T03:17:59.251Z] #23 ... [2021-02-25T03:17:59.251Z] [2021-02-25T03:17:59.251Z] #63 [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-02-25T03:17:59.251Z] #63 sha256:918d922bb4ef3efa95754398cd791e6fd19dbf8a7ad85e25d80c6c31a271dfce [2021-02-25T03:17:59.251Z] #63 5.931 + RM_GOPATH=0 [2021-02-25T03:17:59.251Z] #63 5.931 + TMP_GOPATH= [2021-02-25T03:17:59.251Z] #63 5.931 + : /build [2021-02-25T03:17:59.251Z] #63 5.931 + '[' -z '' ']' [2021-02-25T03:17:59.251Z] #63 5.931 ++ mktemp -d [2021-02-25T03:17:59.251Z] #63 5.931 + export GOPATH=/tmp/tmp.Sm4rIjdqWd [2021-02-25T03:17:59.251Z] #63 5.931 + GOPATH=/tmp/tmp.Sm4rIjdqWd [2021-02-25T03:17:59.251Z] #63 5.931 + RM_GOPATH=1 [2021-02-25T03:17:59.251Z] #63 5.931 + case "$(go env GOARCH)" in [2021-02-25T03:17:59.251Z] #63 5.931 ++ go env GOARCH [2021-02-25T03:17:59.251Z] #63 5.934 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:59.251Z] #63 5.934 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:17:59.251Z] #63 5.935 ++ dirname /tmp/install/install.sh [2021-02-25T03:17:59.251Z] #63 5.936 + dir=/tmp/install [2021-02-25T03:17:59.251Z] #63 5.936 + bin=proxy [2021-02-25T03:17:59.251Z] #63 5.936 + shift [2021-02-25T03:17:59.251Z] #63 5.936 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-02-25T03:17:59.251Z] #63 5.936 + . /tmp/install/proxy.installer [2021-02-25T03:17:59.251Z] #63 5.936 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-25T03:17:59.251Z] #63 5.936 + install_proxy [2021-02-25T03:17:59.251Z] #63 5.936 + case "$1" in [2021-02-25T03:17:59.251Z] #63 5.936 + export CGO_ENABLED=0 [2021-02-25T03:17:59.251Z] #63 5.936 + CGO_ENABLED=0 [2021-02-25T03:17:59.251Z] #63 5.936 + _install_proxy [2021-02-25T03:17:59.251Z] #63 5.936 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7' [2021-02-25T03:17:59.251Z] #63 5.936 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.Sm4rIjdqWd/src/github.com/docker/libnetwork [2021-02-25T03:17:59.251Z] #63 5.938 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-25T03:17:59.251Z] #63 5.939 Cloning into '/tmp/tmp.Sm4rIjdqWd/src/github.com/docker/libnetwork'... [2021-02-25T03:17:59.422Z] #28 16.57 0.0% 0.8% # 2.0% ## 3.5% ### 5.2% #### 6.9% ###### 8.5% ####### 9.9% ######## 11.3% ######## 12.1% ######### 13.6% ########## 15.0% ########### 16.3% ############# 18.1% ############# 18.8% ############## 20.4% ############### 21.9% ################ 22.7% ################# 24.1% ################## 25.6% ################### 26.7% #################### 28.1% ##################### 29.8% ###################### 31.2% ######################## 33.9% ######################### 35.2% ########################## 36.7% ########################### 38.0% ############################ 39.5% ############################# 40.6% ############################## 42.1% ############################### 43.5% ############################### 43.9% ################################ 45.4% ################################## 47.4% ################################### 48.7% ################################### 49.4% ##################################### 51.8% ###################################### 53.6% ####################################### 54.5% ####################################### 55.1% ######################################## 55.8% ######################################### 57.2% ########################################## 58.6% ########################################### 59.9% ########################################### 60.9% ############################################# 62.8% ############################################## 63.9% ############################################### 65.7% ################################################ 66.8% [2021-02-25T03:17:59.422Z] #28 ... [2021-02-25T03:17:59.422Z] [2021-02-25T03:17:59.422Z] #50 [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-02-25T03:17:59.422Z] #50 sha256:f9ee54264d84d65ec037f1dc06d4a782e47cfdfcd47ac9a480c34fbec736cd2a [2021-02-25T03:17:59.422Z] #50 15.39 + cd /tmp/tmp.Ex7dWrxa59/src/github.com/mvdan/sh [2021-02-25T03:17:59.422Z] #50 15.39 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-25T03:17:59.422Z] #50 15.53 + GO111MODULE=on [2021-02-25T03:17:59.422Z] #50 15.53 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-02-25T03:17:59.422Z] #50 17.42 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-25T03:17:59.422Z] #50 17.43 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-25T03:17:59.422Z] #50 17.44 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-25T03:17:59.422Z] #50 17.77 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-25T03:17:59.422Z] #50 17.91 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-25T03:17:59.422Z] #50 18.70 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-25T03:17:59.422Z] #50 19.99 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-25T03:17:59.422Z] #50 21.34 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-25T03:17:59.422Z] #50 23.17 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-25T03:17:59.422Z] #50 23.24 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-25T03:17:59.422Z] #50 23.43 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-25T03:17:59.422Z] #50 23.62 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-25T03:17:59.422Z] #50 25.16 runtime [2021-02-25T03:17:59.422Z] #50 ... [2021-02-25T03:17:59.422Z] [2021-02-25T03:17:59.422Z] #28 [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-02-25T03:17:59.422Z] #28 sha256:a9cd8532da88f122b4ef88caecc9e63a54333a9550323c637268347c03ac102c [2021-02-25T03:17:59.625Z] #55 38.86 The following additional packages will be installed: [2021-02-25T03:17:59.782Z] #41 110.6 CC criu/plugin.o [2021-02-25T03:17:59.862Z] #48 ... [2021-02-25T03:17:59.862Z] [2021-02-25T03:17:59.862Z] #44 [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-02-25T03:17:59.862Z] #44 sha256:9c1c894d71924ba5495f24b060df116fd97fd016d241f3cd58c535b197cc6e71 [2021-02-25T03:17:59.862Z] #44 11.29 internal/testlog [2021-02-25T03:17:59.862Z] #44 11.69 encoding [2021-02-25T03:17:59.862Z] #44 11.82 unicode/utf16 [2021-02-25T03:17:59.862Z] #44 12.05 container/list [2021-02-25T03:17:59.862Z] #44 12.58 crypto/internal/subtle [2021-02-25T03:17:59.862Z] #44 12.66 crypto/subtle [2021-02-25T03:17:59.862Z] #44 12.93 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-02-25T03:17:59.862Z] #44 12.93 internal/nettrace [2021-02-25T03:17:59.862Z] #44 13.18 runtime/cgo [2021-02-25T03:17:59.862Z] #44 ... [2021-02-25T03:17:59.862Z] [2021-02-25T03:17:59.862Z] #63 [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-02-25T03:17:59.862Z] #63 sha256:8501f6e694640f897574c63f5ba89b5cc8cf2f7fa9c3a23096489e11e0c587a0 [2021-02-25T03:17:59.862Z] #63 18.82 Checking out files: 56% (1076/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-02-25T03:17:59.862Z] #63 19.59 + cd /tmp/tmp.2N8jkQxD7k/src/github.com/docker/libnetwork [2021-02-25T03:17:59.862Z] #63 19.59 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-25T03:17:59.862Z] #63 20.20 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-02-25T03:17:59.862Z] #63 ... [2021-02-25T03:17:59.862Z] [2021-02-25T03:17:59.862Z] #54 [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-02-25T03:17:59.862Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-25T03:17:59.862Z] #54 11.59 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-25T03:17:59.862Z] #54 13.82 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-25T03:17:59.929Z] #55 38.87 libbtrfs0 [2021-02-25T03:17:59.929Z] #55 39.08 The following NEW packages will be installed: [2021-02-25T03:17:59.929Z] #55 39.09 libbtrfs-dev libbtrfs0 [2021-02-25T03:18:00.074Z] #41 111.1 CC criu/proc_parse.o [2021-02-25T03:18:00.119Z] #54 ... [2021-02-25T03:18:00.119Z] [2021-02-25T03:18:00.119Z] #50 [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-02-25T03:18:00.119Z] #50 sha256:90e0120ecc4828a2b00d33714c8a7a170a11d9c35e3f94055cf2bfb4aa2adc84 [2021-02-25T03:18:00.119Z] #50 14.71 + cd /tmp/tmp.QfxK3CgfKz/src/github.com/mvdan/sh [2021-02-25T03:18:00.119Z] #50 14.71 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-25T03:18:00.119Z] #50 14.81 + GO111MODULE=on [2021-02-25T03:18:00.119Z] #50 14.81 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-02-25T03:18:00.119Z] #50 16.10 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-25T03:18:00.119Z] #50 16.10 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-25T03:18:00.119Z] #50 16.12 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-25T03:18:00.119Z] #50 16.47 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-25T03:18:00.119Z] #50 16.53 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-25T03:18:00.119Z] #50 17.53 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-25T03:18:00.119Z] #50 18.28 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-25T03:18:00.119Z] #50 19.70 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-25T03:18:00.119Z] #50 20.97 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-25T03:18:00.119Z] #50 21.44 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-25T03:18:00.119Z] #50 21.52 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-25T03:18:00.119Z] #50 21.59 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-25T03:18:00.230Z] #55 39.34 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded. [2021-02-25T03:18:00.230Z] #55 39.34 Need to get 120 kB of archives. [2021-02-25T03:18:00.230Z] #55 39.34 After this operation, 423 kB of additional disk space will be used. [2021-02-25T03:18:00.231Z] #55 39.34 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2021-02-25T03:18:00.231Z] #55 39.36 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2021-02-25T03:18:00.647Z] #63 ... [2021-02-25T03:18:00.647Z] [2021-02-25T03:18:00.647Z] #31 [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-02-25T03:18:00.647Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-25T03:18:00.647Z] #31 7.867 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-02-25T03:18:00.647Z] #31 7.867 Cloning into '.'... [2021-02-25T03:18:00.684Z] #50 22.45 runtime/cgo [2021-02-25T03:18:00.684Z] #50 22.51 runtime [2021-02-25T03:18:00.757Z] #28 16.57 0.0% 0.8% # 2.0% ## 3.5% ### 5.2% #### 6.9% ###### 8.5% ####### 9.9% ######## 11.3% ######## 12.1% ######### 13.6% ########## 15.0% ########### 16.3% ############# 18.1% ############# 18.8% ############## 20.4% ############### 21.9% ################ 22.7% ################# 24.1% ################## 25.6% ################### 26.7% #################### 28.1% ##################### 29.8% ###################### 31.2% ######################## 33.9% ######################### 35.2% ########################## 36.7% ########################### 38.0% ############################ 39.5% ############################# 40.6% ############################## 42.1% ############################### 43.5% ############################### 43.9% ################################ 45.4% ################################## 47.4% ################################### 48.7% ################################### 49.4% ##################################### 51.8% ###################################### 53.6% ####################################### 54.5% ####################################### 55.1% ######################################## 55.8% ######################################### 57.2% ########################################## 58.6% ########################################### 59.9% ########################################### 60.9% ############################################# 62.8% ############################################## 63.9% ############################################### 65.7% ################################################ 66.8% ################################################ 67.9% ################################################## 70.0% ################################################## 70.8% ################################################### 71.5% #################################################### 72.8% #################################################### 73.6% ##################################################### 74.3% ##################################################### 74.9% ###################################################### 76.0% ####################################################### 77.2% ####################################################### 77.7% ######################################################## 78.8% [2021-02-25T03:18:00.757Z] #28 ... [2021-02-25T03:18:00.757Z] [2021-02-25T03:18:00.757Z] #48 [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-02-25T03:18:00.757Z] #48 sha256:86ff5e4393159d26adec9e96c22744aaff961e59647e9ae2baad8823f00f4600 [2021-02-25T03:18:00.757Z] #48 16.72 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-02-25T03:18:00.757Z] #48 16.77 go: extracting github.com/spf13/afero v1.1.2 [2021-02-25T03:18:00.757Z] #48 16.81 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-02-25T03:18:00.757Z] #48 16.85 go: extracting github.com/stretchr/objx v0.2.0 [2021-02-25T03:18:00.757Z] #48 16.92 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-25T03:18:00.757Z] #48 17.21 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-02-25T03:18:00.757Z] #48 17.46 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-25T03:18:00.757Z] #48 17.58 go: extracting github.com/magiconair/properties v1.8.1 [2021-02-25T03:18:00.757Z] #48 17.67 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-02-25T03:18:00.757Z] #48 17.80 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-02-25T03:18:00.757Z] #48 17.83 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-25T03:18:00.757Z] #48 17.96 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-02-25T03:18:00.757Z] #48 18.09 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-02-25T03:18:00.757Z] #48 18.11 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-02-25T03:18:00.757Z] #48 18.13 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-02-25T03:18:00.757Z] #48 18.13 go: downloading github.com/subosito/gotenv v1.2.0 [2021-02-25T03:18:00.757Z] #48 18.21 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-02-25T03:18:00.757Z] #48 18.22 go: extracting github.com/subosito/gotenv v1.2.0 [2021-02-25T03:18:00.757Z] #48 18.43 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-02-25T03:18:00.757Z] #48 18.45 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-25T03:18:00.757Z] #48 18.47 go: downloading github.com/spf13/cast v1.3.0 [2021-02-25T03:18:00.757Z] #48 18.49 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-25T03:18:00.757Z] #48 18.51 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-02-25T03:18:00.757Z] #48 18.52 go: downloading golang.org/x/text v0.3.2 [2021-02-25T03:18:00.757Z] #48 18.64 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-02-25T03:18:00.757Z] #48 18.89 go: extracting github.com/spf13/cast v1.3.0 [2021-02-25T03:18:00.757Z] #48 18.97 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-02-25T03:18:00.757Z] #48 19.02 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-02-25T03:18:00.757Z] #48 19.10 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-02-25T03:18:00.757Z] #48 19.15 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-02-25T03:18:00.757Z] #48 19.41 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-25T03:18:00.757Z] #48 19.68 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-25T03:18:00.757Z] #48 19.81 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-25T03:18:00.757Z] #48 20.06 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-25T03:18:00.757Z] #48 23.13 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-02-25T03:18:00.757Z] #48 23.38 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-02-25T03:18:00.757Z] #48 25.82 go: extracting golang.org/x/text v0.3.2 [2021-02-25T03:18:00.757Z] #48 26.10 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-25T03:18:00.757Z] #48 26.13 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-25T03:18:00.757Z] #48 26.14 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-25T03:18:00.757Z] #48 26.14 go: downloading github.com/ultraware/funlen v0.0.2 [2021-02-25T03:18:00.757Z] #48 26.14 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-25T03:18:00.757Z] #48 26.21 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-25T03:18:00.757Z] #48 26.27 go: extracting github.com/ultraware/funlen v0.0.2 [2021-02-25T03:18:00.757Z] #48 26.27 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-02-25T03:18:00.757Z] #48 26.30 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-25T03:18:00.757Z] #48 26.40 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-25T03:18:00.757Z] #48 26.44 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-25T03:18:00.757Z] #48 26.44 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-25T03:18:00.757Z] #48 26.48 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-25T03:18:00.757Z] #48 26.50 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-02-25T03:18:00.757Z] #48 26.57 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-02-25T03:18:00.757Z] #48 26.58 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-25T03:18:00.757Z] #48 26.59 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-25T03:18:00.757Z] #48 26.70 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-25T03:18:00.757Z] #48 26.86 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-02-25T03:18:00.757Z] #48 ... [2021-02-25T03:18:00.757Z] [2021-02-25T03:18:00.757Z] #28 [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-02-25T03:18:00.757Z] #28 sha256:a9cd8532da88f122b4ef88caecc9e63a54333a9550323c637268347c03ac102c [2021-02-25T03:18:00.909Z] INFO: Extraction ended at 02/25/2021 03:17:56. Duration:00:00:21.4276752 [2021-02-25T03:18:00.909Z] INFO: Updating the golang and path environment variables [2021-02-25T03:18:00.909Z] INFO: GOPATH=d:\gopath [2021-02-25T03:18:00.909Z] INFO: go version go1.13.15 windows/amd64 [2021-02-25T03:18:00.909Z] INFO: Running the daemon under test in debug mode [2021-02-25T03:18:00.909Z] INFO: Starting a daemon under test... [2021-02-25T03:18:00.909Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42056\8\daemon --pidfile d:\CI\PR-42056\8\docker.pid -D [2021-02-25T03:18:00.909Z] INFO: Process started successfully. [2021-02-25T03:18:00.909Z] INFO: Start tailing logs of the daemon under tests [2021-02-25T03:18:00.909Z] INFO: Waiting for the daemon under test to start... [2021-02-25T03:18:00.942Z] #50 ... [2021-02-25T03:18:00.942Z] [2021-02-25T03:18:00.942Z] #35 [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-02-25T03:18:00.942Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-25T03:18:00.942Z] #35 12.74 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-25T03:18:01.200Z] #35 ... [2021-02-25T03:18:01.200Z] [2021-02-25T03:18:01.200Z] #48 [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-02-25T03:18:01.200Z] #48 sha256:4fe59b1cdf9f684cdbe5d3d1f32c73b9cfe25a63b8cca4b07dfc37ad88265171 [2021-02-25T03:18:01.200Z] #48 22.59 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-02-25T03:18:01.200Z] #48 22.76 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-02-25T03:18:01.304Z] #55 ... [2021-02-25T03:18:01.304Z] [2021-02-25T03:18:01.304Z] #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-02-25T03:18:01.305Z] #36 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-02-25T03:18:01.305Z] #36 33.14 Building dependency tree... [2021-02-25T03:18:01.305Z] #36 37.50 The following additional packages will be installed: [2021-02-25T03:18:01.305Z] #36 37.51 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-02-25T03:18:01.305Z] #36 37.51 Suggested packages: [2021-02-25T03:18:01.305Z] #36 37.52 cmake-doc ninja-build lrzip [2021-02-25T03:18:01.305Z] #36 37.52 Recommended packages: [2021-02-25T03:18:01.305Z] #36 37.52 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-02-25T03:18:01.305Z] #36 38.39 The following NEW packages will be installed: [2021-02-25T03:18:01.305Z] #36 38.40 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-02-25T03:18:01.305Z] #36 38.40 vim-common xxd [2021-02-25T03:18:01.305Z] #36 38.53 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded. [2021-02-25T03:18:01.305Z] #36 38.53 Need to get 14.9 MB of archives. [2021-02-25T03:18:01.305Z] #36 38.53 After this operation, 67.2 MB of additional disk space will be used. [2021-02-25T03:18:01.305Z] #36 38.53 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2021-02-25T03:18:01.305Z] #36 38.60 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2021-02-25T03:18:01.305Z] #36 38.63 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake-data all 3.13.4-1 [1476 kB] [2021-02-25T03:18:01.305Z] #36 38.82 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2021-02-25T03:18:01.305Z] #36 39.68 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-7+deb10u1 [730 kB] [2021-02-25T03:18:01.305Z] #36 39.75 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libarchive13 ppc64el 3.3.3-4+deb10u1 [360 kB] [2021-02-25T03:18:01.305Z] #36 39.79 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2021-02-25T03:18:01.305Z] #36 39.80 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el librhash0 ppc64el 1.3.8-1 [127 kB] [2021-02-25T03:18:01.305Z] #36 39.82 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libuv1 ppc64el 1.24.1-1 [116 kB] [2021-02-25T03:18:01.305Z] #36 39.83 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake ppc64el 3.13.4-1 [3306 kB] [2021-02-25T03:18:01.330Z] #28 16.57 0.0% 0.8% # 2.0% ## 3.5% ### 5.2% #### 6.9% ###### 8.5% ####### 9.9% ######## 11.3% ######## 12.1% ######### 13.6% ########## 15.0% ########### 16.3% ############# 18.1% ############# 18.8% ############## 20.4% ############### 21.9% ################ 22.7% ################# 24.1% ################## 25.6% ################### 26.7% #################### 28.1% ##################### 29.8% ###################### 31.2% ######################## 33.9% ######################### 35.2% ########################## 36.7% ########################### 38.0% ############################ 39.5% ############################# 40.6% ############################## 42.1% ############################### 43.5% ############################### 43.9% ################################ 45.4% ################################## 47.4% ################################### 48.7% ################################### 49.4% ##################################### 51.8% ###################################### 53.6% ####################################### 54.5% ####################################### 55.1% ######################################## 55.8% ######################################### 57.2% ########################################## 58.6% ########################################### 59.9% ########################################### 60.9% ############################################# 62.8% ############################################## 63.9% ############################################### 65.7% ################################################ 66.8% ################################################ 67.9% ################################################## 70.0% ################################################## 70.8% ################################################### 71.5% #################################################### 72.8% #################################################### 73.6% ##################################################### 74.3% ##################################################### 74.9% ###################################################### 76.0% ####################################################### 77.2% ####################################################### 77.7% ######################################################## 78.8% ######################################################### 79.4% ######################################################### 80.3% ########################################################## 81.1% ########################################################### 82.0% ########################################################### 83.1% ############################################################ 83.9% [2021-02-25T03:18:01.330Z] #28 ... [2021-02-25T03:18:01.330Z] [2021-02-25T03:18:01.330Z] #39 [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-02-25T03:18:01.330Z] #39 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926 [2021-02-25T03:18:01.330Z] #39 16.95 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-02-25T03:18:01.330Z] #39 18.95 + 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-02-25T03:18:01.457Z] #48 ... [2021-02-25T03:18:01.457Z] [2021-02-25T03:18:01.457Z] #41 [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-02-25T03:18:01.457Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-25T03:18:01.457Z] #41 13.17 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-25T03:18:01.457Z] #41 ... [2021-02-25T03:18:01.457Z] [2021-02-25T03:18:01.457Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-25T03:18:01.457Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-25T03:18:01.457Z] #12 13.13 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-25T03:18:01.595Z] #39 ... [2021-02-25T03:18:01.595Z] [2021-02-25T03:18:01.595Z] #28 [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-02-25T03:18:01.595Z] #28 sha256:a9cd8532da88f122b4ef88caecc9e63a54333a9550323c637268347c03ac102c [2021-02-25T03:18:01.714Z] #12 ... [2021-02-25T03:18:01.714Z] [2021-02-25T03:18:01.714Z] #57 [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-02-25T03:18:01.714Z] #57 sha256:527213be96c710e2667c1aab01a316fbfabc6844aebb6fb934ed7cdce9b7042a [2021-02-25T03:18:01.714Z] #57 17.98 go: extracting github.com/moby/vpnkit v0.4.0 [2021-02-25T03:18:01.714Z] #57 19.14 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-02-25T03:18:01.714Z] #57 20.24 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-02-25T03:18:01.714Z] #57 22.54 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-02-25T03:18:01.971Z] #57 23.78 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-02-25T03:18:02.188Z] #41 112.9 CC criu/protobuf-desc.o [2021-02-25T03:18:02.230Z] #57 ... [2021-02-25T03:18:02.230Z] [2021-02-25T03:18:02.230Z] #33 [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-02-25T03:18:02.230Z] #33 sha256:5a278342ade8e2c20f1c413695911318c9857be2ce63e1d77cb8878956a9fe89 [2021-02-25T03:18:02.230Z] #33 13.82 runtime/cgo [2021-02-25T03:18:02.230Z] #33 ... [2021-02-25T03:18:02.230Z] [2021-02-25T03:18:02.230Z] #39 [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-02-25T03:18:02.230Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-25T03:18:02.377Z] #36 41.35 debconf: delaying package configuration, since apt-utils is not installed [2021-02-25T03:18:02.377Z] #36 ... [2021-02-25T03:18:02.377Z] [2021-02-25T03:18:02.377Z] #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-02-25T03:18:02.377Z] #55 sha256:c6de94bf361792c0630dfe92297aafeb0498862bc4e1fa7f675f3ac2c82c21ea [2021-02-25T03:18:02.377Z] #55 40.93 debconf: delaying package configuration, since apt-utils is not installed [2021-02-25T03:18:02.377Z] #55 41.25 Fetched 120 kB in 0s (884 kB/s) [2021-02-25T03:18:02.377Z] #55 41.39 Selecting previously unselected package libbtrfs0. [2021-02-25T03:18:02.377Z] #55 41.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 ... 15339 files and directories currently installed.) [2021-02-25T03:18:02.377Z] #55 41.58 Preparing to unpack .../libbtrfs0_4.20.1-2_ppc64el.deb ... [2021-02-25T03:18:02.377Z] #55 41.58 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-25T03:18:02.482Z] #41 113.7 CC criu/protobuf.o [2021-02-25T03:18:02.488Z] #39 23.69 Checking out files: 81% (1368/1680) Checking out files: 82% (1378/1680) Checking out files: 83% (1395/1680) Checking out files: 84% (1412/1680) Checking out files: 85% (1428/1680) Checking out files: 86% (1445/1680) Checking out files: 87% (1462/1680) Checking out files: 88% (1479/1680) Checking out files: 89% (1496/1680) Checking out files: 90% (1512/1680) Checking out files: 91% (1529/1680) Checking out files: 92% (1546/1680) Checking out files: 93% (1563/1680) Checking out files: 94% (1580/1680) Checking out files: 95% (1596/1680) Checking out files: 96% (1613/1680) Checking out files: 97% (1630/1680) Checking out files: 98% (1647/1680) Checking out files: 99% (1664/1680) Checking out files: 100% (1680/1680) Checking out files: 100% (1680/1680), done. [2021-02-25T03:18:02.488Z] #39 24.11 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-02-25T03:18:02.589Z] #31 ... [2021-02-25T03:18:02.589Z] [2021-02-25T03:18:02.589Z] #54 [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-02-25T03:18:02.589Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-25T03:18:02.589Z] #54 8.407 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-25T03:18:02.589Z] #54 8.601 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-25T03:18:02.589Z] #54 8.603 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-25T03:18:02.589Z] #54 10.09 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-25T03:18:02.589Z] #54 ... [2021-02-25T03:18:02.589Z] [2021-02-25T03:18:02.589Z] #33 [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-02-25T03:18:02.589Z] #33 sha256:3ed3e0012c80842227df2f67af03e7325c2705c4a8587c28958361bfd8022846 [2021-02-25T03:18:02.589Z] #33 6.912 + RM_GOPATH=0 [2021-02-25T03:18:02.589Z] #33 6.912 + TMP_GOPATH= [2021-02-25T03:18:02.589Z] #33 6.912 + : /build [2021-02-25T03:18:02.589Z] #33 6.912 + '[' -z '' ']' [2021-02-25T03:18:02.589Z] #33 6.912 ++ mktemp -d [2021-02-25T03:18:02.589Z] #33 6.912 + export GOPATH=/tmp/tmp.dJWailtS5E [2021-02-25T03:18:02.589Z] #33 6.912 + GOPATH=/tmp/tmp.dJWailtS5E [2021-02-25T03:18:02.589Z] #33 6.912 + RM_GOPATH=1 [2021-02-25T03:18:02.589Z] #33 6.912 + case "$(go env GOARCH)" in [2021-02-25T03:18:02.589Z] #33 6.912 ++ go env GOARCH [2021-02-25T03:18:02.589Z] #33 6.936 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-25T03:18:02.590Z] #33 6.943 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:18:02.590Z] #33 6.943 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:18:02.590Z] #33 6.943 ++ dirname /tmp/install/install.sh [2021-02-25T03:18:02.590Z] #33 6.943 + dir=/tmp/install [2021-02-25T03:18:02.590Z] #33 6.943 + bin=tomlv [2021-02-25T03:18:02.590Z] #33 6.943 + shift [2021-02-25T03:18:02.590Z] #33 6.943 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-02-25T03:18:02.590Z] #33 6.943 + . /tmp/install/tomlv.installer [2021-02-25T03:18:02.590Z] #33 6.943 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-25T03:18:02.590Z] #33 6.943 + install_tomlv [2021-02-25T03:18:02.590Z] #33 6.943 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-02-25T03:18:02.590Z] #33 6.943 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.dJWailtS5E/src/github.com/BurntSushi/toml [2021-02-25T03:18:02.590Z] #33 6.943 Cloning into '/tmp/tmp.dJWailtS5E/src/github.com/BurntSushi/toml'... [2021-02-25T03:18:02.590Z] #33 8.178 + cd /tmp/tmp.dJWailtS5E/src/github.com/BurntSushi/toml [2021-02-25T03:18:02.590Z] #33 8.178 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-25T03:18:02.590Z] #33 8.233 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-02-25T03:18:02.590Z] #33 9.317 runtime/internal/atomic [2021-02-25T03:18:02.590Z] #33 9.358 internal/cpu [2021-02-25T03:18:02.590Z] #33 9.780 runtime/internal/sys [2021-02-25T03:18:02.590Z] #33 10.08 runtime/internal/math [2021-02-25T03:18:02.590Z] #33 10.13 internal/bytealg [2021-02-25T03:18:02.590Z] #33 10.19 math/bits [2021-02-25T03:18:02.590Z] #33 ... [2021-02-25T03:18:02.590Z] [2021-02-25T03:18:02.590Z] #41 [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-02-25T03:18:02.590Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-25T03:18:02.590Z] #41 8.958 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-25T03:18:02.590Z] #41 9.001 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-25T03:18:02.590Z] #41 9.019 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-25T03:18:02.590Z] #41 ... [2021-02-25T03:18:02.590Z] [2021-02-25T03:18:02.590Z] #48 [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-02-25T03:18:02.590Z] #48 sha256:2112b7d1a4d8db87cfdd0f85111933d0835a2755ce63403221e969558ed4b3cf [2021-02-25T03:18:02.590Z] #48 7.185 + RM_GOPATH=0 [2021-02-25T03:18:02.590Z] #48 7.185 + TMP_GOPATH= [2021-02-25T03:18:02.590Z] #48 7.185 + : /build [2021-02-25T03:18:02.590Z] #48 7.185 + '[' -z '' ']' [2021-02-25T03:18:02.590Z] #48 7.185 ++ mktemp -d [2021-02-25T03:18:02.590Z] #48 7.185 + export GOPATH=/tmp/tmp.9RnuQrtpGG [2021-02-25T03:18:02.590Z] #48 7.185 + GOPATH=/tmp/tmp.9RnuQrtpGG [2021-02-25T03:18:02.590Z] #48 7.185 + RM_GOPATH=1 [2021-02-25T03:18:02.590Z] #48 7.185 + case "$(go env GOARCH)" in [2021-02-25T03:18:02.590Z] #48 7.185 ++ go env GOARCH [2021-02-25T03:18:02.590Z] #48 7.212 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:18:02.590Z] #48 7.212 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:18:02.590Z] #48 7.212 ++ dirname /tmp/install/install.sh [2021-02-25T03:18:02.590Z] #48 7.234 + dir=/tmp/install [2021-02-25T03:18:02.590Z] #48 7.234 + bin=golangci_lint [2021-02-25T03:18:02.590Z] #48 7.234 + shift [2021-02-25T03:18:02.590Z] #48 7.234 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-02-25T03:18:02.590Z] #48 7.234 + . /tmp/install/golangci_lint.installer [2021-02-25T03:18:02.590Z] #48 7.234 ++ : v1.23.8 [2021-02-25T03:18:02.590Z] #48 7.234 + install_golangci_lint [2021-02-25T03:18:02.590Z] #48 7.234 + set -e [2021-02-25T03:18:02.590Z] #48 7.234 + export GO111MODULE=on [2021-02-25T03:18:02.590Z] #48 7.234 + GO111MODULE=on [2021-02-25T03:18:02.590Z] #48 7.234 + GOBIN=/build [2021-02-25T03:18:02.590Z] #48 7.234 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-02-25T03:18:02.590Z] #48 7.237 go: finding github.com v1.23.8 [2021-02-25T03:18:02.590Z] #48 7.238 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-02-25T03:18:02.590Z] #48 7.238 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-02-25T03:18:02.590Z] #48 7.238 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-02-25T03:18:02.590Z] #48 7.238 go: finding github.com/golangci v1.23.8 [2021-02-25T03:18:02.590Z] #48 8.860 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-02-25T03:18:02.590Z] #48 9.947 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-02-25T03:18:02.679Z] #55 41.76 Selecting previously unselected package libbtrfs-dev. [2021-02-25T03:18:02.680Z] #55 41.76 Preparing to unpack .../libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2021-02-25T03:18:02.680Z] #55 41.76 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-25T03:18:02.854Z] #48 ... [2021-02-25T03:18:02.854Z] [2021-02-25T03:18:02.854Z] #44 [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-02-25T03:18:02.854Z] #44 sha256:afe17831b94519c9ec988602eca641f7966cf1a4d7b110e59a5ec33c57993be6 [2021-02-25T03:18:02.854Z] #44 7.161 + RM_GOPATH=0 [2021-02-25T03:18:02.854Z] #44 7.161 + TMP_GOPATH= [2021-02-25T03:18:02.854Z] #44 7.161 + : /build [2021-02-25T03:18:02.854Z] #44 7.161 + '[' -z '' ']' [2021-02-25T03:18:02.854Z] #44 7.167 ++ mktemp -d [2021-02-25T03:18:02.854Z] #44 7.167 + export GOPATH=/tmp/tmp.2AVcqrM3xc [2021-02-25T03:18:02.854Z] #44 7.167 + GOPATH=/tmp/tmp.2AVcqrM3xc [2021-02-25T03:18:02.854Z] #44 7.167 + RM_GOPATH=1 [2021-02-25T03:18:02.854Z] #44 7.167 + case "$(go env GOARCH)" in [2021-02-25T03:18:02.854Z] #44 7.167 ++ go env GOARCH [2021-02-25T03:18:02.854Z] #44 7.183 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:18:02.854Z] #44 7.183 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:18:02.854Z] #44 7.183 ++ dirname /tmp/install/install.sh [2021-02-25T03:18:02.854Z] #44 7.201 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-25T03:18:02.854Z] #44 7.201 + dir=/tmp/install [2021-02-25T03:18:02.854Z] #44 7.201 + bin=vndr [2021-02-25T03:18:02.854Z] #44 7.201 + shift [2021-02-25T03:18:02.854Z] #44 7.201 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-02-25T03:18:02.854Z] #44 7.201 + . /tmp/install/vndr.installer [2021-02-25T03:18:02.854Z] #44 7.201 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-25T03:18:02.854Z] #44 7.201 + install_vndr [2021-02-25T03:18:02.854Z] #44 7.201 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-02-25T03:18:02.854Z] #44 7.201 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.2AVcqrM3xc/src/github.com/LK4D4/vndr [2021-02-25T03:18:02.854Z] #44 7.201 Cloning into '/tmp/tmp.2AVcqrM3xc/src/github.com/LK4D4/vndr'... [2021-02-25T03:18:02.854Z] #44 8.193 + cd /tmp/tmp.2AVcqrM3xc/src/github.com/LK4D4/vndr [2021-02-25T03:18:02.854Z] #44 8.193 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-25T03:18:02.854Z] #44 8.262 + go build -buildmode=pie -v -o /build/vndr . [2021-02-25T03:18:02.854Z] #44 10.17 internal/bytealg [2021-02-25T03:18:02.854Z] #44 10.19 runtime/internal/math [2021-02-25T03:18:02.854Z] #44 10.33 internal/race [2021-02-25T03:18:02.854Z] #44 10.54 sync/atomic [2021-02-25T03:18:02.854Z] #44 ... [2021-02-25T03:18:02.854Z] [2021-02-25T03:18:02.854Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-25T03:18:02.854Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-25T03:18:02.854Z] #12 8.035 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-25T03:18:02.854Z] #12 8.163 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-25T03:18:02.854Z] #12 8.263 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-25T03:18:02.854Z] #12 9.809 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-25T03:18:02.929Z] #28 16.57 0.0% 0.8% # 2.0% ## 3.5% ### 5.2% #### 6.9% ###### 8.5% ####### 9.9% ######## 11.3% ######## 12.1% ######### 13.6% ########## 15.0% ########### 16.3% ############# 18.1% ############# 18.8% ############## 20.4% ############### 21.9% ################ 22.7% ################# 24.1% ################## 25.6% ################### 26.7% #################### 28.1% ##################### 29.8% ###################### 31.2% ######################## 33.9% ######################### 35.2% ########################## 36.7% ########################### 38.0% ############################ 39.5% ############################# 40.6% ############################## 42.1% ############################### 43.5% ############################### 43.9% ################################ 45.4% ################################## 47.4% ################################### 48.7% ################################### 49.4% ##################################### 51.8% ###################################### 53.6% ####################################### 54.5% ####################################### 55.1% ######################################## 55.8% ######################################### 57.2% ########################################## 58.6% ########################################### 59.9% ########################################### 60.9% ############################################# 62.8% ############################################## 63.9% ############################################### 65.7% ################################################ 66.8% ################################################ 67.9% ################################################## 70.0% ################################################## 70.8% ################################################### 71.5% #################################################### 72.8% #################################################### 73.6% ##################################################### 74.3% ##################################################### 74.9% ###################################################### 76.0% ####################################################### 77.2% ####################################################### 77.7% ######################################################## 78.8% ######################################################### 79.4% ######################################################### 80.3% ########################################################## 81.1% ########################################################### 82.0% ########################################################### 83.1% ############################################################ 83.9% ############################################################ 84.6% ############################################################# 85.4% ############################################################## 86.8% ############################################################### 88.5% ################################################################ 89.0% ################################################################# 90.5% ################################################################# 90.9% ################################################################## 92.6% #################################################################### 94.6% #################################################################### 95.8% ##################################################################### 97.1% ####################################################################### 99.0% ######################################################################## 100.0% [2021-02-25T03:18:02.984Z] #55 42.09 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-25T03:18:02.984Z] #55 42.10 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-25T03:18:02.984Z] #55 42.10 Processing triggers for libc-bin (2.28-10) ... [2021-02-25T03:18:03.116Z] #41 114.0 CC criu/pstree.o [2021-02-25T03:18:03.116Z] #41 ... [2021-02-25T03:18:03.116Z] [2021-02-25T03:18:03.116Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2021-02-25T03:18:03.116Z] #38 160.7 + dpkg --print-architecture [2021-02-25T03:18:03.116Z] #38 160.7 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-02-25T03:18:03.119Z] #12 ... [2021-02-25T03:18:03.119Z] [2021-02-25T03:18:03.119Z] #50 [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-02-25T03:18:03.119Z] #50 sha256:74fe370ecb48af1452fef620fd0ae127180873eea6b4bac5594529be0fc81069 [2021-02-25T03:18:03.119Z] #50 6.167 + RM_GOPATH=0 [2021-02-25T03:18:03.119Z] #50 6.167 + TMP_GOPATH= [2021-02-25T03:18:03.119Z] #50 6.167 + : /build [2021-02-25T03:18:03.119Z] #50 6.167 + '[' -z '' ']' [2021-02-25T03:18:03.119Z] #50 6.167 ++ mktemp -d [2021-02-25T03:18:03.119Z] #50 6.167 + export GOPATH=/tmp/tmp.bMMRb8ugJy [2021-02-25T03:18:03.119Z] #50 6.167 + GOPATH=/tmp/tmp.bMMRb8ugJy [2021-02-25T03:18:03.119Z] #50 6.167 + RM_GOPATH=1 [2021-02-25T03:18:03.119Z] #50 6.167 + case "$(go env GOARCH)" in [2021-02-25T03:18:03.119Z] #50 6.167 ++ go env GOARCH [2021-02-25T03:18:03.119Z] #50 6.192 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:18:03.119Z] #50 6.192 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:18:03.119Z] #50 6.192 ++ dirname /tmp/install/install.sh [2021-02-25T03:18:03.119Z] #50 6.219 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-25T03:18:03.119Z] #50 6.219 + dir=/tmp/install [2021-02-25T03:18:03.119Z] #50 6.219 + bin=shfmt [2021-02-25T03:18:03.119Z] #50 6.219 + shift [2021-02-25T03:18:03.119Z] #50 6.219 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-02-25T03:18:03.119Z] #50 6.219 + . /tmp/install/shfmt.installer [2021-02-25T03:18:03.119Z] #50 6.219 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-25T03:18:03.119Z] #50 6.219 + install_shfmt [2021-02-25T03:18:03.119Z] #50 6.219 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-02-25T03:18:03.119Z] #50 6.219 + git clone https://github.com/mvdan/sh.git /tmp/tmp.bMMRb8ugJy/src/github.com/mvdan/sh [2021-02-25T03:18:03.120Z] #50 6.219 Cloning into '/tmp/tmp.bMMRb8ugJy/src/github.com/mvdan/sh'... [2021-02-25T03:18:03.120Z] #50 ... [2021-02-25T03:18:03.120Z] [2021-02-25T03:18:03.120Z] #46 [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-02-25T03:18:03.120Z] #46 sha256:8ca5b73b4f4608b7ea4a1d78eca18baafc341a3b444cd9284a17d85b0f2298f1 [2021-02-25T03:18:03.120Z] #46 5.734 + RM_GOPATH=0 [2021-02-25T03:18:03.120Z] #46 5.734 + TMP_GOPATH= [2021-02-25T03:18:03.120Z] #46 5.734 + : /build [2021-02-25T03:18:03.120Z] #46 5.734 + '[' -z '' ']' [2021-02-25T03:18:03.120Z] #46 5.734 ++ mktemp -d [2021-02-25T03:18:03.120Z] #46 5.734 + export GOPATH=/tmp/tmp.0bqrmQub1y [2021-02-25T03:18:03.120Z] #46 5.734 + GOPATH=/tmp/tmp.0bqrmQub1y [2021-02-25T03:18:03.120Z] #46 5.734 + RM_GOPATH=1 [2021-02-25T03:18:03.120Z] #46 5.734 + case "$(go env GOARCH)" in [2021-02-25T03:18:03.120Z] #46 5.734 ++ go env GOARCH [2021-02-25T03:18:03.120Z] #46 5.734 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:18:03.120Z] #46 5.734 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:18:03.120Z] #46 5.734 ++ dirname /tmp/install/install.sh [2021-02-25T03:18:03.120Z] #46 5.734 + dir=/tmp/install [2021-02-25T03:18:03.120Z] #46 5.734 + bin=gotestsum [2021-02-25T03:18:03.120Z] #46 5.734 + shift [2021-02-25T03:18:03.120Z] #46 5.734 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-02-25T03:18:03.120Z] #46 5.734 + . /tmp/install/gotestsum.installer [2021-02-25T03:18:03.120Z] #46 5.734 ++ : v0.5.3 [2021-02-25T03:18:03.120Z] #46 5.734 + install_gotestsum [2021-02-25T03:18:03.120Z] #46 5.734 + set -e [2021-02-25T03:18:03.120Z] #46 5.734 + export GO111MODULE=on [2021-02-25T03:18:03.120Z] #46 5.734 + GO111MODULE=on [2021-02-25T03:18:03.120Z] #46 5.734 + GOBIN=/build [2021-02-25T03:18:03.120Z] #46 5.734 + go get gotest.tools/gotestsum@v0.5.3 [2021-02-25T03:18:03.120Z] #46 5.734 go: finding gotest.tools v0.5.3 [2021-02-25T03:18:03.120Z] #46 5.734 go: finding gotest.tools/gotestsum v0.5.3 [2021-02-25T03:18:03.120Z] #46 6.455 go: downloading gotest.tools/gotestsum v0.5.3 [2021-02-25T03:18:03.120Z] #46 7.096 go: extracting gotest.tools/gotestsum v0.5.3 [2021-02-25T03:18:03.120Z] #46 8.007 go: downloading github.com/pkg/errors v0.9.1 [2021-02-25T03:18:03.120Z] #46 8.218 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-25T03:18:03.120Z] #46 8.227 go: downloading github.com/fatih/color v1.9.0 [2021-02-25T03:18:03.120Z] #46 8.346 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-25T03:18:03.120Z] #46 8.346 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-02-25T03:18:03.120Z] #46 8.346 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-25T03:18:03.120Z] #46 8.370 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-25T03:18:03.120Z] #46 8.425 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-25T03:18:03.120Z] #46 8.559 go: extracting github.com/fatih/color v1.9.0 [2021-02-25T03:18:03.120Z] #46 8.580 go: extracting github.com/pkg/errors v0.9.1 [2021-02-25T03:18:03.120Z] #46 8.643 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-02-25T03:18:03.120Z] #46 8.800 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-02-25T03:18:03.120Z] #46 8.817 go: downloading github.com/spf13/pflag v1.0.3 [2021-02-25T03:18:03.120Z] #46 8.921 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-02-25T03:18:03.120Z] #46 8.998 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-25T03:18:03.120Z] #46 9.691 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-02-25T03:18:03.120Z] #46 9.810 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-25T03:18:03.120Z] #46 9.837 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-02-25T03:18:03.120Z] #46 9.886 go: extracting github.com/spf13/pflag v1.0.3 [2021-02-25T03:18:03.195Z] #28 25.76 [2021-02-25T03:18:03.287Z] #55 DONE 42.5s [2021-02-25T03:18:03.287Z] [2021-02-25T03:18:03.287Z] #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-02-25T03:18:03.287Z] #36 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-02-25T03:18:03.287Z] #36 41.68 Fetched 14.9 MB in 2s (9223 kB/s) [2021-02-25T03:18:03.287Z] #36 41.83 Selecting previously unselected package xxd. [2021-02-25T03:18:03.287Z] #36 41.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 ... 15339 files and directories currently installed.) [2021-02-25T03:18:03.287Z] #36 41.95 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2021-02-25T03:18:03.287Z] #36 41.96 Unpacking xxd (2:8.1.0875-5) ... [2021-02-25T03:18:03.287Z] #36 42.22 Selecting previously unselected package vim-common. [2021-02-25T03:18:03.287Z] #36 42.24 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-25T03:18:03.287Z] #36 42.29 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-25T03:18:03.383Z] #46 ... [2021-02-25T03:18:03.384Z] [2021-02-25T03:18:03.384Z] #57 [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-02-25T03:18:03.384Z] #57 sha256:72ba1ac913344734c398b155bb395caa0906fbe5eb9c3c4f14f56b23059d13ad [2021-02-25T03:18:03.384Z] #57 7.713 + RM_GOPATH=0 [2021-02-25T03:18:03.384Z] #57 7.713 + TMP_GOPATH= [2021-02-25T03:18:03.384Z] #57 7.713 + : /build [2021-02-25T03:18:03.384Z] #57 7.713 + '[' -z '' ']' [2021-02-25T03:18:03.384Z] #57 7.713 ++ mktemp -d [2021-02-25T03:18:03.384Z] #57 7.713 + export GOPATH=/tmp/tmp.Mb8zg9eZBN [2021-02-25T03:18:03.384Z] #57 7.713 + GOPATH=/tmp/tmp.Mb8zg9eZBN [2021-02-25T03:18:03.384Z] #57 7.713 + RM_GOPATH=1 [2021-02-25T03:18:03.384Z] #57 7.713 + case "$(go env GOARCH)" in [2021-02-25T03:18:03.384Z] #57 7.713 ++ go env GOARCH [2021-02-25T03:18:03.384Z] #57 7.713 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:18:03.384Z] #57 7.713 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:18:03.384Z] #57 7.713 ++ dirname /tmp/install/install.sh [2021-02-25T03:18:03.384Z] #57 7.713 + dir=/tmp/install [2021-02-25T03:18:03.384Z] #57 7.713 + bin=rootlesskit [2021-02-25T03:18:03.384Z] #57 7.713 + shift [2021-02-25T03:18:03.384Z] #57 7.713 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-02-25T03:18:03.384Z] #57 7.713 + . /tmp/install/rootlesskit.installer [2021-02-25T03:18:03.384Z] #57 7.713 ++ : 5c30c9c2586add2ad659132990fdc230f05035fa [2021-02-25T03:18:03.384Z] #57 7.713 + install_rootlesskit [2021-02-25T03:18:03.384Z] #57 7.713 + case "$1" in [2021-02-25T03:18:03.384Z] #57 7.713 + export CGO_ENABLED=0 [2021-02-25T03:18:03.384Z] #57 7.713 + CGO_ENABLED=0 [2021-02-25T03:18:03.384Z] #57 7.713 + _install_rootlesskit [2021-02-25T03:18:03.384Z] #57 7.721 Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa [2021-02-25T03:18:03.384Z] #57 7.725 + echo 'Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa' [2021-02-25T03:18:03.384Z] #57 7.725 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.Mb8zg9eZBN/src/github.com/rootless-containers/rootlesskit [2021-02-25T03:18:03.384Z] #57 7.752 Cloning into '/tmp/tmp.Mb8zg9eZBN/src/github.com/rootless-containers/rootlesskit'... [2021-02-25T03:18:03.384Z] #57 ... [2021-02-25T03:18:03.384Z] [2021-02-25T03:18:03.384Z] #39 [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-02-25T03:18:03.384Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-25T03:18:03.384Z] #39 7.508 + git clone https://github.com/docker/distribution.git . [2021-02-25T03:18:03.384Z] #39 7.512 Cloning into '.'... [2021-02-25T03:18:03.461Z] #28 ... [2021-02-25T03:18:03.461Z] [2021-02-25T03:18:03.461Z] #35 [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-02-25T03:18:03.461Z] #35 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-02-25T03:18:03.461Z] #35 19.43 Fetched 8246 kB in 14s (589 kB/s) [2021-02-25T03:18:03.461Z] #35 19.43 Reading package lists... [2021-02-25T03:18:03.610Z] #36 42.70 Selecting previously unselected package cmake-data. [2021-02-25T03:18:03.611Z] #36 42.70 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-02-25T03:18:03.611Z] #36 42.71 Unpacking cmake-data (3.13.4-1) ... [2021-02-25T03:18:03.646Z] #39 ... [2021-02-25T03:18:03.646Z] [2021-02-25T03:18:03.647Z] #35 [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-02-25T03:18:03.647Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-25T03:18:03.647Z] #35 8.786 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-25T03:18:03.647Z] #35 8.876 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-25T03:18:03.647Z] #35 8.876 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-25T03:18:03.647Z] #35 10.27 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-25T03:18:03.647Z] #35 ... [2021-02-25T03:18:03.647Z] [2021-02-25T03:18:03.647Z] #44 [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-02-25T03:18:03.647Z] #44 sha256:afe17831b94519c9ec988602eca641f7966cf1a4d7b110e59a5ec33c57993be6 [2021-02-25T03:18:03.647Z] #44 11.49 runtime [2021-02-25T03:18:03.647Z] #44 11.53 unicode [2021-02-25T03:18:03.727Z] #35 25.61 Reading package lists... [2021-02-25T03:18:03.727Z] #35 ... [2021-02-25T03:18:03.727Z] [2021-02-25T03:18:03.727Z] #48 [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-02-25T03:18:03.727Z] #48 sha256:86ff5e4393159d26adec9e96c22744aaff961e59647e9ae2baad8823f00f4600 [2021-02-25T03:18:03.727Z] #48 26.92 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-25T03:18:03.727Z] #48 27.01 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-25T03:18:03.727Z] #48 27.03 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-25T03:18:03.727Z] #48 27.05 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-25T03:18:03.727Z] #48 27.07 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-25T03:18:03.727Z] #48 27.09 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-25T03:18:03.727Z] #48 27.15 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-25T03:18:03.727Z] #48 27.19 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-25T03:18:03.727Z] #48 27.20 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-25T03:18:03.727Z] #48 27.21 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-25T03:18:03.727Z] #48 27.37 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-25T03:18:03.727Z] #48 27.61 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-25T03:18:03.727Z] #48 27.62 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-25T03:18:03.727Z] #48 27.64 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-25T03:18:03.727Z] #48 28.23 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-25T03:18:03.727Z] #48 28.26 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-25T03:18:03.727Z] #48 28.28 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-25T03:18:03.727Z] #48 28.31 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-02-25T03:18:03.727Z] #48 28.31 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-25T03:18:03.727Z] #48 28.57 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-25T03:18:03.727Z] #48 28.61 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-25T03:18:03.727Z] #48 28.64 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-25T03:18:03.727Z] #48 28.74 go: downloading github.com/gogo/protobuf v1.2.1 [2021-02-25T03:18:03.727Z] #48 28.80 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-02-25T03:18:03.727Z] #48 28.95 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-25T03:18:03.727Z] #48 29.07 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-02-25T03:18:03.727Z] #48 29.16 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-25T03:18:03.727Z] #48 29.38 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-25T03:18:03.727Z] #48 29.39 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-25T03:18:03.727Z] #48 29.44 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-25T03:18:03.727Z] #48 29.60 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-25T03:18:03.727Z] #48 29.77 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-25T03:18:03.751Z] #38 161.2 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-02-25T03:18:03.751Z] #38 161.2 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-02-25T03:18:04.062Z] #48 29.83 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-25T03:18:04.062Z] #48 29.86 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-25T03:18:04.062Z] #48 30.03 go: downloading github.com/gobwas/glob v0.2.3 [2021-02-25T03:18:04.062Z] #48 30.10 go: downloading github.com/kisielk/gotool v1.0.0 [2021-02-25T03:18:04.417Z] #48 30.34 go: extracting github.com/gobwas/glob v0.2.3 [2021-02-25T03:18:04.683Z] #48 30.54 go: extracting github.com/kisielk/gotool v1.0.0 [2021-02-25T03:18:04.683Z] #48 30.59 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-25T03:18:05.024Z] #39 26.37 + 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-02-25T03:18:05.264Z] #48 31.25 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-25T03:18:05.531Z] #48 31.40 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-25T03:18:05.531Z] #48 31.42 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-25T03:18:05.531Z] #48 31.51 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-25T03:18:05.797Z] #48 31.95 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-25T03:18:05.858Z] #38 ... [2021-02-25T03:18:05.858Z] [2021-02-25T03:18:05.858Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-25T03:18:05.858Z] #20 5.053 Collecting yamllint==1.16.0 [2021-02-25T03:18:05.858Z] #20 5.255 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-02-25T03:18:05.858Z] #20 5.288 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-02-25T03:18:05.858Z] #20 5.319 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-02-25T03:18:05.858Z] #20 5.347 Collecting pyyaml (from yamllint==1.16.0) [2021-02-25T03:18:05.858Z] #20 5.479 Downloading https://files.pythonhosted.org/packages/a0/a4/d63f2d7597e1a4b55aa3b4d6c5b029991d3b824b5bd331af8d4ab1ed687d/PyYAML-5.4.1.tar.gz (175kB) [2021-02-25T03:18:05.858Z] #20 5.840 Installing build dependencies: started [2021-02-25T03:18:05.858Z] #20 ... [2021-02-25T03:18:05.858Z] [2021-02-25T03:18:05.858Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-25T03:18:05.858Z] #41 114.9 CC criu/rbtree.o [2021-02-25T03:18:05.858Z] #41 115.1 CC criu/rst-malloc.o [2021-02-25T03:18:05.858Z] #41 115.6 CC criu/seccomp.o [2021-02-25T03:18:05.858Z] #41 116.1 CC criu/seize.o [2021-02-25T03:18:06.063Z] #48 31.98 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-25T03:18:06.063Z] #48 32.11 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-25T03:18:06.153Z] #41 117.1 CC criu/servicefd.o [2021-02-25T03:18:06.420Z] #36 ... [2021-02-25T03:18:06.420Z] [2021-02-25T03:18:06.420Z] #13 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-25T03:18:06.420Z] #13 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-02-25T03:18:06.420Z] #13 27.08 Reading package lists... [2021-02-25T03:18:06.420Z] #13 35.60 Building dependency tree... [2021-02-25T03:18:06.420Z] #13 38.46 The following additional packages will be installed: [2021-02-25T03:18:06.420Z] #13 38.46 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-02-25T03:18:06.420Z] #13 38.47 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-02-25T03:18:06.420Z] #13 38.47 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-02-25T03:18:06.420Z] #13 38.47 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2021-02-25T03:18:06.420Z] #13 38.48 mingw-w64-x86-64-dev [2021-02-25T03:18:06.420Z] #13 38.49 Suggested packages: [2021-02-25T03:18:06.420Z] #13 38.49 gcc-8-locales seccomp wine64 [2021-02-25T03:18:06.420Z] #13 40.46 The following NEW packages will be installed: [2021-02-25T03:18:06.420Z] #13 40.46 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-02-25T03:18:06.420Z] #13 40.47 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-02-25T03:18:06.420Z] #13 40.47 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-02-25T03:18:06.420Z] #13 40.47 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-02-25T03:18:06.420Z] #13 40.48 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-02-25T03:18:06.420Z] #13 40.49 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-02-25T03:18:06.420Z] #13 40.50 The following packages will be upgraded: [2021-02-25T03:18:06.420Z] #13 40.51 libsystemd0 libudev1 [2021-02-25T03:18:06.420Z] #13 40.73 2 upgraded, 25 newly installed, 0 to remove and 21 not upgraded. [2021-02-25T03:18:06.420Z] #13 40.73 Need to get 79.4 MB of archives. [2021-02-25T03:18:06.420Z] #13 40.73 After this operation, 532 MB of additional disk space will be used. [2021-02-25T03:18:06.420Z] #13 40.73 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd0 ppc64el 241-7~deb10u6 [358 kB] [2021-02-25T03:18:06.420Z] #13 40.81 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev1 ppc64el 241-7~deb10u6 [158 kB] [2021-02-25T03:18:06.420Z] #13 40.84 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-i686 ppc64el 2.31.1-11+8.3 [2811 kB] [2021-02-25T03:18:06.420Z] #13 41.11 Get:4 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-02-25T03:18:06.420Z] #13 41.46 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-02-25T03:18:06.420Z] #13 41.47 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.155-3 [128 kB] [2021-02-25T03:18:06.420Z] #13 41.48 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el dmsetup ppc64el 2:1.02.155-3 [85.4 kB] [2021-02-25T03:18:06.420Z] #13 41.49 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-common all 6.0.0-3 [4910 kB] [2021-02-25T03:18:06.420Z] #13 41.93 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-02-25T03:18:06.420Z] #13 42.28 Get:10 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-02-25T03:18:06.420Z] #13 42.29 Get:11 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-02-25T03:18:06.420Z] #13 ... [2021-02-25T03:18:06.420Z] [2021-02-25T03:18:06.420Z] #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-02-25T03:18:06.420Z] #34 sha256:ced9f780ba36d958fea0a88481379dbcb5fb4e2acfd6605fe4673dff228b33d6 [2021-02-25T03:18:06.420Z] #34 45.44 internal/reflectlite [2021-02-25T03:18:06.420Z] #34 45.46 sync [2021-02-25T03:18:06.645Z] #48 32.30 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-25T03:18:06.645Z] #48 ... [2021-02-25T03:18:06.645Z] [2021-02-25T03:18:06.645Z] #57 [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-02-25T03:18:06.645Z] #57 sha256:236966c14597b794e5254d8333adf33337fb4494a193d755c701b563dc6125b3 [2021-02-25T03:18:06.645Z] #57 22.57 go: finding github.com/pkg/errors v0.9.1 [2021-02-25T03:18:06.645Z] #57 22.61 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-02-25T03:18:06.645Z] #57 22.70 go: finding github.com/sirupsen/logrus v1.7.0 [2021-02-25T03:18:06.645Z] #57 22.92 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-02-25T03:18:06.645Z] #57 23.09 go: finding github.com/gofrs/flock v0.8.0 [2021-02-25T03:18:06.645Z] #57 23.12 go: finding github.com/google/uuid v1.2.0 [2021-02-25T03:18:06.645Z] #57 23.14 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-02-25T03:18:06.645Z] #57 23.28 go: finding github.com/gorilla/mux v1.8.0 [2021-02-25T03:18:06.645Z] #57 23.31 go: finding github.com/moby/vpnkit v0.4.0 [2021-02-25T03:18:06.645Z] #57 23.32 go: finding github.com/moby/sys/mountinfo v0.4.0 [2021-02-25T03:18:06.645Z] #57 23.51 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-02-25T03:18:06.645Z] #57 23.52 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-02-25T03:18:06.645Z] #57 23.53 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-02-25T03:18:06.645Z] #57 23.82 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-02-25T03:18:06.645Z] #57 24.01 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-02-25T03:18:06.645Z] #57 ... [2021-02-25T03:18:06.645Z] [2021-02-25T03:18:06.645Z] #48 [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-02-25T03:18:06.645Z] #48 sha256:86ff5e4393159d26adec9e96c22744aaff961e59647e9ae2baad8823f00f4600 [2021-02-25T03:18:06.645Z] #48 32.51 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-02-25T03:18:06.645Z] #48 32.53 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-02-25T03:18:06.645Z] #48 32.65 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-02-25T03:18:06.645Z] #48 32.65 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-02-25T03:18:06.829Z] #41 117.7 CC criu/shmem.o [2021-02-25T03:18:06.911Z] #48 32.81 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-25T03:18:06.911Z] #48 32.94 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-25T03:18:06.911Z] #48 33.00 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-25T03:18:07.465Z] #41 118.7 CC criu/sigframe.o [2021-02-25T03:18:07.497Z] #34 ... [2021-02-25T03:18:07.497Z] [2021-02-25T03:18:07.497Z] #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-02-25T03:18:07.497Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-02-25T03:18:07.497Z] #42 26.94 Reading package lists... [2021-02-25T03:18:07.497Z] #42 37.00 Building dependency tree... [2021-02-25T03:18:07.497Z] #42 39.25 The following additional packages will be installed: [2021-02-25T03:18:07.497Z] #42 39.25 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-02-25T03:18:07.497Z] #42 39.25 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-02-25T03:18:07.497Z] #42 39.26 Suggested packages: [2021-02-25T03:18:07.497Z] #42 39.26 manpages-dev python-setuptools [2021-02-25T03:18:07.497Z] #42 40.78 The following NEW packages will be installed: [2021-02-25T03:18:07.497Z] #42 40.79 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-02-25T03:18:07.497Z] #42 40.80 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-02-25T03:18:07.497Z] #42 40.80 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-02-25T03:18:07.497Z] #42 40.80 python-six zlib1g-dev [2021-02-25T03:18:07.497Z] #42 40.92 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded. [2021-02-25T03:18:07.497Z] #42 40.92 Need to get 4075 kB of archives. [2021-02-25T03:18:07.497Z] #42 40.92 After this operation, 24.5 MB of additional disk space will be used. [2021-02-25T03:18:07.497Z] #42 40.92 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libcap-dev ppc64el 1:2.25-2 [31.4 kB] [2021-02-25T03:18:07.497Z] #42 40.95 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2021-02-25T03:18:07.497Z] #42 40.96 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3.1 [119 kB] [2021-02-25T03:18:07.497Z] #42 40.98 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2021-02-25T03:18:07.497Z] #42 41.00 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-dev ppc64el 3.4.0-1 [103 kB] [2021-02-25T03:18:07.497Z] #42 41.02 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2021-02-25T03:18:07.497Z] #42 41.03 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-02-25T03:18:07.497Z] #42 41.04 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zlib1g-dev ppc64el 1:1.2.11.dfsg-1 [216 kB] [2021-02-25T03:18:07.497Z] #42 41.08 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf17 ppc64el 3.6.1.3-2 [795 kB] [2021-02-25T03:18:07.497Z] #42 41.18 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-lite17 ppc64el 3.6.1.3-2 [166 kB] [2021-02-25T03:18:07.497Z] #42 41.20 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-dev ppc64el 3.6.1.3-2 [1130 kB] [2021-02-25T03:18:07.497Z] #42 41.31 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotoc17 ppc64el 3.6.1.3-2 [647 kB] [2021-02-25T03:18:07.497Z] #42 41.38 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-02-25T03:18:07.497Z] #42 41.40 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-compiler ppc64el 3.6.1.3-2 [65.2 kB] [2021-02-25T03:18:07.497Z] #42 41.41 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pkg-resources all 40.8.0-1 [182 kB] [2021-02-25T03:18:07.497Z] #42 41.45 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-six all 1.12.0-1 [15.7 kB] [2021-02-25T03:18:07.497Z] #42 41.45 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-protobuf ppc64el 3.6.1.3-2 [337 kB] [2021-02-25T03:18:07.497Z] #42 43.05 debconf: delaying package configuration, since apt-utils is not installed [2021-02-25T03:18:07.497Z] #42 43.41 Fetched 4075 kB in 1s (6371 kB/s) [2021-02-25T03:18:07.497Z] #42 43.56 Selecting previously unselected package libcap-dev:ppc64el. [2021-02-25T03:18:07.497Z] #42 43.56 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2021-02-25T03:18:07.497Z] #42 43.67 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_ppc64el.deb ... [2021-02-25T03:18:07.497Z] #42 43.68 Unpacking libcap-dev:ppc64el (1:2.25-2) ... [2021-02-25T03:18:07.497Z] #42 43.85 Selecting previously unselected package libnet1:ppc64el. [2021-02-25T03:18:07.497Z] #42 43.89 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2021-02-25T03:18:07.497Z] #42 43.90 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2021-02-25T03:18:07.497Z] #42 44.04 Selecting previously unselected package libnet1-dev. [2021-02-25T03:18:07.497Z] #42 44.06 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_ppc64el.deb ... [2021-02-25T03:18:07.497Z] #42 44.07 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-25T03:18:07.497Z] #42 44.32 Selecting previously unselected package libnl-3-200:ppc64el. [2021-02-25T03:18:07.497Z] #42 44.33 Preparing to unpack .../03-libnl-3-200_3.4.0-1_ppc64el.deb ... [2021-02-25T03:18:07.497Z] #42 44.35 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2021-02-25T03:18:07.497Z] #42 44.52 Selecting previously unselected package libnl-3-dev:ppc64el. [2021-02-25T03:18:07.497Z] #42 44.54 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_ppc64el.deb ... [2021-02-25T03:18:07.497Z] #42 44.55 Unpacking libnl-3-dev:ppc64el (3.4.0-1) ... [2021-02-25T03:18:07.497Z] #42 44.90 Selecting previously unselected package libprotobuf-c1:ppc64el. [2021-02-25T03:18:07.497Z] #42 44.91 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2021-02-25T03:18:07.497Z] #42 44.93 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2021-02-25T03:18:07.497Z] #42 45.04 Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2021-02-25T03:18:07.497Z] #42 45.06 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_ppc64el.deb ... [2021-02-25T03:18:07.497Z] #42 45.07 Unpacking libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2021-02-25T03:18:07.497Z] #42 45.21 Selecting previously unselected package zlib1g-dev:ppc64el. [2021-02-25T03:18:07.497Z] #42 45.23 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_ppc64el.deb ... [2021-02-25T03:18:07.497Z] #42 45.24 Unpacking zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2021-02-25T03:18:07.497Z] #42 45.61 Selecting previously unselected package libprotobuf17:ppc64el. [2021-02-25T03:18:07.497Z] #42 45.64 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_ppc64el.deb ... [2021-02-25T03:18:07.497Z] #42 45.65 Unpacking libprotobuf17:ppc64el (3.6.1.3-2) ... [2021-02-25T03:18:07.497Z] #42 46.62 Selecting previously unselected package libprotobuf-lite17:ppc64el. [2021-02-25T03:18:07.497Z] #42 46.65 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_ppc64el.deb ... [2021-02-25T03:18:07.497Z] #42 46.65 Unpacking libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2021-02-25T03:18:07.505Z] #48 33.45 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-02-25T03:18:07.506Z] #48 33.46 go: extracting github.com/gogo/protobuf v1.2.1 [2021-02-25T03:18:07.771Z] #48 33.75 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-02-25T03:18:07.796Z] #42 ... [2021-02-25T03:18:07.796Z] [2021-02-25T03:18:07.796Z] #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-02-25T03:18:07.796Z] #49 sha256:622b10339dbd1592d0d8068c69e6662c13890861224891c9d74c6dc75865c0d7 [2021-02-25T03:18:07.796Z] #49 36.87 go: extracting github.com/gogo/protobuf v1.2.1 [2021-02-25T03:18:07.796Z] #49 42.89 go: extracting golang.org/x/text v0.3.2 [2021-02-25T03:18:07.796Z] #49 ... [2021-02-25T03:18:07.796Z] [2021-02-25T03:18:07.796Z] #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-02-25T03:18:07.796Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-02-25T03:18:07.796Z] #42 46.89 Selecting previously unselected package libprotobuf-dev:ppc64el. [2021-02-25T03:18:07.796Z] #42 46.90 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_ppc64el.deb ... [2021-02-25T03:18:07.796Z] #42 46.91 Unpacking libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2021-02-25T03:18:07.807Z] #41 118.8 CC criu/signalfd.o [2021-02-25T03:18:07.807Z] #41 119.0 CC criu/sk-inet.o [2021-02-25T03:18:08.037Z] #48 33.87 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-25T03:18:08.037Z] #48 33.88 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-02-25T03:18:08.304Z] #39 ... [2021-02-25T03:18:08.304Z] [2021-02-25T03:18:08.304Z] #48 [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-02-25T03:18:08.304Z] #48 sha256:4fe59b1cdf9f684cdbe5d3d1f32c73b9cfe25a63b8cca4b07dfc37ad88265171 [2021-02-25T03:18:08.304Z] #48 24.22 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-25T03:18:08.304Z] #48 24.24 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-25T03:18:08.304Z] #48 24.34 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-25T03:18:08.304Z] #48 24.34 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-25T03:18:08.304Z] #48 24.34 go: downloading github.com/magiconair/properties v1.8.1 [2021-02-25T03:18:08.304Z] #48 24.34 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-02-25T03:18:08.304Z] #48 24.34 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-25T03:18:08.304Z] #48 24.34 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-25T03:18:08.304Z] #48 24.35 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-25T03:18:08.304Z] #48 24.37 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-02-25T03:18:08.304Z] #48 24.43 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-02-25T03:18:08.304Z] #48 24.50 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-25T03:18:08.304Z] #48 24.60 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-02-25T03:18:08.304Z] #48 24.67 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-02-25T03:18:08.304Z] #48 24.67 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-25T03:18:08.304Z] #48 24.67 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-25T03:18:08.304Z] #48 24.76 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-25T03:18:08.304Z] #48 24.76 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-25T03:18:08.304Z] #48 24.76 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-25T03:18:08.304Z] #48 24.76 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-02-25T03:18:08.304Z] #48 24.93 go: extracting github.com/magiconair/properties v1.8.1 [2021-02-25T03:18:08.304Z] #48 24.93 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-25T03:18:08.304Z] #48 24.93 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-25T03:18:08.304Z] #48 25.00 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-02-25T03:18:08.304Z] #48 25.08 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-25T03:18:08.304Z] #48 25.08 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-25T03:18:08.304Z] #48 25.18 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-25T03:18:08.304Z] #48 25.25 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-02-25T03:18:08.304Z] #48 25.25 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-02-25T03:18:08.304Z] #48 25.25 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-02-25T03:18:08.304Z] #48 25.36 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-25T03:18:08.304Z] #48 25.40 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-25T03:18:08.304Z] #48 25.42 go: downloading github.com/subosito/gotenv v1.2.0 [2021-02-25T03:18:08.304Z] #48 25.47 go: downloading github.com/spf13/afero v1.1.2 [2021-02-25T03:18:08.304Z] #48 25.51 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-02-25T03:18:08.304Z] #48 25.68 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-02-25T03:18:08.304Z] #48 25.73 go: extracting github.com/subosito/gotenv v1.2.0 [2021-02-25T03:18:08.304Z] #48 25.73 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-25T03:18:08.304Z] #48 25.93 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-02-25T03:18:08.304Z] #48 25.97 go: downloading github.com/pkg/errors v0.8.1 [2021-02-25T03:18:08.304Z] #48 26.00 go: extracting github.com/spf13/afero v1.1.2 [2021-02-25T03:18:08.304Z] #48 26.01 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-02-25T03:18:08.304Z] #48 26.05 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-25T03:18:08.304Z] #48 26.05 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-25T03:18:08.304Z] #48 26.07 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-25T03:18:08.304Z] #48 26.30 go: extracting github.com/pkg/errors v0.8.1 [2021-02-25T03:18:08.304Z] #48 26.45 go: downloading github.com/stretchr/objx v0.2.0 [2021-02-25T03:18:08.304Z] #48 26.45 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-25T03:18:08.304Z] #48 26.45 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-25T03:18:08.304Z] #48 26.45 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-02-25T03:18:08.304Z] #48 26.49 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-02-25T03:18:08.304Z] #48 26.58 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-02-25T03:18:08.304Z] #48 26.58 go: downloading golang.org/x/text v0.3.2 [2021-02-25T03:18:08.304Z] #48 26.63 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-25T03:18:08.304Z] #48 26.63 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-25T03:18:08.304Z] #48 26.63 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-25T03:18:08.304Z] #48 26.71 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-25T03:18:08.304Z] #48 26.76 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-25T03:18:08.304Z] #48 26.80 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-25T03:18:08.304Z] #48 26.80 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-25T03:18:08.304Z] #48 26.88 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-25T03:18:08.304Z] #48 27.03 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-02-25T03:18:08.304Z] #48 27.09 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-25T03:18:08.304Z] #48 27.17 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-02-25T03:18:08.304Z] #48 27.24 go: extracting github.com/stretchr/objx v0.2.0 [2021-02-25T03:18:08.304Z] #48 27.40 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-25T03:18:08.304Z] #48 27.56 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-25T03:18:08.304Z] #48 27.56 go: downloading github.com/kisielk/gotool v1.0.0 [2021-02-25T03:18:08.304Z] #48 27.56 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-02-25T03:18:08.304Z] #48 27.56 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-25T03:18:08.304Z] #48 27.56 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-25T03:18:08.304Z] #48 27.56 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-25T03:18:08.304Z] #48 27.64 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-02-25T03:18:08.304Z] #48 27.89 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-25T03:18:08.304Z] #48 27.89 go: extracting github.com/kisielk/gotool v1.0.0 [2021-02-25T03:18:08.304Z] #48 27.92 go: downloading github.com/gobwas/glob v0.2.3 [2021-02-25T03:18:08.304Z] #48 27.94 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-25T03:18:08.304Z] #48 28.16 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-02-25T03:18:08.304Z] #48 28.27 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-25T03:18:08.304Z] #48 28.27 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-25T03:18:08.304Z] #48 28.27 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-02-25T03:18:08.304Z] #48 28.27 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-25T03:18:08.304Z] #48 28.35 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-25T03:18:08.304Z] #48 28.43 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-25T03:18:08.304Z] #48 28.49 go: extracting github.com/gobwas/glob v0.2.3 [2021-02-25T03:18:08.304Z] #48 28.49 go: downloading github.com/gogo/protobuf v1.2.1 [2021-02-25T03:18:08.304Z] #48 28.77 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-25T03:18:08.304Z] #48 28.87 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-02-25T03:18:08.304Z] #48 29.30 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-25T03:18:08.304Z] #48 29.30 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-25T03:18:08.304Z] #48 29.40 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-25T03:18:08.304Z] #48 29.54 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-02-25T03:18:08.304Z] #48 29.54 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-02-25T03:18:08.304Z] #48 29.66 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-25T03:18:08.304Z] #48 29.81 go: downloading github.com/spf13/cast v1.3.0 [2021-02-25T03:18:08.565Z] #48 30.22 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-25T03:18:08.565Z] #48 30.36 go: extracting github.com/spf13/cast v1.3.0 [2021-02-25T03:18:08.822Z] #48 30.65 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-02-25T03:18:08.871Z] #41 120.1 CC criu/sk-netlink.o [2021-02-25T03:18:09.060Z] #44 ... [2021-02-25T03:18:09.060Z] [2021-02-25T03:18:09.060Z] #23 [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-02-25T03:18:09.060Z] #23 sha256:9ca3ef3e01b6d06b2b00b1bacea7f1fc41732aba6c986be5a9f669e98fdd04b7 [2021-02-25T03:18:09.060Z] #23 16.63 + mkdir -p /build [2021-02-25T03:18:09.060Z] #23 16.71 + mv docker/docker /build/ [2021-02-25T03:18:09.060Z] #23 16.71 + rmdir docker [2021-02-25T03:18:09.080Z] #48 30.80 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-02-25T03:18:09.165Z] #41 120.4 CC criu/sk-packet.o [2021-02-25T03:18:09.338Z] #48 31.00 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-02-25T03:18:09.346Z] #42 48.42 Selecting previously unselected package libprotoc17:ppc64el. [2021-02-25T03:18:09.346Z] #42 48.43 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_ppc64el.deb ... [2021-02-25T03:18:09.346Z] #42 48.43 Unpacking libprotoc17:ppc64el (3.6.1.3-2) ... [2021-02-25T03:18:09.458Z] #41 ... [2021-02-25T03:18:09.458Z] [2021-02-25T03:18:09.458Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-25T03:18:09.458Z] #20 13.93 Installing build dependencies: finished with status 'done' [2021-02-25T03:18:09.647Z] #42 48.97 Selecting previously unselected package protobuf-c-compiler. [2021-02-25T03:18:09.903Z] #48 31.56 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-02-25T03:18:09.903Z] #48 31.58 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-02-25T03:18:09.903Z] #48 31.64 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-02-25T03:18:09.903Z] #48 31.65 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-02-25T03:18:09.903Z] #48 31.67 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-02-25T03:18:09.903Z] #48 31.74 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-02-25T03:18:09.947Z] #42 48.98 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_ppc64el.deb ... [2021-02-25T03:18:09.947Z] #42 48.99 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-25T03:18:09.947Z] #42 ... [2021-02-25T03:18:09.947Z] [2021-02-25T03:18:09.947Z] #64 [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-02-25T03:18:09.947Z] #64 sha256:7f596cc40668c57c75e24834ad3d6c04510120e8ab812e986390121ed4eb3b2c [2021-02-25T03:18:09.947Z] #64 DONE 49.2s [2021-02-25T03:18:09.947Z] [2021-02-25T03:18:09.947Z] #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-02-25T03:18:09.947Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-02-25T03:18:09.947Z] #42 49.17 Selecting previously unselected package protobuf-compiler. [2021-02-25T03:18:09.947Z] #42 49.17 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_ppc64el.deb ... [2021-02-25T03:18:09.947Z] #42 49.18 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-02-25T03:18:10.049Z] #23 DONE 17.6s [2021-02-25T03:18:10.049Z] [2021-02-25T03:18:10.049Z] #57 [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-02-25T03:18:10.049Z] #57 sha256:72ba1ac913344734c398b155bb395caa0906fbe5eb9c3c4f14f56b23059d13ad [2021-02-25T03:18:10.049Z] #57 15.47 + cd /tmp/tmp.Mb8zg9eZBN/src/github.com/rootless-containers/rootlesskit [2021-02-25T03:18:10.049Z] #57 15.47 + git checkout -q 5c30c9c2586add2ad659132990fdc230f05035fa [2021-02-25T03:18:10.049Z] #57 15.54 + export GO111MODULE=on [2021-02-25T03:18:10.049Z] #57 15.54 + GO111MODULE=on [2021-02-25T03:18:10.049Z] #57 15.54 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-25T03:18:10.049Z] #57 15.54 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-02-25T03:18:10.160Z] #48 31.92 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-02-25T03:18:10.160Z] #48 31.92 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-02-25T03:18:10.160Z] #48 32.00 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-02-25T03:18:10.160Z] #48 32.01 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-02-25T03:18:10.160Z] #48 32.01 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-02-25T03:18:10.160Z] #48 32.01 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-02-25T03:18:10.251Z] #42 49.41 Selecting previously unselected package python-pkg-resources. [2021-02-25T03:18:10.251Z] #42 49.41 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-02-25T03:18:10.251Z] #42 49.42 Unpacking python-pkg-resources (40.8.0-1) ... [2021-02-25T03:18:10.557Z] #42 49.76 Selecting previously unselected package python-six. [2021-02-25T03:18:10.557Z] #42 49.79 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-02-25T03:18:10.557Z] #42 49.80 Unpacking python-six (1.12.0-1) ... [2021-02-25T03:18:10.668Z] #48 ... [2021-02-25T03:18:10.668Z] [2021-02-25T03:18:10.668Z] #41 [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-02-25T03:18:10.668Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-02-25T03:18:10.668Z] #41 19.88 Reading package lists... [2021-02-25T03:18:10.668Z] #41 26.82 Reading package lists... [2021-02-25T03:18:10.668Z] #41 33.19 Building dependency tree... [2021-02-25T03:18:10.668Z] #41 35.04 The following additional packages will be installed: [2021-02-25T03:18:10.668Z] #41 35.04 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-02-25T03:18:10.668Z] #41 35.04 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-02-25T03:18:10.668Z] #41 35.05 Suggested packages: [2021-02-25T03:18:10.668Z] #41 35.05 manpages-dev python-setuptools [2021-02-25T03:18:10.668Z] #41 36.02 The following NEW packages will be installed: [2021-02-25T03:18:10.668Z] #41 36.02 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-02-25T03:18:10.668Z] #41 36.02 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-02-25T03:18:10.668Z] #41 36.02 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-02-25T03:18:10.668Z] #41 36.03 python-six zlib1g-dev [2021-02-25T03:18:10.668Z] #41 36.40 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded. [2021-02-25T03:18:10.668Z] #41 36.40 Need to get 3798 kB of archives. [2021-02-25T03:18:10.668Z] #41 36.40 After this operation, 21.6 MB of additional disk space will be used. [2021-02-25T03:18:10.668Z] #41 36.40 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libcap-dev arm64 1:2.25-2 [30.4 kB] [2021-02-25T03:18:10.668Z] #41 36.43 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2021-02-25T03:18:10.668Z] #41 ... [2021-02-25T03:18:10.668Z] [2021-02-25T03:18:10.668Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-25T03:18:10.668Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-02-25T03:18:10.668Z] #12 20.65 Reading package lists... [2021-02-25T03:18:10.668Z] #12 27.05 Reading package lists... [2021-02-25T03:18:10.668Z] #12 33.48 Building dependency tree... [2021-02-25T03:18:10.668Z] #12 36.20 The following additional packages will be installed: [2021-02-25T03:18:10.668Z] #12 36.20 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-02-25T03:18:10.668Z] #12 36.20 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-02-25T03:18:10.668Z] #12 36.20 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-02-25T03:18:10.668Z] #12 36.20 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2021-02-25T03:18:10.668Z] #12 36.20 mingw-w64-x86-64-dev [2021-02-25T03:18:10.668Z] #12 36.21 Suggested packages: [2021-02-25T03:18:10.668Z] #12 36.21 gcc-8-locales seccomp wine64 [2021-02-25T03:18:10.668Z] #12 ... [2021-02-25T03:18:10.668Z] [2021-02-25T03:18:10.668Z] #41 [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-02-25T03:18:10.668Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-02-25T03:18:10.668Z] #41 36.53 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1-dev arm64 1.1.6+dfsg-3.1 [117 kB] [2021-02-25T03:18:10.860Z] #42 49.98 Selecting previously unselected package python-protobuf. [2021-02-25T03:18:10.860Z] #42 50.01 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_ppc64el.deb ... [2021-02-25T03:18:10.860Z] #42 50.02 Unpacking python-protobuf (3.6.1.3-2) ... [2021-02-25T03:18:11.063Z] #41 36.57 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2021-02-25T03:18:11.063Z] #41 36.59 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-dev arm64 3.4.0-1 [98.2 kB] [2021-02-25T03:18:11.063Z] #41 36.85 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2021-02-25T03:18:11.063Z] #41 36.85 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-02-25T03:18:11.063Z] #41 36.85 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-1 [210 kB] [2021-02-25T03:18:11.063Z] #41 36.86 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf17 arm64 3.6.1.3-2 [714 kB] [2021-02-25T03:18:11.063Z] #41 37.03 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-lite17 arm64 3.6.1.3-2 [150 kB] [2021-02-25T03:18:11.329Z] #41 37.10 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-dev arm64 3.6.1.3-2 [1061 kB] [2021-02-25T03:18:11.329Z] #41 37.42 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotoc17 arm64 3.6.1.3-2 [586 kB] [2021-02-25T03:18:11.464Z] #57 18.96 go: downloading github.com/pkg/errors v0.9.1 [2021-02-25T03:18:11.464Z] #57 18.98 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-02-25T03:18:11.464Z] #57 18.98 go: downloading github.com/sirupsen/logrus v1.7.0 [2021-02-25T03:18:11.464Z] #57 19.20 go: downloading github.com/moby/sys/mountinfo v0.4.0 [2021-02-25T03:18:11.464Z] #57 19.21 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-02-25T03:18:11.464Z] #57 19.24 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-02-25T03:18:11.464Z] #57 19.24 go: downloading github.com/gofrs/flock v0.8.0 [2021-02-25T03:18:11.464Z] #57 19.34 go: extracting github.com/pkg/errors v0.9.1 [2021-02-25T03:18:11.597Z] #41 37.48 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-02-25T03:18:11.597Z] #41 37.52 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-compiler arm64 3.6.1.3-2 [64.7 kB] [2021-02-25T03:18:11.597Z] #41 37.53 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-02-25T03:18:11.597Z] #41 37.54 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-six all 1.12.0-1 [15.7 kB] [2021-02-25T03:18:11.597Z] #41 37.56 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-protobuf arm64 3.6.1.3-2 [328 kB] [2021-02-25T03:18:11.597Z] #41 ... [2021-02-25T03:18:11.597Z] [2021-02-25T03:18:11.597Z] #54 [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-02-25T03:18:11.597Z] #54 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-02-25T03:18:11.597Z] #54 20.60 Reading package lists... [2021-02-25T03:18:11.597Z] #54 27.97 Reading package lists... [2021-02-25T03:18:11.597Z] #54 34.07 Building dependency tree... [2021-02-25T03:18:11.597Z] #54 36.48 The following additional packages will be installed: [2021-02-25T03:18:11.597Z] #54 36.49 libbtrfs0 [2021-02-25T03:18:11.597Z] #54 36.59 The following NEW packages will be installed: [2021-02-25T03:18:11.597Z] #54 36.60 libbtrfs-dev libbtrfs0 [2021-02-25T03:18:11.597Z] #54 37.28 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded. [2021-02-25T03:18:11.597Z] #54 37.28 Need to get 119 kB of archives. [2021-02-25T03:18:11.597Z] #54 37.28 After this operation, 387 kB of additional disk space will be used. [2021-02-25T03:18:11.597Z] #54 37.28 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2021-02-25T03:18:11.597Z] #54 37.31 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2021-02-25T03:18:11.733Z] #57 19.42 go: downloading github.com/moby/vpnkit v0.4.0 [2021-02-25T03:18:11.733Z] #57 19.57 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-02-25T03:18:11.820Z] #42 50.81 Setting up python-pkg-resources (40.8.0-1) ... [2021-02-25T03:18:11.863Z] #54 ... [2021-02-25T03:18:11.863Z] [2021-02-25T03:18:11.863Z] #28 [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-02-25T03:18:11.863Z] #28 sha256:a9cd8532da88f122b4ef88caecc9e63a54333a9550323c637268347c03ac102c [2021-02-25T03:18:11.863Z] #28 27.02 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-02-25T03:18:11.863Z] #28 27.55 [2021-02-25T03:18:11.863Z] #28 27.86 # 2.0% ######################################################################## 100.0% [2021-02-25T03:18:11.863Z] #28 28.08 [2021-02-25T03:18:11.863Z] #28 29.49 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-02-25T03:18:11.863Z] #28 30.13 [2021-02-25T03:18:11.863Z] #28 30.41 0.7% #################################################################### 94.8% ######################################################################## 100.0% [2021-02-25T03:18:11.863Z] #28 30.66 [2021-02-25T03:18:11.863Z] #28 32.18 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-02-25T03:18:11.863Z] #28 32.57 [2021-02-25T03:18:12.013Z] #57 19.62 go: extracting github.com/moby/sys/mountinfo v0.4.0 [2021-02-25T03:18:12.013Z] #57 19.64 go: extracting github.com/sirupsen/logrus v1.7.0 [2021-02-25T03:18:12.596Z] #57 20.41 go: extracting github.com/gofrs/flock v0.8.0 [2021-02-25T03:18:12.685Z] #48 34.13 go: extracting github.com/gogo/protobuf v1.2.1 [2021-02-25T03:18:12.685Z] #48 ... [2021-02-25T03:18:12.685Z] [2021-02-25T03:18:12.685Z] #57 [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-02-25T03:18:12.685Z] #57 sha256:527213be96c710e2667c1aab01a316fbfabc6844aebb6fb934ed7cdce9b7042a [2021-02-25T03:18:12.685Z] #57 24.15 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-02-25T03:18:12.685Z] #57 24.43 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-02-25T03:18:12.685Z] #57 25.01 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-02-25T03:18:12.685Z] #57 25.68 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-02-25T03:18:12.685Z] #57 28.49 go: finding github.com/pkg/errors v0.9.1 [2021-02-25T03:18:12.685Z] #57 28.58 go: finding github.com/sirupsen/logrus v1.7.0 [2021-02-25T03:18:12.685Z] #57 28.62 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-02-25T03:18:12.685Z] #57 29.21 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-02-25T03:18:12.685Z] #57 29.21 go: finding github.com/google/uuid v1.2.0 [2021-02-25T03:18:12.685Z] #57 29.21 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-02-25T03:18:12.685Z] #57 29.21 go: finding github.com/gofrs/flock v0.8.0 [2021-02-25T03:18:12.685Z] #57 29.21 go: finding github.com/moby/vpnkit v0.4.0 [2021-02-25T03:18:12.685Z] #57 29.36 go: finding github.com/gorilla/mux v1.8.0 [2021-02-25T03:18:12.685Z] #57 29.40 go: finding github.com/moby/sys/mountinfo v0.4.0 [2021-02-25T03:18:12.685Z] #57 29.47 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-02-25T03:18:12.685Z] #57 29.47 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-02-25T03:18:12.685Z] #57 29.59 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-02-25T03:18:12.685Z] #57 29.75 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-02-25T03:18:12.685Z] #57 30.21 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-02-25T03:18:12.685Z] #57 ... [2021-02-25T03:18:12.685Z] [2021-02-25T03:18:12.685Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-25T03:18:12.685Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-25T03:18:12.685Z] #12 24.44 Fetched 8422 kB in 18s (479 kB/s) [2021-02-25T03:18:12.685Z] #12 24.44 Reading package lists... [2021-02-25T03:18:12.859Z] #57 20.67 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-02-25T03:18:12.859Z] #57 ... [2021-02-25T03:18:12.859Z] [2021-02-25T03:18:12.859Z] #41 [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-02-25T03:18:12.859Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-25T03:18:12.859Z] #41 10.62 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-25T03:18:12.859Z] #41 13.59 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-25T03:18:12.859Z] #41 18.16 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-25T03:18:12.943Z] #12 31.65 Reading package lists... [2021-02-25T03:18:12.943Z] #12 ... [2021-02-25T03:18:12.943Z] [2021-02-25T03:18:12.943Z] #44 [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-02-25T03:18:12.943Z] #44 sha256:9c1c894d71924ba5495f24b060df116fd97fd016d241f3cd58c535b197cc6e71 [2021-02-25T03:18:12.943Z] #44 24.45 vendor/golang.org/x/crypto/internal/subtle [2021-02-25T03:18:12.943Z] #44 24.56 vendor/golang.org/x/crypto/curve25519 [2021-02-25T03:18:12.943Z] #44 ... [2021-02-25T03:18:12.943Z] [2021-02-25T03:18:12.943Z] #54 [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-02-25T03:18:12.943Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-25T03:18:12.943Z] #54 25.31 Fetched 8422 kB in 18s (479 kB/s) [2021-02-25T03:18:12.943Z] #54 25.31 Reading package lists... [2021-02-25T03:18:13.122Z] #41 ... [2021-02-25T03:18:13.122Z] [2021-02-25T03:18:13.122Z] #50 [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-02-25T03:18:13.122Z] #50 sha256:74fe370ecb48af1452fef620fd0ae127180873eea6b4bac5594529be0fc81069 [2021-02-25T03:18:13.122Z] #50 20.49 + cd /tmp/tmp.bMMRb8ugJy/src/github.com/mvdan/sh [2021-02-25T03:18:13.122Z] #50 20.49 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-25T03:18:13.122Z] #50 20.66 + GO111MODULE=on [2021-02-25T03:18:13.122Z] #50 20.66 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-02-25T03:18:13.200Z] #54 32.73 Reading package lists... [2021-02-25T03:18:13.200Z] #54 ... [2021-02-25T03:18:13.200Z] [2021-02-25T03:18:13.200Z] #35 [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-02-25T03:18:13.200Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-25T03:18:13.200Z] #35 24.84 Fetched 8422 kB in 18s (459 kB/s) [2021-02-25T03:18:13.200Z] #35 24.84 Reading package lists... [2021-02-25T03:18:13.200Z] #35 32.16 Reading package lists... [2021-02-25T03:18:13.200Z] #35 ... [2021-02-25T03:18:13.200Z] [2021-02-25T03:18:13.200Z] #41 [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-02-25T03:18:13.200Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-25T03:18:13.200Z] #41 25.18 Fetched 8422 kB in 19s (454 kB/s) [2021-02-25T03:18:13.200Z] #41 25.18 Reading package lists... [2021-02-25T03:18:13.375Z] #42 ... [2021-02-25T03:18:13.375Z] [2021-02-25T03:18:13.375Z] #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-02-25T03:18:13.375Z] #56 sha256:957f55197544fe24b4e008cdf9ae984a1d2c325a5ea2c407fbbf08ed3bd722f3 [2021-02-25T03:18:13.375Z] #56 0.403 + RM_GOPATH=0 [2021-02-25T03:18:13.375Z] #56 0.404 + TMP_GOPATH= [2021-02-25T03:18:13.375Z] #56 0.404 + : /build [2021-02-25T03:18:13.375Z] #56 0.404 + '[' -z '' ']' [2021-02-25T03:18:13.375Z] #56 0.405 ++ mktemp -d [2021-02-25T03:18:13.375Z] #56 0.409 + export GOPATH=/tmp/tmp.uUTecudAwU [2021-02-25T03:18:13.376Z] #56 0.415 + GOPATH=/tmp/tmp.uUTecudAwU [2021-02-25T03:18:13.376Z] #56 0.420 + RM_GOPATH=1 [2021-02-25T03:18:13.376Z] #56 0.421 + case "$(go env GOARCH)" in [2021-02-25T03:18:13.376Z] #56 0.424 ++ go env GOARCH [2021-02-25T03:18:13.376Z] #56 0.444 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:18:13.376Z] #56 0.444 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:18:13.376Z] #56 0.458 ++ dirname /tmp/install/install.sh [2021-02-25T03:18:13.376Z] #56 0.480 + dir=/tmp/install [2021-02-25T03:18:13.376Z] #56 0.480 + bin=containerd [2021-02-25T03:18:13.376Z] #56 0.480 + shift [2021-02-25T03:18:13.376Z] #56 0.480 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-02-25T03:18:13.376Z] #56 0.481 + . /tmp/install/containerd.installer [2021-02-25T03:18:13.376Z] #56 0.483 ++ set -e [2021-02-25T03:18:13.376Z] #56 0.489 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-25T03:18:13.376Z] #56 0.492 + install_containerd [2021-02-25T03:18:13.376Z] #56 0.494 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b' [2021-02-25T03:18:13.376Z] #56 0.495 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-25T03:18:13.376Z] #56 0.495 + git clone https://github.com/containerd/containerd.git /tmp/tmp.uUTecudAwU/src/github.com/containerd/containerd [2021-02-25T03:18:13.376Z] #56 0.516 Cloning into '/tmp/tmp.uUTecudAwU/src/github.com/containerd/containerd'... [2021-02-25T03:18:13.376Z] #56 ... [2021-02-25T03:18:13.376Z] [2021-02-25T03:18:13.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-02-25T03:18:13.376Z] #49 sha256:622b10339dbd1592d0d8068c69e6662c13890861224891c9d74c6dc75865c0d7 [2021-02-25T03:18:13.376Z] #49 49.40 go: finding github.com/fatih/color v1.7.0 [2021-02-25T03:18:13.376Z] #49 49.60 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-25T03:18:13.376Z] #49 49.61 go: finding github.com/mattn/go-colorable v0.1.4 [2021-02-25T03:18:13.376Z] #49 49.65 go: finding github.com/mattn/go-isatty v0.0.8 [2021-02-25T03:18:13.376Z] #49 49.84 go: finding github.com/pkg/errors v0.8.1 [2021-02-25T03:18:13.376Z] #49 49.92 go: finding github.com/go-critic/go-critic v0.4.1 [2021-02-25T03:18:13.376Z] #49 49.93 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-02-25T03:18:13.376Z] #49 49.96 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-25T03:18:13.376Z] #49 50.04 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-02-25T03:18:13.376Z] #49 50.10 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-25T03:18:13.376Z] #49 50.12 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-02-25T03:18:13.376Z] #49 50.15 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-02-25T03:18:13.376Z] #49 50.20 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-02-25T03:18:13.376Z] #49 50.27 go: finding github.com/sirupsen/logrus v1.4.2 [2021-02-25T03:18:13.376Z] #49 50.34 go: finding github.com/spf13/viper v1.6.1 [2021-02-25T03:18:13.376Z] #49 50.41 go: finding github.com/stretchr/testify v1.4.0 [2021-02-25T03:18:13.376Z] #49 50.43 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-02-25T03:18:13.376Z] #49 50.44 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-02-25T03:18:13.376Z] #49 50.56 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-02-25T03:18:13.376Z] #49 50.64 go: finding github.com/davecgh/go-spew v1.1.1 [2021-02-25T03:18:13.376Z] #49 50.71 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-25T03:18:13.376Z] #49 50.74 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-25T03:18:13.376Z] #49 50.75 go: finding github.com/spf13/cobra v0.0.5 [2021-02-25T03:18:13.376Z] #49 50.76 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-02-25T03:18:13.376Z] #49 50.82 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-02-25T03:18:13.376Z] #49 50.83 go: finding github.com/spf13/pflag v1.0.5 [2021-02-25T03:18:13.376Z] #49 50.83 go: finding github.com/gobwas/glob v0.2.3 [2021-02-25T03:18:13.376Z] #49 50.90 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-25T03:18:13.376Z] #49 50.91 go: finding github.com/stretchr/objx v0.2.0 [2021-02-25T03:18:13.376Z] #49 50.91 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-02-25T03:18:13.376Z] #49 50.95 go: finding github.com/hashicorp/hcl v1.0.0 [2021-02-25T03:18:13.376Z] #49 51.00 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-25T03:18:13.376Z] #49 51.05 go: finding github.com/magiconair/properties v1.8.1 [2021-02-25T03:18:13.376Z] #49 51.07 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-25T03:18:13.376Z] #49 51.07 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-02-25T03:18:13.376Z] #49 51.08 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-02-25T03:18:13.376Z] #49 51.15 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-25T03:18:13.376Z] #49 51.15 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-25T03:18:13.376Z] #49 51.16 go: finding github.com/pelletier/go-toml v1.2.0 [2021-02-25T03:18:13.376Z] #49 51.18 go: finding github.com/spf13/afero v1.1.2 [2021-02-25T03:18:13.376Z] #49 51.24 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-25T03:18:13.376Z] #49 51.27 go: finding github.com/spf13/cast v1.3.0 [2021-02-25T03:18:13.376Z] #49 51.31 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-25T03:18:13.376Z] #49 51.32 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-02-25T03:18:13.376Z] #49 51.48 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-25T03:18:13.376Z] #49 51.58 go: finding github.com/subosito/gotenv v1.2.0 [2021-02-25T03:18:13.376Z] #49 51.61 go: finding gopkg.in/ini.v1 v1.51.0 [2021-02-25T03:18:13.376Z] #49 51.73 go: finding golang.org/x/text v0.3.2 [2021-02-25T03:18:13.376Z] #49 51.83 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-25T03:18:13.376Z] #49 51.84 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-25T03:18:13.376Z] #49 51.86 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-25T03:18:13.376Z] #49 51.95 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-25T03:18:13.376Z] #49 51.96 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-25T03:18:13.376Z] #49 51.99 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-25T03:18:13.376Z] #49 52.06 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-25T03:18:13.376Z] #49 52.06 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-25T03:18:13.376Z] #49 52.14 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-25T03:18:13.376Z] #49 52.17 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-25T03:18:13.376Z] #49 52.20 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-02-25T03:18:13.376Z] #49 52.32 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-25T03:18:13.376Z] #49 52.32 go: finding github.com/kisielk/gotool v1.0.0 [2021-02-25T03:18:13.376Z] #49 52.35 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-25T03:18:13.376Z] #49 52.41 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-25T03:18:13.376Z] #49 52.42 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-25T03:18:13.376Z] #49 52.45 go: finding github.com/ultraware/funlen v0.0.2 [2021-02-25T03:18:13.376Z] #49 52.50 go: finding github.com/ultraware/whitespace v0.0.4 [2021-02-25T03:18:13.376Z] #49 52.53 go: finding github.com/uudashr/gocognit v1.0.1 [2021-02-25T03:18:13.376Z] #49 52.65 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-25T03:18:13.386Z] #50 ... [2021-02-25T03:18:13.386Z] [2021-02-25T03:18:13.386Z] #33 [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-02-25T03:18:13.386Z] #33 sha256:3ed3e0012c80842227df2f67af03e7325c2705c4a8587c28958361bfd8022846 [2021-02-25T03:18:13.386Z] #33 11.16 runtime [2021-02-25T03:18:13.386Z] #33 11.29 math [2021-02-25T03:18:13.386Z] #33 19.44 internal/testlog [2021-02-25T03:18:13.386Z] #33 20.44 encoding [2021-02-25T03:18:13.386Z] #33 20.65 runtime/cgo [2021-02-25T03:18:13.386Z] #33 ... [2021-02-25T03:18:13.386Z] [2021-02-25T03:18:13.386Z] #48 [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-02-25T03:18:13.386Z] #48 sha256:2112b7d1a4d8db87cfdd0f85111933d0835a2755ce63403221e969558ed4b3cf [2021-02-25T03:18:13.386Z] #48 21.32 go: downloading github.com/fatih/color v1.7.0 [2021-02-25T03:18:13.624Z] #28 32.81 #=#=# ## 3.3% ##### 7.1% ####### 10.4% ########### 15.6% ############ 16.9% ############### 21.4% ################# 24.2% ################# 24.7% ##################### 29.5% ####################### 33.1% ######################### 36.0% ########################### 37.8% ############################## 42.4% ################################ 45.5% ################################## 47.8% ##################################### 51.7% ####################################### 55.0% ######################################### 57.9% ############################################# 62.7% ################################################ 67.9% ################################################ 67.9% #################################################### 73.2% ######################################################## 78.1% ########################################################## 81.8% ############################################################ 84.6% ################################################################ 89.1% ################################################################# 91.4% [2021-02-25T03:18:13.624Z] #28 ... [2021-02-25T03:18:13.624Z] [2021-02-25T03:18:13.624Z] #54 [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-02-25T03:18:13.624Z] #54 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-02-25T03:18:13.624Z] #54 39.68 debconf: delaying package configuration, since apt-utils is not installed [2021-02-25T03:18:13.650Z] #48 21.38 go: downloading github.com/pkg/errors v0.8.1 [2021-02-25T03:18:13.650Z] #48 21.39 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-25T03:18:13.650Z] #48 21.45 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-25T03:18:13.650Z] #48 21.57 go: downloading github.com/spf13/viper v1.6.1 [2021-02-25T03:18:13.678Z] #49 52.87 go: finding github.com/gogo/protobuf v1.2.1 [2021-02-25T03:18:13.914Z] #48 21.58 go: extracting github.com/fatih/color v1.7.0 [2021-02-25T03:18:13.914Z] #48 21.59 go: downloading github.com/stretchr/testify v1.4.0 [2021-02-25T03:18:13.914Z] #48 21.60 go: extracting github.com/pkg/errors v0.8.1 [2021-02-25T03:18:13.914Z] #48 21.62 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-02-25T03:18:13.914Z] #48 21.65 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-25T03:18:13.914Z] #48 21.69 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-25T03:18:13.914Z] #48 21.85 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-02-25T03:18:13.949Z] #20 18.33 Building wheels for collected packages: pyyaml [2021-02-25T03:18:13.949Z] #20 18.36 Running setup.py bdist_wheel for pyyaml: started [2021-02-25T03:18:13.980Z] #49 53.02 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-25T03:18:13.980Z] #49 53.14 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-25T03:18:13.980Z] #49 53.14 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-25T03:18:13.980Z] #49 53.24 go: finding github.com/BurntSushi/toml v0.3.1 [2021-02-25T03:18:14.178Z] #48 21.85 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-25T03:18:14.178Z] #48 21.93 go: extracting github.com/spf13/viper v1.6.1 [2021-02-25T03:18:14.178Z] #48 21.96 go: extracting github.com/stretchr/testify v1.4.0 [2021-02-25T03:18:14.281Z] #49 53.27 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-25T03:18:14.440Z] #48 22.16 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-02-25T03:18:14.440Z] #48 22.23 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-25T03:18:14.722Z] #48 22.40 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-25T03:18:14.722Z] #48 22.49 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-25T03:18:14.987Z] #48 22.74 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-25T03:18:14.987Z] #48 ... [2021-02-25T03:18:14.987Z] [2021-02-25T03:18:14.987Z] #46 [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-02-25T03:18:14.987Z] #46 sha256:8ca5b73b4f4608b7ea4a1d78eca18baafc341a3b444cd9284a17d85b0f2298f1 [2021-02-25T03:18:14.987Z] #46 12.73 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-25T03:18:14.987Z] #46 14.71 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-25T03:18:14.987Z] #46 16.60 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-25T03:18:14.987Z] #46 22.82 go: finding github.com/fatih/color v1.9.0 [2021-02-25T03:18:14.987Z] #46 22.82 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-25T03:18:14.987Z] #46 22.86 go: finding github.com/pkg/errors v0.9.1 [2021-02-25T03:18:14.987Z] #46 ... [2021-02-25T03:18:14.987Z] [2021-02-25T03:18:14.987Z] #50 [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-02-25T03:18:14.987Z] #50 sha256:74fe370ecb48af1452fef620fd0ae127180873eea6b4bac5594529be0fc81069 [2021-02-25T03:18:14.987Z] #50 21.95 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-25T03:18:14.987Z] #50 21.95 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-25T03:18:14.987Z] #50 21.95 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-25T03:18:14.987Z] #50 22.29 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-25T03:18:14.987Z] #50 22.41 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-25T03:18:15.106Z] #54 40.85 Fetched 119 kB in 0s (261 kB/s) [2021-02-25T03:18:15.465Z] #20 19.61 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2021-02-25T03:18:15.465Z] #20 19.61 Stored in directory: /root/.cache/pip/wheels/2a/d4/92/cf299bdf4162957ca8126b46e913e29f76a4f17ca762c45028 [2021-02-25T03:18:15.465Z] #20 19.82 Successfully built pyyaml [2021-02-25T03:18:15.465Z] #20 19.88 Installing collected packages: pathspec, pyyaml, yamllint [2021-02-25T03:18:15.560Z] #50 ... [2021-02-25T03:18:15.560Z] [2021-02-25T03:18:15.560Z] #54 [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-02-25T03:18:15.560Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-25T03:18:15.560Z] #54 13.26 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-25T03:18:15.560Z] #54 17.88 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-25T03:18:15.727Z] #41 32.37 Reading package lists... [2021-02-25T03:18:15.727Z] #41 ... [2021-02-25T03:18:15.727Z] [2021-02-25T03:18:15.727Z] #44 [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-02-25T03:18:15.727Z] #44 sha256:9c1c894d71924ba5495f24b060df116fd97fd016d241f3cd58c535b197cc6e71 [2021-02-25T03:18:15.727Z] #44 36.97 internal/reflectlite [2021-02-25T03:18:15.727Z] #44 36.99 sync [2021-02-25T03:18:15.756Z] #20 20.19 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-02-25T03:18:15.822Z] #54 ... [2021-02-25T03:18:15.822Z] [2021-02-25T03:18:15.822Z] #48 [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-02-25T03:18:15.822Z] #48 sha256:2112b7d1a4d8db87cfdd0f85111933d0835a2755ce63403221e969558ed4b3cf [2021-02-25T03:18:15.822Z] #48 23.01 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-25T03:18:15.822Z] #48 23.06 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-02-25T03:18:15.822Z] #48 23.20 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-25T03:18:16.084Z] #48 23.72 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-02-25T03:18:16.084Z] #48 ... [2021-02-25T03:18:16.084Z] [2021-02-25T03:18:16.084Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-25T03:18:16.084Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-25T03:18:16.084Z] #12 13.76 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-25T03:18:16.084Z] #12 17.52 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-25T03:18:16.084Z] #12 ... [2021-02-25T03:18:16.084Z] [2021-02-25T03:18:16.084Z] #46 [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-02-25T03:18:16.084Z] #46 sha256:8ca5b73b4f4608b7ea4a1d78eca18baafc341a3b444cd9284a17d85b0f2298f1 [2021-02-25T03:18:16.084Z] #46 22.97 go: finding github.com/spf13/pflag v1.0.3 [2021-02-25T03:18:16.084Z] #46 23.23 go: finding github.com/mattn/go-colorable v0.1.6 [2021-02-25T03:18:16.084Z] #46 23.25 go: finding github.com/mattn/go-isatty v0.0.12 [2021-02-25T03:18:16.084Z] #46 23.77 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-25T03:18:16.084Z] #46 23.89 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-02-25T03:18:16.158Z] #54 ... [2021-02-25T03:18:16.158Z] [2021-02-25T03:18:16.158Z] #35 [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-02-25T03:18:16.158Z] #35 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-02-25T03:18:16.158Z] #35 25.61 Reading package lists... [2021-02-25T03:18:16.158Z] #35 32.29 Building dependency tree... [2021-02-25T03:18:16.158Z] #35 34.60 The following additional packages will be installed: [2021-02-25T03:18:16.158Z] #35 34.62 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-02-25T03:18:16.158Z] #35 34.62 Suggested packages: [2021-02-25T03:18:16.158Z] #35 34.63 cmake-doc ninja-build lrzip [2021-02-25T03:18:16.158Z] #35 34.63 Recommended packages: [2021-02-25T03:18:16.158Z] #35 34.63 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-02-25T03:18:16.158Z] #35 35.40 The following NEW packages will be installed: [2021-02-25T03:18:16.158Z] #35 35.41 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-02-25T03:18:16.158Z] #35 35.41 vim-common xxd [2021-02-25T03:18:16.158Z] #35 35.83 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded. [2021-02-25T03:18:16.158Z] #35 35.83 Need to get 14.2 MB of archives. [2021-02-25T03:18:16.158Z] #35 35.83 After this operation, 60.0 MB of additional disk space will be used. [2021-02-25T03:18:16.158Z] #35 35.83 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2021-02-25T03:18:16.158Z] #35 35.84 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2021-02-25T03:18:16.158Z] #35 35.84 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB] [2021-02-25T03:18:16.158Z] #35 36.01 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2021-02-25T03:18:16.158Z] #35 37.03 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libxml2 arm64 2.9.4+dfsg1-7+deb10u1 [625 kB] [2021-02-25T03:18:16.158Z] #35 37.30 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB] [2021-02-25T03:18:16.158Z] #35 37.36 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB] [2021-02-25T03:18:16.158Z] #35 37.38 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB] [2021-02-25T03:18:16.158Z] #35 37.42 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1 [105 kB] [2021-02-25T03:18:16.158Z] #35 37.45 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB] [2021-02-25T03:18:16.158Z] #35 39.67 debconf: delaying package configuration, since apt-utils is not installed [2021-02-25T03:18:16.158Z] #35 40.85 Fetched 14.2 MB in 2s (6548 kB/s) [2021-02-25T03:18:16.158Z] #35 42.13 Selecting previously unselected package xxd. [2021-02-25T03:18:16.158Z] #35 42.13 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% [2021-02-25T03:18:16.158Z] #35 ... [2021-02-25T03:18:16.158Z] [2021-02-25T03:18:16.158Z] #28 [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-02-25T03:18:16.158Z] #28 sha256:a9cd8532da88f122b4ef88caecc9e63a54333a9550323c637268347c03ac102c [2021-02-25T03:18:16.158Z] #28 32.81 #=#=# ## 3.3% ##### 7.1% ####### 10.4% ########### 15.6% ############ 16.9% ############### 21.4% ################# 24.2% ################# 24.7% ##################### 29.5% ####################### 33.1% ######################### 36.0% ########################### 37.8% ############################## 42.4% ################################ 45.5% ################################## 47.8% ##################################### 51.7% ####################################### 55.0% ######################################### 57.9% ############################################# 62.7% ################################################ 67.9% ################################################ 67.9% #################################################### 73.2% ######################################################## 78.1% ########################################################## 81.8% ############################################################ 84.6% ################################################################ 89.1% ################################################################# 91.4% ##################################################################### 96.1% ######################################################################## 100.0% [2021-02-25T03:18:16.158Z] #28 36.63 [2021-02-25T03:18:16.158Z] #28 37.56 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-02-25T03:18:16.158Z] #28 38.00 [2021-02-25T03:18:16.158Z] #28 38.24 ######################################################################## 100.0% [2021-02-25T03:18:16.158Z] #28 38.33 [2021-02-25T03:18:16.346Z] #46 24.12 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-25T03:18:16.393Z] #20 DONE 20.8s [2021-02-25T03:18:16.393Z] [2021-02-25T03:18:16.393Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2021-02-25T03:18:16.403Z] #49 ... [2021-02-25T03:18:16.403Z] [2021-02-25T03:18:16.403Z] #13 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-25T03:18:16.403Z] #13 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-02-25T03:18:16.403Z] #13 45.50 Get:12 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-02-25T03:18:16.403Z] #13 47.59 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor1 ppc64el 2.13.2-10 [98.2 kB] [2021-02-25T03:18:16.403Z] #13 47.60 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor-dev ppc64el 2.13.2-10 [141 kB] [2021-02-25T03:18:16.403Z] #13 47.62 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2021-02-25T03:18:16.403Z] #13 47.63 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2021-02-25T03:18:16.403Z] #13 47.63 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-event1.02.1 ppc64el 2:1.02.155-3 [22.3 kB] [2021-02-25T03:18:16.403Z] #13 47.64 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev-dev ppc64el 241-7~deb10u6 [110 kB] [2021-02-25T03:18:16.403Z] #13 47.66 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsepol1-dev ppc64el 2.8-1 [337 kB] [2021-02-25T03:18:16.403Z] #13 47.68 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre16-3 ppc64el 2:8.39-12 [252 kB] [2021-02-25T03:18:16.403Z] #13 47.71 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre32-3 ppc64el 2:8.39-12 [246 kB] [2021-02-25T03:18:16.403Z] #13 47.74 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-12 [153 kB] [2021-02-25T03:18:16.403Z] #13 47.75 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre3-dev ppc64el 2:8.39-12 [622 kB] [2021-02-25T03:18:16.403Z] #13 47.81 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libselinux1-dev ppc64el 2.8-1+b1 [177 kB] [2021-02-25T03:18:16.403Z] #13 47.83 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-dev ppc64el 2:1.02.155-3 [51.5 kB] [2021-02-25T03:18:16.403Z] #13 47.84 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libseccomp-dev ppc64el 2.3.3-4 [68.3 kB] [2021-02-25T03:18:16.403Z] #13 47.85 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd-dev ppc64el 241-7~deb10u6 [322 kB] [2021-02-25T03:18:16.403Z] #13 48.92 debconf: delaying package configuration, since apt-utils is not installed [2021-02-25T03:18:16.403Z] #13 49.22 Fetched 79.4 MB in 7s (10.9 MB/s) [2021-02-25T03:18:16.403Z] #13 49.41 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2021-02-25T03:18:16.403Z] #13 49.52 Preparing to unpack .../libsystemd0_241-7~deb10u6_ppc64el.deb ... [2021-02-25T03:18:16.403Z] #13 49.54 Unpacking libsystemd0:ppc64el (241-7~deb10u6) over (241-7~deb10u4) ... [2021-02-25T03:18:16.403Z] #13 50.06 Setting up libsystemd0:ppc64el (241-7~deb10u6) ... [2021-02-25T03:18:16.404Z] #13 50.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 ... 15339 files and directories currently installed.) [2021-02-25T03:18:16.404Z] #13 50.32 Preparing to unpack .../libudev1_241-7~deb10u6_ppc64el.deb ... [2021-02-25T03:18:16.404Z] #13 50.35 Unpacking libudev1:ppc64el (241-7~deb10u6) over (241-7~deb10u4) ... [2021-02-25T03:18:16.404Z] #13 50.83 Setting up libudev1:ppc64el (241-7~deb10u6) ... [2021-02-25T03:18:16.404Z] #13 51.06 Selecting previously unselected package binutils-mingw-w64-i686. [2021-02-25T03:18:16.404Z] #13 51.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 ... 15339 files and directories currently installed.) [2021-02-25T03:18:16.404Z] #13 51.19 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_ppc64el.deb ... [2021-02-25T03:18:16.404Z] #13 51.20 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-25T03:18:16.404Z] #13 53.98 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-02-25T03:18:16.404Z] #13 53.99 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_ppc64el.deb ... [2021-02-25T03:18:16.404Z] #13 54.00 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-25T03:18:16.608Z] #46 24.26 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-25T03:18:16.608Z] #46 24.27 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-25T03:18:16.686Z] #23 DONE 0.2s [2021-02-25T03:18:16.686Z] [2021-02-25T03:18:16.686Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-25T03:18:16.686Z] #41 121.0 CC criu/sk-queue.o [2021-02-25T03:18:16.686Z] #41 121.4 CC criu/sk-tcp.o [2021-02-25T03:18:16.686Z] #41 122.0 CC criu/sk-unix.o [2021-02-25T03:18:16.686Z] #41 124.0 CC criu/sockets.o [2021-02-25T03:18:16.686Z] #41 124.7 CC criu/stats.o [2021-02-25T03:18:16.686Z] #41 124.9 CC criu/string.o [2021-02-25T03:18:16.686Z] #41 125.1 CC criu/sysctl.o [2021-02-25T03:18:16.686Z] #41 125.7 CC criu/sysfs_parse.o [2021-02-25T03:18:16.686Z] #41 126.1 CC criu/timens.o [2021-02-25T03:18:16.686Z] #41 126.5 CC criu/timerfd.o [2021-02-25T03:18:16.686Z] #41 126.7 CC criu/tty.o [2021-02-25T03:18:16.686Z] #41 ... [2021-02-25T03:18:16.686Z] [2021-02-25T03:18:16.686Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2021-02-25T03:18:16.705Z] #13 ... [2021-02-25T03:18:16.705Z] [2021-02-25T03:18:16.705Z] #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-02-25T03:18:16.705Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-02-25T03:18:16.705Z] #42 55.74 Setting up libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2021-02-25T03:18:16.705Z] #42 55.75 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2021-02-25T03:18:16.705Z] #42 55.75 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2021-02-25T03:18:16.705Z] #42 55.76 Setting up libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2021-02-25T03:18:16.705Z] #42 55.76 Setting up python-six (1.12.0-1) ... [2021-02-25T03:18:17.099Z] #44 38.61 github.com/LK4D4/vndr/godl/singleflight [2021-02-25T03:18:17.185Z] #46 ... [2021-02-25T03:18:17.185Z] [2021-02-25T03:18:17.185Z] #35 [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-02-25T03:18:17.185Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-25T03:18:17.185Z] #35 14.91 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-25T03:18:17.185Z] #35 19.10 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-25T03:18:17.185Z] #35 ... [2021-02-25T03:18:17.185Z] [2021-02-25T03:18:17.185Z] #57 [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-02-25T03:18:17.185Z] #57 sha256:72ba1ac913344734c398b155bb395caa0906fbe5eb9c3c4f14f56b23059d13ad [2021-02-25T03:18:17.185Z] #57 21.73 go: downloading github.com/google/uuid v1.2.0 [2021-02-25T03:18:17.185Z] #57 21.76 go: downloading github.com/gorilla/mux v1.8.0 [2021-02-25T03:18:17.185Z] #57 22.09 go: extracting github.com/google/uuid v1.2.0 [2021-02-25T03:18:17.185Z] #57 22.33 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-02-25T03:18:17.185Z] #57 22.91 go: extracting github.com/gorilla/mux v1.8.0 [2021-02-25T03:18:17.185Z] #57 24.09 go: extracting github.com/moby/vpnkit v0.4.0 [2021-02-25T03:18:17.226Z] #28 39.24 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-02-25T03:18:17.356Z] #44 ... [2021-02-25T03:18:17.356Z] [2021-02-25T03:18:17.356Z] #63 [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-02-25T03:18:17.356Z] #63 sha256:8501f6e694640f897574c63f5ba89b5cc8cf2f7fa9c3a23096489e11e0c587a0 [2021-02-25T03:18:17.356Z] #63 DONE 39.0s [2021-02-25T03:18:17.356Z] [2021-02-25T03:18:17.356Z] #44 [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-02-25T03:18:17.356Z] #44 sha256:9c1c894d71924ba5495f24b060df116fd97fd016d241f3cd58c535b197cc6e71 [2021-02-25T03:18:17.356Z] #44 39.00 math/rand [2021-02-25T03:18:17.448Z] #57 25.13 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-02-25T03:18:17.448Z] #57 25.14 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-02-25T03:18:17.448Z] #57 25.15 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-02-25T03:18:17.491Z] #28 40.11 [2021-02-25T03:18:17.491Z] #28 40.26 ######################################################################## 100.0% [2021-02-25T03:18:17.729Z] #28 DONE 1.0s [2021-02-25T03:18:17.729Z] [2021-02-25T03:18:17.729Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-25T03:18:17.729Z] #41 ... [2021-02-25T03:18:17.729Z] [2021-02-25T03:18:17.729Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2021-02-25T03:18:17.772Z] #42 ... [2021-02-25T03:18:17.772Z] [2021-02-25T03:18:17.772Z] #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-02-25T03:18:17.772Z] #45 sha256:b3ae012ae7778c84f7a05da4bdd7179235db04bef388100621bc6554c8e89643 [2021-02-25T03:18:17.772Z] #45 46.63 sync [2021-02-25T03:18:17.772Z] #45 46.65 internal/reflectlite [2021-02-25T03:18:17.772Z] #45 49.10 github.com/LK4D4/vndr/godl/singleflight [2021-02-25T03:18:17.772Z] #45 49.11 internal/singleflight [2021-02-25T03:18:17.772Z] #45 49.11 math/rand [2021-02-25T03:18:17.772Z] #45 52.37 sort [2021-02-25T03:18:17.772Z] #45 52.42 io [2021-02-25T03:18:17.772Z] #45 52.43 strconv [2021-02-25T03:18:17.772Z] #45 52.50 syscall [2021-02-25T03:18:17.772Z] #45 56.06 bytes [2021-02-25T03:18:17.772Z] #45 56.69 strings [2021-02-25T03:18:17.772Z] #45 ... [2021-02-25T03:18:17.772Z] [2021-02-25T03:18:17.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-02-25T03:18:17.772Z] #36 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-02-25T03:18:17.772Z] #36 46.74 Selecting previously unselected package libicu63:ppc64el. [2021-02-25T03:18:17.772Z] #36 46.75 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2021-02-25T03:18:17.772Z] #36 46.77 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2021-02-25T03:18:17.772Z] #36 54.41 Selecting previously unselected package libxml2:ppc64el. [2021-02-25T03:18:17.772Z] #36 54.42 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_ppc64el.deb ... [2021-02-25T03:18:17.772Z] #36 54.42 Unpacking libxml2:ppc64el (2.9.4+dfsg1-7+deb10u1) ... [2021-02-25T03:18:17.772Z] #36 55.12 Selecting previously unselected package libarchive13:ppc64el. [2021-02-25T03:18:17.772Z] #36 55.13 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_ppc64el.deb ... [2021-02-25T03:18:17.772Z] #36 55.14 Unpacking libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2021-02-25T03:18:17.772Z] #36 55.50 Selecting previously unselected package libjsoncpp1:ppc64el. [2021-02-25T03:18:17.772Z] #36 55.51 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2021-02-25T03:18:17.772Z] #36 55.51 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2021-02-25T03:18:17.772Z] #36 55.63 Selecting previously unselected package librhash0:ppc64el. [2021-02-25T03:18:17.772Z] #36 55.63 Preparing to unpack .../7-librhash0_1.3.8-1_ppc64el.deb ... [2021-02-25T03:18:17.772Z] #36 55.64 Unpacking librhash0:ppc64el (1.3.8-1) ... [2021-02-25T03:18:17.772Z] #36 55.79 Selecting previously unselected package libuv1:ppc64el. [2021-02-25T03:18:17.772Z] #36 55.79 Preparing to unpack .../8-libuv1_1.24.1-1_ppc64el.deb ... [2021-02-25T03:18:17.772Z] #36 55.80 Unpacking libuv1:ppc64el (1.24.1-1) ... [2021-02-25T03:18:17.772Z] #36 55.97 Selecting previously unselected package cmake. [2021-02-25T03:18:17.772Z] #36 55.98 Preparing to unpack .../9-cmake_3.13.4-1_ppc64el.deb ... [2021-02-25T03:18:17.772Z] #36 55.99 Unpacking cmake (3.13.4-1) ... [2021-02-25T03:18:17.772Z] #36 ... [2021-02-25T03:18:17.772Z] [2021-02-25T03:18:17.772Z] #13 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-25T03:18:17.772Z] #13 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-02-25T03:18:17.772Z] #13 56.44 Selecting previously unselected package binutils-mingw-w64. [2021-02-25T03:18:17.772Z] #13 56.45 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-02-25T03:18:17.772Z] #13 56.45 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-25T03:18:17.772Z] #13 56.59 Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2021-02-25T03:18:17.772Z] #13 56.60 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2021-02-25T03:18:17.772Z] #13 56.62 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2021-02-25T03:18:17.772Z] #13 56.77 Selecting previously unselected package dmsetup. [2021-02-25T03:18:17.772Z] #13 56.77 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_ppc64el.deb ... [2021-02-25T03:18:17.772Z] #13 56.78 Unpacking dmsetup (2:1.02.155-3) ... [2021-02-25T03:18:17.772Z] #13 56.97 Selecting previously unselected package mingw-w64-common. [2021-02-25T03:18:17.996Z] #28 40.38 [2021-02-25T03:18:17.996Z] #28 40.44 Download of images into '/build' complete. [2021-02-25T03:18:17.996Z] #28 40.44 Use something like the following to load the result into a Docker daemon: [2021-02-25T03:18:18.022Z] #31 DONE 0.2s [2021-02-25T03:18:18.022Z] [2021-02-25T03:18:18.022Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2021-02-25T03:18:18.022Z] #33 DONE 0.1s [2021-02-25T03:18:18.022Z] [2021-02-25T03:18:18.022Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2021-02-25T03:18:18.071Z] #13 57.00 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-02-25T03:18:18.071Z] #13 57.00 Unpacking mingw-w64-common (6.0.0-3) ... [2021-02-25T03:18:18.262Z] #28 40.44 tar -cC '/build' . | docker load [2021-02-25T03:18:18.316Z] #36 DONE 0.1s [2021-02-25T03:18:18.317Z] [2021-02-25T03:18:18.317Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-25T03:18:18.317Z] #41 128.9 CC criu/tun.o [2021-02-25T03:18:18.317Z] #41 129.5 CC criu/uffd.o [2021-02-25T03:18:18.724Z] #44 40.37 internal/singleflight [2021-02-25T03:18:18.783Z] .....INFO: Daemon under test started and replied! [2021-02-25T03:18:18.783Z] INFO: Docker version of the daemon under test [2021-02-25T03:18:18.783Z] [2021-02-25T03:18:18.783Z] Client: [2021-02-25T03:18:18.783Z] Version: 17.06.2-ce [2021-02-25T03:18:18.783Z] API version: 1.30 [2021-02-25T03:18:18.783Z] Go version: go1.8.3 [2021-02-25T03:18:18.783Z] Git commit: cec0b72 [2021-02-25T03:18:18.783Z] Built: Tue Sep 5 19:57:19 2017 [2021-02-25T03:18:18.783Z] OS/Arch: windows/amd64 [2021-02-25T03:18:18.783Z] [2021-02-25T03:18:18.783Z] Server: [2021-02-25T03:18:18.783Z] Version: 0.0.0-dev [2021-02-25T03:18:18.783Z] API version: 1.41 (minimum version 1.24) [2021-02-25T03:18:18.783Z] Go version: go1.13.15 [2021-02-25T03:18:18.783Z] Git commit: 0c80bd9afb [2021-02-25T03:18:18.783Z] Built: 02/25/2021 03:16:22 [2021-02-25T03:18:18.783Z] OS/Arch: windows/amd64 [2021-02-25T03:18:18.783Z] Experimental: false [2021-02-25T03:18:18.783Z] [2021-02-25T03:18:18.783Z] INFO: Docker info of the daemon under test [2021-02-25T03:18:18.783Z] [2021-02-25T03:18:18.783Z] Containers: 0 [2021-02-25T03:18:18.783Z] Running: 0 [2021-02-25T03:18:18.783Z] Paused: 0 [2021-02-25T03:18:18.783Z] Stopped: 0 [2021-02-25T03:18:18.783Z] Images: 0 [2021-02-25T03:18:18.783Z] Server Version: 0.0.0-dev [2021-02-25T03:18:18.783Z] Storage Driver: windowsfilter [2021-02-25T03:18:18.783Z] Windows: [2021-02-25T03:18:18.783Z] Logging Driver: json-file [2021-02-25T03:18:18.783Z] Plugins: [2021-02-25T03:18:18.783Z] Volume: local [2021-02-25T03:18:18.783Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-02-25T03:18:18.783Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-02-25T03:18:18.783Z] Swarm: inactive [2021-02-25T03:18:18.783Z] Default Isolation: process [2021-02-25T03:18:18.783Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-02-25T03:18:18.783Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1697) [2021-02-25T03:18:18.783Z] OSType: windows [2021-02-25T03:18:18.783Z] Architecture: x86_64 [2021-02-25T03:18:18.783Z] CPUs: 4 [2021-02-25T03:18:18.783Z] Total Memory: 32GiB [2021-02-25T03:18:18.783Z] Name: azwin-2-292190 [2021-02-25T03:18:18.783Z] ID: 4PXC:GXM5:MQZX:CVKI:DHTL:VXDA:2BTU:Q3W7:RPWK:V7G6:SCJS:FYWU [2021-02-25T03:18:18.783Z] Docker Root Dir: D:\CI\PR-42056\8\daemon [2021-02-25T03:18:18.783Z] Debug Mode (client): false [2021-02-25T03:18:18.783Z] Debug Mode (server): true [2021-02-25T03:18:18.783Z] File Descriptors: -1 [2021-02-25T03:18:18.783Z] Goroutines: 16 [2021-02-25T03:18:18.783Z] System Time: 2021-02-25T03:18:16.6181665Z [2021-02-25T03:18:18.783Z] EventsListeners: 0 [2021-02-25T03:18:18.783Z] Registry: https://index.docker.io/v1/ [2021-02-25T03:18:18.783Z] Labels: [2021-02-25T03:18:18.783Z] Experimental: false [2021-02-25T03:18:18.783Z] Insecure Registries: [2021-02-25T03:18:18.783Z] 127.0.0.0/8 [2021-02-25T03:18:18.783Z] Live Restore Enabled: false [2021-02-25T03:18:18.783Z] [2021-02-25T03:18:18.783Z] [2021-02-25T03:18:18.783Z] INFO: Docker images of the daemon under test [2021-02-25T03:18:18.783Z] [2021-02-25T03:18:18.783Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-02-25T03:18:18.783Z] [2021-02-25T03:18:18.783Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2021-02-25T03:18:18.783Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2021-02-25T03:18:18.783Z] ltsc2019: Pulling from windows/servercore [2021-02-25T03:18:18.783Z] 4612f6d0b889: Pulling fs layer [2021-02-25T03:18:18.783Z] db4edcf0861f: Pulling fs layer [2021-02-25T03:18:18.844Z] #57 26.27 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-02-25T03:18:18.980Z] #44 40.76 io [2021-02-25T03:18:18.980Z] #44 40.78 strconv [2021-02-25T03:18:19.053Z] #28 ... [2021-02-25T03:18:19.053Z] [2021-02-25T03:18:19.053Z] #33 [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-02-25T03:18:19.053Z] #33 sha256:8b4863751e833b3e36a433bff7bbb685c8c2b85551c6e47a4a6242ca62351796 [2021-02-25T03:18:19.053Z] #33 34.89 internal/reflectlite [2021-02-25T03:18:19.053Z] #33 34.89 sync [2021-02-25T03:18:19.053Z] #33 36.98 sort [2021-02-25T03:18:19.053Z] #33 36.98 errors [2021-02-25T03:18:19.053Z] #33 37.32 strconv [2021-02-25T03:18:19.053Z] #33 37.33 io [2021-02-25T03:18:19.053Z] #33 37.34 internal/oserror [2021-02-25T03:18:19.053Z] #33 37.49 syscall [2021-02-25T03:18:19.053Z] #33 39.12 strings [2021-02-25T03:18:19.053Z] #33 39.14 bytes [2021-02-25T03:18:19.053Z] #33 40.70 bufio [2021-02-25T03:18:19.053Z] #33 41.36 reflect [2021-02-25T03:18:19.053Z] #33 42.43 text/tabwriter [2021-02-25T03:18:19.053Z] #33 43.01 path [2021-02-25T03:18:19.053Z] #33 43.63 internal/syscall/execenv [2021-02-25T03:18:19.053Z] #33 43.63 internal/syscall/unix [2021-02-25T03:18:19.053Z] #33 43.64 time [2021-02-25T03:18:19.053Z] #33 ... [2021-02-25T03:18:19.053Z] [2021-02-25T03:18:19.053Z] #54 [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-02-25T03:18:19.053Z] #54 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-02-25T03:18:19.053Z] #54 45.00 Selecting previously unselected package libbtrfs0. [2021-02-25T03:18:19.353Z] #41 130.6 CC criu/util.o [2021-02-25T03:18:19.404Z] #54 45.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 ... 15383 files and directories currently installed.) [2021-02-25T03:18:19.404Z] #54 45.27 Preparing to unpack .../libbtrfs0_4.20.1-2_arm64.deb ... [2021-02-25T03:18:19.404Z] #54 ... [2021-02-25T03:18:19.404Z] [2021-02-25T03:18:19.404Z] #44 [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-02-25T03:18:19.404Z] #44 sha256:d3f461970f39f44f439535a34a8026bc8a71c4dd3594a0d65b18f27daa7ef102 [2021-02-25T03:18:19.404Z] #44 35.26 internal/reflectlite [2021-02-25T03:18:19.404Z] #44 35.26 sync [2021-02-25T03:18:19.404Z] #44 36.93 github.com/LK4D4/vndr/godl/singleflight [2021-02-25T03:18:19.404Z] #44 36.94 math/rand [2021-02-25T03:18:19.404Z] #44 36.94 internal/singleflight [2021-02-25T03:18:19.404Z] #44 38.34 syscall [2021-02-25T03:18:19.404Z] #44 38.37 strconv [2021-02-25T03:18:19.404Z] #44 38.39 vendor/golang.org/x/net/dns/dnsmessage [2021-02-25T03:18:19.404Z] #44 38.42 io [2021-02-25T03:18:19.404Z] #44 40.10 bytes [2021-02-25T03:18:19.404Z] #44 42.58 reflect [2021-02-25T03:18:19.404Z] #44 42.58 strings [2021-02-25T03:18:19.404Z] #44 43.54 hash [2021-02-25T03:18:19.404Z] #44 43.74 hash/crc32 [2021-02-25T03:18:19.404Z] #44 44.36 regexp/syntax [2021-02-25T03:18:19.404Z] #44 44.46 time [2021-02-25T03:18:19.404Z] #44 44.66 vendor/golang.org/x/text/transform [2021-02-25T03:18:19.671Z] #44 ... [2021-02-25T03:18:19.671Z] [2021-02-25T03:18:19.671Z] #48 [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-02-25T03:18:19.671Z] #48 sha256:86ff5e4393159d26adec9e96c22744aaff961e59647e9ae2baad8823f00f4600 [2021-02-25T03:18:19.671Z] #48 39.13 go: finding github.com/fatih/color v1.7.0 [2021-02-25T03:18:19.671Z] #48 39.20 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-25T03:18:19.671Z] #48 39.45 go: finding github.com/go-critic/go-critic v0.4.1 [2021-02-25T03:18:19.671Z] #48 39.48 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-25T03:18:19.671Z] #48 39.52 go: finding github.com/mattn/go-colorable v0.1.4 [2021-02-25T03:18:19.671Z] #48 39.56 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-02-25T03:18:19.671Z] #48 39.61 go: finding github.com/pkg/errors v0.8.1 [2021-02-25T03:18:19.671Z] #48 39.64 go: finding github.com/mattn/go-isatty v0.0.8 [2021-02-25T03:18:19.671Z] #48 39.64 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-02-25T03:18:19.671Z] #48 40.09 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-02-25T03:18:19.671Z] #48 40.11 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-02-25T03:18:19.671Z] #48 40.36 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-02-25T03:18:19.671Z] #48 40.37 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-02-25T03:18:19.671Z] #48 40.39 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-25T03:18:19.671Z] #48 40.73 go: finding github.com/sirupsen/logrus v1.4.2 [2021-02-25T03:18:19.671Z] #48 40.73 go: finding github.com/spf13/viper v1.6.1 [2021-02-25T03:18:19.671Z] #48 40.75 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-02-25T03:18:19.671Z] #48 40.87 go: finding github.com/stretchr/testify v1.4.0 [2021-02-25T03:18:19.671Z] #48 40.87 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-02-25T03:18:19.671Z] #48 41.16 go: finding github.com/davecgh/go-spew v1.1.1 [2021-02-25T03:18:19.671Z] #48 41.19 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-25T03:18:19.671Z] #48 41.19 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-02-25T03:18:19.671Z] #48 41.21 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-25T03:18:19.671Z] #48 41.32 go: finding github.com/spf13/cobra v0.0.5 [2021-02-25T03:18:19.671Z] #48 41.58 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-02-25T03:18:19.671Z] #48 41.66 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-02-25T03:18:19.671Z] #48 41.68 go: finding github.com/hashicorp/hcl v1.0.0 [2021-02-25T03:18:19.671Z] #48 41.69 go: finding github.com/gobwas/glob v0.2.3 [2021-02-25T03:18:19.671Z] #48 41.69 go: finding github.com/spf13/pflag v1.0.5 [2021-02-25T03:18:19.671Z] #48 41.80 go: finding github.com/stretchr/objx v0.2.0 [2021-02-25T03:18:19.671Z] #48 41.98 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-25T03:18:19.671Z] #48 41.99 go: finding github.com/magiconair/properties v1.8.1 [2021-02-25T03:18:19.671Z] #48 41.99 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-25T03:18:19.671Z] #48 42.14 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-02-25T03:18:19.671Z] #48 42.37 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-02-25T03:18:19.671Z] #48 42.39 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-25T03:18:19.671Z] #48 42.40 go: finding github.com/pelletier/go-toml v1.2.0 [2021-02-25T03:18:19.671Z] #48 42.41 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-25T03:18:19.671Z] #48 42.98 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-25T03:18:19.671Z] #48 42.99 go: finding github.com/spf13/afero v1.1.2 [2021-02-25T03:18:19.671Z] #48 43.01 go: finding github.com/spf13/cast v1.3.0 [2021-02-25T03:18:19.671Z] #48 43.02 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-25T03:18:19.671Z] #48 44.19 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-02-25T03:18:19.671Z] #48 44.21 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-25T03:18:19.671Z] #48 44.21 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-25T03:18:19.671Z] #48 44.22 go: finding golang.org/x/text v0.3.2 [2021-02-25T03:18:19.671Z] #48 45.04 go: finding github.com/subosito/gotenv v1.2.0 [2021-02-25T03:18:19.671Z] #48 45.05 go: finding gopkg.in/ini.v1 v1.51.0 [2021-02-25T03:18:19.671Z] #48 45.05 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-25T03:18:19.671Z] #48 45.06 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-25T03:18:19.671Z] #48 45.06 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-25T03:18:19.671Z] #48 45.26 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-25T03:18:19.671Z] #48 45.28 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-25T03:18:19.671Z] #48 ... [2021-02-25T03:18:19.671Z] [2021-02-25T03:18:19.671Z] #33 [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-02-25T03:18:19.671Z] #33 sha256:8b4863751e833b3e36a433bff7bbb685c8c2b85551c6e47a4a6242ca62351796 [2021-02-25T03:18:19.671Z] #33 45.70 internal/poll [2021-02-25T03:18:20.233Z] #13 ... [2021-02-25T03:18:20.233Z] [2021-02-25T03:18:20.233Z] #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-02-25T03:18:20.233Z] #34 sha256:ced9f780ba36d958fea0a88481379dbcb5fb4e2acfd6605fe4673dff228b33d6 [2021-02-25T03:18:20.233Z] #34 49.27 sort [2021-02-25T03:18:20.233Z] #34 49.30 errors [2021-02-25T03:18:20.233Z] #34 50.16 io [2021-02-25T03:18:20.233Z] #34 50.17 internal/oserror [2021-02-25T03:18:20.233Z] #34 50.23 strconv [2021-02-25T03:18:20.233Z] #34 50.47 syscall [2021-02-25T03:18:20.233Z] #34 53.84 bytes [2021-02-25T03:18:20.233Z] #34 53.85 strings [2021-02-25T03:18:20.233Z] #34 ... [2021-02-25T03:18:20.233Z] [2021-02-25T03:18:20.233Z] #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-02-25T03:18:20.233Z] #36 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-02-25T03:18:20.233Z] #36 58.87 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2021-02-25T03:18:20.233Z] #36 58.88 Setting up xxd (2:8.1.0875-5) ... [2021-02-25T03:18:20.233Z] #36 58.90 Setting up libuv1:ppc64el (1.24.1-1) ... [2021-02-25T03:18:20.233Z] #36 58.92 Setting up vim-common (2:8.1.0875-5) ... [2021-02-25T03:18:20.233Z] #36 58.96 Setting up librhash0:ppc64el (1.3.8-1) ... [2021-02-25T03:18:20.233Z] #36 58.96 Setting up cmake-data (3.13.4-1) ... [2021-02-25T03:18:20.233Z] #36 58.97 Setting up libxml2:ppc64el (2.9.4+dfsg1-7+deb10u1) ... [2021-02-25T03:18:20.233Z] #36 58.98 Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2021-02-25T03:18:20.233Z] #36 58.99 Setting up libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2021-02-25T03:18:20.233Z] #36 59.00 Setting up cmake (3.13.4-1) ... [2021-02-25T03:18:20.233Z] #36 59.03 Processing triggers for libc-bin (2.28-10) ... [2021-02-25T03:18:20.233Z] #36 59.09 Processing triggers for mime-support (3.62) ... [2021-02-25T03:18:20.233Z] #36 DONE 59.4s [2021-02-25T03:18:20.233Z] [2021-02-25T03:18:20.233Z] #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-02-25T03:18:20.233Z] #37 sha256:11f81e38540f467a69ee7a5527511422c699034ae05a17abf8ee1b3f5eeeab1a [2021-02-25T03:18:20.236Z] #57 ... [2021-02-25T03:18:20.236Z] [2021-02-25T03:18:20.236Z] #44 [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-02-25T03:18:20.236Z] #44 sha256:afe17831b94519c9ec988602eca641f7966cf1a4d7b110e59a5ec33c57993be6 [2021-02-25T03:18:20.236Z] #44 17.76 unicode/utf8 [2021-02-25T03:18:20.236Z] #44 19.04 math [2021-02-25T03:18:20.236Z] #44 24.54 unicode/utf16 [2021-02-25T03:18:20.236Z] #44 25.10 container/list [2021-02-25T03:18:20.236Z] #44 26.10 crypto/internal/subtle [2021-02-25T03:18:20.236Z] #44 26.31 crypto/subtle [2021-02-25T03:18:20.236Z] #44 26.48 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-02-25T03:18:20.236Z] #44 26.59 internal/nettrace [2021-02-25T03:18:20.236Z] #44 26.82 runtime/cgo [2021-02-25T03:18:20.349Z] #44 41.97 bytes [2021-02-25T03:18:20.533Z] #37 0.398 + RM_GOPATH=0 [2021-02-25T03:18:20.533Z] #37 0.398 + TMP_GOPATH= [2021-02-25T03:18:20.533Z] #37 0.398 + : /build [2021-02-25T03:18:20.533Z] #37 0.398 + '[' -z '' ']' [2021-02-25T03:18:20.533Z] #37 0.399 ++ mktemp -d [2021-02-25T03:18:20.533Z] #37 0.400 + export GOPATH=/tmp/tmp.Q1LcP5iBLY [2021-02-25T03:18:20.533Z] #37 0.400 + GOPATH=/tmp/tmp.Q1LcP5iBLY [2021-02-25T03:18:20.533Z] #37 0.401 + RM_GOPATH=1 [2021-02-25T03:18:20.533Z] #37 0.419 + case "$(go env GOARCH)" in [2021-02-25T03:18:20.533Z] #37 0.429 ++ go env GOARCH [2021-02-25T03:18:20.533Z] #37 0.456 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:18:20.533Z] #37 0.456 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:18:20.533Z] #37 0.458 ++ dirname /tmp/install/install.sh [2021-02-25T03:18:20.533Z] #37 0.460 + dir=/tmp/install [2021-02-25T03:18:20.533Z] #37 0.469 + bin=tini [2021-02-25T03:18:20.533Z] #37 0.469 + shift [2021-02-25T03:18:20.812Z] #44 ... [2021-02-25T03:18:20.812Z] [2021-02-25T03:18:20.812Z] #63 [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-02-25T03:18:20.812Z] #63 sha256:918d922bb4ef3efa95754398cd791e6fd19dbf8a7ad85e25d80c6c31a271dfce [2021-02-25T03:18:20.832Z] #37 0.469 + '[' '!' -f /tmp/install/tini.installer ']' [2021-02-25T03:18:20.832Z] #37 0.469 + . /tmp/install/tini.installer [2021-02-25T03:18:20.832Z] #37 0.473 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-25T03:18:20.832Z] #37 0.474 + install_tini [2021-02-25T03:18:20.832Z] #37 0.475 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-02-25T03:18:20.832Z] #37 0.475 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-25T03:18:20.832Z] #37 0.475 + git clone https://github.com/krallin/tini.git /tmp/tmp.Q1LcP5iBLY/tini [2021-02-25T03:18:20.832Z] #37 0.482 Cloning into '/tmp/tmp.Q1LcP5iBLY/tini'... [2021-02-25T03:18:20.869Z] #41 131.7 CC criu/uts_ns.o [2021-02-25T03:18:20.869Z] #41 131.8 CC criu/vdso.o [2021-02-25T03:18:21.079Z] #33 ... [2021-02-25T03:18:21.079Z] [2021-02-25T03:18:21.079Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-25T03:18:21.079Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-02-25T03:18:21.079Z] #12 37.13 The following NEW packages will be installed: [2021-02-25T03:18:21.079Z] #12 37.13 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-02-25T03:18:21.079Z] #12 37.13 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-02-25T03:18:21.079Z] #12 37.13 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-02-25T03:18:21.079Z] #12 37.13 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-02-25T03:18:21.079Z] #12 37.13 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-02-25T03:18:21.079Z] #12 37.13 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-02-25T03:18:21.079Z] #12 37.14 The following packages will be upgraded: [2021-02-25T03:18:21.079Z] #12 37.14 libsystemd0 libudev1 [2021-02-25T03:18:21.079Z] #12 37.57 2 upgraded, 25 newly installed, 0 to remove and 21 not upgraded. [2021-02-25T03:18:21.079Z] #12 37.57 Need to get 73.8 MB of archives. [2021-02-25T03:18:21.079Z] #12 37.57 After this operation, 472 MB of additional disk space will be used. [2021-02-25T03:18:21.079Z] #12 37.57 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd0 arm64 241-7~deb10u6 [314 kB] [2021-02-25T03:18:21.079Z] #12 37.59 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev1 arm64 241-7~deb10u6 [146 kB] [2021-02-25T03:18:21.080Z] #12 37.63 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-i686 arm64 2.31.1-11+8.3 [2188 kB] [2021-02-25T03:18:21.080Z] #12 37.89 Get:4 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-02-25T03:18:21.080Z] #12 38.25 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-02-25T03:18:21.080Z] #12 38.27 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB] [2021-02-25T03:18:21.080Z] #12 38.28 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB] [2021-02-25T03:18:21.080Z] #12 38.32 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-02-25T03:18:21.080Z] #12 39.09 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-02-25T03:18:21.080Z] #12 39.41 Get:10 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-02-25T03:18:21.080Z] #12 39.42 Get:11 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-02-25T03:18:21.080Z] #12 44.80 Get:12 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-02-25T03:18:21.161Z] #41 132.3 LINK criu/built-in.o [2021-02-25T03:18:21.161Z] #41 132.4 LINK criu/criu [2021-02-25T03:18:21.505Z] #12 ... [2021-02-25T03:18:21.505Z] [2021-02-25T03:18:21.505Z] #48 [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-02-25T03:18:21.505Z] #48 sha256:86ff5e4393159d26adec9e96c22744aaff961e59647e9ae2baad8823f00f4600 [2021-02-25T03:18:21.505Z] #48 45.83 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-25T03:18:21.505Z] #48 45.83 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-25T03:18:21.505Z] #48 45.83 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-25T03:18:21.505Z] #48 45.84 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-25T03:18:21.505Z] #48 46.45 go: finding github.com/kisielk/gotool v1.0.0 [2021-02-25T03:18:21.505Z] #48 46.46 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-25T03:18:21.505Z] #48 46.46 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-02-25T03:18:21.505Z] #48 47.22 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-25T03:18:21.505Z] #48 47.23 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-25T03:18:21.505Z] #48 47.23 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-25T03:18:21.505Z] #48 47.25 go: finding github.com/ultraware/funlen v0.0.2 [2021-02-25T03:18:21.796Z] #41 132.7 DEP lib/c/criu.d [2021-02-25T03:18:21.796Z] #41 132.8 CC images/rpc.pb-c.o [2021-02-25T03:18:21.900Z] #37 1.478 + cd /tmp/tmp.Q1LcP5iBLY/tini [2021-02-25T03:18:21.901Z] #37 1.478 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-25T03:18:21.901Z] #37 1.504 + cmake . [2021-02-25T03:18:22.089Z] #41 133.3 CC lib/c/criu.o [2021-02-25T03:18:22.202Z] #37 ... [2021-02-25T03:18:22.202Z] [2021-02-25T03:18:22.202Z] #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-02-25T03:18:22.202Z] #32 sha256:ba59694c74ae35466e9aac70d02cc54f7d6e23f684c9a35cfebae8ddb1b44030 [2021-02-25T03:18:22.202Z] #32 51.32 Checking out files: 93% (1423/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-02-25T03:18:22.202Z] #32 51.40 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-02-25T03:18:22.202Z] #32 51.51 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-25T03:18:22.388Z] #63 28.72 Checking out files: 52% (994/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% (1714/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-02-25T03:18:22.388Z] #63 30.27 + cd /tmp/tmp.Sm4rIjdqWd/src/github.com/docker/libnetwork [2021-02-25T03:18:22.395Z] #48 ... [2021-02-25T03:18:22.395Z] [2021-02-25T03:18:22.395Z] #31 [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-02-25T03:18:22.395Z] #31 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805 [2021-02-25T03:18:22.395Z] #31 37.74 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-02-25T03:18:22.395Z] #31 38.43 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-25T03:18:22.506Z] #32 ... [2021-02-25T03:18:22.506Z] [2021-02-25T03:18:22.506Z] #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-02-25T03:18:22.506Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-02-25T03:18:22.506Z] #42 60.07 Setting up zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2021-02-25T03:18:22.506Z] #42 60.07 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2021-02-25T03:18:22.506Z] #42 60.08 Setting up libprotobuf17:ppc64el (3.6.1.3-2) ... [2021-02-25T03:18:22.506Z] #42 60.08 Setting up libcap-dev:ppc64el (1:2.25-2) ... [2021-02-25T03:18:22.506Z] #42 60.09 Setting up libprotoc17:ppc64el (3.6.1.3-2) ... [2021-02-25T03:18:22.506Z] #42 60.09 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-02-25T03:18:22.506Z] #42 60.13 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-25T03:18:22.506Z] #42 60.14 Setting up libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2021-02-25T03:18:22.506Z] #42 60.14 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-25T03:18:22.506Z] #42 60.15 Setting up python-protobuf (3.6.1.3-2) ... [2021-02-25T03:18:22.650Z] #63 30.27 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-25T03:18:22.659Z] #31 ... [2021-02-25T03:18:22.659Z] [2021-02-25T03:18:22.659Z] #44 [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-02-25T03:18:22.659Z] #44 sha256:d3f461970f39f44f439535a34a8026bc8a71c4dd3594a0d65b18f27daa7ef102 [2021-02-25T03:18:22.659Z] #44 47.94 regexp [2021-02-25T03:18:22.659Z] #44 47.97 os [2021-02-25T03:18:22.659Z] #44 48.04 context [2021-02-25T03:18:22.912Z] #63 30.60 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-02-25T03:18:22.925Z] #44 44.30 bufio [2021-02-25T03:18:22.925Z] #44 44.72 reflect [2021-02-25T03:18:23.128Z] #41 134.3 LINK lib/c/built-in.o [2021-02-25T03:18:23.128Z] #41 134.3 LINK lib/c/libcriu.so [2021-02-25T03:18:23.128Z] #41 134.3 LINK lib/c/libcriu.a [2021-02-25T03:18:23.420Z] #41 134.4 GEN magic.py [2021-02-25T03:18:23.420Z] #41 134.5 Note: Building without setproctitle() and strlcpy() support. [2021-02-25T03:18:23.420Z] #41 134.5 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-25T03:18:23.420Z] #41 134.5 Note: Building without GnuTLS support [2021-02-25T03:18:23.420Z] #41 134.5 Makefile.config:39: Warn: you have no libnftables installed [2021-02-25T03:18:23.420Z] #41 134.5 Makefile.config:40: Warn: Building without nftables support [2021-02-25T03:18:23.511Z] db4edcf0861f: Verifying Checksum [2021-02-25T03:18:23.511Z] db4edcf0861f: Download complete [2021-02-25T03:18:23.769Z] #41 134.8 fatal: not a git repository (or any of the parent directories): .git [2021-02-25T03:18:23.868Z] #44 ... [2021-02-25T03:18:23.868Z] [2021-02-25T03:18:23.868Z] #48 [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-02-25T03:18:23.868Z] #48 sha256:4fe59b1cdf9f684cdbe5d3d1f32c73b9cfe25a63b8cca4b07dfc37ad88265171 [2021-02-25T03:18:23.868Z] #48 37.91 go: extracting golang.org/x/text v0.3.2 [2021-02-25T03:18:23.868Z] #48 42.79 go: finding github.com/fatih/color v1.7.0 [2021-02-25T03:18:23.868Z] #48 42.88 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-25T03:18:23.868Z] #48 42.91 go: finding github.com/mattn/go-colorable v0.1.4 [2021-02-25T03:18:23.868Z] #48 43.02 go: finding github.com/mattn/go-isatty v0.0.8 [2021-02-25T03:18:23.868Z] #48 43.05 go: finding github.com/go-critic/go-critic v0.4.1 [2021-02-25T03:18:23.868Z] #48 43.10 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-25T03:18:23.868Z] #48 43.10 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-02-25T03:18:23.868Z] #48 43.11 go: finding github.com/pkg/errors v0.8.1 [2021-02-25T03:18:23.868Z] #48 43.15 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-02-25T03:18:23.868Z] #48 43.17 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-02-25T03:18:23.868Z] #48 43.18 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-02-25T03:18:23.868Z] #48 43.21 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-25T03:18:23.868Z] #48 43.22 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-02-25T03:18:23.868Z] #48 43.32 go: finding github.com/sirupsen/logrus v1.4.2 [2021-02-25T03:18:23.868Z] #48 43.36 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-02-25T03:18:23.868Z] #48 43.38 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-02-25T03:18:23.868Z] #48 43.38 go: finding github.com/stretchr/testify v1.4.0 [2021-02-25T03:18:23.868Z] #48 43.40 go: finding github.com/spf13/viper v1.6.1 [2021-02-25T03:18:23.868Z] #48 43.42 go: finding github.com/davecgh/go-spew v1.1.1 [2021-02-25T03:18:23.868Z] #48 43.44 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-02-25T03:18:23.868Z] #48 43.45 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-02-25T03:18:23.868Z] #48 43.53 go: finding github.com/stretchr/objx v0.2.0 [2021-02-25T03:18:23.868Z] #48 43.59 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-02-25T03:18:23.868Z] #48 43.59 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-02-25T03:18:23.868Z] #48 43.63 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-25T03:18:23.868Z] #48 43.74 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-25T03:18:23.868Z] #48 43.78 go: finding github.com/gobwas/glob v0.2.3 [2021-02-25T03:18:23.868Z] #48 43.83 go: finding github.com/spf13/cobra v0.0.5 [2021-02-25T03:18:23.868Z] #48 43.83 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-02-25T03:18:23.868Z] #48 43.90 go: finding github.com/hashicorp/hcl v1.0.0 [2021-02-25T03:18:23.868Z] #48 43.95 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-25T03:18:23.868Z] #48 43.98 go: finding github.com/spf13/pflag v1.0.5 [2021-02-25T03:18:23.868Z] #48 44.01 go: finding github.com/magiconair/properties v1.8.1 [2021-02-25T03:18:23.868Z] #48 44.06 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-25T03:18:23.868Z] #48 44.09 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-02-25T03:18:23.868Z] #48 44.13 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-25T03:18:23.868Z] #48 44.23 go: finding github.com/pelletier/go-toml v1.2.0 [2021-02-25T03:18:23.868Z] #48 44.23 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-25T03:18:23.868Z] #48 44.33 go: finding github.com/spf13/afero v1.1.2 [2021-02-25T03:18:23.868Z] #48 44.35 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-25T03:18:23.869Z] #48 44.35 go: finding github.com/spf13/cast v1.3.0 [2021-02-25T03:18:23.869Z] #48 44.38 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-25T03:18:23.869Z] #48 44.39 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-02-25T03:18:23.869Z] #48 44.42 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-25T03:18:23.869Z] #48 44.49 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-25T03:18:23.869Z] #48 44.49 go: finding github.com/subosito/gotenv v1.2.0 [2021-02-25T03:18:23.869Z] #48 44.52 go: finding gopkg.in/ini.v1 v1.51.0 [2021-02-25T03:18:23.869Z] #48 44.72 go: finding golang.org/x/text v0.3.2 [2021-02-25T03:18:23.869Z] #48 44.72 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-25T03:18:23.869Z] #48 44.77 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-25T03:18:23.869Z] #48 44.87 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-25T03:18:23.869Z] #48 45.07 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-25T03:18:23.869Z] #48 45.07 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-25T03:18:23.869Z] #48 45.07 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-25T03:18:23.869Z] #48 45.07 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-25T03:18:23.869Z] #48 45.10 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-25T03:18:23.869Z] #48 45.10 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-25T03:18:23.869Z] #48 45.22 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-25T03:18:23.869Z] #48 45.22 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-25T03:18:23.869Z] #48 45.22 go: finding github.com/kisielk/gotool v1.0.0 [2021-02-25T03:18:23.869Z] #48 45.38 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-02-25T03:18:23.869Z] #48 45.38 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-25T03:18:23.869Z] #48 45.38 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-25T03:18:23.869Z] #48 45.53 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-25T03:18:23.869Z] #48 45.53 go: finding github.com/ultraware/funlen v0.0.2 [2021-02-25T03:18:23.869Z] #48 45.53 go: finding github.com/ultraware/whitespace v0.0.4 [2021-02-25T03:18:23.869Z] #48 45.53 go: finding github.com/uudashr/gocognit v1.0.1 [2021-02-25T03:18:23.869Z] #48 45.56 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-25T03:18:23.869Z] #48 45.61 go: finding github.com/gogo/protobuf v1.2.1 [2021-02-25T03:18:24.106Z] #44 ... [2021-02-25T03:18:24.106Z] [2021-02-25T03:18:24.106Z] #41 [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-02-25T03:18:24.106Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-02-25T03:18:24.106Z] #41 39.68 debconf: delaying package configuration, since apt-utils is not installed [2021-02-25T03:18:24.106Z] #41 40.83 Fetched 3798 kB in 1s (2547 kB/s) [2021-02-25T03:18:24.106Z] #41 42.12 Selecting previously unselected package libcap-dev:arm64. [2021-02-25T03:18:24.106Z] #41 42.12 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2021-02-25T03:18:24.106Z] #41 42.21 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_arm64.deb ... [2021-02-25T03:18:24.106Z] #41 43.44 Unpacking libcap-dev:arm64 (1:2.25-2) ... [2021-02-25T03:18:24.106Z] #41 49.01 Selecting previously unselected package libnet1:arm64. [2021-02-25T03:18:24.106Z] #41 49.04 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2021-02-25T03:18:24.106Z] #41 ... [2021-02-25T03:18:24.106Z] [2021-02-25T03:18:24.106Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-25T03:18:24.106Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-02-25T03:18:24.106Z] #12 48.52 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB] [2021-02-25T03:18:24.106Z] #12 48.53 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB] [2021-02-25T03:18:24.106Z] #12 48.76 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2021-02-25T03:18:24.106Z] #12 48.77 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2021-02-25T03:18:24.106Z] #12 48.77 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.155-3 [21.7 kB] [2021-02-25T03:18:24.106Z] #12 48.78 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u6 [110 kB] [2021-02-25T03:18:24.106Z] #12 48.78 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB] [2021-02-25T03:18:24.106Z] #12 48.80 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB] [2021-02-25T03:18:24.106Z] #12 48.81 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB] [2021-02-25T03:18:24.106Z] #12 48.83 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB] [2021-02-25T03:18:24.106Z] #12 48.84 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB] [2021-02-25T03:18:24.106Z] #12 48.87 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB] [2021-02-25T03:18:24.106Z] #12 48.88 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB] [2021-02-25T03:18:24.106Z] #12 48.92 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libseccomp-dev arm64 2.3.3-4 [61.8 kB] [2021-02-25T03:18:24.106Z] #12 48.98 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u6 [322 kB] [2021-02-25T03:18:24.126Z] #48 45.96 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-25T03:18:24.392Z] #48 46.10 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-25T03:18:24.392Z] #48 46.10 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-25T03:18:24.392Z] #48 46.16 go: finding github.com/BurntSushi/toml v0.3.1 [2021-02-25T03:18:24.392Z] #48 46.18 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-25T03:18:24.641Z] #42 ... [2021-02-25T03:18:24.641Z] [2021-02-25T03:18:24.641Z] #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-02-25T03:18:24.641Z] #51 sha256:6391109844e799df0f3324325bd4507bbd831a65436fe2672c84c9ddeab1bb4b [2021-02-25T03:18:24.641Z] #51 53.48 io [2021-02-25T03:18:24.641Z] #51 53.49 syscall [2021-02-25T03:18:24.641Z] #51 53.50 strconv [2021-02-25T03:18:24.641Z] #51 56.61 bytes [2021-02-25T03:18:24.641Z] #51 56.65 strings [2021-02-25T03:18:24.641Z] #51 ... [2021-02-25T03:18:24.641Z] [2021-02-25T03:18:24.641Z] #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-02-25T03:18:24.641Z] #37 sha256:11f81e38540f467a69ee7a5527511422c699034ae05a17abf8ee1b3f5eeeab1a [2021-02-25T03:18:24.641Z] #37 2.277 -- The C compiler identification is GNU 8.3.0 [2021-02-25T03:18:24.641Z] #37 2.336 -- Check for working C compiler: /usr/bin/cc [2021-02-25T03:18:24.641Z] #37 3.062 -- Check for working C compiler: /usr/bin/cc -- works [2021-02-25T03:18:24.641Z] #37 3.064 -- Detecting C compiler ABI info [2021-02-25T03:18:24.641Z] #37 3.694 -- Detecting C compiler ABI info - done [2021-02-25T03:18:24.641Z] #37 3.799 -- Detecting C compile features [2021-02-25T03:18:24.730Z] #12 50.68 debconf: delaying package configuration, since apt-utils is not installed [2021-02-25T03:18:24.801Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-02-25T03:18:24.802Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-02-25T03:18:24.819Z] #41 135.9 make[1]: Nothing to be done for 'all'. [2021-02-25T03:18:25.311Z] #12 51.08 Fetched 73.8 MB in 12s (6269 kB/s) [2021-02-25T03:18:25.325Z] #48 ... [2021-02-25T03:18:25.326Z] [2021-02-25T03:18:25.326Z] #44 [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-02-25T03:18:25.326Z] #44 sha256:9c1c894d71924ba5495f24b060df116fd97fd016d241f3cd58c535b197cc6e71 [2021-02-25T03:18:25.326Z] #44 46.81 syscall [2021-02-25T03:18:25.326Z] #44 ... [2021-02-25T03:18:25.326Z] [2021-02-25T03:18:25.326Z] #33 [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-02-25T03:18:25.326Z] #33 sha256:5a278342ade8e2c20f1c413695911318c9857be2ce63e1d77cb8878956a9fe89 [2021-02-25T03:18:25.326Z] #33 36.97 sync [2021-02-25T03:18:25.326Z] #33 36.97 internal/reflectlite [2021-02-25T03:18:25.326Z] #33 39.74 sort [2021-02-25T03:18:25.326Z] #33 39.74 errors [2021-02-25T03:18:25.326Z] #33 40.24 strconv [2021-02-25T03:18:25.326Z] #33 41.15 io [2021-02-25T03:18:25.326Z] #33 42.34 internal/oserror [2021-02-25T03:18:25.326Z] #33 42.44 syscall [2021-02-25T03:18:25.326Z] #33 44.30 reflect [2021-02-25T03:18:25.326Z] #33 ... [2021-02-25T03:18:25.326Z] [2021-02-25T03:18:25.326Z] #54 [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-02-25T03:18:25.326Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-25T03:18:25.326Z] #54 32.73 Reading package lists... [2021-02-25T03:18:25.326Z] #54 39.66 Building dependency tree... [2021-02-25T03:18:25.326Z] #54 43.12 The following additional packages will be installed: [2021-02-25T03:18:25.326Z] #54 43.12 libbtrfs0 [2021-02-25T03:18:25.326Z] #54 43.35 The following NEW packages will be installed: [2021-02-25T03:18:25.326Z] #54 43.35 libbtrfs-dev libbtrfs0 [2021-02-25T03:18:25.326Z] #54 43.80 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded. [2021-02-25T03:18:25.326Z] #54 43.80 Need to get 119 kB of archives. [2021-02-25T03:18:25.326Z] #54 43.80 After this operation, 387 kB of additional disk space will be used. [2021-02-25T03:18:25.326Z] #54 43.80 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-02-25T03:18:25.326Z] #54 43.80 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-02-25T03:18:25.326Z] #54 45.07 debconf: delaying package configuration, since apt-utils is not installed [2021-02-25T03:18:25.326Z] #54 45.61 Fetched 119 kB in 0s (439 kB/s) [2021-02-25T03:18:25.326Z] #54 45.93 Selecting previously unselected package libbtrfs0. [2021-02-25T03:18:25.326Z] #54 45.93 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-02-25T03:18:25.326Z] #54 45.94 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-02-25T03:18:25.326Z] #54 46.10 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-25T03:18:25.326Z] #54 46.20 Selecting previously unselected package libbtrfs-dev. [2021-02-25T03:18:25.326Z] #54 46.20 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-02-25T03:18:25.326Z] #54 46.22 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-25T03:18:25.326Z] #54 46.47 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-25T03:18:25.326Z] #54 46.49 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-25T03:18:25.326Z] #54 46.50 Processing triggers for libc-bin (2.28-10) ... [2021-02-25T03:18:25.326Z] #54 DONE 47.1s [2021-02-25T03:18:25.326Z] [2021-02-25T03:18:25.326Z] #55 [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-02-25T03:18:25.326Z] #55 sha256:7bb0b2fae1b2a0447fd802cbd6ab4e93a93c58d905079f43e177250021068990 [2021-02-25T03:18:25.509Z] #41 136.6 make[1]: 'images/built-in.o' is up to date. [2021-02-25T03:18:25.509Z] #41 136.6 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-02-25T03:18:25.509Z] #41 136.7 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-02-25T03:18:25.509Z] #41 136.7 make[1]: 'compel/libcompel.a' is up to date. [2021-02-25T03:18:25.509Z] #41 136.7 make[1]: 'compel/compel-host-bin' is up to date. [2021-02-25T03:18:25.819Z] #41 136.8 make[1]: Nothing to be done for 'all'. [2021-02-25T03:18:25.819Z] #41 136.8 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-25T03:18:25.819Z] #41 137.0 make[2]: Nothing to be done for 'all'. [2021-02-25T03:18:25.819Z] #41 137.0 make[2]: Nothing to be done for 'all'. [2021-02-25T03:18:25.819Z] #41 137.1 make[2]: Nothing to be done for 'all'. [2021-02-25T03:18:25.891Z] #12 51.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 ... 15383 files and directories currently installed.) [2021-02-25T03:18:25.891Z] #12 51.89 Preparing to unpack .../libsystemd0_241-7~deb10u6_arm64.deb ... [2021-02-25T03:18:26.111Z] #41 137.2 make[2]: Nothing to be done for 'all'. [2021-02-25T03:18:26.111Z] #41 137.3 make[2]: Nothing to be done for 'all'. [2021-02-25T03:18:26.111Z] #41 137.4 make[2]: Nothing to be done for 'all'. [2021-02-25T03:18:26.157Z] #12 ... [2021-02-25T03:18:26.157Z] [2021-02-25T03:18:26.157Z] #28 [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-02-25T03:18:26.157Z] #28 sha256:a9cd8532da88f122b4ef88caecc9e63a54333a9550323c637268347c03ac102c [2021-02-25T03:18:26.157Z] #28 DONE 49.0s [2021-02-25T03:18:26.157Z] [2021-02-25T03:18:26.157Z] #35 [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-02-25T03:18:26.157Z] #35 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-02-25T03:18:26.157Z] #35 42.13 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2021-02-25T03:18:26.157Z] #35 42.21 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_arm64.deb ... [2021-02-25T03:18:26.157Z] #35 43.43 Unpacking xxd (2:8.1.0875-5) ... [2021-02-25T03:18:26.157Z] #35 49.34 Selecting previously unselected package vim-common. [2021-02-25T03:18:26.157Z] #35 49.34 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-25T03:18:26.157Z] #35 50.36 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-25T03:18:26.204Z] #37 5.809 -- Detecting C compile features - done [2021-02-25T03:18:26.204Z] #37 5.873 -- Performing Test HAS_BUILTIN_FORTIFY [2021-02-25T03:18:26.234Z] #63 ... [2021-02-25T03:18:26.234Z] [2021-02-25T03:18:26.234Z] #50 [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-02-25T03:18:26.234Z] #50 sha256:74fe370ecb48af1452fef620fd0ae127180873eea6b4bac5594529be0fc81069 [2021-02-25T03:18:26.234Z] #50 24.04 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-25T03:18:26.234Z] #50 25.43 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-25T03:18:26.234Z] #50 27.21 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-25T03:18:26.234Z] #50 28.99 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-25T03:18:26.234Z] #50 29.12 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-25T03:18:26.234Z] #50 29.57 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-25T03:18:26.234Z] #50 29.69 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-25T03:18:26.234Z] #50 31.25 runtime/cgo [2021-02-25T03:18:26.234Z] #50 31.37 runtime [2021-02-25T03:18:26.260Z] #55 ... [2021-02-25T03:18:26.260Z] [2021-02-25T03:18:26.260Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-25T03:18:26.260Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-25T03:18:26.260Z] #12 31.65 Reading package lists... [2021-02-25T03:18:26.260Z] #12 38.42 Building dependency tree... [2021-02-25T03:18:26.260Z] #12 42.08 The following additional packages will be installed: [2021-02-25T03:18:26.260Z] #12 42.10 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-02-25T03:18:26.260Z] #12 42.10 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-02-25T03:18:26.260Z] #12 42.10 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-02-25T03:18:26.260Z] #12 42.15 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2021-02-25T03:18:26.260Z] #12 42.15 mingw-w64-x86-64-dev [2021-02-25T03:18:26.260Z] #12 42.15 Suggested packages: [2021-02-25T03:18:26.260Z] #12 42.15 gcc-8-locales seccomp wine64 [2021-02-25T03:18:26.260Z] #12 43.70 The following NEW packages will be installed: [2021-02-25T03:18:26.260Z] #12 43.72 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-02-25T03:18:26.260Z] #12 43.72 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-02-25T03:18:26.260Z] #12 43.72 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-02-25T03:18:26.260Z] #12 43.72 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-02-25T03:18:26.260Z] #12 43.72 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-02-25T03:18:26.260Z] #12 43.72 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-02-25T03:18:26.260Z] #12 43.74 The following packages will be upgraded: [2021-02-25T03:18:26.260Z] #12 43.75 libsystemd0 libudev1 [2021-02-25T03:18:26.260Z] #12 44.33 2 upgraded, 25 newly installed, 0 to remove and 21 not upgraded. [2021-02-25T03:18:26.260Z] #12 44.33 Need to get 78.2 MB of archives. [2021-02-25T03:18:26.260Z] #12 44.33 After this operation, 487 MB of additional disk space will be used. [2021-02-25T03:18:26.260Z] #12 44.33 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u6 [331 kB] [2021-02-25T03:18:26.260Z] #12 44.33 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u6 [151 kB] [2021-02-25T03:18:26.260Z] #12 44.35 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2021-02-25T03:18:26.260Z] #12 44.72 Get:4 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-02-25T03:18:26.260Z] #12 45.09 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-02-25T03:18:26.260Z] #12 45.09 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-02-25T03:18:26.260Z] #12 45.09 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-02-25T03:18:26.260Z] #12 45.22 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-02-25T03:18:26.260Z] #12 45.74 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-02-25T03:18:26.260Z] #12 46.06 Get:10 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-02-25T03:18:26.260Z] #12 46.07 Get:11 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-02-25T03:18:26.410Z] #41 137.4 make[2]: Nothing to be done for 'all'. [2021-02-25T03:18:26.410Z] #41 ... [2021-02-25T03:18:26.410Z] [2021-02-25T03:18:26.410Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-25T03:18:26.410Z] #47 184.1 + /build/golangci-lint --version [2021-02-25T03:18:26.422Z] #35 ... [2021-02-25T03:18:26.422Z] [2021-02-25T03:18:26.422Z] #63 [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-02-25T03:18:26.422Z] #63 sha256:9b2964a2d93300955970d896cb9fd0691187a8d05f86f56bbfd05e85743aba19 [2021-02-25T03:18:26.422Z] #63 DONE 52.3s [2021-02-25T03:18:26.422Z] [2021-02-25T03:18:26.422Z] #46 [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-02-25T03:18:26.422Z] #46 sha256:cdc73a8a639d65995140bf5b3e1e89dc49465da6c12bec6334c7f76c75d36de9 [2021-02-25T03:18:26.422Z] #46 DONE 52.3s [2021-02-25T03:18:26.422Z] [2021-02-25T03:18:26.423Z] #44 [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-02-25T03:18:26.423Z] #44 sha256:d3f461970f39f44f439535a34a8026bc8a71c4dd3594a0d65b18f27daa7ef102 [2021-02-25T03:18:26.423Z] #44 50.56 encoding/binary [2021-02-25T03:18:26.423Z] #44 51.07 github.com/LK4D4/vndr/versioned [2021-02-25T03:18:26.423Z] #44 51.13 flag [2021-02-25T03:18:26.423Z] #44 51.13 go/token [2021-02-25T03:18:26.423Z] #44 51.48 internal/lazyregexp [2021-02-25T03:18:26.423Z] #44 51.69 net/url [2021-02-25T03:18:26.423Z] #44 ... [2021-02-25T03:18:26.423Z] [2021-02-25T03:18:26.423Z] #50 [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-02-25T03:18:26.423Z] #50 sha256:f9ee54264d84d65ec037f1dc06d4a782e47cfdfcd47ac9a480c34fbec736cd2a [2021-02-25T03:18:26.423Z] #50 42.57 strings [2021-02-25T03:18:26.423Z] #50 42.57 syscall [2021-02-25T03:18:26.423Z] #50 42.58 text/tabwriter [2021-02-25T03:18:26.423Z] #50 42.60 reflect [2021-02-25T03:18:26.423Z] #50 44.37 regexp/syntax [2021-02-25T03:18:26.423Z] #50 47.39 regexp [2021-02-25T03:18:26.423Z] #50 47.76 context [2021-02-25T03:18:26.423Z] #50 47.77 os [2021-02-25T03:18:26.423Z] #50 50.60 fmt [2021-02-25T03:18:26.423Z] #50 50.62 encoding/binary [2021-02-25T03:18:26.423Z] #50 50.62 mvdan.cc/sh/v3/fileutil [2021-02-25T03:18:26.423Z] #50 51.90 encoding/base64 [2021-02-25T03:18:26.423Z] #50 51.91 golang.org/x/sys/unix [2021-02-25T03:18:26.496Z] #50 ... [2021-02-25T03:18:26.496Z] [2021-02-25T03:18:26.496Z] #39 [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-02-25T03:18:26.496Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-25T03:18:26.496Z] #39 29.91 Checking out files: 62% (1054/1680) Checking out files: 63% (1059/1680) Checking out files: 64% (1076/1680) Checking out files: 65% (1092/1680) Checking out files: 66% (1109/1680) Checking out files: 67% (1126/1680) Checking out files: 68% (1143/1680) Checking out files: 69% (1160/1680) Checking out files: 70% (1176/1680) Checking out files: 71% (1193/1680) Checking out files: 72% (1210/1680) Checking out files: 73% (1227/1680) Checking out files: 74% (1244/1680) Checking out files: 75% (1260/1680) Checking out files: 76% (1277/1680) Checking out files: 77% (1294/1680) Checking out files: 78% (1311/1680) Checking out files: 79% (1328/1680) Checking out files: 80% (1344/1680) Checking out files: 81% (1361/1680) Checking out files: 82% (1378/1680) Checking out files: 83% (1395/1680) Checking out files: 84% (1412/1680) Checking out files: 85% (1428/1680) Checking out files: 86% (1445/1680) Checking out files: 87% (1462/1680) Checking out files: 88% (1479/1680) Checking out files: 89% (1496/1680) Checking out files: 90% (1512/1680) Checking out files: 91% (1529/1680) Checking out files: 92% (1546/1680) Checking out files: 93% (1563/1680) Checking out files: 94% (1580/1680) Checking out files: 95% (1596/1680) Checking out files: 96% (1613/1680) Checking out files: 97% (1630/1680) Checking out files: 98% (1647/1680) Checking out files: 99% (1664/1680) Checking out files: 100% (1680/1680) Checking out files: 100% (1680/1680), done. [2021-02-25T03:18:26.496Z] #39 30.85 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-02-25T03:18:26.496Z] #39 33.23 + 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-02-25T03:18:26.496Z] #39 ... [2021-02-25T03:18:26.496Z] [2021-02-25T03:18:26.496Z] #48 [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-02-25T03:18:26.496Z] #48 sha256:2112b7d1a4d8db87cfdd0f85111933d0835a2755ce63403221e969558ed4b3cf [2021-02-25T03:18:26.496Z] #48 24.25 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-25T03:18:26.496Z] #48 27.40 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-25T03:18:26.496Z] #48 30.82 go: downloading github.com/stretchr/objx v0.2.0 [2021-02-25T03:18:26.496Z] #48 30.84 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-02-25T03:18:26.496Z] #48 30.86 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-02-25T03:18:26.496Z] #48 30.87 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-02-25T03:18:26.496Z] #48 30.88 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-25T03:18:26.496Z] #48 30.88 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-25T03:18:26.496Z] #48 30.91 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-02-25T03:18:26.497Z] #48 31.01 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-25T03:18:26.497Z] #48 31.04 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-25T03:18:26.497Z] #48 31.25 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-25T03:18:26.497Z] #48 31.43 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-02-25T03:18:26.497Z] #48 31.44 go: extracting github.com/stretchr/objx v0.2.0 [2021-02-25T03:18:26.497Z] #48 31.53 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-02-25T03:18:26.497Z] #48 31.65 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-02-25T03:18:26.497Z] #48 31.70 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-25T03:18:26.497Z] #48 31.78 go: downloading github.com/magiconair/properties v1.8.1 [2021-02-25T03:18:26.497Z] #48 31.83 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-25T03:18:26.497Z] #48 31.85 go: downloading github.com/ultraware/funlen v0.0.2 [2021-02-25T03:18:26.497Z] #48 31.85 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-25T03:18:26.497Z] #48 32.11 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-02-25T03:18:26.497Z] #48 32.14 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-02-25T03:18:26.497Z] #48 32.17 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-02-25T03:18:26.497Z] #48 32.22 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-02-25T03:18:26.497Z] #48 32.44 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-25T03:18:26.497Z] #48 32.53 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-25T03:18:26.497Z] #48 32.53 go: extracting github.com/magiconair/properties v1.8.1 [2021-02-25T03:18:26.497Z] #48 32.55 go: extracting github.com/ultraware/funlen v0.0.2 [2021-02-25T03:18:26.497Z] #48 32.60 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-02-25T03:18:26.497Z] #48 32.60 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-25T03:18:26.497Z] #48 32.60 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-25T03:18:26.497Z] #48 32.61 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-25T03:18:26.497Z] #48 32.62 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-25T03:18:26.497Z] #48 32.62 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-02-25T03:18:26.497Z] #48 32.64 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-25T03:18:26.497Z] #48 32.66 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-02-25T03:18:26.497Z] #48 32.67 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-25T03:18:26.497Z] #48 32.78 go: downloading github.com/gogo/protobuf v1.2.1 [2021-02-25T03:18:26.497Z] #48 32.81 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-02-25T03:18:26.497Z] #48 32.83 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-25T03:18:26.497Z] #48 32.85 go: downloading github.com/kisielk/gotool v1.0.0 [2021-02-25T03:18:26.497Z] #48 32.88 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-25T03:18:26.497Z] #48 33.07 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-02-25T03:18:26.497Z] #48 33.08 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-25T03:18:26.497Z] #48 33.08 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-02-25T03:18:26.497Z] #48 33.09 go: downloading github.com/spf13/cobra v0.0.5 [2021-02-25T03:18:26.497Z] #48 33.30 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-25T03:18:26.497Z] #48 33.33 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-02-25T03:18:26.497Z] #48 33.37 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-25T03:18:26.497Z] #48 33.41 go: extracting github.com/kisielk/gotool v1.0.0 [2021-02-25T03:18:26.497Z] #48 33.48 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-25T03:18:26.497Z] #48 33.48 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-25T03:18:26.497Z] #48 33.51 go: extracting github.com/spf13/cobra v0.0.5 [2021-02-25T03:18:26.497Z] #48 33.59 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-25T03:18:26.497Z] #48 33.73 go: downloading github.com/subosito/gotenv v1.2.0 [2021-02-25T03:18:26.497Z] #48 33.76 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-25T03:18:26.497Z] #48 33.78 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-25T03:18:26.497Z] #48 33.84 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-02-25T03:18:26.497Z] #48 33.84 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-25T03:18:26.497Z] #48 33.86 go: extracting github.com/subosito/gotenv v1.2.0 [2021-02-25T03:18:26.497Z] #48 33.88 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-25T03:18:26.497Z] #48 33.92 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-25T03:18:26.497Z] #48 33.93 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-25T03:18:26.497Z] #48 34.06 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-25T03:18:26.497Z] #48 34.06 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-02-25T03:18:26.497Z] #48 34.09 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-02-25T03:18:26.497Z] #48 34.10 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-25T03:18:26.497Z] #48 34.15 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-25T03:18:26.497Z] #48 34.25 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-25T03:18:26.512Z] #37 6.179 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-02-25T03:18:26.517Z] #12 ... [2021-02-25T03:18:26.517Z] [2021-02-25T03:18:26.517Z] #50 [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-02-25T03:18:26.517Z] #50 sha256:90e0120ecc4828a2b00d33714c8a7a170a11d9c35e3f94055cf2bfb4aa2adc84 [2021-02-25T03:18:26.517Z] #50 48.13 syscall [2021-02-25T03:18:26.517Z] #50 48.17 reflect [2021-02-25T03:18:26.688Z] #50 ... [2021-02-25T03:18:26.689Z] [2021-02-25T03:18:26.689Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-25T03:18:26.689Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-02-25T03:18:26.689Z] #12 52.52 Unpacking libsystemd0:arm64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-02-25T03:18:26.759Z] #48 34.63 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-02-25T03:18:26.760Z] #47 ... [2021-02-25T03:18:26.760Z] [2021-02-25T03:18:26.760Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-25T03:18:26.760Z] #41 137.5 make[2]: Nothing to be done for 'all'. [2021-02-25T03:18:26.760Z] #41 137.5 INSTALL criu/criu [2021-02-25T03:18:26.760Z] #41 DONE 137.9s [2021-02-25T03:18:26.760Z] [2021-02-25T03:18:26.760Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-25T03:18:26.760Z] #47 184.4 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-02-25T03:18:26.775Z] #50 ... [2021-02-25T03:18:26.775Z] [2021-02-25T03:18:26.775Z] #41 [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-02-25T03:18:26.775Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-25T03:18:26.775Z] #41 32.37 Reading package lists... [2021-02-25T03:18:26.775Z] #41 39.01 Building dependency tree... [2021-02-25T03:18:26.775Z] #41 42.50 The following additional packages will be installed: [2021-02-25T03:18:26.775Z] #41 42.50 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-02-25T03:18:26.775Z] #41 42.50 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-02-25T03:18:26.775Z] #41 42.52 Suggested packages: [2021-02-25T03:18:26.775Z] #41 42.52 manpages-dev python-setuptools [2021-02-25T03:18:26.775Z] #41 43.97 The following NEW packages will be installed: [2021-02-25T03:18:26.775Z] #41 43.97 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-02-25T03:18:26.775Z] #41 43.97 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-02-25T03:18:26.775Z] #41 43.97 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-02-25T03:18:26.775Z] #41 43.97 python-six zlib1g-dev [2021-02-25T03:18:26.775Z] #41 44.36 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded. [2021-02-25T03:18:26.775Z] #41 44.36 Need to get 4095 kB of archives. [2021-02-25T03:18:26.775Z] #41 44.36 After this operation, 22.5 MB of additional disk space will be used. [2021-02-25T03:18:26.775Z] #41 44.36 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2021-02-25T03:18:26.775Z] #41 44.37 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-02-25T03:18:26.775Z] #41 44.38 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2021-02-25T03:18:26.775Z] #41 44.38 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-02-25T03:18:26.775Z] #41 44.38 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2021-02-25T03:18:26.775Z] #41 44.39 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-02-25T03:18:26.775Z] #41 44.42 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-02-25T03:18:26.775Z] #41 44.42 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2021-02-25T03:18:26.775Z] #41 44.42 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-02-25T03:18:26.775Z] #41 44.54 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2021-02-25T03:18:26.775Z] #41 44.54 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2021-02-25T03:18:26.775Z] #41 44.72 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2021-02-25T03:18:26.775Z] #41 44.82 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-02-25T03:18:26.775Z] #41 44.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-02-25T03:18:26.775Z] #41 44.87 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-02-25T03:18:26.775Z] #41 44.87 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2021-02-25T03:18:26.775Z] #41 44.92 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2021-02-25T03:18:26.775Z] #41 46.19 debconf: delaying package configuration, since apt-utils is not installed [2021-02-25T03:18:26.775Z] #41 46.44 Fetched 4095 kB in 1s (4757 kB/s) [2021-02-25T03:18:26.775Z] #41 46.54 Selecting previously unselected package libcap-dev:amd64. [2021-02-25T03:18:26.775Z] #41 46.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-02-25T03:18:26.775Z] #41 46.66 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2021-02-25T03:18:26.775Z] #41 46.66 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2021-02-25T03:18:26.775Z] #41 47.10 Selecting previously unselected package libnet1:amd64. [2021-02-25T03:18:26.775Z] #41 47.12 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-02-25T03:18:26.775Z] #41 47.14 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-25T03:18:26.775Z] #41 47.38 Selecting previously unselected package libnet1-dev. [2021-02-25T03:18:26.775Z] #41 47.41 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2021-02-25T03:18:26.775Z] #41 47.41 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-25T03:18:26.775Z] #41 47.69 Selecting previously unselected package libnl-3-200:amd64. [2021-02-25T03:18:26.775Z] #41 47.69 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2021-02-25T03:18:26.775Z] #41 47.72 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-02-25T03:18:26.775Z] #41 47.87 Selecting previously unselected package libnl-3-dev:amd64. [2021-02-25T03:18:26.775Z] #41 47.91 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2021-02-25T03:18:26.775Z] #41 47.99 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2021-02-25T03:18:26.775Z] #41 48.27 Selecting previously unselected package libprotobuf-c1:amd64. [2021-02-25T03:18:26.775Z] #41 48.27 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-02-25T03:18:26.775Z] #41 48.30 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-25T03:18:26.775Z] #41 48.37 Selecting previously unselected package libprotobuf-c-dev:amd64. [2021-02-25T03:18:26.775Z] #41 48.37 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2021-02-25T03:18:26.775Z] #41 48.37 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-02-25T03:18:26.775Z] #41 48.54 Selecting previously unselected package zlib1g-dev:amd64. [2021-02-25T03:18:26.775Z] #41 48.57 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2021-02-25T03:18:26.775Z] #41 48.57 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-02-25T03:18:26.816Z] #37 6.344 -- Configuring done [2021-02-25T03:18:26.816Z] #37 6.378 -- Generating done [2021-02-25T03:18:26.816Z] #37 6.383 -- Build files have been written to: /tmp/tmp.Q1LcP5iBLY/tini [2021-02-25T03:18:26.816Z] #37 6.397 + make tini-static [2021-02-25T03:18:26.816Z] #37 6.753 Scanning dependencies of target tini-static [2021-02-25T03:18:27.021Z] #48 34.79 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-25T03:18:27.022Z] #48 34.80 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-25T03:18:27.034Z] #41 ... [2021-02-25T03:18:27.034Z] [2021-02-25T03:18:27.034Z] #35 [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-02-25T03:18:27.034Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-25T03:18:27.034Z] #35 32.16 Reading package lists... [2021-02-25T03:18:27.034Z] #35 38.98 Building dependency tree... [2021-02-25T03:18:27.035Z] #35 42.59 The following additional packages will be installed: [2021-02-25T03:18:27.035Z] #35 42.60 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-02-25T03:18:27.035Z] #35 42.62 Suggested packages: [2021-02-25T03:18:27.035Z] #35 42.62 cmake-doc ninja-build lrzip [2021-02-25T03:18:27.035Z] #35 42.62 Recommended packages: [2021-02-25T03:18:27.035Z] #35 42.62 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-02-25T03:18:27.035Z] #35 43.69 The following NEW packages will be installed: [2021-02-25T03:18:27.035Z] #35 43.71 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-02-25T03:18:27.035Z] #35 43.71 vim-common xxd [2021-02-25T03:18:27.035Z] #35 44.11 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded. [2021-02-25T03:18:27.035Z] #35 44.11 Need to get 14.9 MB of archives. [2021-02-25T03:18:27.035Z] #35 44.11 After this operation, 61.8 MB of additional disk space will be used. [2021-02-25T03:18:27.035Z] #35 44.11 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-02-25T03:18:27.035Z] #35 44.11 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-02-25T03:18:27.035Z] #35 44.14 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-02-25T03:18:27.035Z] #35 44.27 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-02-25T03:18:27.035Z] #35 45.38 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-02-25T03:18:27.035Z] #35 45.38 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-02-25T03:18:27.035Z] #35 45.53 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-02-25T03:18:27.035Z] #35 45.53 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-02-25T03:18:27.035Z] #35 45.54 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-02-25T03:18:27.035Z] #35 45.54 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-02-25T03:18:27.035Z] #35 47.33 debconf: delaying package configuration, since apt-utils is not installed [2021-02-25T03:18:27.035Z] #35 47.48 Fetched 14.9 MB in 2s (6853 kB/s) [2021-02-25T03:18:27.035Z] #35 47.63 Selecting previously unselected package xxd. [2021-02-25T03:18:27.035Z] #35 47.63 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-02-25T03:18:27.035Z] #35 47.69 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-02-25T03:18:27.035Z] #35 47.72 Unpacking xxd (2:8.1.0875-5) ... [2021-02-25T03:18:27.035Z] #35 48.03 Selecting previously unselected package vim-common. [2021-02-25T03:18:27.035Z] #35 48.03 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-25T03:18:27.035Z] #35 48.07 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-25T03:18:27.035Z] #35 48.57 Selecting previously unselected package cmake-data. [2021-02-25T03:18:27.035Z] #35 48.57 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-02-25T03:18:27.035Z] #35 48.57 Unpacking cmake-data (3.13.4-1) ... [2021-02-25T03:18:27.059Z] #47 DONE 184.7s [2021-02-25T03:18:27.059Z] [2021-02-25T03:18:27.059Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2021-02-25T03:18:27.059Z] #38 DONE 184.7s [2021-02-25T03:18:27.059Z] [2021-02-25T03:18:27.059Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-25T03:18:27.116Z] #37 6.886 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-02-25T03:18:27.284Z] #48 34.89 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-25T03:18:27.284Z] #48 35.05 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-25T03:18:27.284Z] #48 35.05 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-02-25T03:18:27.284Z] #48 35.07 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-25T03:18:27.294Z] #35 ... [2021-02-25T03:18:27.294Z] [2021-02-25T03:18:27.294Z] #41 [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-02-25T03:18:27.294Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-25T03:18:27.294Z] #41 48.85 Selecting previously unselected package libprotobuf17:amd64. [2021-02-25T03:18:27.294Z] #41 48.87 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-02-25T03:18:27.294Z] #41 48.88 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-02-25T03:18:27.390Z] #12 53.21 Setting up libsystemd0:arm64 (241-7~deb10u6) ... [2021-02-25T03:18:27.546Z] #48 35.16 go: downloading github.com/spf13/afero v1.1.2 [2021-02-25T03:18:27.546Z] #48 35.21 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-02-25T03:18:27.546Z] #48 35.24 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-25T03:18:27.546Z] #48 35.27 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-25T03:18:27.546Z] #48 35.30 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-25T03:18:27.768Z] #37 ... [2021-02-25T03:18:27.768Z] [2021-02-25T03:18:27.768Z] #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-02-25T03:18:27.768Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-02-25T03:18:27.768Z] #42 67.02 Setting up libnl-3-dev:ppc64el (3.4.0-1) ... [2021-02-25T03:18:27.809Z] #48 35.55 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-25T03:18:27.809Z] #48 35.63 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-02-25T03:18:27.809Z] #48 35.66 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-02-25T03:18:27.990Z] #12 ... [2021-02-25T03:18:27.990Z] [2021-02-25T03:18:27.990Z] #54 [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-02-25T03:18:27.990Z] #54 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-02-25T03:18:27.990Z] #54 48.53 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-25T03:18:27.990Z] #54 50.34 Selecting previously unselected package libbtrfs-dev. [2021-02-25T03:18:27.990Z] #54 50.34 Preparing to unpack .../libbtrfs-dev_4.20.1-2_arm64.deb ... [2021-02-25T03:18:27.990Z] #54 50.94 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-25T03:18:27.990Z] #54 52.49 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-25T03:18:27.990Z] #54 52.61 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-25T03:18:27.990Z] #54 52.72 Processing triggers for libc-bin (2.28-10) ... [2021-02-25T03:18:27.990Z] #54 DONE 53.8s [2021-02-25T03:18:27.990Z] [2021-02-25T03:18:27.990Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-25T03:18:27.990Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-02-25T03:18:27.990Z] #12 53.88 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2021-02-25T03:18:27.990Z] #12 54.02 Preparing to unpack .../libudev1_241-7~deb10u6_arm64.deb ... [2021-02-25T03:18:27.990Z] #12 54.08 Unpacking libudev1:arm64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-02-25T03:18:28.072Z] #42 67.03 Processing triggers for libc-bin (2.28-10) ... [2021-02-25T03:18:28.072Z] #42 DONE 67.3s [2021-02-25T03:18:28.072Z] [2021-02-25T03:18:28.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-02-25T03:18:28.072Z] #51 sha256:6391109844e799df0f3324325bd4507bbd831a65436fe2672c84c9ddeab1bb4b [2021-02-25T03:18:28.072Z] #51 63.80 bufio [2021-02-25T03:18:28.072Z] #51 64.53 reflect [2021-02-25T03:18:28.072Z] #51 66.84 regexp/syntax [2021-02-25T03:18:28.078Z] #48 35.83 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-25T03:18:28.078Z] #48 35.95 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-02-25T03:18:28.226Z] #41 50.02 Selecting previously unselected package libprotobuf-lite17:amd64. [2021-02-25T03:18:28.340Z] #48 35.95 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-02-25T03:18:28.340Z] #48 35.99 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-02-25T03:18:28.340Z] #48 36.07 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-25T03:18:28.340Z] #48 36.07 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-02-25T03:18:28.340Z] #48 36.09 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-02-25T03:18:28.340Z] #48 36.09 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-25T03:18:28.340Z] #48 36.20 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-25T03:18:28.483Z] #41 50.03 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2021-02-25T03:18:28.483Z] #41 50.05 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-02-25T03:18:28.483Z] #41 50.28 Selecting previously unselected package libprotobuf-dev:amd64. [2021-02-25T03:18:28.570Z] #12 54.52 Setting up libudev1:arm64 (241-7~deb10u6) ... [2021-02-25T03:18:28.602Z] #48 36.34 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-02-25T03:18:28.603Z] #48 36.46 go: downloading github.com/spf13/pflag v1.0.5 [2021-02-25T03:18:28.741Z] #41 50.32 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2021-02-25T03:18:28.741Z] #41 50.35 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-02-25T03:18:28.836Z] #12 54.78 Selecting previously unselected package binutils-mingw-w64-i686. [2021-02-25T03:18:28.836Z] #12 54.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 ... 15383 files and directories currently installed.) [2021-02-25T03:18:28.836Z] #12 54.96 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_arm64.deb ... [2021-02-25T03:18:28.836Z] #12 54.98 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-25T03:18:28.938Z] #48 36.52 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-25T03:18:28.938Z] #48 36.61 go: extracting github.com/spf13/afero v1.1.2 [2021-02-25T03:18:29.252Z] #48 36.65 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-25T03:18:29.514Z] #48 37.05 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-02-25T03:18:29.514Z] #48 37.16 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-25T03:18:29.514Z] #48 37.23 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-25T03:18:29.514Z] #48 37.25 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-02-25T03:18:29.514Z] #48 37.34 go: downloading github.com/gobwas/glob v0.2.3 [2021-02-25T03:18:29.786Z] #48 37.50 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-02-25T03:18:30.048Z] #48 37.70 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-02-25T03:18:30.114Z] #41 51.70 Selecting previously unselected package libprotoc17:amd64. [2021-02-25T03:18:30.114Z] #41 51.70 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2021-02-25T03:18:30.114Z] #41 51.71 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2021-02-25T03:18:30.191Z] #51 ... [2021-02-25T03:18:30.191Z] [2021-02-25T03:18:30.191Z] #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-02-25T03:18:30.191Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-25T03:18:30.191Z] #43 1.480 Note: Building without setproctitle() and strlcpy() support. [2021-02-25T03:18:30.191Z] #43 1.480 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-25T03:18:30.191Z] #43 1.487 Note: Building without GnuTLS support [2021-02-25T03:18:30.191Z] #43 1.498 Makefile.config:39: Warn: you have no libnftables installed [2021-02-25T03:18:30.191Z] #43 1.514 Makefile.config:40: Warn: Building without nftables support [2021-02-25T03:18:30.191Z] #43 ... [2021-02-25T03:18:30.191Z] [2021-02-25T03:18:30.191Z] #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-02-25T03:18:30.191Z] #37 sha256:11f81e38540f467a69ee7a5527511422c699034ae05a17abf8ee1b3f5eeeab1a [2021-02-25T03:18:30.191Z] #37 8.798 [100%] Linking C executable tini-static [2021-02-25T03:18:30.191Z] #37 9.671 [100%] Built target tini-static [2021-02-25T03:18:30.191Z] #37 9.773 + mkdir -p /build [2021-02-25T03:18:30.191Z] #37 9.778 + cp tini-static /build/docker-init [2021-02-25T03:18:30.191Z] #37 DONE 9.9s [2021-02-25T03:18:30.312Z] #48 37.99 go: extracting github.com/spf13/pflag v1.0.5 [2021-02-25T03:18:30.312Z] #48 38.01 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-02-25T03:18:30.491Z] [2021-02-25T03:18:30.491Z] #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-02-25T03:18:30.491Z] #45 sha256:b3ae012ae7778c84f7a05da4bdd7179235db04bef388100621bc6554c8e89643 [2021-02-25T03:18:30.491Z] #45 62.70 bufio [2021-02-25T03:18:30.491Z] #45 65.30 reflect [2021-02-25T03:18:30.491Z] #45 65.97 regexp/syntax [2021-02-25T03:18:30.491Z] #45 68.61 hash/crc32 [2021-02-25T03:18:30.575Z] #48 38.21 go: extracting github.com/gobwas/glob v0.2.3 [2021-02-25T03:18:30.575Z] #48 38.30 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-25T03:18:30.575Z] #48 38.30 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-25T03:18:30.575Z] #48 38.30 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-02-25T03:18:30.575Z] #48 38.35 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-02-25T03:18:30.575Z] #48 38.37 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-02-25T03:18:30.575Z] #48 38.39 go: downloading github.com/spf13/cast v1.3.0 [2021-02-25T03:18:30.706Z] #54 ... [2021-02-25T03:18:30.706Z] [2021-02-25T03:18:30.706Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2021-02-25T03:18:30.706Z] #39 DONE 0.4s [2021-02-25T03:18:30.706Z] [2021-02-25T03:18:30.707Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-02-25T03:18:30.871Z] #48 38.44 go: extracting github.com/spf13/cast v1.3.0 [2021-02-25T03:18:30.871Z] #48 38.49 go: downloading golang.org/x/text v0.3.2 [2021-02-25T03:18:30.871Z] #48 38.49 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-25T03:18:30.871Z] #48 38.61 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-25T03:18:31.001Z] #42 DONE 0.1s [2021-02-25T03:18:31.001Z] [2021-02-25T03:18:31.001Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2021-02-25T03:18:31.048Z] #41 52.95 Selecting previously unselected package protobuf-c-compiler. [2021-02-25T03:18:31.048Z] #41 52.95 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2021-02-25T03:18:31.133Z] #48 38.69 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-25T03:18:31.133Z] #48 38.72 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-02-25T03:18:31.133Z] #48 38.87 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-02-25T03:18:31.160Z] #45 ... [2021-02-25T03:18:31.160Z] [2021-02-25T03:18:31.160Z] #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-02-25T03:18:31.160Z] #34 sha256:ced9f780ba36d958fea0a88481379dbcb5fb4e2acfd6605fe4673dff228b33d6 [2021-02-25T03:18:31.160Z] #34 61.01 bufio [2021-02-25T03:18:31.160Z] #34 62.14 reflect [2021-02-25T03:18:31.160Z] #34 63.37 path [2021-02-25T03:18:31.160Z] #34 65.34 text/tabwriter [2021-02-25T03:18:31.160Z] #34 70.52 time [2021-02-25T03:18:31.297Z] #44 DONE 0.3s [2021-02-25T03:18:31.297Z] [2021-02-25T03:18:31.297Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2021-02-25T03:18:31.297Z] #46 DONE 0.1s [2021-02-25T03:18:31.297Z] [2021-02-25T03:18:31.297Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2021-02-25T03:18:31.305Z] #41 52.98 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-25T03:18:31.464Z] #34 70.53 internal/syscall/execenv [2021-02-25T03:18:31.464Z] #34 70.55 internal/syscall/unix [2021-02-25T03:18:31.492Z] #12 ... [2021-02-25T03:18:31.492Z] [2021-02-25T03:18:31.492Z] #33 [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-02-25T03:18:31.492Z] #33 sha256:8b4863751e833b3e36a433bff7bbb685c8c2b85551c6e47a4a6242ca62351796 [2021-02-25T03:18:31.492Z] #33 47.38 os [2021-02-25T03:18:31.492Z] #33 48.06 internal/fmtsort [2021-02-25T03:18:31.492Z] #33 49.08 fmt [2021-02-25T03:18:31.492Z] #33 49.08 path/filepath [2021-02-25T03:18:31.492Z] #33 50.06 io/ioutil [2021-02-25T03:18:31.492Z] #33 50.80 flag [2021-02-25T03:18:31.492Z] #33 50.80 github.com/BurntSushi/toml [2021-02-25T03:18:31.492Z] #33 50.80 log [2021-02-25T03:18:31.492Z] #33 54.66 github.com/BurntSushi/toml/cmd/tomlv [2021-02-25T03:18:31.562Z] #41 53.13 Selecting previously unselected package protobuf-compiler. [2021-02-25T03:18:31.562Z] #41 53.13 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2021-02-25T03:18:31.562Z] #41 53.15 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-02-25T03:18:31.562Z] #41 53.30 Selecting previously unselected package python-pkg-resources. [2021-02-25T03:18:31.562Z] #41 53.32 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-02-25T03:18:31.562Z] #41 53.33 Unpacking python-pkg-resources (40.8.0-1) ... [2021-02-25T03:18:31.589Z] #48 DONE 0.3s [2021-02-25T03:18:31.589Z] [2021-02-25T03:18:31.589Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2021-02-25T03:18:31.705Z] #48 39.37 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-25T03:18:31.757Z] #33 ... [2021-02-25T03:18:31.757Z] [2021-02-25T03:18:31.757Z] #41 [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-02-25T03:18:31.757Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-02-25T03:18:31.757Z] #41 50.56 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-02-25T03:18:31.757Z] #41 51.82 Selecting previously unselected package libnet1-dev. [2021-02-25T03:18:31.757Z] #41 51.82 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_arm64.deb ... [2021-02-25T03:18:31.757Z] #41 51.84 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-25T03:18:31.757Z] #41 52.89 Selecting previously unselected package libnl-3-200:arm64. [2021-02-25T03:18:31.757Z] #41 52.90 Preparing to unpack .../03-libnl-3-200_3.4.0-1_arm64.deb ... [2021-02-25T03:18:31.757Z] #41 52.93 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2021-02-25T03:18:31.757Z] #41 53.22 Selecting previously unselected package libnl-3-dev:arm64. [2021-02-25T03:18:31.757Z] #41 53.22 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_arm64.deb ... [2021-02-25T03:18:31.757Z] #41 53.28 Unpacking libnl-3-dev:arm64 (3.4.0-1) ... [2021-02-25T03:18:31.757Z] #41 54.04 Selecting previously unselected package libprotobuf-c1:arm64. [2021-02-25T03:18:31.757Z] #41 54.04 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2021-02-25T03:18:31.757Z] #41 54.08 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-02-25T03:18:31.757Z] #41 54.33 Selecting previously unselected package libprotobuf-c-dev:arm64. [2021-02-25T03:18:31.757Z] #41 54.33 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_arm64.deb ... [2021-02-25T03:18:31.757Z] #41 54.35 Unpacking libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2021-02-25T03:18:31.757Z] #41 54.62 Selecting previously unselected package zlib1g-dev:arm64. [2021-02-25T03:18:31.757Z] #41 54.62 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_arm64.deb ... [2021-02-25T03:18:31.757Z] #41 54.63 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2021-02-25T03:18:31.757Z] #41 55.16 Selecting previously unselected package libprotobuf17:arm64. [2021-02-25T03:18:31.757Z] #41 55.16 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_arm64.deb ... [2021-02-25T03:18:31.757Z] #41 55.20 Unpacking libprotobuf17:arm64 (3.6.1.3-2) ... [2021-02-25T03:18:31.757Z] #41 56.55 Selecting previously unselected package libprotobuf-lite17:arm64. [2021-02-25T03:18:31.757Z] #41 56.56 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_arm64.deb ... [2021-02-25T03:18:31.757Z] #41 56.57 Unpacking libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2021-02-25T03:18:31.757Z] #41 57.24 Selecting previously unselected package libprotobuf-dev:arm64. [2021-02-25T03:18:31.757Z] #41 57.24 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_arm64.deb ... [2021-02-25T03:18:31.757Z] #41 57.38 Unpacking libprotobuf-dev:arm64 (3.6.1.3-2) ... [2021-02-25T03:18:31.765Z] #34 ... [2021-02-25T03:18:31.765Z] [2021-02-25T03:18:31.765Z] #13 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-25T03:18:31.765Z] #13 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-02-25T03:18:31.765Z] #13 63.71 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-02-25T03:18:31.765Z] #13 63.72 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-02-25T03:18:31.765Z] #13 63.73 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-25T03:18:31.765Z] #13 71.02 Selecting previously unselected package gcc-mingw-w64-base. [2021-02-25T03:18:31.765Z] #13 71.02 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2021-02-25T03:18:31.765Z] #13 71.03 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-25T03:18:31.819Z] #41 53.57 Selecting previously unselected package python-six. [2021-02-25T03:18:31.819Z] #41 53.58 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-02-25T03:18:31.819Z] #41 53.59 Unpacking python-six (1.12.0-1) ... [2021-02-25T03:18:31.819Z] #41 53.70 Selecting previously unselected package python-protobuf. [2021-02-25T03:18:31.819Z] #41 53.70 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2021-02-25T03:18:31.883Z] #50 DONE 0.2s [2021-02-25T03:18:31.883Z] [2021-02-25T03:18:31.883Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-25T03:18:31.968Z] #48 39.73 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-02-25T03:18:32.066Z] #13 71.18 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-02-25T03:18:32.066Z] #13 71.21 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2021-02-25T03:18:32.066Z] #13 71.21 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-25T03:18:32.066Z] #13 ... [2021-02-25T03:18:32.066Z] [2021-02-25T03:18:32.066Z] #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-02-25T03:18:32.066Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-25T03:18:32.066Z] #43 3.975 fatal: not a git repository (or any of the parent directories): .git [2021-02-25T03:18:32.066Z] #43 4.007 GEN .gitid [2021-02-25T03:18:32.066Z] #43 4.037 GEN criu/include/version.h [2021-02-25T03:18:32.066Z] #43 4.108 GEN include/common/asm [2021-02-25T03:18:32.076Z] #41 53.71 Unpacking python-protobuf (3.6.1.3-2) ... [2021-02-25T03:18:32.230Z] #48 40.04 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-02-25T03:18:32.230Z] #48 40.17 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-25T03:18:32.339Z] #41 ... [2021-02-25T03:18:32.339Z] [2021-02-25T03:18:32.339Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-25T03:18:32.339Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-02-25T03:18:32.339Z] #12 58.36 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-02-25T03:18:32.339Z] #12 58.36 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_arm64.deb ... [2021-02-25T03:18:32.605Z] #12 58.47 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-25T03:18:32.605Z] #12 ... [2021-02-25T03:18:32.605Z] [2021-02-25T03:18:32.605Z] #48 [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-02-25T03:18:32.605Z] #48 sha256:86ff5e4393159d26adec9e96c22744aaff961e59647e9ae2baad8823f00f4600 [2021-02-25T03:18:32.605Z] #48 48.45 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-25T03:18:32.605Z] #48 48.53 go: finding github.com/ultraware/whitespace v0.0.4 [2021-02-25T03:18:32.605Z] #48 48.54 go: finding github.com/uudashr/gocognit v1.0.1 [2021-02-25T03:18:32.605Z] #48 48.58 go: finding github.com/gogo/protobuf v1.2.1 [2021-02-25T03:18:32.605Z] #48 48.61 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-25T03:18:32.605Z] #48 48.72 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-25T03:18:32.605Z] #48 49.01 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-25T03:18:32.605Z] #48 49.02 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-25T03:18:32.605Z] #48 49.06 go: finding github.com/BurntSushi/toml v0.3.1 [2021-02-25T03:18:32.605Z] #48 49.13 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-25T03:18:32.605Z] #48 ... [2021-02-25T03:18:32.605Z] [2021-02-25T03:18:32.605Z] #50 [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-02-25T03:18:32.605Z] #50 sha256:f9ee54264d84d65ec037f1dc06d4a782e47cfdfcd47ac9a480c34fbec736cd2a [2021-02-25T03:18:32.605Z] #50 56.00 github.com/pkg/diff [2021-02-25T03:18:32.605Z] #50 56.02 go/ast [2021-02-25T03:18:32.605Z] #50 56.06 encoding/json [2021-02-25T03:18:32.605Z] #50 58.47 mvdan.cc/editorconfig [2021-02-25T03:18:32.640Z] #41 54.28 Setting up python-pkg-resources (40.8.0-1) ... [2021-02-25T03:18:32.805Z] #48 ... [2021-02-25T03:18:32.805Z] [2021-02-25T03:18:32.805Z] #57 [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-02-25T03:18:32.805Z] #57 sha256:72ba1ac913344734c398b155bb395caa0906fbe5eb9c3c4f14f56b23059d13ad [2021-02-25T03:18:32.805Z] #57 30.33 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-02-25T03:18:32.805Z] #57 30.78 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-02-25T03:18:32.805Z] #57 31.81 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-02-25T03:18:32.805Z] #57 31.86 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-02-25T03:18:32.805Z] #57 33.20 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-02-25T03:18:32.805Z] #57 34.19 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-02-25T03:18:32.805Z] #57 37.43 go: finding github.com/pkg/errors v0.9.1 [2021-02-25T03:18:32.805Z] #57 37.48 go: finding github.com/sirupsen/logrus v1.7.0 [2021-02-25T03:18:32.805Z] #57 37.66 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-02-25T03:18:32.805Z] #57 37.89 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-02-25T03:18:32.805Z] #57 37.93 go: finding github.com/google/uuid v1.2.0 [2021-02-25T03:18:32.805Z] #57 38.08 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-02-25T03:18:32.805Z] #57 38.08 go: finding github.com/gofrs/flock v0.8.0 [2021-02-25T03:18:32.805Z] #57 38.11 go: finding github.com/moby/vpnkit v0.4.0 [2021-02-25T03:18:32.805Z] #57 38.13 go: finding github.com/gorilla/mux v1.8.0 [2021-02-25T03:18:32.805Z] #57 38.19 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-02-25T03:18:32.805Z] #57 38.32 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-02-25T03:18:32.805Z] #57 38.33 go: finding github.com/moby/sys/mountinfo v0.4.0 [2021-02-25T03:18:32.805Z] #57 38.35 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-02-25T03:18:32.805Z] #57 38.65 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-02-25T03:18:32.805Z] #57 38.73 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-02-25T03:18:33.240Z] #41 ... [2021-02-25T03:18:33.240Z] [2021-02-25T03:18:33.240Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-25T03:18:33.240Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-25T03:18:33.240Z] #12 49.97 Get:12 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-02-25T03:18:33.240Z] #12 52.76 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-02-25T03:18:33.240Z] #12 52.77 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-02-25T03:18:33.240Z] #12 52.79 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-02-25T03:18:33.240Z] #12 52.80 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-02-25T03:18:33.240Z] #12 52.82 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2021-02-25T03:18:33.240Z] #12 52.83 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u6 [110 kB] [2021-02-25T03:18:33.240Z] #12 52.83 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-02-25T03:18:33.240Z] #12 52.84 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-02-25T03:18:33.240Z] #12 52.87 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-02-25T03:18:33.240Z] #12 52.90 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-02-25T03:18:33.240Z] #12 52.92 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-02-25T03:18:33.240Z] #12 52.96 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-02-25T03:18:33.240Z] #12 52.97 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-02-25T03:18:33.240Z] #12 52.97 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2021-02-25T03:18:33.240Z] #12 52.97 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u6 [322 kB] [2021-02-25T03:18:33.240Z] #12 54.09 debconf: delaying package configuration, since apt-utils is not installed [2021-02-25T03:18:33.240Z] #12 54.29 Fetched 78.2 MB in 9s (8537 kB/s) [2021-02-25T03:18:33.240Z] #12 54.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 ... 15410 files and directories currently installed.) [2021-02-25T03:18:33.240Z] #12 54.45 Preparing to unpack .../libsystemd0_241-7~deb10u6_amd64.deb ... [2021-02-25T03:18:33.240Z] #12 54.48 Unpacking libsystemd0:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-02-25T03:18:33.240Z] #12 55.10 Setting up libsystemd0:amd64 (241-7~deb10u6) ... [2021-02-25T03:18:33.497Z] #12 ... [2021-02-25T03:18:33.497Z] [2021-02-25T03:18:33.497Z] #44 [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-02-25T03:18:33.497Z] #44 sha256:9c1c894d71924ba5495f24b060df116fd97fd016d241f3cd58c535b197cc6e71 [2021-02-25T03:18:33.497Z] #44 55.37 time [2021-02-25T03:18:33.755Z] #44 ... [2021-02-25T03:18:33.755Z] [2021-02-25T03:18:33.755Z] #46 [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-02-25T03:18:33.755Z] #46 sha256:4bfce7b2597647ca173c9ace7c492bf990e8802cf15b6019f9dafeacd9ccfeb0 [2021-02-25T03:18:33.755Z] #46 DONE 55.4s [2021-02-25T03:18:33.755Z] [2021-02-25T03:18:33.755Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-25T03:18:33.755Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-25T03:18:33.755Z] #12 55.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 ... 15410 files and directories currently installed.) [2021-02-25T03:18:33.755Z] #12 55.64 Preparing to unpack .../libudev1_241-7~deb10u6_amd64.deb ... [2021-02-25T03:18:34.015Z] #12 55.64 Unpacking libudev1:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-02-25T03:18:34.015Z] #12 55.88 Setting up libudev1:amd64 (241-7~deb10u6) ... [2021-02-25T03:18:34.190Z] #43 6.116 PBCC images/timens.pb-c.c [2021-02-25T03:18:34.190Z] #43 6.172 DEP images/timens.pb-c.d [2021-02-25T03:18:34.273Z] #12 56.05 Selecting previously unselected package binutils-mingw-w64-i686. [2021-02-25T03:18:34.273Z] #12 56.05 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-02-25T03:18:34.273Z] #12 56.12 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-02-25T03:18:34.273Z] #12 56.15 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-25T03:18:34.492Z] #43 6.225 PBCC images/fown.pb-c.c [2021-02-25T03:18:34.492Z] #43 6.265 PBCC images/google/protobuf/descriptor.pb-c.c [2021-02-25T03:18:34.492Z] #43 6.362 PBCC images/opts.pb-c.c [2021-02-25T03:18:34.492Z] #43 6.403 PBCC images/memfd.pb-c.c [2021-02-25T03:18:34.729Z] #57 ... [2021-02-25T03:18:34.729Z] [2021-02-25T03:18:34.729Z] #48 [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-02-25T03:18:34.729Z] #48 sha256:2112b7d1a4d8db87cfdd0f85111933d0835a2755ce63403221e969558ed4b3cf [2021-02-25T03:18:34.729Z] #48 42.25 go: extracting github.com/gogo/protobuf v1.2.1 [2021-02-25T03:18:34.729Z] #48 ... [2021-02-25T03:18:34.729Z] [2021-02-25T03:18:34.729Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-25T03:18:34.729Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-25T03:18:34.729Z] #12 32.48 Fetched 8422 kB in 25s (340 kB/s) [2021-02-25T03:18:34.729Z] #12 32.48 Reading package lists... [2021-02-25T03:18:34.796Z] #43 6.472 DEP images/fown.pb-c.d [2021-02-25T03:18:34.796Z] #43 6.541 DEP images/google/protobuf/descriptor.pb-c.d [2021-02-25T03:18:34.796Z] #43 6.621 DEP images/opts.pb-c.d [2021-02-25T03:18:34.796Z] #43 6.703 DEP images/memfd.pb-c.d [2021-02-25T03:18:34.992Z] #12 39.63 Reading package lists... [2021-02-25T03:18:34.992Z] #12 ... [2021-02-25T03:18:34.992Z] [2021-02-25T03:18:34.992Z] #41 [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-02-25T03:18:34.992Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-25T03:18:34.992Z] #41 33.51 Fetched 8422 kB in 25s (339 kB/s) [2021-02-25T03:18:34.992Z] #41 33.51 Reading package lists... [2021-02-25T03:18:35.098Z] #43 6.798 PBCC images/sit.pb-c.c [2021-02-25T03:18:35.098Z] #43 6.843 DEP images/sit.pb-c.d [2021-02-25T03:18:35.098Z] #43 6.941 PBCC images/macvlan.pb-c.c [2021-02-25T03:18:35.098Z] #43 6.973 DEP images/macvlan.pb-c.d [2021-02-25T03:18:35.189Z] #50 60.71 mvdan.cc/sh/v3/syntax [2021-02-25T03:18:35.255Z] #41 40.44 Reading package lists... [2021-02-25T03:18:35.255Z] #41 ... [2021-02-25T03:18:35.255Z] [2021-02-25T03:18:35.255Z] #54 [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-02-25T03:18:35.255Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-25T03:18:35.255Z] #54 32.98 Fetched 8422 kB in 25s (339 kB/s) [2021-02-25T03:18:35.255Z] #54 32.98 Reading package lists... [2021-02-25T03:18:35.255Z] #54 39.88 Reading package lists... [2021-02-25T03:18:35.255Z] #54 ... [2021-02-25T03:18:35.255Z] [2021-02-25T03:18:35.255Z] #35 [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-02-25T03:18:35.255Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-25T03:18:35.255Z] #35 33.34 Fetched 8422 kB in 25s (339 kB/s) [2021-02-25T03:18:35.255Z] #35 33.34 Reading package lists... [2021-02-25T03:18:35.399Z] #43 7.116 PBCC images/autofs.pb-c.c [2021-02-25T03:18:35.399Z] #43 7.194 DEP images/autofs.pb-c.d [2021-02-25T03:18:35.399Z] #43 7.296 PBCC images/sysctl.pb-c.c [2021-02-25T03:18:35.399Z] #43 7.306 DEP images/sysctl.pb-c.d [2021-02-25T03:18:35.399Z] #43 7.392 PBCC images/time.pb-c.c [2021-02-25T03:18:35.399Z] #43 7.430 DEP images/time.pb-c.d [2021-02-25T03:18:35.702Z] #43 7.536 PBCC images/binfmt-misc.pb-c.c [2021-02-25T03:18:35.702Z] #43 7.546 DEP images/binfmt-misc.pb-c.d [2021-02-25T03:18:35.702Z] #43 7.635 PBCC images/seccomp.pb-c.c [2021-02-25T03:18:35.702Z] #43 7.659 DEP images/seccomp.pb-c.d [2021-02-25T03:18:36.021Z] #43 7.779 PBCC images/userns.pb-c.c [2021-02-25T03:18:36.021Z] #43 7.798 DEP images/userns.pb-c.d [2021-02-25T03:18:36.021Z] #43 7.856 PBCC images/cgroup.pb-c.c [2021-02-25T03:18:36.021Z] #43 7.885 DEP images/cgroup.pb-c.d [2021-02-25T03:18:36.021Z] #43 7.931 PBCC images/ext-file.pb-c.c [2021-02-25T03:18:36.021Z] #43 7.967 DEP images/ext-file.pb-c.d [2021-02-25T03:18:36.021Z] #43 8.013 PBCC images/rpc.pb-c.c [2021-02-25T03:18:36.149Z] #50 ... [2021-02-25T03:18:36.149Z] [2021-02-25T03:18:36.149Z] #33 [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-02-25T03:18:36.149Z] #33 sha256:8b4863751e833b3e36a433bff7bbb685c8c2b85551c6e47a4a6242ca62351796 [2021-02-25T03:18:36.149Z] #33 DONE 62.0s [2021-02-25T03:18:36.149Z] [2021-02-25T03:18:36.149Z] #41 [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-02-25T03:18:36.149Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-02-25T03:18:36.149Z] #41 60.33 Selecting previously unselected package libprotoc17:arm64. [2021-02-25T03:18:36.149Z] #41 60.34 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_arm64.deb ... [2021-02-25T03:18:36.149Z] #41 60.48 Unpacking libprotoc17:arm64 (3.6.1.3-2) ... [2021-02-25T03:18:36.321Z] #43 8.060 DEP images/rpc.pb-c.d [2021-02-25T03:18:36.321Z] #43 8.102 PBCC images/siginfo.pb-c.c [2021-02-25T03:18:36.321Z] #43 8.125 DEP images/siginfo.pb-c.d [2021-02-25T03:18:36.321Z] #43 8.195 PBCC images/pagemap.pb-c.c [2021-02-25T03:18:36.622Z] #43 8.301 DEP images/pagemap.pb-c.d [2021-02-25T03:18:36.622Z] #43 8.325 PBCC images/rlimit.pb-c.c [2021-02-25T03:18:36.622Z] #43 8.339 DEP images/rlimit.pb-c.d [2021-02-25T03:18:36.622Z] #43 8.364 PBCC images/file-lock.pb-c.c [2021-02-25T03:18:36.622Z] #43 8.377 DEP images/file-lock.pb-c.d [2021-02-25T03:18:36.622Z] #43 8.407 PBCC images/tty.pb-c.c [2021-02-25T03:18:36.622Z] #43 8.431 DEP images/tty.pb-c.d [2021-02-25T03:18:36.622Z] #43 8.492 PBCC images/tun.pb-c.c [2021-02-25T03:18:36.622Z] #43 8.526 PBCC images/netdev.pb-c.c [2021-02-25T03:18:36.622Z] #43 8.576 DEP images/tun.pb-c.d [2021-02-25T03:18:36.622Z] #43 8.616 DEP images/netdev.pb-c.d [2021-02-25T03:18:36.730Z] #41 62.55 Selecting previously unselected package protobuf-c-compiler. [2021-02-25T03:18:36.730Z] #41 62.56 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_arm64.deb ... [2021-02-25T03:18:36.730Z] #41 62.76 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-25T03:18:36.730Z] #41 ... [2021-02-25T03:18:36.730Z] [2021-02-25T03:18:36.730Z] #44 [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-02-25T03:18:36.730Z] #44 sha256:d3f461970f39f44f439535a34a8026bc8a71c4dd3594a0d65b18f27daa7ef102 [2021-02-25T03:18:36.730Z] #44 52.90 text/template/parse [2021-02-25T03:18:36.730Z] #44 53.00 go/scanner [2021-02-25T03:18:36.730Z] #44 53.42 encoding/json [2021-02-25T03:18:36.730Z] #44 55.48 encoding/xml [2021-02-25T03:18:36.730Z] #44 55.76 go/ast [2021-02-25T03:18:36.730Z] #44 59.88 text/template [2021-02-25T03:18:36.801Z] #12 58.60 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-02-25T03:18:36.801Z] #12 58.60 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-02-25T03:18:36.801Z] #12 58.60 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-25T03:18:36.923Z] #43 8.662 PBCC images/vma.pb-c.c [2021-02-25T03:18:36.923Z] #43 8.726 DEP images/vma.pb-c.d [2021-02-25T03:18:36.923Z] #43 8.793 PBCC images/creds.pb-c.c [2021-02-25T03:18:36.923Z] #43 8.839 DEP images/creds.pb-c.d [2021-02-25T03:18:36.923Z] #43 8.857 PBCC images/utsns.pb-c.c [2021-02-25T03:18:36.923Z] #43 8.885 DEP images/utsns.pb-c.d [2021-02-25T03:18:36.923Z] #43 8.965 PBCC images/ipc-desc.pb-c.c [2021-02-25T03:18:36.996Z] #44 ... [2021-02-25T03:18:36.996Z] [2021-02-25T03:18:36.996Z] #35 [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-02-25T03:18:36.996Z] #35 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-02-25T03:18:36.996Z] #35 52.89 Selecting previously unselected package cmake-data. [2021-02-25T03:18:36.996Z] #35 52.90 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-02-25T03:18:36.996Z] #35 52.94 Unpacking cmake-data (3.13.4-1) ... [2021-02-25T03:18:36.996Z] #35 62.76 Selecting previously unselected package libicu63:arm64. [2021-02-25T03:18:36.996Z] #35 62.77 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_arm64.deb ... [2021-02-25T03:18:36.996Z] #35 63.02 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2021-02-25T03:18:36.996Z] #35 ... [2021-02-25T03:18:36.996Z] [2021-02-25T03:18:36.996Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-25T03:18:36.996Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-02-25T03:18:36.996Z] #12 63.02 Selecting previously unselected package binutils-mingw-w64. [2021-02-25T03:18:36.996Z] #12 63.03 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-02-25T03:18:37.224Z] #43 8.987 PBCC images/ipc-sem.pb-c.c [2021-02-25T03:18:37.224Z] #43 9.019 DEP images/ipc-desc.pb-c.d [2021-02-25T03:18:37.224Z] #43 9.076 DEP images/ipc-sem.pb-c.d [2021-02-25T03:18:37.224Z] #43 9.105 PBCC images/ipc-msg.pb-c.c [2021-02-25T03:18:37.224Z] #43 9.116 DEP images/ipc-msg.pb-c.d [2021-02-25T03:18:37.224Z] #43 9.182 PBCC images/ipc-shm.pb-c.c [2021-02-25T03:18:37.525Z] #43 9.195 DEP images/ipc-shm.pb-c.d [2021-02-25T03:18:37.525Z] #43 9.225 PBCC images/ipc-var.pb-c.c [2021-02-25T03:18:37.525Z] #43 9.243 DEP images/ipc-var.pb-c.d [2021-02-25T03:18:37.525Z] #43 9.282 PBCC images/sk-opts.pb-c.c [2021-02-25T03:18:37.525Z] #43 9.305 PBCC images/packet-sock.pb-c.c [2021-02-25T03:18:37.525Z] #43 9.352 DEP images/sk-opts.pb-c.d [2021-02-25T03:18:37.525Z] #43 9.403 DEP images/packet-sock.pb-c.d [2021-02-25T03:18:37.525Z] #43 9.445 PBCC images/sk-netlink.pb-c.c [2021-02-25T03:18:37.578Z] #12 63.33 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-25T03:18:37.828Z] #43 ... [2021-02-25T03:18:37.828Z] [2021-02-25T03:18:37.828Z] #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-02-25T03:18:37.828Z] #47 sha256:43ea9d15e6e841eff2a2bffb05f61e0c83ce65c2307ab5ec9e62eb73be0858e5 [2021-02-25T03:18:37.828Z] #47 DONE 76.8s [2021-02-25T03:18:37.828Z] [2021-02-25T03:18:37.828Z] #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-02-25T03:18:37.828Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-25T03:18:37.828Z] #43 9.480 DEP images/sk-netlink.pb-c.d [2021-02-25T03:18:37.828Z] #43 9.544 PBCC images/sk-inet.pb-c.c [2021-02-25T03:18:37.828Z] #43 ... [2021-02-25T03:18:37.828Z] [2021-02-25T03:18:37.828Z] #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-02-25T03:18:37.828Z] #51 sha256:6391109844e799df0f3324325bd4507bbd831a65436fe2672c84c9ddeab1bb4b [2021-02-25T03:18:37.828Z] #51 74.91 time [2021-02-25T03:18:37.844Z] #12 63.79 Selecting previously unselected package libdevmapper1.02.1:arm64. [2021-02-25T03:18:37.844Z] #12 63.79 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ... [2021-02-25T03:18:37.844Z] #12 63.80 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2021-02-25T03:18:37.844Z] #12 ... [2021-02-25T03:18:37.844Z] [2021-02-25T03:18:37.844Z] #55 [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-02-25T03:18:37.844Z] #55 sha256:6539dedf4d3e1317939058c9ddd4e670b7282309fa9336578d4c0b845b1f0aec [2021-02-25T03:18:37.844Z] #55 2.501 + RM_GOPATH=0 [2021-02-25T03:18:37.844Z] #55 2.501 + TMP_GOPATH= [2021-02-25T03:18:37.844Z] #55 2.501 + : /build [2021-02-25T03:18:37.844Z] #55 2.501 + '[' -z '' ']' [2021-02-25T03:18:37.844Z] #55 2.501 ++ mktemp -d [2021-02-25T03:18:37.844Z] #55 2.501 + export GOPATH=/tmp/tmp.JSlirQelAu [2021-02-25T03:18:37.844Z] #55 2.501 + GOPATH=/tmp/tmp.JSlirQelAu [2021-02-25T03:18:37.844Z] #55 2.501 + RM_GOPATH=1 [2021-02-25T03:18:37.844Z] #55 2.501 + case "$(go env GOARCH)" in [2021-02-25T03:18:37.844Z] #55 2.501 ++ go env GOARCH [2021-02-25T03:18:37.844Z] #55 2.541 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:18:37.844Z] #55 2.541 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:18:37.844Z] #55 2.541 ++ dirname /tmp/install/install.sh [2021-02-25T03:18:37.844Z] #55 2.541 + dir=/tmp/install [2021-02-25T03:18:37.844Z] #55 2.541 + bin=containerd [2021-02-25T03:18:37.844Z] #55 2.541 + shift [2021-02-25T03:18:37.844Z] #55 2.541 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-02-25T03:18:37.844Z] #55 2.541 + . /tmp/install/containerd.installer [2021-02-25T03:18:37.844Z] #55 2.541 ++ set -e [2021-02-25T03:18:37.844Z] #55 2.541 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-25T03:18:37.844Z] #55 2.541 + install_containerd [2021-02-25T03:18:37.844Z] #55 2.541 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b' [2021-02-25T03:18:37.844Z] #55 2.541 + git clone https://github.com/containerd/containerd.git /tmp/tmp.JSlirQelAu/src/github.com/containerd/containerd [2021-02-25T03:18:37.844Z] #55 2.541 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-25T03:18:37.844Z] #55 2.547 Cloning into '/tmp/tmp.JSlirQelAu/src/github.com/containerd/containerd'... [2021-02-25T03:18:38.110Z] #55 ... [2021-02-25T03:18:38.110Z] [2021-02-25T03:18:38.110Z] #41 [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-02-25T03:18:38.110Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-02-25T03:18:38.110Z] #41 63.63 Selecting previously unselected package protobuf-compiler. [2021-02-25T03:18:38.110Z] #41 63.64 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_arm64.deb ... [2021-02-25T03:18:38.110Z] #41 63.68 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-02-25T03:18:38.571Z] #35 40.02 Reading package lists... [2021-02-25T03:18:38.572Z] #35 ... [2021-02-25T03:18:38.572Z] [2021-02-25T03:18:38.572Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-25T03:18:38.572Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-25T03:18:38.572Z] #12 39.63 Reading package lists... [2021-02-25T03:18:39.068Z] #41 65.13 Selecting previously unselected package python-pkg-resources. [2021-02-25T03:18:39.068Z] #41 65.14 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-02-25T03:18:39.068Z] #41 65.17 Unpacking python-pkg-resources (40.8.0-1) ... [2021-02-25T03:18:39.333Z] #41 65.47 Selecting previously unselected package python-six. [2021-02-25T03:18:39.366Z] #12 ... [2021-02-25T03:18:39.366Z] [2021-02-25T03:18:39.366Z] #55 [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-02-25T03:18:39.366Z] #55 sha256:7bb0b2fae1b2a0447fd802cbd6ab4e93a93c58d905079f43e177250021068990 [2021-02-25T03:18:39.366Z] #55 3.516 + RM_GOPATH=0 [2021-02-25T03:18:39.366Z] #55 3.516 + TMP_GOPATH= [2021-02-25T03:18:39.366Z] #55 3.516 + : /build [2021-02-25T03:18:39.366Z] #55 3.516 + '[' -z '' ']' [2021-02-25T03:18:39.366Z] #55 3.518 ++ mktemp -d [2021-02-25T03:18:39.366Z] #55 3.537 + export GOPATH=/tmp/tmp.tffJ6W9NbW [2021-02-25T03:18:39.366Z] #55 3.537 + GOPATH=/tmp/tmp.tffJ6W9NbW [2021-02-25T03:18:39.366Z] #55 3.537 + RM_GOPATH=1 [2021-02-25T03:18:39.366Z] #55 3.537 + case "$(go env GOARCH)" in [2021-02-25T03:18:39.366Z] #55 3.538 ++ go env GOARCH [2021-02-25T03:18:39.366Z] #55 3.549 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:18:39.366Z] #55 3.549 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:18:39.366Z] #55 3.553 ++ dirname /tmp/install/install.sh [2021-02-25T03:18:39.366Z] #55 3.557 + dir=/tmp/install [2021-02-25T03:18:39.366Z] #55 3.557 + bin=containerd [2021-02-25T03:18:39.366Z] #55 3.558 + shift [2021-02-25T03:18:39.366Z] #55 3.559 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-02-25T03:18:39.366Z] #55 3.559 + . /tmp/install/containerd.installer [2021-02-25T03:18:39.366Z] #55 3.559 ++ set -e [2021-02-25T03:18:39.366Z] #55 3.559 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-25T03:18:39.366Z] #55 3.560 + install_containerd [2021-02-25T03:18:39.366Z] #55 3.561 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b' [2021-02-25T03:18:39.366Z] #55 3.561 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-25T03:18:39.366Z] #55 3.561 + git clone https://github.com/containerd/containerd.git /tmp/tmp.tffJ6W9NbW/src/github.com/containerd/containerd [2021-02-25T03:18:39.366Z] #55 3.563 Cloning into '/tmp/tmp.tffJ6W9NbW/src/github.com/containerd/containerd'... [2021-02-25T03:18:39.366Z] #55 ... [2021-02-25T03:18:39.366Z] [2021-02-25T03:18:39.366Z] #31 [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-02-25T03:18:39.367Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-25T03:18:39.367Z] #31 51.09 Checking out files: 85% (1298/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2021-02-25T03:18:39.367Z] #31 51.78 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-02-25T03:18:39.367Z] #31 51.96 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-25T03:18:39.518Z] #12 46.09 Building dependency tree... [2021-02-25T03:18:39.599Z] #41 65.49 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-02-25T03:18:39.599Z] #41 65.50 Unpacking python-six (1.12.0-1) ... [2021-02-25T03:18:39.626Z] #31 ... [2021-02-25T03:18:39.626Z] [2021-02-25T03:18:39.626Z] #33 [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-02-25T03:18:39.626Z] #33 sha256:5a278342ade8e2c20f1c413695911318c9857be2ce63e1d77cb8878956a9fe89 [2021-02-25T03:18:39.626Z] #33 51.35 time [2021-02-25T03:18:39.626Z] #33 57.11 internal/poll [2021-02-25T03:18:39.626Z] #33 58.34 internal/fmtsort [2021-02-25T03:18:39.626Z] #33 59.32 strings [2021-02-25T03:18:39.626Z] #33 59.69 os [2021-02-25T03:18:39.884Z] #33 ... [2021-02-25T03:18:39.884Z] [2021-02-25T03:18:39.884Z] #35 [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-02-25T03:18:39.884Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-25T03:18:39.885Z] #35 51.79 Selecting previously unselected package libicu63:amd64. [2021-02-25T03:18:39.885Z] #35 51.83 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-02-25T03:18:39.885Z] #35 51.84 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-25T03:18:39.885Z] #35 58.76 Selecting previously unselected package libxml2:amd64. [2021-02-25T03:18:39.885Z] #35 58.77 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-02-25T03:18:39.885Z] #35 58.77 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-02-25T03:18:39.885Z] #35 59.46 Selecting previously unselected package libarchive13:amd64. [2021-02-25T03:18:39.885Z] #35 59.46 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-02-25T03:18:39.885Z] #35 59.46 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-02-25T03:18:39.885Z] #35 59.85 Selecting previously unselected package libjsoncpp1:amd64. [2021-02-25T03:18:39.885Z] #35 59.85 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-02-25T03:18:39.885Z] #35 59.85 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-02-25T03:18:39.885Z] #35 59.99 Selecting previously unselected package librhash0:amd64. [2021-02-25T03:18:39.885Z] #35 60.02 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-02-25T03:18:39.885Z] #35 60.03 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-02-25T03:18:39.885Z] #35 60.24 Selecting previously unselected package libuv1:amd64. [2021-02-25T03:18:39.885Z] #35 60.24 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-02-25T03:18:39.885Z] #35 60.24 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-02-25T03:18:39.885Z] #35 60.43 Selecting previously unselected package cmake. [2021-02-25T03:18:39.885Z] #35 60.43 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-02-25T03:18:39.885Z] #35 60.43 Unpacking cmake (3.13.4-1) ... [2021-02-25T03:18:40.142Z] #35 ... [2021-02-25T03:18:40.142Z] [2021-02-25T03:18:40.142Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-25T03:18:40.142Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-25T03:18:40.142Z] #12 61.78 Selecting previously unselected package binutils-mingw-w64. [2021-02-25T03:18:40.142Z] #12 61.78 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-02-25T03:18:40.142Z] #12 61.78 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-25T03:18:40.142Z] #12 61.94 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-02-25T03:18:40.142Z] #12 61.94 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-02-25T03:18:40.142Z] #12 61.95 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-02-25T03:18:40.400Z] #12 62.20 Selecting previously unselected package dmsetup. [2021-02-25T03:18:40.615Z] #51 79.84 regexp [2021-02-25T03:18:40.742Z] #12 62.21 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-02-25T03:18:40.743Z] #12 62.22 Unpacking dmsetup (2:1.02.155-3) ... [2021-02-25T03:18:40.917Z] #51 ... [2021-02-25T03:18:40.917Z] [2021-02-25T03:18:40.917Z] #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-02-25T03:18:40.917Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-25T03:18:40.917Z] #43 9.645 DEP images/sk-inet.pb-c.d [2021-02-25T03:18:40.917Z] #43 9.752 PBCC images/sk-unix.pb-c.c [2021-02-25T03:18:40.917Z] #43 9.813 DEP images/sk-unix.pb-c.d [2021-02-25T03:18:40.917Z] #43 9.882 PBCC images/mm.pb-c.c [2021-02-25T03:18:40.917Z] #43 9.953 DEP images/mm.pb-c.d [2021-02-25T03:18:40.917Z] #43 10.01 PBCC images/timerfd.pb-c.c [2021-02-25T03:18:40.917Z] #43 10.06 DEP images/timerfd.pb-c.d [2021-02-25T03:18:40.917Z] #43 10.14 PBCC images/timer.pb-c.c [2021-02-25T03:18:40.917Z] #43 10.20 DEP images/timer.pb-c.d [2021-02-25T03:18:40.917Z] #43 10.27 PBCC images/sa.pb-c.c [2021-02-25T03:18:40.917Z] #43 10.34 DEP images/sa.pb-c.d [2021-02-25T03:18:40.917Z] #43 10.43 PBCC images/pipe-data.pb-c.c [2021-02-25T03:18:40.917Z] #43 10.46 DEP images/pipe-data.pb-c.d [2021-02-25T03:18:40.917Z] #43 10.55 PBCC images/mnt.pb-c.c [2021-02-25T03:18:40.917Z] #43 10.65 DEP images/mnt.pb-c.d [2021-02-25T03:18:40.917Z] #43 10.71 PBCC images/sk-packet.pb-c.c [2021-02-25T03:18:40.917Z] #43 10.75 DEP images/sk-packet.pb-c.d [2021-02-25T03:18:40.917Z] #43 10.94 PBCC images/tcp-stream.pb-c.c [2021-02-25T03:18:40.917Z] #43 11.03 DEP images/tcp-stream.pb-c.d [2021-02-25T03:18:40.917Z] #43 11.17 PBCC images/pipe.pb-c.c [2021-02-25T03:18:40.917Z] #43 11.24 DEP images/pipe.pb-c.d [2021-02-25T03:18:40.917Z] #43 11.27 PBCC images/pstree.pb-c.c [2021-02-25T03:18:40.917Z] #43 11.29 DEP images/pstree.pb-c.d [2021-02-25T03:18:40.917Z] #43 11.32 PBCC images/fs.pb-c.c [2021-02-25T03:18:40.917Z] #43 11.35 DEP images/fs.pb-c.d [2021-02-25T03:18:40.917Z] #43 11.39 PBCC images/signalfd.pb-c.c [2021-02-25T03:18:40.917Z] #43 11.42 DEP images/signalfd.pb-c.d [2021-02-25T03:18:40.917Z] #43 11.53 PBCC images/fh.pb-c.c [2021-02-25T03:18:40.917Z] #43 11.60 PBCC images/fsnotify.pb-c.c [2021-02-25T03:18:40.917Z] #43 11.69 DEP images/fh.pb-c.d [2021-02-25T03:18:40.917Z] #43 11.72 DEP images/fsnotify.pb-c.d [2021-02-25T03:18:40.917Z] #43 11.79 PBCC images/eventpoll.pb-c.c [2021-02-25T03:18:40.917Z] #43 11.80 DEP images/eventpoll.pb-c.d [2021-02-25T03:18:40.917Z] #43 11.85 PBCC images/eventfd.pb-c.c [2021-02-25T03:18:40.917Z] #43 11.88 DEP images/eventfd.pb-c.d [2021-02-25T03:18:40.917Z] #43 11.92 PBCC images/remap-file-path.pb-c.c [2021-02-25T03:18:40.917Z] #43 11.94 DEP images/remap-file-path.pb-c.d [2021-02-25T03:18:40.917Z] #43 12.01 PBCC images/fifo.pb-c.c [2021-02-25T03:18:40.917Z] #43 12.02 DEP images/fifo.pb-c.d [2021-02-25T03:18:40.917Z] #43 12.08 PBCC images/ghost-file.pb-c.c [2021-02-25T03:18:40.917Z] #43 12.17 DEP images/ghost-file.pb-c.d [2021-02-25T03:18:40.917Z] #43 12.22 PBCC images/regfile.pb-c.c [2021-02-25T03:18:40.917Z] #43 12.29 DEP images/regfile.pb-c.d [2021-02-25T03:18:40.917Z] #43 12.37 PBCC images/ns.pb-c.c [2021-02-25T03:18:40.917Z] #43 12.41 DEP images/ns.pb-c.d [2021-02-25T03:18:40.917Z] #43 12.51 PBCC images/fdinfo.pb-c.c [2021-02-25T03:18:40.917Z] #43 12.64 DEP images/fdinfo.pb-c.d [2021-02-25T03:18:40.917Z] #43 12.73 PBCC images/core-aarch64.pb-c.c [2021-02-25T03:18:40.917Z] #43 12.83 PBCC images/core-arm.pb-c.c [2021-02-25T03:18:40.917Z] #43 12.93 PBCC images/core-ppc64.pb-c.c [2021-02-25T03:18:41.004Z] #41 66.76 Selecting previously unselected package python-protobuf. [2021-02-25T03:18:41.004Z] #41 66.77 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_arm64.deb ... [2021-02-25T03:18:41.004Z] #41 67.02 Unpacking python-protobuf (3.6.1.3-2) ... [2021-02-25T03:18:41.218Z] #43 13.02 PBCC images/core-s390.pb-c.c [2021-02-25T03:18:41.218Z] #43 13.10 PBCC images/core-x86.pb-c.c [2021-02-25T03:18:41.218Z] #43 13.21 PBCC images/core.pb-c.c [2021-02-25T03:18:41.258Z] #12 62.88 Selecting previously unselected package mingw-w64-common. [2021-02-25T03:18:41.258Z] #12 62.88 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-02-25T03:18:41.258Z] #12 62.89 Unpacking mingw-w64-common (6.0.0-3) ... [2021-02-25T03:18:41.520Z] #43 13.30 PBCC images/inventory.pb-c.c [2021-02-25T03:18:41.520Z] #43 13.38 DEP images/core-aarch64.pb-c.d [2021-02-25T03:18:41.520Z] #43 13.48 DEP images/core-arm.pb-c.d [2021-02-25T03:18:41.828Z] #43 13.61 DEP images/core-ppc64.pb-c.d [2021-02-25T03:18:41.828Z] #43 13.66 DEP images/core-s390.pb-c.d [2021-02-25T03:18:41.828Z] #43 13.71 DEP images/core-x86.pb-c.d [2021-02-25T03:18:41.828Z] #43 13.76 DEP images/core.pb-c.d [2021-02-25T03:18:41.828Z] #43 13.84 DEP images/inventory.pb-c.d [2021-02-25T03:18:42.081Z] #12 49.44 The following additional packages will be installed: [2021-02-25T03:18:42.081Z] #12 49.45 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-02-25T03:18:42.081Z] #12 49.45 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-02-25T03:18:42.081Z] #12 49.46 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-02-25T03:18:42.081Z] #12 49.46 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2021-02-25T03:18:42.081Z] #12 49.46 mingw-w64-x86-64-dev [2021-02-25T03:18:42.081Z] #12 49.47 Suggested packages: [2021-02-25T03:18:42.081Z] #12 49.48 gcc-8-locales seccomp wine64 [2021-02-25T03:18:42.129Z] #43 13.91 PBCC images/cpuinfo.pb-c.c [2021-02-25T03:18:42.129Z] #43 13.95 DEP images/cpuinfo.pb-c.d [2021-02-25T03:18:42.129Z] #43 14.01 PBCC images/stats.pb-c.c [2021-02-25T03:18:42.129Z] #43 14.03 DEP images/stats.pb-c.d [2021-02-25T03:18:42.941Z] #41 68.56 Setting up python-pkg-resources (40.8.0-1) ... [2021-02-25T03:18:43.034Z] #12 ... [2021-02-25T03:18:43.034Z] [2021-02-25T03:18:43.034Z] #63 [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-02-25T03:18:43.034Z] #63 sha256:918d922bb4ef3efa95754398cd791e6fd19dbf8a7ad85e25d80c6c31a271dfce [2021-02-25T03:18:43.034Z] #63 DONE 50.8s [2021-02-25T03:18:43.034Z] [2021-02-25T03:18:43.034Z] #35 [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-02-25T03:18:43.034Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-25T03:18:43.034Z] #35 40.02 Reading package lists... [2021-02-25T03:18:43.034Z] #35 46.92 Building dependency tree... [2021-02-25T03:18:43.034Z] #35 50.46 The following additional packages will be installed: [2021-02-25T03:18:43.034Z] #35 50.48 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-02-25T03:18:43.034Z] #35 50.51 Suggested packages: [2021-02-25T03:18:43.034Z] #35 50.51 cmake-doc ninja-build lrzip [2021-02-25T03:18:43.034Z] #35 50.51 Recommended packages: [2021-02-25T03:18:43.034Z] #35 50.51 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-02-25T03:18:43.670Z] #43 ... [2021-02-25T03:18:43.670Z] [2021-02-25T03:18:43.670Z] #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-02-25T03:18:43.670Z] #45 sha256:b3ae012ae7778c84f7a05da4bdd7179235db04bef388100621bc6554c8e89643 [2021-02-25T03:18:43.670Z] #45 72.75 vendor/golang.org/x/net/dns/dnsmessage [2021-02-25T03:18:43.670Z] #45 77.65 internal/poll [2021-02-25T03:18:43.670Z] #45 82.17 regexp [2021-02-25T03:18:43.670Z] #45 ... [2021-02-25T03:18:43.670Z] [2021-02-25T03:18:43.670Z] #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-02-25T03:18:43.670Z] #34 sha256:ced9f780ba36d958fea0a88481379dbcb5fb4e2acfd6605fe4673dff228b33d6 [2021-02-25T03:18:43.670Z] #34 77.08 internal/poll [2021-02-25T03:18:43.670Z] #34 79.67 os [2021-02-25T03:18:43.787Z] #12 ... [2021-02-25T03:18:43.787Z] [2021-02-25T03:18:43.787Z] #50 [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-02-25T03:18:43.787Z] #50 sha256:90e0120ecc4828a2b00d33714c8a7a170a11d9c35e3f94055cf2bfb4aa2adc84 [2021-02-25T03:18:43.787Z] #50 55.20 time [2021-02-25T03:18:43.787Z] #50 60.96 context [2021-02-25T03:18:43.787Z] #50 61.61 os [2021-02-25T03:18:43.787Z] #50 62.08 encoding/binary [2021-02-25T03:18:43.787Z] #50 64.17 encoding/base64 [2021-02-25T03:18:43.787Z] #50 ... [2021-02-25T03:18:43.787Z] [2021-02-25T03:18:43.787Z] #35 [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-02-25T03:18:43.787Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-25T03:18:43.787Z] #35 64.20 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-25T03:18:43.787Z] #35 64.23 Setting up xxd (2:8.1.0875-5) ... [2021-02-25T03:18:43.787Z] #35 64.25 Setting up libuv1:amd64 (1.24.1-1) ... [2021-02-25T03:18:43.787Z] #35 64.26 Setting up vim-common (2:8.1.0875-5) ... [2021-02-25T03:18:43.787Z] #35 64.29 Setting up librhash0:amd64 (1.3.8-1) ... [2021-02-25T03:18:43.787Z] #35 64.31 Setting up cmake-data (3.13.4-1) ... [2021-02-25T03:18:43.787Z] #35 64.36 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-02-25T03:18:43.787Z] #35 64.39 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-02-25T03:18:43.787Z] #35 64.40 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-02-25T03:18:43.787Z] #35 64.41 Setting up cmake (3.13.4-1) ... [2021-02-25T03:18:43.787Z] #35 64.43 Processing triggers for libc-bin (2.28-10) ... [2021-02-25T03:18:43.787Z] #35 64.55 Processing triggers for mime-support (3.62) ... [2021-02-25T03:18:43.787Z] #35 DONE 65.3s [2021-02-25T03:18:43.787Z] [2021-02-25T03:18:43.787Z] #50 [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-02-25T03:18:43.787Z] #50 sha256:90e0120ecc4828a2b00d33714c8a7a170a11d9c35e3f94055cf2bfb4aa2adc84 [2021-02-25T03:18:43.787Z] #50 65.39 golang.org/x/sys/unix [2021-02-25T03:18:43.787Z] #50 ... [2021-02-25T03:18:43.787Z] [2021-02-25T03:18:43.787Z] #36 [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-02-25T03:18:43.787Z] #36 sha256:97470e6987623f2aed025b494fa67ba737bc949181960ba4f6656e82c2b77dfe [2021-02-25T03:18:43.901Z] #41 ... [2021-02-25T03:18:43.901Z] [2021-02-25T03:18:43.901Z] #35 [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-02-25T03:18:43.901Z] #35 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-02-25T03:18:43.901Z] #35 68.52 Selecting previously unselected package libxml2:arm64. [2021-02-25T03:18:43.901Z] #35 68.53 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_arm64.deb ... [2021-02-25T03:18:43.901Z] #35 68.54 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+deb10u1) ... [2021-02-25T03:18:43.901Z] #35 69.16 Selecting previously unselected package libarchive13:arm64. [2021-02-25T03:18:43.901Z] #35 69.16 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_arm64.deb ... [2021-02-25T03:18:43.901Z] #35 69.16 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ... [2021-02-25T03:18:43.901Z] #35 69.49 Selecting previously unselected package libjsoncpp1:arm64. [2021-02-25T03:18:43.901Z] #35 69.49 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_arm64.deb ... [2021-02-25T03:18:43.901Z] #35 69.50 Unpacking libjsoncpp1:arm64 (1.7.4-3) ... [2021-02-25T03:18:43.969Z] #34 ... [2021-02-25T03:18:43.969Z] [2021-02-25T03:18:43.969Z] #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-02-25T03:18:43.969Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-25T03:18:43.969Z] #43 15.68 make[1]: Nothing to be done for 'all'. [2021-02-25T03:18:43.991Z] #35 51.71 The following NEW packages will be installed: [2021-02-25T03:18:43.991Z] #35 51.72 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-02-25T03:18:43.991Z] #35 51.74 vim-common xxd [2021-02-25T03:18:44.546Z] #51 ... [2021-02-25T03:18:44.546Z] [2021-02-25T03:18:44.546Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-25T03:18:44.546Z] #54 165.6 + bin/containerd [2021-02-25T03:18:44.570Z] #35 52.17 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded. [2021-02-25T03:18:44.570Z] #35 52.17 Need to get 14.9 MB of archives. [2021-02-25T03:18:44.570Z] #35 52.17 After this operation, 61.8 MB of additional disk space will be used. [2021-02-25T03:18:44.570Z] #35 52.17 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-02-25T03:18:44.570Z] #35 52.21 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-02-25T03:18:44.570Z] #35 52.23 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-02-25T03:18:44.570Z] #35 52.36 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-02-25T03:18:44.570Z] #35 ... [2021-02-25T03:18:44.570Z] [2021-02-25T03:18:44.570Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-25T03:18:44.570Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-25T03:18:44.570Z] #12 50.98 The following NEW packages will be installed: [2021-02-25T03:18:44.570Z] #12 50.98 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-02-25T03:18:44.570Z] #12 50.98 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-02-25T03:18:44.570Z] #12 50.98 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-02-25T03:18:44.570Z] #12 50.98 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-02-25T03:18:44.570Z] #12 50.98 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-02-25T03:18:44.570Z] #12 51.01 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-02-25T03:18:44.570Z] #12 51.02 The following packages will be upgraded: [2021-02-25T03:18:44.570Z] #12 51.05 libsystemd0 libudev1 [2021-02-25T03:18:44.570Z] #12 51.59 2 upgraded, 25 newly installed, 0 to remove and 21 not upgraded. [2021-02-25T03:18:44.570Z] #12 51.59 Need to get 78.2 MB of archives. [2021-02-25T03:18:44.570Z] #12 51.59 After this operation, 487 MB of additional disk space will be used. [2021-02-25T03:18:44.570Z] #12 51.59 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u6 [331 kB] [2021-02-25T03:18:44.570Z] #12 51.60 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u6 [151 kB] [2021-02-25T03:18:44.570Z] #12 51.62 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2021-02-25T03:18:44.570Z] #12 51.89 Get:4 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-02-25T03:18:44.570Z] #12 52.22 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-02-25T03:18:44.570Z] #12 52.24 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-02-25T03:18:44.570Z] #12 52.24 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-02-25T03:18:44.570Z] #12 52.25 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-02-25T03:18:44.861Z] #35 70.85 Selecting previously unselected package librhash0:arm64. [2021-02-25T03:18:44.861Z] #35 70.85 Preparing to unpack .../7-librhash0_1.3.8-1_arm64.deb ... [2021-02-25T03:18:45.127Z] #35 70.97 Unpacking librhash0:arm64 (1.3.8-1) ... [2021-02-25T03:18:45.147Z] #12 52.96 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-02-25T03:18:45.515Z] #43 17.31 CC images/stats.o [2021-02-25T03:18:45.591Z] #54 ... [2021-02-25T03:18:45.591Z] [2021-02-25T03:18:45.591Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-25T03:18:45.591Z] #51 110.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-02-25T03:18:45.591Z] #51 111.3 + mkdir -p /build [2021-02-25T03:18:45.591Z] #51 111.3 + cp runc /build/runc [2021-02-25T03:18:45.591Z] #51 DONE 111.6s [2021-02-25T03:18:45.735Z] #12 53.48 Get:10 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-02-25T03:18:45.735Z] #12 53.49 Get:11 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-02-25T03:18:45.816Z] #43 17.74 CC images/core.o [2021-02-25T03:18:45.883Z] [2021-02-25T03:18:45.883Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-25T03:18:46.310Z] #36 ... [2021-02-25T03:18:46.310Z] [2021-02-25T03:18:46.310Z] #44 [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-02-25T03:18:46.310Z] #44 sha256:9c1c894d71924ba5495f24b060df116fd97fd016d241f3cd58c535b197cc6e71 [2021-02-25T03:18:46.310Z] #44 57.66 internal/fmtsort [2021-02-25T03:18:46.310Z] #44 58.42 internal/syscall/execenv [2021-02-25T03:18:46.310Z] #44 58.64 internal/syscall/unix [2021-02-25T03:18:46.310Z] #44 59.05 strings [2021-02-25T03:18:46.310Z] #44 61.48 os [2021-02-25T03:18:46.310Z] #44 62.93 regexp/syntax [2021-02-25T03:18:46.310Z] #44 65.55 fmt [2021-02-25T03:18:46.310Z] #44 ... [2021-02-25T03:18:46.310Z] [2021-02-25T03:18:46.310Z] #41 [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-02-25T03:18:46.310Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-25T03:18:46.310Z] #41 59.23 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-02-25T03:18:46.310Z] #41 59.31 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-25T03:18:46.310Z] #41 59.31 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-25T03:18:46.310Z] #41 59.33 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-02-25T03:18:46.310Z] #41 59.36 Setting up python-six (1.12.0-1) ... [2021-02-25T03:18:46.310Z] #41 63.65 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-02-25T03:18:46.310Z] #41 63.67 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-02-25T03:18:46.310Z] #41 63.71 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-02-25T03:18:46.310Z] #41 63.72 Setting up libcap-dev:amd64 (1:2.25-2) ... [2021-02-25T03:18:46.310Z] #41 63.75 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2021-02-25T03:18:46.310Z] #41 63.76 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-02-25T03:18:46.310Z] #41 63.78 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-25T03:18:46.310Z] #41 63.80 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-02-25T03:18:46.310Z] #41 63.83 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-25T03:18:46.310Z] #41 63.85 Setting up python-protobuf (3.6.1.3-2) ... [2021-02-25T03:18:46.532Z] #35 72.40 Selecting previously unselected package libuv1:arm64. [2021-02-25T03:18:46.532Z] #35 72.41 Preparing to unpack .../8-libuv1_1.24.1-1_arm64.deb ... [2021-02-25T03:18:46.532Z] #35 72.42 Unpacking libuv1:arm64 (1.24.1-1) ... [2021-02-25T03:18:46.798Z] #35 72.87 Selecting previously unselected package cmake. [2021-02-25T03:18:46.798Z] #35 72.88 Preparing to unpack .../9-cmake_3.13.4-1_arm64.deb ... [2021-02-25T03:18:46.798Z] #35 72.88 Unpacking cmake (3.13.4-1) ... [2021-02-25T03:18:46.881Z] #43 18.54 CC images/core-x86.o [2021-02-25T03:18:46.987Z] #54 ... [2021-02-25T03:18:46.987Z] [2021-02-25T03:18:46.987Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2021-02-25T03:18:46.987Z] #52 DONE 0.2s [2021-02-25T03:18:46.987Z] [2021-02-25T03:18:46.987Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-25T03:18:47.130Z] #12 ... [2021-02-25T03:18:47.130Z] [2021-02-25T03:18:47.130Z] #54 [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-02-25T03:18:47.130Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-25T03:18:47.130Z] #54 39.88 Reading package lists... [2021-02-25T03:18:47.130Z] #54 46.74 Building dependency tree... [2021-02-25T03:18:47.130Z] #54 50.40 The following additional packages will be installed: [2021-02-25T03:18:47.130Z] #54 50.40 libbtrfs0 [2021-02-25T03:18:47.130Z] #54 50.70 The following NEW packages will be installed: [2021-02-25T03:18:47.130Z] #54 50.70 libbtrfs-dev libbtrfs0 [2021-02-25T03:18:47.130Z] #54 51.12 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded. [2021-02-25T03:18:47.130Z] #54 51.12 Need to get 119 kB of archives. [2021-02-25T03:18:47.130Z] #54 51.12 After this operation, 387 kB of additional disk space will be used. [2021-02-25T03:18:47.130Z] #54 51.12 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-02-25T03:18:47.130Z] #54 51.12 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-02-25T03:18:47.130Z] #54 52.56 debconf: delaying package configuration, since apt-utils is not installed [2021-02-25T03:18:47.130Z] #54 52.83 Fetched 119 kB in 0s (391 kB/s) [2021-02-25T03:18:47.130Z] #54 53.06 Selecting previously unselected package libbtrfs0. [2021-02-25T03:18:47.130Z] #54 53.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 ... 15410 files and directories currently installed.) [2021-02-25T03:18:47.130Z] #54 53.19 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-02-25T03:18:47.130Z] #54 53.21 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-25T03:18:47.130Z] #54 53.71 Selecting previously unselected package libbtrfs-dev. [2021-02-25T03:18:47.130Z] #54 53.73 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-02-25T03:18:47.130Z] #54 53.78 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-25T03:18:47.130Z] #54 54.13 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-25T03:18:47.130Z] #54 54.16 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-25T03:18:47.130Z] #54 54.18 Processing triggers for libc-bin (2.28-10) ... [2021-02-25T03:18:47.130Z] #54 DONE 54.7s [2021-02-25T03:18:47.130Z] [2021-02-25T03:18:47.130Z] #48 [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-02-25T03:18:47.130Z] #48 sha256:2112b7d1a4d8db87cfdd0f85111933d0835a2755ce63403221e969558ed4b3cf [2021-02-25T03:18:47.130Z] #48 47.46 go: extracting golang.org/x/text v0.3.2 [2021-02-25T03:18:47.130Z] #48 52.90 go: finding github.com/fatih/color v1.7.0 [2021-02-25T03:18:47.130Z] #48 52.90 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-25T03:18:47.130Z] #48 53.03 go: finding github.com/mattn/go-colorable v0.1.4 [2021-02-25T03:18:47.130Z] #48 53.05 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-25T03:18:47.130Z] #48 53.08 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-02-25T03:18:47.130Z] #48 53.11 go: finding github.com/mattn/go-isatty v0.0.8 [2021-02-25T03:18:47.130Z] #48 53.11 go: finding github.com/go-critic/go-critic v0.4.1 [2021-02-25T03:18:47.130Z] #48 53.14 go: finding github.com/pkg/errors v0.8.1 [2021-02-25T03:18:47.130Z] #48 53.28 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-02-25T03:18:47.130Z] #48 53.30 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-25T03:18:47.130Z] #48 53.32 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-02-25T03:18:47.130Z] #48 53.62 go: finding github.com/spf13/viper v1.6.1 [2021-02-25T03:18:47.130Z] #48 53.63 go: finding github.com/sirupsen/logrus v1.4.2 [2021-02-25T03:18:47.130Z] #48 53.63 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-02-25T03:18:47.130Z] #48 53.69 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-02-25T03:18:47.130Z] #48 53.70 go: finding github.com/stretchr/testify v1.4.0 [2021-02-25T03:18:47.130Z] #48 53.71 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-02-25T03:18:47.130Z] #48 53.72 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-02-25T03:18:47.130Z] #48 53.73 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-02-25T03:18:47.130Z] #48 53.80 go: finding github.com/davecgh/go-spew v1.1.1 [2021-02-25T03:18:47.130Z] #48 53.82 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-25T03:18:47.130Z] #48 53.87 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-02-25T03:18:47.130Z] #48 53.88 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-25T03:18:47.130Z] #48 53.92 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-02-25T03:18:47.130Z] #48 53.92 go: finding github.com/spf13/cobra v0.0.5 [2021-02-25T03:18:47.130Z] #48 53.93 go: finding github.com/stretchr/objx v0.2.0 [2021-02-25T03:18:47.130Z] #48 54.00 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-02-25T03:18:47.130Z] #48 54.02 go: finding github.com/gobwas/glob v0.2.3 [2021-02-25T03:18:47.130Z] #48 54.05 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-02-25T03:18:47.130Z] #48 54.06 go: finding github.com/hashicorp/hcl v1.0.0 [2021-02-25T03:18:47.130Z] #48 54.12 go: finding github.com/spf13/pflag v1.0.5 [2021-02-25T03:18:47.131Z] #48 54.15 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-25T03:18:47.131Z] #48 54.19 go: finding github.com/magiconair/properties v1.8.1 [2021-02-25T03:18:47.131Z] #48 54.23 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-25T03:18:47.131Z] #48 54.39 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-25T03:18:47.131Z] #48 54.41 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-02-25T03:18:47.131Z] #48 54.44 go: finding github.com/pelletier/go-toml v1.2.0 [2021-02-25T03:18:47.131Z] #48 54.46 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-25T03:18:47.131Z] #48 54.74 go: finding github.com/spf13/afero v1.1.2 [2021-02-25T03:18:47.131Z] #48 54.86 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-25T03:18:47.131Z] #48 54.86 go: finding github.com/spf13/cast v1.3.0 [2021-02-25T03:18:47.131Z] #48 54.88 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-25T03:18:47.131Z] #48 54.92 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-02-25T03:18:47.239Z] #41 ... [2021-02-25T03:18:47.239Z] [2021-02-25T03:18:47.239Z] #44 [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-02-25T03:18:47.239Z] #44 sha256:9c1c894d71924ba5495f24b060df116fd97fd016d241f3cd58c535b197cc6e71 [2021-02-25T03:18:47.239Z] #44 68.85 regexp [2021-02-25T03:18:47.392Z] #48 54.98 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-25T03:18:47.392Z] #48 54.98 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-25T03:18:47.392Z] #48 54.99 go: finding golang.org/x/text v0.3.2 [2021-02-25T03:18:47.392Z] #48 55.11 go: finding github.com/subosito/gotenv v1.2.0 [2021-02-25T03:18:47.392Z] #48 55.17 go: finding gopkg.in/ini.v1 v1.51.0 [2021-02-25T03:18:47.392Z] #48 55.22 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-25T03:18:47.392Z] #48 55.31 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-25T03:18:47.392Z] #48 55.33 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-25T03:18:47.549Z] #43 19.18 CC images/core-arm.o [2021-02-25T03:18:47.654Z] #48 55.36 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-25T03:18:47.654Z] #48 55.40 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-25T03:18:47.654Z] #48 55.40 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-25T03:18:47.654Z] #48 55.42 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-25T03:18:47.654Z] #48 55.42 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-25T03:18:47.849Z] #43 19.63 CC images/core-aarch64.o [2021-02-25T03:18:47.916Z] #48 55.50 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-25T03:18:47.916Z] #48 55.53 go: finding github.com/kisielk/gotool v1.0.0 [2021-02-25T03:18:47.916Z] #48 55.56 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-25T03:18:47.916Z] #48 55.61 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-25T03:18:47.916Z] #48 55.69 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-02-25T03:18:47.916Z] #48 55.76 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-25T03:18:48.149Z] #43 20.11 CC images/core-ppc64.o [2021-02-25T03:18:48.178Z] #48 55.80 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-25T03:18:48.178Z] #48 55.86 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-25T03:18:48.178Z] #48 55.88 go: finding github.com/ultraware/whitespace v0.0.4 [2021-02-25T03:18:48.178Z] #48 55.89 go: finding github.com/ultraware/funlen v0.0.2 [2021-02-25T03:18:48.178Z] #48 55.93 go: finding github.com/uudashr/gocognit v1.0.1 [2021-02-25T03:18:48.178Z] #48 55.97 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-25T03:18:48.178Z] #48 55.98 go: finding github.com/gogo/protobuf v1.2.1 [2021-02-25T03:18:48.178Z] #48 ... [2021-02-25T03:18:48.178Z] [2021-02-25T03:18:48.178Z] #55 [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-02-25T03:18:48.178Z] #55 sha256:ce2f4b9ba423fa2b2cc0c628f719c38784871730f956548189b562a0fad891e6 [2021-02-25T03:18:48.178Z] #55 1.199 + RM_GOPATH=0 [2021-02-25T03:18:48.178Z] #55 1.202 + TMP_GOPATH= [2021-02-25T03:18:48.178Z] #55 1.202 + : /build [2021-02-25T03:18:48.178Z] #55 1.202 + '[' -z '' ']' [2021-02-25T03:18:48.178Z] #55 1.203 ++ mktemp -d [2021-02-25T03:18:48.178Z] #55 1.205 + export GOPATH=/tmp/tmp.f3aghP0KdP [2021-02-25T03:18:48.178Z] #55 1.206 + GOPATH=/tmp/tmp.f3aghP0KdP [2021-02-25T03:18:48.178Z] #55 1.206 + RM_GOPATH=1 [2021-02-25T03:18:48.178Z] #55 1.206 + case "$(go env GOARCH)" in [2021-02-25T03:18:48.178Z] #55 1.207 ++ go env GOARCH [2021-02-25T03:18:48.178Z] #55 1.243 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:18:48.178Z] #55 1.244 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:18:48.178Z] #55 1.245 ++ dirname /tmp/install/install.sh [2021-02-25T03:18:48.178Z] #55 1.255 + dir=/tmp/install [2021-02-25T03:18:48.178Z] #55 1.255 + bin=containerd [2021-02-25T03:18:48.178Z] #55 1.255 + shift [2021-02-25T03:18:48.178Z] #55 1.256 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-02-25T03:18:48.178Z] #55 1.256 + . /tmp/install/containerd.installer [2021-02-25T03:18:48.178Z] #55 1.256 ++ set -e [2021-02-25T03:18:48.178Z] #55 1.256 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-25T03:18:48.178Z] #55 1.257 + install_containerd [2021-02-25T03:18:48.178Z] #55 1.258 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b' [2021-02-25T03:18:48.178Z] #55 1.258 + git clone https://github.com/containerd/containerd.git /tmp/tmp.f3aghP0KdP/src/github.com/containerd/containerd [2021-02-25T03:18:48.178Z] #55 1.258 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-25T03:18:48.178Z] #55 1.262 Cloning into '/tmp/tmp.f3aghP0KdP/src/github.com/containerd/containerd'... [2021-02-25T03:18:48.799Z] #35 ... [2021-02-25T03:18:48.799Z] [2021-02-25T03:18:48.799Z] #44 [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-02-25T03:18:48.799Z] #44 sha256:d3f461970f39f44f439535a34a8026bc8a71c4dd3594a0d65b18f27daa7ef102 [2021-02-25T03:18:48.799Z] #44 64.28 go/parser [2021-02-25T03:18:48.799Z] #44 64.91 compress/flate [2021-02-25T03:18:48.799Z] #44 65.23 math/big [2021-02-25T03:18:48.799Z] #44 66.08 go/doc [2021-02-25T03:18:48.799Z] #44 68.35 compress/gzip [2021-02-25T03:18:48.799Z] #44 68.94 net [2021-02-25T03:18:48.799Z] #44 69.33 vendor/golang.org/x/text/unicode/bidi [2021-02-25T03:18:48.799Z] #44 70.96 github.com/LK4D4/vndr/build [2021-02-25T03:18:48.799Z] #44 72.02 vendor/golang.org/x/text/secure/bidirule [2021-02-25T03:18:48.799Z] #44 72.32 vendor/golang.org/x/text/unicode/norm [2021-02-25T03:18:48.799Z] #44 ... [2021-02-25T03:18:48.799Z] [2021-02-25T03:18:48.799Z] #50 [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-02-25T03:18:48.799Z] #50 sha256:f9ee54264d84d65ec037f1dc06d4a782e47cfdfcd47ac9a480c34fbec736cd2a [2021-02-25T03:18:48.799Z] #50 64.50 golang.org/x/crypto/ssh/terminal [2021-02-25T03:18:48.799Z] #50 69.06 mvdan.cc/sh/v3/cmd/shfmt [2021-02-25T03:18:48.799Z] #50 ... [2021-02-25T03:18:48.799Z] [2021-02-25T03:18:48.799Z] #41 [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-02-25T03:18:48.799Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-02-25T03:18:48.799Z] #41 70.78 Setting up libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2021-02-25T03:18:48.799Z] #41 71.34 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-02-25T03:18:48.799Z] #41 72.09 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-02-25T03:18:48.799Z] #41 72.40 Setting up libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2021-02-25T03:18:48.799Z] #41 72.43 Setting up python-six (1.12.0-1) ... [2021-02-25T03:18:49.064Z] #41 75.25 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2021-02-25T03:18:49.064Z] #41 ... [2021-02-25T03:18:49.064Z] [2021-02-25T03:18:49.064Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-25T03:18:49.064Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-02-25T03:18:49.064Z] #12 65.24 Selecting previously unselected package dmsetup. [2021-02-25T03:18:49.064Z] #12 65.24 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_arm64.deb ... [2021-02-25T03:18:49.064Z] #12 65.26 Unpacking dmsetup (2:1.02.155-3) ... [2021-02-25T03:18:49.064Z] #12 65.49 Selecting previously unselected package mingw-w64-common. [2021-02-25T03:18:49.064Z] #12 65.50 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-02-25T03:18:49.064Z] #12 65.51 Unpacking mingw-w64-common (6.0.0-3) ... [2021-02-25T03:18:49.064Z] #12 72.62 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-02-25T03:18:49.064Z] #12 72.62 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-02-25T03:18:49.064Z] #12 72.63 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-25T03:18:49.133Z] #44 70.57 flag [2021-02-25T03:18:49.158Z] #55 ... [2021-02-25T03:18:49.158Z] [2021-02-25T03:18:49.158Z] #41 [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-02-25T03:18:49.158Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-25T03:18:49.158Z] #41 40.44 Reading package lists... [2021-02-25T03:18:49.158Z] #41 46.83 Building dependency tree... [2021-02-25T03:18:49.158Z] #41 50.26 The following additional packages will be installed: [2021-02-25T03:18:49.158Z] #41 50.26 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-02-25T03:18:49.158Z] #41 50.27 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-02-25T03:18:49.158Z] #41 50.27 Suggested packages: [2021-02-25T03:18:49.158Z] #41 50.27 manpages-dev python-setuptools [2021-02-25T03:18:49.158Z] #41 51.98 The following NEW packages will be installed: [2021-02-25T03:18:49.158Z] #41 51.98 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-02-25T03:18:49.158Z] #41 51.98 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-02-25T03:18:49.158Z] #41 51.99 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-02-25T03:18:49.158Z] #41 51.99 python-six zlib1g-dev [2021-02-25T03:18:49.158Z] #41 52.53 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded. [2021-02-25T03:18:49.158Z] #41 52.53 Need to get 4095 kB of archives. [2021-02-25T03:18:49.158Z] #41 52.53 After this operation, 22.5 MB of additional disk space will be used. [2021-02-25T03:18:49.158Z] #41 52.53 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2021-02-25T03:18:49.158Z] #41 52.57 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-02-25T03:18:49.158Z] #41 52.70 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2021-02-25T03:18:49.158Z] #41 52.74 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-02-25T03:18:49.158Z] #41 52.74 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2021-02-25T03:18:49.158Z] #41 52.75 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-02-25T03:18:49.158Z] #41 52.76 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-02-25T03:18:49.158Z] #41 52.76 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2021-02-25T03:18:49.158Z] #41 52.79 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-02-25T03:18:49.158Z] #41 52.92 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2021-02-25T03:18:49.158Z] #41 52.93 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2021-02-25T03:18:49.158Z] #41 53.10 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2021-02-25T03:18:49.158Z] #41 53.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-02-25T03:18:49.158Z] #41 53.18 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2021-02-25T03:18:49.158Z] #41 53.19 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-02-25T03:18:49.158Z] #41 53.19 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2021-02-25T03:18:49.158Z] #41 53.21 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2021-02-25T03:18:49.158Z] #41 54.37 debconf: delaying package configuration, since apt-utils is not installed [2021-02-25T03:18:49.158Z] #41 54.73 Fetched 4095 kB in 1s (3745 kB/s) [2021-02-25T03:18:49.158Z] #41 54.90 Selecting previously unselected package libcap-dev:amd64. [2021-02-25T03:18:49.158Z] #41 54.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-02-25T03:18:49.158Z] #41 55.12 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2021-02-25T03:18:49.158Z] #41 55.17 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2021-02-25T03:18:49.158Z] #41 55.36 Selecting previously unselected package libnet1:amd64. [2021-02-25T03:18:49.158Z] #41 55.36 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-02-25T03:18:49.158Z] #41 55.37 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-25T03:18:49.158Z] #41 55.53 Selecting previously unselected package libnet1-dev. [2021-02-25T03:18:49.158Z] #41 55.54 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2021-02-25T03:18:49.158Z] #41 55.55 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-25T03:18:49.158Z] #41 55.85 Selecting previously unselected package libnl-3-200:amd64. [2021-02-25T03:18:49.158Z] #41 55.85 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2021-02-25T03:18:49.158Z] #41 55.86 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-02-25T03:18:49.158Z] #41 56.01 Selecting previously unselected package libnl-3-dev:amd64. [2021-02-25T03:18:49.158Z] #41 56.02 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2021-02-25T03:18:49.158Z] #41 56.03 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2021-02-25T03:18:49.158Z] #41 56.37 Selecting previously unselected package libprotobuf-c1:amd64. [2021-02-25T03:18:49.158Z] #41 56.38 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-02-25T03:18:49.158Z] #41 56.38 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-25T03:18:49.158Z] #41 56.46 Selecting previously unselected package libprotobuf-c-dev:amd64. [2021-02-25T03:18:49.158Z] #41 56.50 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2021-02-25T03:18:49.158Z] #41 56.51 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-02-25T03:18:49.158Z] #41 56.60 Selecting previously unselected package zlib1g-dev:amd64. [2021-02-25T03:18:49.158Z] #41 56.65 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2021-02-25T03:18:49.158Z] #41 56.66 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-02-25T03:18:49.158Z] #41 ... [2021-02-25T03:18:49.158Z] [2021-02-25T03:18:49.158Z] #33 [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-02-25T03:18:49.158Z] #33 sha256:3ed3e0012c80842227df2f67af03e7325c2705c4a8587c28958361bfd8022846 [2021-02-25T03:18:49.158Z] #33 46.86 sync [2021-02-25T03:18:49.158Z] #33 46.86 internal/reflectlite [2021-02-25T03:18:49.158Z] #33 49.32 errors [2021-02-25T03:18:49.158Z] #33 49.32 sort [2021-02-25T03:18:49.158Z] #33 49.68 strconv [2021-02-25T03:18:49.158Z] #33 50.86 io [2021-02-25T03:18:49.158Z] #33 52.39 internal/oserror [2021-02-25T03:18:49.158Z] #33 52.46 syscall [2021-02-25T03:18:49.158Z] #33 53.94 reflect [2021-02-25T03:18:49.158Z] #33 ... [2021-02-25T03:18:49.158Z] [2021-02-25T03:18:49.158Z] #41 [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-02-25T03:18:49.158Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-25T03:18:49.158Z] #41 56.99 Selecting previously unselected package libprotobuf17:amd64. [2021-02-25T03:18:49.158Z] #41 56.99 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-02-25T03:18:49.158Z] #41 57.00 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-02-25T03:18:49.210Z] #43 20.91 CC images/core-s390.o [2021-02-25T03:18:49.442Z] #12 ... [2021-02-25T03:18:49.442Z] [2021-02-25T03:18:49.442Z] #44 [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-02-25T03:18:49.442Z] #44 sha256:d3f461970f39f44f439535a34a8026bc8a71c4dd3594a0d65b18f27daa7ef102 [2021-02-25T03:18:49.442Z] #44 75.33 vendor/golang.org/x/net/http2/hpack [2021-02-25T03:18:49.861Z] #43 21.80 CC images/cpuinfo.o [2021-02-25T03:18:50.129Z] #41 57.81 Selecting previously unselected package libprotobuf-lite17:amd64. [2021-02-25T03:18:50.129Z] #41 57.85 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2021-02-25T03:18:50.129Z] #41 57.85 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-02-25T03:18:50.129Z] #41 ... [2021-02-25T03:18:50.129Z] [2021-02-25T03:18:50.129Z] #44 [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-02-25T03:18:50.129Z] #44 sha256:afe17831b94519c9ec988602eca641f7966cf1a4d7b110e59a5ec33c57993be6 [2021-02-25T03:18:50.129Z] #44 47.88 sync [2021-02-25T03:18:50.129Z] #44 47.90 internal/reflectlite [2021-02-25T03:18:50.129Z] #44 49.70 github.com/LK4D4/vndr/godl/singleflight [2021-02-25T03:18:50.129Z] #44 50.00 math/rand [2021-02-25T03:18:50.129Z] #44 51.16 internal/singleflight [2021-02-25T03:18:50.129Z] #44 51.66 strconv [2021-02-25T03:18:50.129Z] #44 51.67 io [2021-02-25T03:18:50.129Z] #44 53.13 bytes [2021-02-25T03:18:50.129Z] #44 55.11 bufio [2021-02-25T03:18:50.129Z] #44 56.52 reflect [2021-02-25T03:18:50.129Z] #44 57.42 syscall [2021-02-25T03:18:50.129Z] #44 ... [2021-02-25T03:18:50.129Z] [2021-02-25T03:18:50.129Z] #31 [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-02-25T03:18:50.129Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-25T03:18:50.510Z] #44 72.24 go/token [2021-02-25T03:18:50.511Z] #43 22.37 CC images/inventory.o [2021-02-25T03:18:50.767Z] #44 ... [2021-02-25T03:18:50.767Z] [2021-02-25T03:18:50.767Z] #41 [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-02-25T03:18:50.767Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-25T03:18:50.767Z] #41 71.17 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2021-02-25T03:18:50.767Z] #41 71.19 Processing triggers for libc-bin (2.28-10) ... [2021-02-25T03:18:50.767Z] #41 DONE 72.4s [2021-02-25T03:18:50.767Z] [2021-02-25T03:18:50.767Z] #36 [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-02-25T03:18:50.767Z] #36 sha256:97470e6987623f2aed025b494fa67ba737bc949181960ba4f6656e82c2b77dfe [2021-02-25T03:18:50.767Z] #36 3.660 + RM_GOPATH=0 [2021-02-25T03:18:50.767Z] #36 3.660 + TMP_GOPATH= [2021-02-25T03:18:50.767Z] #36 3.660 + : /build [2021-02-25T03:18:50.767Z] #36 3.660 + '[' -z '' ']' [2021-02-25T03:18:50.767Z] #36 3.660 ++ mktemp -d [2021-02-25T03:18:50.767Z] #36 3.661 + export GOPATH=/tmp/tmp.sGZ6RKhMPu [2021-02-25T03:18:50.767Z] #36 3.662 + GOPATH=/tmp/tmp.sGZ6RKhMPu [2021-02-25T03:18:50.767Z] #36 3.662 + RM_GOPATH=1 [2021-02-25T03:18:50.767Z] #36 3.662 + case "$(go env GOARCH)" in [2021-02-25T03:18:50.767Z] #36 3.662 ++ go env GOARCH [2021-02-25T03:18:50.767Z] #36 3.693 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:18:50.767Z] #36 3.693 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:18:50.767Z] #36 3.693 ++ dirname /tmp/install/install.sh [2021-02-25T03:18:50.767Z] #36 3.694 + dir=/tmp/install [2021-02-25T03:18:50.767Z] #36 3.695 + bin=tini [2021-02-25T03:18:50.767Z] #36 3.695 + shift [2021-02-25T03:18:50.767Z] #36 3.695 + '[' '!' -f /tmp/install/tini.installer ']' [2021-02-25T03:18:50.767Z] #36 3.695 + . /tmp/install/tini.installer [2021-02-25T03:18:50.767Z] #36 3.696 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-25T03:18:50.767Z] #36 3.696 + install_tini [2021-02-25T03:18:50.767Z] #36 3.709 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-25T03:18:50.767Z] #36 3.709 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-02-25T03:18:50.767Z] #36 3.709 + git clone https://github.com/krallin/tini.git /tmp/tmp.sGZ6RKhMPu/tini [2021-02-25T03:18:50.767Z] #36 3.710 Cloning into '/tmp/tmp.sGZ6RKhMPu/tini'... [2021-02-25T03:18:50.767Z] #36 4.503 + cd /tmp/tmp.sGZ6RKhMPu/tini [2021-02-25T03:18:50.767Z] #36 4.503 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-25T03:18:50.767Z] #36 4.514 + cmake . [2021-02-25T03:18:50.767Z] #36 5.117 -- The C compiler identification is GNU 8.3.0 [2021-02-25T03:18:50.767Z] #36 5.196 -- Check for working C compiler: /usr/bin/cc [2021-02-25T03:18:50.767Z] #36 6.092 -- Check for working C compiler: /usr/bin/cc -- works [2021-02-25T03:18:50.767Z] #36 6.093 -- Detecting C compiler ABI info [2021-02-25T03:18:50.767Z] #36 6.851 -- Detecting C compiler ABI info - done [2021-02-25T03:18:50.767Z] #36 6.890 -- Detecting C compile features [2021-02-25T03:18:50.812Z] #43 22.73 CC images/fdinfo.o [2021-02-25T03:18:50.843Z] #44 76.85 vendor/golang.org/x/crypto/cryptobyte [2021-02-25T03:18:50.843Z] #44 76.87 mime [2021-02-25T03:18:51.023Z] #36 ... [2021-02-25T03:18:51.023Z] [2021-02-25T03:18:51.023Z] #33 [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-02-25T03:18:51.023Z] #33 sha256:5a278342ade8e2c20f1c413695911318c9857be2ce63e1d77cb8878956a9fe89 [2021-02-25T03:18:51.023Z] #33 62.75 path [2021-02-25T03:18:51.023Z] #33 63.41 text/tabwriter [2021-02-25T03:18:51.023Z] #33 63.75 fmt [2021-02-25T03:18:51.023Z] #33 64.33 path/filepath [2021-02-25T03:18:51.023Z] #33 66.23 io/ioutil [2021-02-25T03:18:51.023Z] #33 68.56 github.com/BurntSushi/toml [2021-02-25T03:18:51.023Z] #33 68.56 flag [2021-02-25T03:18:51.023Z] #33 70.65 log [2021-02-25T03:18:51.023Z] #33 ... [2021-02-25T03:18:51.023Z] [2021-02-25T03:18:51.023Z] #42 [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-02-25T03:18:51.023Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:18:51.109Z] #44 ... [2021-02-25T03:18:51.109Z] [2021-02-25T03:18:51.109Z] #50 [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-02-25T03:18:51.109Z] #50 sha256:f9ee54264d84d65ec037f1dc06d4a782e47cfdfcd47ac9a480c34fbec736cd2a [2021-02-25T03:18:51.109Z] #50 DONE 77.2s [2021-02-25T03:18:51.179Z] #31 57.50 Checking out files: 85% (1298/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2021-02-25T03:18:51.179Z] #31 58.33 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-02-25T03:18:51.375Z] [2021-02-25T03:18:51.375Z] #35 [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-02-25T03:18:51.375Z] #35 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-02-25T03:18:51.375Z] #35 77.42 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2021-02-25T03:18:51.375Z] #35 77.49 Setting up xxd (2:8.1.0875-5) ... [2021-02-25T03:18:51.375Z] #35 77.50 Setting up libuv1:arm64 (1.24.1-1) ... [2021-02-25T03:18:51.464Z] #43 23.10 CC images/fown.o [2021-02-25T03:18:51.464Z] #43 23.30 CC images/ns.o [2021-02-25T03:18:51.640Z] #35 77.53 Setting up vim-common (2:8.1.0875-5) ... [2021-02-25T03:18:51.641Z] #35 77.66 Setting up librhash0:arm64 (1.3.8-1) ... [2021-02-25T03:18:51.641Z] #35 77.68 Setting up cmake-data (3.13.4-1) ... [2021-02-25T03:18:51.641Z] #35 77.70 Setting up libxml2:arm64 (2.9.4+dfsg1-7+deb10u1) ... [2021-02-25T03:18:51.641Z] #35 77.71 Setting up libjsoncpp1:arm64 (1.7.4-3) ... [2021-02-25T03:18:51.753Z] #31 58.94 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-25T03:18:51.765Z] #43 23.56 CC images/regfile.o [2021-02-25T03:18:51.906Z] #35 77.76 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ... [2021-02-25T03:18:51.906Z] #35 77.78 Setting up cmake (3.13.4-1) ... [2021-02-25T03:18:51.906Z] #35 77.80 Processing triggers for libc-bin (2.28-10) ... [2021-02-25T03:18:51.906Z] #35 78.06 Processing triggers for mime-support (3.62) ... [2021-02-25T03:18:52.066Z] #43 23.81 CC images/ghost-file.o [2021-02-25T03:18:52.367Z] #43 24.11 CC images/fifo.o [2021-02-25T03:18:52.672Z] #43 24.47 CC images/remap-file-path.o [2021-02-25T03:18:52.973Z] #43 24.80 CC images/eventfd.o [2021-02-25T03:18:53.273Z] #43 25.06 CC images/eventpoll.o [2021-02-25T03:18:53.273Z] #43 ... [2021-02-25T03:18:53.273Z] [2021-02-25T03:18:53.273Z] #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-02-25T03:18:53.273Z] #56 sha256:957f55197544fe24b4e008cdf9ae984a1d2c325a5ea2c407fbbf08ed3bd722f3 [2021-02-25T03:18:53.845Z] #35 DONE 80.0s [2021-02-25T03:18:53.845Z] [2021-02-25T03:18:53.845Z] #41 [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-02-25T03:18:53.845Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-02-25T03:18:53.845Z] #41 75.25 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2021-02-25T03:18:53.845Z] #41 77.18 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2021-02-25T03:18:53.845Z] #41 77.24 Setting up libprotobuf17:arm64 (3.6.1.3-2) ... [2021-02-25T03:18:53.845Z] #41 77.27 Setting up libcap-dev:arm64 (1:2.25-2) ... [2021-02-25T03:18:53.845Z] #41 77.29 Setting up libprotoc17:arm64 (3.6.1.3-2) ... [2021-02-25T03:18:53.845Z] #41 77.31 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-02-25T03:18:53.845Z] #41 77.33 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-25T03:18:53.845Z] #41 77.47 Setting up libprotobuf-dev:arm64 (3.6.1.3-2) ... [2021-02-25T03:18:53.845Z] #41 77.50 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-25T03:18:53.845Z] #41 77.52 Setting up python-protobuf (3.6.1.3-2) ... [2021-02-25T03:18:54.477Z] #56 50.10 Checking out files: 55% (2081/3770) Checking out files: 56% (2112/3770) Checking out files: 57% (2149/3770) Checking out files: 58% (2187/3770) Checking out files: 59% (2225/3770) Checking out files: 60% (2262/3770) Checking out files: 61% (2300/3770) Checking out files: 62% (2338/3770) Checking out files: 63% (2376/3770) Checking out files: 64% (2413/3770) Checking out files: 65% (2451/3770) Checking out files: 66% (2489/3770) Checking out files: 67% (2526/3770) Checking out files: 68% (2564/3770) Checking out files: 69% (2602/3770) Checking out files: 70% (2639/3770) Checking out files: 71% (2677/3770) Checking out files: 72% (2715/3770) Checking out files: 73% (2753/3770) Checking out files: 74% (2790/3770) Checking out files: 75% (2828/3770) Checking out files: 76% (2866/3770) Checking out files: 77% (2903/3770) Checking out files: 78% (2941/3770) Checking out files: 79% (2979/3770) Checking out files: 80% (3016/3770) Checking out files: 81% (3054/3770) Checking out files: 82% (3092/3770) Checking out files: 83% (3130/3770) Checking out files: 84% (3167/3770) Checking out files: 85% (3205/3770) Checking out files: 86% (3243/3770) Checking out files: 87% (3280/3770) Checking out files: 88% (3318/3770) Checking out files: 89% (3356/3770) Checking out files: 90% (3393/3770) Checking out files: 91% (3431/3770) Checking out files: 92% (3469/3770) [2021-02-25T03:18:54.477Z] #56 ... [2021-02-25T03:18:54.477Z] [2021-02-25T03:18:54.477Z] #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-02-25T03:18:54.477Z] #34 sha256:ced9f780ba36d958fea0a88481379dbcb5fb4e2acfd6605fe4673dff228b33d6 [2021-02-25T03:18:54.477Z] #34 83.47 internal/fmtsort [2021-02-25T03:18:54.477Z] #34 84.23 path/filepath [2021-02-25T03:18:54.477Z] #34 84.23 fmt [2021-02-25T03:18:54.477Z] #34 85.89 io/ioutil [2021-02-25T03:18:54.477Z] #34 88.06 flag [2021-02-25T03:18:54.477Z] #34 88.07 log [2021-02-25T03:18:54.477Z] #34 88.07 github.com/BurntSushi/toml [2021-02-25T03:18:54.477Z] #34 93.03 github.com/BurntSushi/toml/cmd/tomlv [2021-02-25T03:18:54.477Z] #34 ... [2021-02-25T03:18:54.477Z] [2021-02-25T03:18:54.477Z] #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-02-25T03:18:54.477Z] #56 sha256:957f55197544fe24b4e008cdf9ae984a1d2c325a5ea2c407fbbf08ed3bd722f3 [2021-02-25T03:18:54.477Z] #56 50.10 Checking out files: 55% (2081/3770) Checking out files: 56% (2112/3770) Checking out files: 57% (2149/3770) Checking out files: 58% (2187/3770) Checking out files: 59% (2225/3770) Checking out files: 60% (2262/3770) Checking out files: 61% (2300/3770) Checking out files: 62% (2338/3770) Checking out files: 63% (2376/3770) Checking out files: 64% (2413/3770) Checking out files: 65% (2451/3770) Checking out files: 66% (2489/3770) Checking out files: 67% (2526/3770) Checking out files: 68% (2564/3770) Checking out files: 69% (2602/3770) Checking out files: 70% (2639/3770) Checking out files: 71% (2677/3770) Checking out files: 72% (2715/3770) Checking out files: 73% (2753/3770) Checking out files: 74% (2790/3770) Checking out files: 75% (2828/3770) Checking out files: 76% (2866/3770) Checking out files: 77% (2903/3770) Checking out files: 78% (2941/3770) Checking out files: 79% (2979/3770) Checking out files: 80% (3016/3770) Checking out files: 81% (3054/3770) Checking out files: 82% (3092/3770) Checking out files: 83% (3130/3770) Checking out files: 84% (3167/3770) Checking out files: 85% (3205/3770) Checking out files: 86% (3243/3770) Checking out files: 87% (3280/3770) Checking out files: 88% (3318/3770) Checking out files: 89% (3356/3770) Checking out files: 90% (3393/3770) Checking out files: 91% (3431/3770) Checking out files: 92% (3469/3770) Checking out files: 93% (3507/3770) Checking out files: 93% (3537/3770) Checking out files: 94% (3544/3770) Checking out files: 95% (3582/3770) Checking out files: 96% (3620/3770) Checking out files: 97% (3657/3770) Checking out files: 98% (3695/3770) Checking out files: 99% (3733/3770) Checking out files: 100% (3770/3770) Checking out files: 100% (3770/3770), done. [2021-02-25T03:18:54.477Z] #56 51.30 + cd /tmp/tmp.uUTecudAwU/src/github.com/containerd/containerd [2021-02-25T03:18:54.777Z] #56 51.30 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-25T03:18:55.078Z] #56 ... [2021-02-25T03:18:55.078Z] [2021-02-25T03:18:55.078Z] #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-02-25T03:18:55.078Z] #45 sha256:b3ae012ae7778c84f7a05da4bdd7179235db04bef388100621bc6554c8e89643 [2021-02-25T03:18:55.078Z] #45 84.37 path/filepath [2021-02-25T03:18:55.078Z] #45 87.54 net [2021-02-25T03:18:55.078Z] #45 88.38 os/exec [2021-02-25T03:18:55.078Z] #45 92.40 internal/lazyregexp [2021-02-25T03:18:55.078Z] #45 93.03 github.com/LK4D4/vndr/versioned [2021-02-25T03:18:55.196Z] #42 ... [2021-02-25T03:18:55.196Z] [2021-02-25T03:18:55.196Z] #50 [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-02-25T03:18:55.196Z] #50 sha256:90e0120ecc4828a2b00d33714c8a7a170a11d9c35e3f94055cf2bfb4aa2adc84 [2021-02-25T03:18:55.196Z] #50 66.30 fmt [2021-02-25T03:18:55.196Z] #50 72.03 encoding/json [2021-02-25T03:18:55.196Z] #50 76.31 github.com/pkg/diff [2021-02-25T03:18:55.196Z] #50 ... [2021-02-25T03:18:55.196Z] [2021-02-25T03:18:55.196Z] #36 [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-02-25T03:18:55.196Z] #36 sha256:97470e6987623f2aed025b494fa67ba737bc949181960ba4f6656e82c2b77dfe [2021-02-25T03:18:55.196Z] #36 9.069 -- Detecting C compile features - done [2021-02-25T03:18:55.196Z] #36 9.096 -- Performing Test HAS_BUILTIN_FORTIFY [2021-02-25T03:18:55.196Z] #36 9.393 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-02-25T03:18:55.196Z] #36 9.495 -- Configuring done [2021-02-25T03:18:55.196Z] #36 9.515 -- Generating done [2021-02-25T03:18:55.196Z] #36 9.526 -- Build files have been written to: /tmp/tmp.sGZ6RKhMPu/tini [2021-02-25T03:18:55.196Z] #36 9.541 + make tini-static [2021-02-25T03:18:55.196Z] #36 10.12 Scanning dependencies of target tini-static [2021-02-25T03:18:55.196Z] #36 10.26 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-02-25T03:18:55.196Z] #36 11.67 [100%] Linking C executable tini-static [2021-02-25T03:18:55.252Z] #41 81.34 Setting up libnl-3-dev:arm64 (3.4.0-1) ... [2021-02-25T03:18:55.379Z] #45 ... [2021-02-25T03:18:55.379Z] [2021-02-25T03:18:55.379Z] #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-02-25T03:18:55.379Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-25T03:18:55.379Z] #43 25.42 CC images/fh.o [2021-02-25T03:18:55.379Z] #43 25.81 CC images/fsnotify.o [2021-02-25T03:18:55.379Z] #43 26.50 CC images/signalfd.o [2021-02-25T03:18:55.379Z] #43 26.84 CC images/fs.o [2021-02-25T03:18:55.379Z] #43 27.02 CC images/pstree.o [2021-02-25T03:18:55.379Z] #43 27.21 CC images/pipe.o [2021-02-25T03:18:55.518Z] #41 81.48 Processing triggers for libc-bin (2.28-10) ... [2021-02-25T03:18:55.679Z] #43 27.43 CC images/tcp-stream.o [2021-02-25T03:18:55.760Z] #36 12.31 [100%] Built target tini-static [2021-02-25T03:18:55.760Z] #36 12.37 + mkdir -p /build [2021-02-25T03:18:55.784Z] #41 ... [2021-02-25T03:18:55.784Z] [2021-02-25T03:18:55.784Z] #36 [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-02-25T03:18:55.784Z] #36 sha256:33a4dcf9a91629ddc4cf65e4e046f1ac12aaae88a56d1fbdcb638019d363f2d7 [2021-02-25T03:18:55.784Z] #36 1.681 + RM_GOPATH=0 [2021-02-25T03:18:55.784Z] #36 1.681 + TMP_GOPATH= [2021-02-25T03:18:55.784Z] #36 1.681 + : /build [2021-02-25T03:18:55.784Z] #36 1.682 + '[' -z '' ']' [2021-02-25T03:18:55.784Z] #36 1.682 ++ mktemp -d [2021-02-25T03:18:55.784Z] #36 1.685 + export GOPATH=/tmp/tmp.TYHy8W0KJk [2021-02-25T03:18:55.784Z] #36 1.685 + GOPATH=/tmp/tmp.TYHy8W0KJk [2021-02-25T03:18:55.784Z] #36 1.685 + RM_GOPATH=1 [2021-02-25T03:18:55.784Z] #36 1.685 + case "$(go env GOARCH)" in [2021-02-25T03:18:55.784Z] #36 1.687 ++ go env GOARCH [2021-02-25T03:18:55.784Z] #36 1.704 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:18:55.784Z] #36 1.704 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:18:55.784Z] #36 1.705 ++ dirname /tmp/install/install.sh [2021-02-25T03:18:55.784Z] #36 1.708 + dir=/tmp/install [2021-02-25T03:18:55.784Z] #36 1.708 + bin=tini [2021-02-25T03:18:55.784Z] #36 1.708 + shift [2021-02-25T03:18:55.784Z] #36 1.709 + '[' '!' -f /tmp/install/tini.installer ']' [2021-02-25T03:18:55.784Z] #36 1.709 + . /tmp/install/tini.installer [2021-02-25T03:18:55.784Z] #36 1.709 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-25T03:18:55.784Z] #36 1.709 + install_tini [2021-02-25T03:18:55.784Z] #36 1.709 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-02-25T03:18:55.784Z] #36 1.710 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-25T03:18:55.784Z] #36 1.710 + git clone https://github.com/krallin/tini.git /tmp/tmp.TYHy8W0KJk/tini [2021-02-25T03:18:55.784Z] #36 1.713 Cloning into '/tmp/tmp.TYHy8W0KJk/tini'... [2021-02-25T03:18:55.970Z] #31 ... [2021-02-25T03:18:55.970Z] [2021-02-25T03:18:55.970Z] #35 [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-02-25T03:18:55.970Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-25T03:18:55.970Z] #35 53.48 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-02-25T03:18:55.970Z] #35 53.52 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-02-25T03:18:55.970Z] #35 53.55 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-02-25T03:18:55.970Z] #35 53.55 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-02-25T03:18:55.970Z] #35 53.62 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-02-25T03:18:55.970Z] #35 53.63 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-02-25T03:18:55.970Z] #35 55.40 debconf: delaying package configuration, since apt-utils is not installed [2021-02-25T03:18:55.970Z] #35 55.70 Fetched 14.9 MB in 2s (7210 kB/s) [2021-02-25T03:18:55.970Z] #35 55.86 Selecting previously unselected package xxd. [2021-02-25T03:18:55.970Z] #35 55.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-02-25T03:18:55.970Z] #35 55.93 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-02-25T03:18:55.970Z] #35 55.95 Unpacking xxd (2:8.1.0875-5) ... [2021-02-25T03:18:55.970Z] #35 56.19 Selecting previously unselected package vim-common. [2021-02-25T03:18:55.970Z] #35 56.19 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-25T03:18:55.970Z] #35 56.23 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-25T03:18:55.970Z] #35 56.55 Selecting previously unselected package cmake-data. [2021-02-25T03:18:55.970Z] #35 56.56 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-02-25T03:18:55.970Z] #35 56.57 Unpacking cmake-data (3.13.4-1) ... [2021-02-25T03:18:55.970Z] #35 59.60 Selecting previously unselected package libicu63:amd64. [2021-02-25T03:18:55.970Z] #35 59.60 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-02-25T03:18:55.970Z] #35 59.62 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-25T03:18:55.970Z] #35 ... [2021-02-25T03:18:55.970Z] [2021-02-25T03:18:55.970Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-25T03:18:55.970Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-25T03:18:55.970Z] #12 57.37 Get:12 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-02-25T03:18:55.970Z] #12 60.20 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-02-25T03:18:55.970Z] #12 60.21 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-02-25T03:18:55.970Z] #12 60.21 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-02-25T03:18:55.970Z] #12 60.21 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-02-25T03:18:55.970Z] #12 60.24 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2021-02-25T03:18:55.970Z] #12 60.24 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u6 [110 kB] [2021-02-25T03:18:55.970Z] #12 60.25 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-02-25T03:18:55.970Z] #12 60.31 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-02-25T03:18:55.970Z] #12 60.32 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-02-25T03:18:55.970Z] #12 60.33 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-02-25T03:18:55.970Z] #12 60.34 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-02-25T03:18:55.970Z] #12 60.40 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-02-25T03:18:55.970Z] #12 60.41 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-02-25T03:18:55.970Z] #12 60.43 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2021-02-25T03:18:55.970Z] #12 60.45 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u6 [322 kB] [2021-02-25T03:18:55.970Z] #12 61.53 debconf: delaying package configuration, since apt-utils is not installed [2021-02-25T03:18:55.970Z] #12 61.71 Fetched 78.2 MB in 9s (8542 kB/s) [2021-02-25T03:18:55.970Z] #12 61.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 ... 15410 files and directories currently installed.) [2021-02-25T03:18:55.970Z] #12 61.95 Preparing to unpack .../libsystemd0_241-7~deb10u6_amd64.deb ... [2021-02-25T03:18:55.970Z] #12 61.97 Unpacking libsystemd0:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-02-25T03:18:55.970Z] #12 62.37 Setting up libsystemd0:amd64 (241-7~deb10u6) ... [2021-02-25T03:18:55.970Z] #12 62.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 ... 15410 files and directories currently installed.) [2021-02-25T03:18:55.970Z] #12 62.56 Preparing to unpack .../libudev1_241-7~deb10u6_amd64.deb ... [2021-02-25T03:18:55.970Z] #12 62.60 Unpacking libudev1:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-02-25T03:18:55.970Z] #12 62.88 Setting up libudev1:amd64 (241-7~deb10u6) ... [2021-02-25T03:18:55.970Z] #12 63.06 Selecting previously unselected package binutils-mingw-w64-i686. [2021-02-25T03:18:55.970Z] #12 63.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 ... 15410 files and directories currently installed.) [2021-02-25T03:18:55.970Z] #12 63.11 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-02-25T03:18:55.970Z] #12 63.14 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-25T03:18:55.980Z] #43 27.68 CC images/sk-packet.o [2021-02-25T03:18:56.018Z] #36 12.39 + cp tini-static /build/docker-init [2021-02-25T03:18:56.281Z] #43 28.06 CC images/mnt.o [2021-02-25T03:18:56.281Z] #43 28.30 CC images/pipe-data.o [2021-02-25T03:18:56.365Z] #36 ... [2021-02-25T03:18:56.365Z] [2021-02-25T03:18:56.365Z] #41 [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-02-25T03:18:56.365Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-02-25T03:18:56.365Z] #41 DONE 82.3s [2021-02-25T03:18:56.365Z] [2021-02-25T03:18:56.365Z] #36 [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-02-25T03:18:56.365Z] #36 sha256:33a4dcf9a91629ddc4cf65e4e046f1ac12aaae88a56d1fbdcb638019d363f2d7 [2021-02-25T03:18:56.365Z] #36 2.347 + cd /tmp/tmp.TYHy8W0KJk/tini [2021-02-25T03:18:56.365Z] #36 2.347 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-25T03:18:56.365Z] #36 2.384 + cmake . [2021-02-25T03:18:56.581Z] #43 28.47 CC images/sa.o [2021-02-25T03:18:56.581Z] #43 ... [2021-02-25T03:18:56.581Z] [2021-02-25T03:18:56.581Z] #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-02-25T03:18:56.581Z] #51 sha256:6391109844e799df0f3324325bd4507bbd831a65436fe2672c84c9ddeab1bb4b [2021-02-25T03:18:56.581Z] #51 85.86 path/filepath [2021-02-25T03:18:56.581Z] #51 87.40 mvdan.cc/sh/v3/fileutil [2021-02-25T03:18:56.581Z] #51 89.35 encoding/binary [2021-02-25T03:18:56.581Z] #51 89.36 flag [2021-02-25T03:18:56.581Z] #51 89.37 github.com/pkg/diff [2021-02-25T03:18:56.581Z] #51 89.37 go/token [2021-02-25T03:18:56.581Z] #51 92.09 go/scanner [2021-02-25T03:18:56.581Z] #51 93.51 mvdan.cc/editorconfig [2021-02-25T03:18:56.581Z] #51 94.28 mvdan.cc/sh/v3/syntax [2021-02-25T03:18:56.581Z] #51 95.64 encoding/base64 [2021-02-25T03:18:56.583Z] #36 DONE 12.8s [2021-02-25T03:18:56.583Z] [2021-02-25T03:18:56.583Z] #33 [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-02-25T03:18:56.583Z] #33 sha256:5a278342ade8e2c20f1c413695911318c9857be2ce63e1d77cb8878956a9fe89 [2021-02-25T03:18:56.583Z] #33 73.22 github.com/BurntSushi/toml/cmd/tomlv [2021-02-25T03:18:56.583Z] #33 DONE 78.2s [2021-02-25T03:18:56.583Z] [2021-02-25T03:18:56.583Z] #50 [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-02-25T03:18:56.583Z] #50 sha256:90e0120ecc4828a2b00d33714c8a7a170a11d9c35e3f94055cf2bfb4aa2adc84 [2021-02-25T03:18:56.583Z] #50 78.04 go/ast [2021-02-25T03:18:56.583Z] #50 78.14 golang.org/x/crypto/ssh/terminal [2021-02-25T03:18:56.881Z] #51 95.97 go/ast [2021-02-25T03:18:56.881Z] #51 ... [2021-02-25T03:18:56.881Z] [2021-02-25T03:18:56.881Z] #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-02-25T03:18:56.881Z] #56 sha256:957f55197544fe24b4e008cdf9ae984a1d2c325a5ea2c407fbbf08ed3bd722f3 [2021-02-25T03:18:56.881Z] #56 52.87 + export 'BUILDTAGS=netgo osusergo static_build' [2021-02-25T03:18:56.881Z] #56 52.87 + BUILDTAGS='netgo osusergo static_build' [2021-02-25T03:18:56.881Z] #56 52.87 + export EXTRA_FLAGS=-buildmode=pie [2021-02-25T03:18:56.881Z] #56 52.87 + EXTRA_FLAGS=-buildmode=pie [2021-02-25T03:18:56.881Z] #56 52.87 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-02-25T03:18:56.881Z] #56 52.87 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-02-25T03:18:56.881Z] #56 52.87 + '[' '' = dynamic ']' [2021-02-25T03:18:56.881Z] #56 52.87 + make [2021-02-25T03:18:57.148Z] #50 ... [2021-02-25T03:18:57.148Z] [2021-02-25T03:18:57.148Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-25T03:18:57.148Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-25T03:18:57.148Z] #12 68.87 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-02-25T03:18:57.148Z] #12 68.90 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-02-25T03:18:57.148Z] #12 68.91 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-25T03:18:57.148Z] #12 75.90 Selecting previously unselected package gcc-mingw-w64-base. [2021-02-25T03:18:57.148Z] #12 75.91 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-02-25T03:18:57.148Z] #12 75.94 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-25T03:18:57.148Z] #12 76.13 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-02-25T03:18:57.148Z] #12 76.15 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-02-25T03:18:57.148Z] #12 76.16 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-25T03:18:57.323Z] #36 3.056 -- The C compiler identification is GNU 8.3.0 [2021-02-25T03:18:57.323Z] #36 3.101 -- Check for working C compiler: /usr/bin/cc [2021-02-25T03:18:57.406Z] #12 ... [2021-02-25T03:18:57.406Z] [2021-02-25T03:18:57.406Z] #42 [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-02-25T03:18:57.406Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:18:57.406Z] #42 4.706 Note: Building without setproctitle() and strlcpy() support. [2021-02-25T03:18:57.406Z] #42 4.708 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-25T03:18:57.406Z] #42 4.734 Note: Building without GnuTLS support [2021-02-25T03:18:57.406Z] #42 4.749 Makefile.config:39: Warn: you have no libnftables installed [2021-02-25T03:18:57.406Z] #42 4.749 Makefile.config:40: Warn: Building without nftables support [2021-02-25T03:18:57.533Z] #56 54.08 + bin/ctr [2021-02-25T03:18:57.663Z] #42 6.977 fatal: not a git repository (or any of the parent directories): .git [2021-02-25T03:18:57.663Z] #42 7.024 GEN .gitid [2021-02-25T03:18:57.663Z] #42 7.046 GEN criu/include/version.h [2021-02-25T03:18:57.663Z] #42 7.114 GEN include/common/asm [2021-02-25T03:18:57.892Z] #12 ... [2021-02-25T03:18:57.892Z] [2021-02-25T03:18:57.892Z] #44 [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-02-25T03:18:57.892Z] #44 sha256:afe17831b94519c9ec988602eca641f7966cf1a4d7b110e59a5ec33c57993be6 [2021-02-25T03:18:57.892Z] #44 65.35 time [2021-02-25T03:18:57.892Z] #44 ... [2021-02-25T03:18:57.892Z] [2021-02-25T03:18:57.892Z] #46 [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-02-25T03:18:57.892Z] #46 sha256:8ca5b73b4f4608b7ea4a1d78eca18baafc341a3b444cd9284a17d85b0f2298f1 [2021-02-25T03:18:57.892Z] #46 DONE 65.4s [2021-02-25T03:18:57.892Z] [2021-02-25T03:18:57.892Z] #41 [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-02-25T03:18:57.892Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-25T03:18:57.892Z] #41 58.12 Selecting previously unselected package libprotobuf-dev:amd64. [2021-02-25T03:18:57.892Z] #41 58.12 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2021-02-25T03:18:57.892Z] #41 58.14 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-02-25T03:18:57.892Z] #41 59.67 Selecting previously unselected package libprotoc17:amd64. [2021-02-25T03:18:57.892Z] #41 59.67 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2021-02-25T03:18:57.892Z] #41 59.68 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2021-02-25T03:18:57.892Z] #41 60.31 Selecting previously unselected package protobuf-c-compiler. [2021-02-25T03:18:57.892Z] #41 60.32 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2021-02-25T03:18:57.892Z] #41 60.37 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-25T03:18:57.892Z] #41 60.60 Selecting previously unselected package protobuf-compiler. [2021-02-25T03:18:57.892Z] #41 60.60 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2021-02-25T03:18:57.892Z] #41 60.61 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-02-25T03:18:57.892Z] #41 60.77 Selecting previously unselected package python-pkg-resources. [2021-02-25T03:18:57.892Z] #41 60.77 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-02-25T03:18:57.892Z] #41 60.78 Unpacking python-pkg-resources (40.8.0-1) ... [2021-02-25T03:18:57.892Z] #41 61.03 Selecting previously unselected package python-six. [2021-02-25T03:18:57.892Z] #41 61.03 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-02-25T03:18:57.892Z] #41 61.04 Unpacking python-six (1.12.0-1) ... [2021-02-25T03:18:57.892Z] #41 61.14 Selecting previously unselected package python-protobuf. [2021-02-25T03:18:57.892Z] #41 61.15 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2021-02-25T03:18:57.892Z] #41 61.18 Unpacking python-protobuf (3.6.1.3-2) ... [2021-02-25T03:18:57.892Z] #41 61.77 Setting up python-pkg-resources (40.8.0-1) ... [2021-02-25T03:18:57.906Z] #36 3.901 -- Check for working C compiler: /usr/bin/cc -- works [2021-02-25T03:18:57.906Z] #36 3.908 -- Detecting C compiler ABI info [2021-02-25T03:18:58.155Z] #41 ... [2021-02-25T03:18:58.155Z] [2021-02-25T03:18:58.156Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-25T03:18:58.156Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-25T03:18:58.156Z] #12 65.92 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-02-25T03:18:58.156Z] #12 65.93 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-02-25T03:18:58.156Z] #12 65.95 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-25T03:18:58.420Z] #12 ... [2021-02-25T03:18:58.420Z] [2021-02-25T03:18:58.420Z] #48 [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-02-25T03:18:58.420Z] #48 sha256:2112b7d1a4d8db87cfdd0f85111933d0835a2755ce63403221e969558ed4b3cf [2021-02-25T03:18:58.420Z] #48 56.12 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-25T03:18:58.420Z] #48 56.15 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-25T03:18:58.420Z] #48 56.16 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-25T03:18:58.420Z] #48 56.25 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-25T03:18:58.420Z] #48 56.26 go: finding github.com/BurntSushi/toml v0.3.1 [2021-02-25T03:18:58.488Z] #36 4.445 -- Detecting C compiler ABI info - done [2021-02-25T03:18:58.488Z] #36 4.478 -- Detecting C compile features [2021-02-25T03:18:58.596Z] #56 ... [2021-02-25T03:18:58.596Z] [2021-02-25T03:18:58.596Z] #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-02-25T03:18:58.596Z] #34 sha256:ced9f780ba36d958fea0a88481379dbcb5fb4e2acfd6605fe4673dff228b33d6 [2021-02-25T03:18:58.596Z] #34 DONE 97.5s [2021-02-25T03:18:58.596Z] [2021-02-25T03:18:58.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-02-25T03:18:58.596Z] #45 sha256:b3ae012ae7778c84f7a05da4bdd7179235db04bef388100621bc6554c8e89643 [2021-02-25T03:18:58.596Z] #45 97.01 encoding/base64 [2021-02-25T03:18:58.596Z] #45 97.03 crypto/cipher [2021-02-25T03:18:58.596Z] #45 97.07 go/ast [2021-02-25T03:18:59.365Z] #48 ... [2021-02-25T03:18:59.365Z] [2021-02-25T03:18:59.365Z] #41 [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-02-25T03:18:59.365Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-25T03:18:59.365Z] #41 66.99 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-02-25T03:18:59.365Z] #41 67.01 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-25T03:18:59.365Z] #41 67.02 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-25T03:18:59.365Z] #41 67.03 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-02-25T03:18:59.365Z] #41 67.04 Setting up python-six (1.12.0-1) ... [2021-02-25T03:18:59.601Z] #42 8.732 PBCC images/timens.pb-c.c [2021-02-25T03:18:59.601Z] #42 8.822 DEP images/timens.pb-c.d [2021-02-25T03:18:59.601Z] #42 8.822 PBCC images/fown.pb-c.c [2021-02-25T03:18:59.601Z] #42 8.822 PBCC images/google/protobuf/descriptor.pb-c.c [2021-02-25T03:18:59.601Z] #42 8.920 PBCC images/opts.pb-c.c [2021-02-25T03:18:59.601Z] #42 8.974 PBCC images/memfd.pb-c.c [2021-02-25T03:18:59.601Z] #42 9.042 DEP images/fown.pb-c.d [2021-02-25T03:18:59.601Z] #42 9.042 DEP images/google/protobuf/descriptor.pb-c.d [2021-02-25T03:18:59.626Z] #41 ... [2021-02-25T03:18:59.626Z] [2021-02-25T03:18:59.626Z] #50 [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-02-25T03:18:59.627Z] #50 sha256:74fe370ecb48af1452fef620fd0ae127180873eea6b4bac5594529be0fc81069 [2021-02-25T03:18:59.627Z] #50 57.30 reflect [2021-02-25T03:18:59.627Z] #50 57.32 syscall [2021-02-25T03:18:59.627Z] #50 64.92 time [2021-02-25T03:18:59.627Z] #50 ... [2021-02-25T03:18:59.627Z] [2021-02-25T03:18:59.627Z] #35 [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-02-25T03:18:59.627Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-25T03:18:59.627Z] #35 66.98 Selecting previously unselected package libxml2:amd64. [2021-02-25T03:18:59.627Z] #35 67.00 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-02-25T03:18:59.627Z] #35 67.01 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-02-25T03:18:59.859Z] #42 9.314 DEP images/opts.pb-c.d [2021-02-25T03:18:59.859Z] #42 9.314 DEP images/memfd.pb-c.d [2021-02-25T03:18:59.859Z] #42 9.314 PBCC images/sit.pb-c.c [2021-02-25T03:18:59.859Z] #42 9.382 DEP images/sit.pb-c.d [2021-02-25T03:18:59.888Z] #35 67.60 Selecting previously unselected package libarchive13:amd64. [2021-02-25T03:18:59.888Z] #35 67.60 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-02-25T03:18:59.888Z] #35 67.60 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-02-25T03:19:00.116Z] #42 9.402 PBCC images/macvlan.pb-c.c [2021-02-25T03:19:00.117Z] #42 9.471 DEP images/macvlan.pb-c.d [2021-02-25T03:19:00.117Z] #42 9.502 PBCC images/autofs.pb-c.c [2021-02-25T03:19:00.117Z] #42 9.521 DEP images/autofs.pb-c.d [2021-02-25T03:19:00.117Z] #42 9.570 PBCC images/sysctl.pb-c.c [2021-02-25T03:19:00.117Z] #42 9.608 DEP images/sysctl.pb-c.d [2021-02-25T03:19:00.151Z] #35 67.96 Selecting previously unselected package libjsoncpp1:amd64. [2021-02-25T03:19:00.151Z] #35 67.96 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-02-25T03:19:00.151Z] #35 67.98 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-02-25T03:19:00.374Z] #42 9.657 PBCC images/time.pb-c.c [2021-02-25T03:19:00.374Z] #42 9.718 DEP images/time.pb-c.d [2021-02-25T03:19:00.374Z] #42 9.778 PBCC images/binfmt-misc.pb-c.c [2021-02-25T03:19:00.374Z] #42 9.808 DEP images/binfmt-misc.pb-c.d [2021-02-25T03:19:00.413Z] #35 68.14 Selecting previously unselected package librhash0:amd64. [2021-02-25T03:19:00.413Z] #35 68.15 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-02-25T03:19:00.413Z] #35 68.15 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-02-25T03:19:00.632Z] #42 9.914 PBCC images/seccomp.pb-c.c [2021-02-25T03:19:00.632Z] #42 9.953 DEP images/seccomp.pb-c.d [2021-02-25T03:19:00.632Z] #42 10.03 PBCC images/userns.pb-c.c [2021-02-25T03:19:00.632Z] #42 10.04 DEP images/userns.pb-c.d [2021-02-25T03:19:00.632Z] #42 10.08 PBCC images/cgroup.pb-c.c [2021-02-25T03:19:00.632Z] #42 10.14 DEP images/cgroup.pb-c.d [2021-02-25T03:19:00.676Z] #35 68.30 Selecting previously unselected package libuv1:amd64. [2021-02-25T03:19:00.676Z] #35 68.30 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-02-25T03:19:00.676Z] #35 68.31 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-02-25T03:19:00.676Z] #35 68.52 Selecting previously unselected package cmake. [2021-02-25T03:19:00.714Z] #45 99.45 net/url [2021-02-25T03:19:00.889Z] #42 10.24 PBCC images/ext-file.pb-c.c [2021-02-25T03:19:00.889Z] #42 10.28 DEP images/ext-file.pb-c.d [2021-02-25T03:19:00.889Z] #42 10.34 PBCC images/rpc.pb-c.c [2021-02-25T03:19:00.939Z] #35 68.52 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-02-25T03:19:00.939Z] #35 68.53 Unpacking cmake (3.13.4-1) ... [2021-02-25T03:19:01.060Z] #36 7.012 -- Detecting C compile features - done [2021-02-25T03:19:01.060Z] #36 7.064 -- Performing Test HAS_BUILTIN_FORTIFY [2021-02-25T03:19:01.147Z] #42 10.38 DEP images/rpc.pb-c.d [2021-02-25T03:19:01.147Z] #42 10.43 PBCC images/siginfo.pb-c.c [2021-02-25T03:19:01.147Z] #42 10.49 DEP images/siginfo.pb-c.d [2021-02-25T03:19:01.147Z] #42 10.58 PBCC images/pagemap.pb-c.c [2021-02-25T03:19:01.147Z] #42 10.64 DEP images/pagemap.pb-c.d [2021-02-25T03:19:01.326Z] #36 7.281 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-02-25T03:19:01.326Z] #36 7.364 -- Configuring done [2021-02-25T03:19:01.326Z] #36 7.372 -- Generating done [2021-02-25T03:19:01.326Z] #36 7.430 -- Build files have been written to: /tmp/tmp.TYHy8W0KJk/tini [2021-02-25T03:19:01.369Z] #45 100.5 text/template/parse [2021-02-25T03:19:01.404Z] #42 10.69 PBCC images/rlimit.pb-c.c [2021-02-25T03:19:01.404Z] #42 10.77 DEP images/rlimit.pb-c.d [2021-02-25T03:19:01.404Z] #42 10.83 PBCC images/file-lock.pb-c.c [2021-02-25T03:19:01.592Z] #36 7.433 + make tini-static [2021-02-25T03:19:01.662Z] #42 10.85 DEP images/file-lock.pb-c.d [2021-02-25T03:19:01.662Z] #42 10.95 PBCC images/tty.pb-c.c [2021-02-25T03:19:01.662Z] #42 11.07 DEP images/tty.pb-c.d [2021-02-25T03:19:01.662Z] #42 ... [2021-02-25T03:19:01.662Z] [2021-02-25T03:19:01.662Z] #44 [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-02-25T03:19:01.662Z] #44 sha256:9c1c894d71924ba5495f24b060df116fd97fd016d241f3cd58c535b197cc6e71 [2021-02-25T03:19:01.662Z] #44 73.35 go/scanner [2021-02-25T03:19:01.662Z] #44 73.53 internal/lazyregexp [2021-02-25T03:19:01.662Z] #44 73.90 net/url [2021-02-25T03:19:01.662Z] #44 74.86 go/ast [2021-02-25T03:19:01.662Z] #44 75.96 text/template/parse [2021-02-25T03:19:01.662Z] #44 79.97 go/parser [2021-02-25T03:19:01.662Z] #44 80.95 text/template [2021-02-25T03:19:01.858Z] #36 7.896 Scanning dependencies of target tini-static [2021-02-25T03:19:01.858Z] #36 8.001 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-02-25T03:19:01.919Z] #44 ... [2021-02-25T03:19:01.920Z] [2021-02-25T03:19:01.920Z] #42 [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-02-25T03:19:01.920Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:19:01.920Z] #42 11.09 PBCC images/tun.pb-c.c [2021-02-25T03:19:01.920Z] #42 11.16 PBCC images/netdev.pb-c.c [2021-02-25T03:19:01.920Z] #42 11.25 DEP images/tun.pb-c.d [2021-02-25T03:19:01.920Z] #42 11.34 DEP images/netdev.pb-c.d [2021-02-25T03:19:02.124Z] #36 ... [2021-02-25T03:19:02.124Z] [2021-02-25T03:19:02.124Z] #55 [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-02-25T03:19:02.124Z] #55 sha256:6539dedf4d3e1317939058c9ddd4e670b7282309fa9336578d4c0b845b1f0aec [2021-02-25T03:19:02.124Z] #55 29.89 Checking out files: 46% (1758/3770) Checking out files: 47% (1772/3770) Checking out files: 48% (1810/3770) Checking out files: 49% (1848/3770) Checking out files: 50% (1885/3770) Checking out files: 51% (1923/3770) Checking out files: 52% (1961/3770) Checking out files: 53% (1999/3770) Checking out files: 54% (2036/3770) Checking out files: 55% (2074/3770) Checking out files: 56% (2112/3770) Checking out files: 57% (2149/3770) Checking out files: 58% (2187/3770) Checking out files: 59% (2225/3770) Checking out files: 60% (2262/3770) Checking out files: 61% (2300/3770) Checking out files: 62% (2338/3770) Checking out files: 63% (2376/3770) Checking out files: 64% (2413/3770) Checking out files: 65% (2451/3770) Checking out files: 66% (2489/3770) Checking out files: 67% (2526/3770) Checking out files: 68% (2564/3770) Checking out files: 69% (2602/3770) Checking out files: 70% (2639/3770) Checking out files: 71% (2677/3770) Checking out files: 72% (2715/3770) Checking out files: 73% (2753/3770) Checking out files: 74% (2790/3770) Checking out files: 75% (2828/3770) Checking out files: 76% (2866/3770) Checking out files: 77% (2903/3770) Checking out files: 78% (2941/3770) Checking out files: 79% (2979/3770) Checking out files: 80% (3016/3770) Checking out files: 81% (3054/3770) Checking out files: 82% (3092/3770) Checking out files: 83% (3130/3770) Checking out files: 84% (3167/3770) Checking out files: 85% (3205/3770) Checking out files: 86% (3243/3770) Checking out files: 87% (3280/3770) Checking out files: 88% (3318/3770) Checking out files: 89% (3356/3770) Checking out files: 90% (3393/3770) Checking out files: 91% (3431/3770) Checking out files: 92% (3469/3770) Checking out files: 93% (3507/3770) Checking out files: 94% (3544/3770) Checking out files: 95% (3582/3770) Checking out files: 96% (3620/3770) Checking out files: 97% (3657/3770) Checking out files: 98% (3695/3770) Checking out files: 98% (3718/3770) Checking out files: 99% (3733/3770) Checking out files: 100% (3770/3770) Checking out files: 100% (3770/3770), done. [2021-02-25T03:19:02.124Z] #55 31.00 + cd /tmp/tmp.JSlirQelAu/src/github.com/containerd/containerd [2021-02-25T03:19:02.124Z] #55 31.00 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-25T03:19:02.124Z] #55 32.68 + export 'BUILDTAGS=netgo osusergo static_build' [2021-02-25T03:19:02.125Z] #55 32.68 + BUILDTAGS='netgo osusergo static_build' [2021-02-25T03:19:02.125Z] #55 32.68 + export EXTRA_FLAGS=-buildmode=pie [2021-02-25T03:19:02.125Z] #55 32.68 + EXTRA_FLAGS=-buildmode=pie [2021-02-25T03:19:02.125Z] #55 32.68 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-02-25T03:19:02.125Z] #55 32.68 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-02-25T03:19:02.125Z] #55 32.68 + '[' '' = dynamic ']' [2021-02-25T03:19:02.125Z] #55 32.68 + make [2021-02-25T03:19:02.125Z] #55 33.74 + bin/ctr [2021-02-25T03:19:02.177Z] #42 11.39 PBCC images/vma.pb-c.c [2021-02-25T03:19:02.177Z] #42 11.53 DEP images/vma.pb-c.d [2021-02-25T03:19:02.177Z] #42 11.59 PBCC images/creds.pb-c.c [2021-02-25T03:19:02.177Z] #42 11.65 DEP images/creds.pb-c.d [2021-02-25T03:19:02.434Z] #42 11.75 PBCC images/utsns.pb-c.c [2021-02-25T03:19:02.434Z] #42 11.75 DEP images/utsns.pb-c.d [2021-02-25T03:19:02.434Z] #42 11.83 PBCC images/ipc-desc.pb-c.c [2021-02-25T03:19:02.434Z] #42 11.87 PBCC images/ipc-sem.pb-c.c [2021-02-25T03:19:02.434Z] #42 11.89 DEP images/ipc-desc.pb-c.d [2021-02-25T03:19:02.692Z] #42 11.98 DEP images/ipc-sem.pb-c.d [2021-02-25T03:19:02.692Z] #42 12.00 PBCC images/ipc-msg.pb-c.c [2021-02-25T03:19:02.692Z] #42 12.03 DEP images/ipc-msg.pb-c.d [2021-02-25T03:19:02.692Z] #42 12.10 PBCC images/ipc-shm.pb-c.c [2021-02-25T03:19:02.692Z] #42 12.10 DEP images/ipc-shm.pb-c.d [2021-02-25T03:19:02.692Z] #42 12.15 PBCC images/ipc-var.pb-c.c [2021-02-25T03:19:02.692Z] #42 12.22 DEP images/ipc-var.pb-c.d [2021-02-25T03:19:02.751Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m14.39457274s with top 10 stages: buildssa: 1m44.358469856s, goimports: 24.374135948s, unconvert: 11.90233457s, gosec: 11.454626631s, golint: 6.684799483s, misspell: 4.833889386s, ineffassign: 4.445762471s, inspect: 3.565306743s, vrp: 3.094735845s, printf: 1.764001268s [2021-02-25T03:19:02.751Z] INFO [runner] Issues before processing: 2266, after processing: 0 [2021-02-25T03:19:02.751Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 1686/1686, identifier_marker: 1581/1581, exclude: 1581/1581, filename_unadjuster: 1686/1686, skip_files: 1686/1686, autogenerated_exclude: 1581/1686, exclude-rules: 64/1581, nolint: 0/64, cgo: 1686/2266, skip_dirs: 1686/1686 [2021-02-25T03:19:02.751Z] INFO [runner] processing took 114.978059ms with stages: nolint: 45.011272ms, identifier_marker: 34.530054ms, autogenerated_exclude: 13.301325ms, path_prettifier: 12.16011ms, exclude-rules: 6.064186ms, skip_dirs: 3.032257ms, cgo: 500.675µs, filename_unadjuster: 371.701µs, max_same_issues: 1.966µs, diff: 924ns, exclude: 725ns, uniq_by_line: 651ns, source_code: 541ns, max_from_linter: 538ns, path_shortener: 434ns, skip_files: 403ns, max_per_file_from_linter: 297ns [2021-02-25T03:19:02.751Z] INFO [runner] linters took 1m42.058118408s with stages: goanalysis_metalinter: 1m21.210518343s, unused: 20.732333702s [2021-02-25T03:19:02.751Z] INFO File cache stats: 1453 entries of total size 6.8MiB [2021-02-25T03:19:02.751Z] INFO Memory: 1531 samples, avg is 735.2MB, max is 3770.1MB [2021-02-25T03:19:02.751Z] INFO Execution took 3m44.372906109s [2021-02-25T03:19:02.751Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2021-02-25T03:19:02.949Z] #42 12.30 PBCC images/sk-opts.pb-c.c [2021-02-25T03:19:02.949Z] #42 12.30 PBCC images/packet-sock.pb-c.c [2021-02-25T03:19:02.949Z] #42 12.37 DEP images/sk-opts.pb-c.d [2021-02-25T03:19:02.949Z] #42 12.42 DEP images/packet-sock.pb-c.d [2021-02-25T03:19:02.949Z] #42 12.49 PBCC images/sk-netlink.pb-c.c [2021-02-25T03:19:03.108Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42056/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr8 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=59fc2206d0aa706e3f4af717dec37df091092058 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:59fc2206d0aa706e3f4af717dec37df091092058 hack/make.sh dynbinary-daemon test-docker-py [2021-02-25T03:19:03.206Z] #42 12.56 DEP images/sk-netlink.pb-c.d [2021-02-25T03:19:03.206Z] #42 12.65 PBCC images/sk-inet.pb-c.c [2021-02-25T03:19:03.368Z] [2021-02-25T03:19:03.463Z] #42 12.75 DEP images/sk-inet.pb-c.d [2021-02-25T03:19:03.463Z] #42 12.75 PBCC images/sk-unix.pb-c.c [2021-02-25T03:19:03.463Z] #42 12.82 DEP images/sk-unix.pb-c.d [2021-02-25T03:19:03.463Z] #42 12.90 PBCC images/mm.pb-c.c [2021-02-25T03:19:03.491Z] #35 ... [2021-02-25T03:19:03.491Z] [2021-02-25T03:19:03.491Z] #33 [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-02-25T03:19:03.491Z] #33 sha256:3ed3e0012c80842227df2f67af03e7325c2705c4a8587c28958361bfd8022846 [2021-02-25T03:19:03.491Z] #33 60.83 time [2021-02-25T03:19:03.491Z] #33 67.31 internal/poll [2021-02-25T03:19:03.491Z] #33 68.40 internal/fmtsort [2021-02-25T03:19:03.491Z] #33 69.14 internal/syscall/execenv [2021-02-25T03:19:03.491Z] #33 69.29 internal/syscall/unix [2021-02-25T03:19:03.491Z] #33 69.37 strings [2021-02-25T03:19:03.491Z] #33 69.64 os [2021-02-25T03:19:03.491Z] #33 ... [2021-02-25T03:19:03.491Z] [2021-02-25T03:19:03.491Z] #41 [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-02-25T03:19:03.491Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-25T03:19:03.491Z] #41 70.66 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-02-25T03:19:03.491Z] #41 70.68 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-02-25T03:19:03.491Z] #41 70.73 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-02-25T03:19:03.491Z] #41 70.75 Setting up libcap-dev:amd64 (1:2.25-2) ... [2021-02-25T03:19:03.491Z] #41 70.78 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2021-02-25T03:19:03.491Z] #41 70.80 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-02-25T03:19:03.492Z] #41 70.82 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-25T03:19:03.492Z] #41 70.84 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-02-25T03:19:03.492Z] #41 70.86 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-25T03:19:03.492Z] #41 70.88 Setting up python-protobuf (3.6.1.3-2) ... [2021-02-25T03:19:03.546Z] #55 ... [2021-02-25T03:19:03.546Z] [2021-02-25T03:19:03.546Z] #44 [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-02-25T03:19:03.546Z] #44 sha256:d3f461970f39f44f439535a34a8026bc8a71c4dd3594a0d65b18f27daa7ef102 [2021-02-25T03:19:03.546Z] #44 79.34 vendor/golang.org/x/net/idna [2021-02-25T03:19:03.546Z] #44 79.94 net/http/internal [2021-02-25T03:19:03.546Z] #44 87.20 net/textproto [2021-02-25T03:19:03.546Z] #44 87.20 vendor/golang.org/x/net/http/httpproxy [2021-02-25T03:19:03.546Z] #44 87.22 crypto/x509 [2021-02-25T03:19:03.546Z] #44 88.67 vendor/golang.org/x/net/http/httpguts [2021-02-25T03:19:03.546Z] #44 88.67 mime/multipart [2021-02-25T03:19:03.546Z] #44 ... [2021-02-25T03:19:03.546Z] [2021-02-25T03:19:03.546Z] #36 [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-02-25T03:19:03.546Z] #36 sha256:33a4dcf9a91629ddc4cf65e4e046f1ac12aaae88a56d1fbdcb638019d363f2d7 [2021-02-25T03:19:03.546Z] #36 9.458 [100%] Linking C executable tini-static [2021-02-25T03:19:03.627Z] Removing bundles/ [2021-02-25T03:19:03.627Z] [2021-02-25T03:19:03.627Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2021-02-25T03:19:03.627Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-02-25T03:19:03.627Z] GOOS="" GOARCH="" GOARM="" [2021-02-25T03:19:03.721Z] #42 13.04 DEP images/mm.pb-c.d [2021-02-25T03:19:03.721Z] #42 13.04 PBCC images/timerfd.pb-c.c [2021-02-25T03:19:03.721Z] #42 13.17 DEP images/timerfd.pb-c.d [2021-02-25T03:19:03.721Z] #42 13.17 PBCC images/timer.pb-c.c [2021-02-25T03:19:03.721Z] #42 13.20 DEP images/timer.pb-c.d [2021-02-25T03:19:03.979Z] #42 13.30 PBCC images/sa.pb-c.c [2021-02-25T03:19:03.979Z] #42 13.37 DEP images/sa.pb-c.d [2021-02-25T03:19:03.979Z] #42 13.37 PBCC images/pipe-data.pb-c.c [2021-02-25T03:19:03.979Z] #42 13.44 DEP images/pipe-data.pb-c.d [2021-02-25T03:19:03.979Z] #42 13.46 PBCC images/mnt.pb-c.c [2021-02-25T03:19:04.125Z] #36 10.05 [100%] Built target tini-static [2021-02-25T03:19:04.125Z] #36 10.12 + mkdir -p /build [2021-02-25T03:19:04.125Z] #36 10.12 + cp tini-static /build/docker-init [2021-02-25T03:19:04.185Z] #45 ... [2021-02-25T03:19:04.185Z] [2021-02-25T03:19:04.185Z] #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-02-25T03:19:04.185Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-25T03:19:04.185Z] #43 28.80 CC images/timer.o [2021-02-25T03:19:04.185Z] #43 29.11 CC images/timerfd.o [2021-02-25T03:19:04.185Z] #43 29.40 CC images/mm.o [2021-02-25T03:19:04.185Z] #43 29.75 CC images/sk-opts.o [2021-02-25T03:19:04.185Z] #43 29.99 CC images/sk-unix.o [2021-02-25T03:19:04.185Z] #43 30.58 CC images/sk-inet.o [2021-02-25T03:19:04.185Z] #43 31.11 CC images/tun.o [2021-02-25T03:19:04.185Z] #43 31.57 CC images/sk-netlink.o [2021-02-25T03:19:04.185Z] #43 31.81 CC images/packet-sock.o [2021-02-25T03:19:04.185Z] #43 32.30 CC images/ipc-var.o [2021-02-25T03:19:04.185Z] #43 32.53 CC images/ipc-desc.o [2021-02-25T03:19:04.185Z] #43 32.72 CC images/ipc-shm.o [2021-02-25T03:19:04.185Z] #43 32.95 CC images/ipc-msg.o [2021-02-25T03:19:04.185Z] #43 33.33 CC images/ipc-sem.o [2021-02-25T03:19:04.185Z] #43 33.57 CC images/utsns.o [2021-02-25T03:19:04.185Z] #43 33.83 CC images/creds.o [2021-02-25T03:19:04.185Z] #43 34.09 CC images/vma.o [2021-02-25T03:19:04.185Z] #43 34.32 CC images/netdev.o [2021-02-25T03:19:04.185Z] #43 34.77 CC images/tty.o [2021-02-25T03:19:04.185Z] #43 35.40 CC images/file-lock.o [2021-02-25T03:19:04.185Z] #43 35.58 CC images/rlimit.o [2021-02-25T03:19:04.185Z] #43 35.79 CC images/pagemap.o [2021-02-25T03:19:04.185Z] #43 ... [2021-02-25T03:19:04.185Z] [2021-02-25T03:19:04.185Z] #13 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-25T03:19:04.185Z] #13 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-02-25T03:19:04.185Z] #13 93.28 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-02-25T03:19:04.185Z] #13 93.28 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2021-02-25T03:19:04.185Z] #13 93.30 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-25T03:19:04.185Z] #13 ... [2021-02-25T03:19:04.185Z] [2021-02-25T03:19:04.185Z] #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-02-25T03:19:04.185Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-25T03:19:04.185Z] #43 36.12 CC images/siginfo.o [2021-02-25T03:19:04.236Z] #42 13.58 DEP images/mnt.pb-c.d [2021-02-25T03:19:04.236Z] #42 13.68 PBCC images/sk-packet.pb-c.c [2021-02-25T03:19:04.236Z] #42 13.73 DEP images/sk-packet.pb-c.d [2021-02-25T03:19:04.236Z] #42 13.76 PBCC images/tcp-stream.pb-c.c [2021-02-25T03:19:04.493Z] #42 13.83 DEP images/tcp-stream.pb-c.d [2021-02-25T03:19:04.493Z] #42 13.91 PBCC images/pipe.pb-c.c [2021-02-25T03:19:04.493Z] #42 13.98 DEP images/pipe.pb-c.d [2021-02-25T03:19:04.773Z] #42 14.03 PBCC images/pstree.pb-c.c [2021-02-25T03:19:04.773Z] #42 14.03 DEP images/pstree.pb-c.d [2021-02-25T03:19:04.774Z] #42 14.18 PBCC images/fs.pb-c.c [2021-02-25T03:19:04.774Z] #42 14.20 DEP images/fs.pb-c.d [2021-02-25T03:19:04.774Z] #42 14.32 PBCC images/signalfd.pb-c.c [2021-02-25T03:19:04.841Z] #43 36.57 CC images/rpc.o [2021-02-25T03:19:05.031Z] #42 14.40 DEP images/signalfd.pb-c.d [2021-02-25T03:19:05.031Z] #42 14.52 PBCC images/fh.pb-c.c [2021-02-25T03:19:05.298Z] #42 14.58 PBCC images/fsnotify.pb-c.c [2021-02-25T03:19:05.298Z] #42 14.63 DEP images/fh.pb-c.d [2021-02-25T03:19:05.298Z] #42 14.75 DEP images/fsnotify.pb-c.d [2021-02-25T03:19:05.298Z] #42 14.80 PBCC images/eventpoll.pb-c.c [2021-02-25T03:19:05.410Z] #41 ... [2021-02-25T03:19:05.410Z] [2021-02-25T03:19:05.410Z] #35 [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-02-25T03:19:05.410Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-25T03:19:05.410Z] #35 71.55 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-25T03:19:05.410Z] #35 71.57 Setting up xxd (2:8.1.0875-5) ... [2021-02-25T03:19:05.410Z] #35 71.59 Setting up libuv1:amd64 (1.24.1-1) ... [2021-02-25T03:19:05.410Z] #35 71.61 Setting up vim-common (2:8.1.0875-5) ... [2021-02-25T03:19:05.410Z] #35 71.66 Setting up librhash0:amd64 (1.3.8-1) ... [2021-02-25T03:19:05.410Z] #35 71.68 Setting up cmake-data (3.13.4-1) ... [2021-02-25T03:19:05.410Z] #35 71.72 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-02-25T03:19:05.410Z] #35 71.75 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-02-25T03:19:05.410Z] #35 71.78 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-02-25T03:19:05.410Z] #35 71.80 Setting up cmake (3.13.4-1) ... [2021-02-25T03:19:05.410Z] #35 71.83 Processing triggers for libc-bin (2.28-10) ... [2021-02-25T03:19:05.410Z] #35 71.92 Processing triggers for mime-support (3.62) ... [2021-02-25T03:19:05.410Z] #35 DONE 73.0s [2021-02-25T03:19:05.410Z] [2021-02-25T03:19:05.410Z] #36 [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-02-25T03:19:05.410Z] #36 sha256:6c15b3814bb38183657bf5513560e8ea150ce8a6b10531ae92b0b68496ba4438 [2021-02-25T03:19:05.555Z] #42 14.87 DEP images/eventpoll.pb-c.d [2021-02-25T03:19:05.555Z] #42 15.00 PBCC images/eventfd.pb-c.c [2021-02-25T03:19:05.555Z] #42 15.06 DEP images/eventfd.pb-c.d [2021-02-25T03:19:05.811Z] #42 15.17 PBCC images/remap-file-path.pb-c.c [2021-02-25T03:19:05.811Z] #42 15.17 DEP images/remap-file-path.pb-c.d [2021-02-25T03:19:05.811Z] #42 15.20 PBCC images/fifo.pb-c.c [2021-02-25T03:19:06.068Z] #42 15.25 DEP images/fifo.pb-c.d [2021-02-25T03:19:06.068Z] #42 15.28 PBCC images/ghost-file.pb-c.c [2021-02-25T03:19:06.068Z] #42 15.32 DEP images/ghost-file.pb-c.d [2021-02-25T03:19:06.068Z] #42 15.44 PBCC images/regfile.pb-c.c [2021-02-25T03:19:06.068Z] #42 15.46 DEP images/regfile.pb-c.d [2021-02-25T03:19:06.068Z] #42 15.50 PBCC images/ns.pb-c.c [2021-02-25T03:19:06.071Z] #36 DONE 12.2s [2021-02-25T03:19:06.071Z] [2021-02-25T03:19:06.071Z] #42 [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-02-25T03:19:06.071Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-25T03:19:06.071Z] #42 2.774 Note: Building without setproctitle() and strlcpy() support. [2021-02-25T03:19:06.071Z] #42 2.774 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-25T03:19:06.071Z] #42 2.787 Note: Building without GnuTLS support [2021-02-25T03:19:06.071Z] #42 2.794 Makefile.config:39: Warn: you have no libnftables installed [2021-02-25T03:19:06.071Z] #42 2.795 Makefile.config:40: Warn: Building without nftables support [2021-02-25T03:19:06.071Z] #42 4.616 fatal: not a git repository (or any of the parent directories): .git [2021-02-25T03:19:06.071Z] #42 4.676 GEN .gitid [2021-02-25T03:19:06.071Z] #42 4.726 GEN criu/include/version.h [2021-02-25T03:19:06.071Z] #42 4.803 GEN include/common/asm [2021-02-25T03:19:06.071Z] #42 6.316 PBCC images/timens.pb-c.c [2021-02-25T03:19:06.071Z] #42 6.355 DEP images/timens.pb-c.d [2021-02-25T03:19:06.071Z] #42 6.425 PBCC images/fown.pb-c.c [2021-02-25T03:19:06.071Z] #42 6.443 PBCC images/google/protobuf/descriptor.pb-c.c [2021-02-25T03:19:06.071Z] #42 6.523 PBCC images/opts.pb-c.c [2021-02-25T03:19:06.071Z] #42 6.582 PBCC images/memfd.pb-c.c [2021-02-25T03:19:06.071Z] #42 6.604 DEP images/fown.pb-c.d [2021-02-25T03:19:06.071Z] #42 6.677 DEP images/google/protobuf/descriptor.pb-c.d [2021-02-25T03:19:06.071Z] #42 6.750 DEP images/opts.pb-c.d [2021-02-25T03:19:06.071Z] #42 6.833 DEP images/memfd.pb-c.d [2021-02-25T03:19:06.071Z] #42 6.883 PBCC images/sit.pb-c.c [2021-02-25T03:19:06.071Z] #42 6.927 DEP images/sit.pb-c.d [2021-02-25T03:19:06.071Z] #42 6.992 PBCC images/macvlan.pb-c.c [2021-02-25T03:19:06.071Z] #42 7.041 DEP images/macvlan.pb-c.d [2021-02-25T03:19:06.071Z] #42 7.133 PBCC images/autofs.pb-c.c [2021-02-25T03:19:06.071Z] #42 7.151 DEP images/autofs.pb-c.d [2021-02-25T03:19:06.071Z] #42 7.223 PBCC images/sysctl.pb-c.c [2021-02-25T03:19:06.071Z] #42 7.256 DEP images/sysctl.pb-c.d [2021-02-25T03:19:06.071Z] #42 7.299 PBCC images/time.pb-c.c [2021-02-25T03:19:06.071Z] #42 7.333 DEP images/time.pb-c.d [2021-02-25T03:19:06.071Z] #42 7.375 PBCC images/binfmt-misc.pb-c.c [2021-02-25T03:19:06.071Z] #42 7.407 DEP images/binfmt-misc.pb-c.d [2021-02-25T03:19:06.071Z] #42 7.447 PBCC images/seccomp.pb-c.c [2021-02-25T03:19:06.071Z] #42 7.467 DEP images/seccomp.pb-c.d [2021-02-25T03:19:06.071Z] #42 7.513 PBCC images/userns.pb-c.c [2021-02-25T03:19:06.071Z] #42 7.525 DEP images/userns.pb-c.d [2021-02-25T03:19:06.071Z] #42 7.607 PBCC images/cgroup.pb-c.c [2021-02-25T03:19:06.071Z] #42 7.644 DEP images/cgroup.pb-c.d [2021-02-25T03:19:06.071Z] #42 7.682 PBCC images/ext-file.pb-c.c [2021-02-25T03:19:06.071Z] #42 7.700 DEP images/ext-file.pb-c.d [2021-02-25T03:19:06.071Z] #42 7.785 PBCC images/rpc.pb-c.c [2021-02-25T03:19:06.071Z] #42 7.861 DEP images/rpc.pb-c.d [2021-02-25T03:19:06.071Z] #42 7.933 PBCC images/siginfo.pb-c.c [2021-02-25T03:19:06.071Z] #42 7.945 DEP images/siginfo.pb-c.d [2021-02-25T03:19:06.071Z] #42 8.120 PBCC images/pagemap.pb-c.c [2021-02-25T03:19:06.071Z] #42 8.163 DEP images/pagemap.pb-c.d [2021-02-25T03:19:06.071Z] #42 8.226 PBCC images/rlimit.pb-c.c [2021-02-25T03:19:06.071Z] #42 8.277 DEP images/rlimit.pb-c.d [2021-02-25T03:19:06.071Z] #42 8.351 PBCC images/file-lock.pb-c.c [2021-02-25T03:19:06.071Z] #42 8.377 DEP images/file-lock.pb-c.d [2021-02-25T03:19:06.071Z] #42 8.431 PBCC images/tty.pb-c.c [2021-02-25T03:19:06.071Z] #42 8.513 DEP images/tty.pb-c.d [2021-02-25T03:19:06.071Z] #42 8.554 PBCC images/tun.pb-c.c [2021-02-25T03:19:06.071Z] #42 8.621 PBCC images/netdev.pb-c.c [2021-02-25T03:19:06.071Z] #42 8.685 DEP images/tun.pb-c.d [2021-02-25T03:19:06.071Z] #42 8.737 DEP images/netdev.pb-c.d [2021-02-25T03:19:06.071Z] #42 8.790 PBCC images/vma.pb-c.c [2021-02-25T03:19:06.071Z] #42 8.845 DEP images/vma.pb-c.d [2021-02-25T03:19:06.071Z] #42 8.880 PBCC images/creds.pb-c.c [2021-02-25T03:19:06.071Z] #42 8.907 DEP images/creds.pb-c.d [2021-02-25T03:19:06.071Z] #42 8.995 PBCC images/utsns.pb-c.c [2021-02-25T03:19:06.071Z] #42 9.084 DEP images/utsns.pb-c.d [2021-02-25T03:19:06.071Z] #42 9.141 PBCC images/ipc-desc.pb-c.c [2021-02-25T03:19:06.071Z] #42 9.153 PBCC images/ipc-sem.pb-c.c [2021-02-25T03:19:06.071Z] #42 9.185 DEP images/ipc-desc.pb-c.d [2021-02-25T03:19:06.071Z] #42 9.281 DEP images/ipc-sem.pb-c.d [2021-02-25T03:19:06.071Z] #42 9.321 PBCC images/ipc-msg.pb-c.c [2021-02-25T03:19:06.071Z] #42 9.351 DEP images/ipc-msg.pb-c.d [2021-02-25T03:19:06.071Z] #42 9.397 PBCC images/ipc-shm.pb-c.c [2021-02-25T03:19:06.071Z] #42 9.415 DEP images/ipc-shm.pb-c.d [2021-02-25T03:19:06.071Z] #42 9.472 PBCC images/ipc-var.pb-c.c [2021-02-25T03:19:06.071Z] #42 9.505 DEP images/ipc-var.pb-c.d [2021-02-25T03:19:06.071Z] #42 9.545 PBCC images/sk-opts.pb-c.c [2021-02-25T03:19:06.071Z] #42 9.580 PBCC images/packet-sock.pb-c.c [2021-02-25T03:19:06.071Z] #42 9.624 DEP images/sk-opts.pb-c.d [2021-02-25T03:19:06.071Z] #42 9.669 DEP images/packet-sock.pb-c.d [2021-02-25T03:19:06.071Z] #42 9.714 PBCC images/sk-netlink.pb-c.c [2021-02-25T03:19:06.071Z] #42 9.819 DEP images/sk-netlink.pb-c.d [2021-02-25T03:19:06.326Z] #42 15.52 DEP images/ns.pb-c.d [2021-02-25T03:19:06.326Z] #42 15.59 PBCC images/fdinfo.pb-c.c [2021-02-25T03:19:06.326Z] #42 15.71 DEP images/fdinfo.pb-c.d [2021-02-25T03:19:06.346Z] #42 10.02 PBCC images/sk-inet.pb-c.c [2021-02-25T03:19:06.346Z] #42 ... [2021-02-25T03:19:06.346Z] [2021-02-25T03:19:06.346Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-25T03:19:06.346Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-02-25T03:19:06.346Z] #12 82.37 Selecting previously unselected package gcc-mingw-w64-base. [2021-02-25T03:19:06.346Z] #12 82.38 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_arm64.deb ... [2021-02-25T03:19:06.346Z] #12 82.39 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-25T03:19:06.346Z] #12 82.71 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-02-25T03:19:06.346Z] #12 82.71 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2021-02-25T03:19:06.346Z] #12 82.75 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-25T03:19:06.346Z] #12 ... [2021-02-25T03:19:06.346Z] [2021-02-25T03:19:06.346Z] #42 [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-02-25T03:19:06.346Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-25T03:19:06.346Z] #42 10.08 DEP images/sk-inet.pb-c.d [2021-02-25T03:19:06.346Z] #42 10.16 PBCC images/sk-unix.pb-c.c [2021-02-25T03:19:06.355Z] #36 1.113 + RM_GOPATH=0 [2021-02-25T03:19:06.355Z] #36 1.113 + TMP_GOPATH= [2021-02-25T03:19:06.355Z] #36 1.114 + : /build [2021-02-25T03:19:06.355Z] #36 1.114 + '[' -z '' ']' [2021-02-25T03:19:06.355Z] #36 1.114 ++ mktemp -d [2021-02-25T03:19:06.355Z] #36 1.132 + export GOPATH=/tmp/tmp.gSPNx8e8iA [2021-02-25T03:19:06.355Z] #36 1.132 + GOPATH=/tmp/tmp.gSPNx8e8iA [2021-02-25T03:19:06.355Z] #36 1.132 + RM_GOPATH=1 [2021-02-25T03:19:06.355Z] #36 1.132 + case "$(go env GOARCH)" in [2021-02-25T03:19:06.355Z] #36 1.133 ++ go env GOARCH [2021-02-25T03:19:06.355Z] #36 1.148 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:19:06.355Z] #36 1.148 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:19:06.355Z] #36 1.149 ++ dirname /tmp/install/install.sh [2021-02-25T03:19:06.355Z] #36 1.160 + dir=/tmp/install [2021-02-25T03:19:06.355Z] #36 1.161 + bin=tini [2021-02-25T03:19:06.355Z] #36 1.161 + shift [2021-02-25T03:19:06.355Z] #36 1.162 + '[' '!' -f /tmp/install/tini.installer ']' [2021-02-25T03:19:06.355Z] #36 1.162 + . /tmp/install/tini.installer [2021-02-25T03:19:06.355Z] #36 1.162 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-25T03:19:06.355Z] #36 1.170 + install_tini [2021-02-25T03:19:06.355Z] #36 1.173 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-02-25T03:19:06.355Z] #36 1.173 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-25T03:19:06.355Z] #36 1.173 + git clone https://github.com/krallin/tini.git /tmp/tmp.gSPNx8e8iA/tini [2021-02-25T03:19:06.355Z] #36 1.175 Cloning into '/tmp/tmp.gSPNx8e8iA/tini'... [2021-02-25T03:19:06.386Z] #43 38.06 CC images/ext-file.o [2021-02-25T03:19:06.386Z] #43 38.24 CC images/cgroup.o [2021-02-25T03:19:06.582Z] #42 15.83 PBCC images/core-aarch64.pb-c.c [2021-02-25T03:19:06.583Z] #42 15.87 PBCC images/core-arm.pb-c.c [2021-02-25T03:19:06.583Z] #42 15.93 PBCC images/core-ppc64.pb-c.c [2021-02-25T03:19:06.583Z] #42 15.99 PBCC images/core-s390.pb-c.c [2021-02-25T03:19:06.583Z] #42 16.08 PBCC images/core-x86.pb-c.c [2021-02-25T03:19:06.612Z] #42 10.30 DEP images/sk-unix.pb-c.d [2021-02-25T03:19:06.839Z] #42 16.22 PBCC images/core.pb-c.c [2021-02-25T03:19:06.839Z] #42 16.31 PBCC images/inventory.pb-c.c [2021-02-25T03:19:06.887Z] #42 10.46 PBCC images/mm.pb-c.c [2021-02-25T03:19:06.887Z] #42 10.55 DEP images/mm.pb-c.d [2021-02-25T03:19:07.096Z] #42 16.39 DEP images/core-aarch64.pb-c.d [2021-02-25T03:19:07.096Z] #42 16.45 DEP images/core-arm.pb-c.d [2021-02-25T03:19:07.096Z] #42 16.49 DEP images/core-ppc64.pb-c.d [2021-02-25T03:19:07.096Z] #42 16.54 DEP images/core-s390.pb-c.d [2021-02-25T03:19:07.096Z] #42 16.62 DEP images/core-x86.pb-c.d [2021-02-25T03:19:07.156Z] #42 10.68 PBCC images/timerfd.pb-c.c [2021-02-25T03:19:07.156Z] #42 10.85 DEP images/timerfd.pb-c.d [2021-02-25T03:19:07.156Z] #42 10.88 PBCC images/timer.pb-c.c [2021-02-25T03:19:07.156Z] #42 10.94 DEP images/timer.pb-c.d [2021-02-25T03:19:07.299Z] #36 1.936 + cd /tmp/tmp.gSPNx8e8iA/tini [2021-02-25T03:19:07.299Z] #36 1.936 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-25T03:19:07.299Z] #36 1.958 + cmake . [2021-02-25T03:19:07.354Z] #42 16.69 DEP images/core.pb-c.d [2021-02-25T03:19:07.354Z] #42 16.74 DEP images/inventory.pb-c.d [2021-02-25T03:19:07.354Z] #42 16.80 PBCC images/cpuinfo.pb-c.c [2021-02-25T03:19:07.354Z] #42 16.83 DEP images/cpuinfo.pb-c.d [2021-02-25T03:19:07.354Z] #42 16.85 PBCC images/stats.pb-c.c [2021-02-25T03:19:07.420Z] #42 11.07 PBCC images/sa.pb-c.c [2021-02-25T03:19:07.420Z] #42 11.18 DEP images/sa.pb-c.d [2021-02-25T03:19:07.420Z] #42 11.32 PBCC images/pipe-data.pb-c.c [2021-02-25T03:19:07.453Z] #43 39.00 CC images/userns.o [2021-02-25T03:19:07.453Z] #43 39.32 CC images/google/protobuf/descriptor.o [2021-02-25T03:19:07.611Z] #42 16.87 DEP images/stats.pb-c.d [2021-02-25T03:19:07.684Z] #42 11.45 DEP images/pipe-data.pb-c.d [2021-02-25T03:19:07.873Z] #36 2.656 -- The C compiler identification is GNU 8.3.0 [2021-02-25T03:19:07.949Z] #42 11.60 PBCC images/mnt.pb-c.c [2021-02-25T03:19:07.950Z] #42 11.73 DEP images/mnt.pb-c.d [2021-02-25T03:19:08.135Z] #36 2.701 -- Check for working C compiler: /usr/bin/cc [2021-02-25T03:19:08.222Z] #42 11.86 PBCC images/sk-packet.pb-c.c [2021-02-25T03:19:08.222Z] #42 11.92 DEP images/sk-packet.pb-c.d [2021-02-25T03:19:08.398Z] #36 3.242 -- Check for working C compiler: /usr/bin/cc -- works [2021-02-25T03:19:08.487Z] #42 12.02 PBCC images/tcp-stream.pb-c.c [2021-02-25T03:19:08.487Z] #42 12.07 DEP images/tcp-stream.pb-c.d [2021-02-25T03:19:08.487Z] #42 12.24 PBCC images/pipe.pb-c.c [2021-02-25T03:19:08.542Z] #42 ... [2021-02-25T03:19:08.542Z] [2021-02-25T03:19:08.542Z] #50 [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-02-25T03:19:08.542Z] #50 sha256:90e0120ecc4828a2b00d33714c8a7a170a11d9c35e3f94055cf2bfb4aa2adc84 [2021-02-25T03:19:08.542Z] #50 79.99 mvdan.cc/editorconfig [2021-02-25T03:19:08.542Z] #50 81.10 mvdan.cc/sh/v3/fileutil [2021-02-25T03:19:08.542Z] #50 81.34 mvdan.cc/sh/v3/syntax [2021-02-25T03:19:08.542Z] #50 88.85 mvdan.cc/sh/v3/cmd/shfmt [2021-02-25T03:19:08.542Z] #50 ... [2021-02-25T03:19:08.542Z] [2021-02-25T03:19:08.542Z] #44 [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-02-25T03:19:08.542Z] #44 sha256:9c1c894d71924ba5495f24b060df116fd97fd016d241f3cd58c535b197cc6e71 [2021-02-25T03:19:08.542Z] #44 84.03 encoding/xml [2021-02-25T03:19:08.542Z] #44 86.05 go/doc [2021-02-25T03:19:08.542Z] #44 89.30 github.com/LK4D4/vndr/build [2021-02-25T03:19:08.660Z] #36 3.261 -- Detecting C compiler ABI info [2021-02-25T03:19:08.759Z] #42 12.36 DEP images/pipe.pb-c.d [2021-02-25T03:19:08.759Z] #42 12.41 PBCC images/pstree.pb-c.c [2021-02-25T03:19:08.759Z] #42 12.44 DEP images/pstree.pb-c.d [2021-02-25T03:19:08.759Z] #42 12.49 PBCC images/fs.pb-c.c [2021-02-25T03:19:08.759Z] #42 12.53 DEP images/fs.pb-c.d [2021-02-25T03:19:08.759Z] #42 12.58 PBCC images/signalfd.pb-c.c [2021-02-25T03:19:08.798Z] #44 90.46 github.com/LK4D4/vndr/versioned [2021-02-25T03:19:08.799Z] #44 90.54 compress/flate [2021-02-25T03:19:08.799Z] #44 ... [2021-02-25T03:19:08.799Z] [2021-02-25T03:19:08.799Z] #42 [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-02-25T03:19:08.799Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:19:08.799Z] #42 18.20 make[1]: Nothing to be done for 'all'. [2021-02-25T03:19:09.026Z] #42 12.62 DEP images/signalfd.pb-c.d [2021-02-25T03:19:09.026Z] #42 12.67 PBCC images/fh.pb-c.c [2021-02-25T03:19:09.026Z] #42 12.76 PBCC images/fsnotify.pb-c.c [2021-02-25T03:19:09.026Z] #42 12.82 DEP images/fh.pb-c.d [2021-02-25T03:19:09.026Z] #42 12.87 DEP images/fsnotify.pb-c.d [2021-02-25T03:19:09.235Z] #36 3.992 -- Detecting C compiler ABI info - done [2021-02-25T03:19:09.235Z] #36 4.048 -- Detecting C compile features [2021-02-25T03:19:09.291Z] #42 12.98 PBCC images/eventpoll.pb-c.c [2021-02-25T03:19:09.291Z] #42 12.99 DEP images/eventpoll.pb-c.d [2021-02-25T03:19:09.291Z] #42 13.01 PBCC images/eventfd.pb-c.c [2021-02-25T03:19:09.291Z] #42 13.04 DEP images/eventfd.pb-c.d [2021-02-25T03:19:09.291Z] #42 13.08 PBCC images/remap-file-path.pb-c.c [2021-02-25T03:19:09.291Z] #42 ... [2021-02-25T03:19:09.291Z] [2021-02-25T03:19:09.291Z] #57 [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-02-25T03:19:09.291Z] #57 sha256:236966c14597b794e5254d8333adf33337fb4494a193d755c701b563dc6125b3 [2021-02-25T03:19:09.291Z] #57 87.56 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-25T03:19:09.291Z] #57 87.56 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-02-25T03:19:09.291Z] #57 DONE 95.4s [2021-02-25T03:19:09.291Z] [2021-02-25T03:19:09.291Z] #42 [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-02-25T03:19:09.291Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-25T03:19:09.291Z] #42 13.09 DEP images/remap-file-path.pb-c.d [2021-02-25T03:19:09.291Z] #42 13.16 PBCC images/fifo.pb-c.c [2021-02-25T03:19:09.292Z] #42 13.20 DEP images/fifo.pb-c.d [2021-02-25T03:19:09.557Z] #42 13.30 PBCC images/ghost-file.pb-c.c [2021-02-25T03:19:09.557Z] #42 ... [2021-02-25T03:19:09.557Z] [2021-02-25T03:19:09.557Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-02-25T03:19:09.557Z] #58 sha256:79efa799059918b2b527673353ede3f52f482200b636545b341247c9748f3f16 [2021-02-25T03:19:09.557Z] #58 DONE 0.2s [2021-02-25T03:19:09.557Z] [2021-02-25T03:19:09.557Z] #42 [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-02-25T03:19:09.557Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-25T03:19:09.557Z] #42 13.38 DEP images/ghost-file.pb-c.d [2021-02-25T03:19:09.557Z] #42 13.44 PBCC images/regfile.pb-c.c [2021-02-25T03:19:09.557Z] #42 13.46 DEP images/regfile.pb-c.d [2021-02-25T03:19:09.568Z] #43 ... [2021-02-25T03:19:09.568Z] [2021-02-25T03:19:09.569Z] #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-02-25T03:19:09.569Z] #51 sha256:6391109844e799df0f3324325bd4507bbd831a65436fe2672c84c9ddeab1bb4b [2021-02-25T03:19:09.569Z] #51 98.42 golang.org/x/sys/unix [2021-02-25T03:19:09.569Z] #51 98.73 encoding/json [2021-02-25T03:19:09.569Z] #51 ... [2021-02-25T03:19:09.569Z] [2021-02-25T03:19:09.569Z] #13 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-25T03:19:09.569Z] #13 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-02-25T03:19:09.620Z] #54 191.4 + bin/containerd-stress [2021-02-25T03:19:09.822Z] #42 13.50 PBCC images/ns.pb-c.c [2021-02-25T03:19:09.822Z] #42 13.52 DEP images/ns.pb-c.d [2021-02-25T03:19:09.822Z] #42 13.55 PBCC images/fdinfo.pb-c.c [2021-02-25T03:19:09.822Z] #42 13.59 DEP images/fdinfo.pb-c.d [2021-02-25T03:19:09.822Z] #42 13.73 PBCC images/core-aarch64.pb-c.c [2021-02-25T03:19:09.873Z] #13 108.8 Selecting previously unselected package libapparmor1:ppc64el. [2021-02-25T03:19:09.873Z] #13 108.8 Preparing to unpack .../10-libapparmor1_2.13.2-10_ppc64el.deb ... [2021-02-25T03:19:09.873Z] #13 108.8 Unpacking libapparmor1:ppc64el (2.13.2-10) ... [2021-02-25T03:19:09.873Z] #13 108.9 Selecting previously unselected package libapparmor-dev:ppc64el. [2021-02-25T03:19:09.873Z] #13 108.9 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_ppc64el.deb ... [2021-02-25T03:19:09.873Z] #13 108.9 Unpacking libapparmor-dev:ppc64el (2.13.2-10) ... [2021-02-25T03:19:09.873Z] #13 109.1 Selecting previously unselected package libbtrfs0. [2021-02-25T03:19:09.873Z] #13 109.1 Preparing to unpack .../12-libbtrfs0_4.20.1-2_ppc64el.deb ... [2021-02-25T03:19:09.873Z] #13 109.1 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-25T03:19:09.873Z] #13 109.2 Selecting previously unselected package libbtrfs-dev. [2021-02-25T03:19:10.088Z] #42 ... [2021-02-25T03:19:10.088Z] [2021-02-25T03:19:10.088Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-02-25T03:19:10.088Z] #59 sha256:a6ed395b4d0bf660025fa10c9eabc308bf1f105434eac3a78dd506fdb4347bc0 [2021-02-25T03:19:10.088Z] #59 DONE 0.4s [2021-02-25T03:19:10.088Z] [2021-02-25T03:19:10.088Z] #42 [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-02-25T03:19:10.088Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-25T03:19:10.088Z] #42 13.87 PBCC images/core-arm.pb-c.c [2021-02-25T03:19:10.088Z] #42 13.92 PBCC images/core-ppc64.pb-c.c [2021-02-25T03:19:10.088Z] #42 13.98 PBCC images/core-s390.pb-c.c [2021-02-25T03:19:10.166Z] #42 19.51 CC images/stats.o [2021-02-25T03:19:10.175Z] #13 109.2 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2021-02-25T03:19:10.175Z] #13 109.2 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-25T03:19:10.175Z] #13 109.4 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2021-02-25T03:19:10.175Z] #13 109.4 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2021-02-25T03:19:10.175Z] #13 109.4 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2021-02-25T03:19:10.175Z] #13 109.5 Selecting previously unselected package libudev-dev:ppc64el. [2021-02-25T03:19:10.182Z] #36 ... [2021-02-25T03:19:10.182Z] [2021-02-25T03:19:10.182Z] #41 [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-02-25T03:19:10.182Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-25T03:19:10.182Z] #41 77.12 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2021-02-25T03:19:10.182Z] #41 77.14 Processing triggers for libc-bin (2.28-10) ... [2021-02-25T03:19:10.182Z] #41 DONE 77.9s [2021-02-25T03:19:10.354Z] #42 14.02 PBCC images/core-x86.pb-c.c [2021-02-25T03:19:10.354Z] #42 14.06 PBCC images/core.pb-c.c [2021-02-25T03:19:10.354Z] #42 14.13 PBCC images/inventory.pb-c.c [2021-02-25T03:19:10.354Z] #42 14.20 DEP images/core-aarch64.pb-c.d [2021-02-25T03:19:10.354Z] #42 14.26 DEP images/core-arm.pb-c.d [2021-02-25T03:19:10.423Z] #42 19.84 CC images/core.o [2021-02-25T03:19:10.445Z] [2021-02-25T03:19:10.445Z] #42 [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-02-25T03:19:10.445Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:19:10.476Z] #13 109.5 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_ppc64el.deb ... [2021-02-25T03:19:10.476Z] #13 109.5 Unpacking libudev-dev:ppc64el (241-7~deb10u6) ... [2021-02-25T03:19:10.476Z] #13 109.7 Selecting previously unselected package libsepol1-dev:ppc64el. [2021-02-25T03:19:10.622Z] #42 14.34 DEP images/core-ppc64.pb-c.d [2021-02-25T03:19:10.622Z] #42 14.45 DEP images/core-s390.pb-c.d [2021-02-25T03:19:10.622Z] #42 14.51 DEP images/core-x86.pb-c.d [2021-02-25T03:19:10.776Z] #13 109.8 Preparing to unpack .../16-libsepol1-dev_2.8-1_ppc64el.deb ... [2021-02-25T03:19:10.777Z] #13 109.8 Unpacking libsepol1-dev:ppc64el (2.8-1) ... [2021-02-25T03:19:10.886Z] #42 14.61 DEP images/core.pb-c.d [2021-02-25T03:19:10.988Z] #42 20.49 CC images/core-x86.o [2021-02-25T03:19:11.077Z] #13 110.1 Selecting previously unselected package libpcre16-3:ppc64el. [2021-02-25T03:19:11.077Z] #13 110.1 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_ppc64el.deb ... [2021-02-25T03:19:11.077Z] #13 110.1 Unpacking libpcre16-3:ppc64el (2:8.39-12) ... [2021-02-25T03:19:11.152Z] #42 14.69 DEP images/inventory.pb-c.d [2021-02-25T03:19:11.152Z] #42 14.83 PBCC images/cpuinfo.pb-c.c [2021-02-25T03:19:11.152Z] #42 14.85 DEP images/cpuinfo.pb-c.d [2021-02-25T03:19:11.228Z] #54 193.3 + bin/containerd-shim [2021-02-25T03:19:11.378Z] #13 110.3 Selecting previously unselected package libpcre32-3:ppc64el. [2021-02-25T03:19:11.378Z] #13 110.3 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_ppc64el.deb ... [2021-02-25T03:19:11.378Z] #13 110.3 Unpacking libpcre32-3:ppc64el (2:8.39-12) ... [2021-02-25T03:19:11.378Z] #13 110.6 Selecting previously unselected package libpcrecpp0v5:ppc64el. [2021-02-25T03:19:11.379Z] #13 110.6 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_ppc64el.deb ... [2021-02-25T03:19:11.379Z] #13 110.6 Unpacking libpcrecpp0v5:ppc64el (2:8.39-12) ... [2021-02-25T03:19:11.392Z] #42 ... [2021-02-25T03:19:11.392Z] [2021-02-25T03:19:11.392Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-25T03:19:11.392Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-25T03:19:11.392Z] #12 69.00 Selecting previously unselected package binutils-mingw-w64. [2021-02-25T03:19:11.392Z] #12 69.01 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-02-25T03:19:11.392Z] #12 69.02 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-25T03:19:11.392Z] #12 69.20 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-02-25T03:19:11.392Z] #12 69.20 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-02-25T03:19:11.392Z] #12 69.21 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-02-25T03:19:11.392Z] #12 69.37 Selecting previously unselected package dmsetup. [2021-02-25T03:19:11.392Z] #12 69.37 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-02-25T03:19:11.392Z] #12 69.39 Unpacking dmsetup (2:1.02.155-3) ... [2021-02-25T03:19:11.392Z] #12 69.56 Selecting previously unselected package mingw-w64-common. [2021-02-25T03:19:11.392Z] #12 69.56 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-02-25T03:19:11.392Z] #12 69.57 Unpacking mingw-w64-common (6.0.0-3) ... [2021-02-25T03:19:11.392Z] #12 75.72 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-02-25T03:19:11.392Z] #12 75.72 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-02-25T03:19:11.392Z] #12 75.72 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-25T03:19:11.417Z] #42 14.98 PBCC images/stats.pb-c.c [2021-02-25T03:19:11.417Z] #42 14.99 DEP images/stats.pb-c.d [2021-02-25T03:19:11.654Z] #12 ... [2021-02-25T03:19:11.654Z] [2021-02-25T03:19:11.654Z] #36 [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-02-25T03:19:11.654Z] #36 sha256:6c15b3814bb38183657bf5513560e8ea150ce8a6b10531ae92b0b68496ba4438 [2021-02-25T03:19:11.654Z] #36 6.448 -- Detecting C compile features - done [2021-02-25T03:19:11.680Z] #13 110.7 Selecting previously unselected package libpcre3-dev:ppc64el. [2021-02-25T03:19:11.680Z] #13 110.7 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_ppc64el.deb ... [2021-02-25T03:19:11.680Z] #13 110.7 Unpacking libpcre3-dev:ppc64el (2:8.39-12) ... [2021-02-25T03:19:11.917Z] #36 6.496 -- Performing Test HAS_BUILTIN_FORTIFY [2021-02-25T03:19:11.917Z] #42 21.04 CC images/core-arm.o [2021-02-25T03:19:11.917Z] #42 21.37 CC images/core-aarch64.o [2021-02-25T03:19:11.981Z] #13 111.1 Selecting previously unselected package libselinux1-dev:ppc64el. [2021-02-25T03:19:11.981Z] #13 111.1 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_ppc64el.deb ... [2021-02-25T03:19:11.981Z] #13 111.1 Unpacking libselinux1-dev:ppc64el (2.8-1+b1) ... [2021-02-25T03:19:12.179Z] #36 6.758 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-02-25T03:19:12.179Z] #36 6.885 -- Configuring done [2021-02-25T03:19:12.179Z] #36 6.895 -- Generating done [2021-02-25T03:19:12.179Z] #36 6.912 -- Build files have been written to: /tmp/tmp.gSPNx8e8iA/tini [2021-02-25T03:19:12.179Z] #36 6.918 + make tini-static [2021-02-25T03:19:12.284Z] #13 111.4 Selecting previously unselected package libdevmapper-dev:ppc64el. [2021-02-25T03:19:12.284Z] #13 111.4 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_ppc64el.deb ... [2021-02-25T03:19:12.284Z] #13 111.5 Unpacking libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2021-02-25T03:19:12.284Z] #13 111.5 Selecting previously unselected package libseccomp-dev:ppc64el. [2021-02-25T03:19:12.284Z] #13 111.6 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_ppc64el.deb ... [2021-02-25T03:19:12.284Z] #13 111.6 Unpacking libseccomp-dev:ppc64el (2.3.3-4) ... [2021-02-25T03:19:12.481Z] #42 21.79 CC images/core-ppc64.o [2021-02-25T03:19:12.585Z] #13 111.7 Selecting previously unselected package libsystemd-dev:ppc64el. [2021-02-25T03:19:12.585Z] #13 111.7 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_ppc64el.deb ... [2021-02-25T03:19:12.585Z] #13 111.7 Unpacking libsystemd-dev:ppc64el (241-7~deb10u6) ... [2021-02-25T03:19:12.754Z] #36 7.355 Scanning dependencies of target tini-static [2021-02-25T03:19:12.754Z] #36 7.465 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-02-25T03:19:12.754Z] #36 ... [2021-02-25T03:19:12.754Z] [2021-02-25T03:19:12.754Z] #44 [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-02-25T03:19:12.754Z] #44 sha256:afe17831b94519c9ec988602eca641f7966cf1a4d7b110e59a5ec33c57993be6 [2021-02-25T03:19:12.754Z] #44 70.41 strings [2021-02-25T03:19:12.754Z] #44 71.53 os [2021-02-25T03:19:12.754Z] #44 73.32 regexp/syntax [2021-02-25T03:19:12.754Z] #44 75.74 fmt [2021-02-25T03:19:12.754Z] #44 78.30 regexp [2021-02-25T03:19:12.754Z] #44 ... [2021-02-25T03:19:12.754Z] [2021-02-25T03:19:12.754Z] #42 [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-02-25T03:19:12.754Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:19:12.754Z] #42 2.269 Note: Building without setproctitle() and strlcpy() support. [2021-02-25T03:19:12.754Z] #42 2.270 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-25T03:19:12.754Z] #42 2.285 Note: Building without GnuTLS support [2021-02-25T03:19:12.754Z] #42 2.287 Makefile.config:39: Warn: you have no libnftables installed [2021-02-25T03:19:12.754Z] #42 2.297 Makefile.config:40: Warn: Building without nftables support [2021-02-25T03:19:12.822Z] #42 16.64 make[1]: Nothing to be done for 'all'. [2021-02-25T03:19:13.017Z] #42 ... [2021-02-25T03:19:13.017Z] [2021-02-25T03:19:13.017Z] #50 [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-02-25T03:19:13.017Z] #50 sha256:74fe370ecb48af1452fef620fd0ae127180873eea6b4bac5594529be0fc81069 [2021-02-25T03:19:13.017Z] #50 70.85 encoding/binary [2021-02-25T03:19:13.017Z] #50 71.07 context [2021-02-25T03:19:13.017Z] #50 72.27 os [2021-02-25T03:19:13.017Z] #50 72.98 encoding/base64 [2021-02-25T03:19:13.017Z] #50 74.37 golang.org/x/sys/unix [2021-02-25T03:19:13.017Z] #50 76.77 fmt [2021-02-25T03:19:13.044Z] #42 ... [2021-02-25T03:19:13.044Z] [2021-02-25T03:19:13.044Z] #50 [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-02-25T03:19:13.044Z] #50 sha256:90e0120ecc4828a2b00d33714c8a7a170a11d9c35e3f94055cf2bfb4aa2adc84 [2021-02-25T03:19:13.044Z] #50 DONE 94.8s [2021-02-25T03:19:13.188Z] #13 112.2 Setting up libpcrecpp0v5:ppc64el (2:8.39-12) ... [2021-02-25T03:19:13.188Z] #13 112.2 Setting up libseccomp-dev:ppc64el (2.3.3-4) ... [2021-02-25T03:19:13.188Z] #13 112.2 Setting up libapparmor1:ppc64el (2.13.2-10) ... [2021-02-25T03:19:13.188Z] #13 112.2 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-25T03:19:13.188Z] #13 112.2 Setting up libpcre16-3:ppc64el (2:8.39-12) ... [2021-02-25T03:19:13.188Z] #13 112.3 Setting up libsepol1-dev:ppc64el (2.8-1) ... [2021-02-25T03:19:13.188Z] #13 112.3 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-25T03:19:13.188Z] #13 112.3 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-25T03:19:13.188Z] #13 112.3 Setting up libpcre32-3:ppc64el (2:8.39-12) ... [2021-02-25T03:19:13.188Z] #13 112.3 Setting up libudev-dev:ppc64el (241-7~deb10u6) ... [2021-02-25T03:19:13.188Z] #13 112.3 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-25T03:19:13.188Z] #13 112.4 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-25T03:19:13.188Z] #13 112.4 Setting up libapparmor-dev:ppc64el (2.13.2-10) ... [2021-02-25T03:19:13.188Z] #13 112.4 Setting up mingw-w64-common (6.0.0-3) ... [2021-02-25T03:19:13.188Z] #13 112.4 Setting up libsystemd-dev:ppc64el (241-7~deb10u6) ... [2021-02-25T03:19:13.188Z] #13 112.4 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-25T03:19:13.188Z] #13 112.4 Setting up libpcre3-dev:ppc64el (2:8.39-12) ... [2021-02-25T03:19:13.188Z] #13 112.4 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-25T03:19:13.188Z] #13 112.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-02-25T03:19:13.188Z] #13 112.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-02-25T03:19:13.188Z] #13 112.5 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-25T03:19:13.188Z] #13 112.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-02-25T03:19:13.188Z] #13 112.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-02-25T03:19:13.279Z] #50 ... [2021-02-25T03:19:13.279Z] [2021-02-25T03:19:13.279Z] #44 [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-02-25T03:19:13.279Z] #44 sha256:afe17831b94519c9ec988602eca641f7966cf1a4d7b110e59a5ec33c57993be6 [2021-02-25T03:19:13.279Z] #44 80.68 go/token [2021-02-25T03:19:13.302Z] [2021-02-25T03:19:13.302Z] #55 [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-02-25T03:19:13.302Z] #55 sha256:7bb0b2fae1b2a0447fd802cbd6ab4e93a93c58d905079f43e177250021068990 [2021-02-25T03:19:13.302Z] #55 45.88 Checking out files: 46% (1753/3770) Checking out files: 47% (1772/3770) Checking out files: 48% (1810/3770) Checking out files: 49% (1848/3770) Checking out files: 50% (1885/3770) Checking out files: 51% (1923/3770) Checking out files: 52% (1961/3770) Checking out files: 53% (1999/3770) Checking out files: 54% (2036/3770) Checking out files: 55% (2074/3770) Checking out files: 56% (2112/3770) Checking out files: 57% (2149/3770) Checking out files: 58% (2187/3770) Checking out files: 59% (2225/3770) Checking out files: 60% (2262/3770) Checking out files: 61% (2300/3770) Checking out files: 62% (2338/3770) Checking out files: 63% (2376/3770) Checking out files: 64% (2413/3770) Checking out files: 65% (2451/3770) Checking out files: 66% (2489/3770) Checking out files: 67% (2526/3770) Checking out files: 68% (2564/3770) Checking out files: 69% (2602/3770) Checking out files: 70% (2639/3770) Checking out files: 71% (2677/3770) Checking out files: 72% (2715/3770) Checking out files: 73% (2753/3770) Checking out files: 74% (2790/3770) Checking out files: 75% (2828/3770) Checking out files: 76% (2866/3770) Checking out files: 77% (2903/3770) Checking out files: 78% (2941/3770) Checking out files: 79% (2979/3770) Checking out files: 80% (3016/3770) Checking out files: 81% (3054/3770) Checking out files: 82% (3092/3770) Checking out files: 83% (3130/3770) Checking out files: 84% (3167/3770) Checking out files: 85% (3205/3770) Checking out files: 85% (3227/3770) Checking out files: 86% (3243/3770) Checking out files: 87% (3280/3770) Checking out files: 88% (3318/3770) Checking out files: 89% (3356/3770) Checking out files: 90% (3393/3770) Checking out files: 91% (3431/3770) Checking out files: 92% (3469/3770) Checking out files: 93% (3507/3770) Checking out files: 94% (3544/3770) Checking out files: 95% (3582/3770) Checking out files: 96% (3620/3770) Checking out files: 97% (3657/3770) Checking out files: 98% (3695/3770) Checking out files: 99% (3733/3770) Checking out files: 100% (3770/3770) Checking out files: 100% (3770/3770), done. [2021-02-25T03:19:13.302Z] #55 47.48 + cd /tmp/tmp.tffJ6W9NbW/src/github.com/containerd/containerd [2021-02-25T03:19:13.302Z] #55 47.49 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-25T03:19:13.490Z] #13 112.5 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-25T03:19:13.490Z] #13 112.5 Setting up libselinux1-dev:ppc64el (2.8-1+b1) ... [2021-02-25T03:19:13.490Z] #13 112.5 Setting up libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2021-02-25T03:19:13.490Z] #13 112.5 Setting up dmsetup (2:1.02.155-3) ... [2021-02-25T03:19:13.490Z] #13 112.5 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2021-02-25T03:19:13.490Z] #13 112.6 Setting up libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2021-02-25T03:19:13.490Z] #13 112.6 Processing triggers for libc-bin (2.28-10) ... [2021-02-25T03:19:13.793Z] #13 DONE 112.9s [2021-02-25T03:19:13.793Z] [2021-02-25T03:19:13.793Z] #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-02-25T03:19:13.793Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-25T03:19:13.793Z] #43 41.40 CC images/opts.o [2021-02-25T03:19:13.793Z] #43 41.67 CC images/seccomp.o [2021-02-25T03:19:13.793Z] #43 41.96 CC images/binfmt-misc.o [2021-02-25T03:19:13.793Z] #43 42.19 CC images/time.o [2021-02-25T03:19:13.793Z] #43 42.45 CC images/sysctl.o [2021-02-25T03:19:13.793Z] #43 42.68 CC images/autofs.o [2021-02-25T03:19:13.793Z] #43 43.01 CC images/macvlan.o [2021-02-25T03:19:13.793Z] #43 43.36 CC images/sit.o [2021-02-25T03:19:13.793Z] #43 43.59 CC images/memfd.o [2021-02-25T03:19:13.793Z] #43 43.93 CC images/timens.o [2021-02-25T03:19:13.793Z] #43 44.34 LINK images/built-in.o [2021-02-25T03:19:13.793Z] #43 44.53 GEN compel/include/asm [2021-02-25T03:19:13.793Z] #43 44.55 GEN compel/include/version.h [2021-02-25T03:19:13.793Z] #43 44.58 touch .config [2021-02-25T03:19:13.793Z] #43 44.61 GEN include/common/config.h [2021-02-25T03:19:13.793Z] #43 44.78 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-02-25T03:19:13.793Z] #43 44.85 GEN compel/plugins/include/uapi/std/syscall.h [2021-02-25T03:19:13.793Z] #43 44.87 GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2021-02-25T03:19:13.793Z] #43 44.90 DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2021-02-25T03:19:13.793Z] #43 44.95 DEP compel/arch/ppc64/plugins/std/memcmp.d [2021-02-25T03:19:13.793Z] #43 44.98 DEP compel/arch/ppc64/plugins/std/memcpy.d [2021-02-25T03:19:13.793Z] #43 45.04 DEP compel/arch/ppc64/plugins/std/parasite-head.d [2021-02-25T03:19:13.793Z] #43 45.07 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-02-25T03:19:13.793Z] #43 45.07 DEP compel/plugins/std/infect.d [2021-02-25T03:19:13.793Z] #43 45.26 DEP compel/plugins/std/string.d [2021-02-25T03:19:13.793Z] #43 45.37 DEP compel/plugins/std/log.d [2021-02-25T03:19:13.793Z] #43 45.48 DEP compel/plugins/std/fds.d [2021-02-25T03:19:13.793Z] #43 45.63 DEP compel/plugins/std/std.d [2021-02-25T03:19:14.093Z] #43 45.75 DEP compel/plugins/shmem/shmem.d [2021-02-25T03:19:14.093Z] #43 45.91 DEP compel/plugins/fds/fds.d [2021-02-25T03:19:14.227Z] #42 17.95 CC images/stats.o [2021-02-25T03:19:14.227Z] #44 81.70 go/scanner [2021-02-25T03:19:14.395Z] #43 ... [2021-02-25T03:19:14.395Z] [2021-02-25T03:19:14.395Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-02-25T03:19:14.395Z] #14 sha256:b94135c23903589bfeef79bd7a859aa77f5d77cac2e64aae46b4183454a3e060 [2021-02-25T03:19:14.395Z] #14 DONE 0.6s [2021-02-25T03:19:14.395Z] [2021-02-25T03:19:14.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-02-25T03:19:14.395Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-25T03:19:14.395Z] #43 46.05 CC compel/plugins/std/std.o [2021-02-25T03:19:14.395Z] #43 ... [2021-02-25T03:19:14.395Z] [2021-02-25T03:19:14.395Z] #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-02-25T03:19:14.395Z] #45 sha256:b3ae012ae7778c84f7a05da4bdd7179235db04bef388100621bc6554c8e89643 [2021-02-25T03:19:14.395Z] #45 103.5 encoding/json [2021-02-25T03:19:14.395Z] #45 110.2 go/parser [2021-02-25T03:19:14.395Z] #45 112.3 text/template [2021-02-25T03:19:14.395Z] #45 ... [2021-02-25T03:19:14.395Z] [2021-02-25T03:19:14.395Z] #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-02-25T03:19:14.395Z] #53 sha256:eea4589ac4d54d722002d6bae208defbbb1dec0f55056b47791531701f2f7086 [2021-02-25T03:19:14.395Z] #53 0.450 + RM_GOPATH=0 [2021-02-25T03:19:14.395Z] #53 0.451 + TMP_GOPATH= [2021-02-25T03:19:14.395Z] #53 0.452 + : /build [2021-02-25T03:19:14.395Z] #53 0.453 + '[' -z '' ']' [2021-02-25T03:19:14.395Z] #53 0.463 ++ mktemp -d [2021-02-25T03:19:14.395Z] #53 0.471 + export GOPATH=/tmp/tmp.S7EiJ8CpjI [2021-02-25T03:19:14.395Z] #53 0.474 + GOPATH=/tmp/tmp.S7EiJ8CpjI [2021-02-25T03:19:14.395Z] #53 0.475 + RM_GOPATH=1 [2021-02-25T03:19:14.395Z] #53 0.476 + case "$(go env GOARCH)" in [2021-02-25T03:19:14.395Z] #53 0.484 ++ go env GOARCH [2021-02-25T03:19:14.395Z] #53 0.494 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:19:14.395Z] #53 0.495 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:19:14.395Z] #53 0.496 ++ dirname /tmp/install/install.sh [2021-02-25T03:19:14.395Z] #53 0.501 + dir=/tmp/install [2021-02-25T03:19:14.395Z] #53 0.502 + bin=runc [2021-02-25T03:19:14.395Z] #53 0.502 + shift [2021-02-25T03:19:14.395Z] #53 0.503 + '[' '!' -f /tmp/install/runc.installer ']' [2021-02-25T03:19:14.395Z] #53 0.506 + . /tmp/install/runc.installer [2021-02-25T03:19:14.395Z] #53 0.507 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-02-25T03:19:14.395Z] #53 0.508 + install_runc [2021-02-25T03:19:14.395Z] #53 0.513 + uname -r [2021-02-25T03:19:14.395Z] #53 0.517 + grep -q '^3\.10\.0.*\.el7\.' [2021-02-25T03:19:14.395Z] #53 0.522 + RUNC_BUILDTAGS='seccomp ' [2021-02-25T03:19:14.395Z] #53 0.522 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-02-25T03:19:14.395Z] #53 0.522 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.S7EiJ8CpjI/src/github.com/opencontainers/runc [2021-02-25T03:19:14.395Z] #53 0.525 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-02-25T03:19:14.395Z] #53 0.528 Cloning into '/tmp/tmp.S7EiJ8CpjI/src/github.com/opencontainers/runc'... [2021-02-25T03:19:14.490Z] #44 ... [2021-02-25T03:19:14.490Z] [2021-02-25T03:19:14.490Z] #33 [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-02-25T03:19:14.490Z] #33 sha256:3ed3e0012c80842227df2f67af03e7325c2705c4a8587c28958361bfd8022846 [2021-02-25T03:19:14.490Z] #33 72.25 path [2021-02-25T03:19:14.490Z] #33 72.66 text/tabwriter [2021-02-25T03:19:14.490Z] #33 73.93 path/filepath [2021-02-25T03:19:14.490Z] #33 73.95 fmt [2021-02-25T03:19:14.490Z] #33 75.46 io/ioutil [2021-02-25T03:19:14.490Z] #33 77.67 flag [2021-02-25T03:19:14.490Z] #33 77.67 github.com/BurntSushi/toml [2021-02-25T03:19:14.490Z] #33 79.25 log [2021-02-25T03:19:14.490Z] #33 82.20 github.com/BurntSushi/toml/cmd/tomlv [2021-02-25T03:19:14.495Z] #42 18.21 CC images/core.o [2021-02-25T03:19:14.714Z] #53 ... [2021-02-25T03:19:14.714Z] [2021-02-25T03:19:14.715Z] #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-02-25T03:19:14.715Z] #15 sha256:019f51ecfd803723b0b9a61b7e05ba706e9d86a078f72d077a8ab43eeb2e9ccc [2021-02-25T03:19:14.715Z] #15 DONE 0.3s [2021-02-25T03:19:14.715Z] [2021-02-25T03:19:14.715Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-02-25T03:19:14.715Z] #16 sha256:fa150b462abe21c0842ca3bb8b2af46cbb6f2141aee1950feab35c3a2258ce13 [2021-02-25T03:19:14.715Z] #16 0.212 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-02-25T03:19:14.752Z] #33 ... [2021-02-25T03:19:14.752Z] [2021-02-25T03:19:14.752Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-25T03:19:14.752Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-25T03:19:14.752Z] #12 82.51 Selecting previously unselected package gcc-mingw-w64-base. [2021-02-25T03:19:14.752Z] #12 82.51 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-02-25T03:19:14.752Z] #12 82.52 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-25T03:19:15.014Z] #16 DONE 0.3s [2021-02-25T03:19:15.014Z] [2021-02-25T03:19:15.014Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-02-25T03:19:15.014Z] #17 sha256:655a7efebbd89ea6256be84d236e344c608f082a642e9394768d9520c8284f07 [2021-02-25T03:19:15.015Z] #12 82.67 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-02-25T03:19:15.015Z] #12 82.68 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-02-25T03:19:15.015Z] #12 82.69 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-25T03:19:15.076Z] #42 18.73 CC images/core-x86.o [2021-02-25T03:19:15.076Z] #42 ... [2021-02-25T03:19:15.076Z] [2021-02-25T03:19:15.076Z] #44 [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-02-25T03:19:15.076Z] #44 sha256:d3f461970f39f44f439535a34a8026bc8a71c4dd3594a0d65b18f27daa7ef102 [2021-02-25T03:19:15.076Z] #44 91.09 crypto/tls [2021-02-25T03:19:15.076Z] #44 96.98 net/http/httptrace [2021-02-25T03:19:15.076Z] #44 97.22 net/http [2021-02-25T03:19:15.198Z] #55 49.36 + export 'BUILDTAGS=netgo osusergo static_build' [2021-02-25T03:19:15.198Z] #55 49.36 + BUILDTAGS='netgo osusergo static_build' [2021-02-25T03:19:15.198Z] #55 49.36 + export EXTRA_FLAGS=-buildmode=pie [2021-02-25T03:19:15.198Z] #55 49.36 + EXTRA_FLAGS=-buildmode=pie [2021-02-25T03:19:15.198Z] #55 49.36 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-02-25T03:19:15.198Z] #55 49.36 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-02-25T03:19:15.198Z] #55 49.36 + '[' '' = dynamic ']' [2021-02-25T03:19:15.198Z] #55 49.37 + make [2021-02-25T03:19:15.277Z] #12 ... [2021-02-25T03:19:15.278Z] [2021-02-25T03:19:15.278Z] #36 [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-02-25T03:19:15.278Z] #36 sha256:6c15b3814bb38183657bf5513560e8ea150ce8a6b10531ae92b0b68496ba4438 [2021-02-25T03:19:15.278Z] #36 9.009 [100%] Linking C executable tini-static [2021-02-25T03:19:15.278Z] #36 9.811 [100%] Built target tini-static [2021-02-25T03:19:15.278Z] #36 9.906 + mkdir -p /build [2021-02-25T03:19:15.278Z] #36 9.909 + cp tini-static /build/docker-init [2021-02-25T03:19:15.278Z] #36 DONE 10.2s [2021-02-25T03:19:15.314Z] #17 DONE 0.5s [2021-02-25T03:19:15.314Z] [2021-02-25T03:19:15.314Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-02-25T03:19:15.314Z] #18 sha256:014420600259ce67fcf640c2e80d4638883d75766789d4038d9d929517221565 [2021-02-25T03:19:15.540Z] [2021-02-25T03:19:15.540Z] #44 [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-02-25T03:19:15.540Z] #44 sha256:afe17831b94519c9ec988602eca641f7966cf1a4d7b110e59a5ec33c57993be6 [2021-02-25T03:19:15.540Z] #44 82.71 internal/lazyregexp [2021-02-25T03:19:15.540Z] #44 83.15 go/ast [2021-02-25T03:19:15.540Z] #44 83.18 net/url [2021-02-25T03:19:15.615Z] #18 DONE 0.4s [2021-02-25T03:19:15.615Z] [2021-02-25T03:19:15.615Z] #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-02-25T03:19:15.615Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-25T03:19:15.615Z] #43 46.47 CC compel/plugins/std/fds.o [2021-02-25T03:19:15.615Z] #43 46.89 CC compel/plugins/std/log.o [2021-02-25T03:19:15.660Z] #44 ... [2021-02-25T03:19:15.660Z] [2021-02-25T03:19:15.660Z] #42 [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-02-25T03:19:15.660Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-25T03:19:15.660Z] #42 19.29 CC images/core-arm.o [2021-02-25T03:19:15.763Z] #55 50.45 + bin/ctr [2021-02-25T03:19:15.926Z] #42 19.71 CC images/core-aarch64.o [2021-02-25T03:19:16.266Z] #43 ... [2021-02-25T03:19:16.266Z] [2021-02-25T03:19:16.266Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-02-25T03:19:16.266Z] #19 sha256:b5c691b79a79694b2c56e6ee2a28b3911ddca902f50501f5c24b9b08f71dc2fc [2021-02-25T03:19:16.266Z] #19 DONE 0.4s [2021-02-25T03:19:16.266Z] [2021-02-25T03:19:16.266Z] #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-02-25T03:19:16.266Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-25T03:19:16.266Z] #43 48.20 CC compel/plugins/std/string.o [2021-02-25T03:19:16.507Z] #42 20.13 CC images/core-ppc64.o [2021-02-25T03:19:16.978Z] #54 199.2 + bin/containerd-shim-runc-v1 [2021-02-25T03:19:17.088Z] #42 20.82 CC images/core-s390.o [2021-02-25T03:19:17.332Z] #43 48.98 CC compel/plugins/std/infect.o [2021-02-25T03:19:17.633Z] #43 49.55 CC compel/arch/ppc64/plugins/std/parasite-head.o [2021-02-25T03:19:17.937Z] #43 49.58 CC compel/arch/ppc64/plugins/std/memcpy.o [2021-02-25T03:19:17.937Z] #43 49.71 CC compel/arch/ppc64/plugins/std/memcmp.o [2021-02-25T03:19:17.937Z] #43 49.75 CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2021-02-25T03:19:17.937Z] #43 49.85 AR compel/plugins/std.lib.a [2021-02-25T03:19:18.043Z] #42 21.51 CC images/cpuinfo.o [2021-02-25T03:19:18.043Z] #42 21.91 CC images/inventory.o [2021-02-25T03:19:18.094Z] #44 85.49 text/template/parse [2021-02-25T03:19:18.241Z] #43 50.00 CC compel/plugins/fds/fds.o [2021-02-25T03:19:18.286Z] #55 ... [2021-02-25T03:19:18.286Z] [2021-02-25T03:19:18.286Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-25T03:19:18.286Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-25T03:19:18.286Z] #12 99.93 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-02-25T03:19:18.286Z] #12 99.93 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-02-25T03:19:18.286Z] #12 99.95 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-25T03:19:18.547Z] #43 50.40 AR compel/plugins/fds.lib.a [2021-02-25T03:19:18.547Z] #43 50.53 HOSTDEP compel/src/lib/log-host.d [2021-02-25T03:19:18.624Z] #42 22.30 CC images/fdinfo.o [2021-02-25T03:19:18.850Z] #43 50.65 HOSTDEP compel/src/lib/handle-elf-host.d [2021-02-25T03:19:18.850Z] #43 50.78 HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2021-02-25T03:19:19.151Z] #43 50.87 HOSTDEP compel/src/main-host.d [2021-02-25T03:19:19.151Z] #43 51.00 DEP compel/src/lib/ptrace.d [2021-02-25T03:19:19.206Z] #42 22.82 CC images/fown.o [2021-02-25T03:19:19.206Z] #42 23.01 CC images/ns.o [2021-02-25T03:19:19.476Z] #43 51.12 DEP compel/src/lib/infect.d [2021-02-25T03:19:19.476Z] #43 51.30 DEP compel/src/lib/infect-util.d [2021-02-25T03:19:19.491Z] #44 ... [2021-02-25T03:19:19.491Z] [2021-02-25T03:19:19.491Z] #33 [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-02-25T03:19:19.492Z] #33 sha256:3ed3e0012c80842227df2f67af03e7325c2705c4a8587c28958361bfd8022846 [2021-02-25T03:19:19.492Z] #33 DONE 86.9s [2021-02-25T03:19:19.492Z] [2021-02-25T03:19:19.492Z] #42 [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-02-25T03:19:19.492Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:19:19.492Z] #42 4.454 fatal: not a git repository (or any of the parent directories): .git [2021-02-25T03:19:19.492Z] #42 4.514 GEN .gitid [2021-02-25T03:19:19.492Z] #42 4.554 GEN criu/include/version.h [2021-02-25T03:19:19.492Z] #42 4.606 GEN include/common/asm [2021-02-25T03:19:19.492Z] #42 6.948 PBCC images/timens.pb-c.c [2021-02-25T03:19:19.492Z] #42 6.996 DEP images/timens.pb-c.d [2021-02-25T03:19:19.492Z] #42 7.070 PBCC images/fown.pb-c.c [2021-02-25T03:19:19.492Z] #42 7.125 PBCC images/google/protobuf/descriptor.pb-c.c [2021-02-25T03:19:19.492Z] #42 7.214 PBCC images/opts.pb-c.c [2021-02-25T03:19:19.492Z] #42 7.253 PBCC images/memfd.pb-c.c [2021-02-25T03:19:19.492Z] #42 7.337 DEP images/fown.pb-c.d [2021-02-25T03:19:19.492Z] #42 7.402 DEP images/google/protobuf/descriptor.pb-c.d [2021-02-25T03:19:19.492Z] #42 7.442 DEP images/opts.pb-c.d [2021-02-25T03:19:19.492Z] #42 7.527 DEP images/memfd.pb-c.d [2021-02-25T03:19:19.492Z] #42 7.604 PBCC images/sit.pb-c.c [2021-02-25T03:19:19.492Z] #42 7.672 DEP images/sit.pb-c.d [2021-02-25T03:19:19.492Z] #42 7.739 PBCC images/macvlan.pb-c.c [2021-02-25T03:19:19.492Z] #42 7.776 DEP images/macvlan.pb-c.d [2021-02-25T03:19:19.492Z] #42 7.826 PBCC images/autofs.pb-c.c [2021-02-25T03:19:19.492Z] #42 7.861 DEP images/autofs.pb-c.d [2021-02-25T03:19:19.492Z] #42 7.916 PBCC images/sysctl.pb-c.c [2021-02-25T03:19:19.492Z] #42 7.931 DEP images/sysctl.pb-c.d [2021-02-25T03:19:19.492Z] #42 7.970 PBCC images/time.pb-c.c [2021-02-25T03:19:19.492Z] #42 8.011 DEP images/time.pb-c.d [2021-02-25T03:19:19.492Z] #42 8.083 PBCC images/binfmt-misc.pb-c.c [2021-02-25T03:19:19.492Z] #42 8.118 DEP images/binfmt-misc.pb-c.d [2021-02-25T03:19:19.492Z] #42 8.194 PBCC images/seccomp.pb-c.c [2021-02-25T03:19:19.492Z] #42 8.234 DEP images/seccomp.pb-c.d [2021-02-25T03:19:19.492Z] #42 8.318 PBCC images/userns.pb-c.c [2021-02-25T03:19:19.492Z] #42 8.336 DEP images/userns.pb-c.d [2021-02-25T03:19:19.492Z] #42 8.408 PBCC images/cgroup.pb-c.c [2021-02-25T03:19:19.492Z] #42 8.445 DEP images/cgroup.pb-c.d [2021-02-25T03:19:19.492Z] #42 8.486 PBCC images/ext-file.pb-c.c [2021-02-25T03:19:19.492Z] #42 8.526 DEP images/ext-file.pb-c.d [2021-02-25T03:19:19.492Z] #42 8.574 PBCC images/rpc.pb-c.c [2021-02-25T03:19:19.492Z] #42 8.642 DEP images/rpc.pb-c.d [2021-02-25T03:19:19.492Z] #42 8.703 PBCC images/siginfo.pb-c.c [2021-02-25T03:19:19.492Z] #42 8.752 DEP images/siginfo.pb-c.d [2021-02-25T03:19:19.492Z] #42 8.804 PBCC images/pagemap.pb-c.c [2021-02-25T03:19:19.492Z] #42 8.898 DEP images/pagemap.pb-c.d [2021-02-25T03:19:19.492Z] #42 8.947 PBCC images/rlimit.pb-c.c [2021-02-25T03:19:19.492Z] #42 8.976 DEP images/rlimit.pb-c.d [2021-02-25T03:19:19.492Z] #42 9.069 PBCC images/file-lock.pb-c.c [2021-02-25T03:19:19.492Z] #42 9.095 DEP images/file-lock.pb-c.d [2021-02-25T03:19:19.492Z] #42 9.157 PBCC images/tty.pb-c.c [2021-02-25T03:19:19.492Z] #42 9.302 DEP images/tty.pb-c.d [2021-02-25T03:19:19.754Z] #42 9.430 PBCC images/tun.pb-c.c [2021-02-25T03:19:19.754Z] #42 9.545 PBCC images/netdev.pb-c.c [2021-02-25T03:19:19.776Z] #43 51.40 DEP compel/src/lib/infect-rpc.d [2021-02-25T03:19:19.776Z] #43 51.53 DEP compel/arch/ppc64/src/lib/infect.d [2021-02-25T03:19:19.776Z] #43 51.73 DEP compel/arch/ppc64/src/lib/cpu.d [2021-02-25T03:19:19.776Z] #43 51.80 DEP compel/src/lib/log.d [2021-02-25T03:19:19.788Z] #42 23.28 CC images/regfile.o [2021-02-25T03:19:19.788Z] #42 23.53 CC images/ghost-file.o [2021-02-25T03:19:20.017Z] #42 9.763 DEP images/tun.pb-c.d [2021-02-25T03:19:20.017Z] #42 9.826 DEP images/netdev.pb-c.d [2021-02-25T03:19:20.017Z] #42 9.849 PBCC images/vma.pb-c.c [2021-02-25T03:19:20.017Z] #42 9.913 DEP images/vma.pb-c.d [2021-02-25T03:19:20.076Z] #43 51.88 DEP compel/src/main.d [2021-02-25T03:19:20.076Z] #43 51.98 DEP compel/src/lib/handle-elf.d [2021-02-25T03:19:20.279Z] #42 10.05 PBCC images/creds.pb-c.c [2021-02-25T03:19:20.279Z] #42 10.10 DEP images/creds.pb-c.d [2021-02-25T03:19:20.279Z] #42 10.18 PBCC images/utsns.pb-c.c [2021-02-25T03:19:20.279Z] #42 10.19 DEP images/utsns.pb-c.d [2021-02-25T03:19:20.279Z] #42 10.25 PBCC images/ipc-desc.pb-c.c [2021-02-25T03:19:20.371Z] #42 24.08 CC images/fifo.o [2021-02-25T03:19:20.371Z] #42 24.21 CC images/remap-file-path.o [2021-02-25T03:19:20.376Z] #43 52.21 DEP compel/arch/ppc64/src/lib/handle-elf.d [2021-02-25T03:19:20.376Z] #43 52.31 CC compel/src/lib/log.o [2021-02-25T03:19:20.542Z] #42 10.28 PBCC images/ipc-sem.pb-c.c [2021-02-25T03:19:20.542Z] #42 10.32 DEP images/ipc-desc.pb-c.d [2021-02-25T03:19:20.542Z] #42 10.38 DEP images/ipc-sem.pb-c.d [2021-02-25T03:19:20.542Z] #42 10.43 PBCC images/ipc-msg.pb-c.c [2021-02-25T03:19:20.542Z] #42 10.44 DEP images/ipc-msg.pb-c.d [2021-02-25T03:19:20.599Z] #54 203.1 + bin/containerd-shim-runc-v2 [2021-02-25T03:19:20.644Z] #42 24.48 CC images/eventfd.o [2021-02-25T03:19:20.805Z] #42 10.54 PBCC images/ipc-shm.pb-c.c [2021-02-25T03:19:20.805Z] #42 10.54 DEP images/ipc-shm.pb-c.d [2021-02-25T03:19:20.805Z] #42 10.59 PBCC images/ipc-var.pb-c.c [2021-02-25T03:19:20.805Z] #42 10.61 DEP images/ipc-var.pb-c.d [2021-02-25T03:19:20.805Z] #42 10.67 PBCC images/sk-opts.pb-c.c [2021-02-25T03:19:20.805Z] #42 10.73 PBCC images/packet-sock.pb-c.c [2021-02-25T03:19:20.805Z] #42 10.80 DEP images/sk-opts.pb-c.d [2021-02-25T03:19:20.909Z] #42 24.67 CC images/eventpoll.o [2021-02-25T03:19:21.031Z] #43 52.62 CC compel/arch/ppc64/src/lib/cpu.o [2021-02-25T03:19:21.031Z] #43 52.94 CC compel/arch/ppc64/src/lib/infect.o [2021-02-25T03:19:21.067Z] #42 10.87 DEP images/packet-sock.pb-c.d [2021-02-25T03:19:21.174Z] #42 25.04 CC images/fh.o [2021-02-25T03:19:21.329Z] #42 10.95 PBCC images/sk-netlink.pb-c.c [2021-02-25T03:19:21.329Z] #42 11.04 DEP images/sk-netlink.pb-c.d [2021-02-25T03:19:21.329Z] #42 11.11 PBCC images/sk-inet.pb-c.c [2021-02-25T03:19:21.329Z] #42 ... [2021-02-25T03:19:21.329Z] [2021-02-25T03:19:21.329Z] #44 [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-02-25T03:19:21.329Z] #44 sha256:afe17831b94519c9ec988602eca641f7966cf1a4d7b110e59a5ec33c57993be6 [2021-02-25T03:19:21.329Z] #44 89.15 go/parser [2021-02-25T03:19:21.561Z] #12 ... [2021-02-25T03:19:21.561Z] [2021-02-25T03:19:21.561Z] #44 [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-02-25T03:19:21.561Z] #44 sha256:9c1c894d71924ba5495f24b060df116fd97fd016d241f3cd58c535b197cc6e71 [2021-02-25T03:19:21.561Z] #44 92.67 hash/crc32 [2021-02-25T03:19:21.561Z] #44 93.29 compress/gzip [2021-02-25T03:19:21.561Z] #44 93.33 net [2021-02-25T03:19:21.561Z] #44 93.93 vendor/golang.org/x/text/transform [2021-02-25T03:19:21.561Z] #44 94.68 vendor/golang.org/x/text/unicode/bidi [2021-02-25T03:19:21.561Z] #44 96.53 vendor/golang.org/x/text/secure/bidirule [2021-02-25T03:19:21.561Z] #44 96.81 vendor/golang.org/x/text/unicode/norm [2021-02-25T03:19:21.561Z] #44 100.7 vendor/golang.org/x/net/idna [2021-02-25T03:19:21.561Z] #44 102.9 vendor/golang.org/x/net/http2/hpack [2021-02-25T03:19:21.561Z] #44 ... [2021-02-25T03:19:21.561Z] [2021-02-25T03:19:21.561Z] #42 [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-02-25T03:19:21.561Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:19:21.561Z] #42 22.49 CC images/core-s390.o [2021-02-25T03:19:21.561Z] #42 23.22 CC images/cpuinfo.o [2021-02-25T03:19:21.561Z] #42 23.61 CC images/inventory.o [2021-02-25T03:19:21.561Z] #42 23.88 CC images/fdinfo.o [2021-02-25T03:19:21.561Z] #42 24.30 CC images/fown.o [2021-02-25T03:19:21.561Z] #42 24.56 CC images/ns.o [2021-02-25T03:19:21.561Z] #42 24.77 CC images/regfile.o [2021-02-25T03:19:21.561Z] #42 24.96 CC images/ghost-file.o [2021-02-25T03:19:21.561Z] #42 25.28 CC images/fifo.o [2021-02-25T03:19:21.561Z] #42 25.45 CC images/remap-file-path.o [2021-02-25T03:19:21.561Z] #42 25.69 CC images/eventfd.o [2021-02-25T03:19:21.561Z] #42 25.88 CC images/eventpoll.o [2021-02-25T03:19:21.561Z] #42 26.18 CC images/fh.o [2021-02-25T03:19:21.561Z] #42 26.48 CC images/fsnotify.o [2021-02-25T03:19:21.561Z] #42 27.00 CC images/signalfd.o [2021-02-25T03:19:21.561Z] #42 27.21 CC images/fs.o [2021-02-25T03:19:21.561Z] #42 27.39 CC images/pstree.o [2021-02-25T03:19:21.561Z] #42 27.60 CC images/pipe.o [2021-02-25T03:19:21.561Z] #42 27.78 CC images/tcp-stream.o [2021-02-25T03:19:21.561Z] #42 28.04 CC images/sk-packet.o [2021-02-25T03:19:21.561Z] #42 28.34 CC images/mnt.o [2021-02-25T03:19:21.561Z] #42 28.57 CC images/pipe-data.o [2021-02-25T03:19:21.561Z] #42 28.81 CC images/sa.o [2021-02-25T03:19:21.561Z] #42 29.01 CC images/timer.o [2021-02-25T03:19:21.561Z] #42 29.44 CC images/timerfd.o [2021-02-25T03:19:21.561Z] #42 29.69 CC images/mm.o [2021-02-25T03:19:21.561Z] #42 30.00 CC images/sk-opts.o [2021-02-25T03:19:21.561Z] #42 30.21 CC images/sk-unix.o [2021-02-25T03:19:21.561Z] #42 30.50 CC images/sk-inet.o [2021-02-25T03:19:21.561Z] #42 30.85 CC images/tun.o [2021-02-25T03:19:21.636Z] #54 204.0 + binaries [2021-02-25T03:19:21.636Z] #54 204.0 + install -D bin/containerd /build/containerd [2021-02-25T03:19:21.636Z] #54 204.0 + install -D bin/containerd-shim /build/containerd-shim [2021-02-25T03:19:21.636Z] #54 204.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-02-25T03:19:21.636Z] #54 204.0 + install -D bin/ctr /build/ctr [2021-02-25T03:19:21.755Z] #42 25.42 CC images/fsnotify.o [2021-02-25T03:19:21.819Z] #42 31.19 CC images/sk-netlink.o [2021-02-25T03:19:21.928Z] #54 DONE 204.6s [2021-02-25T03:19:22.076Z] #42 31.37 CC images/packet-sock.o [2021-02-25T03:19:22.076Z] #42 ... [2021-02-25T03:19:22.076Z] [2021-02-25T03:19:22.076Z] #44 [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-02-25T03:19:22.076Z] #44 sha256:9c1c894d71924ba5495f24b060df116fd97fd016d241f3cd58c535b197cc6e71 [2021-02-25T03:19:22.076Z] #44 103.8 mime [2021-02-25T03:19:22.093Z] #43 53.77 CC compel/src/lib/infect-rpc.o [2021-02-25T03:19:22.338Z] #42 26.07 CC images/signalfd.o [2021-02-25T03:19:22.393Z] #43 54.15 CC compel/src/lib/infect-util.o [2021-02-25T03:19:22.603Z] #42 26.27 CC images/fs.o [2021-02-25T03:19:22.696Z] #43 54.39 CC compel/src/lib/infect.o [2021-02-25T03:19:22.721Z] #44 90.36 text/template [2021-02-25T03:19:22.868Z] #42 26.41 CC images/pstree.o [2021-02-25T03:19:22.868Z] #42 26.61 CC images/pipe.o [2021-02-25T03:19:22.971Z] [2021-02-25T03:19:22.971Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2021-02-25T03:19:22.971Z] #55 DONE 0.4s [2021-02-25T03:19:23.134Z] #42 26.81 CC images/tcp-stream.o [2021-02-25T03:19:23.265Z] [2021-02-25T03:19:23.265Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2021-02-25T03:19:23.265Z] #59 DONE 0.2s [2021-02-25T03:19:23.265Z] [2021-02-25T03:19:23.265Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2021-02-25T03:19:23.399Z] #42 27.08 CC images/sk-packet.o [2021-02-25T03:19:23.558Z] #61 DONE 0.2s [2021-02-25T03:19:23.558Z] [2021-02-25T03:19:23.559Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2021-02-25T03:19:23.559Z] #63 DONE 0.2s [2021-02-25T03:19:23.559Z] [2021-02-25T03:19:23.559Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-02-25T03:19:23.559Z] #64 DONE 0.0s [2021-02-25T03:19:23.665Z] #42 27.37 CC images/mnt.o [2021-02-25T03:19:23.850Z] [2021-02-25T03:19:23.850Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-02-25T03:19:23.930Z] #42 27.57 CC images/pipe-data.o [2021-02-25T03:19:23.930Z] #42 27.79 CC images/sa.o [2021-02-25T03:19:23.971Z] #44 105.7 mime/quotedprintable [2021-02-25T03:19:24.053Z] 4612f6d0b889: Verifying Checksum [2021-02-25T03:19:24.053Z] 4612f6d0b889: Download complete [2021-02-25T03:19:24.112Z] #44 ... [2021-02-25T03:19:24.112Z] [2021-02-25T03:19:24.112Z] #50 [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-02-25T03:19:24.112Z] #50 sha256:74fe370ecb48af1452fef620fd0ae127180873eea6b4bac5594529be0fc81069 [2021-02-25T03:19:24.112Z] #50 81.50 encoding/json [2021-02-25T03:19:24.112Z] #50 84.74 github.com/pkg/diff [2021-02-25T03:19:24.112Z] #50 86.21 go/ast [2021-02-25T03:19:24.112Z] #50 88.27 golang.org/x/crypto/ssh/terminal [2021-02-25T03:19:24.112Z] #50 89.72 mvdan.cc/editorconfig [2021-02-25T03:19:24.112Z] #50 90.91 mvdan.cc/sh/v3/fileutil [2021-02-25T03:19:24.112Z] #50 91.11 mvdan.cc/sh/v3/syntax [2021-02-25T03:19:24.112Z] #50 ... [2021-02-25T03:19:24.112Z] [2021-02-25T03:19:24.112Z] #42 [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-02-25T03:19:24.112Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:19:24.112Z] #42 11.22 DEP images/sk-inet.pb-c.d [2021-02-25T03:19:24.112Z] #42 11.29 PBCC images/sk-unix.pb-c.c [2021-02-25T03:19:24.112Z] #42 11.39 DEP images/sk-unix.pb-c.d [2021-02-25T03:19:24.112Z] #42 11.45 PBCC images/mm.pb-c.c [2021-02-25T03:19:24.112Z] #42 11.52 DEP images/mm.pb-c.d [2021-02-25T03:19:24.112Z] #42 11.57 PBCC images/timerfd.pb-c.c [2021-02-25T03:19:24.112Z] #42 11.63 DEP images/timerfd.pb-c.d [2021-02-25T03:19:24.112Z] #42 11.67 PBCC images/timer.pb-c.c [2021-02-25T03:19:24.112Z] #42 11.71 DEP images/timer.pb-c.d [2021-02-25T03:19:24.112Z] #42 11.75 PBCC images/sa.pb-c.c [2021-02-25T03:19:24.112Z] #42 11.84 DEP images/sa.pb-c.d [2021-02-25T03:19:24.112Z] #42 11.88 PBCC images/pipe-data.pb-c.c [2021-02-25T03:19:24.112Z] #42 11.93 DEP images/pipe-data.pb-c.d [2021-02-25T03:19:24.112Z] #42 11.99 PBCC images/mnt.pb-c.c [2021-02-25T03:19:24.112Z] #42 12.02 DEP images/mnt.pb-c.d [2021-02-25T03:19:24.112Z] #42 12.09 PBCC images/sk-packet.pb-c.c [2021-02-25T03:19:24.112Z] #42 12.13 DEP images/sk-packet.pb-c.d [2021-02-25T03:19:24.112Z] #42 12.17 PBCC images/tcp-stream.pb-c.c [2021-02-25T03:19:24.112Z] #42 12.21 DEP images/tcp-stream.pb-c.d [2021-02-25T03:19:24.112Z] #42 12.24 PBCC images/pipe.pb-c.c [2021-02-25T03:19:24.112Z] #42 12.30 DEP images/pipe.pb-c.d [2021-02-25T03:19:24.112Z] #42 12.35 PBCC images/pstree.pb-c.c [2021-02-25T03:19:24.112Z] #42 12.39 DEP images/pstree.pb-c.d [2021-02-25T03:19:24.112Z] #42 12.43 PBCC images/fs.pb-c.c [2021-02-25T03:19:24.112Z] #42 12.46 DEP images/fs.pb-c.d [2021-02-25T03:19:24.112Z] #42 12.50 PBCC images/signalfd.pb-c.c [2021-02-25T03:19:24.112Z] #42 12.54 DEP images/signalfd.pb-c.d [2021-02-25T03:19:24.112Z] #42 12.63 PBCC images/fh.pb-c.c [2021-02-25T03:19:24.112Z] #42 12.69 PBCC images/fsnotify.pb-c.c [2021-02-25T03:19:24.112Z] #42 12.75 DEP images/fh.pb-c.d [2021-02-25T03:19:24.112Z] #42 12.83 DEP images/fsnotify.pb-c.d [2021-02-25T03:19:24.112Z] #42 12.93 PBCC images/eventpoll.pb-c.c [2021-02-25T03:19:24.112Z] #42 12.98 DEP images/eventpoll.pb-c.d [2021-02-25T03:19:24.112Z] #42 13.06 PBCC images/eventfd.pb-c.c [2021-02-25T03:19:24.112Z] #42 13.07 DEP images/eventfd.pb-c.d [2021-02-25T03:19:24.112Z] #42 13.13 PBCC images/remap-file-path.pb-c.c [2021-02-25T03:19:24.112Z] #42 13.17 DEP images/remap-file-path.pb-c.d [2021-02-25T03:19:24.112Z] #42 13.23 PBCC images/fifo.pb-c.c [2021-02-25T03:19:24.112Z] #42 13.24 DEP images/fifo.pb-c.d [2021-02-25T03:19:24.112Z] #42 13.32 PBCC images/ghost-file.pb-c.c [2021-02-25T03:19:24.112Z] #42 13.37 DEP images/ghost-file.pb-c.d [2021-02-25T03:19:24.112Z] #42 13.43 PBCC images/regfile.pb-c.c [2021-02-25T03:19:24.112Z] #42 13.47 DEP images/regfile.pb-c.d [2021-02-25T03:19:24.112Z] #42 13.51 PBCC images/ns.pb-c.c [2021-02-25T03:19:24.112Z] #42 13.55 DEP images/ns.pb-c.d [2021-02-25T03:19:24.112Z] #42 13.63 PBCC images/fdinfo.pb-c.c [2021-02-25T03:19:24.112Z] #42 13.69 DEP images/fdinfo.pb-c.d [2021-02-25T03:19:24.112Z] #42 13.74 PBCC images/core-aarch64.pb-c.c [2021-02-25T03:19:24.112Z] #42 13.83 PBCC images/core-arm.pb-c.c [2021-02-25T03:19:24.112Z] #42 13.88 PBCC images/core-ppc64.pb-c.c [2021-02-25T03:19:24.112Z] #42 13.93 PBCC images/core-s390.pb-c.c [2021-02-25T03:19:24.112Z] #42 14.05 PBCC images/core-x86.pb-c.c [2021-02-25T03:19:24.196Z] #42 28.00 CC images/timer.o [2021-02-25T03:19:24.375Z] #42 14.10 PBCC images/core.pb-c.c [2021-02-25T03:19:24.375Z] #42 14.16 PBCC images/inventory.pb-c.c [2021-02-25T03:19:24.375Z] #42 14.27 DEP images/core-aarch64.pb-c.d [2021-02-25T03:19:24.484Z] #65 DONE 0.7s [2021-02-25T03:19:24.484Z] [2021-02-25T03:19:24.484Z] #66 exporting to image [2021-02-25T03:19:24.484Z] #66 exporting layers [2021-02-25T03:19:24.535Z] #44 106.1 net/http/internal [2021-02-25T03:19:24.638Z] #42 14.32 DEP images/core-arm.pb-c.d [2021-02-25T03:19:24.638Z] #42 14.39 DEP images/core-ppc64.pb-c.d [2021-02-25T03:19:24.638Z] #42 14.41 DEP images/core-s390.pb-c.d [2021-02-25T03:19:24.777Z] #42 28.31 CC images/timerfd.o [2021-02-25T03:19:24.777Z] #42 28.69 CC images/mm.o [2021-02-25T03:19:24.900Z] #42 14.51 DEP images/core-x86.pb-c.d [2021-02-25T03:19:24.900Z] #42 14.59 DEP images/core.pb-c.d [2021-02-25T03:19:24.900Z] #42 14.68 DEP images/inventory.pb-c.d [2021-02-25T03:19:24.900Z] #42 14.77 PBCC images/cpuinfo.pb-c.c [2021-02-25T03:19:25.163Z] #42 14.78 DEP images/cpuinfo.pb-c.d [2021-02-25T03:19:25.163Z] #42 14.82 PBCC images/stats.pb-c.c [2021-02-25T03:19:25.163Z] #42 14.85 DEP images/stats.pb-c.d [2021-02-25T03:19:25.358Z] #42 29.01 CC images/sk-opts.o [2021-02-25T03:19:25.482Z] #43 57.36 CC compel/src/lib/ptrace.o [2021-02-25T03:19:25.482Z] #43 ... [2021-02-25T03:19:25.482Z] [2021-02-25T03:19:25.482Z] #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-02-25T03:19:25.482Z] #53 sha256:eea4589ac4d54d722002d6bae208defbbb1dec0f55056b47791531701f2f7086 [2021-02-25T03:19:25.482Z] #53 11.90 + cd /tmp/tmp.S7EiJ8CpjI/src/github.com/opencontainers/runc [2021-02-25T03:19:25.624Z] #42 29.22 CC images/sk-unix.o [2021-02-25T03:19:25.810Z] #53 11.90 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-02-25T03:19:25.890Z] #42 29.49 CC images/sk-inet.o [2021-02-25T03:19:25.890Z] #42 ... [2021-02-25T03:19:25.890Z] [2021-02-25T03:19:25.890Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-25T03:19:25.890Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-02-25T03:19:25.890Z] #12 102.0 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-02-25T03:19:25.890Z] #12 102.0 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2021-02-25T03:19:25.890Z] #12 102.0 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-25T03:19:26.110Z] #53 12.46 + '[' -z '' ']' [2021-02-25T03:19:26.110Z] #53 ... [2021-02-25T03:19:26.110Z] [2021-02-25T03:19:26.110Z] #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-02-25T03:19:26.110Z] #20 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-02-25T03:19:26.110Z] #20 0.675 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-25T03:19:26.110Z] #20 0.723 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-25T03:19:26.110Z] #20 0.723 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-25T03:19:26.110Z] #20 1.789 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-02-25T03:19:26.110Z] #20 3.353 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [258 kB] [2021-02-25T03:19:26.110Z] #20 4.775 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B] [2021-02-25T03:19:26.156Z] #12 ... [2021-02-25T03:19:26.156Z] [2021-02-25T03:19:26.156Z] #42 [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-02-25T03:19:26.156Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-25T03:19:26.156Z] #42 29.92 CC images/tun.o [2021-02-25T03:19:26.412Z] #20 ... [2021-02-25T03:19:26.412Z] [2021-02-25T03:19:26.412Z] #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-02-25T03:19:26.412Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-25T03:19:26.412Z] #43 57.93 AR compel/libcompel.a [2021-02-25T03:19:26.412Z] #43 58.00 HOSTCC compel/src/main-host.o [2021-02-25T03:19:26.412Z] #43 58.33 HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2021-02-25T03:19:26.553Z] #42 16.31 make[1]: Nothing to be done for 'all'. [2021-02-25T03:19:26.711Z] #43 ... [2021-02-25T03:19:26.711Z] [2021-02-25T03:19:26.711Z] #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-02-25T03:19:26.711Z] #51 sha256:6391109844e799df0f3324325bd4507bbd831a65436fe2672c84c9ddeab1bb4b [2021-02-25T03:19:26.711Z] #51 116.5 golang.org/x/crypto/ssh/terminal [2021-02-25T03:19:26.711Z] #51 120.0 mvdan.cc/sh/v3/cmd/shfmt [2021-02-25T03:19:26.711Z] #51 DONE 125.7s [2021-02-25T03:19:26.711Z] [2021-02-25T03:19:26.711Z] #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-02-25T03:19:26.711Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-25T03:19:26.711Z] #43 58.56 HOSTCC compel/src/lib/handle-elf-host.o [2021-02-25T03:19:26.736Z] #42 30.20 CC images/sk-netlink.o [2021-02-25T03:19:26.736Z] #42 30.42 CC images/packet-sock.o [2021-02-25T03:19:27.318Z] #42 30.80 CC images/ipc-var.o [2021-02-25T03:19:27.318Z] #42 31.04 CC images/ipc-desc.o [2021-02-25T03:19:27.370Z] #43 59.18 HOSTCC compel/src/lib/log-host.o [2021-02-25T03:19:27.583Z] #42 31.32 CC images/ipc-shm.o [2021-02-25T03:19:27.849Z] #42 31.53 CC images/ipc-msg.o [2021-02-25T03:19:27.945Z] #42 17.75 CC images/stats.o [2021-02-25T03:19:28.021Z] #43 59.72 HOSTLINK compel/compel-host-bin [2021-02-25T03:19:28.021Z] #43 59.83 DEP soccr/soccr.d [2021-02-25T03:19:28.115Z] #42 31.74 CC images/ipc-sem.o [2021-02-25T03:19:28.208Z] #42 18.14 CC images/core.o [2021-02-25T03:19:28.322Z] #43 60.03 CC soccr/soccr.o [2021-02-25T03:19:28.380Z] #42 32.01 CC images/utsns.o [2021-02-25T03:19:28.380Z] #42 32.21 CC images/creds.o [2021-02-25T03:19:28.645Z] #42 32.36 CC images/vma.o [2021-02-25T03:19:28.710Z] #44 ... [2021-02-25T03:19:28.710Z] [2021-02-25T03:19:28.710Z] #42 [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-02-25T03:19:28.710Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:19:28.710Z] #42 31.69 CC images/ipc-var.o [2021-02-25T03:19:28.710Z] #42 31.89 CC images/ipc-desc.o [2021-02-25T03:19:28.710Z] #42 32.12 CC images/ipc-shm.o [2021-02-25T03:19:28.711Z] #42 32.36 CC images/ipc-msg.o [2021-02-25T03:19:28.711Z] #42 32.67 CC images/ipc-sem.o [2021-02-25T03:19:28.711Z] #42 32.87 CC images/utsns.o [2021-02-25T03:19:28.711Z] #42 33.11 CC images/creds.o [2021-02-25T03:19:28.711Z] #42 33.29 CC images/vma.o [2021-02-25T03:19:28.711Z] #42 33.56 CC images/netdev.o [2021-02-25T03:19:28.711Z] #42 33.99 CC images/tty.o [2021-02-25T03:19:28.711Z] #42 34.49 CC images/file-lock.o [2021-02-25T03:19:28.711Z] #42 34.74 CC images/rlimit.o [2021-02-25T03:19:28.711Z] #42 34.98 CC images/pagemap.o [2021-02-25T03:19:28.711Z] #42 35.23 CC images/siginfo.o [2021-02-25T03:19:28.711Z] #42 35.48 CC images/rpc.o [2021-02-25T03:19:28.711Z] #42 36.61 CC images/ext-file.o [2021-02-25T03:19:28.711Z] #42 36.85 CC images/cgroup.o [2021-02-25T03:19:28.711Z] #42 37.45 CC images/userns.o [2021-02-25T03:19:28.711Z] #42 ... [2021-02-25T03:19:28.711Z] [2021-02-25T03:19:28.711Z] #44 [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-02-25T03:19:28.711Z] #44 sha256:9c1c894d71924ba5495f24b060df116fd97fd016d241f3cd58c535b197cc6e71 [2021-02-25T03:19:28.711Z] #44 110.0 net/textproto [2021-02-25T03:19:28.711Z] #44 110.0 crypto/x509 [2021-02-25T03:19:28.911Z] #42 32.51 CC images/netdev.o [2021-02-25T03:19:29.156Z] #42 18.85 CC images/core-x86.o [2021-02-25T03:19:29.156Z] #42 ... [2021-02-25T03:19:29.156Z] [2021-02-25T03:19:29.156Z] #55 [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-02-25T03:19:29.156Z] #55 sha256:ce2f4b9ba423fa2b2cc0c628f719c38784871730f956548189b562a0fad891e6 [2021-02-25T03:19:29.291Z] #42 32.79 CC images/tty.o [2021-02-25T03:19:29.642Z] #44 111.3 vendor/golang.org/x/net/http/httpguts [2021-02-25T03:19:29.642Z] #44 111.5 vendor/golang.org/x/net/http/httpproxy [2021-02-25T03:19:29.870Z] #43 61.92 AR soccr/libsoccr.a [2021-02-25T03:19:29.871Z] #42 ... [2021-02-25T03:19:29.871Z] [2021-02-25T03:19:29.871Z] #31 [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-02-25T03:19:29.871Z] #31 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805 [2021-02-25T03:19:29.871Z] #31 DONE 115.4s [2021-02-25T03:19:29.871Z] [2021-02-25T03:19:29.871Z] #44 [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-02-25T03:19:29.871Z] #44 sha256:d3f461970f39f44f439535a34a8026bc8a71c4dd3594a0d65b18f27daa7ef102 [2021-02-25T03:19:29.871Z] #44 106.8 github.com/LK4D4/vndr/godl [2021-02-25T03:19:29.871Z] #44 107.4 github.com/LK4D4/vndr [2021-02-25T03:19:29.871Z] #44 DONE 115.8s [2021-02-25T03:19:29.871Z] [2021-02-25T03:19:29.871Z] #42 [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-02-25T03:19:29.871Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-25T03:19:29.871Z] #42 33.57 CC images/file-lock.o [2021-02-25T03:19:30.136Z] #42 33.88 CC images/rlimit.o [2021-02-25T03:19:30.171Z] #43 61.96 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-25T03:19:30.205Z] #44 111.9 mime/multipart [2021-02-25T03:19:30.409Z] #42 34.10 CC images/pagemap.o [2021-02-25T03:19:30.472Z] #43 62.37 DEP criu/arch/ppc64/sigframe.d [2021-02-25T03:19:30.674Z] #42 34.40 CC images/siginfo.o [2021-02-25T03:19:30.732Z] #55 42.05 Checking out files: 50% (1890/3770) Checking out files: 51% (1923/3770) Checking out files: 52% (1961/3770) Checking out files: 53% (1999/3770) Checking out files: 54% (2036/3770) Checking out files: 55% (2074/3770) Checking out files: 56% (2112/3770) Checking out files: 57% (2149/3770) Checking out files: 58% (2187/3770) Checking out files: 59% (2225/3770) Checking out files: 60% (2262/3770) Checking out files: 61% (2300/3770) Checking out files: 62% (2338/3770) Checking out files: 63% (2376/3770) Checking out files: 64% (2413/3770) Checking out files: 65% (2451/3770) Checking out files: 66% (2489/3770) Checking out files: 67% (2526/3770) Checking out files: 68% (2564/3770) Checking out files: 69% (2602/3770) Checking out files: 70% (2639/3770) Checking out files: 71% (2677/3770) Checking out files: 72% (2715/3770) Checking out files: 73% (2753/3770) Checking out files: 74% (2790/3770) Checking out files: 75% (2828/3770) Checking out files: 76% (2866/3770) Checking out files: 77% (2903/3770) Checking out files: 78% (2941/3770) Checking out files: 79% (2979/3770) Checking out files: 80% (3016/3770) Checking out files: 81% (3054/3770) Checking out files: 82% (3092/3770) Checking out files: 83% (3130/3770) Checking out files: 84% (3167/3770) Checking out files: 84% (3198/3770) Checking out files: 85% (3205/3770) Checking out files: 86% (3243/3770) Checking out files: 87% (3280/3770) Checking out files: 88% (3318/3770) Checking out files: 89% (3356/3770) Checking out files: 90% (3393/3770) Checking out files: 91% (3431/3770) Checking out files: 92% (3469/3770) Checking out files: 93% (3507/3770) Checking out files: 94% (3544/3770) Checking out files: 95% (3582/3770) Checking out files: 96% (3620/3770) Checking out files: 97% (3657/3770) Checking out files: 98% (3695/3770) Checking out files: 99% (3733/3770) Checking out files: 100% (3770/3770) Checking out files: 100% (3770/3770), done. [2021-02-25T03:19:30.732Z] #55 43.76 + cd /tmp/tmp.f3aghP0KdP/src/github.com/containerd/containerd [2021-02-25T03:19:30.732Z] #55 43.76 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-25T03:19:30.775Z] #43 62.61 DEP criu/arch/ppc64/crtools.d [2021-02-25T03:19:30.939Z] #42 34.65 CC images/rpc.o [2021-02-25T03:19:31.076Z] #43 62.86 DEP criu/arch/ppc64/cpu.d [2021-02-25T03:19:31.076Z] #43 62.97 CC criu/arch/ppc64/cpu.o [2021-02-25T03:19:31.376Z] #43 ... [2021-02-25T03:19:31.376Z] [2021-02-25T03:19:31.376Z] #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-02-25T03:19:31.376Z] #45 sha256:b3ae012ae7778c84f7a05da4bdd7179235db04bef388100621bc6554c8e89643 [2021-02-25T03:19:31.376Z] #45 120.5 encoding/xml [2021-02-25T03:19:31.376Z] #45 122.2 math/big [2021-02-25T03:19:31.376Z] #45 128.4 go/doc [2021-02-25T03:19:31.376Z] #45 ... [2021-02-25T03:19:31.376Z] [2021-02-25T03:19:31.376Z] #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-02-25T03:19:31.376Z] #53 sha256:eea4589ac4d54d722002d6bae208defbbb1dec0f55056b47791531701f2f7086 [2021-02-25T03:19:31.376Z] #53 12.46 + target=static [2021-02-25T03:19:31.376Z] #53 12.46 + make 'BUILDTAGS=seccomp ' static [2021-02-25T03:19:31.376Z] #53 13.19 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-02-25T03:19:31.387Z] #66 exporting layers 6.1s done [2021-02-25T03:19:31.387Z] #66 writing image sha256:60691051ad19f21be367ac60eb9d9df4542b7c1788cc8583ba82bc85748ae0fe done [2021-02-25T03:19:31.387Z] #66 naming to docker.io/library/docker:59fc2206d0aa706e3f4af717dec37df091092058 done [2021-02-25T03:19:31.387Z] #66 DONE 6.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-02-25T03:19:31.677Z] #53 ... [2021-02-25T03:19:31.677Z] [2021-02-25T03:19:31.677Z] #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-02-25T03:19:31.677Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-25T03:19:31.677Z] #43 63.51 CC criu/arch/ppc64/crtools.o [2021-02-25T03:19:31.825Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-42056/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr8 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=59fc2206d0aa706e3f4af717dec37df091092058 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:59fc2206d0aa706e3f4af717dec37df091092058 hack/test/unit [2021-02-25T03:19:32.341Z] #42 35.87 CC images/ext-file.o [2021-02-25T03:19:32.341Z] #42 36.04 CC images/cgroup.o [2021-02-25T03:19:32.536Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-02-25T03:19:32.653Z] #55 45.35 + export 'BUILDTAGS=netgo osusergo static_build' [2021-02-25T03:19:32.653Z] #55 45.35 + BUILDTAGS='netgo osusergo static_build' [2021-02-25T03:19:32.653Z] #55 45.35 + export EXTRA_FLAGS=-buildmode=pie [2021-02-25T03:19:32.653Z] #55 45.35 + EXTRA_FLAGS=-buildmode=pie [2021-02-25T03:19:32.653Z] #55 45.35 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-02-25T03:19:32.653Z] #55 45.35 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-02-25T03:19:32.653Z] #55 45.35 + '[' '' = dynamic ']' [2021-02-25T03:19:32.653Z] #55 45.35 + make [2021-02-25T03:19:32.727Z] #44 114.2 crypto/tls [2021-02-25T03:19:32.740Z] #43 64.70 CC criu/arch/ppc64/sigframe.o [2021-02-25T03:19:32.921Z] #42 36.54 CC images/userns.o [2021-02-25T03:19:33.186Z] #42 36.75 CC images/google/protobuf/descriptor.o [2021-02-25T03:19:33.291Z] #44 ... [2021-02-25T03:19:33.291Z] [2021-02-25T03:19:33.292Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-25T03:19:33.292Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-25T03:19:33.292Z] #12 114.2 Selecting previously unselected package libapparmor1:amd64. [2021-02-25T03:19:33.292Z] #12 114.2 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-02-25T03:19:33.292Z] #12 114.2 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-02-25T03:19:33.292Z] #12 114.3 Selecting previously unselected package libapparmor-dev:amd64. [2021-02-25T03:19:33.292Z] #12 114.3 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-02-25T03:19:33.292Z] #12 114.3 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-02-25T03:19:33.292Z] #12 114.4 Selecting previously unselected package libbtrfs0. [2021-02-25T03:19:33.292Z] #12 114.5 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-02-25T03:19:33.292Z] #12 114.5 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-25T03:19:33.292Z] #12 114.6 Selecting previously unselected package libbtrfs-dev. [2021-02-25T03:19:33.292Z] #12 114.6 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-02-25T03:19:33.292Z] #12 114.6 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-25T03:19:33.292Z] #12 114.7 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-02-25T03:19:33.292Z] #12 114.7 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-02-25T03:19:33.292Z] #12 114.7 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-02-25T03:19:33.292Z] #12 114.8 Selecting previously unselected package libudev-dev:amd64. [2021-02-25T03:19:33.292Z] #12 114.8 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_amd64.deb ... [2021-02-25T03:19:33.292Z] #12 114.8 Unpacking libudev-dev:amd64 (241-7~deb10u6) ... [2021-02-25T03:19:33.292Z] #12 115.0 Selecting previously unselected package libsepol1-dev:amd64. [2021-02-25T03:19:33.292Z] #12 115.1 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-02-25T03:19:33.292Z] #12 115.1 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-02-25T03:19:33.391Z] #43 65.15 LINK criu/arch/ppc64/crtools.built-in.o [2021-02-25T03:19:33.392Z] #43 65.21 DEP criu/pie/util-vdso.d [2021-02-25T03:19:33.392Z] #43 65.36 DEP criu/pie/util.d [2021-02-25T03:19:33.599Z] #55 46.41 + bin/ctr [2021-02-25T03:19:33.693Z] #43 65.52 CC criu/pie/util.o [2021-02-25T03:19:33.856Z] #12 115.6 Selecting previously unselected package libpcre16-3:amd64. [2021-02-25T03:19:33.856Z] #12 115.6 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-02-25T03:19:33.856Z] #12 115.6 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-02-25T03:19:33.856Z] #12 115.8 Selecting previously unselected package libpcre32-3:amd64. [2021-02-25T03:19:33.998Z] #43 65.81 CC criu/pie/util-vdso.o [2021-02-25T03:19:34.114Z] #12 115.8 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-02-25T03:19:34.114Z] #12 115.8 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-02-25T03:19:34.144Z] #42 38.02 CC images/opts.o [2021-02-25T03:19:34.371Z] #12 116.0 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-02-25T03:19:34.371Z] #12 116.0 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-02-25T03:19:34.371Z] #12 116.0 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-02-25T03:19:34.371Z] #12 116.1 Selecting previously unselected package libpcre3-dev:amd64. [2021-02-25T03:19:34.371Z] #12 116.1 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-02-25T03:19:34.371Z] #12 116.1 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-02-25T03:19:34.409Z] #42 38.21 CC images/seccomp.o [2021-02-25T03:19:34.546Z] #55 ... [2021-02-25T03:19:34.546Z] [2021-02-25T03:19:34.546Z] #44 [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-02-25T03:19:34.546Z] #44 sha256:afe17831b94519c9ec988602eca641f7966cf1a4d7b110e59a5ec33c57993be6 [2021-02-25T03:19:34.546Z] #44 92.45 encoding/xml [2021-02-25T03:19:34.546Z] #44 94.63 go/doc [2021-02-25T03:19:34.546Z] #44 97.93 github.com/LK4D4/vndr/build [2021-02-25T03:19:34.546Z] #44 98.19 github.com/LK4D4/vndr/versioned [2021-02-25T03:19:34.546Z] #44 98.39 compress/flate [2021-02-25T03:19:34.546Z] #44 101.0 hash/crc32 [2021-02-25T03:19:34.546Z] #44 101.7 compress/gzip [2021-02-25T03:19:34.546Z] #44 101.7 net [2021-02-25T03:19:34.546Z] #44 102.2 vendor/golang.org/x/text/transform [2021-02-25T03:19:34.564Z] ? github.com/docker/docker/api [no test files] [2021-02-25T03:19:34.654Z] #43 66.53 AR criu/pie/pie.lib.a [2021-02-25T03:19:34.654Z] #43 66.59 DEP criu/pie/restorer.d [2021-02-25T03:19:34.675Z] #42 38.42 CC images/binfmt-misc.o [2021-02-25T03:19:34.809Z] #44 ... [2021-02-25T03:19:34.809Z] [2021-02-25T03:19:34.809Z] #42 [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-02-25T03:19:34.809Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:19:34.809Z] #42 19.36 CC images/core-arm.o [2021-02-25T03:19:34.809Z] #42 19.88 CC images/core-aarch64.o [2021-02-25T03:19:34.809Z] #42 20.29 CC images/core-ppc64.o [2021-02-25T03:19:34.809Z] #42 20.87 CC images/core-s390.o [2021-02-25T03:19:34.809Z] #42 21.62 CC images/cpuinfo.o [2021-02-25T03:19:34.809Z] #42 22.06 CC images/inventory.o [2021-02-25T03:19:34.809Z] #42 22.30 CC images/fdinfo.o [2021-02-25T03:19:34.809Z] #42 22.70 CC images/fown.o [2021-02-25T03:19:34.809Z] #42 22.89 CC images/ns.o [2021-02-25T03:19:34.809Z] #42 23.04 CC images/regfile.o [2021-02-25T03:19:34.809Z] #42 23.26 CC images/ghost-file.o [2021-02-25T03:19:34.809Z] #42 23.62 CC images/fifo.o [2021-02-25T03:19:34.809Z] #42 23.79 CC images/remap-file-path.o [2021-02-25T03:19:34.809Z] #42 23.99 CC images/eventfd.o [2021-02-25T03:19:34.809Z] #42 24.20 CC images/eventpoll.o [2021-02-25T03:19:34.809Z] #42 24.51 CC images/fh.o [2021-02-25T03:19:34.935Z] #12 116.6 Selecting previously unselected package libselinux1-dev:amd64. [2021-02-25T03:19:34.935Z] #12 116.6 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-02-25T03:19:34.935Z] #12 116.6 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-02-25T03:19:34.940Z] #42 38.58 CC images/time.o [2021-02-25T03:19:34.955Z] #43 66.83 DEP criu/arch/ppc64/vdso-trampoline.d [2021-02-25T03:19:34.955Z] #43 66.85 DEP criu/arch/ppc64/restorer.d [2021-02-25T03:19:35.072Z] #42 24.85 CC images/fsnotify.o [2021-02-25T03:19:35.072Z] #42 ... [2021-02-25T03:19:35.072Z] [2021-02-25T03:19:35.072Z] #44 [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-02-25T03:19:35.072Z] #44 sha256:afe17831b94519c9ec988602eca641f7966cf1a4d7b110e59a5ec33c57993be6 [2021-02-25T03:19:35.072Z] #44 102.9 vendor/golang.org/x/text/unicode/bidi [2021-02-25T03:19:35.192Z] #12 116.9 Selecting previously unselected package libdevmapper-dev:amd64. [2021-02-25T03:19:35.192Z] #12 116.9 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-02-25T03:19:35.192Z] #12 116.9 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-02-25T03:19:35.192Z] #12 117.0 Selecting previously unselected package libseccomp-dev:amd64. [2021-02-25T03:19:35.192Z] #12 117.0 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2021-02-25T03:19:35.192Z] #12 117.0 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2021-02-25T03:19:35.206Z] #42 38.75 CC images/sysctl.o [2021-02-25T03:19:35.206Z] #42 38.86 CC images/autofs.o [2021-02-25T03:19:35.258Z] #43 67.10 DEP criu/arch/ppc64/vdso-pie.d [2021-02-25T03:19:35.450Z] #12 117.1 Selecting previously unselected package libsystemd-dev:amd64. [2021-02-25T03:19:35.450Z] #12 117.1 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_amd64.deb ... [2021-02-25T03:19:35.450Z] #12 117.2 Unpacking libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-02-25T03:19:35.472Z] #42 ... [2021-02-25T03:19:35.472Z] [2021-02-25T03:19:35.472Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-25T03:19:35.472Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-02-25T03:19:35.472Z] #12 116.0 Selecting previously unselected package libapparmor1:arm64. [2021-02-25T03:19:35.472Z] #12 116.0 Preparing to unpack .../10-libapparmor1_2.13.2-10_arm64.deb ... [2021-02-25T03:19:35.472Z] #12 116.0 Unpacking libapparmor1:arm64 (2.13.2-10) ... [2021-02-25T03:19:35.472Z] #12 116.1 Selecting previously unselected package libapparmor-dev:arm64. [2021-02-25T03:19:35.472Z] #12 116.2 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_arm64.deb ... [2021-02-25T03:19:35.472Z] #12 116.2 Unpacking libapparmor-dev:arm64 (2.13.2-10) ... [2021-02-25T03:19:35.472Z] #12 116.4 Selecting previously unselected package libbtrfs0. [2021-02-25T03:19:35.472Z] #12 116.4 Preparing to unpack .../12-libbtrfs0_4.20.1-2_arm64.deb ... [2021-02-25T03:19:35.472Z] #12 116.5 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-25T03:19:35.472Z] #12 116.6 Selecting previously unselected package libbtrfs-dev. [2021-02-25T03:19:35.472Z] #12 116.6 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_arm64.deb ... [2021-02-25T03:19:35.472Z] #12 116.6 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-25T03:19:35.472Z] #12 116.8 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2021-02-25T03:19:35.472Z] #12 116.8 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ... [2021-02-25T03:19:35.472Z] #12 116.8 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2021-02-25T03:19:35.472Z] #12 116.9 Selecting previously unselected package libudev-dev:arm64. [2021-02-25T03:19:35.472Z] #12 116.9 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_arm64.deb ... [2021-02-25T03:19:35.472Z] #12 117.0 Unpacking libudev-dev:arm64 (241-7~deb10u6) ... [2021-02-25T03:19:35.472Z] #12 117.2 Selecting previously unselected package libsepol1-dev:arm64. [2021-02-25T03:19:35.472Z] #12 117.2 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ... [2021-02-25T03:19:35.472Z] #12 117.2 Unpacking libsepol1-dev:arm64 (2.8-1) ... [2021-02-25T03:19:35.472Z] #12 117.7 Selecting previously unselected package libpcre16-3:arm64. [2021-02-25T03:19:35.472Z] #12 117.7 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ... [2021-02-25T03:19:35.472Z] #12 117.8 Unpacking libpcre16-3:arm64 (2:8.39-12) ... [2021-02-25T03:19:35.472Z] #12 118.3 Selecting previously unselected package libpcre32-3:arm64. [2021-02-25T03:19:35.472Z] #12 118.3 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ... [2021-02-25T03:19:35.472Z] #12 118.4 Unpacking libpcre32-3:arm64 (2:8.39-12) ... [2021-02-25T03:19:35.472Z] #12 118.5 Selecting previously unselected package libpcrecpp0v5:arm64. [2021-02-25T03:19:35.472Z] #12 118.5 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ... [2021-02-25T03:19:35.472Z] #12 118.5 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ... [2021-02-25T03:19:35.472Z] #12 118.6 Selecting previously unselected package libpcre3-dev:arm64. [2021-02-25T03:19:35.472Z] #12 118.6 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ... [2021-02-25T03:19:35.472Z] #12 118.6 Unpacking libpcre3-dev:arm64 (2:8.39-12) ... [2021-02-25T03:19:35.472Z] #12 118.9 Selecting previously unselected package libselinux1-dev:arm64. [2021-02-25T03:19:35.472Z] #12 118.9 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ... [2021-02-25T03:19:35.472Z] #12 118.9 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ... [2021-02-25T03:19:35.472Z] #12 119.2 Selecting previously unselected package libdevmapper-dev:arm64. [2021-02-25T03:19:35.472Z] #12 119.2 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ... [2021-02-25T03:19:35.472Z] #12 119.2 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ... [2021-02-25T03:19:35.472Z] #12 119.3 Selecting previously unselected package libseccomp-dev:arm64. [2021-02-25T03:19:35.472Z] #12 119.3 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_arm64.deb ... [2021-02-25T03:19:35.472Z] #12 119.3 Unpacking libseccomp-dev:arm64 (2.3.3-4) ... [2021-02-25T03:19:35.472Z] #12 119.5 Selecting previously unselected package libsystemd-dev:arm64. [2021-02-25T03:19:35.472Z] #12 119.5 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_arm64.deb ... [2021-02-25T03:19:35.472Z] #12 119.5 Unpacking libsystemd-dev:arm64 (241-7~deb10u6) ... [2021-02-25T03:19:35.472Z] #12 119.9 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ... [2021-02-25T03:19:35.472Z] #12 119.9 Setting up libseccomp-dev:arm64 (2.3.3-4) ... [2021-02-25T03:19:35.472Z] #12 119.9 Setting up libapparmor1:arm64 (2.13.2-10) ... [2021-02-25T03:19:35.472Z] #12 119.9 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-25T03:19:35.472Z] #12 120.0 Setting up libpcre16-3:arm64 (2:8.39-12) ... [2021-02-25T03:19:35.472Z] #12 120.0 Setting up libsepol1-dev:arm64 (2.8-1) ... [2021-02-25T03:19:35.472Z] #12 120.0 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-25T03:19:35.472Z] #12 120.0 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-25T03:19:35.472Z] #12 120.0 Setting up libpcre32-3:arm64 (2:8.39-12) ... [2021-02-25T03:19:35.472Z] #12 120.0 Setting up libudev-dev:arm64 (241-7~deb10u6) ... [2021-02-25T03:19:35.472Z] #12 120.1 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-25T03:19:35.472Z] #12 120.1 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-25T03:19:35.472Z] #12 120.1 Setting up libapparmor-dev:arm64 (2.13.2-10) ... [2021-02-25T03:19:35.472Z] #12 120.2 Setting up mingw-w64-common (6.0.0-3) ... [2021-02-25T03:19:35.472Z] #12 120.3 Setting up libsystemd-dev:arm64 (241-7~deb10u6) ... [2021-02-25T03:19:35.472Z] #12 120.3 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-25T03:19:35.472Z] #12 120.3 Setting up libpcre3-dev:arm64 (2:8.39-12) ... [2021-02-25T03:19:35.472Z] #12 120.3 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-25T03:19:35.472Z] #12 120.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-02-25T03:19:35.472Z] #12 120.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-02-25T03:19:35.472Z] #12 120.3 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-25T03:19:35.472Z] #12 120.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-02-25T03:19:35.472Z] #12 120.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-02-25T03:19:35.472Z] #12 120.4 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-25T03:19:35.472Z] #12 120.4 Setting up libselinux1-dev:arm64 (2.8-1+b1) ... [2021-02-25T03:19:35.472Z] #12 120.4 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2021-02-25T03:19:35.472Z] #12 120.4 Setting up dmsetup (2:1.02.155-3) ... [2021-02-25T03:19:35.472Z] #12 120.5 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2021-02-25T03:19:35.472Z] #12 120.5 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ... [2021-02-25T03:19:35.472Z] #12 120.5 Processing triggers for libc-bin (2.28-10) ... [2021-02-25T03:19:35.472Z] #12 DONE 121.3s [2021-02-25T03:19:35.472Z] [2021-02-25T03:19:35.472Z] #42 [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-02-25T03:19:35.472Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-25T03:19:35.472Z] #42 39.04 CC images/macvlan.o [2021-02-25T03:19:35.472Z] #42 ... [2021-02-25T03:19:35.472Z] [2021-02-25T03:19:35.472Z] #13 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-02-25T03:19:35.472Z] #13 sha256:45b665fa2f6159ddf5354c16cc477f2d9ed38abd838cba31085b0c76fe535cce [2021-02-25T03:19:35.561Z] #43 67.26 DEP criu/pie/parasite-vdso.d [2021-02-25T03:19:35.561Z] #43 67.46 DEP criu/pie/parasite.d [2021-02-25T03:19:35.883Z] #43 67.72 CC criu/pie/parasite.o [2021-02-25T03:19:36.016Z] #12 117.7 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-02-25T03:19:36.016Z] #12 117.7 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2021-02-25T03:19:36.016Z] #12 117.8 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-02-25T03:19:36.016Z] #12 117.8 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-25T03:19:36.016Z] #12 117.8 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-02-25T03:19:36.016Z] #12 117.8 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-02-25T03:19:36.016Z] #12 117.8 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-25T03:19:36.016Z] #12 117.8 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-25T03:19:36.016Z] #12 117.9 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-02-25T03:19:36.016Z] #12 117.9 Setting up libudev-dev:amd64 (241-7~deb10u6) ... [2021-02-25T03:19:36.019Z] #44 ... [2021-02-25T03:19:36.019Z] [2021-02-25T03:19:36.019Z] #50 [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-02-25T03:19:36.019Z] #50 sha256:74fe370ecb48af1452fef620fd0ae127180873eea6b4bac5594529be0fc81069 [2021-02-25T03:19:36.019Z] #50 97.08 mvdan.cc/sh/v3/cmd/shfmt [2021-02-25T03:19:36.019Z] #50 DONE 103.9s [2021-02-25T03:19:36.273Z] #12 117.9 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-25T03:19:36.273Z] #12 117.9 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-25T03:19:36.273Z] #12 118.0 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-02-25T03:19:36.273Z] #12 118.0 Setting up mingw-w64-common (6.0.0-3) ... [2021-02-25T03:19:36.273Z] #12 118.0 Setting up libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-02-25T03:19:36.273Z] #12 118.0 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-25T03:19:36.273Z] #12 118.0 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-02-25T03:19:36.273Z] #12 118.0 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-25T03:19:36.273Z] #12 118.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-02-25T03:19:36.273Z] #12 118.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-02-25T03:19:36.273Z] #12 118.1 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-25T03:19:36.273Z] #12 118.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-02-25T03:19:36.273Z] #12 118.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-02-25T03:19:36.273Z] #12 118.1 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-25T03:19:36.281Z] [2021-02-25T03:19:36.281Z] #42 [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-02-25T03:19:36.281Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:19:36.281Z] #42 25.48 CC images/signalfd.o [2021-02-25T03:19:36.281Z] #42 25.70 CC images/fs.o [2021-02-25T03:19:36.281Z] #42 26.00 CC images/pstree.o [2021-02-25T03:19:36.536Z] #12 118.1 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-02-25T03:19:36.536Z] #12 118.2 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-02-25T03:19:36.536Z] #12 118.2 Setting up dmsetup (2:1.02.155-3) ... [2021-02-25T03:19:36.536Z] #12 118.2 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-02-25T03:19:36.536Z] #12 118.2 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-02-25T03:19:36.536Z] #12 118.2 Processing triggers for libc-bin (2.28-10) ... [2021-02-25T03:19:36.544Z] #42 26.31 CC images/pipe.o [2021-02-25T03:19:36.807Z] #42 26.51 CC images/tcp-stream.o [2021-02-25T03:19:37.069Z] #42 26.84 CC images/sk-packet.o [2021-02-25T03:19:37.413Z] #13 DONE 2.2s [2021-02-25T03:19:37.413Z] [2021-02-25T03:19:37.413Z] #23 [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-02-25T03:19:37.413Z] #23 sha256:b6f757430588f2eb65332387809d416151bde50c337177526c6d4929e9a481d7 [2021-02-25T03:19:37.452Z] #43 69.33 LINK criu/pie/parasite.built-in.o [2021-02-25T03:19:37.452Z] #43 69.34 GEN criu/pie/parasite-blob.h [2021-02-25T03:19:37.452Z] #43 69.39 CC criu/pie/parasite-vdso.o [2021-02-25T03:19:37.643Z] #42 27.26 CC images/mnt.o [2021-02-25T03:19:37.643Z] #42 27.50 CC images/pipe-data.o [2021-02-25T03:19:37.905Z] #42 27.71 CC images/sa.o [2021-02-25T03:19:37.905Z] #42 27.90 CC images/timer.o [2021-02-25T03:19:37.908Z] #12 DONE 119.6s [2021-02-25T03:19:37.908Z] [2021-02-25T03:19:37.908Z] #42 [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-02-25T03:19:37.908Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:19:37.908Z] #42 37.73 CC images/google/protobuf/descriptor.o [2021-02-25T03:19:37.908Z] #42 39.14 CC images/opts.o [2021-02-25T03:19:37.908Z] #42 39.42 CC images/seccomp.o [2021-02-25T03:19:37.908Z] #42 39.63 CC images/binfmt-misc.o [2021-02-25T03:19:37.908Z] #42 39.81 CC images/time.o [2021-02-25T03:19:37.908Z] #42 39.96 CC images/sysctl.o [2021-02-25T03:19:37.908Z] #42 40.13 CC images/autofs.o [2021-02-25T03:19:37.908Z] #42 40.37 CC images/macvlan.o [2021-02-25T03:19:37.908Z] #42 40.60 CC images/sit.o [2021-02-25T03:19:37.908Z] #42 40.77 CC images/memfd.o [2021-02-25T03:19:37.908Z] #42 41.02 CC images/timens.o [2021-02-25T03:19:37.908Z] #42 41.28 LINK images/built-in.o [2021-02-25T03:19:37.908Z] #42 41.46 GEN compel/include/asm [2021-02-25T03:19:37.908Z] #42 41.48 GEN compel/include/version.h [2021-02-25T03:19:37.908Z] #42 41.51 touch .config [2021-02-25T03:19:37.908Z] #42 41.56 GEN include/common/config.h [2021-02-25T03:19:37.908Z] #42 41.64 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2021-02-25T03:19:37.908Z] #42 41.67 GEN compel/plugins/include/uapi/std/syscall-64.h [2021-02-25T03:19:37.908Z] #42 41.69 GEN compel/arch/x86/plugins/std/syscalls-64.S [2021-02-25T03:19:37.908Z] #42 41.70 DEP compel/arch/x86/plugins/std/syscalls-64.d [2021-02-25T03:19:37.908Z] #42 41.72 DEP compel/arch/x86/plugins/std/memcpy.d [2021-02-25T03:19:37.908Z] #42 41.74 DEP compel/arch/x86/plugins/std/parasite-head.d [2021-02-25T03:19:37.908Z] #42 41.76 GEN compel/plugins/include/uapi/std/syscall.h [2021-02-25T03:19:37.908Z] #42 41.78 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2021-02-25T03:19:37.908Z] #42 41.80 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-02-25T03:19:37.908Z] #42 41.82 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-02-25T03:19:37.908Z] #42 41.83 DEP compel/plugins/std/infect.d [2021-02-25T03:19:37.908Z] #42 41.95 DEP compel/plugins/std/string.d [2021-02-25T03:19:37.908Z] #42 42.06 DEP compel/plugins/std/log.d [2021-02-25T03:19:37.908Z] #42 42.14 DEP compel/plugins/std/fds.d [2021-02-25T03:19:37.908Z] #42 42.22 DEP compel/plugins/std/std.d [2021-02-25T03:19:37.908Z] #42 42.32 DEP compel/plugins/shmem/shmem.d [2021-02-25T03:19:37.908Z] #42 42.40 DEP compel/plugins/fds/fds.d [2021-02-25T03:19:37.908Z] #42 42.54 CC compel/plugins/std/std.o [2021-02-25T03:19:37.908Z] #42 42.96 CC compel/plugins/std/fds.o [2021-02-25T03:19:37.908Z] #42 43.33 CC compel/plugins/std/log.o [2021-02-25T03:19:37.908Z] #42 44.13 CC compel/plugins/std/string.o [2021-02-25T03:19:37.908Z] #42 44.81 CC compel/plugins/std/infect.o [2021-02-25T03:19:37.908Z] #42 45.21 CC compel/arch/x86/plugins/std/parasite-head.o [2021-02-25T03:19:37.908Z] #42 45.27 CC compel/arch/x86/plugins/std/memcpy.o [2021-02-25T03:19:37.908Z] #42 45.33 CC compel/arch/x86/plugins/std/syscalls-64.o [2021-02-25T03:19:37.908Z] #42 45.41 AR compel/plugins/std.lib.a [2021-02-25T03:19:37.908Z] #42 45.51 CC compel/plugins/fds/fds.o [2021-02-25T03:19:37.908Z] #42 45.82 AR compel/plugins/fds.lib.a [2021-02-25T03:19:37.908Z] #42 45.90 HOSTDEP compel/src/lib/log-host.d [2021-02-25T03:19:37.908Z] #42 46.02 HOSTDEP compel/src/lib/handle-elf-host.d [2021-02-25T03:19:37.908Z] #42 46.18 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2021-02-25T03:19:37.908Z] #42 46.24 HOSTDEP compel/src/main-host.d [2021-02-25T03:19:37.908Z] #42 46.31 DEP compel/src/lib/ptrace.d [2021-02-25T03:19:37.908Z] #42 46.40 DEP compel/src/lib/infect.d [2021-02-25T03:19:37.908Z] #42 46.56 DEP compel/src/lib/infect-util.d [2021-02-25T03:19:37.908Z] #42 46.65 DEP compel/src/lib/infect-rpc.d [2021-02-25T03:19:37.908Z] #42 46.72 DEP compel/arch/x86/src/lib/infect.d [2021-02-25T03:19:37.908Z] #42 46.83 DEP compel/arch/x86/src/lib/cpu.d [2021-02-25T03:19:37.908Z] #42 46.89 DEP compel/src/lib/log.d [2021-02-25T03:19:37.908Z] #42 47.01 DEP compel/src/main.d [2021-02-25T03:19:37.908Z] #42 47.07 DEP compel/src/lib/handle-elf.d [2021-02-25T03:19:37.908Z] #42 47.15 DEP compel/arch/x86/src/lib/handle-elf.d [2021-02-25T03:19:37.908Z] #42 47.22 CC compel/src/lib/log.o [2021-02-25T03:19:37.908Z] #42 ... [2021-02-25T03:19:37.908Z] [2021-02-25T03:19:37.908Z] #52 [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-02-25T03:19:37.908Z] #52 sha256:3fe57bfa28b350c60405ce7bf0a141c4d075a9bcd94054537227a7b704fa0bd8 [2021-02-25T03:19:38.145Z] #43 ... [2021-02-25T03:19:38.145Z] [2021-02-25T03:19:38.145Z] #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-02-25T03:19:38.145Z] #20 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-02-25T03:19:38.145Z] #20 12.06 Fetched 8197 kB in 11s (714 kB/s) [2021-02-25T03:19:38.145Z] #20 12.06 Reading package lists... [2021-02-25T03:19:38.145Z] #20 17.05 Reading package lists... [2021-02-25T03:19:38.145Z] #20 21.02 Building dependency tree... [2021-02-25T03:19:38.454Z] #20 22.32 libcap2-bin is already the newest version (1:2.25-2). [2021-02-25T03:19:38.454Z] #20 22.32 The following additional packages will be installed: [2021-02-25T03:19:38.454Z] #20 ... [2021-02-25T03:19:38.454Z] [2021-02-25T03:19:38.455Z] #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-02-25T03:19:38.455Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-25T03:19:38.455Z] #43 70.28 CC criu/arch/ppc64/vdso-pie.o [2021-02-25T03:19:38.478Z] #42 28.23 CC images/timerfd.o [2021-02-25T03:19:38.740Z] #42 28.42 CC images/mm.o [2021-02-25T03:19:38.757Z] #43 70.72 CC criu/arch/ppc64/restorer.o [2021-02-25T03:19:38.840Z] #52 ... [2021-02-25T03:19:38.840Z] [2021-02-25T03:19:38.840Z] #57 [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-02-25T03:19:38.840Z] #57 sha256:527213be96c710e2667c1aab01a316fbfabc6844aebb6fb934ed7cdce9b7042a [2021-02-25T03:19:38.840Z] #57 112.6 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-25T03:19:38.840Z] #57 112.6 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-02-25T03:19:38.840Z] #57 DONE 120.5s [2021-02-25T03:19:38.840Z] [2021-02-25T03:19:38.840Z] #44 [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-02-25T03:19:38.840Z] #44 sha256:9c1c894d71924ba5495f24b060df116fd97fd016d241f3cd58c535b197cc6e71 [2021-02-25T03:19:38.840Z] #44 120.5 net/http/httptrace [2021-02-25T03:19:38.840Z] #44 120.7 net/http [2021-02-25T03:19:39.003Z] #42 28.71 CC images/sk-opts.o [2021-02-25T03:19:39.003Z] #42 28.87 CC images/sk-unix.o [2021-02-25T03:19:39.097Z] #44 ... [2021-02-25T03:19:39.097Z] [2021-02-25T03:19:39.097Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-02-25T03:19:39.097Z] #58 sha256:94ce7fc34be05199ce2191b609b1e863f5f8c56a17ff8b9b68318236d58729be [2021-02-25T03:19:39.097Z] #58 DONE 0.3s [2021-02-25T03:19:39.273Z] #23 122.5 Checking out files: 25% (2865/11189) Checking out files: 26% (2910/11189) Checking out files: 27% (3022/11189) Checking out files: 28% (3133/11189) Checking out files: 29% (3245/11189) Checking out files: 30% (3357/11189) Checking out files: 31% (3469/11189) Checking out files: 32% (3581/11189) Checking out files: 33% (3693/11189) Checking out files: 34% (3805/11189) Checking out files: 35% (3917/11189) Checking out files: 36% (4029/11189) Checking out files: 37% (4140/11189) Checking out files: 38% (4252/11189) Checking out files: 39% (4364/11189) Checking out files: 40% (4476/11189) Checking out files: 41% (4588/11189) Checking out files: 42% (4700/11189) Checking out files: 43% (4812/11189) Checking out files: 44% (4924/11189) Checking out files: 45% (5036/11189) Checking out files: 46% (5147/11189) Checking out files: 47% (5259/11189) Checking out files: 48% (5371/11189) Checking out files: 49% (5483/11189) Checking out files: 50% (5595/11189) Checking out files: 51% (5707/11189) Checking out files: 51% (5783/11189) Checking out files: 52% (5819/11189) Checking out files: 53% (5931/11189) Checking out files: 54% (6043/11189) Checking out files: 55% (6154/11189) Checking out files: 56% (6266/11189) Checking out files: 57% (6378/11189) Checking out files: 58% (6490/11189) Checking out files: 59% (6602/11189) Checking out files: 60% (6714/11189) Checking out files: 61% (6826/11189) Checking out files: 62% (6938/11189) Checking out files: 63% (7050/11189) Checking out files: 64% (7161/11189) Checking out files: 65% (7273/11189) Checking out files: 66% (7385/11189) Checking out files: 67% (7497/11189) Checking out files: 68% (7609/11189) Checking out files: 69% (7721/11189) Checking out files: 70% (7833/11189) Checking out files: 71% (7945/11189) Checking out files: 72% (8057/11189) Checking out files: 73% (8168/11189) Checking out files: 74% (8280/11189) Checking out files: 75% (8392/11189) Checking out files: 76% (8504/11189) Checking out files: 76% (8520/11189) Checking out files: 77% (8616/11189) Checking out files: 78% (8728/11189) Checking out files: 79% (8840/11189) Checking out files: 80% (8952/11189) Checking out files: 81% (9064/11189) Checking out files: 82% (9175/11189) Checking out files: 83% (9287/11189) Checking out files: 84% (9399/11189) Checking out files: 85% (9511/11189) Checking out files: 86% (9623/11189) Checking out files: 87% (9735/11189) Checking out files: 88% (9847/11189) Checking out files: 89% (9959/11189) Checking out files: 90% (10071/11189) Checking out files: 91% (10182/11189) Checking out files: 92% (10294/11189) Checking out files: 93% (10406/11189) Checking out files: 94% (10518/11189) Checking out files: 95% (10630/11189) Checking out files: 96% (10742/11189) Checking out files: 97% (10854/11189) Checking out files: 98% (10966/11189) Checking out files: 99% (11078/11189) Checking out files: 100% (11189/11189) Checking out files: 100% (11189/11189), done. [2021-02-25T03:19:39.273Z] #23 125.4 + cd /tmp/tmp.BTLLp9Q6aU/tmp/docker-ce [2021-02-25T03:19:39.355Z] [2021-02-25T03:19:39.355Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-02-25T03:19:39.355Z] #59 sha256:c55d00206d1f946afc5c206d52ec9a1e270e1a6e140379b3442ab5571f8929de [2021-02-25T03:19:39.355Z] #59 DONE 0.2s [2021-02-25T03:19:39.355Z] [2021-02-25T03:19:39.355Z] #42 [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-02-25T03:19:39.355Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:19:39.355Z] #42 47.55 CC compel/arch/x86/src/lib/cpu.o [2021-02-25T03:19:39.355Z] #42 48.40 CC compel/arch/x86/src/lib/infect.o [2021-02-25T03:19:39.419Z] #43 71.19 CC criu/arch/ppc64/vdso-trampoline.o [2021-02-25T03:19:39.419Z] #43 71.22 CC criu/pie/restorer.o [2021-02-25T03:19:39.539Z] #23 125.4 + git checkout -q v17.06.2-ce [2021-02-25T03:19:39.577Z] #42 29.26 CC images/sk-inet.o [2021-02-25T03:19:39.806Z] #23 ... [2021-02-25T03:19:39.806Z] [2021-02-25T03:19:39.806Z] #14 [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-02-25T03:19:39.806Z] #14 sha256:b0628dda7da84e32d5a5d214281ecebf965c5f7d2d2e684d31f49f89636c78be [2021-02-25T03:19:39.806Z] #14 DONE 2.3s [2021-02-25T03:19:39.839Z] #42 29.61 CC images/tun.o [2021-02-25T03:19:39.920Z] #42 49.20 CC compel/src/lib/infect-rpc.o [2021-02-25T03:19:40.071Z] [2021-02-25T03:19:40.071Z] #42 [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-02-25T03:19:40.071Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-25T03:19:40.071Z] #42 39.22 CC images/sit.o [2021-02-25T03:19:40.071Z] #42 39.55 CC images/memfd.o [2021-02-25T03:19:40.071Z] #42 39.90 CC images/timens.o [2021-02-25T03:19:40.071Z] #42 40.17 LINK images/built-in.o [2021-02-25T03:19:40.071Z] #42 40.39 GEN compel/include/asm [2021-02-25T03:19:40.071Z] #42 40.48 GEN compel/include/version.h [2021-02-25T03:19:40.071Z] #42 40.50 touch .config [2021-02-25T03:19:40.071Z] #42 40.55 GEN include/common/config.h [2021-02-25T03:19:40.071Z] #42 40.63 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-02-25T03:19:40.071Z] #42 40.64 GEN compel/arch/aarch64/plugins/std/syscalls/syscalls.S [2021-02-25T03:19:40.071Z] #42 40.68 DEP compel/arch/aarch64/plugins/std/syscalls/syscalls.d [2021-02-25T03:19:40.071Z] #42 40.71 DEP compel/arch/aarch64/plugins/std/parasite-head.d [2021-02-25T03:19:40.071Z] #42 40.73 DEP compel/plugins/std/infect.d [2021-02-25T03:19:40.071Z] #42 40.85 DEP compel/plugins/std/string.d [2021-02-25T03:19:40.071Z] #42 41.03 DEP compel/plugins/std/log.d [2021-02-25T03:19:40.071Z] #42 41.10 DEP compel/plugins/std/fds.d [2021-02-25T03:19:40.071Z] #42 41.15 DEP compel/plugins/std/std.d [2021-02-25T03:19:40.071Z] #42 41.20 DEP compel/plugins/shmem/shmem.d [2021-02-25T03:19:40.071Z] #42 41.34 DEP compel/plugins/fds/fds.d [2021-02-25T03:19:40.071Z] #42 41.59 CC compel/plugins/std/std.o [2021-02-25T03:19:40.071Z] #42 41.93 CC compel/plugins/std/fds.o [2021-02-25T03:19:40.071Z] #42 42.22 CC compel/plugins/std/log.o [2021-02-25T03:19:40.071Z] #42 42.82 CC compel/plugins/std/string.o [2021-02-25T03:19:40.071Z] #42 43.37 CC compel/plugins/std/infect.o [2021-02-25T03:19:40.071Z] #42 43.78 CC compel/arch/aarch64/plugins/std/parasite-head.o [2021-02-25T03:19:40.071Z] #42 43.86 CC compel/arch/aarch64/plugins/std/syscalls/syscalls.o [2021-02-25T03:19:40.101Z] #42 29.85 CC images/sk-netlink.o [2021-02-25T03:19:40.177Z] #42 49.54 CC compel/src/lib/infect-util.o [2021-02-25T03:19:40.337Z] #42 43.94 AR compel/plugins/std.lib.a [2021-02-25T03:19:40.337Z] #42 44.01 CC compel/plugins/fds/fds.o [2021-02-25T03:19:40.363Z] #42 30.13 CC images/packet-sock.o [2021-02-25T03:19:40.435Z] #42 49.74 CC compel/src/lib/infect.o [2021-02-25T03:19:40.602Z] #42 44.17 AR compel/plugins/fds.lib.a [2021-02-25T03:19:40.602Z] #42 44.25 HOSTDEP compel/src/lib/log-host.d [2021-02-25T03:19:40.602Z] #42 44.35 HOSTDEP compel/src/lib/handle-elf-host.d [2021-02-25T03:19:40.625Z] #42 30.53 CC images/ipc-var.o [2021-02-25T03:19:40.868Z] #42 44.56 HOSTDEP compel/arch/aarch64/src/lib/handle-elf-host.d [2021-02-25T03:19:40.868Z] #42 44.64 HOSTDEP compel/src/main-host.d [2021-02-25T03:19:40.868Z] #42 44.69 DEP compel/src/lib/ptrace.d [2021-02-25T03:19:40.888Z] #42 30.79 CC images/ipc-desc.o [2021-02-25T03:19:41.134Z] #42 44.75 DEP compel/src/lib/infect.d [2021-02-25T03:19:41.134Z] #42 44.87 DEP compel/src/lib/infect-util.d [2021-02-25T03:19:41.150Z] #42 31.02 CC images/ipc-shm.o [2021-02-25T03:19:41.400Z] #42 45.02 DEP compel/src/lib/infect-rpc.d [2021-02-25T03:19:41.400Z] #42 ... [2021-02-25T03:19:41.400Z] [2021-02-25T03:19:41.400Z] #15 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-02-25T03:19:41.400Z] #15 sha256:32f6cc3ae9f58f5f089f3ea1f950a58492e7d9d8c82f02929abf8033cd75cd45 [2021-02-25T03:19:41.400Z] #15 1.391 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-02-25T03:19:41.400Z] #15 DONE 1.8s [2021-02-25T03:19:41.400Z] [2021-02-25T03:19:41.400Z] #42 [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-02-25T03:19:41.400Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-25T03:19:41.400Z] #42 45.15 DEP compel/arch/aarch64/src/lib/infect.d [2021-02-25T03:19:41.400Z] #42 45.22 DEP compel/arch/aarch64/src/lib/cpu.d [2021-02-25T03:19:41.400Z] #42 45.25 DEP compel/src/lib/log.d [2021-02-25T03:19:41.400Z] #42 ... [2021-02-25T03:19:41.400Z] [2021-02-25T03:19:41.400Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-02-25T03:19:41.400Z] #16 sha256:9cb04e72ef9a04b0f4bfc192576234c11f69ea05edf915c6cc3526012abfec52 [2021-02-25T03:19:41.412Z] #42 31.19 CC images/ipc-msg.o [2021-02-25T03:19:41.674Z] #42 31.44 CC images/ipc-sem.o [2021-02-25T03:19:41.674Z] #42 31.65 CC images/utsns.o [2021-02-25T03:19:42.264Z] #42 31.81 CC images/creds.o [2021-02-25T03:19:42.264Z] #42 32.09 CC images/vma.o [2021-02-25T03:19:42.389Z] #42 51.84 CC compel/src/lib/ptrace.o [2021-02-25T03:19:42.532Z] #42 32.32 CC images/netdev.o [2021-02-25T03:19:42.647Z] #42 ... [2021-02-25T03:19:42.647Z] [2021-02-25T03:19:42.647Z] #13 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-02-25T03:19:42.647Z] #13 sha256:5d93c16b11b4fa823b774777222a562901bea96919d6b4f99bcfab4a0637fb25 [2021-02-25T03:19:42.647Z] #13 DONE 4.9s [2021-02-25T03:19:42.905Z] [2021-02-25T03:19:42.905Z] #42 [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-02-25T03:19:42.905Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:19:42.905Z] #42 52.28 AR compel/libcompel.a [2021-02-25T03:19:43.046Z] #43 74.90 LINK criu/pie/restorer.built-in.o [2021-02-25T03:19:43.046Z] #43 74.91 GEN criu/pie/restorer-blob.h [2021-02-25T03:19:43.128Z] #42 32.73 CC images/tty.o [2021-02-25T03:19:43.162Z] #42 52.39 HOSTCC compel/src/main-host.o [2021-02-25T03:19:43.343Z] #16 DONE 1.7s [2021-02-25T03:19:43.343Z] [2021-02-25T03:19:43.343Z] #42 [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-02-25T03:19:43.343Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-25T03:19:43.343Z] #42 45.36 DEP compel/src/main.d [2021-02-25T03:19:43.343Z] #42 45.50 DEP compel/src/lib/handle-elf.d [2021-02-25T03:19:43.343Z] #42 45.69 DEP compel/arch/aarch64/src/lib/handle-elf.d [2021-02-25T03:19:43.343Z] #42 45.82 CC compel/src/lib/log.o [2021-02-25T03:19:43.343Z] #42 46.03 CC compel/arch/aarch64/src/lib/cpu.o [2021-02-25T03:19:43.343Z] #42 46.24 CC compel/arch/aarch64/src/lib/infect.o [2021-02-25T03:19:43.343Z] #42 46.60 CC compel/src/lib/infect-rpc.o [2021-02-25T03:19:43.343Z] #42 46.84 CC compel/src/lib/infect-util.o [2021-02-25T03:19:43.343Z] #42 47.04 CC compel/src/lib/infect.o [2021-02-25T03:19:43.346Z] #43 75.09 DEP criu/vdso.d [2021-02-25T03:19:43.346Z] #43 75.34 DEP criu/uts_ns.d [2021-02-25T03:19:43.395Z] #42 33.28 CC images/file-lock.o [2021-02-25T03:19:43.420Z] #42 52.66 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2021-02-25T03:19:43.420Z] #42 52.82 HOSTCC compel/src/lib/handle-elf-host.o [2021-02-25T03:19:43.647Z] #43 75.53 DEP criu/util.d [2021-02-25T03:19:43.661Z] #42 33.51 CC images/rlimit.o [2021-02-25T03:19:43.926Z] #42 33.68 CC images/pagemap.o [2021-02-25T03:19:43.948Z] #43 75.87 DEP criu/uffd.d [2021-02-25T03:19:43.984Z] #42 53.18 HOSTCC compel/src/lib/log-host.o [2021-02-25T03:19:44.188Z] #42 34.00 CC images/siginfo.o [2021-02-25T03:19:44.242Z] #42 53.44 HOSTLINK compel/compel-host-bin [2021-02-25T03:19:44.242Z] #42 53.57 DEP soccr/soccr.d [2021-02-25T03:19:44.251Z] #43 ... [2021-02-25T03:19:44.251Z] [2021-02-25T03:19:44.251Z] #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-02-25T03:19:44.251Z] #20 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-02-25T03:19:44.251Z] #20 22.32 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-02-25T03:19:44.251Z] #20 22.32 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-02-25T03:19:44.251Z] #20 22.33 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-02-25T03:19:44.251Z] #20 22.33 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-02-25T03:19:44.251Z] #20 22.33 python3.7 python3.7-minimal vim-runtime xxd [2021-02-25T03:19:44.251Z] #20 22.33 Suggested packages: [2021-02-25T03:19:44.251Z] #20 22.33 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-02-25T03:19:44.251Z] #20 22.33 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-02-25T03:19:44.251Z] #20 22.33 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-02-25T03:19:44.251Z] #20 22.33 Recommended packages: [2021-02-25T03:19:44.251Z] #20 22.33 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-02-25T03:19:44.251Z] #20 22.33 python3-keyrings.alt python3-xdg unzip [2021-02-25T03:19:44.251Z] #20 24.59 The following NEW packages will be installed: [2021-02-25T03:19:44.251Z] #20 24.59 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-02-25T03:19:44.251Z] #20 24.59 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-02-25T03:19:44.251Z] #20 24.60 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-02-25T03:19:44.251Z] #20 24.60 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-02-25T03:19:44.251Z] #20 24.60 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-02-25T03:19:44.251Z] #20 24.60 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-02-25T03:19:44.251Z] #20 24.60 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-02-25T03:19:44.251Z] #20 24.60 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-02-25T03:19:44.251Z] #20 24.60 xz-utils zip [2021-02-25T03:19:44.251Z] #20 24.72 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded. [2021-02-25T03:19:44.251Z] #20 24.72 Need to get 29.2 MB of archives. [2021-02-25T03:19:44.251Z] #20 24.72 After this operation, 134 MB of additional disk space will be used. [2021-02-25T03:19:44.251Z] #20 24.72 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el pigz ppc64el 2.4-1 [53.3 kB] [2021-02-25T03:19:44.251Z] #20 24.74 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-minimal ppc64el 3.7.3-2+deb10u2 [593 kB] [2021-02-25T03:19:44.251Z] #20 24.79 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7-minimal ppc64el 3.7.3-2+deb10u2 [2023 kB] [2021-02-25T03:19:44.251Z] #20 24.99 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-minimal ppc64el 3.7.3-1 [36.6 kB] [2021-02-25T03:19:44.251Z] #20 24.99 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libmpdec2 ppc64el 2.4.2-2 [84.6 kB] [2021-02-25T03:19:44.251Z] #20 25.01 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-stdlib ppc64el 3.7.3-2+deb10u2 [1794 kB] [2021-02-25T03:19:44.251Z] #20 25.12 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7 ppc64el 3.7.3-2+deb10u2 [330 kB] [2021-02-25T03:19:44.251Z] #20 25.14 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3-stdlib ppc64el 3.7.3-1 [20.0 kB] [2021-02-25T03:19:44.251Z] #20 25.15 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3 ppc64el 3.7.3-1 [61.5 kB] [2021-02-25T03:19:44.251Z] #20 25.15 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip4tc0 ppc64el 1.8.2-4 [73.3 kB] [2021-02-25T03:19:44.251Z] #20 25.16 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip6tc0 ppc64el 1.8.2-4 [73.7 kB] [2021-02-25T03:19:44.251Z] #20 25.17 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libiptc0 ppc64el 1.8.2-4 [59.8 kB] [2021-02-25T03:19:44.251Z] #20 25.17 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnfnetlink0 ppc64el 1.0.1-3+b1 [12.8 kB] [2021-02-25T03:19:44.251Z] #20 25.18 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.7-1 [38.8 kB] [2021-02-25T03:19:44.251Z] #20 25.18 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnftnl11 ppc64el 1.1.2-2 [61.5 kB] [2021-02-25T03:19:44.251Z] #20 25.19 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el iptables ppc64el 1.8.2-4 [437 kB] [2021-02-25T03:19:44.251Z] #20 25.23 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2021-02-25T03:19:44.251Z] #20 25.23 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2021-02-25T03:19:44.251Z] #20 25.24 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bash-completion all 1:2.8-6 [208 kB] [2021-02-25T03:19:44.251Z] #20 25.26 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bzip2 ppc64el 1.0.6-9.2~deb10u1 [49.7 kB] [2021-02-25T03:19:44.251Z] #20 25.26 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xz-utils ppc64el 5.2.4-1 [186 kB] [2021-02-25T03:19:44.251Z] #20 25.28 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el apparmor ppc64el 2.13.2-10 [584 kB] [2021-02-25T03:19:44.251Z] #20 25.34 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el aufs-tools ppc64el 1:4.14+20190211-1 [107 kB] [2021-02-25T03:19:44.251Z] #20 25.34 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2021-02-25T03:19:44.251Z] #20 25.35 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2021-02-25T03:19:44.251Z] #20 25.36 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2021-02-25T03:19:44.251Z] #20 25.38 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libaio1 ppc64el 0.3.112-3 [11.6 kB] [2021-02-25T03:19:44.251Z] #20 25.38 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libgpm2 ppc64el 1.20.7-5 [35.4 kB] [2021-02-25T03:19:44.251Z] #20 25.38 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2021-02-25T03:19:44.251Z] #20 25.94 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2021-02-25T03:19:44.251Z] #20 25.94 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2021-02-25T03:19:44.251Z] #20 25.94 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2021-02-25T03:19:44.251Z] #20 25.95 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b13 [129 kB] [2021-02-25T03:19:44.251Z] #20 25.96 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el net-tools ppc64el 1.60+git20180626.aebd88e-1 [265 kB] [2021-02-25T03:19:44.251Z] #20 25.98 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pip-whl all 18.1-5 [1591 kB] [2021-02-25T03:19:44.251Z] #20 26.08 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-02-25T03:19:44.251Z] #20 26.09 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-distutils all 3.7.3-1 [142 kB] [2021-02-25T03:19:44.251Z] #20 26.11 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pip all 18.1-5 [171 kB] [2021-02-25T03:19:44.251Z] #20 26.12 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pkg-resources all 40.8.0-1 [153 kB] [2021-02-25T03:19:44.251Z] #20 26.13 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-setuptools all 40.8.0-1 [306 kB] [2021-02-25T03:19:44.251Z] #20 26.15 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-wheel all 0.32.3-2 [19.4 kB] [2021-02-25T03:19:44.251Z] #20 26.15 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el sudo ppc64el 1.8.27-1+deb10u3 [1230 kB] [2021-02-25T03:19:44.251Z] #20 26.24 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el thin-provisioning-tools ppc64el 0.7.6-2.1 [350 kB] [2021-02-25T03:19:44.251Z] #20 26.28 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el uidmap ppc64el 1:4.5-1.1 [261 kB] [2021-02-25T03:19:44.251Z] #20 26.31 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-02-25T03:19:44.251Z] #20 26.64 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim ppc64el 2:8.1.0875-5 [1346 kB] [2021-02-25T03:19:44.251Z] #20 26.71 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xfsprogs ppc64el 4.20.0-1 [961 kB] [2021-02-25T03:19:44.251Z] #20 26.77 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2021-02-25T03:19:44.251Z] #20 27.72 debconf: delaying package configuration, since apt-utils is not installed [2021-02-25T03:19:44.251Z] #20 27.90 Fetched 29.2 MB in 2s (13.8 MB/s) [2021-02-25T03:19:44.251Z] #20 27.97 Selecting previously unselected package pigz. [2021-02-25T03:19:44.251Z] #20 27.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 ... 23361 files and directories currently installed.) [2021-02-25T03:19:44.251Z] #20 28.07 Preparing to unpack .../pigz_2.4-1_ppc64el.deb ... [2021-02-25T03:19:44.251Z] #20 28.07 Unpacking pigz (2.4-1) ... [2021-02-25T03:19:44.449Z] #42 34.25 CC images/rpc.o [2021-02-25T03:19:44.499Z] #42 53.71 CC soccr/soccr.o [2021-02-25T03:19:44.560Z] #20 28.19 Selecting previously unselected package libpython3.7-minimal:ppc64el. [2021-02-25T03:19:44.560Z] #20 28.20 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ... [2021-02-25T03:19:44.560Z] #20 28.20 Unpacking libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ... [2021-02-25T03:19:44.860Z] #20 28.69 Selecting previously unselected package python3.7-minimal. [2021-02-25T03:19:44.860Z] #20 28.70 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ... [2021-02-25T03:19:44.860Z] #20 28.71 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-25T03:19:45.284Z] #42 ... [2021-02-25T03:19:45.284Z] [2021-02-25T03:19:45.284Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-02-25T03:19:45.284Z] #17 sha256:f675607c515653c7bef5a9539c0ba98c237e0ad89b1b5f56bc801ffac0555ef7 [2021-02-25T03:19:45.284Z] #17 DONE 1.7s [2021-02-25T03:19:45.284Z] [2021-02-25T03:19:45.284Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2021-02-25T03:19:45.284Z] #18 sha256:d30e02ac8b6e2e6d6a59961b4803a4d076ab9c882cdb8140a846da750eaa758f [2021-02-25T03:19:45.284Z] #18 ... [2021-02-25T03:19:45.284Z] [2021-02-25T03:19:45.284Z] #52 [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-02-25T03:19:45.284Z] #52 sha256:94863752155f96e03317bccdb18e551b489c353de57fa415ac28f369db0d21a0 [2021-02-25T03:19:45.284Z] #52 1.701 + RM_GOPATH=0 [2021-02-25T03:19:45.284Z] #52 1.701 + TMP_GOPATH= [2021-02-25T03:19:45.284Z] #52 1.701 + : /build [2021-02-25T03:19:45.284Z] #52 1.701 + '[' -z '' ']' [2021-02-25T03:19:45.284Z] #52 1.701 ++ mktemp -d [2021-02-25T03:19:45.284Z] #52 1.705 + export GOPATH=/tmp/tmp.OKKKCVeAsb [2021-02-25T03:19:45.284Z] #52 1.705 + GOPATH=/tmp/tmp.OKKKCVeAsb [2021-02-25T03:19:45.284Z] #52 1.705 + RM_GOPATH=1 [2021-02-25T03:19:45.284Z] #52 1.705 + case "$(go env GOARCH)" in [2021-02-25T03:19:45.284Z] #52 1.709 ++ go env GOARCH [2021-02-25T03:19:45.284Z] #52 1.727 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:19:45.284Z] #52 1.733 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:19:45.284Z] #52 1.733 ++ dirname /tmp/install/install.sh [2021-02-25T03:19:45.284Z] #52 1.735 + dir=/tmp/install [2021-02-25T03:19:45.284Z] #52 1.735 + bin=runc [2021-02-25T03:19:45.284Z] #52 1.735 + shift [2021-02-25T03:19:45.284Z] #52 1.736 + '[' '!' -f /tmp/install/runc.installer ']' [2021-02-25T03:19:45.284Z] #52 1.736 + . /tmp/install/runc.installer [2021-02-25T03:19:45.284Z] #52 1.736 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-02-25T03:19:45.284Z] #52 1.736 + install_runc [2021-02-25T03:19:45.284Z] #52 1.737 + uname -r [2021-02-25T03:19:45.284Z] #52 1.737 + grep -q '^3\.10\.0.*\.el7\.' [2021-02-25T03:19:45.284Z] #52 1.741 + RUNC_BUILDTAGS='seccomp ' [2021-02-25T03:19:45.284Z] #52 1.741 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-02-25T03:19:45.284Z] #52 1.741 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-02-25T03:19:45.284Z] #52 1.741 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.OKKKCVeAsb/src/github.com/opencontainers/runc [2021-02-25T03:19:45.284Z] #52 1.745 Cloning into '/tmp/tmp.OKKKCVeAsb/src/github.com/opencontainers/runc'... [2021-02-25T03:19:45.284Z] #52 6.895 + cd /tmp/tmp.OKKKCVeAsb/src/github.com/opencontainers/runc [2021-02-25T03:19:45.284Z] #52 6.895 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-02-25T03:19:45.284Z] #52 6.949 + '[' -z '' ']' [2021-02-25T03:19:45.284Z] #52 6.950 + target=static [2021-02-25T03:19:45.284Z] #52 6.951 + make 'BUILDTAGS=seccomp ' static [2021-02-25T03:19:45.284Z] #52 7.154 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-02-25T03:19:45.394Z] #42 35.29 CC images/ext-file.o [2021-02-25T03:19:45.550Z] #52 ... [2021-02-25T03:19:45.550Z] [2021-02-25T03:19:45.550Z] #42 [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-02-25T03:19:45.550Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-25T03:19:45.550Z] #42 49.05 CC compel/src/lib/ptrace.o [2021-02-25T03:19:45.656Z] #42 35.49 CC images/cgroup.o [2021-02-25T03:19:45.816Z] #42 49.50 AR compel/libcompel.a [2021-02-25T03:19:45.870Z] #42 55.10 AR soccr/libsoccr.a [2021-02-25T03:19:45.870Z] #42 55.13 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-25T03:19:45.943Z] #20 29.94 Setting up libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ... [2021-02-25T03:19:46.082Z] #42 49.63 HOSTCC compel/src/main-host.o [2021-02-25T03:19:46.128Z] #42 55.58 DEP criu/arch/x86/sigframe.d [2021-02-25T03:19:46.228Z] #42 36.14 CC images/userns.o [2021-02-25T03:19:46.245Z] #20 29.95 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-25T03:19:46.351Z] #42 50.06 HOSTCC compel/arch/aarch64/src/lib/handle-elf-host.o [2021-02-25T03:19:46.385Z] #42 55.77 DEP criu/arch/x86/sigaction_compat.d [2021-02-25T03:19:46.385Z] #42 55.88 DEP criu/arch/x86/kerndat.d [2021-02-25T03:19:46.494Z] #42 36.37 CC images/google/protobuf/descriptor.o [2021-02-25T03:19:46.617Z] #42 50.31 HOSTCC compel/src/lib/handle-elf-host.o [2021-02-25T03:19:46.643Z] #42 56.03 DEP criu/arch/x86/crtools.d [2021-02-25T03:19:46.643Z] #42 56.17 DEP criu/arch/x86/cpu.d [2021-02-25T03:19:46.882Z] #42 50.67 HOSTCC compel/src/lib/log-host.o [2021-02-25T03:19:46.898Z] #20 ... [2021-02-25T03:19:46.898Z] [2021-02-25T03:19:46.898Z] #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-02-25T03:19:46.898Z] #58 sha256:31990b4353000e6f8d05f0a5000cf150bd203eb6802ba8a2b89542ba429ce0b6 [2021-02-25T03:19:46.898Z] #58 145.9 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-25T03:19:46.898Z] #58 145.9 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-02-25T03:19:46.900Z] #42 56.36 CC criu/arch/x86/cpu.o [2021-02-25T03:19:47.149Z] #42 50.84 HOSTLINK compel/compel-host-bin [2021-02-25T03:19:47.149Z] #42 ... [2021-02-25T03:19:47.149Z] [2021-02-25T03:19:47.149Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2021-02-25T03:19:47.149Z] #18 sha256:d30e02ac8b6e2e6d6a59961b4803a4d076ab9c882cdb8140a846da750eaa758f [2021-02-25T03:19:47.149Z] #18 DONE 2.3s [2021-02-25T03:19:47.149Z] [2021-02-25T03:19:47.149Z] #42 [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-02-25T03:19:47.149Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-25T03:19:47.149Z] #42 51.04 DEP soccr/soccr.d [2021-02-25T03:19:47.157Z] #42 ... [2021-02-25T03:19:47.157Z] [2021-02-25T03:19:47.157Z] #14 [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-02-25T03:19:47.157Z] #14 sha256:9870d309798d4684300692663586ff94ad80094a53fa8816f3d1b7fdbf3f8075 [2021-02-25T03:19:47.157Z] #14 DONE 4.4s [2021-02-25T03:19:47.242Z] ok github.com/docker/docker/api/server 0.004s coverage: 9.0% of statements [2021-02-25T03:19:47.463Z] [2021-02-25T03:19:47.463Z] #15 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-02-25T03:19:47.463Z] #15 sha256:f49da00d55432a53eccbeeb79d7a9dfdea5b595b3817b9c4dc4376949abc3cd7 [2021-02-25T03:19:47.730Z] #42 51.23 CC soccr/soccr.o [2021-02-25T03:19:47.881Z] #42 ... [2021-02-25T03:19:47.881Z] [2021-02-25T03:19:47.881Z] #44 [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-02-25T03:19:47.881Z] #44 sha256:afe17831b94519c9ec988602eca641f7966cf1a4d7b110e59a5ec33c57993be6 [2021-02-25T03:19:47.881Z] #44 105.3 vendor/golang.org/x/text/secure/bidirule [2021-02-25T03:19:47.881Z] #44 105.7 vendor/golang.org/x/text/unicode/norm [2021-02-25T03:19:47.881Z] #44 109.0 vendor/golang.org/x/net/idna [2021-02-25T03:19:47.881Z] #44 111.7 vendor/golang.org/x/net/http2/hpack [2021-02-25T03:19:47.881Z] #44 112.6 mime [2021-02-25T03:19:47.881Z] #44 114.3 mime/quotedprintable [2021-02-25T03:19:47.881Z] #44 114.6 net/http/internal [2021-02-25T03:19:47.881Z] #44 ... [2021-02-25T03:19:47.881Z] [2021-02-25T03:19:47.881Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-25T03:19:47.881Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-25T03:19:47.881Z] #12 106.9 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-02-25T03:19:47.881Z] #12 106.9 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-02-25T03:19:47.881Z] #12 106.9 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-25T03:19:48.142Z] #12 ... [2021-02-25T03:19:48.142Z] [2021-02-25T03:19:48.142Z] #42 [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-02-25T03:19:48.142Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:19:48.142Z] #42 37.86 CC images/opts.o [2021-02-25T03:19:48.403Z] #42 38.17 CC images/seccomp.o [2021-02-25T03:19:48.665Z] #42 38.44 CC images/binfmt-misc.o [2021-02-25T03:19:48.687Z] #42 52.44 AR soccr/libsoccr.a [2021-02-25T03:19:48.687Z] #42 52.52 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-25T03:19:48.926Z] #42 38.58 CC images/time.o [2021-02-25T03:19:48.926Z] #42 38.79 CC images/sysctl.o [2021-02-25T03:19:48.953Z] #42 ... [2021-02-25T03:19:48.953Z] [2021-02-25T03:19:48.953Z] #39 [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-02-25T03:19:48.953Z] #39 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926 [2021-02-25T03:19:48.953Z] #39 134.2 + dpkg --print-architecture [2021-02-25T03:19:48.953Z] #39 DONE 134.5s [2021-02-25T03:19:49.021Z] #58 ... [2021-02-25T03:19:49.021Z] [2021-02-25T03:19:49.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-02-25T03:19:49.021Z] #45 sha256:b3ae012ae7778c84f7a05da4bdd7179235db04bef388100621bc6554c8e89643 [2021-02-25T03:19:49.021Z] #45 138.2 github.com/LK4D4/vndr/build [2021-02-25T03:19:49.021Z] #45 138.4 vendor/golang.org/x/net/idna [2021-02-25T03:19:49.021Z] #45 146.2 mime [2021-02-25T03:19:49.021Z] #45 147.3 net/http/internal [2021-02-25T03:19:49.188Z] #42 38.95 CC images/autofs.o [2021-02-25T03:19:49.188Z] #42 39.16 CC images/macvlan.o [2021-02-25T03:19:49.218Z] [2021-02-25T03:19:49.219Z] #19 [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-02-25T03:19:49.219Z] #19 sha256:d3b65319af3d5e3143d7ee55e3c659a5d65a0934fe1f79b38392c0e93180150d [2021-02-25T03:19:49.219Z] #19 1.676 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-25T03:19:49.219Z] #19 1.780 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-25T03:19:49.219Z] #19 1.867 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-25T03:19:49.322Z] #45 ... [2021-02-25T03:19:49.323Z] [2021-02-25T03:19:49.323Z] #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-02-25T03:19:49.323Z] #20 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-02-25T03:19:49.323Z] #20 32.86 Selecting previously unselected package python3-minimal. [2021-02-25T03:19:49.323Z] #20 32.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 ... 23610 files and directories currently installed.) [2021-02-25T03:19:49.323Z] #20 32.94 Preparing to unpack .../python3-minimal_3.7.3-1_ppc64el.deb ... [2021-02-25T03:19:49.323Z] #20 32.95 Unpacking python3-minimal (3.7.3-1) ... [2021-02-25T03:19:49.323Z] #20 33.13 Selecting previously unselected package libmpdec2:ppc64el. [2021-02-25T03:19:49.323Z] #20 33.13 Preparing to unpack .../libmpdec2_2.4.2-2_ppc64el.deb ... [2021-02-25T03:19:49.323Z] #20 33.14 Unpacking libmpdec2:ppc64el (2.4.2-2) ... [2021-02-25T03:19:49.484Z] #19 2.351 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-02-25T03:19:49.630Z] #20 33.24 Selecting previously unselected package libpython3.7-stdlib:ppc64el. [2021-02-25T03:19:49.630Z] #20 33.26 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_ppc64el.deb ... [2021-02-25T03:19:49.630Z] #20 33.26 Unpacking libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ... [2021-02-25T03:19:49.761Z] #42 39.37 CC images/sit.o [2021-02-25T03:19:49.761Z] #42 39.55 CC images/memfd.o [2021-02-25T03:19:50.022Z] #42 39.87 CC images/timens.o [2021-02-25T03:19:50.283Z] #42 40.12 LINK images/built-in.o [2021-02-25T03:19:50.440Z] #19 3.131 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [262 kB] [2021-02-25T03:19:50.545Z] #42 40.36 GEN compel/include/asm [2021-02-25T03:19:50.545Z] #42 40.37 GEN compel/include/version.h [2021-02-25T03:19:50.545Z] #42 40.39 touch .config [2021-02-25T03:19:50.545Z] #42 40.44 GEN include/common/config.h [2021-02-25T03:19:50.545Z] #42 40.51 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2021-02-25T03:19:50.695Z] #20 34.52 Selecting previously unselected package python3.7. [2021-02-25T03:19:50.695Z] #20 34.53 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_ppc64el.deb ... [2021-02-25T03:19:50.695Z] #20 34.54 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2021-02-25T03:19:50.695Z] #20 34.65 Selecting previously unselected package libpython3-stdlib:ppc64el. [2021-02-25T03:19:50.695Z] #20 34.66 Preparing to unpack .../libpython3-stdlib_3.7.3-1_ppc64el.deb ... [2021-02-25T03:19:50.695Z] #20 34.66 Unpacking libpython3-stdlib:ppc64el (3.7.3-1) ... [2021-02-25T03:19:50.806Z] #42 40.53 GEN compel/plugins/include/uapi/std/syscall-64.h [2021-02-25T03:19:50.806Z] #42 40.55 GEN compel/arch/x86/plugins/std/syscalls-64.S [2021-02-25T03:19:50.806Z] #42 40.58 DEP compel/arch/x86/plugins/std/syscalls-64.d [2021-02-25T03:19:50.806Z] #42 40.58 DEP compel/arch/x86/plugins/std/memcpy.d [2021-02-25T03:19:50.806Z] #42 40.63 DEP compel/arch/x86/plugins/std/parasite-head.d [2021-02-25T03:19:50.806Z] #42 40.65 GEN compel/plugins/include/uapi/std/syscall.h [2021-02-25T03:19:50.806Z] #42 40.67 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2021-02-25T03:19:50.806Z] #42 40.70 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-02-25T03:19:50.806Z] #42 40.72 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-02-25T03:19:50.806Z] #42 40.74 DEP compel/plugins/std/infect.d [2021-02-25T03:19:50.996Z] #20 34.78 Setting up python3-minimal (3.7.3-1) ... [2021-02-25T03:19:51.067Z] #42 40.85 DEP compel/plugins/std/string.d [2021-02-25T03:19:51.067Z] #42 40.90 DEP compel/plugins/std/log.d [2021-02-25T03:19:51.067Z] #42 40.97 DEP compel/plugins/std/fds.d [2021-02-25T03:19:51.328Z] #42 41.05 DEP compel/plugins/std/std.d [2021-02-25T03:19:51.328Z] #42 41.14 DEP compel/plugins/shmem/shmem.d [2021-02-25T03:19:51.395Z] #19 4.065 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-02-25T03:19:51.590Z] #42 41.27 DEP compel/plugins/fds/fds.d [2021-02-25T03:19:51.590Z] #42 41.42 CC compel/plugins/std/std.o [2021-02-25T03:19:51.668Z] #15 4.144 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-02-25T03:19:51.668Z] #15 DONE 4.3s [2021-02-25T03:19:51.668Z] [2021-02-25T03:19:51.668Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-02-25T03:19:51.668Z] #16 sha256:e0fd3f181c6a1aefb495e9780bd348beb6c7a92b0e700d78b21dddc21b6d3788 [2021-02-25T03:19:52.058Z] #20 35.95 Selecting previously unselected package python3. [2021-02-25T03:19:52.165Z] #42 41.78 CC compel/plugins/std/fds.o [2021-02-25T03:19:52.351Z] #19 ... [2021-02-25T03:19:52.351Z] [2021-02-25T03:19:52.351Z] #23 [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-02-25T03:19:52.351Z] #23 sha256:b6f757430588f2eb65332387809d416151bde50c337177526c6d4929e9a481d7 [2021-02-25T03:19:52.351Z] #23 128.5 + mkdir -p /tmp/tmp.BTLLp9Q6aU/src/github.com/docker [2021-02-25T03:19:52.351Z] #23 128.5 + mv components/cli /tmp/tmp.BTLLp9Q6aU/src/github.com/docker/cli [2021-02-25T03:19:52.351Z] #23 128.5 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2021-02-25T03:19:52.360Z] #20 35.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 ... 24022 files and directories currently installed.) [2021-02-25T03:19:52.360Z] #20 36.02 Preparing to unpack .../00-python3_3.7.3-1_ppc64el.deb ... [2021-02-25T03:19:52.360Z] #20 36.04 Unpacking python3 (3.7.3-1) ... [2021-02-25T03:19:52.360Z] #20 36.23 Selecting previously unselected package libip4tc0:ppc64el. [2021-02-25T03:19:52.360Z] #20 36.23 Preparing to unpack .../01-libip4tc0_1.8.2-4_ppc64el.deb ... [2021-02-25T03:19:52.360Z] #20 36.25 Unpacking libip4tc0:ppc64el (1.8.2-4) ... [2021-02-25T03:19:52.428Z] #42 42.19 CC compel/plugins/std/log.o [2021-02-25T03:19:52.616Z] #23 ... [2021-02-25T03:19:52.616Z] [2021-02-25T03:19:52.616Z] #42 [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-02-25T03:19:52.616Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-25T03:19:52.616Z] #42 52.94 DEP criu/arch/aarch64/sigframe.d [2021-02-25T03:19:52.616Z] #42 53.06 DEP criu/arch/aarch64/crtools.d [2021-02-25T03:19:52.616Z] #42 53.27 DEP criu/arch/aarch64/cpu.d [2021-02-25T03:19:52.616Z] #42 53.32 DEP criu/arch/aarch64/bitops.d [2021-02-25T03:19:52.616Z] #42 53.42 CC criu/arch/aarch64/bitops.o [2021-02-25T03:19:52.616Z] #42 53.50 CC criu/arch/aarch64/cpu.o [2021-02-25T03:19:52.616Z] #42 53.68 CC criu/arch/aarch64/crtools.o [2021-02-25T03:19:52.616Z] #42 54.22 CC criu/arch/aarch64/sigframe.o [2021-02-25T03:19:52.616Z] #42 54.50 LINK criu/arch/aarch64/crtools.built-in.o [2021-02-25T03:19:52.616Z] #42 54.56 DEP criu/pie/util-vdso.d [2021-02-25T03:19:52.616Z] #42 54.75 DEP criu/pie/util.d [2021-02-25T03:19:52.616Z] #42 54.93 CC criu/pie/util.o [2021-02-25T03:19:52.616Z] #42 55.21 CC criu/pie/util-vdso.o [2021-02-25T03:19:52.616Z] #42 55.69 AR criu/pie/pie.lib.a [2021-02-25T03:19:52.616Z] #42 55.73 DEP criu/pie/restorer.d [2021-02-25T03:19:52.616Z] #42 55.86 DEP criu/arch/aarch64/intraprocedure.d [2021-02-25T03:19:52.616Z] #42 55.87 DEP criu/arch/aarch64/restorer.d [2021-02-25T03:19:52.616Z] #42 55.95 DEP criu/arch/aarch64/vdso-pie.d [2021-02-25T03:19:52.616Z] #42 56.02 DEP criu/pie/parasite-vdso.d [2021-02-25T03:19:52.616Z] #42 56.17 DEP criu/pie/parasite.d [2021-02-25T03:19:52.616Z] #42 56.34 CC criu/pie/parasite.o [2021-02-25T03:19:52.662Z] #20 36.42 Selecting previously unselected package libip6tc0:ppc64el. [2021-02-25T03:19:52.662Z] #20 36.45 Preparing to unpack .../02-libip6tc0_1.8.2-4_ppc64el.deb ... [2021-02-25T03:19:52.662Z] #20 36.45 Unpacking libip6tc0:ppc64el (1.8.2-4) ... [2021-02-25T03:19:52.662Z] #20 36.55 Selecting previously unselected package libiptc0:ppc64el. [2021-02-25T03:19:52.662Z] #20 36.55 Preparing to unpack .../03-libiptc0_1.8.2-4_ppc64el.deb ... [2021-02-25T03:19:52.662Z] #20 36.56 Unpacking libiptc0:ppc64el (1.8.2-4) ... [2021-02-25T03:19:52.963Z] #20 36.67 Selecting previously unselected package libnfnetlink0:ppc64el. [2021-02-25T03:19:52.963Z] #20 36.69 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_ppc64el.deb ... [2021-02-25T03:19:52.963Z] #20 36.70 Unpacking libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2021-02-25T03:19:52.963Z] #20 36.81 Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2021-02-25T03:19:52.963Z] #20 36.81 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_ppc64el.deb ... [2021-02-25T03:19:52.963Z] #20 36.82 Unpacking libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2021-02-25T03:19:53.263Z] #20 36.94 Selecting previously unselected package libnftnl11:ppc64el. [2021-02-25T03:19:53.263Z] #20 36.96 Preparing to unpack .../06-libnftnl11_1.1.2-2_ppc64el.deb ... [2021-02-25T03:19:53.263Z] #20 36.97 Unpacking libnftnl11:ppc64el (1.1.2-2) ... [2021-02-25T03:19:53.263Z] #20 37.08 Selecting previously unselected package iptables. [2021-02-25T03:19:53.263Z] #20 37.10 Preparing to unpack .../07-iptables_1.8.2-4_ppc64el.deb ... [2021-02-25T03:19:53.263Z] #20 37.11 Unpacking iptables (1.8.2-4) ... [2021-02-25T03:19:53.373Z] #42 42.92 CC compel/plugins/std/string.o [2021-02-25T03:19:53.562Z] #16 ... [2021-02-25T03:19:53.563Z] [2021-02-25T03:19:53.563Z] #52 [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-02-25T03:19:53.563Z] #52 sha256:3fe57bfa28b350c60405ce7bf0a141c4d075a9bcd94054537227a7b704fa0bd8 [2021-02-25T03:19:53.563Z] #52 5.561 + RM_GOPATH=0 [2021-02-25T03:19:53.563Z] #52 5.561 + TMP_GOPATH= [2021-02-25T03:19:53.563Z] #52 5.561 + : /build [2021-02-25T03:19:53.563Z] #52 5.561 + '[' -z '' ']' [2021-02-25T03:19:53.563Z] #52 5.561 ++ mktemp -d [2021-02-25T03:19:53.563Z] #52 5.561 + export GOPATH=/tmp/tmp.2czD5C4wdY [2021-02-25T03:19:53.563Z] #52 5.561 + GOPATH=/tmp/tmp.2czD5C4wdY [2021-02-25T03:19:53.563Z] #52 5.561 + RM_GOPATH=1 [2021-02-25T03:19:53.563Z] #52 5.561 + case "$(go env GOARCH)" in [2021-02-25T03:19:53.563Z] #52 5.561 ++ go env GOARCH [2021-02-25T03:19:53.563Z] #52 5.586 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:19:53.563Z] #52 5.586 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:19:53.563Z] #52 5.586 ++ dirname /tmp/install/install.sh [2021-02-25T03:19:53.563Z] #52 5.586 + dir=/tmp/install [2021-02-25T03:19:53.563Z] #52 5.602 + bin=runc [2021-02-25T03:19:53.563Z] #52 5.602 + shift [2021-02-25T03:19:53.563Z] #52 5.602 + '[' '!' -f /tmp/install/runc.installer ']' [2021-02-25T03:19:53.563Z] #52 5.602 + . /tmp/install/runc.installer [2021-02-25T03:19:53.563Z] #52 5.602 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-02-25T03:19:53.563Z] #52 5.604 + install_runc [2021-02-25T03:19:53.563Z] #52 5.604 + uname -r [2021-02-25T03:19:53.563Z] #52 5.604 + grep -q '^3\.10\.0.*\.el7\.' [2021-02-25T03:19:53.563Z] #52 5.604 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-02-25T03:19:53.563Z] #52 5.605 + RUNC_BUILDTAGS='seccomp ' [2021-02-25T03:19:53.563Z] #52 5.605 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-02-25T03:19:53.563Z] #52 5.629 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.2czD5C4wdY/src/github.com/opencontainers/runc [2021-02-25T03:19:53.563Z] #52 5.629 Cloning into '/tmp/tmp.2czD5C4wdY/src/github.com/opencontainers/runc'... [2021-02-25T03:19:53.563Z] #52 13.87 + cd /tmp/tmp.2czD5C4wdY/src/github.com/opencontainers/runc [2021-02-25T03:19:53.563Z] #52 13.87 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-02-25T03:19:53.563Z] #52 14.31 + '[' -z '' ']' [2021-02-25T03:19:53.563Z] #52 14.31 + target=static [2021-02-25T03:19:53.563Z] #52 14.31 + make 'BUILDTAGS=seccomp ' static [2021-02-25T03:19:53.563Z] #52 14.78 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-02-25T03:19:53.563Z] #52 ... [2021-02-25T03:19:53.563Z] [2021-02-25T03:19:53.563Z] #42 [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-02-25T03:19:53.563Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:19:53.563Z] #42 57.15 CC criu/arch/x86/crtools.o [2021-02-25T03:19:53.563Z] #42 58.41 CC criu/arch/x86/kerndat.o [2021-02-25T03:19:53.563Z] #42 59.02 CC criu/arch/x86/sigaction_compat.o [2021-02-25T03:19:53.563Z] #42 59.34 CC criu/arch/x86/sigframe.o [2021-02-25T03:19:53.563Z] #42 59.60 LINK criu/arch/x86/crtools.built-in.o [2021-02-25T03:19:53.563Z] #42 59.70 DEP criu/pie/util-vdso-elf32.d [2021-02-25T03:19:53.563Z] #42 59.72 DEP criu/pie/util-vdso.d [2021-02-25T03:19:53.563Z] #42 59.94 DEP criu/pie/util.d [2021-02-25T03:19:53.563Z] #42 60.13 CC criu/pie/util.o [2021-02-25T03:19:53.563Z] #42 60.49 CC criu/pie/util-vdso.o [2021-02-25T03:19:53.563Z] #42 61.34 CC criu/pie/util-vdso-elf32.o [2021-02-25T03:19:53.563Z] #42 62.08 AR criu/pie/pie.lib.a [2021-02-25T03:19:53.563Z] #42 62.13 DEP criu/pie/restorer.d [2021-02-25T03:19:53.563Z] #42 62.36 DEP criu/arch/x86/sigaction_compat_pie.d [2021-02-25T03:19:53.563Z] #42 62.50 DEP criu/arch/x86/restorer_unmap.d [2021-02-25T03:19:53.563Z] #42 62.54 DEP criu/arch/x86/restorer.d [2021-02-25T03:19:53.563Z] #42 62.72 DEP criu/arch/x86/vdso-pie.d [2021-02-25T03:19:53.563Z] #42 62.89 DEP criu/pie/parasite-vdso.d [2021-02-25T03:19:53.716Z] #42 57.45 LINK criu/pie/parasite.built-in.o [2021-02-25T03:19:53.820Z] #42 63.02 DEP criu/pie/parasite.d [2021-02-25T03:19:53.929Z] #20 37.53 Selecting previously unselected package xxd. [2021-02-25T03:19:53.929Z] #20 37.53 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2021-02-25T03:19:53.929Z] #20 37.54 Unpacking xxd (2:8.1.0875-5) ... [2021-02-25T03:19:53.929Z] #20 37.65 Selecting previously unselected package vim-common. [2021-02-25T03:19:53.929Z] #20 37.66 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-25T03:19:53.929Z] #20 37.69 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-25T03:19:53.929Z] #20 37.90 Selecting previously unselected package bash-completion. [2021-02-25T03:19:53.948Z] #42 43.52 CC compel/plugins/std/infect.o [2021-02-25T03:19:53.948Z] #42 43.91 CC compel/arch/x86/plugins/std/parasite-head.o [2021-02-25T03:19:54.001Z] #42 57.47 GEN criu/pie/parasite-blob.h [2021-02-25T03:19:54.001Z] #42 57.50 CC criu/pie/parasite-vdso.o [2021-02-25T03:19:54.078Z] #42 ... [2021-02-25T03:19:54.078Z] [2021-02-25T03:19:54.078Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-02-25T03:19:54.078Z] #16 sha256:e0fd3f181c6a1aefb495e9780bd348beb6c7a92b0e700d78b21dddc21b6d3788 [2021-02-25T03:19:54.078Z] #16 DONE 2.4s [2021-02-25T03:19:54.078Z] [2021-02-25T03:19:54.078Z] #42 [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-02-25T03:19:54.078Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:19:54.078Z] #42 63.31 CC criu/pie/parasite.o [2021-02-25T03:19:54.078Z] #42 ... [2021-02-25T03:19:54.078Z] [2021-02-25T03:19:54.078Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-02-25T03:19:54.078Z] #17 sha256:f042adb567361aaa003e9e425fd06cc735c4a98b1120e5d4e13f4e35e2efd6f5 [2021-02-25T03:19:54.210Z] #42 43.98 CC compel/arch/x86/plugins/std/memcpy.o [2021-02-25T03:19:54.210Z] #42 44.06 CC compel/arch/x86/plugins/std/syscalls-64.o [2021-02-25T03:19:54.210Z] #42 44.13 AR compel/plugins/std.lib.a [2021-02-25T03:19:54.230Z] #20 37.92 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-02-25T03:19:54.230Z] #20 ... [2021-02-25T03:19:54.230Z] [2021-02-25T03:19:54.230Z] #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-02-25T03:19:54.230Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-25T03:19:54.230Z] #43 76.12 DEP criu/tun.d [2021-02-25T03:19:54.230Z] #43 76.40 DEP criu/tty.d [2021-02-25T03:19:54.230Z] #43 76.66 DEP criu/timerfd.d [2021-02-25T03:19:54.230Z] #43 76.96 DEP criu/timens.d [2021-02-25T03:19:54.230Z] #43 77.16 DEP criu/sysfs_parse.d [2021-02-25T03:19:54.230Z] #43 77.45 DEP criu/sysctl.d [2021-02-25T03:19:54.230Z] #43 77.62 DEP criu/string.d [2021-02-25T03:19:54.230Z] #43 77.68 DEP criu/stats.d [2021-02-25T03:19:54.230Z] #43 77.81 DEP criu/sockets.d [2021-02-25T03:19:54.230Z] #43 78.06 DEP criu/sk-unix.d [2021-02-25T03:19:54.230Z] #43 78.51 DEP criu/sk-tcp.d [2021-02-25T03:19:54.230Z] #43 78.83 DEP criu/sk-queue.d [2021-02-25T03:19:54.230Z] #43 79.16 DEP criu/sk-packet.d [2021-02-25T03:19:54.230Z] #43 79.42 DEP criu/sk-netlink.d [2021-02-25T03:19:54.230Z] #43 79.64 DEP criu/sk-inet.d [2021-02-25T03:19:54.230Z] #43 79.97 DEP criu/signalfd.d [2021-02-25T03:19:54.230Z] #43 80.12 DEP criu/sigframe.d [2021-02-25T03:19:54.230Z] #43 80.24 DEP criu/shmem.d [2021-02-25T03:19:54.230Z] #43 80.49 DEP criu/servicefd.d [2021-02-25T03:19:54.230Z] #43 80.68 DEP criu/seize.d [2021-02-25T03:19:54.230Z] #43 80.94 DEP criu/seccomp.d [2021-02-25T03:19:54.230Z] #43 81.17 DEP criu/rst-malloc.d [2021-02-25T03:19:54.230Z] #43 81.28 DEP criu/rbtree.d [2021-02-25T03:19:54.230Z] #43 81.32 DEP criu/pstree.d [2021-02-25T03:19:54.230Z] #43 81.58 DEP criu/protobuf.d [2021-02-25T03:19:54.230Z] #43 81.79 GEN criu/protobuf-desc-gen.h [2021-02-25T03:19:54.230Z] #43 83.91 DEP criu/protobuf-desc.d [2021-02-25T03:19:54.230Z] #43 84.15 DEP criu/proc_parse.d [2021-02-25T03:19:54.230Z] #43 84.36 DEP criu/plugin.d [2021-02-25T03:19:54.230Z] #43 84.50 DEP criu/pipes.d [2021-02-25T03:19:54.230Z] #43 84.71 DEP criu/pie-util.d [2021-02-25T03:19:54.230Z] #43 84.86 DEP criu/pie-util-vdso.d [2021-02-25T03:19:54.230Z] #43 85.03 DEP criu/path.d [2021-02-25T03:19:54.230Z] #43 85.32 DEP criu/parasite-syscall.d [2021-02-25T03:19:54.230Z] #43 85.80 DEP criu/pagemap.d [2021-02-25T03:19:54.230Z] #43 86.09 DEP criu/pagemap-cache.d [2021-02-25T03:19:54.472Z] #42 44.21 CC compel/plugins/fds/fds.o [2021-02-25T03:19:54.472Z] #42 44.46 AR compel/plugins/fds.lib.a [2021-02-25T03:19:54.472Z] #42 ... [2021-02-25T03:19:54.472Z] [2021-02-25T03:19:54.472Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-25T03:19:54.472Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-25T03:19:54.472Z] #12 122.4 Selecting previously unselected package libapparmor1:amd64. [2021-02-25T03:19:54.472Z] #12 122.4 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-02-25T03:19:54.472Z] #12 122.4 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-02-25T03:19:54.530Z] #43 86.30 DEP criu/page-xfer.d [2021-02-25T03:19:54.609Z] #42 58.11 CC criu/arch/aarch64/vdso-pie.o [2021-02-25T03:19:54.609Z] #42 58.39 CC criu/arch/aarch64/restorer.o [2021-02-25T03:19:54.833Z] #43 86.54 DEP criu/page-pipe.d [2021-02-25T03:19:54.833Z] #43 86.67 DEP criu/netfilter.d [2021-02-25T03:19:55.047Z] #12 122.6 Selecting previously unselected package libapparmor-dev:amd64. [2021-02-25T03:19:55.047Z] #12 122.6 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-02-25T03:19:55.047Z] #12 122.6 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-02-25T03:19:55.047Z] #12 122.7 Selecting previously unselected package libbtrfs0. [2021-02-25T03:19:55.047Z] #12 122.7 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-02-25T03:19:55.047Z] #12 122.7 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-25T03:19:55.047Z] #12 122.8 Selecting previously unselected package libbtrfs-dev. [2021-02-25T03:19:55.047Z] #12 122.8 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-02-25T03:19:55.047Z] #12 122.8 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-25T03:19:55.135Z] #43 86.87 DEP criu/net.d [2021-02-25T03:19:55.220Z] #42 58.70 CC criu/arch/aarch64/intraprocedure.o [2021-02-25T03:19:55.220Z] #42 58.73 CC criu/pie/restorer.o [2021-02-25T03:19:55.309Z] #12 122.9 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-02-25T03:19:55.309Z] #12 122.9 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-02-25T03:19:55.309Z] #12 122.9 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-02-25T03:19:55.309Z] #12 123.0 Selecting previously unselected package libudev-dev:amd64. [2021-02-25T03:19:55.309Z] #12 123.0 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_amd64.deb ... [2021-02-25T03:19:55.309Z] #12 123.1 Unpacking libudev-dev:amd64 (241-7~deb10u6) ... [2021-02-25T03:19:55.437Z] #43 87.27 DEP criu/namespaces.d [2021-02-25T03:19:55.572Z] #12 123.2 Selecting previously unselected package libsepol1-dev:amd64. [2021-02-25T03:19:55.572Z] #12 123.2 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-02-25T03:19:55.572Z] #12 123.2 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-02-25T03:19:55.737Z] #43 87.56 DEP criu/mount.d [2021-02-25T03:19:55.737Z] #43 ... [2021-02-25T03:19:55.737Z] [2021-02-25T03:19:55.737Z] #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-02-25T03:19:55.737Z] #58 sha256:31990b4353000e6f8d05f0a5000cf150bd203eb6802ba8a2b89542ba429ce0b6 [2021-02-25T03:19:55.737Z] #58 DONE 154.9s [2021-02-25T03:19:55.737Z] [2021-02-25T03:19:55.737Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-02-25T03:19:55.737Z] #59 sha256:8c59fcc1c2238ab40233ecee6b35ae34a7b0d517cfeed2de6e1d2613314a4665 [2021-02-25T03:19:55.834Z] #12 123.5 Selecting previously unselected package libpcre16-3:amd64. [2021-02-25T03:19:55.834Z] #12 123.5 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-02-25T03:19:55.834Z] #12 123.6 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-02-25T03:19:56.039Z] #59 DONE 0.4s [2021-02-25T03:19:56.039Z] [2021-02-25T03:19:56.039Z] #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-02-25T03:19:56.039Z] #45 sha256:b3ae012ae7778c84f7a05da4bdd7179235db04bef388100621bc6554c8e89643 [2021-02-25T03:19:56.039Z] #45 150.0 net/textproto [2021-02-25T03:19:56.039Z] #45 150.0 vendor/golang.org/x/net/http/httpproxy [2021-02-25T03:19:56.039Z] #45 150.1 crypto/x509 [2021-02-25T03:19:56.039Z] #45 152.3 vendor/golang.org/x/net/http/httpguts [2021-02-25T03:19:56.039Z] #45 152.3 mime/multipart [2021-02-25T03:19:56.097Z] #12 123.8 Selecting previously unselected package libpcre32-3:amd64. [2021-02-25T03:19:56.097Z] #12 123.8 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-02-25T03:19:56.097Z] #12 123.8 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-02-25T03:19:56.097Z] #12 123.9 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-02-25T03:19:56.097Z] #12 123.9 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-02-25T03:19:56.097Z] #12 124.0 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-02-25T03:19:56.341Z] #45 ... [2021-02-25T03:19:56.341Z] [2021-02-25T03:19:56.341Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-02-25T03:19:56.341Z] #60 sha256:df7e83961e231b32e4f0df04f1726ee0cb4e82885f9f03a61a9059fc8eb45064 [2021-02-25T03:19:56.341Z] #60 DONE 0.1s [2021-02-25T03:19:56.341Z] [2021-02-25T03:19:56.341Z] #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-02-25T03:19:56.341Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-25T03:19:56.341Z] #43 87.98 DEP criu/memfd.d [2021-02-25T03:19:56.359Z] #12 124.1 Selecting previously unselected package libpcre3-dev:amd64. [2021-02-25T03:19:56.359Z] #12 124.1 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-02-25T03:19:56.359Z] #12 124.1 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-02-25T03:19:56.602Z] #17 DONE 2.3s [2021-02-25T03:19:56.603Z] [2021-02-25T03:19:56.603Z] #42 [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-02-25T03:19:56.603Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:19:56.603Z] #42 64.79 LINK criu/pie/parasite.built-in.o [2021-02-25T03:19:56.603Z] #42 64.80 GEN criu/pie/parasite-blob.h [2021-02-25T03:19:56.603Z] #42 64.81 CC criu/pie/parasite-vdso.o [2021-02-25T03:19:56.603Z] #42 65.50 CC criu/arch/x86/vdso-pie.o [2021-02-25T03:19:56.603Z] #42 65.92 CC criu/arch/x86/restorer.o [2021-02-25T03:19:56.621Z] #12 124.6 Selecting previously unselected package libselinux1-dev:amd64. [2021-02-25T03:19:56.642Z] #43 88.32 DEP criu/mem.d [2021-02-25T03:19:56.884Z] #12 124.6 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-02-25T03:19:56.884Z] #12 124.6 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-02-25T03:19:56.944Z] #43 88.63 DEP criu/lsm.d [2021-02-25T03:19:57.146Z] #12 124.8 Selecting previously unselected package libdevmapper-dev:amd64. [2021-02-25T03:19:57.146Z] #12 124.9 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-02-25T03:19:57.146Z] #12 124.9 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-02-25T03:19:57.146Z] #12 125.0 Selecting previously unselected package libseccomp-dev:amd64. [2021-02-25T03:19:57.146Z] #12 125.0 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2021-02-25T03:19:57.167Z] #42 66.52 CC criu/arch/x86/restorer_unmap.o [2021-02-25T03:19:57.167Z] #42 66.57 CC criu/arch/x86/sigaction_compat_pie.o [2021-02-25T03:19:57.212Z] #42 60.79 LINK criu/pie/restorer.built-in.o [2021-02-25T03:19:57.212Z] #42 60.80 GEN criu/pie/restorer-blob.h [2021-02-25T03:19:57.212Z] #42 60.89 DEP criu/vdso.d [2021-02-25T03:19:57.245Z] #43 88.88 DEP criu/log.d [2021-02-25T03:19:57.409Z] #12 125.0 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2021-02-25T03:19:57.409Z] #12 125.1 Selecting previously unselected package libsystemd-dev:amd64. [2021-02-25T03:19:57.409Z] #12 125.1 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_amd64.deb ... [2021-02-25T03:19:57.409Z] #12 125.1 Unpacking libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-02-25T03:19:57.426Z] #42 66.92 CC criu/pie/restorer.o [2021-02-25T03:19:57.488Z] #42 61.15 DEP criu/uts_ns.d [2021-02-25T03:19:57.546Z] #43 89.21 DEP criu/libnetlink.d [2021-02-25T03:19:57.546Z] #43 89.44 DEP criu/kerndat.d [2021-02-25T03:19:57.757Z] #42 61.33 DEP criu/util.d [2021-02-25T03:19:57.757Z] #42 61.53 DEP criu/uffd.d [2021-02-25T03:19:57.846Z] #43 89.78 DEP criu/kcmp-ids.d [2021-02-25T03:19:57.984Z] #12 125.7 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-02-25T03:19:57.984Z] #12 125.7 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2021-02-25T03:19:57.984Z] #12 125.7 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-02-25T03:19:57.984Z] #12 125.7 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-25T03:19:57.984Z] #12 125.7 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-02-25T03:19:57.984Z] #12 125.8 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-02-25T03:19:57.984Z] #12 125.8 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-25T03:19:57.984Z] #12 125.8 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-25T03:19:57.984Z] #12 125.8 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-02-25T03:19:57.984Z] #12 125.8 Setting up libudev-dev:amd64 (241-7~deb10u6) ... [2021-02-25T03:19:57.984Z] #12 125.8 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-25T03:19:57.984Z] #12 125.9 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-25T03:19:57.984Z] #12 125.9 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-02-25T03:19:57.984Z] #12 125.9 Setting up mingw-w64-common (6.0.0-3) ... [2021-02-25T03:19:58.027Z] #42 61.67 DEP criu/tun.d [2021-02-25T03:19:58.027Z] #42 61.78 DEP criu/tty.d [2021-02-25T03:19:58.027Z] #42 61.88 DEP criu/timerfd.d [2021-02-25T03:19:58.160Z] #43 89.98 DEP criu/irmap.d [2021-02-25T03:19:58.160Z] #43 90.14 DEP criu/ipc_ns.d [2021-02-25T03:19:58.246Z] #12 125.9 Setting up libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-02-25T03:19:58.246Z] #12 125.9 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-25T03:19:58.246Z] #12 125.9 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-02-25T03:19:58.246Z] #12 126.0 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-25T03:19:58.246Z] #12 126.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-02-25T03:19:58.246Z] #12 126.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-02-25T03:19:58.246Z] #12 126.0 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-25T03:19:58.246Z] #12 126.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-02-25T03:19:58.246Z] #12 126.0 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-02-25T03:19:58.247Z] #12 126.0 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-25T03:19:58.247Z] #12 126.0 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-02-25T03:19:58.247Z] #12 126.0 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-02-25T03:19:58.247Z] #12 126.0 Setting up dmsetup (2:1.02.155-3) ... [2021-02-25T03:19:58.247Z] #12 126.1 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-02-25T03:19:58.247Z] #12 126.1 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-02-25T03:19:58.247Z] #12 126.1 Processing triggers for libc-bin (2.28-10) ... [2021-02-25T03:19:58.336Z] #42 61.98 DEP criu/timens.d [2021-02-25T03:19:58.459Z] #43 90.38 DEP criu/image.d [2021-02-25T03:19:58.605Z] #42 62.14 DEP criu/sysfs_parse.d [2021-02-25T03:19:58.605Z] #42 62.38 DEP criu/sysctl.d [2021-02-25T03:19:58.758Z] #43 90.61 DEP criu/image-desc.d [2021-02-25T03:19:58.797Z] #42 ... [2021-02-25T03:19:58.797Z] [2021-02-25T03:19:58.797Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2021-02-25T03:19:58.797Z] #18 sha256:86984b543c4e9d471b758b4d0d9dc83fe9fc7f9a2a4e2219c14f672e16b922b3 [2021-02-25T03:19:58.797Z] #18 DONE 2.6s [2021-02-25T03:19:58.875Z] #42 62.58 DEP criu/string.d [2021-02-25T03:19:58.875Z] #42 62.62 DEP criu/stats.d [2021-02-25T03:19:59.055Z] [2021-02-25T03:19:59.055Z] #19 [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-02-25T03:19:59.055Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-25T03:19:59.058Z] #43 90.73 DEP criu/fsnotify.d [2021-02-25T03:19:59.139Z] #42 62.74 DEP criu/sockets.d [2021-02-25T03:19:59.356Z] #43 91.06 DEP criu/filesystems.d [2021-02-25T03:19:59.356Z] #43 91.26 DEP criu/files.d [2021-02-25T03:19:59.412Z] #42 62.97 DEP criu/sk-unix.d [2021-02-25T03:19:59.412Z] #42 63.24 DEP criu/sk-tcp.d [2021-02-25T03:19:59.654Z] #43 91.56 DEP criu/files-reg.d [2021-02-25T03:19:59.701Z] #42 63.47 DEP criu/sk-queue.d [2021-02-25T03:19:59.953Z] #43 91.78 DEP criu/files-ext.d [2021-02-25T03:19:59.971Z] #42 63.67 DEP criu/sk-packet.d [2021-02-25T03:19:59.971Z] #42 63.88 DEP criu/sk-netlink.d [2021-02-25T03:20:00.247Z] #42 64.14 DEP criu/sk-inet.d [2021-02-25T03:20:00.252Z] #43 91.93 DEP criu/file-lock.d [2021-02-25T03:20:00.252Z] #43 92.12 DEP criu/file-ids.d [2021-02-25T03:20:00.512Z] #42 64.40 DEP criu/signalfd.d [2021-02-25T03:20:00.550Z] #43 92.30 DEP criu/fifo.d [2021-02-25T03:20:00.550Z] #43 92.49 DEP criu/fdstore.d [2021-02-25T03:20:00.775Z] #42 64.51 DEP criu/sigframe.d [2021-02-25T03:20:00.776Z] #42 64.62 DEP criu/shmem.d [2021-02-25T03:20:00.801Z] #12 DONE 128.1s [2021-02-25T03:20:00.802Z] [2021-02-25T03:20:00.802Z] #13 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-02-25T03:20:00.802Z] #13 sha256:5d93c16b11b4fa823b774777222a562901bea96919d6b4f99bcfab4a0637fb25 [2021-02-25T03:20:00.852Z] #43 92.61 DEP criu/fault-injection.d [2021-02-25T03:20:00.852Z] #43 92.66 DEP criu/external.d [2021-02-25T03:20:00.852Z] #43 92.79 DEP criu/eventpoll.d [2021-02-25T03:20:01.053Z] #42 64.78 DEP criu/servicefd.d [2021-02-25T03:20:01.064Z] #13 ... [2021-02-25T03:20:01.064Z] [2021-02-25T03:20:01.064Z] #44 [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-02-25T03:20:01.064Z] #44 sha256:afe17831b94519c9ec988602eca641f7966cf1a4d7b110e59a5ec33c57993be6 [2021-02-25T03:20:01.064Z] #44 118.8 net/textproto [2021-02-25T03:20:01.064Z] #44 118.8 crypto/x509 [2021-02-25T03:20:01.064Z] #44 120.0 vendor/golang.org/x/net/http/httpguts [2021-02-25T03:20:01.064Z] #44 120.3 vendor/golang.org/x/net/http/httpproxy [2021-02-25T03:20:01.064Z] #44 121.0 mime/multipart [2021-02-25T03:20:01.064Z] #44 123.1 crypto/tls [2021-02-25T03:20:01.064Z] #44 ... [2021-02-25T03:20:01.064Z] [2021-02-25T03:20:01.064Z] #42 [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-02-25T03:20:01.064Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:20:01.064Z] #42 44.51 HOSTDEP compel/src/lib/log-host.d [2021-02-25T03:20:01.064Z] #42 44.63 HOSTDEP compel/src/lib/handle-elf-host.d [2021-02-25T03:20:01.064Z] #42 44.71 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2021-02-25T03:20:01.064Z] #42 44.77 HOSTDEP compel/src/main-host.d [2021-02-25T03:20:01.064Z] #42 44.92 DEP compel/src/lib/ptrace.d [2021-02-25T03:20:01.064Z] #42 45.06 DEP compel/src/lib/infect.d [2021-02-25T03:20:01.064Z] #42 45.24 DEP compel/src/lib/infect-util.d [2021-02-25T03:20:01.064Z] #42 45.33 DEP compel/src/lib/infect-rpc.d [2021-02-25T03:20:01.064Z] #42 45.46 DEP compel/arch/x86/src/lib/infect.d [2021-02-25T03:20:01.064Z] #42 45.65 DEP compel/arch/x86/src/lib/cpu.d [2021-02-25T03:20:01.064Z] #42 45.72 DEP compel/src/lib/log.d [2021-02-25T03:20:01.064Z] #42 45.81 DEP compel/src/main.d [2021-02-25T03:20:01.064Z] #42 45.94 DEP compel/src/lib/handle-elf.d [2021-02-25T03:20:01.064Z] #42 46.05 DEP compel/arch/x86/src/lib/handle-elf.d [2021-02-25T03:20:01.064Z] #42 46.16 CC compel/src/lib/log.o [2021-02-25T03:20:01.064Z] #42 46.39 CC compel/arch/x86/src/lib/cpu.o [2021-02-25T03:20:01.064Z] #42 47.13 CC compel/arch/x86/src/lib/infect.o [2021-02-25T03:20:01.064Z] #42 47.98 CC compel/src/lib/infect-rpc.o [2021-02-25T03:20:01.064Z] #42 48.35 CC compel/src/lib/infect-util.o [2021-02-25T03:20:01.064Z] #42 48.62 CC compel/src/lib/infect.o [2021-02-25T03:20:01.154Z] #43 93.12 DEP criu/eventfd.d [2021-02-25T03:20:01.318Z] #42 64.90 DEP criu/seize.d [2021-02-25T03:20:01.318Z] #42 65.00 DEP criu/seccomp.d [2021-02-25T03:20:01.326Z] #42 51.15 CC compel/src/lib/ptrace.o [2021-02-25T03:20:01.456Z] #43 93.31 DEP criu/crtools.d [2021-02-25T03:20:01.579Z] #19 ... [2021-02-25T03:20:01.579Z] [2021-02-25T03:20:01.579Z] #44 [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-02-25T03:20:01.579Z] #44 sha256:9c1c894d71924ba5495f24b060df116fd97fd016d241f3cd58c535b197cc6e71 [2021-02-25T03:20:01.579Z] #44 132.9 github.com/LK4D4/vndr/godl [2021-02-25T03:20:01.579Z] #44 133.8 github.com/LK4D4/vndr [2021-02-25T03:20:01.579Z] #44 ... [2021-02-25T03:20:01.579Z] [2021-02-25T03:20:01.579Z] #42 [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-02-25T03:20:01.579Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:20:01.579Z] #42 70.30 LINK criu/pie/restorer.built-in.o [2021-02-25T03:20:01.579Z] #42 70.33 GEN criu/pie/restorer-blob.h [2021-02-25T03:20:01.579Z] #42 70.43 DEP criu/vdso.d [2021-02-25T03:20:01.579Z] #42 70.65 DEP criu/vdso-compat.d [2021-02-25T03:20:01.579Z] #42 70.81 DEP criu/uts_ns.d [2021-02-25T03:20:01.579Z] #42 70.96 DEP criu/util.d [2021-02-25T03:20:01.582Z] #42 65.19 DEP criu/rst-malloc.d [2021-02-25T03:20:01.582Z] #42 65.27 DEP criu/rbtree.d [2021-02-25T03:20:01.582Z] #42 65.32 DEP criu/pstree.d [2021-02-25T03:20:01.582Z] #42 ... [2021-02-25T03:20:01.582Z] [2021-02-25T03:20:01.582Z] #19 [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-02-25T03:20:01.582Z] #19 sha256:d3b65319af3d5e3143d7ee55e3c659a5d65a0934fe1f79b38392c0e93180150d [2021-02-25T03:20:01.582Z] #19 6.126 Fetched 8246 kB in 5s (1722 kB/s) [2021-02-25T03:20:01.583Z] #19 6.126 Reading package lists... [2021-02-25T03:20:01.583Z] #19 8.839 Reading package lists... [2021-02-25T03:20:01.583Z] #19 11.34 Building dependency tree... [2021-02-25T03:20:01.583Z] #19 12.45 libcap2-bin is already the newest version (1:2.25-2). [2021-02-25T03:20:01.583Z] #19 12.45 The following additional packages will be installed: [2021-02-25T03:20:01.583Z] #19 12.45 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-02-25T03:20:01.583Z] #19 12.45 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-02-25T03:20:01.583Z] #19 12.45 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-02-25T03:20:01.583Z] #19 12.45 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-02-25T03:20:01.583Z] #19 12.46 python3.7 python3.7-minimal vim-runtime xxd [2021-02-25T03:20:01.583Z] #19 12.46 Suggested packages: [2021-02-25T03:20:01.583Z] #19 12.46 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-02-25T03:20:01.583Z] #19 12.46 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-02-25T03:20:01.583Z] #19 12.46 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-02-25T03:20:01.583Z] #19 12.46 Recommended packages: [2021-02-25T03:20:01.583Z] #19 12.46 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-02-25T03:20:01.583Z] #19 12.46 python3-keyrings.alt python3-xdg unzip [2021-02-25T03:20:01.583Z] #19 13.58 The following NEW packages will be installed: [2021-02-25T03:20:01.583Z] #19 13.58 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-02-25T03:20:01.583Z] #19 13.59 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-02-25T03:20:01.583Z] #19 13.59 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-02-25T03:20:01.583Z] #19 13.59 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-02-25T03:20:01.583Z] #19 13.59 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-02-25T03:20:01.583Z] #19 13.59 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-02-25T03:20:01.583Z] #19 13.59 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-02-25T03:20:01.583Z] #19 13.59 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-02-25T03:20:01.583Z] #19 13.59 xz-utils zip [2021-02-25T03:20:01.583Z] #19 13.90 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded. [2021-02-25T03:20:01.583Z] #19 13.90 Need to get 27.6 MB of archives. [2021-02-25T03:20:01.583Z] #19 13.90 After this operation, 114 MB of additional disk space will be used. [2021-02-25T03:20:01.583Z] #19 13.90 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 pigz arm64 2.4-1 [48.0 kB] [2021-02-25T03:20:01.583Z] #19 13.91 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u2 [588 kB] [2021-02-25T03:20:01.583Z] #19 13.92 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u2 [1404 kB] [2021-02-25T03:20:01.583Z] #19 13.98 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB] [2021-02-25T03:20:01.583Z] #19 13.98 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB] [2021-02-25T03:20:01.583Z] #19 13.99 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u2 [1641 kB] [2021-02-25T03:20:01.583Z] #19 14.09 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u2 [330 kB] [2021-02-25T03:20:01.583Z] #19 14.12 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB] [2021-02-25T03:20:01.583Z] #19 14.12 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB] [2021-02-25T03:20:01.583Z] #19 14.12 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB] [2021-02-25T03:20:01.583Z] #19 14.12 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB] [2021-02-25T03:20:01.583Z] #19 14.12 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB] [2021-02-25T03:20:01.583Z] #19 14.27 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2021-02-25T03:20:01.583Z] #19 14.43 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB] [2021-02-25T03:20:01.583Z] #19 14.45 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB] [2021-02-25T03:20:01.583Z] #19 14.47 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB] [2021-02-25T03:20:01.583Z] #19 14.48 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2021-02-25T03:20:01.583Z] #19 14.48 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2021-02-25T03:20:01.583Z] #19 14.48 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB] [2021-02-25T03:20:01.583Z] #19 14.49 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bzip2 arm64 1.0.6-9.2~deb10u1 [47.7 kB] [2021-02-25T03:20:01.583Z] #19 14.51 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1 [182 kB] [2021-02-25T03:20:01.583Z] #19 14.56 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 apparmor arm64 2.13.2-10 [504 kB] [2021-02-25T03:20:01.583Z] #19 14.57 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 aufs-tools arm64 1:4.14+20190211-1 [104 kB] [2021-02-25T03:20:01.588Z] #42 51.58 AR compel/libcompel.a [2021-02-25T03:20:01.759Z] #43 93.55 DEP criu/cr-service.d [2021-02-25T03:20:01.837Z] #42 ... [2021-02-25T03:20:01.837Z] [2021-02-25T03:20:01.837Z] #44 [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-02-25T03:20:01.837Z] #44 sha256:9c1c894d71924ba5495f24b060df116fd97fd016d241f3cd58c535b197cc6e71 [2021-02-25T03:20:01.837Z] #44 DONE 143.5s [2021-02-25T03:20:01.837Z] [2021-02-25T03:20:01.837Z] #42 [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-02-25T03:20:01.838Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:20:01.838Z] #42 71.13 DEP criu/uffd.d [2021-02-25T03:20:01.849Z] #19 14.57 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2021-02-25T03:20:01.849Z] #19 14.60 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2021-02-25T03:20:01.849Z] #19 14.60 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2021-02-25T03:20:01.849Z] #19 14.61 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libaio1 arm64 0.3.112-3 [11.1 kB] [2021-02-25T03:20:01.849Z] #19 14.61 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB] [2021-02-25T03:20:01.849Z] #19 14.62 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2021-02-25T03:20:01.849Z] #19 ... [2021-02-25T03:20:01.849Z] [2021-02-25T03:20:01.849Z] #42 [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-02-25T03:20:01.849Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-25T03:20:01.849Z] #42 65.57 DEP criu/protobuf.d [2021-02-25T03:20:01.849Z] #42 65.75 GEN criu/protobuf-desc-gen.h [2021-02-25T03:20:01.851Z] #42 51.72 HOSTCC compel/src/main-host.o [2021-02-25T03:20:02.060Z] #43 93.85 DEP criu/cr-restore.d [2021-02-25T03:20:02.097Z] #42 71.34 DEP criu/tun.d [2021-02-25T03:20:02.097Z] #42 71.58 DEP criu/tty.d [2021-02-25T03:20:02.114Z] #42 ... [2021-02-25T03:20:02.114Z] [2021-02-25T03:20:02.114Z] #13 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-02-25T03:20:02.114Z] #13 sha256:5d93c16b11b4fa823b774777222a562901bea96919d6b4f99bcfab4a0637fb25 [2021-02-25T03:20:02.114Z] #13 DONE 1.8s [2021-02-25T03:20:02.114Z] [2021-02-25T03:20:02.114Z] #52 [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-02-25T03:20:02.114Z] #52 sha256:3b2aa9cacef3f6793a318d633e0de8bd67ef3d4466713dfc30279de00a4c2de6 [2021-02-25T03:20:02.114Z] #52 1.665 + RM_GOPATH=0 [2021-02-25T03:20:02.114Z] #52 1.665 + TMP_GOPATH= [2021-02-25T03:20:02.114Z] #52 1.665 + : /build [2021-02-25T03:20:02.114Z] #52 1.665 + '[' -z '' ']' [2021-02-25T03:20:02.114Z] #52 1.665 ++ mktemp -d [2021-02-25T03:20:02.114Z] #52 1.671 + export GOPATH=/tmp/tmp.emMiMggHoe [2021-02-25T03:20:02.114Z] #52 1.671 + GOPATH=/tmp/tmp.emMiMggHoe [2021-02-25T03:20:02.114Z] #52 1.671 + RM_GOPATH=1 [2021-02-25T03:20:02.114Z] #52 1.671 + case "$(go env GOARCH)" in [2021-02-25T03:20:02.114Z] #52 1.671 ++ go env GOARCH [2021-02-25T03:20:02.114Z] #52 1.719 + export GO_BUILDMODE=-buildmode=pie [2021-02-25T03:20:02.114Z] #52 1.719 + GO_BUILDMODE=-buildmode=pie [2021-02-25T03:20:02.114Z] #52 1.719 ++ dirname /tmp/install/install.sh [2021-02-25T03:20:02.114Z] #52 1.721 + dir=/tmp/install [2021-02-25T03:20:02.114Z] #52 1.721 + bin=runc [2021-02-25T03:20:02.114Z] #52 1.721 + shift [2021-02-25T03:20:02.114Z] #52 1.721 + '[' '!' -f /tmp/install/runc.installer ']' [2021-02-25T03:20:02.114Z] #52 1.722 + . /tmp/install/runc.installer [2021-02-25T03:20:02.114Z] #52 1.722 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-02-25T03:20:02.114Z] #52 1.723 + install_runc [2021-02-25T03:20:02.114Z] #52 1.725 + uname -r [2021-02-25T03:20:02.114Z] #52 1.725 + grep -q '^3\.10\.0.*\.el7\.' [2021-02-25T03:20:02.114Z] #52 1.730 + RUNC_BUILDTAGS='seccomp ' [2021-02-25T03:20:02.114Z] #52 1.732 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-02-25T03:20:02.114Z] #52 1.732 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-02-25T03:20:02.114Z] #52 1.734 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.emMiMggHoe/src/github.com/opencontainers/runc [2021-02-25T03:20:02.114Z] #52 1.736 Cloning into '/tmp/tmp.emMiMggHoe/src/github.com/opencontainers/runc'... [2021-02-25T03:20:02.355Z] #42 71.78 DEP criu/timerfd.d [2021-02-25T03:20:02.359Z] #43 94.20 DEP criu/cr-errno.d [2021-02-25T03:20:02.359Z] #43 94.21 DEP criu/cr-dump.d [2021-02-25T03:20:02.613Z] #42 71.96 DEP criu/timens.d [2021-02-25T03:20:02.613Z] #42 72.13 DEP criu/sysfs_parse.d [2021-02-25T03:20:02.693Z] #43 94.45 DEP criu/cr-dedup.d [2021-02-25T03:20:02.871Z] #42 72.29 DEP criu/sysctl.d [2021-02-25T03:20:03.018Z] #43 94.65 DEP criu/cr-check.d [2021-02-25T03:20:03.018Z] #43 94.92 DEP criu/config.d [2021-02-25T03:20:03.128Z] #42 72.47 DEP criu/string.d [2021-02-25T03:20:03.128Z] #42 72.53 DEP criu/stats.d [2021-02-25T03:20:03.250Z] #42 67.07 DEP criu/protobuf-desc.d [2021-02-25T03:20:03.318Z] #43 95.14 DEP criu/clone-noasan.d [2021-02-25T03:20:03.318Z] #43 95.25 DEP criu/cgroup.d [2021-02-25T03:20:03.385Z] #42 72.68 DEP criu/sockets.d [2021-02-25T03:20:03.385Z] #42 72.86 DEP criu/sk-unix.d [2021-02-25T03:20:03.505Z] #52 ... [2021-02-25T03:20:03.505Z] [2021-02-25T03:20:03.506Z] #14 [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-02-25T03:20:03.506Z] #14 sha256:9870d309798d4684300692663586ff94ad80094a53fa8816f3d1b7fdbf3f8075 [2021-02-25T03:20:03.506Z] #14 DONE 1.3s [2021-02-25T03:20:03.506Z] [2021-02-25T03:20:03.506Z] #15 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-02-25T03:20:03.506Z] #15 sha256:f49da00d55432a53eccbeeb79d7a9dfdea5b595b3817b9c4dc4376949abc3cd7 [2021-02-25T03:20:03.514Z] #42 67.22 DEP criu/proc_parse.d [2021-02-25T03:20:03.619Z] #43 95.45 DEP criu/cgroup-props.d [2021-02-25T03:20:03.619Z] #43 95.64 DEP criu/bitmap.d [2021-02-25T03:20:03.642Z] #42 73.07 DEP criu/sk-tcp.d [2021-02-25T03:20:03.778Z] #42 67.45 DEP criu/plugin.d [2021-02-25T03:20:03.778Z] #42 67.53 DEP criu/pipes.d [2021-02-25T03:20:03.778Z] #42 67.63 DEP criu/pie-util.d [2021-02-25T03:20:03.899Z] #42 73.32 DEP criu/sk-queue.d [2021-02-25T03:20:03.920Z] #43 95.66 DEP criu/bfd.d [2021-02-25T03:20:03.921Z] #43 95.78 DEP criu/autofs.d [2021-02-25T03:20:03.921Z] #43 ... [2021-02-25T03:20:03.921Z] [2021-02-25T03:20:03.921Z] #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-02-25T03:20:03.921Z] #20 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-02-25T03:20:03.921Z] #20 42.71 Unpacking bash-completion (1:2.8-6) ... [2021-02-25T03:20:03.921Z] #20 43.18 Selecting previously unselected package bzip2. [2021-02-25T03:20:03.921Z] #20 43.19 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_ppc64el.deb ... [2021-02-25T03:20:03.921Z] #20 43.19 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-25T03:20:03.921Z] #20 43.29 Selecting previously unselected package xz-utils. [2021-02-25T03:20:03.921Z] #20 43.31 Preparing to unpack .../12-xz-utils_5.2.4-1_ppc64el.deb ... [2021-02-25T03:20:03.921Z] #20 43.32 Unpacking xz-utils (5.2.4-1) ... [2021-02-25T03:20:03.921Z] #20 43.51 Selecting previously unselected package apparmor. [2021-02-25T03:20:03.921Z] #20 43.51 Preparing to unpack .../13-apparmor_2.13.2-10_ppc64el.deb ... [2021-02-25T03:20:03.921Z] #20 43.61 Unpacking apparmor (2.13.2-10) ... [2021-02-25T03:20:03.921Z] #20 44.02 Selecting previously unselected package aufs-tools. [2021-02-25T03:20:03.921Z] #20 44.02 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_ppc64el.deb ... [2021-02-25T03:20:03.921Z] #20 44.03 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-02-25T03:20:03.921Z] #20 44.18 Selecting previously unselected package libonig5:ppc64el. [2021-02-25T03:20:03.921Z] #20 44.20 Preparing to unpack .../15-libonig5_6.9.1-1_ppc64el.deb ... [2021-02-25T03:20:03.921Z] #20 44.21 Unpacking libonig5:ppc64el (6.9.1-1) ... [2021-02-25T03:20:03.921Z] #20 44.41 Selecting previously unselected package libjq1:ppc64el. [2021-02-25T03:20:03.921Z] #20 44.42 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2021-02-25T03:20:03.921Z] #20 44.42 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2021-02-25T03:20:03.921Z] #20 44.51 Selecting previously unselected package jq. [2021-02-25T03:20:03.921Z] #20 44.52 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_ppc64el.deb ... [2021-02-25T03:20:03.921Z] #20 44.53 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-25T03:20:03.921Z] #20 44.65 Selecting previously unselected package libaio1:ppc64el. [2021-02-25T03:20:03.921Z] #20 44.67 Preparing to unpack .../18-libaio1_0.3.112-3_ppc64el.deb ... [2021-02-25T03:20:03.921Z] #20 44.68 Unpacking libaio1:ppc64el (0.3.112-3) ... [2021-02-25T03:20:03.921Z] #20 44.79 Selecting previously unselected package libgpm2:ppc64el. [2021-02-25T03:20:03.921Z] #20 44.79 Preparing to unpack .../19-libgpm2_1.20.7-5_ppc64el.deb ... [2021-02-25T03:20:03.921Z] #20 44.80 Unpacking libgpm2:ppc64el (1.20.7-5) ... [2021-02-25T03:20:03.921Z] #20 44.87 Selecting previously unselected package libicu63:ppc64el. [2021-02-25T03:20:03.921Z] #20 44.88 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2021-02-25T03:20:03.921Z] #20 44.90 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2021-02-25T03:20:04.042Z] #42 67.75 DEP criu/pie-util-vdso.d [2021-02-25T03:20:04.156Z] #42 73.48 DEP criu/sk-packet.d [2021-02-25T03:20:04.309Z] #42 67.95 DEP criu/path.d [2021-02-25T03:20:04.309Z] #42 68.09 DEP criu/parasite-syscall.d [2021-02-25T03:20:04.414Z] #42 73.67 DEP criu/sk-netlink.d [2021-02-25T03:20:04.414Z] #42 73.87 DEP criu/sk-inet.d [2021-02-25T03:20:04.573Z] #42 68.22 DEP criu/pagemap.d [2021-02-25T03:20:04.573Z] #42 68.35 DEP criu/pagemap-cache.d [2021-02-25T03:20:04.573Z] #42 68.45 DEP criu/page-xfer.d [2021-02-25T03:20:04.646Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-02-25T03:20:04.646Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-02-25T03:20:04.671Z] #42 74.11 DEP criu/signalfd.d [2021-02-25T03:20:04.838Z] #42 68.58 DEP criu/page-pipe.d [2021-02-25T03:20:04.838Z] #42 68.65 DEP criu/netfilter.d [2021-02-25T03:20:04.897Z] #15 1.070 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-02-25T03:20:04.897Z] #15 DONE 1.2s [2021-02-25T03:20:04.897Z] [2021-02-25T03:20:04.897Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-02-25T03:20:04.897Z] #16 sha256:e0fd3f181c6a1aefb495e9780bd348beb6c7a92b0e700d78b21dddc21b6d3788 [2021-02-25T03:20:04.929Z] #42 74.33 DEP criu/sigframe.d [2021-02-25T03:20:04.929Z] #42 74.41 DEP criu/shmem.d [2021-02-25T03:20:05.186Z] #42 74.62 DEP criu/servicefd.d [2021-02-25T03:20:05.420Z] #42 68.90 DEP criu/net.d [2021-02-25T03:20:05.420Z] #42 69.08 DEP criu/namespaces.d [2021-02-25T03:20:05.420Z] #42 69.17 DEP criu/mount.d [2021-02-25T03:20:05.420Z] #42 69.30 DEP criu/memfd.d [2021-02-25T03:20:05.443Z] #42 74.76 DEP criu/seize.d [2021-02-25T03:20:05.464Z] #20 49.32 Selecting previously unselected package libnet1:ppc64el. [2021-02-25T03:20:05.464Z] #20 49.33 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2021-02-25T03:20:05.464Z] #20 49.34 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2021-02-25T03:20:05.684Z] #42 69.47 DEP criu/mem.d [2021-02-25T03:20:05.700Z] #42 74.92 DEP criu/seccomp.d [2021-02-25T03:20:05.700Z] #42 75.14 DEP criu/rst-malloc.d [2021-02-25T03:20:05.765Z] #20 49.42 Selecting previously unselected package libnl-3-200:ppc64el. [2021-02-25T03:20:05.765Z] #20 49.42 Preparing to unpack .../22-libnl-3-200_3.4.0-1_ppc64el.deb ... [2021-02-25T03:20:05.765Z] #20 49.43 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2021-02-25T03:20:05.765Z] #20 49.52 Selecting previously unselected package libprotobuf-c1:ppc64el. [2021-02-25T03:20:05.765Z] #20 49.52 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2021-02-25T03:20:05.765Z] #20 49.53 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2021-02-25T03:20:05.765Z] #20 49.60 Selecting previously unselected package libreadline5:ppc64el. [2021-02-25T03:20:05.765Z] #20 49.60 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_ppc64el.deb ... [2021-02-25T03:20:05.765Z] #20 49.61 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2021-02-25T03:20:05.765Z] #20 49.73 Selecting previously unselected package net-tools. [2021-02-25T03:20:05.765Z] #20 49.74 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_ppc64el.deb ... [2021-02-25T03:20:05.765Z] #20 49.74 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-25T03:20:05.847Z] #16 DONE 1.3s [2021-02-25T03:20:05.847Z] [2021-02-25T03:20:05.847Z] #42 [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-02-25T03:20:05.847Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:20:05.847Z] #42 52.21 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2021-02-25T03:20:05.847Z] #42 52.48 HOSTCC compel/src/lib/handle-elf-host.o [2021-02-25T03:20:05.847Z] #42 53.08 HOSTCC compel/src/lib/log-host.o [2021-02-25T03:20:05.847Z] #42 53.25 HOSTLINK compel/compel-host-bin [2021-02-25T03:20:05.847Z] #42 53.44 DEP soccr/soccr.d [2021-02-25T03:20:05.847Z] #42 53.78 CC soccr/soccr.o [2021-02-25T03:20:05.847Z] #42 55.71 AR soccr/libsoccr.a [2021-02-25T03:20:05.847Z] #42 55.75 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-25T03:20:05.951Z] #42 69.68 DEP criu/lsm.d [2021-02-25T03:20:05.957Z] #42 75.25 DEP criu/rbtree.d [2021-02-25T03:20:05.957Z] #42 75.29 DEP criu/pstree.d [2021-02-25T03:20:05.957Z] #42 75.43 DEP criu/protobuf.d [2021-02-25T03:20:06.066Z] #20 49.95 Selecting previously unselected package python-pip-whl. [2021-02-25T03:20:06.066Z] #20 49.96 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-02-25T03:20:06.066Z] #20 49.97 Unpacking python-pip-whl (18.1-5) ... [2021-02-25T03:20:06.214Z] #42 75.54 GEN criu/protobuf-desc-gen.h [2021-02-25T03:20:06.216Z] #42 69.87 DEP criu/log.d [2021-02-25T03:20:06.495Z] #42 70.04 DEP criu/libnetlink.d [2021-02-25T03:20:06.496Z] #42 70.22 DEP criu/kerndat.d [2021-02-25T03:20:06.717Z] #20 50.46 Selecting previously unselected package python3-lib2to3. [2021-02-25T03:20:06.717Z] #20 50.47 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-02-25T03:20:06.717Z] #20 50.48 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-02-25T03:20:06.717Z] #20 50.64 Selecting previously unselected package python3-distutils. [2021-02-25T03:20:06.717Z] #20 50.64 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-02-25T03:20:06.717Z] #20 50.66 Unpacking python3-distutils (3.7.3-1) ... [2021-02-25T03:20:06.761Z] #42 70.40 DEP criu/kcmp-ids.d [2021-02-25T03:20:06.761Z] #42 70.46 DEP criu/irmap.d [2021-02-25T03:20:06.794Z] #42 56.30 DEP criu/arch/x86/sigframe.d [2021-02-25T03:20:06.794Z] #42 56.50 DEP criu/arch/x86/sigaction_compat.d [2021-02-25T03:20:06.794Z] #42 56.62 DEP criu/arch/x86/kerndat.d [2021-02-25T03:20:07.021Z] #20 50.81 Selecting previously unselected package python3-pip. [2021-02-25T03:20:07.022Z] #20 50.82 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-02-25T03:20:07.022Z] #20 50.82 Unpacking python3-pip (18.1-5) ... [2021-02-25T03:20:07.022Z] #20 ... [2021-02-25T03:20:07.022Z] [2021-02-25T03:20:07.022Z] #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-02-25T03:20:07.022Z] #45 sha256:b3ae012ae7778c84f7a05da4bdd7179235db04bef388100621bc6554c8e89643 [2021-02-25T03:20:07.022Z] #45 156.2 crypto/tls [2021-02-25T03:20:07.022Z] #45 163.8 net/http/httptrace [2021-02-25T03:20:07.022Z] #45 164.1 net/http [2021-02-25T03:20:07.026Z] #42 70.63 DEP criu/ipc_ns.d [2021-02-25T03:20:07.026Z] #42 70.81 DEP criu/image.d [2021-02-25T03:20:07.056Z] #42 56.77 DEP criu/arch/x86/crtools.d [2021-02-25T03:20:07.056Z] #42 ... [2021-02-25T03:20:07.056Z] [2021-02-25T03:20:07.056Z] #57 [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-02-25T03:20:07.056Z] #57 sha256:72ba1ac913344734c398b155bb395caa0906fbe5eb9c3c4f14f56b23059d13ad [2021-02-25T03:20:07.056Z] #57 125.4 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-25T03:20:07.056Z] #57 125.4 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-02-25T03:20:07.056Z] #57 DONE 134.9s [2021-02-25T03:20:07.056Z] [2021-02-25T03:20:07.056Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-02-25T03:20:07.056Z] #58 sha256:7955bb649eda6f0d6d89b01928ff8865e10edf1402fe01d7c2057d265227d4df [2021-02-25T03:20:07.056Z] #58 DONE 0.1s [2021-02-25T03:20:07.291Z] #42 70.99 DEP criu/image-desc.d [2021-02-25T03:20:07.291Z] #42 71.10 DEP criu/fsnotify.d [2021-02-25T03:20:07.322Z] #45 ... [2021-02-25T03:20:07.322Z] [2021-02-25T03:20:07.322Z] #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-02-25T03:20:07.322Z] #20 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-02-25T03:20:07.322Z] #20 51.02 Selecting previously unselected package python3-pkg-resources. [2021-02-25T03:20:07.322Z] #20 51.03 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-02-25T03:20:07.322Z] #20 51.04 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-02-25T03:20:07.322Z] #20 51.15 Selecting previously unselected package python3-setuptools. [2021-02-25T03:20:07.322Z] #20 51.16 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-02-25T03:20:07.322Z] #20 51.16 Unpacking python3-setuptools (40.8.0-1) ... [2021-02-25T03:20:07.332Z] [2021-02-25T03:20:07.332Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-02-25T03:20:07.332Z] #59 sha256:53b7310a29c2503ff82b64690289d11fd5975816f4dc8bbc32cb92127d7d036d [2021-02-25T03:20:07.332Z] #59 DONE 0.0s [2021-02-25T03:20:07.332Z] [2021-02-25T03:20:07.332Z] #42 [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-02-25T03:20:07.332Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:20:07.332Z] #42 57.08 DEP criu/arch/x86/cpu.d [2021-02-25T03:20:07.332Z] #42 ... [2021-02-25T03:20:07.332Z] [2021-02-25T03:20:07.332Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-02-25T03:20:07.332Z] #17 sha256:f042adb567361aaa003e9e425fd06cc735c4a98b1120e5d4e13f4e35e2efd6f5 [2021-02-25T03:20:07.332Z] #17 DONE 1.4s [2021-02-25T03:20:07.555Z] #42 71.27 DEP criu/filesystems.d [2021-02-25T03:20:07.583Z] #42 77.01 DEP criu/protobuf-desc.d [2021-02-25T03:20:07.598Z] [2021-02-25T03:20:07.598Z] #42 [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-02-25T03:20:07.598Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:20:07.598Z] #42 57.30 CC criu/arch/x86/cpu.o [2021-02-25T03:20:07.622Z] #20 51.50 Selecting previously unselected package python3-wheel. [2021-02-25T03:20:07.622Z] #20 51.51 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-02-25T03:20:07.622Z] #20 51.51 Unpacking python3-wheel (0.32.3-2) ... [2021-02-25T03:20:07.622Z] #20 51.59 Selecting previously unselected package sudo. [2021-02-25T03:20:07.622Z] #20 51.60 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_ppc64el.deb ... [2021-02-25T03:20:07.622Z] #20 51.61 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-02-25T03:20:07.820Z] #42 71.42 DEP criu/files.d [2021-02-25T03:20:07.820Z] #42 71.62 DEP criu/files-reg.d [2021-02-25T03:20:07.840Z] #42 77.17 DEP criu/proc_parse.d [2021-02-25T03:20:07.961Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-02-25T03:20:08.084Z] #42 71.80 DEP criu/files-ext.d [2021-02-25T03:20:08.098Z] #42 77.40 DEP criu/plugin.d [2021-02-25T03:20:08.098Z] #42 77.47 DEP criu/pipes.d [2021-02-25T03:20:08.348Z] #42 71.96 DEP criu/file-lock.d [2021-02-25T03:20:08.348Z] #42 72.09 DEP criu/file-ids.d [2021-02-25T03:20:08.348Z] #42 72.20 DEP criu/fifo.d [2021-02-25T03:20:08.355Z] #42 77.61 DEP criu/pie-util.d [2021-02-25T03:20:08.355Z] #42 77.74 DEP criu/pie-util-vdso.d [2021-02-25T03:20:08.355Z] #42 77.85 DEP criu/pie-util-vdso-elf32.d [2021-02-25T03:20:08.546Z] #42 58.25 CC criu/arch/x86/crtools.o [2021-02-25T03:20:08.612Z] #42 77.93 DEP criu/path.d [2021-02-25T03:20:08.612Z] #42 78.14 DEP criu/parasite-syscall.d [2021-02-25T03:20:08.613Z] #42 72.32 DEP criu/fdstore.d [2021-02-25T03:20:08.613Z] #42 72.42 DEP criu/fault-injection.d [2021-02-25T03:20:08.697Z] #20 52.35 Selecting previously unselected package thin-provisioning-tools. [2021-02-25T03:20:08.697Z] #20 52.36 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_ppc64el.deb ... [2021-02-25T03:20:08.697Z] #20 52.37 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-02-25T03:20:08.697Z] #20 52.64 Selecting previously unselected package uidmap. [2021-02-25T03:20:08.697Z] #20 52.64 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_ppc64el.deb ... [2021-02-25T03:20:08.869Z] #42 78.39 DEP criu/pagemap.d [2021-02-25T03:20:08.877Z] #42 72.47 DEP criu/external.d [2021-02-25T03:20:08.877Z] #42 72.57 DEP criu/eventpoll.d [2021-02-25T03:20:08.877Z] #42 ... [2021-02-25T03:20:08.877Z] [2021-02-25T03:20:08.877Z] #19 [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-02-25T03:20:08.877Z] #19 sha256:d3b65319af3d5e3143d7ee55e3c659a5d65a0934fe1f79b38392c0e93180150d [2021-02-25T03:20:08.877Z] #19 14.85 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2021-02-25T03:20:08.877Z] #19 14.86 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2021-02-25T03:20:08.877Z] #19 14.86 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2021-02-25T03:20:08.877Z] #19 14.86 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libreadline5 arm64 5.2+dfsg-3+b13 [113 kB] [2021-02-25T03:20:08.877Z] #19 14.86 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1 [247 kB] [2021-02-25T03:20:08.877Z] #19 14.87 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pip-whl all 18.1-5 [1591 kB] [2021-02-25T03:20:08.877Z] #19 14.93 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-02-25T03:20:08.877Z] #19 14.93 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-distutils all 3.7.3-1 [142 kB] [2021-02-25T03:20:08.877Z] #19 14.93 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pip all 18.1-5 [171 kB] [2021-02-25T03:20:08.877Z] #19 14.94 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-02-25T03:20:08.877Z] #19 14.94 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-setuptools all 40.8.0-1 [306 kB] [2021-02-25T03:20:08.877Z] #19 14.95 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-02-25T03:20:08.877Z] #19 14.96 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main arm64 sudo arm64 1.8.27-1+deb10u3 [1208 kB] [2021-02-25T03:20:08.877Z] #19 15.04 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main arm64 thin-provisioning-tools arm64 0.7.6-2.1 [318 kB] [2021-02-25T03:20:08.877Z] #19 15.05 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main arm64 uidmap arm64 1:4.5-1.1 [257 kB] [2021-02-25T03:20:08.877Z] #19 15.06 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-02-25T03:20:08.877Z] #19 15.39 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim arm64 2:8.1.0875-5 [1189 kB] [2021-02-25T03:20:08.877Z] #19 15.47 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xfsprogs arm64 4.20.0-1 [874 kB] [2021-02-25T03:20:08.877Z] #19 15.49 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zip arm64 3.0-11+b1 [225 kB] [2021-02-25T03:20:08.877Z] #19 16.11 debconf: delaying package configuration, since apt-utils is not installed [2021-02-25T03:20:08.877Z] #19 16.20 Fetched 27.6 MB in 2s (14.9 MB/s) [2021-02-25T03:20:08.877Z] #19 16.26 Selecting previously unselected package pigz. [2021-02-25T03:20:08.877Z] #19 16.26 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23405 files and directories currently installed.) [2021-02-25T03:20:08.877Z] #19 16.36 Preparing to unpack .../archives/pigz_2.4-1_arm64.deb ... [2021-02-25T03:20:08.877Z] #19 16.37 Unpacking pigz (2.4-1) ... [2021-02-25T03:20:08.877Z] #19 16.47 Selecting previously unselected package libpython3.7-minimal:arm64. [2021-02-25T03:20:08.877Z] #19 16.48 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_arm64.deb ... [2021-02-25T03:20:08.877Z] #19 16.48 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ... [2021-02-25T03:20:08.877Z] #19 16.95 Selecting previously unselected package python3.7-minimal. [2021-02-25T03:20:08.877Z] #19 16.95 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_arm64.deb ... [2021-02-25T03:20:08.877Z] #19 16.98 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-25T03:20:08.877Z] #19 17.68 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ... [2021-02-25T03:20:08.877Z] #19 17.72 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-25T03:20:08.877Z] #19 19.47 Selecting previously unselected package python3-minimal. [2021-02-25T03:20:08.877Z] #19 19.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 ... 23654 files and directories currently installed.) [2021-02-25T03:20:08.877Z] #19 19.55 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ... [2021-02-25T03:20:08.877Z] #19 19.56 Unpacking python3-minimal (3.7.3-1) ... [2021-02-25T03:20:08.877Z] #19 19.66 Selecting previously unselected package libmpdec2:arm64. [2021-02-25T03:20:08.877Z] #19 19.67 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ... [2021-02-25T03:20:08.877Z] #19 19.69 Unpacking libmpdec2:arm64 (2.4.2-2) ... [2021-02-25T03:20:08.877Z] #19 19.82 Selecting previously unselected package libpython3.7-stdlib:arm64. [2021-02-25T03:20:08.877Z] #19 19.82 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_arm64.deb ... [2021-02-25T03:20:08.877Z] #19 19.84 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ... [2021-02-25T03:20:08.877Z] #19 20.48 Selecting previously unselected package python3.7. [2021-02-25T03:20:08.877Z] #19 20.48 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_arm64.deb ... [2021-02-25T03:20:08.877Z] #19 20.50 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2021-02-25T03:20:08.877Z] #19 20.61 Selecting previously unselected package libpython3-stdlib:arm64. [2021-02-25T03:20:08.877Z] #19 20.63 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ... [2021-02-25T03:20:08.877Z] #19 20.63 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ... [2021-02-25T03:20:08.877Z] #19 20.81 Setting up python3-minimal (3.7.3-1) ... [2021-02-25T03:20:08.877Z] #19 21.64 Selecting previously unselected package python3. [2021-02-25T03:20:08.877Z] #19 21.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 ... 24066 files and directories currently installed.) [2021-02-25T03:20:08.877Z] #19 21.68 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ... [2021-02-25T03:20:08.877Z] #19 21.71 Unpacking python3 (3.7.3-1) ... [2021-02-25T03:20:08.997Z] #20 52.64 Unpacking uidmap (1:4.5-1.1) ... [2021-02-25T03:20:08.997Z] #20 52.78 Selecting previously unselected package vim-runtime. [2021-02-25T03:20:08.997Z] #20 52.79 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-02-25T03:20:08.997Z] #20 52.88 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-02-25T03:20:09.121Z] #42 ... [2021-02-25T03:20:09.121Z] [2021-02-25T03:20:09.121Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2021-02-25T03:20:09.121Z] #18 sha256:86984b543c4e9d471b758b4d0d9dc83fe9fc7f9a2a4e2219c14f672e16b922b3 [2021-02-25T03:20:09.121Z] #18 DONE 1.7s [2021-02-25T03:20:09.126Z] #42 78.57 DEP criu/pagemap-cache.d [2021-02-25T03:20:09.141Z] #19 21.82 Selecting previously unselected package libip4tc0:arm64. [2021-02-25T03:20:09.141Z] #19 21.84 Preparing to unpack .../01-libip4tc0_1.8.2-4_arm64.deb ... [2021-02-25T03:20:09.141Z] #19 21.84 Unpacking libip4tc0:arm64 (1.8.2-4) ... [2021-02-25T03:20:09.141Z] #19 21.96 Selecting previously unselected package libip6tc0:arm64. [2021-02-25T03:20:09.141Z] #19 21.96 Preparing to unpack .../02-libip6tc0_1.8.2-4_arm64.deb ... [2021-02-25T03:20:09.141Z] #19 21.97 Unpacking libip6tc0:arm64 (1.8.2-4) ... [2021-02-25T03:20:09.141Z] #19 22.07 Selecting previously unselected package libiptc0:arm64. [2021-02-25T03:20:09.297Z] #20 53.00 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-02-25T03:20:09.297Z] #20 53.00 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-02-25T03:20:09.383Z] #42 78.73 DEP criu/page-xfer.d [2021-02-25T03:20:09.386Z] [2021-02-25T03:20:09.386Z] #19 [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-02-25T03:20:09.386Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-25T03:20:09.405Z] #19 22.08 Preparing to unpack .../03-libiptc0_1.8.2-4_arm64.deb ... [2021-02-25T03:20:09.406Z] #19 22.09 Unpacking libiptc0:arm64 (1.8.2-4) ... [2021-02-25T03:20:09.406Z] #19 22.18 Selecting previously unselected package libnfnetlink0:arm64. [2021-02-25T03:20:09.406Z] #19 22.18 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2021-02-25T03:20:09.406Z] #19 22.19 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2021-02-25T03:20:09.406Z] #19 22.27 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2021-02-25T03:20:09.406Z] #19 22.28 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_arm64.deb ... [2021-02-25T03:20:09.406Z] #19 22.29 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2021-02-25T03:20:09.641Z] #42 78.91 DEP criu/page-pipe.d [2021-02-25T03:20:09.641Z] #42 79.01 DEP criu/netfilter.d [2021-02-25T03:20:09.670Z] #19 22.38 Selecting previously unselected package libnftnl11:arm64. [2021-02-25T03:20:09.670Z] #19 22.38 Preparing to unpack .../06-libnftnl11_1.1.2-2_arm64.deb ... [2021-02-25T03:20:09.670Z] #19 22.41 Unpacking libnftnl11:arm64 (1.1.2-2) ... [2021-02-25T03:20:09.898Z] #42 79.15 DEP criu/net.d [2021-02-25T03:20:09.898Z] #42 79.30 DEP criu/namespaces.d [2021-02-25T03:20:09.934Z] #19 22.59 Selecting previously unselected package iptables. [2021-02-25T03:20:09.934Z] #19 22.59 Preparing to unpack .../07-iptables_1.8.2-4_arm64.deb ... [2021-02-25T03:20:09.934Z] #19 22.61 Unpacking iptables (1.8.2-4) ... [2021-02-25T03:20:10.156Z] #42 79.45 DEP criu/mount.d [2021-02-25T03:20:10.199Z] #19 22.91 Selecting previously unselected package xxd. [2021-02-25T03:20:10.199Z] #19 22.91 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_arm64.deb ... [2021-02-25T03:20:10.199Z] #19 22.93 Unpacking xxd (2:8.1.0875-5) ... [2021-02-25T03:20:10.199Z] #19 23.07 Selecting previously unselected package vim-common. [2021-02-25T03:20:10.199Z] #19 23.07 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-25T03:20:10.415Z] #42 79.60 DEP criu/memfd.d [2021-02-25T03:20:10.415Z] #42 79.73 DEP criu/mem.d [2021-02-25T03:20:10.464Z] #19 23.12 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-25T03:20:10.464Z] #19 23.32 Selecting previously unselected package bash-completion. [2021-02-25T03:20:10.464Z] #19 23.32 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-02-25T03:20:10.672Z] #42 79.91 DEP criu/lsm.d [2021-02-25T03:20:10.672Z] #42 80.06 DEP criu/log.d [2021-02-25T03:20:10.672Z] #42 80.16 DEP criu/libnetlink.d [2021-02-25T03:20:10.930Z] #42 80.22 DEP criu/kerndat.d [2021-02-25T03:20:10.930Z] #42 80.40 DEP criu/kcmp-ids.d [2021-02-25T03:20:11.187Z] #42 80.53 DEP criu/irmap.d [2021-02-25T03:20:11.187Z] #42 ... [2021-02-25T03:20:11.187Z] [2021-02-25T03:20:11.187Z] #31 [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-02-25T03:20:11.187Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-25T03:20:11.187Z] #31 DONE 152.7s [2021-02-25T03:20:11.187Z] [2021-02-25T03:20:11.187Z] #42 [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-02-25T03:20:11.187Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:20:11.187Z] #42 80.76 DEP criu/ipc_ns.d [2021-02-25T03:20:11.187Z] #42 ... [2021-02-25T03:20:11.187Z] [2021-02-25T03:20:11.187Z] #19 [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-02-25T03:20:11.187Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-25T03:20:11.187Z] #19 3.245 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-25T03:20:11.187Z] #19 3.428 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-25T03:20:11.187Z] #19 3.515 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-25T03:20:11.187Z] #19 3.956 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-25T03:20:11.187Z] #19 5.294 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-25T03:20:11.187Z] #19 6.888 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-25T03:20:11.187Z] #19 12.04 Fetched 8422 kB in 9s (893 kB/s) [2021-02-25T03:20:11.262Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-02-25T03:20:11.311Z] #19 2.011 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-25T03:20:11.311Z] #19 2.045 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-25T03:20:11.523Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-02-25T03:20:11.574Z] #19 2.192 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-25T03:20:11.751Z] #19 12.04 Reading package lists... [2021-02-25T03:20:11.751Z] #19 ... [2021-02-25T03:20:11.751Z] [2021-02-25T03:20:11.751Z] #42 [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-02-25T03:20:11.751Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:20:11.751Z] #42 80.93 DEP criu/image.d [2021-02-25T03:20:11.751Z] #42 81.10 DEP criu/image-desc.d [2021-02-25T03:20:11.751Z] #42 81.18 DEP criu/fsnotify.d [2021-02-25T03:20:12.008Z] #42 81.37 DEP criu/filesystems.d [2021-02-25T03:20:12.148Z] #19 2.855 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-25T03:20:12.266Z] #42 81.60 DEP criu/files.d [2021-02-25T03:20:12.410Z] #19 ... [2021-02-25T03:20:12.410Z] [2021-02-25T03:20:12.410Z] #44 [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-02-25T03:20:12.410Z] #44 sha256:afe17831b94519c9ec988602eca641f7966cf1a4d7b110e59a5ec33c57993be6 [2021-02-25T03:20:12.410Z] #44 130.0 net/http/httptrace [2021-02-25T03:20:12.410Z] #44 130.6 net/http [2021-02-25T03:20:12.410Z] #44 ... [2021-02-25T03:20:12.410Z] [2021-02-25T03:20:12.410Z] #42 [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-02-25T03:20:12.410Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:20:12.410Z] #42 60.35 CC criu/arch/x86/kerndat.o [2021-02-25T03:20:12.410Z] #42 60.84 CC criu/arch/x86/sigaction_compat.o [2021-02-25T03:20:12.410Z] #42 61.06 CC criu/arch/x86/sigframe.o [2021-02-25T03:20:12.410Z] #42 61.36 LINK criu/arch/x86/crtools.built-in.o [2021-02-25T03:20:12.410Z] #42 61.41 DEP criu/pie/util-vdso-elf32.d [2021-02-25T03:20:12.410Z] #42 61.56 DEP criu/pie/util-vdso.d [2021-02-25T03:20:12.410Z] #42 61.66 DEP criu/pie/util.d [2021-02-25T03:20:12.410Z] #42 61.87 CC criu/pie/util.o [2021-02-25T03:20:12.410Z] #42 62.18 CC criu/pie/util-vdso.o [2021-02-25T03:20:12.536Z] #42 81.83 DEP criu/files-reg.d [2021-02-25T03:20:12.536Z] #42 81.98 DEP criu/files-ext.d [2021-02-25T03:20:12.794Z] #42 82.22 DEP criu/file-lock.d [2021-02-25T03:20:13.051Z] #42 82.42 DEP criu/file-ids.d [2021-02-25T03:20:13.051Z] #42 82.62 DEP criu/fifo.d [2021-02-25T03:20:13.356Z] #42 63.06 CC criu/pie/util-vdso-elf32.o [2021-02-25T03:20:13.615Z] #42 82.81 DEP criu/fdstore.d [2021-02-25T03:20:13.615Z] #42 82.90 DEP criu/fault-injection.d [2021-02-25T03:20:13.615Z] #42 82.95 DEP criu/external.d [2021-02-25T03:20:13.615Z] #42 83.04 DEP criu/eventpoll.d [2021-02-25T03:20:13.790Z] #19 26.32 Unpacking bash-completion (1:2.8-6) ... [2021-02-25T03:20:13.822Z] #20 57.10 Selecting previously unselected package vim. [2021-02-25T03:20:13.822Z] #20 57.12 Preparing to unpack .../37-vim_2%3a8.1.0875-5_ppc64el.deb ... [2021-02-25T03:20:13.822Z] #20 57.13 Unpacking vim (2:8.1.0875-5) ... [2021-02-25T03:20:13.822Z] #20 ... [2021-02-25T03:20:13.822Z] [2021-02-25T03:20:13.822Z] #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-02-25T03:20:13.822Z] #24 sha256:22761bc87d8a6e72ddd9615b6d7ab7d855c0d1b083f96cff7fa10bff8904cc61 [2021-02-25T03:20:13.822Z] #24 168.9 Checking out files: 25% (2811/11189) Checking out files: 26% (2910/11189) Checking out files: 27% (3022/11189) Checking out files: 28% (3133/11189) Checking out files: 29% (3245/11189) Checking out files: 30% (3357/11189) Checking out files: 31% (3469/11189) Checking out files: 32% (3581/11189) Checking out files: 33% (3693/11189) Checking out files: 34% (3805/11189) Checking out files: 35% (3917/11189) Checking out files: 36% (4029/11189) Checking out files: 37% (4140/11189) Checking out files: 38% (4252/11189) Checking out files: 39% (4364/11189) Checking out files: 40% (4476/11189) Checking out files: 41% (4588/11189) Checking out files: 42% (4700/11189) Checking out files: 42% (4770/11189) Checking out files: 43% (4812/11189) Checking out files: 44% (4924/11189) Checking out files: 45% (5036/11189) Checking out files: 46% (5147/11189) Checking out files: 47% (5259/11189) Checking out files: 48% (5371/11189) Checking out files: 49% (5483/11189) Checking out files: 50% (5595/11189) Checking out files: 51% (5707/11189) Checking out files: 52% (5819/11189) Checking out files: 53% (5931/11189) Checking out files: 54% (6043/11189) Checking out files: 55% (6154/11189) Checking out files: 56% (6266/11189) Checking out files: 57% (6378/11189) Checking out files: 58% (6490/11189) Checking out files: 58% (6554/11189) Checking out files: 59% (6602/11189) Checking out files: 60% (6714/11189) Checking out files: 61% (6826/11189) Checking out files: 62% (6938/11189) Checking out files: 63% (7050/11189) Checking out files: 64% (7161/11189) Checking out files: 65% (7273/11189) Checking out files: 66% (7385/11189) Checking out files: 67% (7497/11189) Checking out files: 68% (7609/11189) Checking out files: 69% (7721/11189) Checking out files: 70% (7833/11189) Checking out files: 71% (7945/11189) Checking out files: 72% (8057/11189) Checking out files: 73% (8168/11189) Checking out files: 74% (8280/11189) Checking out files: 75% (8392/11189) Checking out files: 76% (8504/11189) Checking out files: 77% (8616/11189) Checking out files: 78% (8728/11189) Checking out files: 79% (8840/11189) Checking out files: 79% (8901/11189) Checking out files: 80% (8952/11189) Checking out files: 81% (9064/11189) Checking out files: 82% (9175/11189) Checking out files: 83% (9287/11189) Checking out files: 84% (9399/11189) Checking out files: 85% (9511/11189) Checking out files: 86% (9623/11189) Checking out files: 87% (9735/11189) Checking out files: 88% (9847/11189) Checking out files: 89% (9959/11189) Checking out files: 90% (10071/11189) Checking out files: 91% (10182/11189) Checking out files: 92% (10294/11189) Checking out files: 93% (10406/11189) Checking out files: 94% (10518/11189) Checking out files: 95% (10630/11189) Checking out files: 96% (10742/11189) Checking out files: 97% (10854/11189) Checking out files: 98% (10966/11189) Checking out files: 98% (11074/11189) Checking out files: 99% (11078/11189) Checking out files: 100% (11189/11189) Checking out files: 100% (11189/11189), done. [2021-02-25T03:20:13.873Z] #42 83.26 DEP criu/eventfd.d [2021-02-25T03:20:13.931Z] #42 63.88 AR criu/pie/pie.lib.a [2021-02-25T03:20:14.055Z] #19 26.81 Selecting previously unselected package bzip2. [2021-02-25T03:20:14.055Z] #19 26.82 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_arm64.deb ... [2021-02-25T03:20:14.055Z] #19 26.84 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-25T03:20:14.123Z] #24 173.2 + cd /tmp/tmp.z9jt9Bc0AQ/tmp/docker-ce [2021-02-25T03:20:14.123Z] #24 173.2 + git checkout -q v17.06.2-ce [2021-02-25T03:20:14.123Z] #24 ... [2021-02-25T03:20:14.123Z] [2021-02-25T03:20:14.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-02-25T03:20:14.123Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-25T03:20:14.123Z] #43 95.96 DEP criu/aio.d [2021-02-25T03:20:14.123Z] #43 96.14 DEP criu/action-scripts.d [2021-02-25T03:20:14.123Z] #43 96.53 CC criu/action-scripts.o [2021-02-25T03:20:14.123Z] #43 97.15 CC criu/aio.o [2021-02-25T03:20:14.123Z] #43 97.81 CC criu/autofs.o [2021-02-25T03:20:14.123Z] #43 100.3 CC criu/bfd.o [2021-02-25T03:20:14.123Z] #43 101.2 CC criu/bitmap.o [2021-02-25T03:20:14.123Z] #43 101.5 CC criu/cgroup-props.o [2021-02-25T03:20:14.123Z] #43 102.7 CC criu/cgroup.o [2021-02-25T03:20:14.123Z] #43 ... [2021-02-25T03:20:14.123Z] [2021-02-25T03:20:14.123Z] #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-02-25T03:20:14.123Z] #20 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-02-25T03:20:14.123Z] #20 57.84 Selecting previously unselected package xfsprogs. [2021-02-25T03:20:14.123Z] #20 57.84 Preparing to unpack .../38-xfsprogs_4.20.0-1_ppc64el.deb ... [2021-02-25T03:20:14.123Z] #20 57.85 Unpacking xfsprogs (4.20.0-1) ... [2021-02-25T03:20:14.130Z] #42 83.43 DEP criu/crtools.d [2021-02-25T03:20:14.130Z] #42 83.59 DEP criu/cr-service.d [2021-02-25T03:20:14.193Z] #42 63.94 DEP criu/pie/restorer.d [2021-02-25T03:20:14.320Z] #19 26.98 Selecting previously unselected package xz-utils. [2021-02-25T03:20:14.320Z] #19 26.99 Preparing to unpack .../12-xz-utils_5.2.4-1_arm64.deb ... [2021-02-25T03:20:14.320Z] #19 26.99 Unpacking xz-utils (5.2.4-1) ... [2021-02-25T03:20:14.320Z] #19 27.21 Selecting previously unselected package apparmor. [2021-02-25T03:20:14.320Z] #19 27.22 Preparing to unpack .../13-apparmor_2.13.2-10_arm64.deb ... [2021-02-25T03:20:14.387Z] #42 83.83 DEP criu/cr-restore.d [2021-02-25T03:20:14.423Z] #20 58.33 Selecting previously unselected package zip. [2021-02-25T03:20:14.423Z] #20 58.33 Preparing to unpack .../39-zip_3.0-11+b1_ppc64el.deb ... [2021-02-25T03:20:14.423Z] #20 58.33 Unpacking zip (3.0-11+b1) ... [2021-02-25T03:20:14.456Z] #42 64.29 DEP criu/arch/x86/sigaction_compat_pie.d [2021-02-25T03:20:14.456Z] #42 64.40 DEP criu/arch/x86/restorer_unmap.d [2021-02-25T03:20:14.586Z] #19 27.31 Unpacking apparmor (2.13.2-10) ... [2021-02-25T03:20:14.644Z] #42 84.09 DEP criu/cr-errno.d [2021-02-25T03:20:14.644Z] #42 84.10 DEP criu/cr-dump.d [2021-02-25T03:20:14.718Z] #42 64.43 DEP criu/arch/x86/restorer.d [2021-02-25T03:20:14.718Z] #42 64.67 DEP criu/arch/x86/vdso-pie.d [2021-02-25T03:20:14.736Z] #20 58.55 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-02-25T03:20:14.736Z] #20 58.58 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-25T03:20:14.736Z] #20 58.58 Setting up libip6tc0:ppc64el (1.8.2-4) ... [2021-02-25T03:20:14.736Z] #20 58.59 Setting up libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2021-02-25T03:20:14.736Z] #20 58.59 Setting up libgpm2:ppc64el (1.20.7-5) ... [2021-02-25T03:20:14.736Z] #20 58.61 Setting up libip4tc0:ppc64el (1.8.2-4) ... [2021-02-25T03:20:14.736Z] #20 58.61 Setting up uidmap (1:4.5-1.1) ... [2021-02-25T03:20:14.736Z] #20 58.62 Setting up libnftnl11:ppc64el (1.1.2-2) ... [2021-02-25T03:20:14.736Z] #20 58.63 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2021-02-25T03:20:14.736Z] #20 58.64 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-25T03:20:14.736Z] #20 58.65 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2021-02-25T03:20:14.736Z] #20 58.65 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2021-02-25T03:20:14.736Z] #20 58.65 Setting up xxd (2:8.1.0875-5) ... [2021-02-25T03:20:14.901Z] #42 84.32 DEP criu/cr-dedup.d [2021-02-25T03:20:14.980Z] #42 64.83 DEP criu/pie/parasite-vdso.d [2021-02-25T03:20:15.043Z] #20 58.67 Setting up zip (3.0-11+b1) ... [2021-02-25T03:20:15.043Z] #20 58.68 Setting up vim-common (2:8.1.0875-5) ... [2021-02-25T03:20:15.043Z] #20 58.76 Setting up bash-completion (1:2.8-6) ... [2021-02-25T03:20:15.158Z] #42 84.56 DEP criu/cr-check.d [2021-02-25T03:20:15.165Z] #19 27.73 Selecting previously unselected package aufs-tools. [2021-02-25T03:20:15.165Z] #19 27.74 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_arm64.deb ... [2021-02-25T03:20:15.165Z] #19 27.75 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-02-25T03:20:15.165Z] #19 27.86 Selecting previously unselected package libonig5:arm64. [2021-02-25T03:20:15.165Z] #19 27.87 Preparing to unpack .../15-libonig5_6.9.1-1_arm64.deb ... [2021-02-25T03:20:15.165Z] #19 27.88 Unpacking libonig5:arm64 (6.9.1-1) ... [2021-02-25T03:20:15.165Z] #19 28.05 Selecting previously unselected package libjq1:arm64. [2021-02-25T03:20:15.165Z] #19 28.05 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2021-02-25T03:20:15.165Z] #19 28.06 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-02-25T03:20:15.242Z] #42 65.00 DEP criu/pie/parasite.d [2021-02-25T03:20:15.422Z] #42 84.76 DEP criu/config.d [2021-02-25T03:20:15.422Z] #42 84.90 DEP criu/clone-noasan.d [2021-02-25T03:20:15.430Z] #19 28.18 Selecting previously unselected package jq. [2021-02-25T03:20:15.430Z] #19 28.19 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_arm64.deb ... [2021-02-25T03:20:15.430Z] #19 28.19 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-25T03:20:15.430Z] #19 28.30 Selecting previously unselected package libaio1:arm64. [2021-02-25T03:20:15.430Z] #19 28.30 Preparing to unpack .../18-libaio1_0.3.112-3_arm64.deb ... [2021-02-25T03:20:15.430Z] #19 28.31 Unpacking libaio1:arm64 (0.3.112-3) ... [2021-02-25T03:20:15.430Z] #19 28.41 Selecting previously unselected package libgpm2:arm64. [2021-02-25T03:20:15.504Z] #42 65.27 CC criu/pie/parasite.o [2021-02-25T03:20:15.679Z] #42 85.01 DEP criu/cgroup.d [2021-02-25T03:20:15.697Z] #19 28.42 Preparing to unpack .../19-libgpm2_1.20.7-5_arm64.deb ... [2021-02-25T03:20:15.697Z] #19 28.43 Unpacking libgpm2:arm64 (1.20.7-5) ... [2021-02-25T03:20:15.697Z] #19 28.53 Selecting previously unselected package libicu63:arm64. [2021-02-25T03:20:15.697Z] #19 28.53 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_arm64.deb ... [2021-02-25T03:20:15.697Z] #19 28.54 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2021-02-25T03:20:15.937Z] #42 85.19 DEP criu/cgroup-props.d [2021-02-25T03:20:15.937Z] #42 85.32 DEP criu/bitmap.d [2021-02-25T03:20:15.937Z] #42 85.33 DEP criu/bfd.d [2021-02-25T03:20:15.937Z] #42 85.42 DEP criu/autofs.d [2021-02-25T03:20:16.194Z] #42 85.59 DEP criu/aio.d [2021-02-25T03:20:16.451Z] #42 85.76 DEP criu/action-scripts.d [2021-02-25T03:20:16.451Z] #42 86.00 CC criu/action-scripts.o [2021-02-25T03:20:16.451Z] #42 66.39 LINK criu/pie/parasite.built-in.o [2021-02-25T03:20:16.451Z] #42 66.41 GEN criu/pie/parasite-blob.h [2021-02-25T03:20:16.451Z] #42 66.44 CC criu/pie/parasite-vdso.o [2021-02-25T03:20:16.810Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-02-25T03:20:17.384Z] #42 86.48 CC criu/aio.o [2021-02-25T03:20:17.396Z] #42 67.10 CC criu/arch/x86/vdso-pie.o [2021-02-25T03:20:17.649Z] #42 87.04 CC criu/autofs.o [2021-02-25T03:20:17.658Z] #42 67.43 CC criu/arch/x86/restorer.o [2021-02-25T03:20:18.232Z] #42 67.97 CC criu/arch/x86/restorer_unmap.o [2021-02-25T03:20:18.232Z] #42 68.02 CC criu/arch/x86/sigaction_compat_pie.o [2021-02-25T03:20:18.232Z] #42 ... [2021-02-25T03:20:18.232Z] [2021-02-25T03:20:18.232Z] #44 [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-02-25T03:20:18.232Z] #44 sha256:afe17831b94519c9ec988602eca641f7966cf1a4d7b110e59a5ec33c57993be6 [2021-02-25T03:20:18.232Z] #44 146.1 github.com/LK4D4/vndr/godl [2021-02-25T03:20:19.019Z] #42 88.36 CC criu/bfd.o [2021-02-25T03:20:19.023Z] #19 31.58 Selecting previously unselected package libnet1:arm64. [2021-02-25T03:20:19.023Z] #19 31.59 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2021-02-25T03:20:19.023Z] #19 31.60 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-02-25T03:20:19.023Z] #19 31.94 Selecting previously unselected package libnl-3-200:arm64. [2021-02-25T03:20:19.023Z] #19 ... [2021-02-25T03:20:19.023Z] [2021-02-25T03:20:19.023Z] #42 [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-02-25T03:20:19.023Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-25T03:20:19.023Z] #42 72.73 DEP criu/eventfd.d [2021-02-25T03:20:19.023Z] #42 72.85 DEP criu/crtools.d [2021-02-25T03:20:19.023Z] #42 73.01 DEP criu/cr-service.d [2021-02-25T03:20:19.023Z] #42 73.18 DEP criu/cr-restore.d [2021-02-25T03:20:19.023Z] #42 73.47 DEP criu/cr-errno.d [2021-02-25T03:20:19.023Z] #42 73.51 DEP criu/cr-dump.d [2021-02-25T03:20:19.023Z] #42 73.67 DEP criu/cr-dedup.d [2021-02-25T03:20:19.023Z] #42 73.80 DEP criu/cr-check.d [2021-02-25T03:20:19.023Z] #42 73.93 DEP criu/config.d [2021-02-25T03:20:19.023Z] #42 74.03 DEP criu/clone-noasan.d [2021-02-25T03:20:19.023Z] #42 74.07 DEP criu/cgroup.d [2021-02-25T03:20:19.023Z] #42 74.19 DEP criu/cgroup-props.d [2021-02-25T03:20:19.023Z] #42 74.32 DEP criu/bitmap.d [2021-02-25T03:20:19.023Z] #42 74.33 DEP criu/bfd.d [2021-02-25T03:20:19.023Z] #42 74.44 DEP criu/autofs.d [2021-02-25T03:20:19.023Z] #42 74.54 DEP criu/aio.d [2021-02-25T03:20:19.023Z] #42 74.66 DEP criu/action-scripts.d [2021-02-25T03:20:19.023Z] #42 74.99 CC criu/action-scripts.o [2021-02-25T03:20:19.023Z] #42 75.41 CC criu/aio.o [2021-02-25T03:20:19.023Z] #42 75.82 CC criu/autofs.o [2021-02-25T03:20:19.023Z] #42 76.96 CC criu/bfd.o [2021-02-25T03:20:19.023Z] #42 77.35 CC criu/bitmap.o [2021-02-25T03:20:19.023Z] #42 77.52 CC criu/cgroup-props.o [2021-02-25T03:20:19.023Z] #42 78.27 CC criu/cgroup.o [2021-02-25T03:20:19.023Z] #42 80.31 CC criu/clone-noasan.o [2021-02-25T03:20:19.023Z] #42 80.49 CC criu/config.o [2021-02-25T03:20:19.023Z] #42 81.68 CC criu/cr-check.o [2021-02-25T03:20:19.179Z] #44 146.9 github.com/LK4D4/vndr [2021-02-25T03:20:19.288Z] #42 82.89 CC criu/cr-dedup.o [2021-02-25T03:20:19.288Z] #42 ... [2021-02-25T03:20:19.288Z] [2021-02-25T03:20:19.288Z] #19 [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-02-25T03:20:19.288Z] #19 sha256:d3b65319af3d5e3143d7ee55e3c659a5d65a0934fe1f79b38392c0e93180150d [2021-02-25T03:20:19.288Z] #19 31.94 Selecting previously unselected package libnl-3-200:arm64. [2021-02-25T03:20:19.288Z] #19 31.95 Preparing to unpack .../22-libnl-3-200_3.4.0-1_arm64.deb ... [2021-02-25T03:20:19.288Z] #19 31.96 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2021-02-25T03:20:19.288Z] #19 32.14 Selecting previously unselected package libprotobuf-c1:arm64. [2021-02-25T03:20:19.288Z] #19 32.16 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2021-02-25T03:20:19.553Z] #19 32.45 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-02-25T03:20:19.553Z] #19 32.53 Selecting previously unselected package libreadline5:arm64. [2021-02-25T03:20:19.583Z] #42 88.84 CC criu/bitmap.o [2021-02-25T03:20:19.583Z] #42 89.04 CC criu/cgroup-props.o [2021-02-25T03:20:19.821Z] #19 32.53 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_arm64.deb ... [2021-02-25T03:20:20.086Z] #19 32.84 Unpacking libreadline5:arm64 (5.2+dfsg-3+b13) ... [2021-02-25T03:20:20.352Z] #19 33.01 Selecting previously unselected package net-tools. [2021-02-25T03:20:20.352Z] #19 33.02 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_arm64.deb ... [2021-02-25T03:20:20.352Z] #19 33.03 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-25T03:20:20.518Z] #42 89.77 CC criu/cgroup.o [2021-02-25T03:20:20.617Z] #19 33.28 Selecting previously unselected package python-pip-whl. [2021-02-25T03:20:20.617Z] #19 33.29 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-02-25T03:20:20.617Z] #19 33.29 Unpacking python-pip-whl (18.1-5) ... [2021-02-25T03:20:20.688Z] #20 63.65 Setting up libiptc0:ppc64el (1.8.2-4) ... [2021-02-25T03:20:20.688Z] #20 63.65 Setting up xz-utils (5.2.4-1) ... [2021-02-25T03:20:20.688Z] #20 63.67 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-02-25T03:20:20.688Z] #20 63.68 Setting up sudo (1.8.27-1+deb10u3) ... [2021-02-25T03:20:20.688Z] #20 63.76 invoke-rc.d: could not determine current runlevel [2021-02-25T03:20:20.688Z] #20 63.77 invoke-rc.d: policy-rc.d denied execution of start. [2021-02-25T03:20:20.688Z] #20 63.78 Setting up pigz (2.4-1) ... [2021-02-25T03:20:20.688Z] #20 63.79 Setting up libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2021-02-25T03:20:20.688Z] #20 63.79 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2021-02-25T03:20:20.688Z] #20 63.80 Setting up python-pip-whl (18.1-5) ... [2021-02-25T03:20:20.688Z] #20 63.80 Setting up libmpdec2:ppc64el (2.4.2-2) ... [2021-02-25T03:20:20.688Z] #20 63.80 Setting up vim-runtime (2:8.1.0875-5) ... [2021-02-25T03:20:20.688Z] #20 64.28 Setting up libaio1:ppc64el (0.3.112-3) ... [2021-02-25T03:20:20.688Z] #20 64.28 Setting up libonig5:ppc64el (6.9.1-1) ... [2021-02-25T03:20:20.688Z] #20 64.29 Setting up libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ... [2021-02-25T03:20:20.688Z] #20 64.29 Setting up vim (2:8.1.0875-5) ... [2021-02-25T03:20:20.688Z] #20 64.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-02-25T03:20:20.688Z] #20 64.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-02-25T03:20:20.688Z] #20 64.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-02-25T03:20:20.688Z] #20 64.34 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-02-25T03:20:20.688Z] #20 64.34 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-02-25T03:20:20.688Z] #20 64.35 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-02-25T03:20:20.688Z] #20 64.36 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-02-25T03:20:20.688Z] #20 64.37 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-02-25T03:20:20.688Z] #20 64.40 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2021-02-25T03:20:20.688Z] #20 64.41 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-02-25T03:20:20.688Z] #20 64.42 Setting up libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2021-02-25T03:20:20.688Z] #20 64.42 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-25T03:20:20.688Z] #20 64.43 Setting up libpython3-stdlib:ppc64el (3.7.3-1) ... [2021-02-25T03:20:20.688Z] #20 64.43 Setting up python3.7 (3.7.3-2+deb10u2) ... [2021-02-25T03:20:20.775Z] #42 ... [2021-02-25T03:20:20.776Z] [2021-02-25T03:20:20.776Z] #19 [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-02-25T03:20:20.776Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-25T03:20:20.776Z] #19 12.04 Reading package lists... [2021-02-25T03:20:20.776Z] #19 15.68 Reading package lists... [2021-02-25T03:20:20.776Z] #19 18.61 Building dependency tree... [2021-02-25T03:20:20.776Z] #19 19.83 libcap2-bin is already the newest version (1:2.25-2). [2021-02-25T03:20:20.776Z] #19 19.83 The following additional packages will be installed: [2021-02-25T03:20:20.776Z] #19 19.83 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-02-25T03:20:20.776Z] #19 19.83 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-02-25T03:20:20.776Z] #19 19.83 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-02-25T03:20:20.776Z] #19 19.83 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-02-25T03:20:20.776Z] #19 19.83 python3.7 python3.7-minimal vim-runtime xxd [2021-02-25T03:20:20.776Z] #19 19.83 Suggested packages: [2021-02-25T03:20:20.776Z] #19 19.83 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-02-25T03:20:20.776Z] #19 19.83 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-02-25T03:20:20.776Z] #19 19.83 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-02-25T03:20:20.776Z] #19 19.83 Recommended packages: [2021-02-25T03:20:20.776Z] #19 19.83 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-02-25T03:20:20.776Z] #19 19.83 python3-keyrings.alt python3-xdg unzip [2021-02-25T03:20:20.776Z] #19 21.41 The following NEW packages will be installed: [2021-02-25T03:20:20.776Z] #19 21.41 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-02-25T03:20:20.776Z] #19 21.42 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-02-25T03:20:20.776Z] #19 21.42 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-02-25T03:20:20.776Z] #19 21.42 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-02-25T03:20:20.776Z] #19 21.42 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-02-25T03:20:20.776Z] #19 21.42 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-02-25T03:20:20.776Z] #19 21.42 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-02-25T03:20:20.776Z] #19 21.43 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-02-25T03:20:20.776Z] #19 21.43 xz-utils zip [2021-02-25T03:20:20.776Z] #19 21.72 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded. [2021-02-25T03:20:20.776Z] #19 21.72 Need to get 28.5 MB of archives. [2021-02-25T03:20:20.776Z] #19 21.72 After this operation, 116 MB of additional disk space will be used. [2021-02-25T03:20:20.776Z] #19 21.72 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-02-25T03:20:20.776Z] #19 21.72 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB] [2021-02-25T03:20:20.776Z] #19 21.75 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB] [2021-02-25T03:20:20.776Z] #19 21.85 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-02-25T03:20:20.776Z] #19 21.86 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-02-25T03:20:20.776Z] #19 21.87 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB] [2021-02-25T03:20:20.776Z] #19 21.96 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2021-02-25T03:20:20.776Z] #19 21.98 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-02-25T03:20:20.776Z] #19 21.99 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-02-25T03:20:20.776Z] #19 21.99 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-02-25T03:20:20.776Z] #19 21.99 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-02-25T03:20:20.776Z] #19 21.99 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-02-25T03:20:20.776Z] #19 22.00 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-02-25T03:20:20.776Z] #19 22.00 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-02-25T03:20:20.776Z] #19 22.00 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-02-25T03:20:20.776Z] #19 22.00 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-02-25T03:20:20.776Z] #19 22.03 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-02-25T03:20:20.776Z] #19 22.07 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-02-25T03:20:20.882Z] #19 33.83 Selecting previously unselected package python3-lib2to3. [2021-02-25T03:20:21.033Z] #19 22.07 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-02-25T03:20:21.033Z] #19 22.09 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-02-25T03:20:21.033Z] #19 22.09 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-02-25T03:20:21.033Z] #19 22.10 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-02-25T03:20:21.034Z] #19 22.12 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-02-25T03:20:21.034Z] #19 22.13 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-02-25T03:20:21.034Z] #19 22.13 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-02-25T03:20:21.034Z] #19 22.16 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-02-25T03:20:21.034Z] #19 22.16 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-02-25T03:20:21.034Z] #19 22.16 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-02-25T03:20:21.034Z] #19 22.17 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-02-25T03:20:21.291Z] #19 22.65 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-02-25T03:20:21.362Z] #19 33.84 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-02-25T03:20:21.362Z] #19 33.85 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-02-25T03:20:21.548Z] #19 22.65 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-02-25T03:20:21.548Z] #19 22.65 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-02-25T03:20:21.548Z] #19 22.65 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-02-25T03:20:21.548Z] #19 22.65 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-02-25T03:20:21.548Z] #19 22.68 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-02-25T03:20:21.548Z] #19 22.76 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-02-25T03:20:21.548Z] #19 22.76 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-02-25T03:20:21.548Z] #19 22.77 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-02-25T03:20:21.548Z] #19 22.79 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-02-25T03:20:21.548Z] #19 22.79 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-02-25T03:20:21.548Z] #19 22.81 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-02-25T03:20:21.548Z] #19 22.81 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-02-25T03:20:21.548Z] #19 22.88 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-02-25T03:20:21.627Z] #19 34.53 Selecting previously unselected package python3-distutils. [2021-02-25T03:20:21.806Z] #19 22.89 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-02-25T03:20:21.806Z] #19 22.90 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-02-25T03:20:21.894Z] #19 34.54 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-02-25T03:20:21.894Z] #19 34.55 Unpacking python3-distutils (3.7.3-1) ... [2021-02-25T03:20:21.894Z] #19 34.72 Selecting previously unselected package python3-pip. [2021-02-25T03:20:21.894Z] #19 34.72 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-02-25T03:20:21.894Z] #19 34.74 Unpacking python3-pip (18.1-5) ... [2021-02-25T03:20:22.063Z] #19 23.26 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-02-25T03:20:22.063Z] #19 23.31 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-02-25T03:20:22.159Z] #19 34.90 Selecting previously unselected package python3-pkg-resources. [2021-02-25T03:20:22.159Z] #19 34.91 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-02-25T03:20:22.159Z] #19 34.93 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-02-25T03:20:22.159Z] #19 35.09 Selecting previously unselected package python3-setuptools. [2021-02-25T03:20:22.320Z] #19 23.35 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-02-25T03:20:22.424Z] #19 35.10 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-02-25T03:20:22.424Z] #19 35.10 Unpacking python3-setuptools (40.8.0-1) ... [2021-02-25T03:20:22.424Z] #19 35.32 Selecting previously unselected package python3-wheel. [2021-02-25T03:20:22.424Z] #19 35.32 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-02-25T03:20:22.424Z] #19 35.33 Unpacking python3-wheel (0.32.3-2) ... [2021-02-25T03:20:22.689Z] #19 35.42 Selecting previously unselected package sudo. [2021-02-25T03:20:22.689Z] #19 35.43 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_arm64.deb ... [2021-02-25T03:20:22.689Z] #19 35.45 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-02-25T03:20:22.885Z] #19 24.03 debconf: delaying package configuration, since apt-utils is not installed [2021-02-25T03:20:22.885Z] #19 24.16 Fetched 28.5 MB in 2s (15.0 MB/s) [2021-02-25T03:20:22.885Z] #19 24.22 Selecting previously unselected package pigz. [2021-02-25T03:20:22.953Z] #19 35.94 Selecting previously unselected package thin-provisioning-tools. [2021-02-25T03:20:22.953Z] #19 35.94 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_arm64.deb ... [2021-02-25T03:20:23.144Z] #19 24.22 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23432 files and directories currently installed.) [2021-02-25T03:20:23.144Z] #19 24.28 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-02-25T03:20:23.144Z] #19 24.29 Unpacking pigz (2.4-1) ... [2021-02-25T03:20:23.144Z] #19 24.36 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-02-25T03:20:23.144Z] #19 24.38 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-02-25T03:20:23.144Z] #19 24.39 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-02-25T03:20:23.218Z] #19 35.95 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-02-25T03:20:23.396Z] #44 ... [2021-02-25T03:20:23.396Z] [2021-02-25T03:20:23.396Z] #52 [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-02-25T03:20:23.396Z] #52 sha256:3b2aa9cacef3f6793a318d633e0de8bd67ef3d4466713dfc30279de00a4c2de6 [2021-02-25T03:20:23.396Z] #52 13.05 + cd /tmp/tmp.emMiMggHoe/src/github.com/opencontainers/runc [2021-02-25T03:20:23.396Z] #52 13.05 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-02-25T03:20:23.396Z] #52 13.27 + '[' -z '' ']' [2021-02-25T03:20:23.396Z] #52 13.27 + target=static [2021-02-25T03:20:23.396Z] #52 13.27 + make 'BUILDTAGS=seccomp ' static [2021-02-25T03:20:23.396Z] #52 13.78 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-02-25T03:20:23.483Z] #19 36.32 Selecting previously unselected package uidmap. [2021-02-25T03:20:23.483Z] #19 36.33 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_arm64.deb ... [2021-02-25T03:20:23.483Z] #19 36.34 Unpacking uidmap (1:4.5-1.1) ... [2021-02-25T03:20:23.659Z] #52 ... [2021-02-25T03:20:23.659Z] [2021-02-25T03:20:23.659Z] #42 [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-02-25T03:20:23.659Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:20:23.659Z] #42 68.32 CC criu/pie/restorer.o [2021-02-25T03:20:23.659Z] #42 71.45 LINK criu/pie/restorer.built-in.o [2021-02-25T03:20:23.659Z] #42 71.47 GEN criu/pie/restorer-blob.h [2021-02-25T03:20:23.659Z] #42 71.60 DEP criu/vdso.d [2021-02-25T03:20:23.659Z] #42 71.79 DEP criu/vdso-compat.d [2021-02-25T03:20:23.659Z] #42 71.91 DEP criu/uts_ns.d [2021-02-25T03:20:23.659Z] #42 72.03 DEP criu/util.d [2021-02-25T03:20:23.659Z] #42 72.21 DEP criu/uffd.d [2021-02-25T03:20:23.659Z] #42 72.43 DEP criu/tun.d [2021-02-25T03:20:23.659Z] #42 72.62 DEP criu/tty.d [2021-02-25T03:20:23.659Z] #42 72.82 DEP criu/timerfd.d [2021-02-25T03:20:23.659Z] #42 73.01 DEP criu/timens.d [2021-02-25T03:20:23.659Z] #42 73.27 DEP criu/sysfs_parse.d [2021-02-25T03:20:23.659Z] #42 73.49 DEP criu/sysctl.d [2021-02-25T03:20:23.708Z] #19 24.80 Selecting previously unselected package python3.7-minimal. [2021-02-25T03:20:23.708Z] #19 24.81 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-02-25T03:20:23.708Z] #19 24.82 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-25T03:20:23.748Z] #19 36.57 Selecting previously unselected package vim-runtime. [2021-02-25T03:20:23.748Z] #19 36.58 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-02-25T03:20:23.748Z] #19 36.62 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-02-25T03:20:23.748Z] #19 36.65 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-02-25T03:20:23.922Z] #42 73.60 DEP criu/string.d [2021-02-25T03:20:23.922Z] #42 73.62 DEP criu/stats.d [2021-02-25T03:20:23.922Z] #42 ... [2021-02-25T03:20:23.922Z] [2021-02-25T03:20:23.922Z] #19 [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-02-25T03:20:23.922Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-25T03:20:23.922Z] #19 4.592 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-25T03:20:23.922Z] #19 4.608 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-25T03:20:23.922Z] #19 11.38 Fetched 8422 kB in 10s (858 kB/s) [2021-02-25T03:20:23.922Z] #19 11.38 Reading package lists... [2021-02-25T03:20:23.922Z] #19 ... [2021-02-25T03:20:23.922Z] [2021-02-25T03:20:23.922Z] #42 [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-02-25T03:20:23.922Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:20:23.922Z] #42 73.73 DEP criu/sockets.d [2021-02-25T03:20:24.013Z] #19 36.67 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-02-25T03:20:24.185Z] #42 73.99 DEP criu/sk-unix.d [2021-02-25T03:20:24.284Z] #20 68.19 Setting up iptables (1.8.2-4) ... [2021-02-25T03:20:24.284Z] #20 68.22 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-25T03:20:24.284Z] #20 68.23 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-25T03:20:24.284Z] #20 68.24 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-25T03:20:24.284Z] #20 68.26 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-25T03:20:24.284Z] #20 68.27 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-02-25T03:20:24.284Z] #20 68.28 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-02-25T03:20:24.448Z] #42 74.19 DEP criu/sk-tcp.d [2021-02-25T03:20:24.448Z] #42 74.39 DEP criu/sk-queue.d [2021-02-25T03:20:24.606Z] #20 68.31 Setting up python3 (3.7.3-1) ... [2021-02-25T03:20:24.647Z] #19 25.66 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-02-25T03:20:24.647Z] #19 25.71 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-25T03:20:24.710Z] #42 74.56 DEP criu/sk-packet.d [2021-02-25T03:20:24.970Z] #19 ... [2021-02-25T03:20:24.970Z] [2021-02-25T03:20:24.970Z] #48 [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-02-25T03:20:24.970Z] #48 sha256:86ff5e4393159d26adec9e96c22744aaff961e59647e9ae2baad8823f00f4600 [2021-02-25T03:20:24.970Z] #48 170.9 + /build/golangci-lint --version [2021-02-25T03:20:24.972Z] #42 74.78 DEP criu/sk-netlink.d [2021-02-25T03:20:25.234Z] #42 75.00 DEP criu/sk-inet.d [2021-02-25T03:20:25.257Z] #20 68.96 Setting up python3-wheel (0.32.3-2) ... [2021-02-25T03:20:25.497Z] #42 75.19 DEP criu/signalfd.d [2021-02-25T03:20:25.497Z] #42 75.32 DEP criu/sigframe.d [2021-02-25T03:20:25.550Z] #48 171.4 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-02-25T03:20:25.760Z] #42 75.47 DEP criu/shmem.d [2021-02-25T03:20:25.760Z] #42 75.63 DEP criu/servicefd.d [2021-02-25T03:20:26.022Z] #42 75.77 DEP criu/seize.d [2021-02-25T03:20:26.022Z] #42 76.01 DEP criu/seccomp.d [2021-02-25T03:20:26.216Z] #20 69.93 Setting up apparmor (2.13.2-10) ... [2021-02-25T03:20:26.216Z] #20 ... [2021-02-25T03:20:26.216Z] [2021-02-25T03:20:26.216Z] #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-02-25T03:20:26.216Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-25T03:20:26.216Z] #43 108.2 CC criu/clone-noasan.o [2021-02-25T03:20:26.216Z] #43 108.6 CC criu/config.o [2021-02-25T03:20:26.216Z] #43 111.4 CC criu/cr-check.o [2021-02-25T03:20:26.216Z] #43 114.3 CC criu/cr-dedup.o [2021-02-25T03:20:26.216Z] #43 114.9 CC criu/cr-dump.o [2021-02-25T03:20:26.516Z] #43 118.4 CC criu/cr-errno.o [2021-02-25T03:20:26.516Z] #43 118.5 CC criu/cr-restore.o [2021-02-25T03:20:26.544Z] #19 27.66 Selecting previously unselected package python3-minimal. [2021-02-25T03:20:26.544Z] #19 27.66 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23681 files and directories currently installed.) [2021-02-25T03:20:26.544Z] #19 27.73 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-02-25T03:20:26.544Z] #19 27.73 Unpacking python3-minimal (3.7.3-1) ... [2021-02-25T03:20:26.544Z] #19 27.83 Selecting previously unselected package libmpdec2:amd64. [2021-02-25T03:20:26.596Z] #42 76.20 DEP criu/rst-malloc.d [2021-02-25T03:20:26.596Z] #42 76.29 DEP criu/rbtree.d [2021-02-25T03:20:26.596Z] #42 76.33 DEP criu/pstree.d [2021-02-25T03:20:26.596Z] #42 76.58 DEP criu/protobuf.d [2021-02-25T03:20:26.801Z] #19 27.84 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-02-25T03:20:26.801Z] #19 27.85 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-02-25T03:20:26.801Z] #19 27.95 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-02-25T03:20:26.801Z] #19 27.95 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2021-02-25T03:20:26.801Z] #19 27.96 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-02-25T03:20:26.811Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-02-25T03:20:27.170Z] #42 76.73 GEN criu/protobuf-desc-gen.h [2021-02-25T03:20:27.493Z] #48 DONE 173.4s [2021-02-25T03:20:27.493Z] [2021-02-25T03:20:27.493Z] #42 [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-02-25T03:20:27.493Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-25T03:20:27.493Z] #42 83.37 CC criu/cr-dump.o [2021-02-25T03:20:27.493Z] #42 85.52 CC criu/cr-errno.o [2021-02-25T03:20:27.493Z] #42 85.60 CC criu/cr-restore.o [2021-02-25T03:20:27.493Z] #42 89.45 CC criu/cr-service.o [2021-02-25T03:20:27.493Z] #42 90.63 CC criu/crtools.o [2021-02-25T03:20:27.493Z] #42 91.00 CC criu/eventfd.o [2021-02-25T03:20:27.493Z] #42 91.24 CC criu/eventpoll.o [2021-02-25T03:20:27.576Z] #43 ... [2021-02-25T03:20:27.576Z] [2021-02-25T03:20:27.576Z] #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-02-25T03:20:27.576Z] #45 sha256:b3ae012ae7778c84f7a05da4bdd7179235db04bef388100621bc6554c8e89643 [2021-02-25T03:20:27.576Z] #45 176.6 github.com/LK4D4/vndr/godl [2021-02-25T03:20:27.576Z] #45 177.4 github.com/LK4D4/vndr [2021-02-25T03:20:27.576Z] #45 ... [2021-02-25T03:20:27.576Z] [2021-02-25T03:20:27.576Z] #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-02-25T03:20:27.576Z] #24 sha256:22761bc87d8a6e72ddd9615b6d7ab7d855c0d1b083f96cff7fa10bff8904cc61 [2021-02-25T03:20:27.576Z] #24 177.0 + mkdir -p /tmp/tmp.z9jt9Bc0AQ/src/github.com/docker [2021-02-25T03:20:27.576Z] #24 177.0 + mv components/cli /tmp/tmp.z9jt9Bc0AQ/src/github.com/docker/cli [2021-02-25T03:20:27.576Z] #24 177.0 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2021-02-25T03:20:27.754Z] #19 28.93 Selecting previously unselected package python3.7. [2021-02-25T03:20:27.755Z] #19 28.94 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2021-02-25T03:20:27.755Z] #19 28.94 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2021-02-25T03:20:27.758Z] #42 ... [2021-02-25T03:20:27.758Z] [2021-02-25T03:20:27.758Z] #19 [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-02-25T03:20:27.758Z] #19 sha256:d3b65319af3d5e3143d7ee55e3c659a5d65a0934fe1f79b38392c0e93180150d [2021-02-25T03:20:27.758Z] #19 40.64 Selecting previously unselected package vim. [2021-02-25T03:20:28.023Z] #19 40.64 Preparing to unpack .../37-vim_2%3a8.1.0875-5_arm64.deb ... [2021-02-25T03:20:28.023Z] #19 40.67 Unpacking vim (2:8.1.0875-5) ... [2021-02-25T03:20:28.054Z] #19 29.05 Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-25T03:20:28.054Z] #19 29.06 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-02-25T03:20:28.054Z] #19 29.06 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-02-25T03:20:28.054Z] #19 29.24 Setting up python3-minimal (3.7.3-1) ... [2021-02-25T03:20:28.231Z] #24 ... [2021-02-25T03:20:28.231Z] [2021-02-25T03:20:28.231Z] #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-02-25T03:20:28.231Z] #45 sha256:b3ae012ae7778c84f7a05da4bdd7179235db04bef388100621bc6554c8e89643 [2021-02-25T03:20:28.231Z] #45 DONE 187.3s [2021-02-25T03:20:28.231Z] [2021-02-25T03:20:28.231Z] #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-02-25T03:20:28.231Z] #20 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-02-25T03:20:28.603Z] #19 41.25 Selecting previously unselected package xfsprogs. [2021-02-25T03:20:28.603Z] #19 41.25 Preparing to unpack .../38-xfsprogs_4.20.0-1_arm64.deb ... [2021-02-25T03:20:28.603Z] #19 41.26 Unpacking xfsprogs (4.20.0-1) ... [2021-02-25T03:20:28.639Z] #42 ... [2021-02-25T03:20:28.640Z] [2021-02-25T03:20:28.640Z] #44 [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-02-25T03:20:28.640Z] #44 sha256:afe17831b94519c9ec988602eca641f7966cf1a4d7b110e59a5ec33c57993be6 [2021-02-25T03:20:28.640Z] #44 DONE 156.4s [2021-02-25T03:20:28.884Z] #20 72.55 Setting up xfsprogs (4.20.0-1) ... [2021-02-25T03:20:28.884Z] #20 72.57 Setting up python3-lib2to3 (3.7.3-1) ... [2021-02-25T03:20:28.892Z] #19 41.67 Selecting previously unselected package zip. [2021-02-25T03:20:28.893Z] #19 41.68 Preparing to unpack .../39-zip_3.0-11+b1_arm64.deb ... [2021-02-25T03:20:28.893Z] #19 41.68 Unpacking zip (3.0-11+b1) ... [2021-02-25T03:20:28.905Z] [2021-02-25T03:20:28.905Z] #42 [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-02-25T03:20:28.905Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:20:28.905Z] #42 78.63 DEP criu/protobuf-desc.d [2021-02-25T03:20:28.993Z] #19 30.16 Selecting previously unselected package python3. [2021-02-25T03:20:28.993Z] #19 30.16 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24093 files and directories currently installed.) [2021-02-25T03:20:28.993Z] #19 30.21 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-02-25T03:20:28.993Z] #19 30.22 Unpacking python3 (3.7.3-1) ... [2021-02-25T03:20:29.157Z] #19 41.86 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-02-25T03:20:29.157Z] #19 41.91 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-25T03:20:29.157Z] #19 41.93 Setting up libip6tc0:arm64 (1.8.2-4) ... [2021-02-25T03:20:29.157Z] #19 41.95 Setting up libreadline5:arm64 (5.2+dfsg-3+b13) ... [2021-02-25T03:20:29.157Z] #19 41.97 Setting up libgpm2:arm64 (1.20.7-5) ... [2021-02-25T03:20:29.157Z] #19 41.98 Setting up libip4tc0:arm64 (1.8.2-4) ... [2021-02-25T03:20:29.157Z] #19 42.00 Setting up uidmap (1:4.5-1.1) ... [2021-02-25T03:20:29.157Z] #19 42.01 Setting up libnftnl11:arm64 (1.1.2-2) ... [2021-02-25T03:20:29.157Z] #19 42.03 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-02-25T03:20:29.157Z] #19 42.06 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-25T03:20:29.157Z] #19 42.09 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-02-25T03:20:29.157Z] #19 42.11 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2021-02-25T03:20:29.178Z] #42 78.93 DEP criu/proc_parse.d [2021-02-25T03:20:29.249Z] #19 30.32 Selecting previously unselected package libip4tc0:amd64. [2021-02-25T03:20:29.249Z] #19 30.33 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-02-25T03:20:29.249Z] #19 30.35 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-02-25T03:20:29.249Z] #19 30.45 Selecting previously unselected package libip6tc0:amd64. [2021-02-25T03:20:29.249Z] #19 30.45 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-02-25T03:20:29.249Z] #19 30.46 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-02-25T03:20:29.249Z] #19 30.55 Selecting previously unselected package libiptc0:amd64. [2021-02-25T03:20:29.422Z] #19 42.12 Setting up xxd (2:8.1.0875-5) ... [2021-02-25T03:20:29.422Z] #19 42.14 Setting up zip (3.0-11+b1) ... [2021-02-25T03:20:29.422Z] #19 42.16 Setting up vim-common (2:8.1.0875-5) ... [2021-02-25T03:20:29.422Z] #19 42.18 Setting up bash-completion (1:2.8-6) ... [2021-02-25T03:20:29.472Z] #42 79.32 DEP criu/plugin.d [2021-02-25T03:20:29.505Z] #19 30.55 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-02-25T03:20:29.505Z] #19 30.57 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-02-25T03:20:29.505Z] #19 30.65 Selecting previously unselected package libnfnetlink0:amd64. [2021-02-25T03:20:29.505Z] #19 30.66 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-02-25T03:20:29.505Z] #19 30.66 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-02-25T03:20:29.505Z] #19 30.73 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-02-25T03:20:29.505Z] #19 30.73 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-02-25T03:20:29.505Z] #19 30.74 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-02-25T03:20:29.553Z] #20 73.42 Setting up python3-pkg-resources (40.8.0-1) ... [2021-02-25T03:20:29.741Z] #42 79.45 DEP criu/pipes.d [2021-02-25T03:20:29.741Z] #42 79.61 DEP criu/pie-util.d [2021-02-25T03:20:29.741Z] #42 79.71 DEP criu/pie-util-vdso.d [2021-02-25T03:20:29.762Z] #19 30.81 Selecting previously unselected package libnftnl11:amd64. [2021-02-25T03:20:29.762Z] #19 30.81 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-02-25T03:20:29.762Z] #19 30.81 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-02-25T03:20:29.762Z] #19 30.91 Selecting previously unselected package iptables. [2021-02-25T03:20:29.762Z] #19 30.91 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-02-25T03:20:29.762Z] #19 30.93 Unpacking iptables (1.8.2-4) ... [2021-02-25T03:20:30.007Z] #42 79.85 DEP criu/pie-util-vdso-elf32.d [2021-02-25T03:20:30.007Z] #42 79.97 DEP criu/path.d [2021-02-25T03:20:30.019Z] #19 31.25 Selecting previously unselected package xxd. [2021-02-25T03:20:30.019Z] #19 31.25 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-02-25T03:20:30.019Z] #19 31.27 Unpacking xxd (2:8.1.0875-5) ... [2021-02-25T03:20:30.113Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-02-25T03:20:30.270Z] #42 80.10 DEP criu/parasite-syscall.d [2021-02-25T03:20:30.276Z] #19 31.39 Selecting previously unselected package vim-common. [2021-02-25T03:20:30.276Z] #19 31.40 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-25T03:20:30.276Z] #19 31.43 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-25T03:20:30.532Z] #42 80.28 DEP criu/pagemap.d [2021-02-25T03:20:30.532Z] #19 31.66 Selecting previously unselected package bash-completion. [2021-02-25T03:20:30.532Z] #19 31.66 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-02-25T03:20:30.794Z] #42 80.42 DEP criu/pagemap-cache.d [2021-02-25T03:20:30.794Z] #42 80.55 DEP criu/page-xfer.d [2021-02-25T03:20:31.056Z] #42 80.78 DEP criu/page-pipe.d [2021-02-25T03:20:31.056Z] #42 80.91 DEP criu/netfilter.d [2021-02-25T03:20:31.097Z] #20 74.71 Setting up python3-distutils (3.7.3-1) ... [2021-02-25T03:20:31.320Z] #42 81.08 DEP criu/net.d [2021-02-25T03:20:31.320Z] #42 81.24 DEP criu/namespaces.d [2021-02-25T03:20:31.582Z] #42 81.41 DEP criu/mount.d [2021-02-25T03:20:31.748Z] #20 75.32 Setting up python3-setuptools (40.8.0-1) ... [2021-02-25T03:20:31.843Z] #42 81.57 DEP criu/memfd.d [2021-02-25T03:20:31.843Z] #42 81.72 DEP criu/mem.d [2021-02-25T03:20:32.105Z] #42 81.96 DEP criu/lsm.d [2021-02-25T03:20:32.105Z] #42 82.06 DEP criu/log.d [2021-02-25T03:20:32.366Z] #42 82.16 DEP criu/libnetlink.d [2021-02-25T03:20:32.366Z] #42 82.35 DEP criu/kerndat.d [2021-02-25T03:20:32.749Z] #19 45.08 Setting up libiptc0:arm64 (1.8.2-4) ... [2021-02-25T03:20:32.749Z] #19 45.10 Setting up xz-utils (5.2.4-1) ... [2021-02-25T03:20:32.749Z] #19 45.12 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-02-25T03:20:32.749Z] #19 45.16 Setting up sudo (1.8.27-1+deb10u3) ... [2021-02-25T03:20:32.749Z] #19 45.27 invoke-rc.d: could not determine current runlevel [2021-02-25T03:20:32.749Z] #19 45.31 invoke-rc.d: policy-rc.d denied execution of start. [2021-02-25T03:20:32.749Z] #19 45.33 Setting up pigz (2.4-1) ... [2021-02-25T03:20:32.749Z] #19 45.34 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2021-02-25T03:20:32.749Z] #19 45.35 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2021-02-25T03:20:32.749Z] #19 45.39 Setting up python-pip-whl (18.1-5) ... [2021-02-25T03:20:32.749Z] #19 45.40 Setting up libmpdec2:arm64 (2.4.2-2) ... [2021-02-25T03:20:32.749Z] #19 45.41 Setting up vim-runtime (2:8.1.0875-5) ... [2021-02-25T03:20:32.810Z] #20 76.44 Setting up python3-pip (18.1-5) ... [2021-02-25T03:20:32.940Z] #42 82.51 DEP criu/kcmp-ids.d [2021-02-25T03:20:32.940Z] #42 82.59 DEP criu/irmap.d [2021-02-25T03:20:32.940Z] #42 82.70 DEP criu/ipc_ns.d [2021-02-25T03:20:33.014Z] #19 45.89 Setting up libaio1:arm64 (0.3.112-3) ... [2021-02-25T03:20:33.053Z] #19 ... [2021-02-25T03:20:33.053Z] [2021-02-25T03:20:33.053Z] #42 [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-02-25T03:20:33.053Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:20:33.053Z] #42 92.26 CC criu/clone-noasan.o [2021-02-25T03:20:33.053Z] #42 92.43 CC criu/config.o [2021-02-25T03:20:33.053Z] #42 93.75 CC criu/cr-check.o [2021-02-25T03:20:33.053Z] #42 95.48 CC criu/cr-dedup.o [2021-02-25T03:20:33.053Z] #42 95.86 CC criu/cr-dump.o [2021-02-25T03:20:33.053Z] #42 98.18 CC criu/cr-errno.o [2021-02-25T03:20:33.053Z] #42 98.31 CC criu/cr-restore.o [2021-02-25T03:20:33.201Z] #42 82.85 DEP criu/image.d [2021-02-25T03:20:33.201Z] #42 83.02 DEP criu/image-desc.d [2021-02-25T03:20:33.201Z] #42 83.11 DEP criu/fsnotify.d [2021-02-25T03:20:33.278Z] #19 45.90 Setting up libonig5:arm64 (6.9.1-1) ... [2021-02-25T03:20:33.278Z] #19 45.92 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ... [2021-02-25T03:20:33.278Z] #19 45.94 Setting up vim (2:8.1.0875-5) ... [2021-02-25T03:20:33.278Z] #19 45.97 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-02-25T03:20:33.278Z] #19 45.98 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-02-25T03:20:33.278Z] #19 45.98 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-02-25T03:20:33.278Z] #19 45.99 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-02-25T03:20:33.278Z] #19 46.00 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-02-25T03:20:33.278Z] #19 46.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-02-25T03:20:33.278Z] #19 46.08 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-02-25T03:20:33.278Z] #19 46.08 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-02-25T03:20:33.278Z] #19 46.10 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-02-25T03:20:33.278Z] #19 46.12 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-02-25T03:20:33.278Z] #19 46.14 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2021-02-25T03:20:33.278Z] #19 46.16 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-25T03:20:33.278Z] #19 46.18 Setting up libpython3-stdlib:arm64 (3.7.3-1) ... [2021-02-25T03:20:33.278Z] #19 46.19 Setting up python3.7 (3.7.3-2+deb10u2) ... [2021-02-25T03:20:33.310Z] #42 ... [2021-02-25T03:20:33.310Z] [2021-02-25T03:20:33.310Z] #19 [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-02-25T03:20:33.310Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-25T03:20:33.310Z] #19 34.42 Unpacking bash-completion (1:2.8-6) ... [2021-02-25T03:20:33.463Z] #42 83.29 DEP criu/filesystems.d [2021-02-25T03:20:33.567Z] #19 34.82 Selecting previously unselected package bzip2. [2021-02-25T03:20:33.567Z] #19 34.82 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-02-25T03:20:33.567Z] #19 34.83 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-25T03:20:33.725Z] #42 83.47 DEP criu/files.d [2021-02-25T03:20:33.725Z] #42 83.70 DEP criu/files-reg.d [2021-02-25T03:20:33.825Z] #19 34.91 Selecting previously unselected package xz-utils. [2021-02-25T03:20:33.825Z] #19 34.93 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-02-25T03:20:33.825Z] #19 34.94 Unpacking xz-utils (5.2.4-1) ... [2021-02-25T03:20:33.875Z] #20 77.74 Processing triggers for libc-bin (2.28-10) ... [2021-02-25T03:20:33.875Z] #20 77.79 Processing triggers for mime-support (3.62) ... [2021-02-25T03:20:33.987Z] #42 83.93 DEP criu/files-ext.d [2021-02-25T03:20:34.082Z] #19 35.12 Selecting previously unselected package apparmor. [2021-02-25T03:20:34.082Z] #19 35.12 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-02-25T03:20:34.082Z] #19 35.21 Unpacking apparmor (2.13.2-10) ... [2021-02-25T03:20:34.176Z] #20 DONE 78.1s [2021-02-25T03:20:34.176Z] [2021-02-25T03:20:34.176Z] #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-02-25T03:20:34.176Z] #21 sha256:f9cfccc8fb34cc555d5fadd4829421e33abeed7ec28087cd74c46e1cbd7e7291 [2021-02-25T03:20:34.249Z] #42 84.08 DEP criu/file-lock.d [2021-02-25T03:20:34.249Z] #42 84.20 DEP criu/file-ids.d [2021-02-25T03:20:34.249Z] #42 ... [2021-02-25T03:20:34.249Z] [2021-02-25T03:20:34.249Z] #19 [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-02-25T03:20:34.249Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-25T03:20:34.249Z] #19 15.10 Reading package lists... [2021-02-25T03:20:34.249Z] #19 19.26 Building dependency tree... [2021-02-25T03:20:34.249Z] #19 21.68 libcap2-bin is already the newest version (1:2.25-2). [2021-02-25T03:20:34.249Z] #19 21.68 The following additional packages will be installed: [2021-02-25T03:20:34.249Z] #19 21.68 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-02-25T03:20:34.249Z] #19 21.68 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-02-25T03:20:34.249Z] #19 21.68 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-02-25T03:20:34.249Z] #19 21.68 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-02-25T03:20:34.249Z] #19 21.68 python3.7 python3.7-minimal vim-runtime xxd [2021-02-25T03:20:34.249Z] #19 21.69 Suggested packages: [2021-02-25T03:20:34.249Z] #19 21.69 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-02-25T03:20:34.249Z] #19 21.69 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-02-25T03:20:34.249Z] #19 21.69 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-02-25T03:20:34.249Z] #19 21.69 Recommended packages: [2021-02-25T03:20:34.249Z] #19 21.69 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-02-25T03:20:34.249Z] #19 21.69 python3-keyrings.alt python3-xdg unzip [2021-02-25T03:20:34.249Z] #19 23.51 The following NEW packages will be installed: [2021-02-25T03:20:34.249Z] #19 23.51 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-02-25T03:20:34.249Z] #19 23.51 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-02-25T03:20:34.249Z] #19 23.51 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-02-25T03:20:34.249Z] #19 23.51 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-02-25T03:20:34.249Z] #19 23.52 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-02-25T03:20:34.249Z] #19 23.52 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-02-25T03:20:34.249Z] #19 23.52 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-02-25T03:20:34.249Z] #19 23.52 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-02-25T03:20:34.249Z] #19 23.52 xz-utils zip [2021-02-25T03:20:34.249Z] #19 23.86 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded. [2021-02-25T03:20:34.249Z] #19 23.86 Need to get 28.5 MB of archives. [2021-02-25T03:20:34.249Z] #19 23.86 After this operation, 116 MB of additional disk space will be used. [2021-02-25T03:20:34.249Z] #19 23.86 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-02-25T03:20:34.249Z] #19 23.86 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB] [2021-02-25T03:20:34.249Z] #19 23.89 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB] [2021-02-25T03:20:34.249Z] #19 23.98 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-02-25T03:20:34.249Z] #19 23.99 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-02-25T03:20:34.249Z] #19 23.99 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB] [2021-02-25T03:20:34.249Z] #19 24.07 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2021-02-25T03:20:34.249Z] #19 24.09 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-02-25T03:20:34.249Z] #19 24.09 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-02-25T03:20:34.249Z] #19 24.10 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-02-25T03:20:34.249Z] #19 24.10 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-02-25T03:20:34.249Z] #19 24.10 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-02-25T03:20:34.249Z] #19 24.11 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-02-25T03:20:34.249Z] #19 24.12 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-02-25T03:20:34.249Z] #19 24.12 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-02-25T03:20:34.249Z] #19 24.12 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-02-25T03:20:34.249Z] #19 24.14 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-02-25T03:20:34.249Z] #19 24.15 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-02-25T03:20:34.249Z] #19 24.16 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-02-25T03:20:34.249Z] #19 24.17 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-02-25T03:20:34.249Z] #19 24.19 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-02-25T03:20:34.249Z] #19 24.20 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-02-25T03:20:34.249Z] #19 24.24 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-02-25T03:20:34.249Z] #19 24.25 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-02-25T03:20:34.249Z] #19 24.26 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-02-25T03:20:34.249Z] #19 24.27 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-02-25T03:20:34.249Z] #19 24.28 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-02-25T03:20:34.249Z] #19 24.28 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-02-25T03:20:34.249Z] #19 24.28 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-02-25T03:20:34.250Z] #19 24.72 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-02-25T03:20:34.250Z] #19 24.72 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-02-25T03:20:34.250Z] #19 24.72 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-02-25T03:20:34.250Z] #19 24.73 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-02-25T03:20:34.250Z] #19 24.74 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-02-25T03:20:34.250Z] #19 24.76 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-02-25T03:20:34.250Z] #19 24.82 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-02-25T03:20:34.250Z] #19 24.83 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-02-25T03:20:34.250Z] #19 24.84 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-02-25T03:20:34.250Z] #19 24.85 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-02-25T03:20:34.250Z] #19 24.86 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-02-25T03:20:34.250Z] #19 24.88 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-02-25T03:20:34.250Z] #19 24.88 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-02-25T03:20:34.250Z] #19 24.95 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-02-25T03:20:34.250Z] #19 24.97 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-02-25T03:20:34.250Z] #19 24.99 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-02-25T03:20:34.326Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-02-25T03:20:34.338Z] #19 35.55 Selecting previously unselected package aufs-tools. [2021-02-25T03:20:34.338Z] #19 35.56 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-02-25T03:20:34.338Z] #19 35.61 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-02-25T03:20:34.512Z] #19 25.32 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-02-25T03:20:34.512Z] #19 25.38 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-02-25T03:20:34.512Z] #19 25.43 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-02-25T03:20:34.512Z] #19 ... [2021-02-25T03:20:34.512Z] [2021-02-25T03:20:34.512Z] #42 [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-02-25T03:20:34.512Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:20:34.512Z] #42 84.35 DEP criu/fifo.d [2021-02-25T03:20:34.595Z] #19 35.75 Selecting previously unselected package libonig5:amd64. [2021-02-25T03:20:34.595Z] #19 35.75 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-02-25T03:20:34.595Z] #19 35.76 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-02-25T03:20:34.774Z] #42 84.45 DEP criu/fdstore.d [2021-02-25T03:20:34.774Z] #42 84.57 DEP criu/fault-injection.d [2021-02-25T03:20:34.774Z] #42 84.65 DEP criu/external.d [2021-02-25T03:20:34.829Z] #21 0.414 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-02-25T03:20:34.829Z] #21 0.417 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-02-25T03:20:34.829Z] #21 0.419 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-02-25T03:20:34.829Z] #21 DONE 0.5s [2021-02-25T03:20:34.829Z] [2021-02-25T03:20:34.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-02-25T03:20:34.829Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-25T03:20:34.829Z] #43 125.5 CC criu/cr-service.o [2021-02-25T03:20:34.851Z] #19 35.93 Selecting previously unselected package libjq1:amd64. [2021-02-25T03:20:34.851Z] #19 35.94 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-02-25T03:20:34.851Z] #19 35.95 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-25T03:20:34.851Z] #19 36.11 Selecting previously unselected package jq. [2021-02-25T03:20:34.851Z] #19 36.11 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-02-25T03:20:34.851Z] #19 36.12 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-25T03:20:35.038Z] #42 84.80 DEP criu/eventpoll.d [2021-02-25T03:20:35.038Z] #42 84.95 DEP criu/eventfd.d [2021-02-25T03:20:35.107Z] #19 36.20 Selecting previously unselected package libaio1:amd64. [2021-02-25T03:20:35.107Z] #19 36.21 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-02-25T03:20:35.107Z] #19 36.22 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-02-25T03:20:35.107Z] #19 36.31 Selecting previously unselected package libgpm2:amd64. [2021-02-25T03:20:35.107Z] #19 36.31 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-02-25T03:20:35.107Z] #19 36.32 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-02-25T03:20:35.107Z] #19 36.40 Selecting previously unselected package libicu63:amd64. [2021-02-25T03:20:35.107Z] #19 36.40 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-02-25T03:20:35.107Z] #19 36.41 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-25T03:20:35.300Z] #42 85.07 DEP criu/crtools.d [2021-02-25T03:20:35.562Z] #42 85.32 DEP criu/cr-service.d [2021-02-25T03:20:35.562Z] #42 85.52 DEP criu/cr-restore.d [2021-02-25T03:20:35.824Z] #42 85.75 DEP criu/cr-errno.d [2021-02-25T03:20:35.824Z] #42 85.76 DEP criu/cr-dump.d [2021-02-25T03:20:35.847Z] #19 48.41 Setting up iptables (1.8.2-4) ... [2021-02-25T03:20:35.847Z] #19 48.46 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-25T03:20:35.847Z] #19 48.48 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-25T03:20:35.847Z] #19 48.49 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-25T03:20:35.847Z] #19 48.51 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-25T03:20:35.847Z] #19 48.52 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-02-25T03:20:35.847Z] #19 48.54 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-02-25T03:20:35.847Z] #19 48.56 Setting up python3 (3.7.3-1) ... [2021-02-25T03:20:36.240Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-02-25T03:20:36.394Z] #43 128.0 CC criu/crtools.o [2021-02-25T03:20:36.401Z] #42 86.02 DEP criu/cr-dedup.d [2021-02-25T03:20:36.401Z] #42 86.16 DEP criu/cr-check.d [2021-02-25T03:20:36.401Z] #42 86.39 DEP criu/config.d [2021-02-25T03:20:36.425Z] #19 49.07 Setting up python3-wheel (0.32.3-2) ... [2021-02-25T03:20:36.695Z] #43 128.6 CC criu/eventfd.o [2021-02-25T03:20:36.978Z] #42 86.55 DEP criu/clone-noasan.d [2021-02-25T03:20:36.978Z] #42 86.67 DEP criu/cgroup.d [2021-02-25T03:20:36.978Z] #42 86.86 DEP criu/cgroup-props.d [2021-02-25T03:20:36.978Z] #42 86.95 DEP criu/bitmap.d [2021-02-25T03:20:37.004Z] #19 49.86 Setting up apparmor (2.13.2-10) ... [2021-02-25T03:20:37.240Z] #42 ... [2021-02-25T03:20:37.240Z] [2021-02-25T03:20:37.240Z] #31 [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-02-25T03:20:37.240Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-25T03:20:37.240Z] #31 DONE 164.5s [2021-02-25T03:20:37.240Z] [2021-02-25T03:20:37.240Z] #42 [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-02-25T03:20:37.240Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:20:37.240Z] #42 86.99 DEP criu/bfd.d [2021-02-25T03:20:37.240Z] #42 87.10 DEP criu/autofs.d [2021-02-25T03:20:37.347Z] #43 129.0 CC criu/eventpoll.o [2021-02-25T03:20:37.814Z] #42 87.40 DEP criu/aio.d [2021-02-25T03:20:37.814Z] #42 87.56 DEP criu/action-scripts.d [2021-02-25T03:20:37.997Z] #43 129.9 CC criu/external.o [2021-02-25T03:20:38.076Z] #42 87.91 CC criu/action-scripts.o [2021-02-25T03:20:38.406Z] #19 ... [2021-02-25T03:20:38.406Z] [2021-02-25T03:20:38.406Z] #42 [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-02-25T03:20:38.406Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-25T03:20:38.406Z] #42 91.87 CC criu/external.o [2021-02-25T03:20:38.406Z] #42 92.12 CC criu/fault-injection.o [2021-02-25T03:20:38.406Z] #42 92.21 CC criu/fdstore.o [2021-02-25T03:20:38.406Z] #42 92.50 CC criu/fifo.o [2021-02-25T03:20:38.406Z] #42 92.87 CC criu/file-ids.o [2021-02-25T03:20:38.406Z] #42 93.31 CC criu/file-lock.o [2021-02-25T03:20:38.406Z] #42 94.07 CC criu/files-ext.o [2021-02-25T03:20:38.406Z] #42 94.36 CC criu/files-reg.o [2021-02-25T03:20:38.406Z] #42 95.94 CC criu/files.o [2021-02-25T03:20:38.406Z] #42 97.41 CC criu/filesystems.o [2021-02-25T03:20:38.406Z] #42 98.02 CC criu/fsnotify.o [2021-02-25T03:20:38.406Z] #42 98.97 CC criu/image-desc.o [2021-02-25T03:20:38.406Z] #42 99.10 CC criu/image.o [2021-02-25T03:20:38.406Z] #42 99.73 CC criu/ipc_ns.o [2021-02-25T03:20:38.406Z] #42 100.7 CC criu/irmap.o [2021-02-25T03:20:38.406Z] #42 101.2 CC criu/kcmp-ids.o [2021-02-25T03:20:38.406Z] #42 101.5 CC criu/kerndat.o [2021-02-25T03:20:38.649Z] #43 130.4 CC criu/fault-injection.o [2021-02-25T03:20:38.671Z] #42 102.5 CC criu/libnetlink.o [2021-02-25T03:20:38.671Z] #42 ... [2021-02-25T03:20:38.671Z] [2021-02-25T03:20:38.671Z] #19 [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-02-25T03:20:38.671Z] #19 sha256:d3b65319af3d5e3143d7ee55e3c659a5d65a0934fe1f79b38392c0e93180150d [2021-02-25T03:20:38.671Z] #19 51.51 Setting up xfsprogs (4.20.0-1) ... [2021-02-25T03:20:38.671Z] #19 51.52 Setting up python3-lib2to3 (3.7.3-1) ... [2021-02-25T03:20:38.949Z] #43 130.6 CC criu/fdstore.o [2021-02-25T03:20:39.023Z] #42 88.60 CC criu/aio.o [2021-02-25T03:20:39.248Z] #43 131.1 CC criu/fifo.o [2021-02-25T03:20:39.250Z] #19 51.93 Setting up python3-pkg-resources (40.8.0-1) ... [2021-02-25T03:20:39.280Z] #19 39.93 Selecting previously unselected package libnet1:amd64. [2021-02-25T03:20:39.280Z] #19 39.93 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-02-25T03:20:39.280Z] #19 39.94 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-25T03:20:39.280Z] #19 40.06 Selecting previously unselected package libnl-3-200:amd64. [2021-02-25T03:20:39.280Z] #19 40.06 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-02-25T03:20:39.280Z] #19 40.07 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-02-25T03:20:39.280Z] #19 40.16 Selecting previously unselected package libprotobuf-c1:amd64. [2021-02-25T03:20:39.280Z] #19 40.16 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-02-25T03:20:39.280Z] #19 40.16 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-25T03:20:39.280Z] #19 40.24 Selecting previously unselected package libreadline5:amd64. [2021-02-25T03:20:39.280Z] #19 40.24 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-02-25T03:20:39.280Z] #19 40.24 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-02-25T03:20:39.280Z] #19 40.35 Selecting previously unselected package net-tools. [2021-02-25T03:20:39.280Z] #19 40.35 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-02-25T03:20:39.280Z] #19 40.37 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-25T03:20:39.280Z] #19 40.54 Selecting previously unselected package python-pip-whl. [2021-02-25T03:20:39.280Z] #19 40.54 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-02-25T03:20:39.280Z] #19 40.55 Unpacking python-pip-whl (18.1-5) ... [2021-02-25T03:20:39.283Z] #42 89.18 CC criu/autofs.o [2021-02-25T03:20:39.829Z] #19 52.69 Setting up python3-distutils (3.7.3-1) ... [2021-02-25T03:20:39.844Z] #19 41.10 Selecting previously unselected package python3-lib2to3. [2021-02-25T03:20:39.844Z] #19 41.11 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-02-25T03:20:39.844Z] #19 41.12 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-02-25T03:20:39.844Z] #19 41.22 Selecting previously unselected package python3-distutils. [2021-02-25T03:20:39.898Z] #43 ... [2021-02-25T03:20:39.898Z] [2021-02-25T03:20:39.898Z] #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-02-25T03:20:39.898Z] #32 sha256:ba59694c74ae35466e9aac70d02cc54f7d6e23f684c9a35cfebae8ddb1b44030 [2021-02-25T03:20:39.898Z] #32 DONE 199.0s [2021-02-25T03:20:39.898Z] [2021-02-25T03:20:39.898Z] #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-02-25T03:20:39.898Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-25T03:20:39.898Z] #43 131.7 CC criu/file-ids.o [2021-02-25T03:20:39.898Z] #43 ... [2021-02-25T03:20:39.898Z] [2021-02-25T03:20:39.898Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-25T03:20:39.898Z] #22 sha256:8868003b394a74e5ccf2a82ae8fbec853ed376a615ad27f3b237ae4b914630dc [2021-02-25T03:20:40.101Z] #19 41.22 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-02-25T03:20:40.101Z] #19 41.24 Unpacking python3-distutils (3.7.3-1) ... [2021-02-25T03:20:40.132Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-02-25T03:20:40.132Z] [2021-02-25T03:20:40.132Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2021-02-25T03:20:40.132Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2021-02-25T03:20:40.132Z] Using test binary docker [2021-02-25T03:20:40.132Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-02-25T03:20:40.132Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-25T03:20:40.132Z] INFO: Waiting for daemon to start... [2021-02-25T03:20:40.132Z] Starting dockerd [2021-02-25T03:20:40.132Z] . [2021-02-25T03:20:40.132Z] INFO: Building docker-sdk-python3:4.4.1... [2021-02-25T03:20:40.358Z] #19 41.39 Selecting previously unselected package python3-pip. [2021-02-25T03:20:40.358Z] #19 41.39 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-02-25T03:20:40.358Z] #19 41.41 Unpacking python3-pip (18.1-5) ... [2021-02-25T03:20:40.358Z] #19 41.61 Selecting previously unselected package python3-pkg-resources. [2021-02-25T03:20:40.358Z] #19 41.61 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-02-25T03:20:40.358Z] #19 41.62 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-02-25T03:20:40.408Z] #19 53.06 Setting up python3-setuptools (40.8.0-1) ... [2021-02-25T03:20:40.447Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-02-25T03:20:40.615Z] #19 41.77 Selecting previously unselected package python3-setuptools. [2021-02-25T03:20:40.615Z] #19 41.77 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-02-25T03:20:40.615Z] #19 41.78 Unpacking python3-setuptools (40.8.0-1) ... [2021-02-25T03:20:40.669Z] #42 90.57 CC criu/bfd.o [2021-02-25T03:20:40.872Z] #19 42.04 Selecting previously unselected package python3-wheel. [2021-02-25T03:20:40.872Z] #19 42.04 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-02-25T03:20:40.872Z] #19 42.04 Unpacking python3-wheel (0.32.3-2) ... [2021-02-25T03:20:40.872Z] #19 42.11 Selecting previously unselected package sudo. [2021-02-25T03:20:40.872Z] #19 42.11 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-02-25T03:20:40.872Z] #19 42.12 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-02-25T03:20:40.988Z] #19 53.92 Setting up python3-pip (18.1-5) ... [2021-02-25T03:20:40.988Z] #22 ... [2021-02-25T03:20:40.988Z] [2021-02-25T03:20:40.988Z] #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-02-25T03:20:40.988Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-25T03:20:40.988Z] #43 132.6 CC criu/file-lock.o [2021-02-25T03:20:41.242Z] #42 91.03 CC criu/bitmap.o [2021-02-25T03:20:41.437Z] #19 42.61 Selecting previously unselected package thin-provisioning-tools. [2021-02-25T03:20:41.437Z] #19 42.61 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-02-25T03:20:41.437Z] #19 42.62 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-02-25T03:20:41.504Z] #42 91.23 CC criu/cgroup-props.o [2021-02-25T03:20:41.694Z] #19 42.87 Selecting previously unselected package uidmap. [2021-02-25T03:20:41.694Z] #19 42.87 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-02-25T03:20:41.694Z] #19 42.88 Unpacking uidmap (1:4.5-1.1) ... [2021-02-25T03:20:41.694Z] #19 42.98 Selecting previously unselected package vim-runtime. [2021-02-25T03:20:41.951Z] #19 42.98 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-02-25T03:20:41.951Z] #19 43.02 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-02-25T03:20:41.951Z] #19 43.06 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-02-25T03:20:41.951Z] #19 43.07 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-02-25T03:20:42.079Z] #42 91.94 CC criu/cgroup.o [2021-02-25T03:20:42.207Z] #19 54.94 Processing triggers for libc-bin (2.28-10) ... [2021-02-25T03:20:42.207Z] #19 54.97 Processing triggers for mime-support (3.62) ... [2021-02-25T03:20:42.530Z] #43 134.3 CC criu/files-ext.o [2021-02-25T03:20:42.787Z] #19 DONE 55.4s [2021-02-25T03:20:42.787Z] [2021-02-25T03:20:42.787Z] #20 [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-02-25T03:20:42.787Z] #20 sha256:fa948250d3c4fce84ea5b2a2da239703726aad5bc3ed5f96403a6ee7fcde6d2f [2021-02-25T03:20:43.025Z] #42 ... [2021-02-25T03:20:43.025Z] [2021-02-25T03:20:43.025Z] #19 [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-02-25T03:20:43.025Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-25T03:20:43.025Z] #19 26.15 debconf: delaying package configuration, since apt-utils is not installed [2021-02-25T03:20:43.025Z] #19 26.29 Fetched 28.5 MB in 2s (15.4 MB/s) [2021-02-25T03:20:43.025Z] #19 26.36 Selecting previously unselected package pigz. [2021-02-25T03:20:43.025Z] #19 26.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 ... 23432 files and directories currently installed.) [2021-02-25T03:20:43.025Z] #19 26.42 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-02-25T03:20:43.025Z] #19 26.70 Unpacking pigz (2.4-1) ... [2021-02-25T03:20:43.025Z] #19 26.84 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-02-25T03:20:43.025Z] #19 26.84 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-02-25T03:20:43.025Z] #19 26.85 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-02-25T03:20:43.025Z] #19 27.34 Selecting previously unselected package python3.7-minimal. [2021-02-25T03:20:43.025Z] #19 27.35 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-02-25T03:20:43.025Z] #19 27.36 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-25T03:20:43.025Z] #19 28.41 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-02-25T03:20:43.025Z] #19 28.46 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-25T03:20:43.025Z] #19 31.02 Selecting previously unselected package python3-minimal. [2021-02-25T03:20:43.025Z] #19 31.02 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23681 files and directories currently installed.) [2021-02-25T03:20:43.025Z] #19 31.07 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-02-25T03:20:43.025Z] #19 31.12 Unpacking python3-minimal (3.7.3-1) ... [2021-02-25T03:20:43.025Z] #19 31.19 Selecting previously unselected package libmpdec2:amd64. [2021-02-25T03:20:43.025Z] #19 31.19 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-02-25T03:20:43.025Z] #19 31.20 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-02-25T03:20:43.025Z] #19 31.29 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-02-25T03:20:43.025Z] #19 31.29 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2021-02-25T03:20:43.025Z] #19 31.30 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-02-25T03:20:43.025Z] #19 32.20 Selecting previously unselected package python3.7. [2021-02-25T03:20:43.025Z] #19 32.21 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2021-02-25T03:20:43.025Z] #19 32.21 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2021-02-25T03:20:43.025Z] #19 32.31 Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-25T03:20:43.025Z] #19 32.31 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-02-25T03:20:43.025Z] #19 32.33 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-02-25T03:20:43.025Z] #19 32.46 Setting up python3-minimal (3.7.3-1) ... [2021-02-25T03:20:43.025Z] #19 33.20 Selecting previously unselected package python3. [2021-02-25T03:20:43.025Z] #19 33.20 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24093 files and directories currently installed.) [2021-02-25T03:20:43.025Z] #19 33.28 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-02-25T03:20:43.025Z] #19 33.29 Unpacking python3 (3.7.3-1) ... [2021-02-25T03:20:43.025Z] #19 33.41 Selecting previously unselected package libip4tc0:amd64. [2021-02-25T03:20:43.025Z] #19 33.43 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-02-25T03:20:43.025Z] #19 33.43 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-02-25T03:20:43.025Z] #19 33.51 Selecting previously unselected package libip6tc0:amd64. [2021-02-25T03:20:43.025Z] #19 33.52 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-02-25T03:20:43.025Z] #19 33.53 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-02-25T03:20:43.025Z] #19 33.63 Selecting previously unselected package libiptc0:amd64. [2021-02-25T03:20:43.025Z] #19 33.64 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-02-25T03:20:43.025Z] #19 33.65 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-02-25T03:20:43.025Z] #19 33.72 Selecting previously unselected package libnfnetlink0:amd64. [2021-02-25T03:20:43.025Z] #19 33.72 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-02-25T03:20:43.025Z] #19 33.72 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-02-25T03:20:43.025Z] #19 33.80 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-02-25T03:20:43.025Z] #19 33.80 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-02-25T03:20:43.025Z] #19 33.80 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-02-25T03:20:43.025Z] #19 33.88 Selecting previously unselected package libnftnl11:amd64. [2021-02-25T03:20:43.025Z] #19 33.88 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-02-25T03:20:43.025Z] #19 33.90 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-02-25T03:20:43.180Z] #43 134.7 CC criu/files-reg.o [2021-02-25T03:20:43.288Z] #19 33.99 Selecting previously unselected package iptables. [2021-02-25T03:20:43.288Z] #19 34.00 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-02-25T03:20:43.288Z] #19 34.02 Unpacking iptables (1.8.2-4) ... [2021-02-25T03:20:43.321Z] #19 ... [2021-02-25T03:20:43.321Z] [2021-02-25T03:20:43.321Z] #39 [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-02-25T03:20:43.321Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-25T03:20:43.321Z] #39 184.8 + dpkg --print-architecture [2021-02-25T03:20:43.321Z] #39 184.8 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-02-25T03:20:43.321Z] #39 ... [2021-02-25T03:20:43.321Z] [2021-02-25T03:20:43.321Z] #42 [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-02-25T03:20:43.321Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:20:43.321Z] #42 102.8 CC criu/cr-service.o [2021-02-25T03:20:43.321Z] #42 104.4 CC criu/crtools.o [2021-02-25T03:20:43.321Z] #42 104.9 CC criu/eventfd.o [2021-02-25T03:20:43.321Z] #42 105.3 CC criu/eventpoll.o [2021-02-25T03:20:43.321Z] #42 106.2 CC criu/external.o [2021-02-25T03:20:43.321Z] #42 106.6 CC criu/fault-injection.o [2021-02-25T03:20:43.321Z] #42 106.7 CC criu/fdstore.o [2021-02-25T03:20:43.321Z] #42 107.1 CC criu/fifo.o [2021-02-25T03:20:43.321Z] #42 107.4 CC criu/file-ids.o [2021-02-25T03:20:43.321Z] #42 107.7 CC criu/file-lock.o [2021-02-25T03:20:43.321Z] #42 108.6 CC criu/files-ext.o [2021-02-25T03:20:43.321Z] #42 108.9 CC criu/files-reg.o [2021-02-25T03:20:43.321Z] #42 111.2 CC criu/files.o [2021-02-25T03:20:43.551Z] #19 34.28 Selecting previously unselected package xxd. [2021-02-25T03:20:43.551Z] #19 34.30 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-02-25T03:20:43.551Z] #19 34.31 Unpacking xxd (2:8.1.0875-5) ... [2021-02-25T03:20:43.578Z] #42 ... [2021-02-25T03:20:43.578Z] [2021-02-25T03:20:43.578Z] #39 [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-02-25T03:20:43.578Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-25T03:20:43.578Z] #39 185.1 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-02-25T03:20:43.578Z] #39 185.1 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-02-25T03:20:43.749Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-02-25T03:20:43.813Z] #19 34.43 Selecting previously unselected package vim-common. [2021-02-25T03:20:43.813Z] #19 34.44 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-25T03:20:43.813Z] #19 34.46 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-25T03:20:43.813Z] #19 34.68 Selecting previously unselected package bash-completion. [2021-02-25T03:20:44.076Z] #19 34.68 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-02-25T03:20:44.187Z] #20 1.516 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-02-25T03:20:44.187Z] #20 1.521 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-02-25T03:20:44.187Z] #20 1.526 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-02-25T03:20:44.452Z] #20 DONE 1.7s [2021-02-25T03:20:44.452Z] [2021-02-25T03:20:44.452Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-25T03:20:44.453Z] #21 sha256:aa765bbefe063821896dd58c30ef7a1cd50fb1581d8041ea8c08fae1dda0c27c [2021-02-25T03:20:45.287Z] #43 137.3 CC criu/files.o [2021-02-25T03:20:46.631Z] #19 37.36 Unpacking bash-completion (1:2.8-6) ... [2021-02-25T03:20:46.893Z] #19 37.66 Selecting previously unselected package bzip2. [2021-02-25T03:20:46.893Z] #19 37.68 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-02-25T03:20:46.893Z] #19 37.68 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-25T03:20:46.893Z] #19 37.78 Selecting previously unselected package xz-utils. [2021-02-25T03:20:47.155Z] #19 37.78 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-02-25T03:20:47.155Z] #19 37.78 Unpacking xz-utils (5.2.4-1) ... [2021-02-25T03:20:47.155Z] #19 37.96 Selecting previously unselected package apparmor. [2021-02-25T03:20:47.155Z] #19 37.98 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-02-25T03:20:47.421Z] #19 38.07 Unpacking apparmor (2.13.2-10) ... [2021-02-25T03:20:47.683Z] #19 38.46 Selecting previously unselected package aufs-tools. [2021-02-25T03:20:47.683Z] #19 38.46 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-02-25T03:20:47.683Z] #19 38.47 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-02-25T03:20:47.683Z] #19 38.60 Selecting previously unselected package libonig5:amd64. [2021-02-25T03:20:47.683Z] #19 38.62 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-02-25T03:20:47.683Z] #19 38.62 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-02-25T03:20:47.946Z] #19 38.79 Selecting previously unselected package libjq1:amd64. [2021-02-25T03:20:47.946Z] #19 38.80 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-02-25T03:20:47.946Z] #19 38.80 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-25T03:20:47.956Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-02-25T03:20:48.079Z] #43 140.0 CC criu/filesystems.o [2021-02-25T03:20:48.209Z] #19 38.90 Selecting previously unselected package jq. [2021-02-25T03:20:48.209Z] #19 38.91 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-02-25T03:20:48.209Z] #19 38.92 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-25T03:20:48.209Z] #19 38.99 Selecting previously unselected package libaio1:amd64. [2021-02-25T03:20:48.209Z] #19 39.01 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-02-25T03:20:48.209Z] #19 39.02 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-02-25T03:20:48.209Z] #19 39.07 Selecting previously unselected package libgpm2:amd64. [2021-02-25T03:20:48.209Z] #19 39.07 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-02-25T03:20:48.209Z] #19 39.08 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-02-25T03:20:48.472Z] #19 39.14 Selecting previously unselected package libicu63:amd64. [2021-02-25T03:20:48.472Z] #19 39.15 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-02-25T03:20:48.472Z] #19 39.16 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-25T03:20:48.692Z] #21 4.125 Collecting yamllint==1.16.0 [2021-02-25T03:20:49.136Z] #43 141.2 CC criu/fsnotify.o [2021-02-25T03:20:49.272Z] #21 ... [2021-02-25T03:20:49.272Z] [2021-02-25T03:20:49.272Z] #42 [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-02-25T03:20:49.272Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-25T03:20:49.272Z] #42 102.8 CC criu/log.o [2021-02-25T03:20:49.272Z] #42 103.2 CC criu/lsm.o [2021-02-25T03:20:49.272Z] #42 103.6 CC criu/mem.o [2021-02-25T03:20:49.272Z] #42 105.0 CC criu/memfd.o [2021-02-25T03:20:49.272Z] #42 105.4 CC criu/mount.o [2021-02-25T03:20:49.272Z] #42 109.0 CC criu/namespaces.o [2021-02-25T03:20:49.272Z] #42 110.7 CC criu/net.o [2021-02-25T03:20:49.538Z] #42 113.1 CC criu/netfilter.o [2021-02-25T03:20:49.538Z] #42 113.3 CC criu/page-pipe.o [2021-02-25T03:20:50.115Z] #42 113.9 CC criu/page-xfer.o [2021-02-25T03:20:50.127Z] #39 ... [2021-02-25T03:20:50.127Z] [2021-02-25T03:20:50.127Z] #19 [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-02-25T03:20:50.127Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-25T03:20:50.127Z] #19 46.29 Selecting previously unselected package vim. [2021-02-25T03:20:50.127Z] #19 46.30 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2021-02-25T03:20:50.127Z] #19 46.31 Unpacking vim (2:8.1.0875-5) ... [2021-02-25T03:20:50.128Z] #19 46.90 Selecting previously unselected package xfsprogs. [2021-02-25T03:20:50.128Z] #19 46.92 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2021-02-25T03:20:50.128Z] #19 46.93 Unpacking xfsprogs (4.20.0-1) ... [2021-02-25T03:20:50.128Z] #19 47.46 Selecting previously unselected package zip. [2021-02-25T03:20:50.128Z] #19 47.47 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2021-02-25T03:20:50.128Z] #19 47.48 Unpacking zip (3.0-11+b1) ... [2021-02-25T03:20:50.128Z] #19 47.71 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-02-25T03:20:50.128Z] #19 47.74 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-25T03:20:50.128Z] #19 47.75 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-02-25T03:20:50.128Z] #19 47.76 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-02-25T03:20:50.128Z] #19 47.77 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-02-25T03:20:50.128Z] #19 47.78 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-02-25T03:20:50.128Z] #19 47.80 Setting up uidmap (1:4.5-1.1) ... [2021-02-25T03:20:50.128Z] #19 47.81 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-02-25T03:20:50.128Z] #19 47.82 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-25T03:20:50.128Z] #19 47.83 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-25T03:20:50.128Z] #19 47.84 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-25T03:20:50.128Z] #19 47.86 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-25T03:20:50.128Z] #19 47.87 Setting up xxd (2:8.1.0875-5) ... [2021-02-25T03:20:50.128Z] #19 47.88 Setting up zip (3.0-11+b1) ... [2021-02-25T03:20:50.128Z] #19 47.89 Setting up vim-common (2:8.1.0875-5) ... [2021-02-25T03:20:50.128Z] #19 47.95 Setting up bash-completion (1:2.8-6) ... [2021-02-25T03:20:50.128Z] #19 50.77 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-02-25T03:20:50.128Z] #19 50.79 Setting up xz-utils (5.2.4-1) ... [2021-02-25T03:20:50.128Z] #19 50.81 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-02-25T03:20:50.128Z] #19 50.82 Setting up sudo (1.8.27-1+deb10u3) ... [2021-02-25T03:20:50.128Z] #19 50.88 invoke-rc.d: could not determine current runlevel [2021-02-25T03:20:50.128Z] #19 50.89 invoke-rc.d: policy-rc.d denied execution of start. [2021-02-25T03:20:50.128Z] #19 50.90 Setting up pigz (2.4-1) ... [2021-02-25T03:20:50.128Z] #19 50.91 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-02-25T03:20:50.128Z] #19 50.92 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-02-25T03:20:50.128Z] #19 50.94 Setting up python-pip-whl (18.1-5) ... [2021-02-25T03:20:50.128Z] #19 50.96 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-02-25T03:20:50.128Z] #19 50.97 Setting up vim-runtime (2:8.1.0875-5) ... [2021-02-25T03:20:50.128Z] #19 51.39 Setting up libaio1:amd64 (0.3.112-3) ... [2021-02-25T03:20:50.128Z] #19 51.41 Setting up libonig5:amd64 (6.9.1-1) ... [2021-02-25T03:20:50.128Z] #19 51.42 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-02-25T03:20:50.128Z] #19 51.43 Setting up vim (2:8.1.0875-5) ... [2021-02-25T03:20:50.128Z] #19 51.44 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-02-25T03:20:50.385Z] #19 51.45 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-02-25T03:20:50.385Z] #19 51.45 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-02-25T03:20:50.385Z] #19 51.46 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-02-25T03:20:50.385Z] #19 51.46 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-02-25T03:20:50.385Z] #19 51.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-02-25T03:20:50.385Z] #19 51.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-02-25T03:20:50.385Z] #19 51.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-02-25T03:20:50.385Z] #19 51.52 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-25T03:20:50.385Z] #19 51.54 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-02-25T03:20:50.385Z] #19 51.56 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-02-25T03:20:50.385Z] #19 51.57 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-25T03:20:50.385Z] #19 51.58 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-02-25T03:20:50.385Z] #19 51.60 Setting up python3.7 (3.7.3-2+deb10u2) ... [2021-02-25T03:20:50.675Z] #43 142.5 CC criu/image-desc.o [2021-02-25T03:20:50.975Z] #43 142.7 CC criu/image.o [2021-02-25T03:20:51.273Z] #43 ... [2021-02-25T03:20:51.273Z] [2021-02-25T03:20:51.273Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-25T03:20:51.273Z] #22 sha256:8868003b394a74e5ccf2a82ae8fbec853ed376a615ad27f3b237ae4b914630dc [2021-02-25T03:20:51.273Z] #22 6.378 Collecting yamllint==1.16.0 [2021-02-25T03:20:51.273Z] #22 6.731 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-02-25T03:20:51.273Z] #22 6.829 Collecting pyyaml (from yamllint==1.16.0) [2021-02-25T03:20:51.273Z] #22 7.155 Downloading https://files.pythonhosted.org/packages/a0/a4/d63f2d7597e1a4b55aa3b4d6c5b029991d3b824b5bd331af8d4ab1ed687d/PyYAML-5.4.1.tar.gz (175kB) [2021-02-25T03:20:51.273Z] #22 7.940 Installing build dependencies: started [2021-02-25T03:20:51.288Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-02-25T03:20:51.511Z] #42 115.2 CC criu/pagemap-cache.o [2021-02-25T03:20:51.775Z] #42 115.4 CC criu/pagemap.o [2021-02-25T03:20:51.783Z] #19 42.47 Selecting previously unselected package libnet1:amd64. [2021-02-25T03:20:51.783Z] #19 42.47 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-02-25T03:20:51.783Z] #19 42.48 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-25T03:20:51.783Z] #19 42.56 Selecting previously unselected package libnl-3-200:amd64. [2021-02-25T03:20:51.783Z] #19 42.57 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-02-25T03:20:51.783Z] #19 42.58 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-02-25T03:20:51.783Z] #19 42.69 Selecting previously unselected package libprotobuf-c1:amd64. [2021-02-25T03:20:51.923Z] #22 ... [2021-02-25T03:20:51.923Z] [2021-02-25T03:20:51.923Z] #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-02-25T03:20:51.923Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-25T03:20:51.923Z] #43 143.8 CC criu/ipc_ns.o [2021-02-25T03:20:52.046Z] #19 42.70 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-02-25T03:20:52.046Z] #19 42.71 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-25T03:20:52.046Z] #19 42.80 Selecting previously unselected package libreadline5:amd64. [2021-02-25T03:20:52.046Z] #19 42.81 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-02-25T03:20:52.046Z] #19 42.82 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-02-25T03:20:52.046Z] #19 42.94 Selecting previously unselected package net-tools. [2021-02-25T03:20:52.308Z] #19 42.95 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-02-25T03:20:52.308Z] #19 42.96 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-25T03:20:52.308Z] #19 43.16 Selecting previously unselected package python-pip-whl. [2021-02-25T03:20:52.308Z] #19 43.17 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-02-25T03:20:52.308Z] #19 43.17 Unpacking python-pip-whl (18.1-5) ... [2021-02-25T03:20:52.354Z] #42 116.2 CC criu/parasite-syscall.o [2021-02-25T03:20:52.618Z] #42 ... [2021-02-25T03:20:52.618Z] [2021-02-25T03:20:52.618Z] #55 [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-02-25T03:20:52.618Z] #55 sha256:6539dedf4d3e1317939058c9ddd4e670b7282309fa9336578d4c0b845b1f0aec [2021-02-25T03:20:52.618Z] #55 144.7 + bin/containerd [2021-02-25T03:20:52.882Z] #19 43.69 Selecting previously unselected package python3-lib2to3. [2021-02-25T03:20:52.882Z] #19 43.70 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-02-25T03:20:52.882Z] #19 43.70 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-02-25T03:20:52.882Z] #19 43.83 Selecting previously unselected package python3-distutils. [2021-02-25T03:20:53.144Z] #19 43.83 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-02-25T03:20:53.144Z] #19 43.83 Unpacking python3-distutils (3.7.3-1) ... [2021-02-25T03:20:53.144Z] #19 43.98 Selecting previously unselected package python3-pip. [2021-02-25T03:20:53.144Z] #19 43.98 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-02-25T03:20:53.144Z] #19 43.99 Unpacking python3-pip (18.1-5) ... [2021-02-25T03:20:53.406Z] #19 44.16 Selecting previously unselected package python3-pkg-resources. [2021-02-25T03:20:53.406Z] #19 44.17 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-02-25T03:20:53.406Z] #19 44.18 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-02-25T03:20:53.466Z] #43 145.3 CC criu/irmap.o [2021-02-25T03:20:53.660Z] #19 54.41 Setting up iptables (1.8.2-4) ... [2021-02-25T03:20:53.661Z] #19 54.43 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-25T03:20:53.661Z] #19 54.44 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-25T03:20:53.661Z] #19 54.45 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-25T03:20:53.661Z] #19 54.45 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-25T03:20:53.661Z] #19 54.46 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-02-25T03:20:53.661Z] #19 54.46 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-02-25T03:20:53.661Z] #19 54.47 Setting up python3 (3.7.3-1) ... [2021-02-25T03:20:53.661Z] #19 54.96 Setting up python3-wheel (0.32.3-2) ... [2021-02-25T03:20:53.668Z] #19 44.32 Selecting previously unselected package python3-setuptools. [2021-02-25T03:20:53.668Z] #19 44.33 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-02-25T03:20:53.668Z] #19 44.34 Unpacking python3-setuptools (40.8.0-1) ... [2021-02-25T03:20:53.918Z] #19 ... [2021-02-25T03:20:53.918Z] [2021-02-25T03:20:53.918Z] #42 [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-02-25T03:20:53.918Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:20:53.918Z] #42 113.4 CC criu/filesystems.o [2021-02-25T03:20:53.918Z] #42 114.2 CC criu/fsnotify.o [2021-02-25T03:20:53.918Z] #42 115.3 CC criu/image-desc.o [2021-02-25T03:20:53.918Z] #42 115.5 CC criu/image.o [2021-02-25T03:20:53.918Z] #42 116.4 CC criu/ipc_ns.o [2021-02-25T03:20:53.918Z] #42 117.5 CC criu/irmap.o [2021-02-25T03:20:53.918Z] #42 118.2 CC criu/kcmp-ids.o [2021-02-25T03:20:53.918Z] #42 118.5 CC criu/kerndat.o [2021-02-25T03:20:53.918Z] #42 119.6 CC criu/libnetlink.o [2021-02-25T03:20:53.918Z] #42 119.9 CC criu/log.o [2021-02-25T03:20:53.918Z] #42 120.5 CC criu/lsm.o [2021-02-25T03:20:53.918Z] #42 120.9 CC criu/mem.o [2021-02-25T03:20:53.918Z] #42 122.6 CC criu/memfd.o [2021-02-25T03:20:53.918Z] #42 123.3 CC criu/mount.o [2021-02-25T03:20:53.930Z] #19 44.59 Selecting previously unselected package python3-wheel. [2021-02-25T03:20:53.930Z] #19 44.61 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-02-25T03:20:53.930Z] #19 44.62 Unpacking python3-wheel (0.32.3-2) ... [2021-02-25T03:20:53.930Z] #19 44.70 Selecting previously unselected package sudo. [2021-02-25T03:20:53.930Z] #19 44.71 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-02-25T03:20:53.930Z] #19 44.72 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-02-25T03:20:54.482Z] #42 ... [2021-02-25T03:20:54.482Z] [2021-02-25T03:20:54.482Z] #19 [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-02-25T03:20:54.482Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-25T03:20:54.482Z] #19 55.69 Setting up apparmor (2.13.2-10) ... [2021-02-25T03:20:54.503Z] #19 45.18 Selecting previously unselected package thin-provisioning-tools. [2021-02-25T03:20:54.504Z] #19 45.18 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-02-25T03:20:54.504Z] #19 45.19 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-02-25T03:20:54.522Z] #43 146.1 CC criu/kcmp-ids.o [2021-02-25T03:20:54.590Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-02-25T03:20:54.766Z] #19 45.46 Selecting previously unselected package uidmap. [2021-02-25T03:20:54.766Z] #19 45.46 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-02-25T03:20:54.766Z] #19 45.47 Unpacking uidmap (1:4.5-1.1) ... [2021-02-25T03:20:54.766Z] #19 45.58 Selecting previously unselected package vim-runtime. [2021-02-25T03:20:54.766Z] #19 ... [2021-02-25T03:20:54.766Z] [2021-02-25T03:20:54.766Z] #42 [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-02-25T03:20:54.766Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:20:54.766Z] #42 94.52 CC criu/clone-noasan.o [2021-02-25T03:20:54.766Z] #42 94.73 CC criu/config.o [2021-02-25T03:20:54.766Z] #42 96.17 CC criu/cr-check.o [2021-02-25T03:20:54.766Z] #42 97.63 CC criu/cr-dedup.o [2021-02-25T03:20:54.766Z] #42 98.04 CC criu/cr-dump.o [2021-02-25T03:20:54.766Z] #42 100.2 CC criu/cr-errno.o [2021-02-25T03:20:54.766Z] #42 100.3 CC criu/cr-restore.o [2021-02-25T03:20:54.766Z] #42 ... [2021-02-25T03:20:54.766Z] [2021-02-25T03:20:54.766Z] #19 [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-02-25T03:20:54.766Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-25T03:20:54.766Z] #19 45.58 Selecting previously unselected package vim-runtime. [2021-02-25T03:20:54.766Z] #19 45.58 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-02-25T03:20:54.766Z] #19 45.63 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-02-25T03:20:54.766Z] #19 45.66 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-02-25T03:20:54.766Z] #19 45.67 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-02-25T03:20:54.821Z] #43 146.5 CC criu/kerndat.o [2021-02-25T03:20:55.798Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-02-25T03:20:55.798Z] ok github.com/docker/docker/api/server/httputils 0.003s coverage: 14.7% of statements [2021-02-25T03:20:55.798Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements [2021-02-25T03:20:55.798Z] ? github.com/docker/docker/api/server/router [no test files] [2021-02-25T03:20:55.798Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-02-25T03:20:55.798Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-02-25T03:20:55.798Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-02-25T03:20:55.798Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-02-25T03:20:55.798Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-02-25T03:20:55.798Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-02-25T03:20:55.798Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-02-25T03:20:55.798Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-02-25T03:20:55.798Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-02-25T03:20:55.798Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-02-25T03:20:55.798Z] ok github.com/docker/docker/api/server/router/swarm 0.002s coverage: 5.7% of statements [2021-02-25T03:20:55.798Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-02-25T03:20:55.798Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-02-25T03:20:55.798Z] ? github.com/docker/docker/api/types [no test files] [2021-02-25T03:20:55.798Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-02-25T03:20:55.798Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-02-25T03:20:55.798Z] ? github.com/docker/docker/api/types/container [no test files] [2021-02-25T03:20:55.798Z] ? github.com/docker/docker/api/types/events [no test files] [2021-02-25T03:20:55.798Z] ok github.com/docker/docker/api/types/strslice 0.011s coverage: 90.0% of statements [2021-02-25T03:20:55.798Z] ok github.com/docker/docker/api/types/filters 0.002s coverage: 92.2% of statements [2021-02-25T03:20:55.798Z] ? github.com/docker/docker/api/types/image [no test files] [2021-02-25T03:20:55.798Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-02-25T03:20:55.798Z] ? github.com/docker/docker/api/types/network [no test files] [2021-02-25T03:20:55.798Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-02-25T03:20:55.798Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-02-25T03:20:55.798Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-02-25T03:20:55.798Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-02-25T03:20:55.798Z] ok github.com/docker/docker/api/types/time 0.004s coverage: 100.0% of statements [2021-02-25T03:20:55.798Z] ok github.com/docker/docker/api/types/versions 0.005s coverage: 75.0% of statements [2021-02-25T03:20:55.798Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-02-25T03:20:55.798Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-02-25T03:20:55.798Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-02-25T03:20:55.798Z] ? github.com/docker/docker/builder [no test files] [2021-02-25T03:20:55.798Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-02-25T03:20:55.798Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-02-25T03:20:55.798Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-02-25T03:20:55.798Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-02-25T03:20:55.798Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-02-25T03:20:55.798Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-02-25T03:20:55.798Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-02-25T03:20:56.359Z] #43 148.0 CC criu/libnetlink.o [2021-02-25T03:20:56.378Z] #19 57.44 Setting up xfsprogs (4.20.0-1) ... [2021-02-25T03:20:56.379Z] #19 57.46 Setting up python3-lib2to3 (3.7.3-1) ... [2021-02-25T03:20:56.441Z] ok github.com/docker/docker/builder/remotecontext 0.355s coverage: 13.7% of statements [2021-02-25T03:20:56.658Z] #43 148.4 CC criu/log.o [2021-02-25T03:20:56.893Z] #19 57.87 Setting up python3-pkg-resources (40.8.0-1) ... [2021-02-25T03:20:57.079Z] ok github.com/docker/docker/builder/dockerfile 1.044s coverage: 48.3% of statements [2021-02-25T03:20:57.079Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-02-25T03:20:57.311Z] #43 148.9 CC criu/lsm.o [2021-02-25T03:20:57.373Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2021-02-25T03:20:57.458Z] #19 58.68 Setting up python3-distutils (3.7.3-1) ... [2021-02-25T03:20:57.611Z] #43 149.5 CC criu/mem.o [2021-02-25T03:20:57.887Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-02-25T03:20:57.887Z] Using test binary docker [2021-02-25T03:20:57.887Z] +++ /etc/init.d/apparmor start [2021-02-25T03:20:57.887Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-25T03:20:57.887Z] INFO: Waiting for daemon to start... [2021-02-25T03:20:57.887Z] Starting dockerd [2021-02-25T03:20:57.887Z] +++ 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-02-25T03:20:57.942Z] #55 ... [2021-02-25T03:20:57.942Z] [2021-02-25T03:20:57.942Z] #42 [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-02-25T03:20:57.942Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-25T03:20:57.942Z] #42 116.8 CC criu/path.o [2021-02-25T03:20:57.942Z] #42 117.0 CC criu/pie-util-vdso.o [2021-02-25T03:20:57.942Z] #42 117.3 CC criu/pie-util.o [2021-02-25T03:20:57.942Z] #42 117.4 CC criu/pipes.o [2021-02-25T03:20:57.942Z] #42 118.1 CC criu/plugin.o [2021-02-25T03:20:57.942Z] #42 118.4 CC criu/proc_parse.o [2021-02-25T03:20:57.942Z] #42 120.7 CC criu/protobuf-desc.o [2021-02-25T03:20:57.942Z] #42 121.6 CC criu/protobuf.o [2021-02-25T03:20:58.012Z] ok github.com/docker/docker/builder/remotecontext/git 1.110s coverage: 86.3% of statements [2021-02-25T03:20:58.012Z] ? github.com/docker/docker/cli [no test files] [2021-02-25T03:20:58.012Z] ? github.com/docker/docker/cli/config [no test files] [2021-02-25T03:20:58.021Z] #19 59.16 Setting up python3-setuptools (40.8.0-1) ... [2021-02-25T03:20:58.077Z] #19 48.91 Selecting previously unselected package vim. [2021-02-25T03:20:58.077Z] #19 48.92 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2021-02-25T03:20:58.077Z] #19 48.93 Unpacking vim (2:8.1.0875-5) ... [2021-02-25T03:20:58.207Z] #42 121.9 CC criu/pstree.o [2021-02-25T03:20:58.651Z] #19 49.44 Selecting previously unselected package xfsprogs. [2021-02-25T03:20:58.651Z] #19 49.45 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2021-02-25T03:20:58.651Z] #19 49.46 Unpacking xfsprogs (4.20.0-1) ... [2021-02-25T03:20:59.161Z] #42 122.9 CC criu/rbtree.o [2021-02-25T03:20:59.226Z] #19 49.91 Selecting previously unselected package zip. [2021-02-25T03:20:59.226Z] #19 49.91 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2021-02-25T03:20:59.226Z] #19 49.94 Unpacking zip (3.0-11+b1) ... [2021-02-25T03:20:59.226Z] #19 50.15 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-02-25T03:20:59.226Z] #19 50.17 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-25T03:20:59.226Z] #19 50.19 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-02-25T03:20:59.226Z] #19 50.20 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-02-25T03:20:59.392Z] #19 60.30 Setting up python3-pip (18.1-5) ... [2021-02-25T03:20:59.425Z] #42 123.1 CC criu/rst-malloc.o [2021-02-25T03:20:59.488Z] #19 50.22 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-02-25T03:20:59.488Z] #19 50.23 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-02-25T03:20:59.488Z] #19 50.24 Setting up uidmap (1:4.5-1.1) ... [2021-02-25T03:20:59.488Z] #19 50.26 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-02-25T03:20:59.488Z] #19 50.27 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-25T03:20:59.488Z] #19 50.28 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-25T03:20:59.488Z] #19 50.29 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-25T03:20:59.488Z] #19 50.31 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-25T03:20:59.488Z] #19 50.32 Setting up xxd (2:8.1.0875-5) ... [2021-02-25T03:20:59.488Z] #19 50.33 Setting up zip (3.0-11+b1) ... [2021-02-25T03:20:59.488Z] #19 50.34 Setting up vim-common (2:8.1.0875-5) ... [2021-02-25T03:20:59.488Z] #19 50.39 Setting up bash-completion (1:2.8-6) ... [2021-02-25T03:20:59.690Z] #42 123.4 CC criu/seccomp.o [2021-02-25T03:21:00.270Z] #42 124.0 CC criu/seize.o [2021-02-25T03:21:00.324Z] #19 61.34 Processing triggers for libc-bin (2.28-10) ... [2021-02-25T03:21:00.324Z] #19 61.38 Processing triggers for mime-support (3.62) ... [2021-02-25T03:21:00.428Z] . [2021-02-25T03:21:00.428Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-02-25T03:21:00.428Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-02-25T03:21:00.428Z] Error: No such image: emptyfs [2021-02-25T03:21:00.428Z] ++++ docker load [2021-02-25T03:21:00.428Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-02-25T03:21:00.429Z] #43 151.9 CC criu/memfd.o [2021-02-25T03:21:00.688Z] Running integration-test (iteration 1) [2021-02-25T03:21:00.688Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-02-25T03:21:00.688Z] ++ 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-02-25T03:21:00.688Z] ++ set -e [2021-02-25T03:21:00.688Z] ++ '[' -n 0 ']' [2021-02-25T03:21:00.688Z] ++ set -x [2021-02-25T03:21:00.688Z] ++ env -i DEST=/go/src/github.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-02-25T03:21:00.730Z] #43 152.7 CC criu/mount.o [2021-02-25T03:21:00.849Z] #42 124.7 CC criu/servicefd.o [2021-02-25T03:21:00.889Z] #19 DONE 62.1s [2021-02-25T03:21:00.889Z] [2021-02-25T03:21:00.889Z] #20 [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-02-25T03:21:00.889Z] #20 sha256:efeb4a8b6365c0f1dbecade85ab0692fbdf50b930e2e3cb0f3b1ec813d64b6b8 [2021-02-25T03:21:01.428Z] #42 125.2 CC criu/shmem.o [2021-02-25T03:21:01.610Z] ok github.com/docker/docker/client 0.152s coverage: 75.4% of statements [2021-02-25T03:21:02.381Z] #42 126.1 CC criu/sigframe.o [2021-02-25T03:21:02.381Z] #42 ... [2021-02-25T03:21:02.381Z] [2021-02-25T03:21:02.381Z] #23 [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-02-25T03:21:02.381Z] #23 sha256:b6f757430588f2eb65332387809d416151bde50c337177526c6d4929e9a481d7 [2021-02-25T03:21:02.381Z] #23 208.3 + return [2021-02-25T03:21:02.786Z] #20 1.789 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-02-25T03:21:02.786Z] #20 1.792 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-02-25T03:21:02.786Z] #20 1.797 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-02-25T03:21:02.786Z] #20 DONE 1.9s [2021-02-25T03:21:02.786Z] [2021-02-25T03:21:02.786Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-25T03:21:02.786Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-02-25T03:21:02.800Z] #19 53.10 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-02-25T03:21:02.800Z] #19 53.12 Setting up xz-utils (5.2.4-1) ... [2021-02-25T03:21:02.800Z] #19 53.14 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-02-25T03:21:02.800Z] #19 53.16 Setting up sudo (1.8.27-1+deb10u3) ... [2021-02-25T03:21:02.800Z] #19 53.21 invoke-rc.d: could not determine current runlevel [2021-02-25T03:21:02.800Z] #19 53.22 invoke-rc.d: policy-rc.d denied execution of start. [2021-02-25T03:21:02.800Z] #19 53.23 Setting up pigz (2.4-1) ... [2021-02-25T03:21:02.800Z] #19 53.24 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-02-25T03:21:02.800Z] #19 53.25 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-02-25T03:21:02.800Z] #19 53.29 Setting up python-pip-whl (18.1-5) ... [2021-02-25T03:21:02.800Z] #19 53.31 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-02-25T03:21:02.800Z] #19 53.32 Setting up vim-runtime (2:8.1.0875-5) ... [2021-02-25T03:21:02.800Z] #19 53.76 Setting up libaio1:amd64 (0.3.112-3) ... [2021-02-25T03:21:03.062Z] #19 53.78 Setting up libonig5:amd64 (6.9.1-1) ... [2021-02-25T03:21:03.062Z] #19 53.79 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-02-25T03:21:03.062Z] #19 53.81 Setting up vim (2:8.1.0875-5) ... [2021-02-25T03:21:03.062Z] #19 53.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-02-25T03:21:03.062Z] #19 53.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-02-25T03:21:03.062Z] #19 53.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-02-25T03:21:03.062Z] #19 53.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-02-25T03:21:03.062Z] #19 53.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-02-25T03:21:03.062Z] #19 53.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-02-25T03:21:03.062Z] #19 53.86 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-02-25T03:21:03.062Z] #19 53.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-02-25T03:21:03.062Z] #19 53.89 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-25T03:21:03.062Z] #19 53.91 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-02-25T03:21:03.062Z] #19 53.93 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-02-25T03:21:03.062Z] #19 53.94 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-25T03:21:03.062Z] #19 53.96 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-02-25T03:21:03.062Z] #19 53.97 Setting up python3.7 (3.7.3-2+deb10u2) ... [2021-02-25T03:21:03.782Z] #23 ... [2021-02-25T03:21:03.782Z] [2021-02-25T03:21:03.782Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-25T03:21:03.782Z] #21 sha256:aa765bbefe063821896dd58c30ef7a1cd50fb1581d8041ea8c08fae1dda0c27c [2021-02-25T03:21:03.782Z] #21 9.482 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-02-25T03:21:03.782Z] #21 9.552 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-02-25T03:21:03.782Z] #21 9.600 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-02-25T03:21:03.782Z] #21 9.654 Collecting pyyaml (from yamllint==1.16.0) [2021-02-25T03:21:03.782Z] #21 9.864 Downloading https://files.pythonhosted.org/packages/a0/a4/d63f2d7597e1a4b55aa3b4d6c5b029991d3b824b5bd331af8d4ab1ed687d/PyYAML-5.4.1.tar.gz (175kB) [2021-02-25T03:21:03.782Z] #21 10.59 Installing build dependencies: started [2021-02-25T03:21:03.782Z] #21 ... [2021-02-25T03:21:03.782Z] [2021-02-25T03:21:03.782Z] #42 [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-02-25T03:21:03.782Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-25T03:21:03.782Z] #42 126.4 CC criu/signalfd.o [2021-02-25T03:21:03.782Z] #42 126.7 CC criu/sk-inet.o [2021-02-25T03:21:03.782Z] #42 127.6 CC criu/sk-netlink.o [2021-02-25T03:21:04.047Z] #42 ... [2021-02-25T03:21:04.047Z] [2021-02-25T03:21:04.047Z] #23 [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-02-25T03:21:04.047Z] #23 sha256:b6f757430588f2eb65332387809d416151bde50c337177526c6d4929e9a481d7 [2021-02-25T03:21:04.047Z] #23 DONE 210.1s [2021-02-25T03:21:04.047Z] [2021-02-25T03:21:04.047Z] #42 [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-02-25T03:21:04.047Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-25T03:21:04.047Z] #42 127.9 CC criu/sk-packet.o [2021-02-25T03:21:05.002Z] #42 128.6 CC criu/sk-queue.o [2021-02-25T03:21:05.266Z] #42 129.1 CC criu/sk-tcp.o [2021-02-25T03:21:05.618Z] #19 ... [2021-02-25T03:21:05.618Z] [2021-02-25T03:21:05.618Z] #42 [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-02-25T03:21:05.618Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:21:05.618Z] #42 105.1 CC criu/cr-service.o [2021-02-25T03:21:05.618Z] #42 106.7 CC criu/crtools.o [2021-02-25T03:21:05.618Z] #42 107.2 CC criu/eventfd.o [2021-02-25T03:21:05.618Z] #42 107.6 CC criu/eventpoll.o [2021-02-25T03:21:05.618Z] #42 108.4 CC criu/external.o [2021-02-25T03:21:05.618Z] #42 108.7 CC criu/fault-injection.o [2021-02-25T03:21:05.618Z] #42 108.8 CC criu/fdstore.o [2021-02-25T03:21:05.618Z] #42 109.2 CC criu/fifo.o [2021-02-25T03:21:05.618Z] #42 109.6 CC criu/file-ids.o [2021-02-25T03:21:05.618Z] #42 109.9 CC criu/file-lock.o [2021-02-25T03:21:05.618Z] #42 110.9 CC criu/files-ext.o [2021-02-25T03:21:05.618Z] #42 111.3 CC criu/files-reg.o [2021-02-25T03:21:05.618Z] #42 113.7 CC criu/files.o [2021-02-25T03:21:06.194Z] #42 ... [2021-02-25T03:21:06.194Z] [2021-02-25T03:21:06.194Z] #19 [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-02-25T03:21:06.194Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-25T03:21:06.194Z] #19 56.88 Setting up iptables (1.8.2-4) ... [2021-02-25T03:21:06.194Z] #19 56.90 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-25T03:21:06.194Z] #19 56.91 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-25T03:21:06.194Z] #19 56.91 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-25T03:21:06.194Z] #19 56.92 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-25T03:21:06.194Z] #19 56.93 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-02-25T03:21:06.194Z] #19 56.93 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-02-25T03:21:06.194Z] #19 56.94 Setting up python3 (3.7.3-1) ... [2021-02-25T03:21:06.220Z] #42 129.7 CC criu/sk-unix.o [2021-02-25T03:21:06.383Z] #43 ... [2021-02-25T03:21:06.383Z] [2021-02-25T03:21:06.383Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-25T03:21:06.383Z] #22 sha256:8868003b394a74e5ccf2a82ae8fbec853ed376a615ad27f3b237ae4b914630dc [2021-02-25T03:21:06.383Z] #22 21.13 Installing build dependencies: finished with status 'done' [2021-02-25T03:21:06.383Z] #22 29.63 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-02-25T03:21:06.383Z] #22 29.69 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-02-25T03:21:06.383Z] #22 29.73 Building wheels for collected packages: pyyaml [2021-02-25T03:21:06.383Z] #22 29.74 Running setup.py bdist_wheel for pyyaml: started [2021-02-25T03:21:06.383Z] #22 31.48 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2021-02-25T03:21:06.383Z] #22 31.48 Stored in directory: /root/.cache/pip/wheels/2a/d4/92/cf299bdf4162957ca8126b46e913e29f76a4f17ca762c45028 [2021-02-25T03:21:06.383Z] #22 ... [2021-02-25T03:21:06.383Z] [2021-02-25T03:21:06.383Z] #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-02-25T03:21:06.383Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-25T03:21:06.383Z] #43 158.0 CC criu/namespaces.o [2021-02-25T03:21:06.456Z] #19 57.28 Setting up python3-wheel (0.32.3-2) ... [2021-02-25T03:21:07.034Z] #43 ... [2021-02-25T03:21:07.034Z] [2021-02-25T03:21:07.034Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-25T03:21:07.034Z] #22 sha256:8868003b394a74e5ccf2a82ae8fbec853ed376a615ad27f3b237ae4b914630dc [2021-02-25T03:21:07.034Z] #22 31.62 Successfully built pyyaml [2021-02-25T03:21:07.034Z] #22 31.64 Installing collected packages: pyyaml, pathspec, yamllint [2021-02-25T03:21:07.034Z] #22 32.04 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-02-25T03:21:07.034Z] #22 DONE 32.3s [2021-02-25T03:21:07.034Z] [2021-02-25T03:21:07.034Z] #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-02-25T03:21:07.034Z] #24 sha256:22761bc87d8a6e72ddd9615b6d7ab7d855c0d1b083f96cff7fa10bff8904cc61 [2021-02-25T03:21:07.403Z] #19 58.20 Setting up apparmor (2.13.2-10) ... [2021-02-25T03:21:07.627Z] #42 131.4 CC criu/sockets.o [2021-02-25T03:21:08.044Z] #21 ... [2021-02-25T03:21:08.044Z] [2021-02-25T03:21:08.044Z] #42 [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-02-25T03:21:08.044Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:21:08.044Z] #42 127.2 CC criu/namespaces.o [2021-02-25T03:21:08.044Z] #42 129.4 CC criu/net.o [2021-02-25T03:21:08.044Z] #42 133.0 CC criu/netfilter.o [2021-02-25T03:21:08.044Z] #42 133.4 CC criu/page-pipe.o [2021-02-25T03:21:08.044Z] #42 134.0 CC criu/page-xfer.o [2021-02-25T03:21:08.044Z] #42 135.7 CC criu/pagemap-cache.o [2021-02-25T03:21:08.044Z] #42 136.2 CC criu/pagemap.o [2021-02-25T03:21:08.044Z] #42 137.3 CC criu/parasite-syscall.o [2021-02-25T03:21:08.581Z] #42 132.3 CC criu/stats.o [2021-02-25T03:21:08.849Z] #42 132.5 CC criu/string.o [2021-02-25T03:21:08.849Z] #42 132.6 CC criu/sysctl.o [2021-02-25T03:21:08.977Z] #42 ... [2021-02-25T03:21:08.977Z] [2021-02-25T03:21:08.977Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-25T03:21:08.977Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-02-25T03:21:08.977Z] #21 5.848 Collecting yamllint==1.16.0 [2021-02-25T03:21:09.114Z] #42 ... [2021-02-25T03:21:09.114Z] [2021-02-25T03:21:09.114Z] #52 [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-02-25T03:21:09.114Z] #52 sha256:94863752155f96e03317bccdb18e551b489c353de57fa415ac28f369db0d21a0 [2021-02-25T03:21:09.114Z] #52 91.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 contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-02-25T03:21:09.114Z] #52 92.80 + mkdir -p /build [2021-02-25T03:21:09.114Z] #52 92.80 + cp runc /build/runc [2021-02-25T03:21:09.114Z] #52 DONE 93.7s [2021-02-25T03:21:09.114Z] [2021-02-25T03:21:09.114Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-25T03:21:09.114Z] #21 sha256:aa765bbefe063821896dd58c30ef7a1cd50fb1581d8041ea8c08fae1dda0c27c [2021-02-25T03:21:09.114Z] #21 24.84 Installing build dependencies: finished with status 'done' [2021-02-25T03:21:09.167Z] #24 ... [2021-02-25T03:21:09.167Z] [2021-02-25T03:21:09.167Z] #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-02-25T03:21:09.167Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-25T03:21:09.167Z] #43 160.8 CC criu/net.o [2021-02-25T03:21:09.326Z] #19 59.93 Setting up xfsprogs (4.20.0-1) ... [2021-02-25T03:21:09.326Z] #19 59.95 Setting up python3-lib2to3 (3.7.3-1) ... [2021-02-25T03:21:09.589Z] #19 60.32 Setting up python3-pkg-resources (40.8.0-1) ... [2021-02-25T03:21:10.535Z] #19 61.26 Setting up python3-distutils (3.7.3-1) ... [2021-02-25T03:21:11.110Z] #19 61.75 Setting up python3-setuptools (40.8.0-1) ... [2021-02-25T03:21:12.057Z] #19 63.03 Setting up python3-pip (18.1-5) ... [2021-02-25T03:21:13.155Z] #21 ... [2021-02-25T03:21:13.155Z] [2021-02-25T03:21:13.155Z] #39 [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-02-25T03:21:13.155Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-25T03:21:13.155Z] #39 DONE 214.1s [2021-02-25T03:21:13.155Z] [2021-02-25T03:21:13.155Z] #42 [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-02-25T03:21:13.155Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:21:13.155Z] #42 138.2 CC criu/path.o [2021-02-25T03:21:13.155Z] #42 138.5 CC criu/pie-util-vdso-elf32.o [2021-02-25T03:21:13.155Z] #42 138.9 CC criu/pie-util-vdso.o [2021-02-25T03:21:13.155Z] #42 139.3 CC criu/pie-util.o [2021-02-25T03:21:13.155Z] #42 139.5 CC criu/pipes.o [2021-02-25T03:21:13.155Z] #42 140.2 CC criu/plugin.o [2021-02-25T03:21:13.155Z] #42 140.5 CC criu/proc_parse.o [2021-02-25T03:21:13.449Z] #19 64.22 Processing triggers for libc-bin (2.28-10) ... [2021-02-25T03:21:13.449Z] #19 64.26 Processing triggers for mime-support (3.62) ... [2021-02-25T03:21:13.696Z] #43 164.8 CC criu/netfilter.o [2021-02-25T03:21:13.696Z] #43 165.3 CC criu/page-pipe.o [2021-02-25T03:21:13.720Z] #42 142.9 CC criu/protobuf-desc.o [2021-02-25T03:21:13.978Z] #42 ... [2021-02-25T03:21:13.978Z] [2021-02-25T03:21:13.978Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-25T03:21:13.978Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-02-25T03:21:13.978Z] #21 11.17 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-02-25T03:21:13.978Z] #21 11.24 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-02-25T03:21:13.978Z] #21 11.27 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-02-25T03:21:14.236Z] #21 11.32 Collecting pyyaml (from yamllint==1.16.0) [2021-02-25T03:21:14.236Z] #21 11.53 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-02-25T03:21:14.348Z] #43 166.2 CC criu/page-xfer.o [2021-02-25T03:21:14.396Z] #19 DONE 65.3s [2021-02-25T03:21:14.396Z] [2021-02-25T03:21:14.396Z] #42 [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-02-25T03:21:14.396Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:21:14.396Z] #42 115.9 CC criu/filesystems.o [2021-02-25T03:21:14.396Z] #42 116.8 CC criu/fsnotify.o [2021-02-25T03:21:14.396Z] #42 117.8 CC criu/image-desc.o [2021-02-25T03:21:14.396Z] #42 118.0 CC criu/image.o [2021-02-25T03:21:14.396Z] #42 118.8 CC criu/ipc_ns.o [2021-02-25T03:21:14.396Z] #42 120.1 CC criu/irmap.o [2021-02-25T03:21:14.397Z] #42 120.8 CC criu/kcmp-ids.o [2021-02-25T03:21:14.397Z] #42 121.1 CC criu/kerndat.o [2021-02-25T03:21:14.397Z] #42 122.3 CC criu/libnetlink.o [2021-02-25T03:21:14.397Z] #42 122.7 CC criu/log.o [2021-02-25T03:21:14.397Z] #42 123.3 CC criu/lsm.o [2021-02-25T03:21:14.397Z] #42 123.7 CC criu/mem.o [2021-02-25T03:21:14.443Z] #21 29.87 Building wheels for collected packages: pyyaml [2021-02-25T03:21:14.443Z] #21 29.87 Running setup.py bdist_wheel for pyyaml: started [2021-02-25T03:21:14.659Z] #42 ... [2021-02-25T03:21:14.659Z] [2021-02-25T03:21:14.659Z] #20 [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-02-25T03:21:14.659Z] #20 sha256:efeb4a8b6365c0f1dbecade85ab0692fbdf50b930e2e3cb0f3b1ec813d64b6b8 [2021-02-25T03:21:14.800Z] #21 11.85 Installing collected packages: pathspec, pyyaml, yamllint [2021-02-25T03:21:15.058Z] #21 12.22 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-02-25T03:21:15.395Z] #21 30.94 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2021-02-25T03:21:15.395Z] #21 30.94 Stored in directory: /root/.cache/pip/wheels/2a/d4/92/cf299bdf4162957ca8126b46e913e29f76a4f17ca762c45028 [2021-02-25T03:21:15.395Z] #21 31.06 Successfully built pyyaml [2021-02-25T03:21:15.395Z] #21 31.07 Installing collected packages: pathspec, pyyaml, yamllint [2021-02-25T03:21:15.606Z] #20 1.021 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-02-25T03:21:15.607Z] #20 1.024 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-02-25T03:21:15.607Z] #20 1.028 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-02-25T03:21:15.607Z] #20 DONE 1.1s [2021-02-25T03:21:15.607Z] [2021-02-25T03:21:15.607Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-25T03:21:15.607Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-02-25T03:21:15.622Z] #21 DONE 12.8s [2021-02-25T03:21:15.622Z] [2021-02-25T03:21:15.622Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-02-25T03:21:15.622Z] #24 sha256:8430b549df08996ff13c40d70a788a8ac4621a6b532aacc27ef5a4973b757d84 [2021-02-25T03:21:15.664Z] #21 31.33 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-02-25T03:21:16.187Z] #24 DONE 0.4s [2021-02-25T03:21:16.187Z] [2021-02-25T03:21:16.187Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-02-25T03:21:16.187Z] #29 sha256:ceb4d36aa47f171cde22536272a256556efa8d6e7316daab5f1f6fde464bfbdf [2021-02-25T03:21:16.242Z] #21 DONE 31.9s [2021-02-25T03:21:16.243Z] [2021-02-25T03:21:16.243Z] #42 [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-02-25T03:21:16.243Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-25T03:21:16.243Z] #42 133.2 CC criu/sysfs_parse.o [2021-02-25T03:21:16.243Z] #42 133.6 CC criu/timens.o [2021-02-25T03:21:16.243Z] #42 133.9 CC criu/timerfd.o [2021-02-25T03:21:16.243Z] #42 134.2 CC criu/tty.o [2021-02-25T03:21:16.243Z] #42 135.9 CC criu/tun.o [2021-02-25T03:21:16.243Z] #42 136.4 CC criu/uffd.o [2021-02-25T03:21:16.243Z] #42 137.4 CC criu/util.o [2021-02-25T03:21:16.243Z] #42 138.5 CC criu/uts_ns.o [2021-02-25T03:21:16.243Z] #42 138.7 CC criu/vdso.o [2021-02-25T03:21:16.243Z] #42 139.1 LINK criu/built-in.o [2021-02-25T03:21:16.243Z] #42 139.3 LINK criu/criu [2021-02-25T03:21:16.243Z] #42 139.6 DEP lib/c/criu.d [2021-02-25T03:21:16.243Z] #42 139.7 CC images/rpc.pb-c.o [2021-02-25T03:21:16.243Z] #42 ... [2021-02-25T03:21:16.243Z] [2021-02-25T03:21:16.243Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-02-25T03:21:16.243Z] #24 sha256:99eba2a6a9cffd357ffaba4110239d88da346f8e5d49b86753aed209dc896d66 [2021-02-25T03:21:16.487Z] #43 168.2 CC criu/pagemap-cache.o [2021-02-25T03:21:16.787Z] #43 168.7 CC criu/pagemap.o [2021-02-25T03:21:16.822Z] #24 DONE 0.7s [2021-02-25T03:21:16.822Z] [2021-02-25T03:21:16.822Z] #42 [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-02-25T03:21:16.822Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-25T03:21:16.822Z] #42 140.2 CC lib/c/criu.o [2021-02-25T03:21:17.402Z] #42 141.2 LINK lib/c/built-in.o [2021-02-25T03:21:17.667Z] #42 141.2 LINK lib/c/libcriu.so [2021-02-25T03:21:17.667Z] #42 141.3 LINK lib/c/libcriu.a [2021-02-25T03:21:17.667Z] #42 141.4 GEN magic.py [2021-02-25T03:21:17.933Z] #42 141.5 Note: Building without setproctitle() and strlcpy() support. [2021-02-25T03:21:17.933Z] #42 141.5 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-25T03:21:17.933Z] #42 141.5 Note: Building without GnuTLS support [2021-02-25T03:21:17.933Z] #42 141.5 Makefile.config:39: Warn: you have no libnftables installed [2021-02-25T03:21:17.933Z] #42 141.5 Makefile.config:40: Warn: Building without nftables support [2021-02-25T03:21:18.334Z] #43 170.0 CC criu/parasite-syscall.o [2021-02-25T03:21:18.513Z] #42 142.3 fatal: not a git repository (or any of the parent directories): .git [2021-02-25T03:21:18.858Z] sha256:fd42342658eee665e3d75ac95c6a308f67989d1db2c9519aa21424630863a0de [2021-02-25T03:21:18.858Z] INFO: Starting docker-py tests... [2021-02-25T03:21:18.858Z] ============================= test session starts ============================== [2021-02-25T03:21:18.858Z] platform linux -- Python 3.7.10, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 [2021-02-25T03:21:18.858Z] rootdir: /src, inifile: pytest.ini [2021-02-25T03:21:18.858Z] plugins: timeout-1.3.3, cov-2.6.1 [2021-02-25T03:21:18.858Z] collected 389 items / 1 deselected / 388 selected [2021-02-25T03:21:18.858Z] [2021-02-25T03:21:19.406Z] #43 171.1 CC criu/path.o [2021-02-25T03:21:19.466Z] #42 143.0 make[1]: Nothing to be done for 'all'. [2021-02-25T03:21:19.707Z] #43 171.5 CC criu/pie-util-vdso.o [2021-02-25T03:21:19.828Z] #21 ... [2021-02-25T03:21:19.828Z] [2021-02-25T03:21:19.828Z] #39 [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-02-25T03:21:19.828Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-25T03:21:19.828Z] #39 196.7 + dpkg --print-architecture [2021-02-25T03:21:19.828Z] #39 196.7 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-02-25T03:21:19.828Z] #39 197.2 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-02-25T03:21:19.828Z] #39 197.2 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-02-25T03:21:19.828Z] #39 ... [2021-02-25T03:21:19.828Z] [2021-02-25T03:21:19.828Z] #42 [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-02-25T03:21:19.828Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:21:19.828Z] #42 125.9 CC criu/memfd.o [2021-02-25T03:21:19.828Z] #42 126.7 CC criu/mount.o [2021-02-25T03:21:20.009Z] #43 172.0 CC criu/pie-util.o [2021-02-25T03:21:20.045Z] #42 143.7 make[1]: 'images/built-in.o' is up to date. [2021-02-25T03:21:20.046Z] #42 143.8 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-02-25T03:21:20.046Z] #42 143.8 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-02-25T03:21:20.309Z] #43 172.2 CC criu/pipes.o [2021-02-25T03:21:20.311Z] #42 143.9 make[1]: 'compel/libcompel.a' is up to date. [2021-02-25T03:21:20.311Z] #42 144.0 make[1]: 'compel/compel-host-bin' is up to date. [2021-02-25T03:21:20.311Z] #42 144.0 make[1]: Nothing to be done for 'all'. [2021-02-25T03:21:20.311Z] #42 144.0 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-25T03:21:20.576Z] #42 144.3 make[2]: Nothing to be done for 'all'. [2021-02-25T03:21:20.576Z] #42 144.3 make[2]: Nothing to be done for 'all'. [2021-02-25T03:21:20.576Z] #42 144.4 make[2]: Nothing to be done for 'all'. [2021-02-25T03:21:20.715Z] 4612f6d0b889: Pull complete [2021-02-25T03:21:20.841Z] #42 144.5 make[2]: Nothing to be done for 'all'. [2021-02-25T03:21:20.841Z] #42 144.6 make[2]: Nothing to be done for 'all'. [2021-02-25T03:21:20.841Z] #42 144.6 make[2]: Nothing to be done for 'all'. [2021-02-25T03:21:20.841Z] #42 144.6 make[2]: Nothing to be done for 'all'. [2021-02-25T03:21:21.106Z] #42 144.7 make[2]: Nothing to be done for 'all'. [2021-02-25T03:21:21.106Z] #42 144.8 INSTALL criu/criu [2021-02-25T03:21:21.255Z] #42 130.7 CC criu/namespaces.o [2021-02-25T03:21:21.370Z] #43 173.3 CC criu/plugin.o [2021-02-25T03:21:21.506Z] #29 DONE 5.4s [2021-02-25T03:21:21.506Z] [2021-02-25T03:21:21.506Z] #42 [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-02-25T03:21:21.506Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:21:21.506Z] #42 144.0 CC criu/protobuf.o [2021-02-25T03:21:21.506Z] #42 144.5 CC criu/pstree.o [2021-02-25T03:21:21.506Z] #42 145.7 CC criu/rbtree.o [2021-02-25T03:21:21.506Z] #42 146.0 CC criu/rst-malloc.o [2021-02-25T03:21:21.506Z] #42 146.2 CC criu/seccomp.o [2021-02-25T03:21:21.506Z] #42 146.9 CC criu/seize.o [2021-02-25T03:21:21.506Z] #42 147.6 CC criu/servicefd.o [2021-02-25T03:21:21.506Z] #42 148.0 CC criu/shmem.o [2021-02-25T03:21:21.506Z] #42 148.8 CC criu/sigframe.o [2021-02-25T03:21:21.506Z] #42 149.0 CC criu/signalfd.o [2021-02-25T03:21:21.506Z] #42 149.3 CC criu/sk-inet.o [2021-02-25T03:21:21.506Z] #42 150.0 CC criu/sk-netlink.o [2021-02-25T03:21:21.506Z] #42 150.3 CC criu/sk-packet.o [2021-02-25T03:21:21.506Z] #42 150.7 CC criu/sk-queue.o [2021-02-25T03:21:21.506Z] #42 ... [2021-02-25T03:21:21.506Z] [2021-02-25T03:21:21.506Z] #48 [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-02-25T03:21:21.506Z] #48 sha256:4fe59b1cdf9f684cdbe5d3d1f32c73b9cfe25a63b8cca4b07dfc37ad88265171 [2021-02-25T03:21:21.506Z] #48 221.0 + /build/golangci-lint --version [2021-02-25T03:21:21.506Z] #48 221.3 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-02-25T03:21:21.506Z] #48 DONE 223.2s [2021-02-25T03:21:21.506Z] [2021-02-25T03:21:21.506Z] #32 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-02-25T03:21:21.506Z] #32 sha256:e349c1c2cbd52b7c0e9a925c8279a027ef4da26fc0b9eb1ea8580b16352c9abb [2021-02-25T03:21:22.030Z] #43 174.1 CC criu/proc_parse.o [2021-02-25T03:21:22.070Z] #32 DONE 0.6s [2021-02-25T03:21:22.070Z] [2021-02-25T03:21:22.070Z] #42 [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-02-25T03:21:22.070Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:21:22.070Z] #42 151.2 CC criu/sk-tcp.o [2021-02-25T03:21:22.070Z] #42 ... [2021-02-25T03:21:22.070Z] [2021-02-25T03:21:22.070Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-02-25T03:21:22.070Z] #34 sha256:d395d07a036d204ea3d2c962881f40fe6c15f2b7b14e231b3b8d4618fdeb86a5 [2021-02-25T03:21:22.070Z] #34 DONE 0.2s [2021-02-25T03:21:22.326Z] [2021-02-25T03:21:22.326Z] #37 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-02-25T03:21:22.326Z] #37 sha256:4f58a8a0072019ee6e1a4a0abdcd681aca73711b754a9a696623dd93ce1e2b76 [2021-02-25T03:21:22.326Z] #37 DONE 0.2s [2021-02-25T03:21:22.326Z] [2021-02-25T03:21:22.326Z] #40 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-02-25T03:21:22.326Z] #40 sha256:6eebc8e17b14b68bdac7417cd936eb8bc5f629fd7e2da3b6432c021727464382 [2021-02-25T03:21:22.677Z] #42 132.5 CC criu/net.o [2021-02-25T03:21:23.255Z] #40 DONE 0.9s [2021-02-25T03:21:23.255Z] [2021-02-25T03:21:23.255Z] #42 [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-02-25T03:21:23.255Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:21:23.255Z] #42 151.8 CC criu/sk-unix.o [2021-02-25T03:21:24.186Z] #42 153.4 CC criu/sockets.o [2021-02-25T03:21:24.750Z] #42 154.1 CC criu/stats.o [2021-02-25T03:21:25.007Z] #42 154.4 CC criu/string.o [2021-02-25T03:21:25.266Z] #42 154.5 CC criu/sysctl.o [2021-02-25T03:21:25.527Z] #42 154.9 CC criu/sysfs_parse.o [2021-02-25T03:21:25.784Z] #42 155.1 CC criu/timens.o [2021-02-25T03:21:25.784Z] #42 155.3 CC criu/timerfd.o [2021-02-25T03:21:25.994Z] #42 135.5 CC criu/netfilter.o [2021-02-25T03:21:25.994Z] #42 135.9 CC criu/page-pipe.o [2021-02-25T03:21:26.041Z] #42 155.5 CC criu/tty.o [2021-02-25T03:21:26.257Z] #42 ... [2021-02-25T03:21:26.257Z] [2021-02-25T03:21:26.257Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-25T03:21:26.257Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-02-25T03:21:26.257Z] #21 5.279 Collecting yamllint==1.16.0 [2021-02-25T03:21:26.257Z] #21 10.71 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-02-25T03:21:26.257Z] #21 10.80 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-02-25T03:21:26.257Z] #21 10.84 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-02-25T03:21:26.519Z] #21 10.91 Collecting pyyaml (from yamllint==1.16.0) [2021-02-25T03:21:26.558Z] #43 ... [2021-02-25T03:21:26.558Z] [2021-02-25T03:21:26.558Z] #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-02-25T03:21:26.558Z] #40 sha256:901a5c29e907a8e8e928e98b52a88e62a3d1a37f080c0011a504e7b597e8f9f9 [2021-02-25T03:21:26.558Z] #40 245.0 + dpkg --print-architecture [2021-02-25T03:21:26.558Z] #40 245.0 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-02-25T03:21:26.558Z] #40 245.7 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-02-25T03:21:26.782Z] #21 11.19 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-02-25T03:21:26.782Z] #21 ... [2021-02-25T03:21:26.782Z] [2021-02-25T03:21:26.782Z] #42 [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-02-25T03:21:26.782Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:21:26.782Z] #42 136.6 CC criu/page-xfer.o [2021-02-25T03:21:26.860Z] #40 245.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-02-25T03:21:27.412Z] #42 156.7 CC criu/tun.o [2021-02-25T03:21:27.669Z] #42 157.0 CC criu/uffd.o [2021-02-25T03:21:27.720Z] #42 ... [2021-02-25T03:21:27.720Z] [2021-02-25T03:21:27.720Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-02-25T03:21:27.720Z] #29 sha256:cf6dbe2ddbb81a9c11cd327123336777ff85d4b720f8474ff2dbf8372d399771 [2021-02-25T03:21:27.720Z] #29 ... [2021-02-25T03:21:27.720Z] [2021-02-25T03:21:27.720Z] #42 [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-02-25T03:21:27.720Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-25T03:21:27.720Z] #42 DONE 151.4s [2021-02-25T03:21:27.720Z] [2021-02-25T03:21:27.720Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-02-25T03:21:27.720Z] #29 sha256:cf6dbe2ddbb81a9c11cd327123336777ff85d4b720f8474ff2dbf8372d399771 [2021-02-25T03:21:27.720Z] #29 DONE 10.8s [2021-02-25T03:21:27.720Z] [2021-02-25T03:21:27.720Z] #32 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-02-25T03:21:27.720Z] #32 sha256:e094b09a03d8ba4e454e5c92661a4be91db6c824c2609e7e71f5b741c23b84f2 [2021-02-25T03:21:27.729Z] #42 ... [2021-02-25T03:21:27.729Z] [2021-02-25T03:21:27.729Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-25T03:21:27.729Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-02-25T03:21:27.729Z] #21 11.49 Installing collected packages: pathspec, pyyaml, yamllint [2021-02-25T03:21:27.729Z] #21 11.89 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-02-25T03:21:27.729Z] #21 DONE 12.3s [2021-02-25T03:21:27.992Z] [2021-02-25T03:21:27.992Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-02-25T03:21:27.992Z] #24 sha256:676243a6b69c5c2a97ecd11f4c7375dfc14cf15419728ee4db3a1b9cf9df39ab [2021-02-25T03:21:28.255Z] #24 DONE 0.4s [2021-02-25T03:21:28.255Z] [2021-02-25T03:21:28.255Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-02-25T03:21:28.255Z] #29 sha256:5525abb801c11f7fa335130f79d1649146b3d0579f0e8df15ce9ca758ff21c73 [2021-02-25T03:21:28.599Z] #42 157.8 CC criu/util.o [2021-02-25T03:21:28.674Z] #32 DONE 0.9s [2021-02-25T03:21:28.674Z] [2021-02-25T03:21:28.674Z] #55 [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-02-25T03:21:28.674Z] #55 sha256:6539dedf4d3e1317939058c9ddd4e670b7282309fa9336578d4c0b845b1f0aec [2021-02-25T03:21:28.674Z] #55 ... [2021-02-25T03:21:28.674Z] [2021-02-25T03:21:28.674Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-02-25T03:21:28.674Z] #34 sha256:097b12c37ea2f53c17e54316dc163ff2fac7f465cfa3f2227acd8e318e1c08e4 [2021-02-25T03:21:28.948Z] #34 DONE 0.2s [2021-02-25T03:21:28.948Z] [2021-02-25T03:21:28.948Z] #37 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-02-25T03:21:28.948Z] #37 sha256:2df6b277541411e39281cfa013f6721f2b94b5b4fb5e7bc5c8b3d005c84701b4 [2021-02-25T03:21:29.210Z] #37 DONE 0.3s [2021-02-25T03:21:29.210Z] [2021-02-25T03:21:29.210Z] #40 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-02-25T03:21:29.210Z] #40 sha256:7b1f7443f936a12b0f1acee4de9dd4d8a88e1ff2d124cb63fde92d8a8d56bf92 [2021-02-25T03:21:29.532Z] #42 158.7 CC criu/uts_ns.o [2021-02-25T03:21:29.532Z] #42 158.8 CC criu/vdso-compat.o [2021-02-25T03:21:29.532Z] #42 159.0 CC criu/vdso.o [2021-02-25T03:21:29.786Z] #40 DONE 0.8s [2021-02-25T03:21:29.786Z] [2021-02-25T03:21:29.786Z] #55 [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-02-25T03:21:29.786Z] #55 sha256:6539dedf4d3e1317939058c9ddd4e670b7282309fa9336578d4c0b845b1f0aec [2021-02-25T03:21:30.052Z] #55 ... [2021-02-25T03:21:30.052Z] [2021-02-25T03:21:30.052Z] #43 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-02-25T03:21:30.052Z] #43 sha256:a89e2a2eaf102426fb72e8c7026d8996fc05ed92eb8df44ca20e73b9d105f9c9 [2021-02-25T03:21:30.052Z] #43 DONE 0.1s [2021-02-25T03:21:30.052Z] [2021-02-25T03:21:30.052Z] #45 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-02-25T03:21:30.052Z] #45 sha256:ba20d3f2a289f6c9116dc197089ec16b7ed3db67029b3928057adc03f9d06944 [2021-02-25T03:21:30.096Z] #42 159.4 LINK criu/built-in.o [2021-02-25T03:21:30.096Z] #42 159.5 LINK criu/criu [2021-02-25T03:21:30.353Z] #42 159.8 DEP lib/c/criu.d [2021-02-25T03:21:30.353Z] #42 159.9 CC images/rpc.pb-c.o [2021-02-25T03:21:30.627Z] #45 DONE 0.6s [2021-02-25T03:21:30.627Z] [2021-02-25T03:21:30.627Z] #55 [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-02-25T03:21:30.627Z] #55 sha256:6539dedf4d3e1317939058c9ddd4e670b7282309fa9336578d4c0b845b1f0aec [2021-02-25T03:21:30.627Z] #55 ... [2021-02-25T03:21:30.627Z] [2021-02-25T03:21:30.627Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-02-25T03:21:30.627Z] #47 sha256:a2df4cfba57532f969eadeca959fbc92cf37508ff09d12bc3c9571a3402ffb37 [2021-02-25T03:21:30.627Z] #47 DONE 0.1s [2021-02-25T03:21:30.890Z] [2021-02-25T03:21:30.890Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-02-25T03:21:30.890Z] #49 sha256:c6b73bdfe291d20e07ef8e0447c88dd98cf6ef71b6a1e3ef54b653419013fafc [2021-02-25T03:21:30.918Z] #42 160.3 CC lib/c/criu.o [2021-02-25T03:21:31.848Z] #42 161.0 LINK lib/c/built-in.o [2021-02-25T03:21:31.848Z] #42 161.0 LINK lib/c/libcriu.so [2021-02-25T03:21:31.848Z] #42 161.0 LINK lib/c/libcriu.a [2021-02-25T03:21:31.848Z] #42 161.1 GEN magic.py [2021-02-25T03:21:31.848Z] #42 161.2 Note: Building without setproctitle() and strlcpy() support. [2021-02-25T03:21:31.848Z] #42 161.2 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-25T03:21:31.848Z] #42 161.2 Note: Building without GnuTLS support [2021-02-25T03:21:31.848Z] #42 161.2 Makefile.config:39: Warn: you have no libnftables installed [2021-02-25T03:21:31.848Z] #42 161.2 Makefile.config:40: Warn: Building without nftables support [2021-02-25T03:21:32.414Z] #42 161.7 fatal: not a git repository (or any of the parent directories): .git [2021-02-25T03:21:32.815Z] #49 DONE 2.1s [2021-02-25T03:21:32.815Z] [2021-02-25T03:21:32.815Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-02-25T03:21:32.815Z] #51 sha256:12f17256e6780601b067d34e407ffdc45506b32504e4bb7ccab8ed4b2d8cea40 [2021-02-25T03:21:32.815Z] #51 DONE 0.1s [2021-02-25T03:21:32.815Z] [2021-02-25T03:21:32.815Z] #55 [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-02-25T03:21:32.815Z] #55 sha256:6539dedf4d3e1317939058c9ddd4e670b7282309fa9336578d4c0b845b1f0aec [2021-02-25T03:21:32.978Z] #42 162.3 make[1]: Nothing to be done for 'all'. [2021-02-25T03:21:33.078Z] #55 ... [2021-02-25T03:21:33.078Z] [2021-02-25T03:21:33.078Z] #53 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-02-25T03:21:33.078Z] #53 sha256:572917b946ffd7bdc1e1c91c7b9c72bb2d70b6f3067e5777bc87386b0fd8e3fa [2021-02-25T03:21:33.543Z] #42 162.8 make[1]: 'images/built-in.o' is up to date. [2021-02-25T03:21:33.543Z] #42 162.8 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-02-25T03:21:33.543Z] #42 162.9 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-02-25T03:21:33.543Z] #42 162.9 make[1]: 'compel/libcompel.a' is up to date. [2021-02-25T03:21:33.543Z] #42 162.9 make[1]: 'compel/compel-host-bin' is up to date. [2021-02-25T03:21:33.543Z] #42 162.9 make[1]: Nothing to be done for 'all'. [2021-02-25T03:21:33.543Z] #42 163.0 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-25T03:21:33.654Z] #53 DONE 0.6s [2021-02-25T03:21:33.654Z] [2021-02-25T03:21:33.654Z] #55 [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-02-25T03:21:33.654Z] #55 sha256:6539dedf4d3e1317939058c9ddd4e670b7282309fa9336578d4c0b845b1f0aec [2021-02-25T03:21:33.800Z] #42 163.1 make[2]: Nothing to be done for 'all'. [2021-02-25T03:21:33.800Z] #42 163.1 make[2]: Nothing to be done for 'all'. [2021-02-25T03:21:33.800Z] #42 163.1 make[2]: Nothing to be done for 'all'. [2021-02-25T03:21:33.800Z] #42 163.2 make[2]: Nothing to be done for 'all'. [2021-02-25T03:21:33.800Z] #42 163.2 make[2]: Nothing to be done for 'all'. [2021-02-25T03:21:33.800Z] #42 163.2 make[2]: Nothing to be done for 'all'. [2021-02-25T03:21:33.800Z] #42 163.3 make[2]: Nothing to be done for 'all'. [2021-02-25T03:21:33.978Z] tests/integration/api_build_test.py .......................X [ 6%] [2021-02-25T03:21:34.058Z] #42 163.3 make[2]: Nothing to be done for 'all'. [2021-02-25T03:21:34.058Z] #42 163.4 INSTALL criu/criu [2021-02-25T03:21:34.316Z] #42 DONE 163.7s [2021-02-25T03:21:34.316Z] [2021-02-25T03:21:34.316Z] #55 [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-02-25T03:21:34.316Z] #55 sha256:7bb0b2fae1b2a0447fd802cbd6ab4e93a93c58d905079f43e177250021068990 [2021-02-25T03:21:34.353Z] ok github.com/docker/docker/cmd/dockerd 0.111s coverage: 29.1% of statements [2021-02-25T03:21:34.813Z] tests/integration/api_client_test.py ..... [ 7%] [2021-02-25T03:21:34.854Z] #29 DONE 5.5s [2021-02-25T03:21:34.855Z] [2021-02-25T03:21:34.855Z] #32 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-02-25T03:21:34.855Z] #32 sha256:57517e2ae857104243e92e943949b901091d95cc6c2c4e1ee25b77e26ac8c93f [2021-02-25T03:21:34.855Z] #32 DONE 0.5s [2021-02-25T03:21:34.855Z] [2021-02-25T03:21:34.855Z] #42 [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-02-25T03:21:34.855Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:21:34.855Z] #42 138.6 CC criu/pagemap-cache.o [2021-02-25T03:21:34.855Z] #42 138.9 CC criu/pagemap.o [2021-02-25T03:21:34.855Z] #42 139.8 CC criu/parasite-syscall.o [2021-02-25T03:21:34.855Z] #42 140.8 CC criu/path.o [2021-02-25T03:21:34.855Z] #42 141.1 CC criu/pie-util-vdso-elf32.o [2021-02-25T03:21:34.855Z] #42 141.5 CC criu/pie-util-vdso.o [2021-02-25T03:21:34.855Z] #42 141.9 CC criu/pie-util.o [2021-02-25T03:21:34.855Z] #42 142.1 CC criu/pipes.o [2021-02-25T03:21:34.855Z] #42 142.8 CC criu/plugin.o [2021-02-25T03:21:34.855Z] #42 143.2 CC criu/proc_parse.o [2021-02-25T03:21:34.855Z] #42 ... [2021-02-25T03:21:34.855Z] [2021-02-25T03:21:34.855Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-02-25T03:21:34.855Z] #34 sha256:c1c470f09de10165ffcf0eeccf5136bae062a433f087e09a220832958e5fdf89 [2021-02-25T03:21:34.855Z] #34 DONE 0.2s [2021-02-25T03:21:34.855Z] [2021-02-25T03:21:34.855Z] #37 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-02-25T03:21:34.855Z] #37 sha256:61b6b6a820c4600d59fb465e129c1964ceef0421ec5e7b68453b98823807c5b7 [2021-02-25T03:21:34.855Z] #37 DONE 0.2s [2021-02-25T03:21:34.855Z] [2021-02-25T03:21:34.855Z] #55 [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-02-25T03:21:34.855Z] #55 sha256:ce2f4b9ba423fa2b2cc0c628f719c38784871730f956548189b562a0fad891e6 [2021-02-25T03:21:34.994Z] ok github.com/docker/docker/container 0.115s coverage: 34.7% of statements [2021-02-25T03:21:34.994Z] ? github.com/docker/docker/container/stream [no test files] [2021-02-25T03:21:34.994Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-02-25T03:21:34.994Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-02-25T03:21:34.994Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-02-25T03:21:35.687Z] #55 ... [2021-02-25T03:21:35.687Z] [2021-02-25T03:21:35.687Z] #43 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-02-25T03:21:35.687Z] #43 sha256:5b00965a8a2da9b70226cdd3edd4eb6ba72938be87cf48d0722f2bdc818bc3e3 [2021-02-25T03:21:35.687Z] #43 DONE 0.1s [2021-02-25T03:21:35.687Z] [2021-02-25T03:21:35.687Z] #55 [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-02-25T03:21:35.687Z] #55 sha256:7bb0b2fae1b2a0447fd802cbd6ab4e93a93c58d905079f43e177250021068990 [2021-02-25T03:21:35.687Z] #55 ... [2021-02-25T03:21:35.687Z] [2021-02-25T03:21:35.687Z] #45 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-02-25T03:21:35.687Z] #45 sha256:e4f114bdc9a39ba718844e5aae00156c46be9c63aaf247f03bd60e07a6960238 [2021-02-25T03:21:35.809Z] #55 ... [2021-02-25T03:21:35.809Z] [2021-02-25T03:21:35.809Z] #42 [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-02-25T03:21:35.809Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:21:35.809Z] #42 145.8 CC criu/protobuf-desc.o [2021-02-25T03:21:35.944Z] #45 DONE 0.3s [2021-02-25T03:21:35.944Z] [2021-02-25T03:21:35.944Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-02-25T03:21:35.944Z] #47 sha256:02db66c76fd1a48d06a91909c0197d51e2982f7ca8a0439841c5bec689bd0221 [2021-02-25T03:21:35.944Z] #47 DONE 0.1s [2021-02-25T03:21:35.944Z] [2021-02-25T03:21:35.944Z] #52 [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-02-25T03:21:35.944Z] #52 sha256:3fe57bfa28b350c60405ce7bf0a141c4d075a9bcd94054537227a7b704fa0bd8 [2021-02-25T03:21:36.201Z] #52 ... [2021-02-25T03:21:36.201Z] [2021-02-25T03:21:36.201Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-02-25T03:21:36.201Z] #49 sha256:8d896a63aa3f43f502db9f32b468474c4b3137b393cbb05917bac1e0ec04c833 [2021-02-25T03:21:36.459Z] #49 DONE 0.2s [2021-02-25T03:21:36.459Z] [2021-02-25T03:21:36.459Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-02-25T03:21:36.459Z] #51 sha256:28f973577ec3ff1eb633699af568a49f9011c45d605d0c6bd553c953385d97cb [2021-02-25T03:21:36.459Z] #51 DONE 0.1s [2021-02-25T03:21:36.459Z] [2021-02-25T03:21:36.459Z] #52 [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-02-25T03:21:36.459Z] #52 sha256:3fe57bfa28b350c60405ce7bf0a141c4d075a9bcd94054537227a7b704fa0bd8 [2021-02-25T03:21:36.576Z] tests/integration/api_config_test.py ..... [ 8%] [2021-02-25T03:21:37.200Z] #42 146.8 CC criu/protobuf.o [2021-02-25T03:21:37.200Z] #42 147.1 CC criu/pstree.o [2021-02-25T03:21:37.349Z] #40 ... [2021-02-25T03:21:37.349Z] [2021-02-25T03:21:37.349Z] #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-02-25T03:21:37.349Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-25T03:21:37.349Z] #43 178.3 CC criu/protobuf-desc.o [2021-02-25T03:21:37.349Z] #43 179.6 CC criu/protobuf.o [2021-02-25T03:21:37.349Z] #43 180.0 CC criu/pstree.o [2021-02-25T03:21:37.349Z] #43 181.6 CC criu/rbtree.o [2021-02-25T03:21:37.349Z] #43 182.0 CC criu/rst-malloc.o [2021-02-25T03:21:37.349Z] #43 182.3 CC criu/seccomp.o [2021-02-25T03:21:37.349Z] #43 183.1 CC criu/seize.o [2021-02-25T03:21:37.349Z] #43 184.4 CC criu/servicefd.o [2021-02-25T03:21:37.349Z] #43 185.0 CC criu/shmem.o [2021-02-25T03:21:37.349Z] #43 186.3 CC criu/sigframe.o [2021-02-25T03:21:37.349Z] #43 186.6 CC criu/signalfd.o [2021-02-25T03:21:37.349Z] #43 187.0 CC criu/sk-inet.o [2021-02-25T03:21:37.349Z] #43 188.2 CC criu/sk-netlink.o [2021-02-25T03:21:37.349Z] #43 188.8 CC criu/sk-packet.o [2021-02-25T03:21:37.649Z] #43 189.6 CC criu/sk-queue.o [2021-02-25T03:21:38.591Z] #42 148.2 CC criu/rbtree.o [2021-02-25T03:21:38.712Z] #43 190.3 CC criu/sk-tcp.o [2021-02-25T03:21:38.853Z] #42 ... [2021-02-25T03:21:38.853Z] [2021-02-25T03:21:38.853Z] #39 [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-02-25T03:21:38.853Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-25T03:21:38.853Z] #39 DONE 226.1s [2021-02-25T03:21:38.853Z] [2021-02-25T03:21:38.853Z] #42 [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-02-25T03:21:38.853Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:21:38.853Z] #42 148.6 CC criu/rst-malloc.o [2021-02-25T03:21:39.012Z] #43 190.9 CC criu/sk-unix.o [2021-02-25T03:21:39.427Z] #42 149.1 CC criu/seccomp.o [2021-02-25T03:21:40.258Z] #55 192.1 + bin/containerd-stress [2021-02-25T03:21:40.375Z] #42 149.9 CC criu/seize.o [2021-02-25T03:21:40.636Z] #42 ... [2021-02-25T03:21:40.636Z] [2021-02-25T03:21:40.636Z] #40 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-02-25T03:21:40.636Z] #40 sha256:5c738d6be5f8fe0ee64599fb104b147634f058687667791cb523e1cc5117e929 [2021-02-25T03:21:40.636Z] #40 DONE 0.7s [2021-02-25T03:21:40.898Z] [2021-02-25T03:21:40.898Z] #42 [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-02-25T03:21:40.898Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:21:40.898Z] #42 150.7 CC criu/servicefd.o [2021-02-25T03:21:41.160Z] #42 151.0 CC criu/shmem.o [2021-02-25T03:21:41.715Z] #52 ... [2021-02-25T03:21:41.715Z] [2021-02-25T03:21:41.715Z] #55 [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-02-25T03:21:41.715Z] #55 sha256:7bb0b2fae1b2a0447fd802cbd6ab4e93a93c58d905079f43e177250021068990 [2021-02-25T03:21:41.715Z] #55 196.3 + bin/containerd [2021-02-25T03:21:42.106Z] #42 151.8 CC criu/sigframe.o [2021-02-25T03:21:42.106Z] #42 151.9 CC criu/signalfd.o [2021-02-25T03:21:42.369Z] #42 152.1 CC criu/sk-inet.o [2021-02-25T03:21:42.597Z] #43 193.8 CC criu/sockets.o [2021-02-25T03:21:43.080Z] #55 195.1 + bin/containerd-shim [2021-02-25T03:21:43.249Z] #43 195.0 CC criu/stats.o [2021-02-25T03:21:43.316Z] #42 153.0 CC criu/sk-netlink.o [2021-02-25T03:21:43.549Z] #43 195.4 CC criu/string.o [2021-02-25T03:21:43.549Z] #43 195.5 CC criu/sysctl.o [2021-02-25T03:21:43.580Z] #42 153.4 CC criu/sk-packet.o [2021-02-25T03:21:44.154Z] #42 154.0 CC criu/sk-queue.o [2021-02-25T03:21:44.612Z] #43 196.3 CC criu/sysfs_parse.o [2021-02-25T03:21:44.728Z] #42 154.4 CC criu/sk-tcp.o [2021-02-25T03:21:44.912Z] #43 196.9 CC criu/timens.o [2021-02-25T03:21:44.991Z] #42 154.9 CC criu/sk-unix.o [2021-02-25T03:21:45.410Z] ok github.com/docker/docker/daemon/cluster 0.071s coverage: 0.5% of statements [2021-02-25T03:21:45.563Z] #43 197.3 CC criu/timerfd.o [2021-02-25T03:21:45.566Z] #42 ... [2021-02-25T03:21:45.566Z] [2021-02-25T03:21:45.566Z] #48 [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-02-25T03:21:45.566Z] #48 sha256:2112b7d1a4d8db87cfdd0f85111933d0835a2755ce63403221e969558ed4b3cf [2021-02-25T03:21:45.566Z] #48 232.3 + /build/golangci-lint --version [2021-02-25T03:21:45.566Z] #48 232.6 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-02-25T03:21:45.566Z] #48 DONE 233.2s [2021-02-25T03:21:45.566Z] [2021-02-25T03:21:45.566Z] #55 [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-02-25T03:21:45.566Z] #55 sha256:ce2f4b9ba423fa2b2cc0c628f719c38784871730f956548189b562a0fad891e6 [2021-02-25T03:21:45.706Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.023s coverage: 65.3% of statements [2021-02-25T03:21:45.864Z] #43 197.7 CC criu/tty.o [2021-02-25T03:21:46.955Z] #55 ... [2021-02-25T03:21:46.955Z] [2021-02-25T03:21:46.955Z] #42 [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-02-25T03:21:46.955Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-25T03:21:46.955Z] #42 156.7 CC criu/sockets.o [2021-02-25T03:21:46.971Z] #55 ... [2021-02-25T03:21:46.972Z] [2021-02-25T03:21:46.972Z] #52 [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-02-25T03:21:46.972Z] #52 sha256:3fe57bfa28b350c60405ce7bf0a141c4d075a9bcd94054537227a7b704fa0bd8 [2021-02-25T03:21:46.972Z] #52 127.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-02-25T03:21:46.972Z] #52 128.4 + mkdir -p /build [2021-02-25T03:21:46.972Z] #52 128.5 + cp runc /build/runc [2021-02-25T03:21:46.972Z] #52 DONE 128.8s [2021-02-25T03:21:46.972Z] [2021-02-25T03:21:46.972Z] #55 [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-02-25T03:21:46.972Z] #55 sha256:7bb0b2fae1b2a0447fd802cbd6ab4e93a93c58d905079f43e177250021068990 [2021-02-25T03:21:47.229Z] ok github.com/docker/docker/daemon/cluster/convert 0.011s coverage: 35.9% of statements [2021-02-25T03:21:47.391Z] Loaded image: buildpack-deps:buster [2021-02-25T03:21:47.391Z] Loaded image: busybox:latest [2021-02-25T03:21:47.391Z] Loaded image: busybox:glibc [2021-02-25T03:21:47.391Z] Loaded image: debian:bullseye [2021-02-25T03:21:47.391Z] Loaded image: hello-world:latest [2021-02-25T03:21:47.391Z] Loaded image: arm32v7/hello-world:latest [2021-02-25T03:21:47.652Z] INFO: Testing against a local daemon [2021-02-25T03:21:47.652Z] === RUN TestCgroupNamespacesBuild [2021-02-25T03:21:47.901Z] #42 157.5 CC criu/stats.o [2021-02-25T03:21:47.901Z] #42 157.7 CC criu/string.o [2021-02-25T03:21:47.901Z] #42 157.8 CC criu/sysctl.o [2021-02-25T03:21:48.343Z] #55 ... [2021-02-25T03:21:48.343Z] [2021-02-25T03:21:48.343Z] #53 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-02-25T03:21:48.343Z] #53 sha256:0b4c7e5a500677c045b07136d3b9be3dff56b226a8d11a9c3fb77759ea65cf0b [2021-02-25T03:21:48.343Z] #53 DONE 0.3s [2021-02-25T03:21:48.343Z] [2021-02-25T03:21:48.343Z] #55 [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-02-25T03:21:48.343Z] #55 sha256:7bb0b2fae1b2a0447fd802cbd6ab4e93a93c58d905079f43e177250021068990 [2021-02-25T03:21:48.402Z] #55 200.5 + bin/containerd-shim-runc-v1 [2021-02-25T03:21:48.475Z] #42 158.2 CC criu/sysfs_parse.o [2021-02-25T03:21:48.652Z] #43 200.1 CC criu/tun.o [2021-02-25T03:21:48.736Z] #42 158.5 CC criu/timens.o [2021-02-25T03:21:48.951Z] #43 200.9 CC criu/uffd.o [2021-02-25T03:21:48.998Z] #42 158.8 CC criu/timerfd.o [2021-02-25T03:21:49.260Z] #42 159.0 CC criu/tty.o [2021-02-25T03:21:50.195Z] --- PASS: TestCgroupNamespacesBuild (2.19s) [2021-02-25T03:21:50.195Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-02-25T03:21:50.649Z] #42 160.3 CC criu/tun.o [2021-02-25T03:21:50.913Z] #42 160.6 CC criu/uffd.o [2021-02-25T03:21:51.063Z] #43 202.8 CC criu/util.o [2021-02-25T03:21:51.488Z] #42 161.4 CC criu/util.o [2021-02-25T03:21:52.106Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.12s) [2021-02-25T03:21:52.106Z] === RUN TestBuildWithSession [2021-02-25T03:21:52.106Z] --- SKIP: TestBuildWithSession (0.00s) [2021-02-25T03:21:52.106Z] build_session_test.go:25: TODO: BuildKit [2021-02-25T03:21:52.106Z] === RUN TestBuildSquashParent [2021-02-25T03:21:52.436Z] #42 162.2 CC criu/uts_ns.o [2021-02-25T03:21:52.631Z] #55 204.3 + bin/containerd-shim-runc-v2 [2021-02-25T03:21:52.698Z] #42 162.4 CC criu/vdso-compat.o [2021-02-25T03:21:52.698Z] #42 162.5 CC criu/vdso.o [2021-02-25T03:21:52.960Z] #42 162.9 LINK criu/built-in.o [2021-02-25T03:21:53.175Z] #43 204.8 CC criu/uts_ns.o [2021-02-25T03:21:53.222Z] #42 163.0 LINK criu/criu [2021-02-25T03:21:53.473Z] #43 205.3 CC criu/vdso.o [2021-02-25T03:21:53.484Z] #42 163.3 DEP lib/c/criu.d [2021-02-25T03:21:53.484Z] #42 163.3 CC images/rpc.pb-c.o [2021-02-25T03:21:53.578Z] #55 205.6 + binaries [2021-02-25T03:21:53.578Z] #55 205.6 + install -D bin/containerd /build/containerd [2021-02-25T03:21:53.579Z] #55 205.6 + install -D bin/containerd-shim /build/containerd-shim [2021-02-25T03:21:53.579Z] #55 205.6 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-02-25T03:21:53.579Z] #55 205.7 + install -D bin/ctr /build/ctr [2021-02-25T03:21:53.747Z] #42 163.7 CC lib/c/criu.o [2021-02-25T03:21:54.541Z] #43 206.1 LINK criu/built-in.o [2021-02-25T03:21:54.541Z] #43 206.3 LINK criu/criu [2021-02-25T03:21:54.695Z] #42 164.5 LINK lib/c/built-in.o [2021-02-25T03:21:54.695Z] #42 164.5 LINK lib/c/libcriu.so [2021-02-25T03:21:54.695Z] #42 164.5 LINK lib/c/libcriu.a [2021-02-25T03:21:54.695Z] #42 164.6 GEN magic.py [2021-02-25T03:21:54.841Z] #43 206.9 DEP lib/c/criu.d [2021-02-25T03:21:54.958Z] #42 164.7 Note: Building without setproctitle() and strlcpy() support. [2021-02-25T03:21:54.958Z] #42 164.7 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-25T03:21:54.958Z] #42 164.7 Note: Building without GnuTLS support [2021-02-25T03:21:54.958Z] #42 164.7 Makefile.config:39: Warn: you have no libnftables installed [2021-02-25T03:21:54.958Z] #42 164.7 Makefile.config:40: Warn: Building without nftables support [2021-02-25T03:21:55.142Z] #43 206.9 CC images/rpc.pb-c.o [2021-02-25T03:21:55.535Z] #42 165.4 fatal: not a git repository (or any of the parent directories): .git [2021-02-25T03:21:55.753Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.451s coverage: 14.1% of statements [2021-02-25T03:21:56.109Z] #42 165.9 make[1]: Nothing to be done for 'all'. [2021-02-25T03:21:56.205Z] #43 207.8 CC lib/c/criu.o [2021-02-25T03:21:56.683Z] #42 166.4 make[1]: 'images/built-in.o' is up to date. [2021-02-25T03:21:56.683Z] #42 166.4 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-02-25T03:21:56.683Z] #42 166.5 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-02-25T03:21:56.683Z] #42 166.5 make[1]: 'compel/libcompel.a' is up to date. [2021-02-25T03:21:56.683Z] #42 166.5 make[1]: 'compel/compel-host-bin' is up to date. [2021-02-25T03:21:56.683Z] #42 166.5 make[1]: Nothing to be done for 'all'. [2021-02-25T03:21:56.945Z] #42 166.6 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-25T03:21:56.945Z] #42 166.7 make[2]: Nothing to be done for 'all'. [2021-02-25T03:21:56.945Z] #42 166.7 make[2]: Nothing to be done for 'all'. [2021-02-25T03:21:56.945Z] #42 166.8 make[2]: Nothing to be done for 'all'. [2021-02-25T03:21:57.207Z] #42 166.8 make[2]: Nothing to be done for 'all'. [2021-02-25T03:21:57.207Z] #42 166.9 make[2]: Nothing to be done for 'all'. [2021-02-25T03:21:57.207Z] #42 166.9 make[2]: Nothing to be done for 'all'. [2021-02-25T03:21:57.207Z] #42 166.9 make[2]: Nothing to be done for 'all'. [2021-02-25T03:21:57.207Z] #42 167.0 make[2]: Nothing to be done for 'all'. [2021-02-25T03:21:57.207Z] #42 167.0 INSTALL criu/criu [2021-02-25T03:21:57.271Z] ok github.com/docker/docker/daemon 12.315s coverage: 17.2% of statements [2021-02-25T03:21:57.271Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-02-25T03:21:57.271Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-02-25T03:21:57.271Z] ok github.com/docker/docker/daemon/config 0.041s coverage: 81.8% of statements [2021-02-25T03:21:57.469Z] #42 DONE 167.4s [2021-02-25T03:21:57.469Z] [2021-02-25T03:21:57.469Z] #55 [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-02-25T03:21:57.469Z] #55 sha256:ce2f4b9ba423fa2b2cc0c628f719c38784871730f956548189b562a0fad891e6 [2021-02-25T03:21:57.796Z] #55 DONE 209.3s [2021-02-25T03:21:58.315Z] ok github.com/docker/docker/daemon/discovery 0.005s coverage: 30.0% of statements [2021-02-25T03:21:58.317Z] #43 209.8 LINK lib/c/built-in.o [2021-02-25T03:21:58.317Z] #43 209.8 LINK lib/c/libcriu.so [2021-02-25T03:21:58.317Z] #43 209.9 LINK lib/c/libcriu.a [2021-02-25T03:21:58.317Z] #43 210.2 GEN magic.py [2021-02-25T03:21:58.613Z] ok github.com/docker/docker/daemon/events 0.065s coverage: 50.0% of statements [2021-02-25T03:21:58.613Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-02-25T03:21:58.613Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-02-25T03:21:58.617Z] #43 210.4 Note: Building without setproctitle() and strlcpy() support. [2021-02-25T03:21:58.617Z] #43 210.4 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-25T03:21:58.617Z] #43 210.5 Note: Building without GnuTLS support [2021-02-25T03:21:58.617Z] #43 210.5 Makefile.config:39: Warn: you have no libnftables installed [2021-02-25T03:21:58.617Z] #43 210.5 Makefile.config:40: Warn: Building without nftables support [2021-02-25T03:21:58.762Z] [2021-02-25T03:21:58.762Z] #56 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-02-25T03:21:58.762Z] #56 sha256:8193c651b5614f181c6f75a53dcaac8d37164eb086a2ee8447535ed246505111 [2021-02-25T03:21:58.864Z] #55 ... [2021-02-25T03:21:58.864Z] [2021-02-25T03:21:58.864Z] #43 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-02-25T03:21:58.864Z] #43 sha256:e2c59a4c797e9e91bbae6600829fc2b1c5d9bfb9f06492ea0a65977a8e08b979 [2021-02-25T03:21:58.864Z] #43 DONE 0.1s [2021-02-25T03:21:58.864Z] [2021-02-25T03:21:58.864Z] #45 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-02-25T03:21:58.864Z] #45 sha256:8f2bfb67f7c164982b5894f06c2d6e528a0cd1486eba705a65504976c468baec [2021-02-25T03:21:58.864Z] #45 DONE 0.3s [2021-02-25T03:21:58.864Z] [2021-02-25T03:21:58.864Z] #55 [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-02-25T03:21:58.864Z] #55 sha256:ce2f4b9ba423fa2b2cc0c628f719c38784871730f956548189b562a0fad891e6 [2021-02-25T03:21:59.126Z] #55 ... [2021-02-25T03:21:59.126Z] [2021-02-25T03:21:59.126Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-02-25T03:21:59.126Z] #47 sha256:7c16daab4705667adefa4dd8b3c8758061e0e10c1de354689f5d9c1153822cc9 [2021-02-25T03:21:59.126Z] #47 DONE 0.1s [2021-02-25T03:21:59.126Z] [2021-02-25T03:21:59.126Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-02-25T03:21:59.126Z] #49 sha256:68c4b960b2ff3bb1eb295806d95d66fec0b30dec303eb1da9236ae8f176b526e [2021-02-25T03:21:59.654Z] ok github.com/docker/docker/daemon/graphdriver 0.009s coverage: 2.2% of statements [2021-02-25T03:21:59.681Z] #43 ... [2021-02-25T03:21:59.682Z] [2021-02-25T03:21:59.682Z] #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-02-25T03:21:59.682Z] #40 sha256:901a5c29e907a8e8e928e98b52a88e62a3d1a37f080c0011a504e7b597e8f9f9 [2021-02-25T03:21:59.682Z] #40 DONE 278.5s [2021-02-25T03:21:59.682Z] [2021-02-25T03:21:59.682Z] #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-02-25T03:21:59.682Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-25T03:21:59.682Z] #43 211.6 fatal: not a git repository (or any of the parent directories): .git [2021-02-25T03:21:59.700Z] #49 DONE 0.6s [2021-02-25T03:21:59.700Z] [2021-02-25T03:21:59.700Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-02-25T03:21:59.700Z] #51 sha256:eb3b94f07ecf1112f7bb2e9de64051e64d68da3628a7dd40ffcee34ad7d42b45 [2021-02-25T03:21:59.700Z] #51 DONE 0.1s [2021-02-25T03:21:59.700Z] [2021-02-25T03:21:59.700Z] #55 [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-02-25T03:21:59.700Z] #55 sha256:ce2f4b9ba423fa2b2cc0c628f719c38784871730f956548189b562a0fad891e6 [2021-02-25T03:22:00.682Z] #56 DONE 2.2s [2021-02-25T03:22:00.944Z] [2021-02-25T03:22:00.944Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-02-25T03:22:00.944Z] #60 sha256:dd1d0e57d215226e3049ab95e3d4ac39bc08a35081a5c2266da9962a62e15dd6 [2021-02-25T03:22:01.206Z] #60 DONE 0.5s [2021-02-25T03:22:01.206Z] [2021-02-25T03:22:01.206Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-02-25T03:22:01.206Z] #62 sha256:18c325afb1e29023c39d5be68f413bcd8f19ce3cebc25b1f7944824453717527 [2021-02-25T03:22:01.223Z] #43 213.0 make[1]: Nothing to be done for 'all'. [2021-02-25T03:22:01.736Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.006s coverage: 2.9% of statements [2021-02-25T03:22:02.107Z] --- PASS: TestBuildSquashParent (8.80s) [2021-02-25T03:22:02.107Z] === RUN TestBuildWithRemoveAndForceRemove [2021-02-25T03:22:02.107Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-25T03:22:02.107Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-25T03:22:02.107Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-25T03:22:02.107Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-25T03:22:02.107Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-25T03:22:02.107Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-25T03:22:02.107Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-25T03:22:02.107Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-25T03:22:02.107Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-25T03:22:02.107Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-25T03:22:02.107Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-25T03:22:02.107Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-25T03:22:02.107Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-25T03:22:02.107Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-25T03:22:02.286Z] #43 214.0 make[1]: 'images/built-in.o' is up to date. [2021-02-25T03:22:02.286Z] #43 214.0 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-02-25T03:22:02.286Z] #43 214.1 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-02-25T03:22:02.286Z] #43 214.2 make[1]: 'compel/libcompel.a' is up to date. [2021-02-25T03:22:02.286Z] #43 214.2 make[1]: 'compel/compel-host-bin' is up to date. [2021-02-25T03:22:02.375Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.221s coverage: 56.2% of statements [2021-02-25T03:22:02.586Z] #43 214.2 make[1]: Nothing to be done for 'all'. [2021-02-25T03:22:02.586Z] #43 214.3 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-25T03:22:02.625Z] #62 DONE 1.2s [2021-02-25T03:22:02.625Z] [2021-02-25T03:22:02.625Z] #64 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-02-25T03:22:02.625Z] #64 sha256:ca3d4dd15916b8600f3c94236b2627c15e3e7626cd8b37b8efe8c4d6006bb480 [2021-02-25T03:22:02.625Z] #64 DONE 0.1s [2021-02-25T03:22:02.625Z] [2021-02-25T03:22:02.625Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-02-25T03:22:02.625Z] #65 sha256:b18dd13f272297b23d006d9bd14b1ba67fb011df390608cd4e32a589483bb886 [2021-02-25T03:22:02.625Z] #65 DONE 0.1s [2021-02-25T03:22:02.625Z] [2021-02-25T03:22:02.625Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-02-25T03:22:02.625Z] #66 sha256:a2196e72bc6c5c5e3e2c270e1bee067e0c2d9c7cde73178b72eeabd634a91810 [2021-02-25T03:22:02.887Z] #43 214.6 make[2]: Nothing to be done for 'all'. [2021-02-25T03:22:02.887Z] #43 214.6 make[2]: Nothing to be done for 'all'. [2021-02-25T03:22:02.887Z] #43 214.7 make[2]: Nothing to be done for 'all'. [2021-02-25T03:22:02.887Z] #43 214.9 make[2]: Nothing to be done for 'all'. [2021-02-25T03:22:03.188Z] #43 215.0 make[2]: Nothing to be done for 'all'. [2021-02-25T03:22:03.188Z] #43 215.1 make[2]: Nothing to be done for 'all'. [2021-02-25T03:22:03.188Z] #43 215.1 make[2]: Nothing to be done for 'all'. [2021-02-25T03:22:03.490Z] #43 215.4 make[2]: Nothing to be done for 'all'. [2021-02-25T03:22:03.490Z] #43 215.4 INSTALL criu/criu [2021-02-25T03:22:03.791Z] #43 DONE 215.5s [2021-02-25T03:22:03.791Z] [2021-02-25T03:22:03.791Z] #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-02-25T03:22:03.791Z] #49 sha256:622b10339dbd1592d0d8068c69e6662c13890861224891c9d74c6dc75865c0d7 [2021-02-25T03:22:03.791Z] #49 282.3 + /build/golangci-lint --version [2021-02-25T03:22:03.791Z] #49 282.7 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-02-25T03:22:03.791Z] #49 DONE 282.9s [2021-02-25T03:22:03.791Z] [2021-02-25T03:22:03.791Z] #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-02-25T03:22:03.791Z] #24 sha256:22761bc87d8a6e72ddd9615b6d7ab7d855c0d1b083f96cff7fa10bff8904cc61 [2021-02-25T03:22:04.018Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-25T03:22:04.018Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-25T03:22:04.557Z] #66 DONE 1.7s [2021-02-25T03:22:04.557Z] [2021-02-25T03:22:04.557Z] #67 exporting to image [2021-02-25T03:22:04.557Z] #67 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-02-25T03:22:04.557Z] #67 exporting layers [2021-02-25T03:22:05.011Z] #55 197.7 + bin/containerd [2021-02-25T03:22:06.811Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2021-02-25T03:22:06.910Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.128s coverage: 46.2% of statements [2021-02-25T03:22:07.316Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-25T03:22:07.316Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-25T03:22:07.954Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.004s coverage: 1.9% of statements [2021-02-25T03:22:10.319Z] #55 ... [2021-02-25T03:22:10.319Z] [2021-02-25T03:22:10.319Z] #52 [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-02-25T03:22:10.319Z] #52 sha256:3b2aa9cacef3f6793a318d633e0de8bd67ef3d4466713dfc30279de00a4c2de6 [2021-02-25T03:22:10.319Z] #52 127.7 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-02-25T03:22:10.319Z] #52 128.8 + mkdir -p /build [2021-02-25T03:22:10.319Z] #52 128.8 + cp runc /build/runc [2021-02-25T03:22:10.319Z] #52 DONE 129.4s [2021-02-25T03:22:10.319Z] [2021-02-25T03:22:10.319Z] #55 [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-02-25T03:22:10.319Z] #55 sha256:ce2f4b9ba423fa2b2cc0c628f719c38784871730f956548189b562a0fad891e6 [2021-02-25T03:22:10.614Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-02-25T03:22:10.614Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.25s) [2021-02-25T03:22:10.614Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.40s) [2021-02-25T03:22:10.614Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.17s) [2021-02-25T03:22:10.614Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.15s) [2021-02-25T03:22:10.614Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.32s) [2021-02-25T03:22:10.614Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.22s) [2021-02-25T03:22:10.614Z] === RUN TestBuildMultiStageCopy [2021-02-25T03:22:10.614Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-02-25T03:22:11.182Z] #67 exporting layers 6.0s done [2021-02-25T03:22:11.182Z] #67 writing image sha256:c095eddcdfffa0f69c8bc7ca75858e8f7a9776208880a65b52ab350158597f2f done [2021-02-25T03:22:11.182Z] #67 naming to docker.io/library/docker:59fc2206d0aa706e3f4af717dec37df091092058 done [2021-02-25T03:22:11.182Z] #67 DONE 6.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-02-25T03:22:11.269Z] #55 ... [2021-02-25T03:22:11.269Z] [2021-02-25T03:22:11.269Z] #53 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-02-25T03:22:11.269Z] #53 sha256:eb9eaef8ae606aefb7da7d74ccc5b6c7ea2dcdcca2a50e597846e021b6aba4e6 [2021-02-25T03:22:11.492Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.299s coverage: 49.4% of statements [2021-02-25T03:22:11.531Z] #53 DONE 0.3s [2021-02-25T03:22:11.531Z] [2021-02-25T03:22:11.531Z] #55 [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-02-25T03:22:11.531Z] #55 sha256:ce2f4b9ba423fa2b2cc0c628f719c38784871730f956548189b562a0fad891e6 [2021-02-25T03:22:11.552Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42056/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr8 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=59fc2206d0aa706e3f4af717dec37df091092058 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:59fc2206d0aa706e3f4af717dec37df091092058 hack/test/unit [2021-02-25T03:22:13.188Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-02-25T03:22:13.759Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-02-25T03:22:14.701Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-02-25T03:22:14.860Z] #55 227.1 + bin/containerd-stress [2021-02-25T03:22:14.860Z] #55 229.1 + bin/containerd-shim [2021-02-25T03:22:14.962Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-02-25T03:22:15.535Z] --- PASS: TestBuildMultiStageCopy (5.14s) [2021-02-25T03:22:15.535Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.71s) [2021-02-25T03:22:15.535Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.62s) [2021-02-25T03:22:15.535Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.64s) [2021-02-25T03:22:15.535Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.56s) [2021-02-25T03:22:15.535Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.61s) [2021-02-25T03:22:15.535Z] === RUN TestBuildMultiStageParentConfig [2021-02-25T03:22:15.967Z] ok github.com/docker/docker/daemon/graphdriver/aufs 15.550s coverage: 73.3% of statements [2021-02-25T03:22:15.967Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-02-25T03:22:16.605Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.006s coverage: 57.5% of statements [2021-02-25T03:22:16.857Z] ? github.com/docker/docker/api [no test files] [2021-02-25T03:22:16.921Z] --- PASS: TestBuildMultiStageParentConfig (1.25s) [2021-02-25T03:22:16.921Z] === RUN TestBuildLabelWithTargets [2021-02-25T03:22:17.649Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.008s coverage: 3.0% of statements [2021-02-25T03:22:18.286Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.086s coverage: 57.7% of statements [2021-02-25T03:22:18.286Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-02-25T03:22:18.286Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-02-25T03:22:18.924Z] ok github.com/docker/docker/daemon/links 0.005s coverage: 93.0% of statements [2021-02-25T03:22:19.465Z] --- PASS: TestBuildLabelWithTargets (2.20s) [2021-02-25T03:22:19.465Z] === RUN TestBuildWithEmptyLayers [2021-02-25T03:22:20.408Z] --- PASS: TestBuildWithEmptyLayers (1.22s) [2021-02-25T03:22:20.408Z] === RUN TestBuildMultiStageOnBuild [2021-02-25T03:22:20.496Z] ok github.com/docker/docker/daemon/images 0.016s coverage: 6.7% of statements [2021-02-25T03:22:20.496Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-02-25T03:22:20.496Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-02-25T03:22:20.790Z] ok github.com/docker/docker/daemon/logger 0.225s coverage: 43.2% of statements [2021-02-25T03:22:21.406Z] #55 235.8 + bin/containerd-shim-runc-v1 [2021-02-25T03:22:22.310Z] ok github.com/docker/docker/daemon/logger/gelf 0.011s coverage: 67.0% of statements [2021-02-25T03:22:22.310Z] ok github.com/docker/docker/daemon/logger/awslogs 0.092s coverage: 77.4% of statements [2021-02-25T03:22:22.310Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-02-25T03:22:22.310Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-02-25T03:22:23.354Z] ok github.com/docker/docker/daemon/logger/journald 0.007s coverage: 23.9% of statements [2021-02-25T03:22:23.648Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.009s coverage: 61.6% of statements [2021-02-25T03:22:23.648Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.010s coverage: 87.2% of statements [2021-02-25T03:22:23.711Z] --- PASS: TestBuildMultiStageOnBuild (3.01s) [2021-02-25T03:22:23.711Z] === RUN TestBuildUncleanTarFilenames [2021-02-25T03:22:25.097Z] --- PASS: TestBuildUncleanTarFilenames (1.81s) [2021-02-25T03:22:25.097Z] === RUN TestBuildMultiStageLayerLeak [2021-02-25T03:22:25.168Z] ok github.com/docker/docker/daemon/logger/local 0.018s coverage: 75.2% of statements [2021-02-25T03:22:25.168Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-02-25T03:22:25.168Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.085s coverage: 55.8% of statements [2021-02-25T03:22:26.213Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.005s coverage: 31.5% of statements [2021-02-25T03:22:26.664Z] #55 240.3 + bin/containerd-shim-runc-v2 [2021-02-25T03:22:26.664Z] #55 241.2 + binaries [2021-02-25T03:22:26.664Z] #55 241.2 + install -D bin/containerd /build/containerd [2021-02-25T03:22:26.664Z] #55 241.3 + install -D bin/containerd-shim /build/containerd-shim [2021-02-25T03:22:26.664Z] #55 241.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-02-25T03:22:26.664Z] #55 241.3 + install -D bin/ctr /build/ctr [2021-02-25T03:22:27.751Z] ok github.com/docker/docker/daemon/logger/syslog 0.012s coverage: 46.8% of statements [2021-02-25T03:22:28.030Z] #55 DONE 242.4s [2021-02-25T03:22:28.046Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2021-02-25T03:22:28.341Z] ok github.com/docker/docker/daemon/logger/splunk 1.560s coverage: 82.5% of statements [2021-02-25T03:22:28.341Z] ? github.com/docker/docker/daemon/names [no test files] [2021-02-25T03:22:28.399Z] --- PASS: TestBuildMultiStageLayerLeak (3.26s) [2021-02-25T03:22:28.399Z] === RUN TestBuildWithHugeFile [2021-02-25T03:22:28.594Z] [2021-02-25T03:22:28.594Z] #56 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-02-25T03:22:28.594Z] #56 sha256:ba39219591ae06dda03d8718345efe5524c213ff898974831a5c2ede08d156a0 [2021-02-25T03:22:28.984Z] ok github.com/docker/docker/daemon/network 0.006s coverage: 63.8% of statements [2021-02-25T03:22:28.984Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-02-25T03:22:29.138Z] ok github.com/docker/docker/api/server 0.030s coverage: 9.0% of statements [2021-02-25T03:22:29.522Z] #56 DONE 0.9s [2021-02-25T03:22:29.522Z] [2021-02-25T03:22:29.522Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-02-25T03:22:29.522Z] #60 sha256:2c409de1ecfdc710f715badbd924f292eb572a71f35c9d6629c4bc57944e7618 [2021-02-25T03:22:29.779Z] #60 DONE 0.2s [2021-02-25T03:22:29.779Z] [2021-02-25T03:22:29.779Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-02-25T03:22:29.779Z] #62 sha256:a19eab67c098b6bf5b001b085a787105141d1a6fac3c6705177fccae6ebb1ca0 [2021-02-25T03:22:30.341Z] #62 DONE 0.5s [2021-02-25T03:22:30.341Z] [2021-02-25T03:22:30.341Z] #64 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-02-25T03:22:30.341Z] #64 sha256:476496cbd24d0f6f1a30a3b03cae0a879ec9009c76be675a9b7c53ee95bd6ee2 [2021-02-25T03:22:30.341Z] #64 DONE 0.1s [2021-02-25T03:22:30.341Z] [2021-02-25T03:22:30.341Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-02-25T03:22:30.341Z] #65 sha256:861734d8f3bffbdc5be683a6f3ef0981143a7245a2170c4bfda86c3df2bb4117 [2021-02-25T03:22:30.341Z] #65 DONE 0.0s [2021-02-25T03:22:30.341Z] [2021-02-25T03:22:30.341Z] #66 [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-02-25T03:22:30.341Z] #66 sha256:6bef54917349587cb6be7c247787026587a3afafe34048945608334e92dab853 [2021-02-25T03:22:30.507Z] ok github.com/docker/docker/distribution/metadata 0.035s coverage: 48.2% of statements [2021-02-25T03:22:30.801Z] ok github.com/docker/docker/distribution 0.263s coverage: 25.0% of statements [2021-02-25T03:22:30.801Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-02-25T03:22:30.907Z] #66 0.706 Hit:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [2021-02-25T03:22:31.048Z] #24 ... [2021-02-25T03:22:31.048Z] [2021-02-25T03:22:31.048Z] #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-02-25T03:22:31.048Z] #53 sha256:eea4589ac4d54d722002d6bae208defbbb1dec0f55056b47791531701f2f7086 [2021-02-25T03:22:31.048Z] #53 192.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-02-25T03:22:31.048Z] #53 193.9 + mkdir -p /build [2021-02-25T03:22:31.048Z] #53 193.9 + cp runc /build/runc [2021-02-25T03:22:31.048Z] #53 DONE 194.1s [2021-02-25T03:22:31.048Z] [2021-02-25T03:22:31.048Z] #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-02-25T03:22:31.048Z] #24 sha256:22761bc87d8a6e72ddd9615b6d7ab7d855c0d1b083f96cff7fa10bff8904cc61 [2021-02-25T03:22:31.166Z] #66 0.706 Hit:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [2021-02-25T03:22:31.166Z] #66 0.706 Hit:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2021-02-25T03:22:31.729Z] #66 0.973 Reading package lists... [2021-02-25T03:22:31.852Z] ok github.com/docker/docker/errdefs 0.004s coverage: 53.1% of statements [2021-02-25T03:22:32.318Z] #66 1.544 Reading package lists... [2021-02-25T03:22:32.575Z] #66 2.173 Building dependency tree... [2021-02-25T03:22:32.575Z] #66 2.281 Reading state information... [2021-02-25T03:22:32.575Z] #66 2.383 The following additional packages will be installed: [2021-02-25T03:22:32.845Z] #66 2.383 libargon2-1 libcryptsetup12 libdbus-1-3 libidn11 libjson-c3 libkmod2 [2021-02-25T03:22:32.845Z] #66 2.383 libpam-systemd [2021-02-25T03:22:32.845Z] #66 2.384 Suggested packages: [2021-02-25T03:22:32.845Z] #66 2.384 systemd-container policykit-1 [2021-02-25T03:22:32.845Z] #66 2.384 Recommended packages: [2021-02-25T03:22:32.845Z] #66 2.384 libnss-systemd [2021-02-25T03:22:32.845Z] #66 2.484 The following NEW packages will be installed: [2021-02-25T03:22:32.845Z] #66 2.485 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libidn11 [2021-02-25T03:22:32.845Z] #66 2.486 libjson-c3 libkmod2 libpam-systemd systemd systemd-sysv [2021-02-25T03:22:32.923Z] ok github.com/docker/docker/image 0.014s coverage: 86.6% of statements [2021-02-25T03:22:33.103Z] #66 2.751 0 upgraded, 11 newly installed, 0 to remove and 21 not upgraded. [2021-02-25T03:22:33.103Z] #66 2.751 Need to get 4761 kB of archives. [2021-02-25T03:22:33.103Z] #66 2.751 After this operation, 16.6 MB of additional disk space will be used. [2021-02-25T03:22:33.103Z] #66 2.751 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2021-02-25T03:22:33.103Z] #66 2.753 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-02-25T03:22:33.103Z] #66 2.754 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcryptsetup12 amd64 2:2.1.0-5+deb10u2 [193 kB] [2021-02-25T03:22:33.103Z] #66 2.757 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libidn11 amd64 1.33-2.2 [116 kB] [2021-02-25T03:22:33.103Z] #66 2.758 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libkmod2 amd64 26-1 [52.7 kB] [2021-02-25T03:22:33.103Z] #66 2.759 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd amd64 241-7~deb10u6 [3499 kB] [2021-02-25T03:22:33.103Z] #66 2.819 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd-sysv amd64 241-7~deb10u6 [100 kB] [2021-02-25T03:22:33.103Z] #66 2.820 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdbus-1-3 amd64 1.12.20-0+deb10u1 [215 kB] [2021-02-25T03:22:33.103Z] #66 2.822 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus amd64 1.12.20-0+deb10u1 [236 kB] [2021-02-25T03:22:33.103Z] #66 2.824 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpam-systemd amd64 241-7~deb10u6 [209 kB] [2021-02-25T03:22:33.103Z] #66 2.826 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-02-25T03:22:33.359Z] #66 3.006 debconf: delaying package configuration, since apt-utils is not installed [2021-02-25T03:22:33.359Z] #66 3.029 Fetched 4761 kB in 0s (14.4 MB/s) [2021-02-25T03:22:33.359Z] #66 3.060 Selecting previously unselected package libargon2-1:amd64. [2021-02-25T03:22:33.359Z] #66 3.060 (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 ... 28054 files and directories currently installed.) [2021-02-25T03:22:33.359Z] #66 3.073 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ... [2021-02-25T03:22:33.359Z] #66 3.080 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2021-02-25T03:22:33.359Z] #66 3.113 Selecting previously unselected package libjson-c3:amd64. [2021-02-25T03:22:33.562Z] ok github.com/docker/docker/image/cache 0.007s coverage: 19.2% of statements [2021-02-25T03:22:33.562Z] ok github.com/docker/docker/distribution/xfer 1.910s coverage: 85.1% of statements [2021-02-25T03:22:33.562Z] ? github.com/docker/docker/dockerversion [no test files] [2021-02-25T03:22:33.616Z] #66 3.114 Preparing to unpack .../1-libjson-c3_0.12.1+ds-2+deb10u1_amd64.deb ... [2021-02-25T03:22:33.616Z] #66 3.117 Unpacking libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ... [2021-02-25T03:22:33.616Z] #66 3.149 Selecting previously unselected package libcryptsetup12:amd64. [2021-02-25T03:22:33.616Z] #66 3.152 Preparing to unpack .../2-libcryptsetup12_2%3a2.1.0-5+deb10u2_amd64.deb ... [2021-02-25T03:22:33.616Z] #66 3.155 Unpacking libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ... [2021-02-25T03:22:33.616Z] #66 3.203 Selecting previously unselected package libidn11:amd64. [2021-02-25T03:22:33.616Z] #66 3.206 Preparing to unpack .../3-libidn11_1.33-2.2_amd64.deb ... [2021-02-25T03:22:33.616Z] #66 3.210 Unpacking libidn11:amd64 (1.33-2.2) ... [2021-02-25T03:22:33.616Z] #66 3.256 Selecting previously unselected package libkmod2:amd64. [2021-02-25T03:22:33.616Z] #66 3.259 Preparing to unpack .../4-libkmod2_26-1_amd64.deb ... [2021-02-25T03:22:33.616Z] #66 3.264 Unpacking libkmod2:amd64 (26-1) ... [2021-02-25T03:22:33.616Z] #66 3.311 Selecting previously unselected package systemd. [2021-02-25T03:22:33.616Z] #66 3.313 Preparing to unpack .../5-systemd_241-7~deb10u6_amd64.deb ... [2021-02-25T03:22:33.616Z] #66 3.352 Unpacking systemd (241-7~deb10u6) ... [2021-02-25T03:22:33.831Z] #24 ... [2021-02-25T03:22:33.831Z] [2021-02-25T03:22:33.831Z] #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-02-25T03:22:33.831Z] #56 sha256:957f55197544fe24b4e008cdf9ae984a1d2c325a5ea2c407fbbf08ed3bd722f3 [2021-02-25T03:22:33.831Z] #56 270.0 + bin/containerd [2021-02-25T03:22:34.178Z] #66 3.774 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2021-02-25T03:22:34.178Z] #66 3.784 Setting up libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ... [2021-02-25T03:22:34.178Z] #66 3.796 Setting up libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ... [2021-02-25T03:22:34.178Z] #66 3.807 Setting up libidn11:amd64 (1.33-2.2) ... [2021-02-25T03:22:34.178Z] #66 3.819 Setting up libkmod2:amd64 (26-1) ... [2021-02-25T03:22:34.178Z] #66 3.834 Setting up systemd (241-7~deb10u6) ... [2021-02-25T03:22:34.178Z] #66 3.878 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2021-02-25T03:22:34.178Z] #66 3.880 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2021-02-25T03:22:34.178Z] #66 3.884 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2021-02-25T03:22:34.178Z] #66 3.884 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2021-02-25T03:22:34.740Z] #66 4.302 Selecting previously unselected package systemd-sysv. [2021-02-25T03:22:34.740Z] #66 4.303 (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 ... 28851 files and directories currently installed.) [2021-02-25T03:22:34.740Z] #66 4.316 Preparing to unpack .../systemd-sysv_241-7~deb10u6_amd64.deb ... [2021-02-25T03:22:34.740Z] #66 4.320 Unpacking systemd-sysv (241-7~deb10u6) ... [2021-02-25T03:22:34.740Z] #66 4.364 Selecting previously unselected package libdbus-1-3:amd64. [2021-02-25T03:22:34.740Z] #66 4.367 Preparing to unpack .../libdbus-1-3_1.12.20-0+deb10u1_amd64.deb ... [2021-02-25T03:22:34.740Z] #66 4.370 Unpacking libdbus-1-3:amd64 (1.12.20-0+deb10u1) ... [2021-02-25T03:22:34.740Z] #66 4.429 Selecting previously unselected package dbus. [2021-02-25T03:22:34.740Z] #66 4.432 Preparing to unpack .../dbus_1.12.20-0+deb10u1_amd64.deb ... [2021-02-25T03:22:34.740Z] #66 4.444 Unpacking dbus (1.12.20-0+deb10u1) ... [2021-02-25T03:22:34.740Z] #66 4.505 Selecting previously unselected package libpam-systemd:amd64. [2021-02-25T03:22:34.996Z] #66 4.508 Preparing to unpack .../libpam-systemd_241-7~deb10u6_amd64.deb ... [2021-02-25T03:22:34.996Z] #66 4.512 Unpacking libpam-systemd:amd64 (241-7~deb10u6) ... [2021-02-25T03:22:34.996Z] #66 4.549 Selecting previously unselected package dbus-user-session. [2021-02-25T03:22:34.996Z] #66 4.552 Preparing to unpack .../dbus-user-session_1.12.20-0+deb10u1_amd64.deb ... [2021-02-25T03:22:34.996Z] #66 4.555 Unpacking dbus-user-session (1.12.20-0+deb10u1) ... [2021-02-25T03:22:34.996Z] #66 4.619 Setting up systemd-sysv (241-7~deb10u6) ... [2021-02-25T03:22:34.996Z] #66 4.630 Setting up libdbus-1-3:amd64 (1.12.20-0+deb10u1) ... [2021-02-25T03:22:34.996Z] #66 4.641 Setting up dbus (1.12.20-0+deb10u1) ... [2021-02-25T03:22:35.096Z] ok github.com/docker/docker/image/v1 0.010s coverage: 25.0% of statements [2021-02-25T03:22:35.096Z] ok github.com/docker/docker/image/tarexport 0.012s coverage: 0.6% of statements [2021-02-25T03:22:35.096Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-02-25T03:22:35.252Z] #66 4.787 invoke-rc.d: could not determine current runlevel [2021-02-25T03:22:35.252Z] #66 4.790 invoke-rc.d: policy-rc.d denied execution of start. [2021-02-25T03:22:35.252Z] #66 4.794 Setting up libpam-systemd:amd64 (241-7~deb10u6) ... [2021-02-25T03:22:35.252Z] #66 4.937 Setting up dbus-user-session (1.12.20-0+deb10u1) ... [2021-02-25T03:22:35.252Z] #66 4.952 Processing triggers for systemd (241-7~deb10u6) ... [2021-02-25T03:22:35.252Z] #66 4.960 Processing triggers for libc-bin (2.28-10) ... [2021-02-25T03:22:35.391Z] ok github.com/docker/docker/libcontainerd/queue 0.022s coverage: 100.0% of statements [2021-02-25T03:22:35.509Z] #66 DONE 5.1s [2021-02-25T03:22:35.509Z] [2021-02-25T03:22:35.509Z] #67 [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-02-25T03:22:35.509Z] #67 sha256:c045eccf9c0eb0b37de72c3ca82e79bf2d47dfdb7eb87ac16861a827a038d4e0 [2021-02-25T03:22:36.077Z] #67 0.459 % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-25T03:22:36.077Z] #67 0.459 Dload Upload Total Spent Left Speed [2021-02-25T03:22:36.077Z] #67 0.459 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 26042 0 --:--:-- --:--:-- --:--:-- 26042 [2021-02-25T03:22:36.077Z] #67 DONE 0.6s [2021-02-25T03:22:36.077Z] [2021-02-25T03:22:36.077Z] #68 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-02-25T03:22:36.077Z] #68 sha256:b6393f2f6239ed8c869ab810db53197dc40da41de4905e93c5ce9a947ee27ff5 [2021-02-25T03:22:36.436Z] ok github.com/docker/docker/oci 0.008s coverage: 45.2% of statements [2021-02-25T03:22:37.131Z] ok github.com/docker/docker/opts 0.018s coverage: 67.1% of statements [2021-02-25T03:22:37.401Z] #56 ... [2021-02-25T03:22:37.401Z] [2021-02-25T03:22:37.401Z] #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-02-25T03:22:37.401Z] #24 sha256:22761bc87d8a6e72ddd9615b6d7ab7d855c0d1b083f96cff7fa10bff8904cc61 [2021-02-25T03:22:37.401Z] #24 316.0 + return [2021-02-25T03:22:37.401Z] #24 DONE 316.2s [2021-02-25T03:22:37.401Z] [2021-02-25T03:22:37.401Z] #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-02-25T03:22:37.401Z] #56 sha256:957f55197544fe24b4e008cdf9ae984a1d2c325a5ea2c407fbbf08ed3bd722f3 [2021-02-25T03:22:37.426Z] ok github.com/docker/docker/pkg/aaparser 0.003s coverage: 52.9% of statements [2021-02-25T03:22:37.444Z] #68 DONE 1.0s [2021-02-25T03:22:37.445Z] [2021-02-25T03:22:37.445Z] #69 exporting to image [2021-02-25T03:22:37.445Z] #69 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-02-25T03:22:37.445Z] #69 exporting layers [2021-02-25T03:22:38.135Z] #55 228.9 + bin/containerd-stress [2021-02-25T03:22:38.135Z] #55 231.1 + bin/containerd-shim [2021-02-25T03:22:38.947Z] ok github.com/docker/docker/pkg/archive 0.518s coverage: 77.3% of statements [2021-02-25T03:22:38.948Z] #56 ... [2021-02-25T03:22:38.948Z] [2021-02-25T03:22:38.948Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-02-25T03:22:38.948Z] #25 sha256:00e22c1c6e074fb05698146c78304f4366938e0df440d31e55fa1840534549f8 [2021-02-25T03:22:38.948Z] #25 DONE 0.1s [2021-02-25T03:22:38.948Z] [2021-02-25T03:22:38.948Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-02-25T03:22:38.948Z] #30 sha256:882825a88e4195da5a859a21b6b41791d717567967e3f683d34912cf5f1ba3e0 [2021-02-25T03:22:39.604Z] #30 DONE 0.7s [2021-02-25T03:22:39.604Z] [2021-02-25T03:22:39.604Z] #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-02-25T03:22:39.604Z] #56 sha256:957f55197544fe24b4e008cdf9ae984a1d2c325a5ea2c407fbbf08ed3bd722f3 [2021-02-25T03:22:39.604Z] #56 ... [2021-02-25T03:22:39.604Z] [2021-02-25T03:22:39.604Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-02-25T03:22:39.604Z] #33 sha256:003a0d6dfb3b965e2687efa16e5a057fdbde9948301fab0748aab19cc69c3388 [2021-02-25T03:22:39.604Z] #33 DONE 0.1s [2021-02-25T03:22:39.904Z] [2021-02-25T03:22:39.904Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-02-25T03:22:39.904Z] #35 sha256:15fad4954ab8ae67e64a4f81c6303b6fd0dc98b9545fc427f1fec6ca157c9fb4 [2021-02-25T03:22:39.904Z] #35 DONE 0.1s [2021-02-25T03:22:39.904Z] [2021-02-25T03:22:39.904Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-02-25T03:22:39.904Z] #38 sha256:81c582c69601c7b66771e2a3a23c08f5a46465957b3eb59f7d5cf71e28493f5d [2021-02-25T03:22:39.904Z] #38 DONE 0.1s [2021-02-25T03:22:39.904Z] [2021-02-25T03:22:39.904Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-02-25T03:22:39.904Z] #41 sha256:dccd801b432be4eeb0de093154cf0ae102c92c49fbfea97cd841ffdfcabf4cde [2021-02-25T03:22:40.204Z] #41 DONE 0.3s [2021-02-25T03:22:40.204Z] [2021-02-25T03:22:40.204Z] #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-02-25T03:22:40.204Z] #56 sha256:957f55197544fe24b4e008cdf9ae984a1d2c325a5ea2c407fbbf08ed3bd722f3 [2021-02-25T03:22:40.204Z] #56 ... [2021-02-25T03:22:40.204Z] [2021-02-25T03:22:40.204Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-02-25T03:22:40.204Z] #44 sha256:db7cdd8a889f1d171686adf03cf667b080184b7d4b3247ec4f26c4bbf25423b8 [2021-02-25T03:22:40.204Z] #44 DONE 0.1s [2021-02-25T03:22:40.204Z] [2021-02-25T03:22:40.204Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-02-25T03:22:40.204Z] #46 sha256:a8b9852bf8fdadcba07434b032907acffef68b2fd091fe704b99ba7fc097ca91 [2021-02-25T03:22:40.204Z] #46 DONE 0.1s [2021-02-25T03:22:40.204Z] [2021-02-25T03:22:40.204Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-02-25T03:22:40.204Z] #48 sha256:c9b16a5754dbb7739d5485c4cc7748ccb57cdb557ce43582556746015e842b3d [2021-02-25T03:22:40.469Z] ok github.com/docker/docker/pkg/authorization 0.367s coverage: 68.3% of statements [2021-02-25T03:22:40.469Z] ok github.com/docker/docker/pkg/broadcaster 0.005s coverage: 100.0% of statements [2021-02-25T03:22:40.506Z] #48 DONE 0.1s [2021-02-25T03:22:40.506Z] [2021-02-25T03:22:40.506Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-02-25T03:22:40.506Z] #50 sha256:730ad2503a5a7f826b9f45515dcf1967b033868cda55f7d3d0a46977b31df24b [2021-02-25T03:22:40.506Z] #50 DONE 0.1s [2021-02-25T03:22:40.506Z] [2021-02-25T03:22:40.506Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-02-25T03:22:40.506Z] #52 sha256:ddfaf93a675dc5c5ff0b9738a46d0f3317e560dfebb458ebd569a31da4dde2a5 [2021-02-25T03:22:40.766Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2021-02-25T03:22:40.806Z] #52 DONE 0.1s [2021-02-25T03:22:40.806Z] [2021-02-25T03:22:40.806Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-02-25T03:22:40.806Z] #54 sha256:e6cde66137d57c66a18a84bb247c073874295725879dded632544dc2e2545b35 [2021-02-25T03:22:40.806Z] #54 DONE 0.1s [2021-02-25T03:22:40.806Z] [2021-02-25T03:22:40.806Z] #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-02-25T03:22:40.806Z] #56 sha256:957f55197544fe24b4e008cdf9ae984a1d2c325a5ea2c407fbbf08ed3bd722f3 [2021-02-25T03:22:43.989Z] #69 exporting layers 6.8s done [2021-02-25T03:22:43.990Z] #69 writing image sha256:afdedb174c9796ceed3b7950df5ad3bdeb9f308835a926d503eb5d3c436b29a8 done [2021-02-25T03:22:43.990Z] #69 naming to docker.io/library/docker:59fc2206d0aa706e3f4af717dec37df091092058 done [2021-02-25T03:22:43.990Z] #69 DONE 6.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-02-25T03:22:44.304Z] ok github.com/docker/docker/layer 7.310s coverage: 68.8% of statements [2021-02-25T03:22:44.304Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-02-25T03:22:44.304Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-02-25T03:22:44.304Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-02-25T03:22:44.304Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-02-25T03:22:44.304Z] ? github.com/docker/docker/oci/caps [no test files] [2021-02-25T03:22:44.304Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2021-02-25T03:22:44.341Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42056/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr8 -e DOCKER_GITCOMMIT=59fc2206d0aa706e3f4af717dec37df091092058 -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:59fc2206d0aa706e3f4af717dec37df091092058 hack/make.sh dynbinary test-integration [2021-02-25T03:22:44.803Z] #55 237.9 + bin/containerd-shim-runc-v1 [2021-02-25T03:22:44.942Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2021-02-25T03:22:44.942Z] ok github.com/docker/docker/pkg/chrootarchive 3.586s coverage: 43.2% of statements [2021-02-25T03:22:44.942Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-02-25T03:22:44.942Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-02-25T03:22:45.236Z] ok github.com/docker/docker/pkg/discovery/file 0.002s coverage: 92.9% of statements [2021-02-25T03:22:45.876Z] ok github.com/docker/docker/pkg/discovery/memory 0.006s coverage: 92.3% of statements [2021-02-25T03:22:46.525Z] ok github.com/docker/docker/pkg/discovery/nodes 0.005s coverage: 93.8% of statements [2021-02-25T03:22:46.826Z] ok github.com/docker/docker/pkg/dmesg 0.007s coverage: 83.3% of statements [2021-02-25T03:22:46.858Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2021-02-25T03:22:46.858Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2021-02-25T03:22:46.858Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2021-02-25T03:22:46.858Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2021-02-25T03:22:46.858Z] 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-02-25T03:22:46.858Z] Detected virtualization docker. [2021-02-25T03:22:46.858Z] Detected architecture x86-64. [2021-02-25T03:22:46.858Z] Set hostname to . [2021-02-25T03:22:46.858Z] + source /etc/docker-entrypoint-cmd [2021-02-25T03:22:46.858Z] ++ hack/make.sh dynbinary test-integration [2021-02-25T03:22:46.858Z] [2021-02-25T03:22:46.858Z] Removing bundles/ [2021-02-25T03:22:46.858Z] [2021-02-25T03:22:46.858Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-02-25T03:22:46.858Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-02-25T03:22:46.858Z] GOOS="" GOARCH="" GOARM="" [2021-02-25T03:22:48.399Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2021-02-25T03:22:49.443Z] ok github.com/docker/docker/pkg/fileutils 0.016s coverage: 89.5% of statements [2021-02-25T03:22:49.443Z] ok github.com/docker/docker/pkg/discovery/kv 3.108s coverage: 84.1% of statements [2021-02-25T03:22:49.738Z] ok github.com/docker/docker/pkg/homedir 0.010s coverage: 11.4% of statements [2021-02-25T03:22:50.033Z] ok github.com/docker/docker/pkg/fsutils 0.413s coverage: 85.1% of statements [2021-02-25T03:22:50.100Z] #55 242.5 + bin/containerd-shim-runc-v2 [2021-02-25T03:22:50.361Z] #55 243.4 + binaries [2021-02-25T03:22:50.361Z] #55 243.4 + install -D bin/containerd /build/containerd [2021-02-25T03:22:50.361Z] #55 243.4 + install -D bin/containerd-shim /build/containerd-shim [2021-02-25T03:22:50.361Z] #55 243.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-02-25T03:22:50.361Z] #55 243.5 + install -D bin/ctr /build/ctr [2021-02-25T03:22:50.671Z] ok github.com/docker/docker/pkg/idtools 0.376s coverage: 69.5% of statements [2021-02-25T03:22:50.964Z] ok github.com/docker/docker/pkg/ioutils 0.329s coverage: 70.1% of statements [2021-02-25T03:22:51.259Z] ok github.com/docker/docker/pkg/jsonmessage 0.007s coverage: 91.7% of statements [2021-02-25T03:22:51.259Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-02-25T03:22:51.553Z] ok github.com/docker/docker/pkg/longpath 0.031s coverage: 100.0% of statements [2021-02-25T03:22:51.553Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-02-25T03:22:51.553Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-02-25T03:22:51.553Z] ok github.com/docker/docker/pkg/namesgenerator 0.001s coverage: 85.7% of statements [2021-02-25T03:22:51.553Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-02-25T03:22:51.855Z] ok github.com/docker/docker/pkg/parsers 0.001s coverage: 97.0% of statements [2021-02-25T03:22:52.149Z] ok github.com/docker/docker/pkg/parsers/kernel 0.007s coverage: 60.0% of statements [2021-02-25T03:22:52.274Z] #55 DONE 245.0s [2021-02-25T03:22:52.443Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.016s coverage: 86.7% of statements [2021-02-25T03:22:52.443Z] ok github.com/docker/docker/pkg/pidfile 0.004s coverage: 82.4% of statements [2021-02-25T03:22:52.443Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-02-25T03:22:52.443Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-02-25T03:22:52.852Z] [2021-02-25T03:22:52.852Z] #56 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-02-25T03:22:52.852Z] #56 sha256:bfecd857fe9b4def1ac5216afb0ea9db031c617081bbe52206adde00cc048898 [2021-02-25T03:22:53.083Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.005s coverage: 56.8% of statements [2021-02-25T03:22:53.730Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2021-02-25T03:22:53.794Z] #56 DONE 1.0s [2021-02-25T03:22:53.794Z] [2021-02-25T03:22:53.794Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-02-25T03:22:53.794Z] #60 sha256:b7858c6d51316ec7671f7ebad2b3f5c0ad8169a3563b2680ffa8e333a19315ee [2021-02-25T03:22:54.055Z] #60 DONE 0.3s [2021-02-25T03:22:54.055Z] [2021-02-25T03:22:54.055Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-02-25T03:22:54.055Z] #62 sha256:42a12967c7ee21febe8be7a493b3da8eb8e406e755197342db528cd0aabe32d3 [2021-02-25T03:22:54.371Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2021-02-25T03:22:54.371Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2021-02-25T03:22:54.626Z] #62 DONE 0.6s [2021-02-25T03:22:54.626Z] [2021-02-25T03:22:54.626Z] #64 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-02-25T03:22:54.626Z] #64 sha256:f3462695f28f4051e833a9c0e38d4198adb83feca416dbc90f80e1a641c2f800 [2021-02-25T03:22:54.626Z] #64 DONE 0.0s [2021-02-25T03:22:54.626Z] [2021-02-25T03:22:54.626Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-02-25T03:22:54.627Z] #65 sha256:c31c02b5cc71d0eb3762225db5a4a3408b52193419767e5be34341cba09495e0 [2021-02-25T03:22:54.627Z] #65 DONE 0.0s [2021-02-25T03:22:54.627Z] [2021-02-25T03:22:54.627Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-02-25T03:22:54.627Z] #66 sha256:16a68ea9480a676a761fef390a327b99fcbb62aed1766554ea42c1cc2e68503e [2021-02-25T03:22:55.896Z] ok github.com/docker/docker/pkg/pubsub 1.018s coverage: 75.0% of statements [2021-02-25T03:22:55.896Z] ok github.com/docker/docker/pkg/reexec 0.003s coverage: 82.4% of statements [2021-02-25T03:22:57.175Z] #66 DONE 2.3s [2021-02-25T03:22:57.175Z] [2021-02-25T03:22:57.175Z] #67 exporting to image [2021-02-25T03:22:57.175Z] #67 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-02-25T03:22:57.175Z] #67 exporting layers [2021-02-25T03:22:58.677Z] ok github.com/docker/docker/pkg/signal 2.395s coverage: 61.0% of statements [2021-02-25T03:22:58.971Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2021-02-25T03:22:59.265Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2021-02-25T03:22:59.559Z] ok github.com/docker/docker/pkg/stringid 0.001s coverage: 70.6% of statements [2021-02-25T03:23:00.203Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 54.2% of statements [2021-02-25T03:23:00.522Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-02-25T03:23:00.522Z] Using test binary docker [2021-02-25T03:23:00.522Z] +++ /etc/init.d/apparmor start [2021-02-25T03:23:00.522Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-25T03:23:00.522Z] INFO: Waiting for daemon to start... [2021-02-25T03:23:00.522Z] Starting dockerd [2021-02-25T03:23:00.522Z] +++ 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-02-25T03:23:00.522Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-02-25T03:23:00.522Z] Using test binary docker [2021-02-25T03:23:00.522Z] +++ /etc/init.d/apparmor start [2021-02-25T03:23:00.522Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-25T03:23:00.522Z] INFO: Waiting for daemon to start... [2021-02-25T03:23:00.522Z] Starting dockerd [2021-02-25T03:23:00.522Z] +++ 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-02-25T03:23:00.784Z] ..........................xx.................... [ 29%] [2021-02-25T03:23:00.845Z] ok github.com/docker/docker/pkg/system 0.052s coverage: 36.9% of statements [2021-02-25T03:23:01.142Z] ok github.com/docker/docker/pkg/tailfile 0.052s coverage: 88.6% of statements [2021-02-25T03:23:01.782Z] ok github.com/docker/docker/pkg/tarsum 0.033s coverage: 89.3% of statements [2021-02-25T03:23:02.076Z] testing: warning: no tests to run [2021-02-25T03:23:02.076Z] coverage: [no statements] [2021-02-25T03:23:02.076Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2021-02-25T03:23:02.371Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2021-02-25T03:23:02.665Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2021-02-25T03:23:02.665Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2021-02-25T03:23:03.768Z] #67 exporting layers 6.8s done [2021-02-25T03:23:03.768Z] #67 writing image sha256:9ebbb1ae6b6547cfcdf4d63c6db06e314552178acab38dfdb29827e57b0398e1 done [2021-02-25T03:23:03.768Z] #67 naming to docker.io/library/docker:59fc2206d0aa706e3f4af717dec37df091092058 done [2021-02-25T03:23:03.768Z] #67 DONE 6.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [2021-02-25T03:23:03.836Z] . [2021-02-25T03:23:03.836Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-02-25T03:23:03.836Z] [2021-02-25T03:23:03.836Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-02-25T03:23:03.836Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-02-25T03:23:03.836Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-02-25T03:23:03.836Z] Error: No such image: emptyfs [2021-02-25T03:23:03.836Z] Error: No such image: emptyfs [2021-02-25T03:23:03.836Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-02-25T03:23:03.836Z] ++++ docker load [2021-02-25T03:23:03.836Z] ++++ docker load [2021-02-25T03:23:03.836Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-02-25T03:23:03.836Z] Running integration-test (iteration 1) [2021-02-25T03:23:03.836Z] Running integration-test (iteration 1) [2021-02-25T03:23:03.836Z] 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-02-25T03:23:03.836Z] ++ 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-02-25T03:23:03.836Z] ++ set -e [2021-02-25T03:23:03.836Z] ++ '[' -n 0 ']' [2021-02-25T03:23:03.836Z] ++ set -x [2021-02-25T03:23:03.836Z] ++ env -i DEST=/go/src/github.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-02-25T03:23:03.836Z] 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-02-25T03:23:03.836Z] ++ 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-02-25T03:23:03.836Z] ++ set -e [2021-02-25T03:23:03.836Z] ++ '[' -n 0 ']' [2021-02-25T03:23:03.836Z] ++ set -x [2021-02-25T03:23:03.836Z] ++ env -i DEST=/go/src/github.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)/' [Pipeline] sh [2021-02-25T03:23:04.133Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42056/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr8 -e DOCKER_GITCOMMIT=59fc2206d0aa706e3f4af717dec37df091092058 -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:59fc2206d0aa706e3f4af717dec37df091092058 hack/make.sh dynbinary test-integration [2021-02-25T03:23:04.749Z] ok github.com/docker/docker/plugin 0.567s coverage: 23.2% of statements [2021-02-25T03:23:05.387Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2021-02-25T03:23:05.682Z] ok github.com/docker/docker/profiles/seccomp 0.006s coverage: 86.4% of statements [2021-02-25T03:23:06.050Z] [2021-02-25T03:23:06.050Z] Removing bundles/ [2021-02-25T03:23:06.050Z] [2021-02-25T03:23:06.050Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-02-25T03:23:06.050Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-02-25T03:23:06.050Z] GOOS="" GOARCH="" GOARM="" [2021-02-25T03:23:07.775Z] ok github.com/docker/docker/quota 0.696s coverage: 71.4% of statements [2021-02-25T03:23:07.775Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2021-02-25T03:23:08.046Z] #56 304.2 + bin/containerd-stress [2021-02-25T03:23:09.293Z] ok github.com/docker/docker/registry 0.085s coverage: 57.2% of statements [2021-02-25T03:23:09.588Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2021-02-25T03:23:09.882Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2021-02-25T03:23:10.142Z] #56 306.7 + bin/containerd-shim [2021-02-25T03:23:10.521Z] ok github.com/docker/docker/runconfig 0.009s coverage: 66.1% of statements [2021-02-25T03:23:10.815Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2021-02-25T03:23:12.898Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2021-02-25T03:23:14.417Z] ok github.com/docker/docker/volume/local 0.298s coverage: 76.4% of statements [2021-02-25T03:23:14.712Z] ok github.com/docker/docker/volume/mounts 0.022s coverage: 67.0% of statements [2021-02-25T03:23:15.755Z] ok github.com/docker/docker/volume/service 0.011s coverage: 73.1% of statements [2021-02-25T03:23:17.114Z] tests/integration/api_exec_test.py ..................... [ 34%] [2021-02-25T03:23:17.127Z] #56 313.7 + bin/containerd-shim-runc-v1 [2021-02-25T03:23:17.309Z] db4edcf0861f: Pull complete [2021-02-25T03:23:17.309Z] Digest: sha256:1ed72e74ffe1fd07eef2df3eb9a5d57f64fdac099329a4a63aa1a99b4139ce5a [2021-02-25T03:23:17.309Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-25T03:23:17.309Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2021-02-25T03:23:17.309Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2021-02-25T03:23:17.309Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1757' [2021-02-25T03:23:17.309Z] WARN: Skipping validation tests [2021-02-25T03:23:17.309Z] INFO: Running unit tests at 02/25/2021 03:23:09... [2021-02-25T03:23:17.309Z] INFO: make.ps1 starting at 02/25/2021 03:23:13 [2021-02-25T03:23:17.309Z] INFO: Git commit (0c80bd9afb) assumed from DOCKER_GITCOMMIT environment variable [2021-02-25T03:23:17.309Z] INFO: Invoking autogen... [2021-02-25T03:23:17.309Z] INFO: Running unit tests... [2021-02-25T03:23:22.758Z] #56 318.5 + bin/containerd-shim-runc-v2 [2021-02-25T03:23:23.054Z] #56 319.6 + binaries [2021-02-25T03:23:23.054Z] #56 319.6 + install -D bin/containerd /build/containerd [2021-02-25T03:23:23.054Z] #56 319.7 + install -D bin/containerd-shim /build/containerd-shim [2021-02-25T03:23:23.054Z] #56 319.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-02-25T03:23:23.054Z] #56 319.7 + install -D bin/ctr /build/ctr [2021-02-25T03:23:23.054Z] #56 DONE 319.8s [2021-02-25T03:23:24.102Z] [2021-02-25T03:23:24.102Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-02-25T03:23:24.102Z] #57 sha256:d7b4cd91a89cd0f0e04519d8799b3e9e8ecafc79bbfa43f0e108e1bb7d70f8ac [2021-02-25T03:23:24.102Z] #57 DONE 0.1s [2021-02-25T03:23:24.102Z] [2021-02-25T03:23:24.102Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-02-25T03:23:24.102Z] #61 sha256:d45b938d10379e4655f494c25ecb295df4c2a2ba42edb00458abbe4eac8f8819 [2021-02-25T03:23:24.102Z] #61 DONE 0.1s [2021-02-25T03:23:24.102Z] [2021-02-25T03:23:24.102Z] #63 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-02-25T03:23:24.102Z] #63 sha256:436f0888d205bc70e4a8584c92e9432c7613cf1c3b0adfa83c0a0d858d1402e2 [2021-02-25T03:23:24.396Z] #63 DONE 0.1s [2021-02-25T03:23:24.396Z] [2021-02-25T03:23:24.396Z] #65 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-02-25T03:23:24.396Z] #65 sha256:aef75397bdedec0a25a99d97ea9d5da373e5e071ee6b7e1ae09f9c2a0712a008 [2021-02-25T03:23:24.396Z] #65 DONE 0.1s [2021-02-25T03:23:24.396Z] [2021-02-25T03:23:24.396Z] #66 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-02-25T03:23:24.396Z] #66 sha256:f0784bbf897be49ece67ada7e688a66a439311b51a2e30f6f4846245d9d73ce3 [2021-02-25T03:23:24.396Z] #66 DONE 0.0s [2021-02-25T03:23:24.396Z] [2021-02-25T03:23:24.396Z] #67 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-02-25T03:23:24.396Z] #67 sha256:8c3da90eac49ffd012d2401a60360cf25461e34cd532d8141f035025f9af6587 [2021-02-25T03:23:24.429Z] 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-02-25T03:23:24.905Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2021-02-25T03:23:25.483Z] ok github.com/docker/docker/api/server/httputils 0.017s coverage: 14.7% of statements [2021-02-25T03:23:25.483Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-02-25T03:23:25.483Z] ok github.com/docker/docker/api/server/middleware 0.031s coverage: 37.7% of statements [2021-02-25T03:23:25.483Z] ? github.com/docker/docker/api/server/router [no test files] [2021-02-25T03:23:25.483Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-02-25T03:23:25.483Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-02-25T03:23:25.483Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-02-25T03:23:25.483Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-02-25T03:23:25.483Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-02-25T03:23:25.483Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-02-25T03:23:25.483Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-02-25T03:23:25.483Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-02-25T03:23:26.436Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-02-25T03:23:26.436Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-02-25T03:23:26.705Z] ok github.com/docker/docker/api/types/strslice 0.022s coverage: 90.0% of statements [2021-02-25T03:23:26.705Z] ok github.com/docker/docker/api/server/router/swarm 0.014s coverage: 5.7% of statements [2021-02-25T03:23:26.705Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-02-25T03:23:26.970Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-02-25T03:23:26.970Z] ? github.com/docker/docker/api/types [no test files] [2021-02-25T03:23:26.970Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-02-25T03:23:26.970Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-02-25T03:23:26.970Z] ? github.com/docker/docker/api/types/container [no test files] [2021-02-25T03:23:26.970Z] ? github.com/docker/docker/api/types/events [no test files] [2021-02-25T03:23:26.970Z] ok github.com/docker/docker/api/types/filters 0.021s coverage: 92.2% of statements [2021-02-25T03:23:26.970Z] ? github.com/docker/docker/api/types/image [no test files] [2021-02-25T03:23:26.970Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-02-25T03:23:26.970Z] ? github.com/docker/docker/api/types/network [no test files] [2021-02-25T03:23:26.970Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-02-25T03:23:26.970Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-02-25T03:23:26.970Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-02-25T03:23:26.970Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-02-25T03:23:26.970Z] ok github.com/docker/docker/api/types/time 0.026s coverage: 100.0% of statements [2021-02-25T03:23:27.166Z] #67 DONE 2.4s [2021-02-25T03:23:27.166Z] [2021-02-25T03:23:27.166Z] #68 exporting to oci image format [2021-02-25T03:23:27.166Z] #68 sha256:69a2560eef4d3ece902c3b5149d142e9bd132f25db0bc9e35b94201534c415d2 [2021-02-25T03:23:27.166Z] #68 exporting layers [2021-02-25T03:23:27.234Z] ok github.com/docker/docker/api/types/versions 0.033s coverage: 75.0% of statements [2021-02-25T03:23:27.234Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-02-25T03:23:27.234Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-02-25T03:23:27.234Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-02-25T03:23:27.234Z] ? github.com/docker/docker/builder [no test files] [2021-02-25T03:23:27.234Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-02-25T03:23:27.234Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-02-25T03:23:27.234Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-02-25T03:23:27.234Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-02-25T03:23:27.234Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-02-25T03:23:27.234Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-02-25T03:23:27.234Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-02-25T03:23:28.427Z] ok github.com/docker/docker/pkg/plugins 33.615s coverage: 76.6% of statements [2021-02-25T03:23:28.427Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-02-25T03:23:28.427Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-02-25T03:23:28.427Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-02-25T03:23:28.427Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-02-25T03:23:28.427Z] ? github.com/docker/docker/pkg/term [no test files] [2021-02-25T03:23:28.427Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-02-25T03:23:28.427Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-02-25T03:23:28.427Z] ? github.com/docker/docker/rootless [no test files] [2021-02-25T03:23:28.427Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-02-25T03:23:28.427Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-02-25T03:23:28.427Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-02-25T03:23:28.427Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-02-25T03:23:28.427Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-02-25T03:23:28.427Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-02-25T03:23:28.427Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-02-25T03:23:28.427Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-02-25T03:23:28.427Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-02-25T03:23:28.427Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-02-25T03:23:28.427Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-02-25T03:23:28.427Z] ? github.com/docker/docker/testutil/request [no test files] [2021-02-25T03:23:28.427Z] ? github.com/docker/docker/volume [no test files] [2021-02-25T03:23:28.427Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-02-25T03:23:28.427Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-02-25T03:23:28.427Z] [2021-02-25T03:23:28.427Z] === Skipped [2021-02-25T03:23:28.427Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-02-25T03:23:28.427Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-02-25T03:23:28.427Z] [2021-02-25T03:23:28.427Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-02-25T03:23:28.427Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-02-25T03:23:28.427Z] [2021-02-25T03:23:28.427Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-02-25T03:23:28.427Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-25T03:23:28.427Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-25T03:23:28.427Z] [2021-02-25T03:23:28.427Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-02-25T03:23:28.427Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-25T03:23:28.427Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-25T03:23:28.427Z] [2021-02-25T03:23:28.427Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-02-25T03:23:28.427Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-25T03:23:28.427Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-25T03:23:28.427Z] [2021-02-25T03:23:28.427Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-02-25T03:23:28.427Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-25T03:23:28.427Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-25T03:23:28.427Z] [2021-02-25T03:23:28.427Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-02-25T03:23:28.427Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-25T03:23:28.427Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-25T03:23:28.427Z] [2021-02-25T03:23:28.427Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-02-25T03:23:28.427Z] graphtest_unix.go:73: No driver to put! [2021-02-25T03:23:28.427Z] [2021-02-25T03:23:28.427Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-02-25T03:23:28.427Z] time="2021-02-25T03:22:07Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-25T03:23:28.427Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-25T03:23:28.427Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-25T03:23:28.427Z] [2021-02-25T03:23:28.427Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-02-25T03:23:28.427Z] time="2021-02-25T03:22:07Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-25T03:23:28.427Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-25T03:23:28.427Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-25T03:23:28.427Z] [2021-02-25T03:23:28.427Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-02-25T03:23:28.427Z] time="2021-02-25T03:22:07Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-25T03:23:28.427Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-25T03:23:28.427Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-25T03:23:28.427Z] [2021-02-25T03:23:28.427Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-02-25T03:23:28.427Z] time="2021-02-25T03:22:07Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-25T03:23:28.427Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-25T03:23:28.427Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-25T03:23:28.427Z] [2021-02-25T03:23:28.427Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-02-25T03:23:28.427Z] time="2021-02-25T03:22:07Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-25T03:23:28.427Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-25T03:23:28.427Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-25T03:23:28.427Z] [2021-02-25T03:23:28.427Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-02-25T03:23:28.427Z] graphtest_unix.go:73: No driver to put! [2021-02-25T03:23:28.427Z] [2021-02-25T03:23:28.427Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-02-25T03:23:28.427Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-02-25T03:23:28.427Z] [2021-02-25T03:23:28.427Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-02-25T03:23:28.427Z] overlay_test.go:49: Fails to compute changes intermittently [2021-02-25T03:23:28.427Z] [2021-02-25T03:23:28.427Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-02-25T03:23:28.427Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-02-25T03:23:28.427Z] [2021-02-25T03:23:28.427Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-02-25T03:23:28.427Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-02-25T03:23:28.427Z] [2021-02-25T03:23:28.427Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-02-25T03:23:28.427Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-25T03:23:28.427Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-25T03:23:28.427Z] [2021-02-25T03:23:28.427Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-02-25T03:23:28.427Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-25T03:23:28.427Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-25T03:23:28.427Z] [2021-02-25T03:23:28.427Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-02-25T03:23:28.427Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-25T03:23:28.428Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-25T03:23:28.428Z] [2021-02-25T03:23:28.428Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-02-25T03:23:28.428Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-25T03:23:28.428Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-25T03:23:28.428Z] [2021-02-25T03:23:28.428Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-02-25T03:23:28.428Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-25T03:23:28.428Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-25T03:23:28.428Z] [2021-02-25T03:23:28.428Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-02-25T03:23:28.428Z] graphtest_unix.go:73: No driver to put! [2021-02-25T03:23:28.428Z] [2021-02-25T03:23:28.428Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-02-25T03:23:28.428Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-02-25T03:23:28.428Z] [2021-02-25T03:23:28.428Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-02-25T03:23:28.428Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-02-25T03:23:28.428Z] [2021-02-25T03:23:28.428Z] [2021-02-25T03:23:28.428Z] DONE 2244 tests, 26 skipped in 233.972s Post stage [Pipeline] junit [2021-02-25T03:23:28.476Z] Recording test results [2021-02-25T03:23:28.592Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-02-25T03:23:28.784Z] tests/integration/api_image_test.py ............s..... [ 40%] [2021-02-25T03:23:29.051Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-42056/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr8 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=59fc2206d0aa706e3f4af717dec37df091092058 -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:59fc2206d0aa706e3f4af717dec37df091092058 hack/make.sh dynbinary test-integration [2021-02-25T03:23:29.691Z] [2021-02-25T03:23:29.691Z] Removing bundles/ [2021-02-25T03:23:29.691Z] [2021-02-25T03:23:29.691Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-02-25T03:23:29.691Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-02-25T03:23:29.691Z] GOOS="" GOARCH="" GOARM="" [2021-02-25T03:23:29.804Z] ok github.com/docker/docker/cli/debug 0.010s coverage: 100.0% of statements [2021-02-25T03:23:30.759Z] ok github.com/docker/docker/builder/remotecontext 0.354s coverage: 13.7% of statements [2021-02-25T03:23:31.588Z] ? github.com/docker/docker/api [no test files] [2021-02-25T03:23:32.159Z] ok github.com/docker/docker/builder/dockerfile 0.878s coverage: 48.3% of statements [2021-02-25T03:23:32.159Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-02-25T03:23:32.159Z] ok github.com/docker/docker/builder/remotecontext/git 3.649s coverage: 86.3% of statements [2021-02-25T03:23:32.159Z] ? github.com/docker/docker/cli [no test files] [2021-02-25T03:23:32.159Z] ? github.com/docker/docker/cli/config [no test files] [2021-02-25T03:23:37.486Z] ok github.com/docker/docker/client 0.306s coverage: 75.4% of statements [2021-02-25T03:23:45.187Z] tests/integration/api_network_test.py ............................ [ 47%] [2021-02-25T03:23:46.477Z] === RUN TestMiddlewares [2021-02-25T03:23:46.477Z] --- PASS: TestMiddlewares (0.00s) [2021-02-25T03:23:46.477Z] PASS [2021-02-25T03:23:46.477Z] coverage: 9.0% of statements [2021-02-25T03:23:46.477Z] ok github.com/docker/docker/api/server 0.125s coverage: 9.0% of statements [2021-02-25T03:23:50.574Z] Loaded image: buildpack-deps:buster [2021-02-25T03:23:50.574Z] Loaded image: busybox:latest [2021-02-25T03:23:50.574Z] Loaded image: buildpack-deps:buster [2021-02-25T03:23:50.574Z] Loaded image: busybox:latest [2021-02-25T03:23:50.574Z] Loaded image: busybox:glibc [2021-02-25T03:23:50.574Z] Loaded image: busybox:glibc [2021-02-25T03:23:51.517Z] Loaded image: debian:bullseye [2021-02-25T03:23:51.517Z] Loaded image: debian:bullseye [2021-02-25T03:23:51.779Z] Loaded image: hello-world:latest [2021-02-25T03:23:51.779Z] Loaded image: hello-world:latest [2021-02-25T03:23:51.779Z] Loaded image: arm32v7/hello-world:latest [2021-02-25T03:23:51.779Z] Loaded image: arm32v7/hello-world:latest [2021-02-25T03:23:52.040Z] INFO: Testing against a local daemon [2021-02-25T03:23:52.040Z] INFO: Testing against a local daemon [2021-02-25T03:23:52.040Z] === RUN TestDockerDaemonSuite [2021-02-25T03:23:52.040Z] === RUN TestDockerSuite [2021-02-25T03:23:52.040Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2021-02-25T03:23:52.040Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-02-25T03:23:52.040Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-02-25T03:23:52.040Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-02-25T03:23:52.040Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-02-25T03:23:52.040Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-02-25T03:23:52.040Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-02-25T03:23:52.300Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-02-25T03:23:52.300Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-02-25T03:23:53.226Z] tests/integration/api_plugin_test.py ........... [ 50%] [2021-02-25T03:23:54.420Z] tests/integration/api_secret_test.py ..... [ 51%] [2021-02-25T03:23:56.502Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-02-25T03:23:56.502Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-02-25T03:23:56.763Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-02-25T03:23:56.763Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-02-25T03:23:57.704Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-02-25T03:23:57.704Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-02-25T03:23:57.704Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-02-25T03:23:58.712Z] tests/integration/api_service_test.py .................................. [ 60%] [2021-02-25T03:23:59.617Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-02-25T03:23:59.617Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-02-25T03:23:59.617Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-02-25T03:23:59.617Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-02-25T03:23:59.878Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2021-02-25T03:24:00.821Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-02-25T03:24:01.766Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-02-25T03:24:01.766Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-02-25T03:24:02.027Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-02-25T03:24:02.027Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-02-25T03:24:02.027Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-02-25T03:24:04.137Z] ok github.com/docker/docker/cmd/dockerd 0.110s coverage: 29.1% of statements [2021-02-25T03:24:04.401Z] ok github.com/docker/docker/container 0.166s coverage: 34.7% of statements [2021-02-25T03:24:04.401Z] ? github.com/docker/docker/container/stream [no test files] [2021-02-25T03:24:04.402Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-02-25T03:24:04.402Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-02-25T03:24:04.402Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-02-25T03:24:06.228Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-02-25T03:24:07.726Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.092s coverage: 65.3% of statements [2021-02-25T03:24:08.774Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-02-25T03:24:09.127Z] ok github.com/docker/docker/daemon/cluster/convert 0.059s coverage: 35.9% of statements [2021-02-25T03:24:11.315Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-02-25T03:24:12.456Z] ok github.com/docker/docker/daemon/cluster 0.114s coverage: 0.5% of statements [2021-02-25T03:24:13.229Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-02-25T03:24:13.488Z] ......................... [ 67%] [2021-02-25T03:24:13.799Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-02-25T03:24:14.371Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-02-25T03:24:14.371Z] --- PASS: TestBuildWithHugeFile (105.91s) [2021-02-25T03:24:14.371Z] === RUN TestBuildWCOWSandboxSize [2021-02-25T03:24:14.371Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-02-25T03:24:14.371Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-02-25T03:24:14.371Z] === RUN TestBuildWithEmptyDockerfile [2021-02-25T03:24:14.371Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-25T03:24:14.371Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-25T03:24:14.371Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-25T03:24:14.371Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-25T03:24:14.371Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-25T03:24:14.371Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-25T03:24:14.371Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-25T03:24:14.371Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-25T03:24:14.392Z] ok github.com/docker/docker/daemon/discovery 0.025s coverage: 30.0% of statements [2021-02-25T03:24:14.632Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-25T03:24:14.632Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2021-02-25T03:24:14.632Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.17s) [2021-02-25T03:24:14.632Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.23s) [2021-02-25T03:24:14.632Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.13s) [2021-02-25T03:24:14.632Z] === RUN TestBuildPreserveOwnership [2021-02-25T03:24:14.632Z] === RUN TestBuildPreserveOwnership/copy_from [2021-02-25T03:24:14.657Z] ok github.com/docker/docker/daemon/config 0.099s coverage: 81.8% of statements [2021-02-25T03:24:14.893Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-02-25T03:24:15.462Z] === RUN TestDockerSuite/TestAttachAfterDetach [2021-02-25T03:24:15.612Z] ok github.com/docker/docker/daemon/events 0.071s coverage: 50.0% of statements [2021-02-25T03:24:16.566Z] ok github.com/docker/docker/daemon/graphdriver 0.014s coverage: 2.2% of statements [2021-02-25T03:24:17.372Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2021-02-25T03:24:17.373Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-02-25T03:24:18.313Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2021-02-25T03:24:18.574Z] --- PASS: TestBuildPreserveOwnership (3.95s) [2021-02-25T03:24:18.574Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.58s) [2021-02-25T03:24:18.574Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.36s) [2021-02-25T03:24:18.574Z] === RUN TestBuildPlatformInvalid [2021-02-25T03:24:18.574Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2021-02-25T03:24:18.574Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-02-25T03:24:18.835Z] === RUN TestDockerSuite/TestAttachDetach [2021-02-25T03:24:20.221Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-02-25T03:24:20.798Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.014s coverage: 2.9% of statements [2021-02-25T03:24:20.808Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2021-02-25T03:24:21.062Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.491s coverage: 14.0% of statements [2021-02-25T03:24:21.070Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-02-25T03:24:21.642Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.615s coverage: 56.2% of statements [2021-02-25T03:24:22.984Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-02-25T03:24:23.251Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2021-02-25T03:24:23.271Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-02-25T03:24:23.271Z] [2021-02-25T03:24:23.271Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-02-25T03:24:23.271Z] DOCKER_SYSTEMD=1 [2021-02-25T03:24:23.271Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-02-25T03:24:23.271Z] HOSTNAME=f1ed4be87f05 [2021-02-25T03:24:23.271Z] DEST=bundles/test-integration [2021-02-25T03:24:23.271Z] PWD=/go/src/github.com/docker/docker [2021-02-25T03:24:23.271Z] DOCKER_GITCOMMIT=59fc2206d0aa706e3f4af717dec37df091092058 [2021-02-25T03:24:23.271Z] container=docker [2021-02-25T03:24:23.271Z] HOME=/root [2021-02-25T03:24:23.271Z] LANG=C.UTF-8 [2021-02-25T03:24:23.271Z] INVOCATION_ID=2ec7e037243d4dd3aed748d303e17c27 [2021-02-25T03:24:23.271Z] GOLANG_VERSION=1.13.15 [2021-02-25T03:24:23.271Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-02-25T03:24:23.271Z] VALIDATE_BRANCH=master [2021-02-25T03:24:23.271Z] TERM=xterm [2021-02-25T03:24:23.271Z] DOCKER_PKG=github.com/docker/docker [2021-02-25T03:24:23.271Z] SHLVL=3 [2021-02-25T03:24:23.271Z] TIMEOUT=120m [2021-02-25T03:24:23.271Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-02-25T03:24:23.271Z] DOCKER_GRAPHDRIVER=overlay2 [2021-02-25T03:24:23.271Z] GO111MODULE=off [2021-02-25T03:24:23.271Z] DOCKER_EXPERIMENTAL=1 [2021-02-25T03:24:23.271Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-02-25T03:24:23.271Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-02-25T03:24:23.271Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-02-25T03:24:23.271Z] GOPATH=/go [2021-02-25T03:24:23.271Z] PKG_CONFIG=pkg-config [2021-02-25T03:24:23.271Z] _=/usr/bin/env [2021-02-25T03:24:23.271Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-02-25T03:24:23.822Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-02-25T03:24:24.213Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.015s coverage: 1.9% of statements [2021-02-25T03:24:24.763Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-02-25T03:24:25.025Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2021-02-25T03:24:25.968Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-02-25T03:24:26.774Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.819s coverage: 45.9% of statements [2021-02-25T03:24:26.775Z] ok github.com/docker/docker/daemon/graphdriver/aufs 8.733s coverage: 73.3% of statements [2021-02-25T03:24:27.726Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.989s coverage: 49.4% of statements [2021-02-25T03:24:27.880Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-02-25T03:24:28.693Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.020s coverage: 57.5% of statements [2021-02-25T03:24:28.822Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-02-25T03:24:29.648Z] ok github.com/docker/docker/daemon 12.414s coverage: 17.2% of statements [2021-02-25T03:24:29.648Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-02-25T03:24:29.648Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-02-25T03:24:29.648Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-02-25T03:24:29.648Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-02-25T03:24:29.648Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-02-25T03:24:29.765Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2021-02-25T03:24:29.913Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.030s coverage: 3.0% of statements [2021-02-25T03:24:30.025Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-02-25T03:24:30.026Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-02-25T03:24:30.500Z] ok github.com/docker/docker/daemon/links 0.012s coverage: 93.0% of statements [2021-02-25T03:24:31.409Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-02-25T03:24:31.904Z] ok github.com/docker/docker/daemon/images 0.033s coverage: 6.7% of statements [2021-02-25T03:24:31.981Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-02-25T03:24:32.552Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2021-02-25T03:24:32.857Z] ok github.com/docker/docker/daemon/logger 0.267s coverage: 43.2% of statements [2021-02-25T03:24:33.121Z] ok github.com/docker/docker/daemon/logger/awslogs 0.284s coverage: 77.8% of statements [2021-02-25T03:24:33.699Z] ok github.com/docker/docker/daemon/logger/gelf 0.039s coverage: 67.0% of statements [2021-02-25T03:24:33.964Z] ok github.com/docker/docker/daemon/logger/journald 0.015s coverage: 23.9% of statements [2021-02-25T03:24:34.229Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.060s coverage: 57.7% of statements [2021-02-25T03:24:34.494Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-02-25T03:24:34.494Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-02-25T03:24:34.494Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-02-25T03:24:34.494Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-02-25T03:24:34.494Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-02-25T03:24:34.494Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-02-25T03:24:34.494Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.042s coverage: 87.2% of statements [2021-02-25T03:24:35.074Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.021s coverage: 61.6% of statements [2021-02-25T03:24:35.099Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2021-02-25T03:24:36.028Z] ok github.com/docker/docker/daemon/logger/local 0.041s coverage: 75.2% of statements [2021-02-25T03:24:36.028Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-02-25T03:24:36.607Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.023s coverage: 31.5% of statements [2021-02-25T03:24:36.607Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.096s coverage: 58.6% of statements [2021-02-25T03:24:37.187Z] ok github.com/docker/docker/daemon/logger/templates 0.009s coverage: 8.3% of statements [2021-02-25T03:24:37.288Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-02-25T03:24:37.288Z] === RUN TestBoolValue [2021-02-25T03:24:37.288Z] --- PASS: TestBoolValue (0.00s) [2021-02-25T03:24:37.288Z] === RUN TestBoolValueOrDefault [2021-02-25T03:24:37.288Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-02-25T03:24:37.288Z] === RUN TestInt64ValueOrZero [2021-02-25T03:24:37.288Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-02-25T03:24:37.288Z] === RUN TestInt64ValueOrDefault [2021-02-25T03:24:37.288Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-02-25T03:24:37.288Z] === RUN TestInt64ValueOrDefaultWithError [2021-02-25T03:24:37.288Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-02-25T03:24:37.288Z] === RUN TestJsonContentType [2021-02-25T03:24:37.288Z] --- PASS: TestJsonContentType (0.00s) [2021-02-25T03:24:37.288Z] PASS [2021-02-25T03:24:37.288Z] coverage: 14.7% of statements [2021-02-25T03:24:37.288Z] ok github.com/docker/docker/api/server/httputils 0.053s coverage: 14.7% of statements [2021-02-25T03:24:37.288Z] === RUN TestMaskSecretKeys [2021-02-25T03:24:37.288Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-02-25T03:24:37.288Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-02-25T03:24:37.288Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-02-25T03:24:37.288Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-02-25T03:24:37.288Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-02-25T03:24:37.288Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-02-25T03:24:37.288Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-02-25T03:24:37.288Z] === RUN TestVersionMiddlewareVersion [2021-02-25T03:24:37.288Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-02-25T03:24:37.288Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-02-25T03:24:37.288Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-02-25T03:24:37.288Z] PASS [2021-02-25T03:24:37.288Z] coverage: 37.7% of statements [2021-02-25T03:24:37.288Z] ok github.com/docker/docker/api/server/middleware 0.110s coverage: 37.7% of statements [2021-02-25T03:24:37.288Z] ? github.com/docker/docker/api/server/router [no test files] [2021-02-25T03:24:37.288Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-02-25T03:24:37.288Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-02-25T03:24:37.288Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-02-25T03:24:37.288Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-02-25T03:24:37.288Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-02-25T03:24:37.288Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-02-25T03:24:37.288Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-02-25T03:24:37.288Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-02-25T03:24:37.288Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-02-25T03:24:37.288Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-02-25T03:24:37.767Z] ok github.com/docker/docker/daemon/logger/syslog 0.019s coverage: 46.8% of statements [2021-02-25T03:24:38.274Z] === RUN TestToJSON [2021-02-25T03:24:38.274Z] --- PASS: TestToJSON (0.00s) [2021-02-25T03:24:38.274Z] === RUN TestToParamWithVersion [2021-02-25T03:24:38.274Z] --- PASS: TestToParamWithVersion (0.00s) [2021-02-25T03:24:38.274Z] === RUN TestFromJSON [2021-02-25T03:24:38.274Z] --- PASS: TestFromJSON (0.00s) [2021-02-25T03:24:38.274Z] === RUN TestEmpty [2021-02-25T03:24:38.274Z] --- PASS: TestEmpty (0.00s) [2021-02-25T03:24:38.274Z] === RUN TestArgsMatchKVListEmptySources [2021-02-25T03:24:38.274Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-02-25T03:24:38.274Z] === RUN TestArgsMatchKVList [2021-02-25T03:24:38.274Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-02-25T03:24:38.274Z] === RUN TestArgsMatch [2021-02-25T03:24:38.274Z] --- PASS: TestArgsMatch (0.00s) [2021-02-25T03:24:38.274Z] === RUN TestAdd [2021-02-25T03:24:38.274Z] --- PASS: TestAdd (0.00s) [2021-02-25T03:24:38.274Z] === RUN TestDel [2021-02-25T03:24:38.274Z] --- PASS: TestDel (0.00s) [2021-02-25T03:24:38.274Z] === RUN TestLen [2021-02-25T03:24:38.274Z] --- PASS: TestLen (0.00s) [2021-02-25T03:24:38.274Z] === RUN TestExactMatch [2021-02-25T03:24:38.274Z] --- PASS: TestExactMatch (0.00s) [2021-02-25T03:24:38.274Z] === RUN TestOnlyOneExactMatch [2021-02-25T03:24:38.274Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-02-25T03:24:38.274Z] === RUN TestContains [2021-02-25T03:24:38.274Z] --- PASS: TestContains (0.00s) [2021-02-25T03:24:38.274Z] === RUN TestValidate [2021-02-25T03:24:38.274Z] --- PASS: TestValidate (0.00s) [2021-02-25T03:24:38.274Z] === RUN TestWalkValues [2021-02-25T03:24:38.274Z] --- PASS: TestWalkValues (0.00s) [2021-02-25T03:24:38.274Z] === RUN TestFuzzyMatch [2021-02-25T03:24:38.274Z] --- PASS: TestFuzzyMatch (0.00s) [2021-02-25T03:24:38.274Z] === RUN TestClone [2021-02-25T03:24:38.274Z] --- PASS: TestClone (0.00s) [2021-02-25T03:24:38.274Z] PASS [2021-02-25T03:24:38.274Z] coverage: 92.2% of statements [2021-02-25T03:24:38.274Z] ok github.com/docker/docker/api/types/filters 0.143s coverage: 92.2% of statements [2021-02-25T03:24:38.274Z] === RUN TestStrSliceMarshalJSON [2021-02-25T03:24:38.274Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-02-25T03:24:38.274Z] === RUN TestStrSliceUnmarshalJSON [2021-02-25T03:24:38.274Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-02-25T03:24:38.274Z] === RUN TestStrSliceUnmarshalString [2021-02-25T03:24:38.274Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-02-25T03:24:38.274Z] === RUN TestStrSliceUnmarshalSlice [2021-02-25T03:24:38.274Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-02-25T03:24:38.274Z] PASS [2021-02-25T03:24:38.274Z] coverage: 90.0% of statements [2021-02-25T03:24:38.274Z] ok github.com/docker/docker/api/types/strslice 0.075s coverage: 90.0% of statements [2021-02-25T03:24:38.274Z] === RUN TestDurationToSecondsString [2021-02-25T03:24:38.274Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-02-25T03:24:38.274Z] === RUN TestGetTimestamp [2021-02-25T03:24:38.274Z] === RUN TestAdjustForAPIVersion [2021-02-25T03:24:38.274Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-02-25T03:24:38.274Z] PASS [2021-02-25T03:24:38.274Z] coverage: 5.7% of statements [2021-02-25T03:24:38.274Z] ok github.com/docker/docker/api/server/router/swarm 0.058s coverage: 5.7% of statements [2021-02-25T03:24:38.274Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-02-25T03:24:38.274Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-02-25T03:24:38.274Z] ? github.com/docker/docker/api/types [no test files] [2021-02-25T03:24:38.274Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-02-25T03:24:38.274Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-02-25T03:24:38.274Z] ? github.com/docker/docker/api/types/container [no test files] [2021-02-25T03:24:38.274Z] ? github.com/docker/docker/api/types/events [no test files] [2021-02-25T03:24:38.274Z] ? github.com/docker/docker/api/types/image [no test files] [2021-02-25T03:24:38.274Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-02-25T03:24:38.274Z] ? github.com/docker/docker/api/types/network [no test files] [2021-02-25T03:24:38.274Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-02-25T03:24:38.274Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-02-25T03:24:38.274Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-02-25T03:24:38.274Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-02-25T03:24:38.274Z] --- PASS: TestGetTimestamp (0.15s) [2021-02-25T03:24:38.274Z] === RUN TestParseTimestamps [2021-02-25T03:24:38.274Z] --- PASS: TestParseTimestamps (0.00s) [2021-02-25T03:24:38.274Z] PASS [2021-02-25T03:24:38.274Z] coverage: 100.0% of statements [2021-02-25T03:24:38.274Z] ok github.com/docker/docker/api/types/time 0.195s coverage: 100.0% of statements [2021-02-25T03:24:38.348Z] ok github.com/docker/docker/daemon/network 0.043s coverage: 63.8% of statements [2021-02-25T03:24:38.383Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-02-25T03:24:38.383Z] [2021-02-25T03:24:38.383Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-02-25T03:24:38.383Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-02-25T03:24:38.383Z] HOSTNAME=a922f7f63003 [2021-02-25T03:24:38.383Z] TESTDEBUG=0 [2021-02-25T03:24:38.383Z] DEST=bundles/test-integration [2021-02-25T03:24:38.383Z] PWD=/go/src/github.com/docker/docker [2021-02-25T03:24:38.383Z] DOCKER_GITCOMMIT=59fc2206d0aa706e3f4af717dec37df091092058 [2021-02-25T03:24:38.383Z] container=docker [2021-02-25T03:24:38.383Z] HOME=/root [2021-02-25T03:24:38.383Z] GOLANG_VERSION=1.13.15 [2021-02-25T03:24:38.383Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-02-25T03:24:38.383Z] VALIDATE_BRANCH=master [2021-02-25T03:24:38.383Z] TERM=xterm [2021-02-25T03:24:38.383Z] DOCKER_PKG=github.com/docker/docker [2021-02-25T03:24:38.383Z] SHLVL=1 [2021-02-25T03:24:38.383Z] TIMEOUT=120m [2021-02-25T03:24:38.383Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-02-25T03:24:38.383Z] DOCKER_GRAPHDRIVER=overlay2 [2021-02-25T03:24:38.383Z] GO111MODULE=off [2021-02-25T03:24:38.383Z] DOCKER_EXPERIMENTAL=1 [2021-02-25T03:24:38.383Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-02-25T03:24:38.383Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-02-25T03:24:38.383Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-02-25T03:24:38.383Z] GOPATH=/go [2021-02-25T03:24:38.383Z] PKG_CONFIG=pkg-config [2021-02-25T03:24:38.383Z] _=/usr/bin/env [2021-02-25T03:24:38.383Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-02-25T03:24:39.253Z] === RUN TestCompareVersion [2021-02-25T03:24:39.254Z] --- PASS: TestCompareVersion (0.00s) [2021-02-25T03:24:39.254Z] PASS [2021-02-25T03:24:39.254Z] coverage: 75.0% of statements [2021-02-25T03:24:39.254Z] ok github.com/docker/docker/api/types/versions 0.037s coverage: 75.0% of statements [2021-02-25T03:24:39.254Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-02-25T03:24:39.254Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-02-25T03:24:39.254Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-02-25T03:24:39.254Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-02-25T03:24:39.254Z] ? github.com/docker/docker/builder [no test files] [2021-02-25T03:24:39.254Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-02-25T03:24:39.254Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-02-25T03:24:39.254Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-02-25T03:24:39.254Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-02-25T03:24:39.254Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-02-25T03:24:39.254Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-02-25T03:24:39.254Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-02-25T03:24:39.300Z] ok github.com/docker/docker/daemon/logger/splunk 1.992s coverage: 82.5% of statements [2021-02-25T03:24:39.301Z] ? github.com/docker/docker/daemon/names [no test files] [2021-02-25T03:24:39.301Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-02-25T03:24:39.301Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2021-02-25T03:24:39.879Z] ok github.com/docker/docker/distribution/metadata 0.120s coverage: 48.2% of statements [2021-02-25T03:24:40.232Z] === RUN TestParseRemoteURL [2021-02-25T03:24:40.232Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-02-25T03:24:40.232Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-02-25T03:24:40.232Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-02-25T03:24:40.232Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-02-25T03:24:40.232Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-02-25T03:24:40.232Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-02-25T03:24:40.232Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-02-25T03:24:40.232Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-02-25T03:24:40.232Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-02-25T03:24:40.232Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-02-25T03:24:40.232Z] --- PASS: TestParseRemoteURL (0.00s) [2021-02-25T03:24:40.232Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-02-25T03:24:40.232Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-02-25T03:24:40.232Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-02-25T03:24:40.232Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-02-25T03:24:40.232Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-02-25T03:24:40.232Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-02-25T03:24:40.232Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-02-25T03:24:40.232Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-02-25T03:24:40.232Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-02-25T03:24:40.232Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-02-25T03:24:40.232Z] === RUN TestCloneArgsSmartHttp [2021-02-25T03:24:40.232Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2021-02-25T03:24:40.232Z] === RUN TestCloneArgsDumbHttp [2021-02-25T03:24:40.232Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2021-02-25T03:24:40.232Z] === RUN TestCloneArgsGit [2021-02-25T03:24:40.232Z] --- PASS: TestCloneArgsGit (0.00s) [2021-02-25T03:24:40.232Z] === RUN TestCheckoutGit [2021-02-25T03:24:40.832Z] ok github.com/docker/docker/distribution 0.330s coverage: 25.0% of statements [2021-02-25T03:24:40.832Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-02-25T03:24:41.097Z] ok github.com/docker/docker/errdefs 0.024s coverage: 53.1% of statements [2021-02-25T03:24:41.676Z] ok github.com/docker/docker/image 0.061s coverage: 86.6% of statements [2021-02-25T03:24:42.430Z] === RUN TestEnable [2021-02-25T03:24:42.430Z] --- PASS: TestEnable (0.00s) [2021-02-25T03:24:42.430Z] === RUN TestDisable [2021-02-25T03:24:42.430Z] --- PASS: TestDisable (0.00s) [2021-02-25T03:24:42.430Z] === RUN TestEnabled [2021-02-25T03:24:42.430Z] --- PASS: TestEnabled (0.00s) [2021-02-25T03:24:42.430Z] PASS [2021-02-25T03:24:42.430Z] coverage: 100.0% of statements [2021-02-25T03:24:42.430Z] ok github.com/docker/docker/cli/debug 0.050s coverage: 100.0% of statements [2021-02-25T03:24:42.598Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2021-02-25T03:24:42.630Z] ok github.com/docker/docker/image/cache 0.017s coverage: 19.2% of statements [2021-02-25T03:24:42.630Z] ok github.com/docker/docker/distribution/xfer 1.748s coverage: 85.1% of statements [2021-02-25T03:24:42.630Z] ? github.com/docker/docker/dockerversion [no test files] [2021-02-25T03:24:42.668Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-02-25T03:24:42.668Z] [2021-02-25T03:24:42.668Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-02-25T03:24:42.668Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-02-25T03:24:42.668Z] HOSTNAME=153312d5d82f [2021-02-25T03:24:42.668Z] DEST=bundles/test-integration [2021-02-25T03:24:42.668Z] PWD=/go/src/github.com/docker/docker [2021-02-25T03:24:42.668Z] DOCKER_ROOTLESS=1 [2021-02-25T03:24:42.668Z] DOCKER_GITCOMMIT=59fc2206d0aa706e3f4af717dec37df091092058 [2021-02-25T03:24:42.668Z] container=docker [2021-02-25T03:24:42.668Z] HOME=/root [2021-02-25T03:24:42.668Z] GOLANG_VERSION=1.13.15 [2021-02-25T03:24:42.668Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-02-25T03:24:42.668Z] VALIDATE_BRANCH=master [2021-02-25T03:24:42.668Z] TERM=xterm [2021-02-25T03:24:42.668Z] DOCKER_PKG=github.com/docker/docker [2021-02-25T03:24:42.668Z] SHLVL=1 [2021-02-25T03:24:42.668Z] TIMEOUT=120m [2021-02-25T03:24:42.668Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-02-25T03:24:42.668Z] DOCKER_GRAPHDRIVER=overlay2 [2021-02-25T03:24:42.668Z] GO111MODULE=off [2021-02-25T03:24:42.668Z] DOCKER_EXPERIMENTAL=1 [2021-02-25T03:24:42.668Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-02-25T03:24:42.668Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-02-25T03:24:42.668Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-02-25T03:24:42.668Z] GOPATH=/go [2021-02-25T03:24:42.668Z] PKG_CONFIG=pkg-config [2021-02-25T03:24:42.668Z] _=/usr/bin/env [2021-02-25T03:24:42.668Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-02-25T03:24:42.894Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-02-25T03:24:42.894Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2021-02-25T03:24:42.894Z] === RUN TestProcessNoDockerignore [2021-02-25T03:24:42.894Z] --- PASS: TestProcessNoDockerignore (0.00s) [2021-02-25T03:24:42.894Z] === RUN TestProcessShouldLeaveAllFiles [2021-02-25T03:24:42.894Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2021-02-25T03:24:42.894Z] === RUN TestDetectContentType [2021-02-25T03:24:42.894Z] --- PASS: TestDetectContentType (0.00s) [2021-02-25T03:24:42.894Z] === RUN TestSelectAcceptableMIME [2021-02-25T03:24:42.894Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-02-25T03:24:42.894Z] === RUN TestInspectEmptyResponse [2021-02-25T03:24:42.894Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-02-25T03:24:42.894Z] === RUN TestInspectResponseBinary [2021-02-25T03:24:42.894Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-02-25T03:24:42.894Z] === RUN TestResponseUnsupportedContentType [2021-02-25T03:24:42.894Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-02-25T03:24:42.894Z] === RUN TestInspectResponseTextSimple [2021-02-25T03:24:42.894Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-02-25T03:24:42.894Z] === RUN TestInspectResponseEmptyContentType [2021-02-25T03:24:42.894Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-02-25T03:24:42.894Z] === RUN TestUnknownContentLength [2021-02-25T03:24:42.894Z] --- PASS: TestUnknownContentLength (0.00s) [2021-02-25T03:24:42.894Z] === RUN TestDownloadRemote [2021-02-25T03:24:42.894Z] --- PASS: TestDownloadRemote (0.08s) [2021-02-25T03:24:42.894Z] === RUN TestGetWithStatusError [2021-02-25T03:24:42.894Z] --- PASS: TestGetWithStatusError (0.01s) [2021-02-25T03:24:42.894Z] === RUN TestCloseRootDirectory [2021-02-25T03:24:42.894Z] --- SKIP: TestCloseRootDirectory (0.00s) [2021-02-25T03:24:42.894Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-25T03:24:42.894Z] === RUN TestHashFile [2021-02-25T03:24:42.894Z] --- SKIP: TestHashFile (0.00s) [2021-02-25T03:24:42.894Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-25T03:24:42.894Z] === RUN TestHashSubdir [2021-02-25T03:24:42.894Z] --- SKIP: TestHashSubdir (0.01s) [2021-02-25T03:24:42.894Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-25T03:24:42.894Z] === RUN TestRemoveDirectory [2021-02-25T03:24:42.894Z] --- SKIP: TestRemoveDirectory (0.00s) [2021-02-25T03:24:42.894Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-25T03:24:42.894Z] PASS [2021-02-25T03:24:42.894Z] coverage: 9.3% of statements [2021-02-25T03:24:42.894Z] ok github.com/docker/docker/builder/remotecontext 0.408s coverage: 9.3% of statements [2021-02-25T03:24:42.895Z] ok github.com/docker/docker/image/tarexport 0.025s coverage: 0.6% of statements [2021-02-25T03:24:43.160Z] ok github.com/docker/docker/image/v1 0.044s coverage: 25.0% of statements [2021-02-25T03:24:43.160Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-02-25T03:24:43.424Z] ok github.com/docker/docker/libcontainerd/queue 0.049s coverage: 100.0% of statements [2021-02-25T03:24:43.872Z] === RUN TestGetAllAllowed [2021-02-25T03:24:43.872Z] --- PASS: TestGetAllAllowed (0.00s) [2021-02-25T03:24:43.872Z] === RUN TestGetAllMeta [2021-02-25T03:24:43.872Z] --- PASS: TestGetAllMeta (0.00s) [2021-02-25T03:24:43.872Z] === RUN TestWarnOnUnusedBuildArgs [2021-02-25T03:24:43.872Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-02-25T03:24:43.872Z] === RUN TestIsUnreferencedBuiltin [2021-02-25T03:24:43.872Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-02-25T03:24:43.872Z] === RUN TestIsExistingDirectory [2021-02-25T03:24:43.872Z] --- PASS: TestIsExistingDirectory (0.00s) [2021-02-25T03:24:43.872Z] === RUN TestGetFilenameForDownload [2021-02-25T03:24:43.872Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-02-25T03:24:43.872Z] === RUN TestEnv2Variables [2021-02-25T03:24:43.872Z] --- PASS: TestEnv2Variables (0.00s) [2021-02-25T03:24:43.872Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-02-25T03:24:43.872Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-02-25T03:24:43.872Z] === RUN TestMaintainer [2021-02-25T03:24:43.872Z] --- PASS: TestMaintainer (0.00s) [2021-02-25T03:24:43.872Z] === RUN TestLabel [2021-02-25T03:24:43.872Z] --- PASS: TestLabel (0.00s) [2021-02-25T03:24:43.872Z] === RUN TestFromScratch [2021-02-25T03:24:43.872Z] --- PASS: TestFromScratch (0.00s) [2021-02-25T03:24:43.872Z] === RUN TestFromWithArg [2021-02-25T03:24:43.872Z] --- PASS: TestFromWithArg (0.00s) [2021-02-25T03:24:43.872Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-02-25T03:24:43.872Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-02-25T03:24:43.872Z] === RUN TestFromWithUndefinedArg [2021-02-25T03:24:43.872Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-02-25T03:24:43.872Z] === RUN TestFromMultiStageWithNamedStage [2021-02-25T03:24:43.872Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-02-25T03:24:43.872Z] === RUN TestOnbuild [2021-02-25T03:24:43.872Z] --- PASS: TestOnbuild (0.00s) [2021-02-25T03:24:43.872Z] === RUN TestWorkdir [2021-02-25T03:24:43.872Z] --- PASS: TestWorkdir (0.00s) [2021-02-25T03:24:43.872Z] === RUN TestCmd [2021-02-25T03:24:43.872Z] --- PASS: TestCmd (0.00s) [2021-02-25T03:24:43.872Z] === RUN TestHealthcheckNone [2021-02-25T03:24:43.872Z] --- PASS: TestHealthcheckNone (0.00s) [2021-02-25T03:24:43.872Z] === RUN TestHealthcheckCmd [2021-02-25T03:24:43.872Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-02-25T03:24:43.872Z] === RUN TestEntrypoint [2021-02-25T03:24:43.872Z] --- PASS: TestEntrypoint (0.00s) [2021-02-25T03:24:43.872Z] === RUN TestExpose [2021-02-25T03:24:43.872Z] --- PASS: TestExpose (0.00s) [2021-02-25T03:24:43.872Z] === RUN TestUser [2021-02-25T03:24:43.872Z] --- PASS: TestUser (0.00s) [2021-02-25T03:24:43.872Z] === RUN TestVolume [2021-02-25T03:24:43.872Z] --- PASS: TestVolume (0.00s) [2021-02-25T03:24:43.872Z] === RUN TestStopSignal [2021-02-25T03:24:43.872Z] --- SKIP: TestStopSignal (0.00s) [2021-02-25T03:24:43.872Z] dispatchers_test.go:376: Windows does not support stopsignal [2021-02-25T03:24:43.872Z] === RUN TestArg [2021-02-25T03:24:43.872Z] --- PASS: TestArg (0.00s) [2021-02-25T03:24:43.872Z] === RUN TestShell [2021-02-25T03:24:43.872Z] --- PASS: TestShell (0.00s) [2021-02-25T03:24:43.872Z] === RUN TestPrependEnvOnCmd [2021-02-25T03:24:43.872Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-02-25T03:24:43.872Z] === RUN TestRunWithBuildArgs [2021-02-25T03:24:43.872Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-02-25T03:24:43.872Z] === RUN TestRunIgnoresHealthcheck [2021-02-25T03:24:43.872Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-02-25T03:24:43.872Z] === RUN TestNormalizeWorkdir [2021-02-25T03:24:43.872Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-02-25T03:24:43.872Z] === RUN TestDispatch [2021-02-25T03:24:43.872Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-02-25T03:24:43.872Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-02-25T03:24:43.872Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-02-25T03:24:43.872Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-02-25T03:24:43.872Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-02-25T03:24:43.872Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-02-25T03:24:43.872Z] === RUN TestDispatch/COPY_url [2021-02-25T03:24:43.872Z] --- PASS: TestDispatch (0.07s) [2021-02-25T03:24:43.872Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2021-02-25T03:24:43.872Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2021-02-25T03:24:43.872Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2021-02-25T03:24:43.872Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2021-02-25T03:24:43.872Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.02s) [2021-02-25T03:24:43.872Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2021-02-25T03:24:43.872Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-02-25T03:24:43.872Z] === RUN TestAddScratchImageAddsToMounts [2021-02-25T03:24:43.872Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-02-25T03:24:43.872Z] === RUN TestAddFromScratchPopulatesPlatform [2021-02-25T03:24:43.872Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-02-25T03:24:43.872Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-02-25T03:24:43.872Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-02-25T03:24:43.872Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-02-25T03:24:43.872Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-02-25T03:24:43.872Z] === RUN TestImageSourceGetAddsToMounts [2021-02-25T03:24:43.872Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-02-25T03:24:43.872Z] === RUN TestEmptyDockerfile [2021-02-25T03:24:43.872Z] --- PASS: TestEmptyDockerfile (0.02s) [2021-02-25T03:24:43.872Z] === RUN TestSymlinkDockerfile [2021-02-25T03:24:43.872Z] --- PASS: TestSymlinkDockerfile (0.02s) [2021-02-25T03:24:43.872Z] === RUN TestDockerfileOutsideTheBuildContext [2021-02-25T03:24:43.872Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2021-02-25T03:24:43.872Z] === RUN TestNonExistingDockerfile [2021-02-25T03:24:43.872Z] --- PASS: TestNonExistingDockerfile (0.00s) [2021-02-25T03:24:43.872Z] === RUN TestCopyRunConfig [2021-02-25T03:24:43.872Z] --- PASS: TestCopyRunConfig (0.00s) [2021-02-25T03:24:43.872Z] === RUN TestDeepCopyRunConfig [2021-02-25T03:24:43.872Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-02-25T03:24:43.872Z] === RUN TestExportImage [2021-02-25T03:24:43.872Z] --- PASS: TestExportImage (0.00s) [2021-02-25T03:24:43.872Z] === RUN TestNormalizeDest [2021-02-25T03:24:43.872Z] --- PASS: TestNormalizeDest (0.00s) [2021-02-25T03:24:43.872Z] PASS [2021-02-25T03:24:43.872Z] coverage: 46.6% of statements [2021-02-25T03:24:43.872Z] ok github.com/docker/docker/builder/dockerfile 0.284s coverage: 46.6% of statements [2021-02-25T03:24:43.872Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-02-25T03:24:44.823Z] ok github.com/docker/docker/pkg/aaparser 0.009s coverage: 52.9% of statements [2021-02-25T03:24:44.823Z] ok github.com/docker/docker/oci 0.041s coverage: 45.2% of statements [2021-02-25T03:24:45.088Z] ok github.com/docker/docker/opts 0.065s coverage: 67.1% of statements [2021-02-25T03:24:45.143Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2021-02-25T03:24:46.040Z] ok github.com/docker/docker/pkg/broadcaster 0.038s coverage: 100.0% of statements [2021-02-25T03:24:46.529Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2021-02-25T03:24:46.618Z] ok github.com/docker/docker/pkg/authorization 0.419s coverage: 68.3% of statements [2021-02-25T03:24:46.618Z] ok github.com/docker/docker/pkg/capabilities 0.009s coverage: 87.5% of statements [2021-02-25T03:24:48.018Z] ok github.com/docker/docker/pkg/directory 0.010s coverage: 80.0% of statements [2021-02-25T03:24:48.282Z] ok github.com/docker/docker/pkg/archive 1.196s coverage: 76.9% of statements [2021-02-25T03:24:48.546Z] ok github.com/docker/docker/pkg/discovery 0.025s coverage: 58.3% of statements [2021-02-25T03:24:48.809Z] ok github.com/docker/docker/pkg/discovery/file 0.012s coverage: 97.6% of statements [2021-02-25T03:24:49.074Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2021-02-25T03:24:49.074Z] Loaded image: buildpack-deps:buster [2021-02-25T03:24:49.074Z] Loaded image: busybox:latest [2021-02-25T03:24:49.074Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2021-02-25T03:24:49.334Z] Loaded image: busybox:glibc [2021-02-25T03:24:49.541Z] #68 exporting layers 82.6s done [2021-02-25T03:24:49.541Z] #68 exporting manifest sha256:2f822f9ae87f42a9a6777ad24a36e42104e5c43c0007263bffadf0257ced0692 done [2021-02-25T03:24:49.541Z] #68 exporting config sha256:8755bf1582e762144b575572a25bd96687a8a22b6aeef912b4609e9b6d172268 done [2021-02-25T03:24:49.541Z] #68 sending tarball [2021-02-25T03:24:49.595Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2021-02-25T03:24:49.759Z] ok github.com/docker/docker/pkg/discovery/memory 0.009s coverage: 92.3% of statements [2021-02-25T03:24:50.022Z] ok github.com/docker/docker/pkg/discovery/nodes 0.009s coverage: 93.8% of statements [2021-02-25T03:24:50.598Z] ok github.com/docker/docker/pkg/dmesg 0.008s coverage: 83.3% of statements [2021-02-25T03:24:51.175Z] ok github.com/docker/docker/pkg/chrootarchive 3.511s coverage: 43.2% of statements [2021-02-25T03:24:51.507Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2021-02-25T03:24:51.751Z] ok github.com/docker/docker/pkg/filenotify 0.609s coverage: 67.0% of statements [2021-02-25T03:24:51.767Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2021-02-25T03:24:51.767Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-02-25T03:24:52.015Z] ok github.com/docker/docker/pkg/fileutils 0.042s coverage: 89.5% of statements [2021-02-25T03:24:52.594Z] ok github.com/docker/docker/pkg/homedir 0.010s coverage: 11.4% of statements [2021-02-25T03:24:52.594Z] ok github.com/docker/docker/pkg/fsutils 0.338s coverage: 85.1% of statements [2021-02-25T03:24:52.736Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-02-25T03:24:52.858Z] ok github.com/docker/docker/pkg/discovery/kv 3.093s coverage: 84.1% of statements [2021-02-25T03:24:53.591Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2021-02-25T03:24:53.809Z] ok github.com/docker/docker/pkg/jsonmessage 0.019s coverage: 91.7% of statements [2021-02-25T03:24:54.076Z] ok github.com/docker/docker/pkg/idtools 0.650s coverage: 69.5% of statements [2021-02-25T03:24:54.076Z] ok github.com/docker/docker/pkg/ioutils 0.588s coverage: 69.3% of statements [2021-02-25T03:24:54.076Z] ok github.com/docker/docker/layer 8.121s coverage: 68.8% of statements [2021-02-25T03:24:54.076Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-02-25T03:24:54.076Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-02-25T03:24:54.076Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-02-25T03:24:54.076Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-02-25T03:24:54.076Z] ? github.com/docker/docker/oci/caps [no test files] [2021-02-25T03:24:54.076Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-02-25T03:24:54.076Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-02-25T03:24:54.076Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-02-25T03:24:54.076Z] ok github.com/docker/docker/pkg/longpath 0.014s coverage: 100.0% of statements [2021-02-25T03:24:54.076Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-02-25T03:24:54.246Z] === RUN TestCheckpointCreateError [2021-02-25T03:24:54.246Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-02-25T03:24:54.246Z] === RUN TestCheckpointCreate [2021-02-25T03:24:54.246Z] --- PASS: TestCheckpointCreate (0.00s) [2021-02-25T03:24:54.246Z] === RUN TestCheckpointDeleteError [2021-02-25T03:24:54.246Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-02-25T03:24:54.246Z] === RUN TestCheckpointDelete [2021-02-25T03:24:54.246Z] --- PASS: TestCheckpointDelete (0.00s) [2021-02-25T03:24:54.246Z] === RUN TestCheckpointListError [2021-02-25T03:24:54.246Z] --- PASS: TestCheckpointListError (0.00s) [2021-02-25T03:24:54.246Z] === RUN TestCheckpointList [2021-02-25T03:24:54.246Z] --- PASS: TestCheckpointList (0.00s) [2021-02-25T03:24:54.246Z] === RUN TestCheckpointListContainerNotFound [2021-02-25T03:24:54.246Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-02-25T03:24:54.246Z] === RUN TestNewClientWithOpsFromEnv [2021-02-25T03:24:54.246Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-02-25T03:24:54.247Z] client_test.go:23: runtime.GOOS == "windows" [2021-02-25T03:24:54.247Z] === RUN TestGetAPIPath [2021-02-25T03:24:54.247Z] --- PASS: TestGetAPIPath (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestParseHostURL [2021-02-25T03:24:54.247Z] --- PASS: TestParseHostURL (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-02-25T03:24:54.247Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestNegotiateAPIVersionEmpty [2021-02-25T03:24:54.247Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestNegotiateAPIVersion [2021-02-25T03:24:54.247Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestNegotiateAPVersionOverride [2021-02-25T03:24:54.247Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestNegotiateAPIVersionAutomatic [2021-02-25T03:24:54.247Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-02-25T03:24:54.247Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-02-25T03:24:54.247Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestClientRedirect [2021-02-25T03:24:54.247Z] --- PASS: TestClientRedirect (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestConfigCreateUnsupported [2021-02-25T03:24:54.247Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestConfigCreateError [2021-02-25T03:24:54.247Z] --- PASS: TestConfigCreateError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestConfigCreate [2021-02-25T03:24:54.247Z] --- PASS: TestConfigCreate (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestConfigInspectNotFound [2021-02-25T03:24:54.247Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestConfigInspectWithEmptyID [2021-02-25T03:24:54.247Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestConfigInspectUnsupported [2021-02-25T03:24:54.247Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestConfigInspectError [2021-02-25T03:24:54.247Z] --- PASS: TestConfigInspectError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestConfigInspectConfigNotFound [2021-02-25T03:24:54.247Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestConfigInspect [2021-02-25T03:24:54.247Z] --- PASS: TestConfigInspect (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestConfigListUnsupported [2021-02-25T03:24:54.247Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestConfigListError [2021-02-25T03:24:54.247Z] --- PASS: TestConfigListError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestConfigList [2021-02-25T03:24:54.247Z] --- PASS: TestConfigList (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestConfigRemoveUnsupported [2021-02-25T03:24:54.247Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestConfigRemoveError [2021-02-25T03:24:54.247Z] --- PASS: TestConfigRemoveError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestConfigRemove [2021-02-25T03:24:54.247Z] --- PASS: TestConfigRemove (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestConfigUpdateUnsupported [2021-02-25T03:24:54.247Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestConfigUpdateError [2021-02-25T03:24:54.247Z] --- PASS: TestConfigUpdateError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestConfigUpdate [2021-02-25T03:24:54.247Z] --- PASS: TestConfigUpdate (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerCommitError [2021-02-25T03:24:54.247Z] --- PASS: TestContainerCommitError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerCommit [2021-02-25T03:24:54.247Z] --- PASS: TestContainerCommit (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerStatPathError [2021-02-25T03:24:54.247Z] --- PASS: TestContainerStatPathError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerStatPathNotFoundError [2021-02-25T03:24:54.247Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerStatPathNoHeaderError [2021-02-25T03:24:54.247Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerStatPath [2021-02-25T03:24:54.247Z] --- PASS: TestContainerStatPath (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestCopyToContainerError [2021-02-25T03:24:54.247Z] --- PASS: TestCopyToContainerError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestCopyToContainerNotFoundError [2021-02-25T03:24:54.247Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestCopyToContainerNotStatusOKError [2021-02-25T03:24:54.247Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestCopyToContainer [2021-02-25T03:24:54.247Z] --- PASS: TestCopyToContainer (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestCopyFromContainerError [2021-02-25T03:24:54.247Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestCopyFromContainerNotFoundError [2021-02-25T03:24:54.247Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestCopyFromContainerNotStatusOKError [2021-02-25T03:24:54.247Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestCopyFromContainerNoHeaderError [2021-02-25T03:24:54.247Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestCopyFromContainer [2021-02-25T03:24:54.247Z] --- PASS: TestCopyFromContainer (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerCreateError [2021-02-25T03:24:54.247Z] --- PASS: TestContainerCreateError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerCreateImageNotFound [2021-02-25T03:24:54.247Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerCreateWithName [2021-02-25T03:24:54.247Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerCreateAutoRemove [2021-02-25T03:24:54.247Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerDiffError [2021-02-25T03:24:54.247Z] --- PASS: TestContainerDiffError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerDiff [2021-02-25T03:24:54.247Z] --- PASS: TestContainerDiff (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerExecCreateError [2021-02-25T03:24:54.247Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerExecCreate [2021-02-25T03:24:54.247Z] --- PASS: TestContainerExecCreate (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerExecStartError [2021-02-25T03:24:54.247Z] --- PASS: TestContainerExecStartError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerExecStart [2021-02-25T03:24:54.247Z] --- PASS: TestContainerExecStart (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerExecInspectError [2021-02-25T03:24:54.247Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerExecInspect [2021-02-25T03:24:54.247Z] --- PASS: TestContainerExecInspect (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerExportError [2021-02-25T03:24:54.247Z] --- PASS: TestContainerExportError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerExport [2021-02-25T03:24:54.247Z] --- PASS: TestContainerExport (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerInspectError [2021-02-25T03:24:54.247Z] --- PASS: TestContainerInspectError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerInspectContainerNotFound [2021-02-25T03:24:54.247Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerInspectWithEmptyID [2021-02-25T03:24:54.247Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerInspect [2021-02-25T03:24:54.247Z] --- PASS: TestContainerInspect (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerInspectNode [2021-02-25T03:24:54.247Z] --- PASS: TestContainerInspectNode (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerKillError [2021-02-25T03:24:54.247Z] --- PASS: TestContainerKillError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerKill [2021-02-25T03:24:54.247Z] --- PASS: TestContainerKill (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerListError [2021-02-25T03:24:54.247Z] --- PASS: TestContainerListError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerList [2021-02-25T03:24:54.247Z] --- PASS: TestContainerList (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerLogsNotFoundError [2021-02-25T03:24:54.247Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerLogsError [2021-02-25T03:24:54.247Z] --- PASS: TestContainerLogsError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerLogs [2021-02-25T03:24:54.247Z] --- PASS: TestContainerLogs (0.17s) [2021-02-25T03:24:54.247Z] === RUN TestContainerPauseError [2021-02-25T03:24:54.247Z] --- PASS: TestContainerPauseError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerPause [2021-02-25T03:24:54.247Z] --- PASS: TestContainerPause (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainersPruneError [2021-02-25T03:24:54.247Z] --- PASS: TestContainersPruneError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainersPrune [2021-02-25T03:24:54.247Z] --- PASS: TestContainersPrune (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerRemoveError [2021-02-25T03:24:54.247Z] --- PASS: TestContainerRemoveError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerRemoveNotFoundError [2021-02-25T03:24:54.247Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerRemove [2021-02-25T03:24:54.247Z] --- PASS: TestContainerRemove (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerRenameError [2021-02-25T03:24:54.247Z] --- PASS: TestContainerRenameError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerRename [2021-02-25T03:24:54.247Z] --- PASS: TestContainerRename (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerResizeError [2021-02-25T03:24:54.247Z] --- PASS: TestContainerResizeError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerExecResizeError [2021-02-25T03:24:54.247Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerResize [2021-02-25T03:24:54.247Z] --- PASS: TestContainerResize (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerExecResize [2021-02-25T03:24:54.247Z] --- PASS: TestContainerExecResize (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerRestartError [2021-02-25T03:24:54.247Z] --- PASS: TestContainerRestartError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerRestart [2021-02-25T03:24:54.247Z] --- PASS: TestContainerRestart (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerStartError [2021-02-25T03:24:54.247Z] --- PASS: TestContainerStartError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerStart [2021-02-25T03:24:54.247Z] --- PASS: TestContainerStart (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerStatsError [2021-02-25T03:24:54.247Z] --- PASS: TestContainerStatsError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerStats [2021-02-25T03:24:54.247Z] --- PASS: TestContainerStats (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerStopError [2021-02-25T03:24:54.247Z] --- PASS: TestContainerStopError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerStop [2021-02-25T03:24:54.247Z] --- PASS: TestContainerStop (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerTopError [2021-02-25T03:24:54.247Z] --- PASS: TestContainerTopError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerTop [2021-02-25T03:24:54.247Z] --- PASS: TestContainerTop (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerUnpauseError [2021-02-25T03:24:54.247Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerUnpause [2021-02-25T03:24:54.247Z] --- PASS: TestContainerUnpause (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerUpdateError [2021-02-25T03:24:54.247Z] --- PASS: TestContainerUpdateError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerUpdate [2021-02-25T03:24:54.247Z] --- PASS: TestContainerUpdate (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerWaitError [2021-02-25T03:24:54.247Z] --- PASS: TestContainerWaitError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestContainerWait [2021-02-25T03:24:54.247Z] --- PASS: TestContainerWait (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestDiskUsageError [2021-02-25T03:24:54.247Z] --- PASS: TestDiskUsageError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestDiskUsage [2021-02-25T03:24:54.247Z] --- PASS: TestDiskUsage (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestDistributionInspectUnsupported [2021-02-25T03:24:54.247Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestDistributionInspectWithEmptyID [2021-02-25T03:24:54.247Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestEventsErrorInOptions [2021-02-25T03:24:54.247Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestEventsErrorFromServer [2021-02-25T03:24:54.247Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestEvents [2021-02-25T03:24:54.247Z] --- PASS: TestEvents (0.01s) [2021-02-25T03:24:54.247Z] === RUN TestTLSCloseWriter [2021-02-25T03:24:54.247Z] === PAUSE TestTLSCloseWriter [2021-02-25T03:24:54.247Z] === RUN TestImageBuildError [2021-02-25T03:24:54.247Z] --- PASS: TestImageBuildError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImageBuild [2021-02-25T03:24:54.247Z] --- PASS: TestImageBuild (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestGetDockerOS [2021-02-25T03:24:54.247Z] --- PASS: TestGetDockerOS (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImageCreateError [2021-02-25T03:24:54.247Z] --- PASS: TestImageCreateError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImageCreate [2021-02-25T03:24:54.247Z] --- PASS: TestImageCreate (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImageHistoryError [2021-02-25T03:24:54.247Z] --- PASS: TestImageHistoryError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImageHistory [2021-02-25T03:24:54.247Z] --- PASS: TestImageHistory (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImageImportError [2021-02-25T03:24:54.247Z] --- PASS: TestImageImportError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImageImport [2021-02-25T03:24:54.247Z] --- PASS: TestImageImport (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImageInspectError [2021-02-25T03:24:54.247Z] --- PASS: TestImageInspectError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImageInspectImageNotFound [2021-02-25T03:24:54.247Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImageInspectWithEmptyID [2021-02-25T03:24:54.247Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImageInspect [2021-02-25T03:24:54.247Z] --- PASS: TestImageInspect (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImageListError [2021-02-25T03:24:54.247Z] --- PASS: TestImageListError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImageList [2021-02-25T03:24:54.247Z] --- PASS: TestImageList (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImageListApiBefore125 [2021-02-25T03:24:54.247Z] --- PASS: TestImageListApiBefore125 (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImageLoadError [2021-02-25T03:24:54.247Z] --- PASS: TestImageLoadError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImageLoad [2021-02-25T03:24:54.247Z] --- PASS: TestImageLoad (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImagesPruneError [2021-02-25T03:24:54.247Z] --- PASS: TestImagesPruneError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImagesPrune [2021-02-25T03:24:54.247Z] --- PASS: TestImagesPrune (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImagePullReferenceParseError [2021-02-25T03:24:54.247Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImagePullAnyError [2021-02-25T03:24:54.247Z] --- PASS: TestImagePullAnyError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImagePullStatusUnauthorizedError [2021-02-25T03:24:54.247Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-02-25T03:24:54.247Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-02-25T03:24:54.247Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-02-25T03:24:54.247Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImagePullWithoutErrors [2021-02-25T03:24:54.247Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImagePushReferenceError [2021-02-25T03:24:54.247Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImagePushAnyError [2021-02-25T03:24:54.247Z] --- PASS: TestImagePushAnyError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImagePushStatusUnauthorizedError [2021-02-25T03:24:54.247Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-02-25T03:24:54.247Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-02-25T03:24:54.247Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-02-25T03:24:54.247Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImagePushWithoutErrors [2021-02-25T03:24:54.247Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-02-25T03:24:54.247Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-02-25T03:24:54.247Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-02-25T03:24:54.247Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-02-25T03:24:54.247Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-02-25T03:24:54.247Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-02-25T03:24:54.247Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-02-25T03:24:54.247Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-02-25T03:24:54.247Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImageRemoveError [2021-02-25T03:24:54.247Z] --- PASS: TestImageRemoveError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImageRemoveImageNotFound [2021-02-25T03:24:54.247Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImageRemove [2021-02-25T03:24:54.247Z] --- PASS: TestImageRemove (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImageSaveError [2021-02-25T03:24:54.247Z] --- PASS: TestImageSaveError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImageSave [2021-02-25T03:24:54.247Z] --- PASS: TestImageSave (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImageSearchAnyError [2021-02-25T03:24:54.247Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImageSearchStatusUnauthorizedError [2021-02-25T03:24:54.247Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-02-25T03:24:54.247Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-02-25T03:24:54.247Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-02-25T03:24:54.247Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImageSearchWithoutErrors [2021-02-25T03:24:54.247Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImageTagError [2021-02-25T03:24:54.247Z] --- PASS: TestImageTagError (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImageTagInvalidReference [2021-02-25T03:24:54.247Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImageTagInvalidSourceImageName [2021-02-25T03:24:54.247Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImageTagHexSource [2021-02-25T03:24:54.247Z] --- PASS: TestImageTagHexSource (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestImageTag [2021-02-25T03:24:54.247Z] --- PASS: TestImageTag (0.00s) [2021-02-25T03:24:54.247Z] === RUN TestInfoServerError [2021-02-25T03:24:54.247Z] --- PASS: TestInfoServerError (0.00s) [2021-02-25T03:24:54.248Z] === RUN TestInfoInvalidResponseJSONError [2021-02-25T03:24:54.248Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-02-25T03:24:54.248Z] === RUN TestInfo [2021-02-25T03:24:54.248Z] --- PASS: TestInfo (0.00s) [2021-02-25T03:24:54.248Z] === RUN TestNetworkConnectError [2021-02-25T03:24:54.248Z] --- PASS: TestNetworkConnectError (0.00s) [2021-02-25T03:24:54.248Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-02-25T03:24:54.248Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-02-25T03:24:54.248Z] === RUN TestNetworkConnect [2021-02-25T03:24:54.248Z] --- PASS: TestNetworkConnect (0.00s) [2021-02-25T03:24:54.248Z] === RUN TestNetworkCreateError [2021-02-25T03:24:54.248Z] --- PASS: TestNetworkCreateError (0.00s) [2021-02-25T03:24:54.248Z] === RUN TestNetworkCreate [2021-02-25T03:24:54.248Z] --- PASS: TestNetworkCreate (0.00s) [2021-02-25T03:24:54.248Z] === RUN TestNetworkDisconnectError [2021-02-25T03:24:54.248Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-02-25T03:24:54.248Z] === RUN TestNetworkDisconnect [2021-02-25T03:24:54.248Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-02-25T03:24:54.248Z] === RUN TestNetworkInspectError [2021-02-25T03:24:54.248Z] --- PASS: TestNetworkInspectError (0.00s) [2021-02-25T03:24:54.248Z] === RUN TestNetworkInspectNotFoundError [2021-02-25T03:24:54.248Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2021-02-25T03:24:54.248Z] === RUN TestNetworkInspectWithEmptyID [2021-02-25T03:24:54.248Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2021-02-25T03:24:54.248Z] === RUN TestNetworkInspect [2021-02-25T03:24:54.248Z] --- PASS: TestNetworkInspect (0.00s) [2021-02-25T03:24:54.248Z] === RUN TestNetworkListError [2021-02-25T03:24:54.248Z] --- PASS: TestNetworkListError (0.00s) [2021-02-25T03:24:54.248Z] === RUN TestNetworkList [2021-02-25T03:24:54.248Z] --- PASS: TestNetworkList (0.00s) [2021-02-25T03:24:54.248Z] === RUN TestNetworksPruneError [2021-02-25T03:24:54.248Z] --- PASS: TestNetworksPruneError (0.00s) [2021-02-25T03:24:54.248Z] === RUN TestNetworksPrune [2021-02-25T03:24:54.248Z] --- PASS: TestNetworksPrune (0.00s) [2021-02-25T03:24:54.248Z] === RUN TestNetworkRemoveError [2021-02-25T03:24:54.248Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-02-25T03:24:54.248Z] === RUN TestNetworkRemove [2021-02-25T03:24:54.248Z] --- PASS: TestNetworkRemove (0.00s) [2021-02-25T03:24:54.248Z] === RUN TestNodeInspectError [2021-02-25T03:24:54.248Z] --- PASS: TestNodeInspectError (0.00s) [2021-02-25T03:24:54.248Z] === RUN TestNodeInspectNodeNotFound [2021-02-25T03:24:54.248Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-02-25T03:24:54.248Z] === RUN TestNodeInspectWithEmptyID [2021-02-25T03:24:54.248Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-02-25T03:24:54.248Z] === RUN TestNodeInspect [2021-02-25T03:24:54.248Z] --- PASS: TestNodeInspect (0.00s) [2021-02-25T03:24:54.248Z] === RUN TestNodeListError [2021-02-25T03:24:54.248Z] --- PASS: TestNodeListError (0.00s) [2021-02-25T03:24:54.248Z] === RUN TestNodeList [2021-02-25T03:24:54.248Z] --- PASS: TestNodeList (0.00s) [2021-02-25T03:24:54.248Z] === RUN TestNodeRemoveError [2021-02-25T03:24:54.248Z] --- PASS: TestNodeRemoveError (0.00s) [2021-02-25T03:24:54.248Z] === RUN TestNodeRemove [2021-02-25T03:24:54.248Z] --- PASS: TestNodeRemove (0.00s) [2021-02-25T03:24:54.248Z] === RUN TestNodeUpdateError [2021-02-25T03:24:54.248Z] --- PASS: TestNodeUpdateError (0.00s) [2021-02-25T03:24:54.248Z] === RUN TestNodeUpdate [2021-02-25T03:24:54.341Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-02-25T03:24:54.606Z] ok github.com/docker/docker/pkg/namesgenerator 0.029s coverage: 85.7% of statements [2021-02-25T03:24:54.606Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-02-25T03:24:54.606Z] ok github.com/docker/docker/pkg/parsers 0.034s coverage: 97.0% of statements [2021-02-25T03:24:54.647Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2021-02-25T03:24:54.647Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-02-25T03:24:54.647Z] Loaded image: debian:bullseye [2021-02-25T03:24:54.712Z] --- PASS: TestNodeUpdate (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestOptionWithTimeout [2021-02-25T03:24:54.712Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestPingFail [2021-02-25T03:24:54.712Z] --- PASS: TestPingFail (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestPingWithError [2021-02-25T03:24:54.712Z] 2021/02/25 03:24:53 RoundTripper returned a response & error; ignoring response [2021-02-25T03:24:54.712Z] 2021/02/25 03:24:53 RoundTripper returned a response & error; ignoring response [2021-02-25T03:24:54.712Z] --- PASS: TestPingWithError (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestPingSuccess [2021-02-25T03:24:54.712Z] --- PASS: TestPingSuccess (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestPingHeadFallback [2021-02-25T03:24:54.712Z] === RUN TestPingHeadFallback/OK [2021-02-25T03:24:54.712Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-02-25T03:24:54.712Z] === RUN TestPingHeadFallback/Not_Found [2021-02-25T03:24:54.712Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-02-25T03:24:54.712Z] --- PASS: TestPingHeadFallback (0.00s) [2021-02-25T03:24:54.712Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-02-25T03:24:54.712Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-02-25T03:24:54.712Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-02-25T03:24:54.712Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestPluginDisableError [2021-02-25T03:24:54.712Z] --- PASS: TestPluginDisableError (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestPluginDisable [2021-02-25T03:24:54.712Z] --- PASS: TestPluginDisable (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestPluginEnableError [2021-02-25T03:24:54.712Z] --- PASS: TestPluginEnableError (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestPluginEnable [2021-02-25T03:24:54.712Z] --- PASS: TestPluginEnable (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestPluginInspectError [2021-02-25T03:24:54.712Z] --- PASS: TestPluginInspectError (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestPluginInspectWithEmptyID [2021-02-25T03:24:54.712Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestPluginInspect [2021-02-25T03:24:54.712Z] --- PASS: TestPluginInspect (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestPluginListError [2021-02-25T03:24:54.712Z] --- PASS: TestPluginListError (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestPluginList [2021-02-25T03:24:54.712Z] --- PASS: TestPluginList (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestPluginPushError [2021-02-25T03:24:54.712Z] --- PASS: TestPluginPushError (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestPluginPush [2021-02-25T03:24:54.712Z] --- PASS: TestPluginPush (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestPluginRemoveError [2021-02-25T03:24:54.712Z] --- PASS: TestPluginRemoveError (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestPluginRemove [2021-02-25T03:24:54.712Z] --- PASS: TestPluginRemove (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestPluginSetError [2021-02-25T03:24:54.712Z] --- PASS: TestPluginSetError (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestPluginSet [2021-02-25T03:24:54.712Z] --- PASS: TestPluginSet (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestSetHostHeader [2021-02-25T03:24:54.712Z] --- PASS: TestSetHostHeader (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestPlainTextError [2021-02-25T03:24:54.712Z] --- PASS: TestPlainTextError (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestInfiniteError [2021-02-25T03:24:54.712Z] --- PASS: TestInfiniteError (0.03s) [2021-02-25T03:24:54.712Z] === RUN TestSecretCreateUnsupported [2021-02-25T03:24:54.712Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestSecretCreateError [2021-02-25T03:24:54.712Z] --- PASS: TestSecretCreateError (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestSecretCreate [2021-02-25T03:24:54.712Z] --- PASS: TestSecretCreate (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestSecretInspectUnsupported [2021-02-25T03:24:54.712Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestSecretInspectError [2021-02-25T03:24:54.712Z] --- PASS: TestSecretInspectError (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestSecretInspectSecretNotFound [2021-02-25T03:24:54.712Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestSecretInspectWithEmptyID [2021-02-25T03:24:54.712Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestSecretInspect [2021-02-25T03:24:54.712Z] --- PASS: TestSecretInspect (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestSecretListUnsupported [2021-02-25T03:24:54.712Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestSecretListError [2021-02-25T03:24:54.712Z] --- PASS: TestSecretListError (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestSecretList [2021-02-25T03:24:54.712Z] --- PASS: TestSecretList (0.01s) [2021-02-25T03:24:54.712Z] === RUN TestSecretRemoveUnsupported [2021-02-25T03:24:54.712Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestSecretRemoveError [2021-02-25T03:24:54.712Z] --- PASS: TestSecretRemoveError (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestSecretRemove [2021-02-25T03:24:54.712Z] --- PASS: TestSecretRemove (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestSecretUpdateUnsupported [2021-02-25T03:24:54.712Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestSecretUpdateError [2021-02-25T03:24:54.712Z] --- PASS: TestSecretUpdateError (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestSecretUpdate [2021-02-25T03:24:54.712Z] --- PASS: TestSecretUpdate (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestServiceCreateError [2021-02-25T03:24:54.712Z] --- PASS: TestServiceCreateError (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestServiceCreate [2021-02-25T03:24:54.712Z] --- PASS: TestServiceCreate (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestServiceCreateCompatiblePlatforms [2021-02-25T03:24:54.712Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestServiceCreateDigestPinning [2021-02-25T03:24:54.712Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestServiceInspectError [2021-02-25T03:24:54.712Z] --- PASS: TestServiceInspectError (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestServiceInspectServiceNotFound [2021-02-25T03:24:54.712Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestServiceInspectWithEmptyID [2021-02-25T03:24:54.712Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestServiceInspect [2021-02-25T03:24:54.712Z] --- PASS: TestServiceInspect (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestServiceListError [2021-02-25T03:24:54.712Z] --- PASS: TestServiceListError (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestServiceList [2021-02-25T03:24:54.712Z] --- PASS: TestServiceList (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestServiceLogsError [2021-02-25T03:24:54.712Z] --- PASS: TestServiceLogsError (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestServiceLogs [2021-02-25T03:24:54.712Z] --- PASS: TestServiceLogs (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestServiceRemoveError [2021-02-25T03:24:54.712Z] --- PASS: TestServiceRemoveError (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestServiceRemoveNotFoundError [2021-02-25T03:24:54.712Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestServiceRemove [2021-02-25T03:24:54.712Z] --- PASS: TestServiceRemove (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestServiceUpdateError [2021-02-25T03:24:54.712Z] --- PASS: TestServiceUpdateError (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestServiceUpdate [2021-02-25T03:24:54.712Z] --- PASS: TestServiceUpdate (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestSwarmGetUnlockKeyError [2021-02-25T03:24:54.712Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestSwarmGetUnlockKey [2021-02-25T03:24:54.712Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestSwarmInitError [2021-02-25T03:24:54.712Z] --- PASS: TestSwarmInitError (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestSwarmInit [2021-02-25T03:24:54.712Z] --- PASS: TestSwarmInit (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestSwarmInspectError [2021-02-25T03:24:54.712Z] --- PASS: TestSwarmInspectError (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestSwarmInspect [2021-02-25T03:24:54.712Z] --- PASS: TestSwarmInspect (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestSwarmJoinError [2021-02-25T03:24:54.712Z] --- PASS: TestSwarmJoinError (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestSwarmJoin [2021-02-25T03:24:54.712Z] --- PASS: TestSwarmJoin (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestSwarmLeaveError [2021-02-25T03:24:54.712Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestSwarmLeave [2021-02-25T03:24:54.712Z] --- PASS: TestSwarmLeave (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestSwarmUnlockError [2021-02-25T03:24:54.712Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestSwarmUnlock [2021-02-25T03:24:54.712Z] --- PASS: TestSwarmUnlock (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestSwarmUpdateError [2021-02-25T03:24:54.712Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestSwarmUpdate [2021-02-25T03:24:54.712Z] --- PASS: TestSwarmUpdate (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestTaskInspectError [2021-02-25T03:24:54.712Z] --- PASS: TestTaskInspectError (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestTaskInspectWithEmptyID [2021-02-25T03:24:54.712Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestTaskInspect [2021-02-25T03:24:54.712Z] --- PASS: TestTaskInspect (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestTaskListError [2021-02-25T03:24:54.712Z] --- PASS: TestTaskListError (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestTaskList [2021-02-25T03:24:54.712Z] --- PASS: TestTaskList (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestVolumeCreateError [2021-02-25T03:24:54.712Z] --- PASS: TestVolumeCreateError (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestVolumeCreate [2021-02-25T03:24:54.712Z] --- PASS: TestVolumeCreate (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestVolumeInspectError [2021-02-25T03:24:54.712Z] --- PASS: TestVolumeInspectError (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestVolumeInspectNotFound [2021-02-25T03:24:54.712Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestVolumeInspectWithEmptyID [2021-02-25T03:24:54.712Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestVolumeInspect [2021-02-25T03:24:54.712Z] --- PASS: TestVolumeInspect (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestVolumeListError [2021-02-25T03:24:54.712Z] --- PASS: TestVolumeListError (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestVolumeList [2021-02-25T03:24:54.712Z] --- PASS: TestVolumeList (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestVolumeRemoveError [2021-02-25T03:24:54.712Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-02-25T03:24:54.712Z] === RUN TestVolumeRemove [2021-02-25T03:24:54.712Z] --- PASS: TestVolumeRemove (0.00s) [2021-02-25T03:24:54.712Z] === CONT TestTLSCloseWriter [2021-02-25T03:24:54.712Z] --- PASS: TestTLSCloseWriter (0.02s) [2021-02-25T03:24:54.712Z] PASS [2021-02-25T03:24:54.712Z] coverage: 74.9% of statements [2021-02-25T03:24:54.712Z] ok github.com/docker/docker/client 0.558s coverage: 74.9% of statements [2021-02-25T03:24:54.872Z] ok github.com/docker/docker/pkg/parsers/kernel 0.018s coverage: 60.0% of statements [2021-02-25T03:24:54.909Z] Loaded image: hello-world:latest [2021-02-25T03:24:54.909Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-02-25T03:24:55.135Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.072s coverage: 86.7% of statements [2021-02-25T03:24:55.171Z] Loaded image: arm32v7/hello-world:latest [2021-02-25T03:24:55.314Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-02-25T03:24:55.314Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-02-25T03:24:55.400Z] ok github.com/docker/docker/pkg/pidfile 0.021s coverage: 82.4% of statements [2021-02-25T03:24:55.400Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-02-25T03:24:55.400Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-02-25T03:24:55.980Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.059s coverage: 56.8% of statements [2021-02-25T03:24:56.113Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2021-02-25T03:24:56.114Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2021-02-25T03:24:56.561Z] ok github.com/docker/docker/pkg/pools 0.016s coverage: 88.2% of statements [2021-02-25T03:24:56.561Z] ok github.com/docker/docker/pkg/plugins/transport 0.020s coverage: 85.7% of statements [2021-02-25T03:24:56.561Z] ok github.com/docker/docker/pkg/progress 0.009s coverage: 75.9% of statements [2021-02-25T03:24:57.138Z] ok github.com/docker/docker/pkg/reexec 0.019s coverage: 82.4% of statements [2021-02-25T03:24:57.715Z] ok github.com/docker/docker/pkg/stdcopy 0.011s coverage: 100.0% of statements [2021-02-25T03:24:57.979Z] ok github.com/docker/docker/pkg/pubsub 1.076s coverage: 75.0% of statements [2021-02-25T03:24:58.243Z] ok github.com/docker/docker/pkg/streamformatter 0.010s coverage: 66.2% of statements [2021-02-25T03:24:58.506Z] ok github.com/docker/docker/pkg/stringid 0.008s coverage: 70.6% of statements [2021-02-25T03:24:58.657Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-02-25T03:24:58.657Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2021-02-25T03:24:59.458Z] ok github.com/docker/docker/pkg/sysinfo 0.015s coverage: 54.2% of statements [2021-02-25T03:24:59.458Z] ok github.com/docker/docker/pkg/system 0.057s coverage: 36.9% of statements [2021-02-25T03:25:00.040Z] ok github.com/docker/docker/pkg/tailfile 0.101s coverage: 88.6% of statements [2021-02-25T03:25:00.040Z] ok github.com/docker/docker/pkg/signal 2.799s coverage: 61.0% of statements [2021-02-25T03:25:00.041Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2021-02-25T03:25:00.301Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2021-02-25T03:25:00.618Z] testing: warning: no tests to run [2021-02-25T03:25:00.618Z] coverage: [no statements] [2021-02-25T03:25:00.618Z] ok github.com/docker/docker/pkg/term/windows 0.009s coverage: [no statements] [no tests to run] [2021-02-25T03:25:00.618Z] ok github.com/docker/docker/pkg/tarsum 0.130s coverage: 89.3% of statements [2021-02-25T03:25:00.882Z] ok github.com/docker/docker/pkg/truncindex 0.109s coverage: 91.5% of statements [2021-02-25T03:25:00.882Z] ok github.com/docker/docker/pkg/urlutil 0.010s coverage: 100.0% of statements [2021-02-25T03:25:00.882Z] ok github.com/docker/docker/pkg/useragent 0.008s coverage: 88.9% of statements [2021-02-25T03:25:01.242Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-02-25T03:25:02.281Z] ok github.com/docker/docker/plugin/v2 0.012s coverage: 14.5% of statements [2021-02-25T03:25:02.546Z] ok github.com/docker/docker/profiles/seccomp 0.019s coverage: 85.4% of statements [2021-02-25T03:25:02.627Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-02-25T03:25:03.499Z] ok github.com/docker/docker/reference 0.016s coverage: 84.4% of statements [2021-02-25T03:25:03.568Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (44.73s) [2021-02-25T03:25:03.568Z] PASS [2021-02-25T03:25:03.568Z] [2021-02-25T03:25:03.568Z] === Skipped [2021-02-25T03:25:03.568Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-02-25T03:25:03.568Z] build_session_test.go:25: TODO: BuildKit [2021-02-25T03:25:03.568Z] [2021-02-25T03:25:03.568Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-02-25T03:25:03.568Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-02-25T03:25:03.568Z] [2021-02-25T03:25:03.568Z] [2021-02-25T03:25:03.568Z] DONE 34 tests, 2 skipped in 242.746s [2021-02-25T03:25:03.568Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-02-25T03:25:03.568Z] ++ 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-02-25T03:25:03.568Z] ++ set -e [2021-02-25T03:25:03.568Z] ++ '[' -n 0 ']' [2021-02-25T03:25:03.568Z] ++ set -x [2021-02-25T03:25:03.568Z] ++ env -i DEST=/go/src/github.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-02-25T03:25:03.568Z] INFO: Testing against a local daemon [2021-02-25T03:25:03.568Z] === RUN TestConfigInspect [2021-02-25T03:25:03.763Z] ok github.com/docker/docker/plugin 0.566s coverage: 23.2% of statements [2021-02-25T03:25:03.829Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2021-02-25T03:25:05.067Z] #68 ... [2021-02-25T03:25:05.067Z] [2021-02-25T03:25:05.067Z] #69 importing to docker [2021-02-25T03:25:05.067Z] #69 sha256:4856fc6e274ea1669893b4be27057acb89db1946da999455a5460a0e73acdb1a [2021-02-25T03:25:05.163Z] ok github.com/docker/docker/registry/resumable 0.035s coverage: 100.0% of statements [2021-02-25T03:25:05.163Z] ok github.com/docker/docker/quota 0.622s coverage: 71.4% of statements [2021-02-25T03:25:05.428Z] ok github.com/docker/docker/registry 0.182s coverage: 57.2% of statements [2021-02-25T03:25:05.693Z] ok github.com/docker/docker/restartmanager 0.024s coverage: 45.3% of statements [2021-02-25T03:25:05.957Z] ok github.com/docker/docker/testutil 0.009s coverage: 62.5% of statements [2021-02-25T03:25:06.370Z] --- PASS: TestConfigInspect (2.78s) [2021-02-25T03:25:06.370Z] === RUN TestConfigList [2021-02-25T03:25:06.535Z] ok github.com/docker/docker/runconfig 0.033s coverage: 66.1% of statements [2021-02-25T03:25:07.753Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2021-02-25T03:25:08.013Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2021-02-25T03:25:08.274Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-02-25T03:25:08.465Z] ok github.com/docker/docker/volume/drivers 0.023s coverage: 36.1% of statements [2021-02-25T03:25:08.535Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2021-02-25T03:25:09.105Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2021-02-25T03:25:09.269Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-02-25T03:25:09.365Z] --- PASS: TestConfigList (2.89s) [2021-02-25T03:25:09.365Z] === RUN TestConfigsCreateAndDelete [2021-02-25T03:25:09.416Z] ok github.com/docker/docker/volume/mounts 0.046s coverage: 67.0% of statements [2021-02-25T03:25:09.626Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2021-02-25T03:25:09.679Z] ok github.com/docker/docker/volume/local 0.241s coverage: 76.4% of statements [2021-02-25T03:25:10.212Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-02-25T03:25:10.627Z] ok github.com/docker/docker/volume/service 0.028s coverage: 73.1% of statements [2021-02-25T03:25:11.179Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-02-25T03:25:11.179Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-02-25T03:25:11.673Z] tests/integration/api_volume_test.py ......... [ 74%] [2021-02-25T03:25:11.673Z] tests/integration/client_test.py ..... [ 75%] [2021-02-25T03:25:11.673Z] tests/integration/context_api_test.py ... [ 76%] [2021-02-25T03:25:11.673Z] tests/integration/errors_test.py . [ 76%] [2021-02-25T03:25:12.167Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-02-25T03:25:12.428Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-02-25T03:25:12.428Z] --- PASS: TestConfigsCreateAndDelete (3.21s) [2021-02-25T03:25:12.428Z] === RUN TestConfigsUpdate [2021-02-25T03:25:12.428Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2021-02-25T03:25:12.486Z] --- PASS: TestCheckoutGit (30.00s) [2021-02-25T03:25:12.487Z] === RUN TestValidGitTransport [2021-02-25T03:25:12.487Z] --- PASS: TestValidGitTransport (0.00s) [2021-02-25T03:25:12.487Z] === RUN TestGitInvalidRef [2021-02-25T03:25:12.487Z] --- PASS: TestGitInvalidRef (0.21s) [2021-02-25T03:25:12.487Z] PASS [2021-02-25T03:25:12.487Z] coverage: 86.3% of statements [2021-02-25T03:25:12.487Z] ok github.com/docker/docker/builder/remotecontext/git 30.414s coverage: 86.3% of statements [2021-02-25T03:25:12.487Z] ? github.com/docker/docker/cli [no test files] [2021-02-25T03:25:12.487Z] ? github.com/docker/docker/cli/config [no test files] [2021-02-25T03:25:13.376Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-02-25T03:25:14.341Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-02-25T03:25:15.284Z] --- PASS: TestConfigsUpdate (2.78s) [2021-02-25T03:25:15.284Z] === RUN TestTemplatedConfig [2021-02-25T03:25:17.829Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2021-02-25T03:25:17.829Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-02-25T03:25:18.328Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-02-25T03:25:18.328Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-02-25T03:25:18.328Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-02-25T03:25:18.328Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-02-25T03:25:18.328Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-02-25T03:25:18.328Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2021-02-25T03:25:18.328Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-02-25T03:25:18.328Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2021-02-25T03:25:18.328Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-02-25T03:25:18.328Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-02-25T03:25:18.328Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-02-25T03:25:18.328Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-02-25T03:25:18.328Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-02-25T03:25:18.328Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2021-02-25T03:25:18.328Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-02-25T03:25:18.328Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-02-25T03:25:18.328Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-02-25T03:25:18.328Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-02-25T03:25:18.328Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-02-25T03:25:18.328Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-02-25T03:25:18.328Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-02-25T03:25:18.328Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-02-25T03:25:18.328Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-02-25T03:25:18.328Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2021-02-25T03:25:18.328Z] === RUN TestConfigureDaemonLogs [2021-02-25T03:25:18.328Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-02-25T03:25:18.328Z] === RUN TestCommonOptionsInstallFlags [2021-02-25T03:25:18.328Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-02-25T03:25:18.328Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-02-25T03:25:18.328Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-02-25T03:25:18.328Z] PASS [2021-02-25T03:25:18.328Z] coverage: 18.4% of statements [2021-02-25T03:25:18.328Z] ok github.com/docker/docker/cmd/dockerd 0.289s coverage: 18.4% of statements [2021-02-25T03:25:18.772Z] --- PASS: TestTemplatedConfig (3.32s) [2021-02-25T03:25:18.772Z] === RUN TestConfigCreateResolve [2021-02-25T03:25:19.032Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-02-25T03:25:19.880Z] === RUN TestContainerStopSignal [2021-02-25T03:25:19.880Z] --- PASS: TestContainerStopSignal (0.00s) [2021-02-25T03:25:19.880Z] === RUN TestContainerStopTimeout [2021-02-25T03:25:19.880Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-02-25T03:25:19.880Z] === RUN TestContainerSecretReferenceDestTarget [2021-02-25T03:25:19.880Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-02-25T03:25:19.880Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-02-25T03:25:19.880Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.01s) [2021-02-25T03:25:19.880Z] === RUN TestContainerLogPathSetForRingLogger [2021-02-25T03:25:19.880Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2021-02-25T03:25:19.880Z] === RUN TestReplaceAndAppendEnvVars [2021-02-25T03:25:19.880Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-02-25T03:25:19.880Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-02-25T03:25:19.880Z] === RUN TestNewMemoryStore [2021-02-25T03:25:19.880Z] --- PASS: TestNewMemoryStore (0.00s) [2021-02-25T03:25:19.880Z] === RUN TestAddContainers [2021-02-25T03:25:19.880Z] --- PASS: TestAddContainers (0.00s) [2021-02-25T03:25:19.880Z] === RUN TestGetContainer [2021-02-25T03:25:19.880Z] --- PASS: TestGetContainer (0.00s) [2021-02-25T03:25:19.880Z] === RUN TestDeleteContainer [2021-02-25T03:25:19.880Z] --- PASS: TestDeleteContainer (0.00s) [2021-02-25T03:25:19.880Z] === RUN TestListContainers [2021-02-25T03:25:19.880Z] --- PASS: TestListContainers (0.00s) [2021-02-25T03:25:19.880Z] === RUN TestFirstContainer [2021-02-25T03:25:19.880Z] --- PASS: TestFirstContainer (0.00s) [2021-02-25T03:25:19.880Z] === RUN TestApplyAllContainer [2021-02-25T03:25:19.880Z] --- PASS: TestApplyAllContainer (0.00s) [2021-02-25T03:25:19.880Z] === RUN TestIsValidHealthString [2021-02-25T03:25:19.880Z] --- PASS: TestIsValidHealthString (0.00s) [2021-02-25T03:25:19.880Z] === RUN TestStateRunStop [2021-02-25T03:25:19.880Z] --- PASS: TestStateRunStop (0.00s) [2021-02-25T03:25:19.880Z] === RUN TestStateTimeoutWait [2021-02-25T03:25:19.880Z] --- PASS: TestStateTimeoutWait (0.10s) [2021-02-25T03:25:19.880Z] state_test.go:141: Stop callback fired [2021-02-25T03:25:19.880Z] state_test.go:165: Stop callback fired [2021-02-25T03:25:19.880Z] === RUN TestIsValidStateString [2021-02-25T03:25:19.880Z] --- PASS: TestIsValidStateString (0.00s) [2021-02-25T03:25:19.880Z] === RUN TestViewSaveDelete [2021-02-25T03:25:19.880Z] --- PASS: TestViewSaveDelete (0.01s) [2021-02-25T03:25:19.880Z] === RUN TestViewAll [2021-02-25T03:25:19.880Z] --- PASS: TestViewAll (0.01s) [2021-02-25T03:25:19.880Z] === RUN TestViewGet [2021-02-25T03:25:19.880Z] --- PASS: TestViewGet (0.01s) [2021-02-25T03:25:19.880Z] === RUN TestNames [2021-02-25T03:25:19.880Z] --- PASS: TestNames (0.00s) [2021-02-25T03:25:19.880Z] === RUN TestViewWithHealthCheck [2021-02-25T03:25:19.880Z] --- PASS: TestViewWithHealthCheck (0.01s) [2021-02-25T03:25:19.880Z] PASS [2021-02-25T03:25:19.880Z] coverage: 41.6% of statements [2021-02-25T03:25:19.880Z] ok github.com/docker/docker/container 0.355s coverage: 41.6% of statements [2021-02-25T03:25:19.880Z] ? github.com/docker/docker/container/stream [no test files] [2021-02-25T03:25:19.880Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-02-25T03:25:19.880Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-02-25T03:25:19.880Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-02-25T03:25:19.974Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-02-25T03:25:19.974Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2021-02-25T03:25:19.974Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2021-02-25T03:25:21.906Z] --- PASS: TestConfigCreateResolve (3.31s) [2021-02-25T03:25:21.906Z] === RUN TestConfigDaemonLibtrustID [2021-02-25T03:25:22.085Z] === RUN TestPrepare [2021-02-25T03:25:22.085Z] --- PASS: TestPrepare (0.00s) [2021-02-25T03:25:22.085Z] === RUN TestStart [2021-02-25T03:25:22.085Z] --- PASS: TestStart (0.00s) [2021-02-25T03:25:22.085Z] === RUN TestWaitCancel [2021-02-25T03:25:22.085Z] --- PASS: TestWaitCancel (0.00s) [2021-02-25T03:25:22.085Z] === RUN TestWaitDisabled [2021-02-25T03:25:22.085Z] --- PASS: TestWaitDisabled (0.00s) [2021-02-25T03:25:22.085Z] === RUN TestWaitEnabled [2021-02-25T03:25:22.085Z] --- PASS: TestWaitEnabled (0.00s) [2021-02-25T03:25:22.085Z] === RUN TestRemove [2021-02-25T03:25:22.085Z] --- PASS: TestRemove (0.00s) [2021-02-25T03:25:22.085Z] PASS [2021-02-25T03:25:22.085Z] coverage: 65.3% of statements [2021-02-25T03:25:22.085Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.292s coverage: 65.3% of statements [2021-02-25T03:25:22.172Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2021-02-25T03:25:22.444Z] --- PASS: TestConfigDaemonLibtrustID (0.60s) [2021-02-25T03:25:22.444Z] PASS [2021-02-25T03:25:22.444Z] [2021-02-25T03:25:22.444Z] DONE 7 tests in 19.026s [2021-02-25T03:25:22.444Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-02-25T03:25:22.444Z] ++ 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-02-25T03:25:22.444Z] ++ set -e [2021-02-25T03:25:22.444Z] ++ '[' -n 0 ']' [2021-02-25T03:25:22.444Z] ++ set -x [2021-02-25T03:25:22.444Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-02-25T03:25:22.704Z] INFO: Testing against a local daemon [2021-02-25T03:25:22.704Z] === RUN TestCheckpoint [2021-02-25T03:25:22.704Z] --- SKIP: TestCheckpoint (0.00s) [2021-02-25T03:25:22.704Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-25T03:25:22.704Z] === RUN TestContainerInvalidJSON [2021-02-25T03:25:22.704Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-02-25T03:25:22.704Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-02-25T03:25:22.704Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-02-25T03:25:22.704Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-02-25T03:25:22.704Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-02-25T03:25:22.704Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-02-25T03:25:22.704Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-02-25T03:25:22.704Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-02-25T03:25:22.704Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-02-25T03:25:22.704Z] --- PASS: TestContainerInvalidJSON (0.02s) [2021-02-25T03:25:22.704Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2021-02-25T03:25:22.704Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2021-02-25T03:25:22.704Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-02-25T03:25:22.704Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-02-25T03:25:22.964Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2021-02-25T03:25:22.964Z] === RUN TestCopyFromContainerPathIsNotDir [2021-02-25T03:25:22.964Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s) [2021-02-25T03:25:22.964Z] === RUN TestCopyToContainerPathDoesNotExist [2021-02-25T03:25:22.964Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2021-02-25T03:25:22.964Z] === RUN TestCopyToContainerPathIsNotDir [2021-02-25T03:25:23.224Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2021-02-25T03:25:23.224Z] === RUN TestCopyFromContainer [2021-02-25T03:25:23.224Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-02-25T03:25:23.328Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-02-25T03:25:23.754Z] #69 DONE 16.5s [2021-02-25T03:25:23.754Z] [2021-02-25T03:25:23.754Z] #68 exporting to oci image format [2021-02-25T03:25:23.754Z] #68 sha256:69a2560eef4d3ece902c3b5149d142e9bd132f25db0bc9e35b94201534c415d2 [2021-02-25T03:25:23.754Z] #68 sending tarball 31.8s done [2021-02-25T03:25:23.754Z] #68 DONE 114.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-02-25T03:25:24.251Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-42056/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr8 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=59fc2206d0aa706e3f4af717dec37df091092058 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:59fc2206d0aa706e3f4af717dec37df091092058 hack/test/unit [2021-02-25T03:25:24.285Z] === RUN TestNewListSecretsFilters [2021-02-25T03:25:24.285Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-02-25T03:25:24.285Z] === RUN TestNewListConfigsFilters [2021-02-25T03:25:24.285Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-02-25T03:25:24.285Z] PASS [2021-02-25T03:25:24.285Z] coverage: 0.5% of statements [2021-02-25T03:25:24.285Z] ok github.com/docker/docker/daemon/cluster 0.383s coverage: 0.5% of statements [2021-02-25T03:25:24.610Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2021-02-25T03:25:24.695Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-02-25T03:25:24.749Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-02-25T03:25:24.749Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.15s) [2021-02-25T03:25:24.749Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-02-25T03:25:24.749Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-02-25T03:25:24.749Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-02-25T03:25:24.749Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-02-25T03:25:24.749Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-02-25T03:25:24.749Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-02-25T03:25:24.749Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-02-25T03:25:24.749Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-02-25T03:25:24.749Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-02-25T03:25:24.749Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-02-25T03:25:24.749Z] === RUN TestServiceConvertToGRPCIsolation [2021-02-25T03:25:24.749Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-02-25T03:25:24.749Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-02-25T03:25:24.749Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-02-25T03:25:24.749Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-02-25T03:25:24.749Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-02-25T03:25:24.749Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-02-25T03:25:24.749Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-02-25T03:25:24.749Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-02-25T03:25:24.749Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-02-25T03:25:24.749Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-02-25T03:25:24.749Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-02-25T03:25:24.749Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-02-25T03:25:24.749Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-02-25T03:25:24.749Z] === RUN TestServiceConvertFromGRPCIsolation [2021-02-25T03:25:24.749Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-02-25T03:25:24.749Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-02-25T03:25:24.749Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-02-25T03:25:24.749Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-02-25T03:25:24.749Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-02-25T03:25:24.749Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-02-25T03:25:24.749Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-02-25T03:25:24.749Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-02-25T03:25:24.749Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-02-25T03:25:24.749Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-02-25T03:25:24.749Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-02-25T03:25:24.749Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-02-25T03:25:24.749Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-02-25T03:25:24.749Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-02-25T03:25:24.749Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-02-25T03:25:24.749Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-02-25T03:25:24.749Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-02-25T03:25:24.749Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-02-25T03:25:24.749Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-02-25T03:25:24.749Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-02-25T03:25:24.749Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-02-25T03:25:24.749Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-02-25T03:25:24.749Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-02-25T03:25:24.749Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-02-25T03:25:24.749Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-02-25T03:25:24.749Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-02-25T03:25:24.749Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-02-25T03:25:24.749Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-02-25T03:25:24.749Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-02-25T03:25:24.749Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-02-25T03:25:24.749Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-02-25T03:25:24.749Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-02-25T03:25:24.749Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-02-25T03:25:24.749Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-02-25T03:25:24.749Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-02-25T03:25:24.749Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-02-25T03:25:24.749Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-02-25T03:25:24.749Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-02-25T03:25:24.749Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-02-25T03:25:24.749Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-02-25T03:25:24.749Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-02-25T03:25:24.749Z] === RUN TestServiceConvertFromGRPCConfigs [2021-02-25T03:25:24.749Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-02-25T03:25:24.749Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-02-25T03:25:24.749Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-02-25T03:25:24.749Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-02-25T03:25:24.749Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-02-25T03:25:24.749Z] === RUN TestServiceConvertToGRPCConfigs [2021-02-25T03:25:24.749Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-02-25T03:25:24.749Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-02-25T03:25:24.749Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-02-25T03:25:24.749Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-02-25T03:25:24.749Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-02-25T03:25:24.749Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-02-25T03:25:24.749Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-02-25T03:25:24.749Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-02-25T03:25:24.749Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-02-25T03:25:24.749Z] PASS [2021-02-25T03:25:24.749Z] coverage: 35.9% of statements [2021-02-25T03:25:24.749Z] ok github.com/docker/docker/daemon/cluster/convert 0.458s coverage: 35.9% of statements [2021-02-25T03:25:24.870Z] === RUN TestCopyFromContainer// [2021-02-25T03:25:24.870Z] === RUN TestCopyFromContainer//bar/root [2021-02-25T03:25:24.870Z] === RUN TestCopyFromContainer//bar/root/ [2021-02-25T03:25:25.130Z] === RUN TestCopyFromContainer/bar/quux [2021-02-25T03:25:25.130Z] === RUN TestCopyFromContainer/bar/quux/ [2021-02-25T03:25:25.130Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-02-25T03:25:25.391Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-02-25T03:25:25.391Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-02-25T03:25:25.651Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-02-25T03:25:25.651Z] === RUN TestCopyFromContainer/bar/notarget [2021-02-25T03:25:25.651Z] --- PASS: TestCopyFromContainer (2.66s) [2021-02-25T03:25:25.651Z] --- PASS: TestCopyFromContainer// (0.08s) [2021-02-25T03:25:25.651Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2021-02-25T03:25:25.651Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2021-02-25T03:25:25.651Z] --- PASS: TestCopyFromContainer/bar/quux (0.13s) [2021-02-25T03:25:25.651Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.09s) [2021-02-25T03:25:25.651Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s) [2021-02-25T03:25:25.651Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2021-02-25T03:25:25.651Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s) [2021-02-25T03:25:25.651Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s) [2021-02-25T03:25:25.651Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) [2021-02-25T03:25:25.651Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-02-25T03:25:25.651Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-25T03:25:25.651Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-25T03:25:25.652Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-25T03:25:25.652Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-25T03:25:25.652Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-25T03:25:25.652Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-25T03:25:25.652Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-25T03:25:25.652Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-25T03:25:25.652Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-25T03:25:25.912Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-02-25T03:25:25.912Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-02-25T03:25:25.912Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2021-02-25T03:25:25.912Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-02-25T03:25:25.912Z] === RUN TestCreateLinkToNonExistingContainer [2021-02-25T03:25:25.912Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2021-02-25T03:25:25.912Z] === RUN TestCreateWithInvalidEnv [2021-02-25T03:25:25.912Z] === RUN TestCreateWithInvalidEnv/0 [2021-02-25T03:25:25.912Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-02-25T03:25:25.912Z] === RUN TestCreateWithInvalidEnv/1 [2021-02-25T03:25:25.912Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-02-25T03:25:25.912Z] === RUN TestCreateWithInvalidEnv/2 [2021-02-25T03:25:25.912Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-02-25T03:25:25.912Z] === CONT TestCreateWithInvalidEnv/0 [2021-02-25T03:25:25.912Z] === CONT TestCreateWithInvalidEnv/2 [2021-02-25T03:25:25.912Z] === CONT TestCreateWithInvalidEnv/1 [2021-02-25T03:25:25.912Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-02-25T03:25:25.912Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-02-25T03:25:25.912Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-02-25T03:25:25.912Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2021-02-25T03:25:25.912Z] === RUN TestCreateTmpfsMountsTarget [2021-02-25T03:25:25.912Z] --- PASS: TestCreateTmpfsMountsTarget (0.05s) [2021-02-25T03:25:25.912Z] === RUN TestCreateWithCustomMaskedPaths [2021-02-25T03:25:25.913Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2021-02-25T03:25:26.065Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-02-25T03:25:26.483Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-02-25T03:25:26.577Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-02-25T03:25:26.996Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-02-25T03:25:27.253Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-02-25T03:25:27.826Z] ? github.com/docker/docker/api [no test files] [2021-02-25T03:25:27.870Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2021-02-25T03:25:27.871Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-02-25T03:25:27.871Z] --- PASS: TestCreateWithCustomMaskedPaths (2.04s) [2021-02-25T03:25:27.871Z] === RUN TestCreateWithCustomReadonlyPaths [2021-02-25T03:25:29.146Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-02-25T03:25:29.255Z] === RUN TestDockerSuite/TestBuildAddScript [2021-02-25T03:25:30.096Z] tests/integration/models_containers_test.py ............................ [ 83%] [2021-02-25T03:25:30.199Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.28s) [2021-02-25T03:25:30.199Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-02-25T03:25:30.199Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-25T03:25:30.199Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-25T03:25:30.199Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-25T03:25:30.199Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-25T03:25:30.199Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-25T03:25:30.199Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-25T03:25:30.199Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-25T03:25:30.199Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-25T03:25:30.199Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-25T03:25:30.199Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-25T03:25:30.199Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-25T03:25:30.199Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-25T03:25:30.199Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-25T03:25:30.199Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-25T03:25:30.199Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-25T03:25:30.199Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-02-25T03:25:30.199Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2021-02-25T03:25:30.199Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2021-02-25T03:25:30.199Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2021-02-25T03:25:30.199Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s) [2021-02-25T03:25:30.199Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-02-25T03:25:30.199Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-02-25T03:25:30.584Z] === RUN TestDiscoveryOptsErrors [2021-02-25T03:25:30.584Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-02-25T03:25:30.584Z] === RUN TestDiscoveryOpts [2021-02-25T03:25:30.584Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-02-25T03:25:30.584Z] PASS [2021-02-25T03:25:30.584Z] coverage: 30.0% of statements [2021-02-25T03:25:30.584Z] ok github.com/docker/docker/daemon/discovery 0.078s coverage: 30.0% of statements [2021-02-25T03:25:30.584Z] === RUN TestBuilderGC [2021-02-25T03:25:30.584Z] --- PASS: TestBuilderGC (0.00s) [2021-02-25T03:25:30.584Z] === RUN TestDaemonConfigurationNotFound [2021-02-25T03:25:30.584Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-02-25T03:25:30.584Z] === RUN TestDaemonBrokenConfiguration [2021-02-25T03:25:30.584Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-02-25T03:25:30.584Z] === RUN TestParseClusterAdvertiseSettings [2021-02-25T03:25:30.584Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-02-25T03:25:30.584Z] === RUN TestFindConfigurationConflicts [2021-02-25T03:25:30.584Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-02-25T03:25:30.584Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-02-25T03:25:30.584Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-02-25T03:25:30.584Z] === RUN TestDaemonConfigurationMergeConflicts [2021-02-25T03:25:30.584Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-02-25T03:25:30.584Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-02-25T03:25:30.584Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-02-25T03:25:30.584Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-02-25T03:25:30.584Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-02-25T03:25:30.584Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-02-25T03:25:30.584Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-02-25T03:25:30.584Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-02-25T03:25:30.584Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-02-25T03:25:30.584Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-02-25T03:25:30.584Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-02-25T03:25:30.584Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2021-02-25T03:25:30.584Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-02-25T03:25:30.584Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-02-25T03:25:30.584Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-02-25T03:25:30.584Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-02-25T03:25:31.049Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-02-25T03:25:31.049Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-02-25T03:25:31.049Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-02-25T03:25:31.049Z] === RUN TestValidateConfigurationErrors [2021-02-25T03:25:31.049Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-02-25T03:25:31.049Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-02-25T03:25:31.049Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-02-25T03:25:31.049Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-02-25T03:25:31.049Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-02-25T03:25:31.049Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-02-25T03:25:31.049Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-02-25T03:25:31.049Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-02-25T03:25:31.049Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-02-25T03:25:31.049Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-02-25T03:25:31.049Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-02-25T03:25:31.049Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-02-25T03:25:31.049Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-02-25T03:25:31.049Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-02-25T03:25:31.049Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-02-25T03:25:31.049Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-02-25T03:25:31.049Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-02-25T03:25:31.049Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-02-25T03:25:31.049Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-02-25T03:25:31.049Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-02-25T03:25:31.049Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-02-25T03:25:31.049Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-02-25T03:25:31.049Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-02-25T03:25:31.049Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-02-25T03:25:31.049Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-02-25T03:25:31.049Z] === RUN TestValidateConfiguration [2021-02-25T03:25:31.049Z] === RUN TestValidateConfiguration/with_label [2021-02-25T03:25:31.049Z] === RUN TestValidateConfiguration/with_dns [2021-02-25T03:25:31.049Z] === RUN TestValidateConfiguration/with_dns-search [2021-02-25T03:25:31.049Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-02-25T03:25:31.049Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-02-25T03:25:31.049Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-02-25T03:25:31.049Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-02-25T03:25:31.049Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-02-25T03:25:31.049Z] --- PASS: TestValidateConfiguration (0.00s) [2021-02-25T03:25:31.049Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-02-25T03:25:31.049Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-02-25T03:25:31.049Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-02-25T03:25:31.049Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-02-25T03:25:31.049Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-02-25T03:25:31.049Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-02-25T03:25:31.049Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-02-25T03:25:31.049Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-02-25T03:25:31.049Z] === RUN TestModifiedDiscoverySettings [2021-02-25T03:25:31.049Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-02-25T03:25:31.049Z] === RUN TestReloadSetConfigFileNotExist [2021-02-25T03:25:31.049Z] time="2021-02-25T03:25:30Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-02-25T03:25:31.049Z] --- PASS: TestReloadSetConfigFileNotExist (0.14s) [2021-02-25T03:25:31.049Z] === RUN TestReloadDefaultConfigNotExist [2021-02-25T03:25:31.049Z] --- SKIP: TestReloadDefaultConfigNotExist (0.01s) [2021-02-25T03:25:31.049Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-02-25T03:25:31.049Z] === RUN TestReloadBadDefaultConfig [2021-02-25T03:25:31.049Z] time="2021-02-25T03:25:30Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-962333475" [2021-02-25T03:25:31.049Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-02-25T03:25:31.049Z] === RUN TestReloadWithConflictingLabels [2021-02-25T03:25:31.049Z] time="2021-02-25T03:25:30Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-447999526" [2021-02-25T03:25:31.049Z] --- PASS: TestReloadWithConflictingLabels (0.01s) [2021-02-25T03:25:31.049Z] === RUN TestReloadWithDuplicateLabels [2021-02-25T03:25:31.049Z] time="2021-02-25T03:25:30Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-152586573" [2021-02-25T03:25:31.049Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2021-02-25T03:25:31.049Z] === RUN TestDaemonConfigurationMerge [2021-02-25T03:25:31.049Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-02-25T03:25:31.049Z] PASS [2021-02-25T03:25:31.049Z] coverage: 79.7% of statements [2021-02-25T03:25:31.049Z] ok github.com/docker/docker/daemon/config 0.709s coverage: 79.7% of statements [2021-02-25T03:25:31.142Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.85s) [2021-02-25T03:25:31.142Z] === RUN TestCreateDifferentPlatform [2021-02-25T03:25:31.142Z] === RUN TestCreateDifferentPlatform/different_os [2021-02-25T03:25:31.142Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-02-25T03:25:31.142Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-02-25T03:25:31.142Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2021-02-25T03:25:31.142Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-02-25T03:25:31.142Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-02-25T03:25:31.142Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2021-02-25T03:25:31.142Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2021-02-25T03:25:31.142Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-02-25T03:25:31.403Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.11s) [2021-02-25T03:25:31.403Z] === RUN TestContainerStartOnDaemonRestart [2021-02-25T03:25:31.403Z] === PAUSE TestContainerStartOnDaemonRestart [2021-02-25T03:25:31.403Z] === RUN TestDaemonRestartIpcMode [2021-02-25T03:25:31.403Z] === PAUSE TestDaemonRestartIpcMode [2021-02-25T03:25:31.403Z] === RUN TestDaemonHostGatewayIP [2021-02-25T03:25:31.403Z] === PAUSE TestDaemonHostGatewayIP [2021-02-25T03:25:31.403Z] === RUN TestRestartDaemonWithRestartingContainer [2021-02-25T03:25:31.403Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-02-25T03:25:31.403Z] === RUN TestContainerKillOnDaemonStart [2021-02-25T03:25:31.403Z] === PAUSE TestContainerKillOnDaemonStart [2021-02-25T03:25:31.403Z] === RUN TestDiff [2021-02-25T03:25:31.664Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2021-02-25T03:25:32.027Z] === RUN TestVerifyNetworkingConfig [2021-02-25T03:25:32.027Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-02-25T03:25:32.027Z] === RUN TestGetContainer [2021-02-25T03:25:32.027Z] --- PASS: TestGetContainer (0.00s) [2021-02-25T03:25:32.027Z] === RUN TestValidContainerNames [2021-02-25T03:25:32.027Z] --- PASS: TestValidContainerNames (0.00s) [2021-02-25T03:25:32.027Z] === RUN TestContainerInitDNS [2021-02-25T03:25:32.027Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-02-25T03:25:32.027Z] daemon_test.go:147: root required [2021-02-25T03:25:32.027Z] === RUN TestMerge [2021-02-25T03:25:32.027Z] --- PASS: TestMerge (0.00s) [2021-02-25T03:25:32.027Z] === RUN TestValidateContainerIsolation [2021-02-25T03:25:32.027Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-02-25T03:25:32.027Z] === RUN TestFindNetworkErrorType [2021-02-25T03:25:32.027Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-02-25T03:25:32.027Z] === RUN TestEnsureServicesExist [2021-02-25T03:25:32.027Z] --- PASS: TestEnsureServicesExist (0.00s) [2021-02-25T03:25:32.027Z] === RUN TestEnsureServicesExistErrors [2021-02-25T03:25:32.027Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-02-25T03:25:32.027Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-02-25T03:25:32.027Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-02-25T03:25:32.027Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-02-25T03:25:32.027Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-02-25T03:25:32.027Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-02-25T03:25:32.027Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-02-25T03:25:32.027Z] === RUN TestContainerDelete [2021-02-25T03:25:32.027Z] --- PASS: TestContainerDelete (0.00s) [2021-02-25T03:25:32.027Z] === RUN TestContainerDoubleDelete [2021-02-25T03:25:32.027Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-02-25T03:25:32.027Z] === RUN TestLogContainerEventCopyLabels [2021-02-25T03:25:32.027Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-02-25T03:25:32.027Z] === RUN TestLogContainerEventWithAttributes [2021-02-25T03:25:32.027Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-02-25T03:25:32.027Z] === RUN TestNoneHealthcheck [2021-02-25T03:25:32.027Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-02-25T03:25:32.027Z] === RUN TestHealthStates [2021-02-25T03:25:32.027Z] time="2021-02-25T03:25:31Z" 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-02-25T03:25:32.027Z] time="2021-02-25T03:25:31Z" 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-02-25T03:25:32.027Z] time="2021-02-25T03:25:31Z" 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-02-25T03:25:32.027Z] time="2021-02-25T03:25:31Z" 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-02-25T03:25:32.027Z] time="2021-02-25T03:25:31Z" 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-02-25T03:25:32.027Z] time="2021-02-25T03:25:31Z" 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-02-25T03:25:32.027Z] time="2021-02-25T03:25:31Z" 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-02-25T03:25:32.027Z] time="2021-02-25T03:25:31Z" 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-02-25T03:25:32.027Z] time="2021-02-25T03:25:31Z" 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-02-25T03:25:32.027Z] time="2021-02-25T03:25:31Z" 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-02-25T03:25:32.027Z] --- PASS: TestHealthStates (0.15s) [2021-02-25T03:25:32.027Z] === RUN TestMaskURLCredentials [2021-02-25T03:25:32.027Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-02-25T03:25:32.027Z] === RUN TestGetInspectData [2021-02-25T03:25:32.027Z] --- PASS: TestGetInspectData (0.00s) [2021-02-25T03:25:32.027Z] === RUN TestFillLicense [2021-02-25T03:25:32.027Z] --- PASS: TestFillLicense (0.00s) [2021-02-25T03:25:32.027Z] === RUN TestListInvalidFilter [2021-02-25T03:25:32.027Z] --- PASS: TestListInvalidFilter (0.00s) [2021-02-25T03:25:32.027Z] === RUN TestNameFilter [2021-02-25T03:25:32.027Z] --- PASS: TestNameFilter (0.00s) [2021-02-25T03:25:32.027Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-02-25T03:25:32.027Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-02-25T03:25:32.027Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-02-25T03:25:32.027Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-02-25T03:25:32.027Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-02-25T03:25:32.027Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-02-25T03:25:32.027Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-02-25T03:25:32.027Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-02-25T03:25:32.027Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-02-25T03:25:32.027Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-02-25T03:25:32.027Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-02-25T03:25:32.027Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-02-25T03:25:32.027Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-02-25T03:25:32.027Z] === 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-02-25T03:25:32.027Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-02-25T03:25:32.027Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-02-25T03:25:32.027Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-02-25T03:25:32.027Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-02-25T03:25:32.027Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-02-25T03:25:32.027Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-02-25T03:25:32.027Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-02-25T03:25:32.027Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-02-25T03:25:32.027Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2021-02-25T03:25:32.027Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-02-25T03:25:32.027Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-02-25T03:25:32.027Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-02-25T03:25:32.027Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-02-25T03:25:32.027Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-02-25T03:25:32.027Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-02-25T03:25:32.027Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-02-25T03:25:32.027Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-02-25T03:25:32.027Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-02-25T03:25:32.027Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-02-25T03:25:32.027Z] --- 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-02-25T03:25:32.027Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-02-25T03:25:32.027Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-02-25T03:25:32.027Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-02-25T03:25:32.027Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-02-25T03:25:32.027Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-02-25T03:25:32.027Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-02-25T03:25:32.027Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-02-25T03:25:32.027Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-02-25T03:25:32.027Z] === RUN TestDaemonReloadLabels [2021-02-25T03:25:32.027Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-02-25T03:25:32.027Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-02-25T03:25:32.027Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-02-25T03:25:32.027Z] === RUN TestDaemonReloadMirrors [2021-02-25T03:25:32.027Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-02-25T03:25:32.027Z] === RUN TestDaemonReloadInsecureRegistries [2021-02-25T03:25:32.027Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-02-25T03:25:32.027Z] === RUN TestDaemonReloadNotAffectOthers [2021-02-25T03:25:32.027Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-02-25T03:25:32.027Z] === RUN TestDaemonDiscoveryReload [2021-02-25T03:25:32.197Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-02-25T03:25:32.237Z] --- PASS: TestDiff (0.77s) [2021-02-25T03:25:32.237Z] === RUN TestExecWithCloseStdin [2021-02-25T03:25:32.237Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-02-25T03:25:32.463Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-02-25T03:25:32.495Z] === RUN TestWaitNodeAttachment [2021-02-25T03:25:32.495Z] === RUN TestEventsLog [2021-02-25T03:25:32.495Z] --- PASS: TestEventsLog (0.00s) [2021-02-25T03:25:32.495Z] === RUN TestEventsLogTimeout [2021-02-25T03:25:32.495Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-02-25T03:25:32.495Z] === RUN TestLogEvents [2021-02-25T03:25:32.495Z] --- PASS: TestLogEvents (0.05s) [2021-02-25T03:25:32.495Z] === RUN TestLoadBufferedEvents [2021-02-25T03:25:32.495Z] --- PASS: TestLoadBufferedEvents (0.10s) [2021-02-25T03:25:32.495Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-02-25T03:25:32.495Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-02-25T03:25:32.495Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-02-25T03:25:32.495Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-02-25T03:25:32.495Z] PASS [2021-02-25T03:25:32.495Z] coverage: 50.0% of statements [2021-02-25T03:25:32.495Z] ok github.com/docker/docker/daemon/events 0.266s coverage: 50.0% of statements [2021-02-25T03:25:32.495Z] --- PASS: TestWaitNodeAttachment (0.40s) [2021-02-25T03:25:32.495Z] === RUN TestIsolationConversion [2021-02-25T03:25:32.495Z] === RUN TestIsolationConversion/default [2021-02-25T03:25:32.495Z] === RUN TestIsolationConversion/process [2021-02-25T03:25:32.495Z] === RUN TestIsolationConversion/hyperv [2021-02-25T03:25:32.611Z] ok github.com/docker/docker/pkg/plugins 33.644s coverage: 76.6% of statements [2021-02-25T03:25:32.611Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-02-25T03:25:32.611Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-02-25T03:25:32.611Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-02-25T03:25:32.611Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-02-25T03:25:32.611Z] ? github.com/docker/docker/pkg/term [no test files] [2021-02-25T03:25:32.611Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-02-25T03:25:32.611Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-02-25T03:25:32.611Z] ? github.com/docker/docker/rootless [no test files] [2021-02-25T03:25:32.611Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-02-25T03:25:32.611Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-02-25T03:25:32.611Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-02-25T03:25:32.611Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-02-25T03:25:32.611Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-02-25T03:25:32.611Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-02-25T03:25:32.611Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-02-25T03:25:32.611Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-02-25T03:25:32.611Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-02-25T03:25:32.611Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-02-25T03:25:32.611Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-02-25T03:25:32.611Z] ? github.com/docker/docker/testutil/request [no test files] [2021-02-25T03:25:32.611Z] ? github.com/docker/docker/volume [no test files] [2021-02-25T03:25:32.611Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-02-25T03:25:32.611Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-02-25T03:25:32.611Z] [2021-02-25T03:25:32.611Z] === Skipped [2021-02-25T03:25:32.611Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-02-25T03:25:32.611Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-02-25T03:25:32.611Z] [2021-02-25T03:25:32.611Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-02-25T03:25:32.611Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-02-25T03:25:32.611Z] [2021-02-25T03:25:32.611Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-02-25T03:25:32.611Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-25T03:25:32.611Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-25T03:25:32.611Z] [2021-02-25T03:25:32.611Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-02-25T03:25:32.611Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-25T03:25:32.611Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-25T03:25:32.611Z] [2021-02-25T03:25:32.611Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-02-25T03:25:32.611Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-25T03:25:32.611Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-25T03:25:32.611Z] [2021-02-25T03:25:32.611Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-02-25T03:25:32.611Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-25T03:25:32.611Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-25T03:25:32.611Z] [2021-02-25T03:25:32.611Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-02-25T03:25:32.611Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-25T03:25:32.611Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-25T03:25:32.611Z] [2021-02-25T03:25:32.611Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-02-25T03:25:32.611Z] graphtest_unix.go:73: No driver to put! [2021-02-25T03:25:32.611Z] [2021-02-25T03:25:32.611Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-02-25T03:25:32.611Z] time="2021-02-25T03:24:23Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-25T03:25:32.611Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-25T03:25:32.611Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-25T03:25:32.611Z] [2021-02-25T03:25:32.611Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-02-25T03:25:32.611Z] time="2021-02-25T03:24:23Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-25T03:25:32.611Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-25T03:25:32.611Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-25T03:25:32.611Z] [2021-02-25T03:25:32.611Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-02-25T03:25:32.611Z] time="2021-02-25T03:24:23Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-25T03:25:32.611Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-25T03:25:32.611Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-25T03:25:32.611Z] [2021-02-25T03:25:32.611Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-02-25T03:25:32.611Z] time="2021-02-25T03:24:23Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-25T03:25:32.611Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-25T03:25:32.611Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-25T03:25:32.611Z] [2021-02-25T03:25:32.611Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-02-25T03:25:32.611Z] time="2021-02-25T03:24:23Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-25T03:25:32.611Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-25T03:25:32.611Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-25T03:25:32.611Z] [2021-02-25T03:25:32.611Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-02-25T03:25:32.611Z] graphtest_unix.go:73: No driver to put! [2021-02-25T03:25:32.611Z] [2021-02-25T03:25:32.611Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-02-25T03:25:32.611Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-02-25T03:25:32.611Z] [2021-02-25T03:25:32.611Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-02-25T03:25:32.611Z] overlay_test.go:49: Fails to compute changes intermittently [2021-02-25T03:25:32.611Z] [2021-02-25T03:25:32.611Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-02-25T03:25:32.611Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-02-25T03:25:32.611Z] [2021-02-25T03:25:32.611Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-02-25T03:25:32.611Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-02-25T03:25:32.611Z] [2021-02-25T03:25:32.611Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-02-25T03:25:32.611Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-25T03:25:32.611Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-25T03:25:32.611Z] [2021-02-25T03:25:32.611Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-02-25T03:25:32.611Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-25T03:25:32.611Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-25T03:25:32.611Z] [2021-02-25T03:25:32.611Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-02-25T03:25:32.611Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-25T03:25:32.611Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-25T03:25:32.611Z] [2021-02-25T03:25:32.611Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-02-25T03:25:32.611Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-25T03:25:32.611Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-25T03:25:32.611Z] [2021-02-25T03:25:32.611Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-02-25T03:25:32.611Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-25T03:25:32.611Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-25T03:25:32.611Z] [2021-02-25T03:25:32.611Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-02-25T03:25:32.611Z] graphtest_unix.go:73: No driver to put! [2021-02-25T03:25:32.611Z] [2021-02-25T03:25:32.611Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-02-25T03:25:32.611Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-02-25T03:25:32.611Z] [2021-02-25T03:25:32.611Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-02-25T03:25:32.611Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-02-25T03:25:32.611Z] [2021-02-25T03:25:32.611Z] [2021-02-25T03:25:32.611Z] DONE 2244 tests, 26 skipped in 194.722s Post stage [Pipeline] junit [2021-02-25T03:25:32.629Z] Recording test results [2021-02-25T03:25:32.959Z] --- PASS: TestIsolationConversion (0.00s) [2021-02-25T03:25:32.959Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-02-25T03:25:32.959Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-02-25T03:25:32.959Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-02-25T03:25:32.959Z] === RUN TestContainerLabels [2021-02-25T03:25:32.959Z] --- PASS: TestContainerLabels (0.00s) [2021-02-25T03:25:32.959Z] === RUN TestCredentialSpecConversion [2021-02-25T03:25:32.959Z] === RUN TestCredentialSpecConversion/none [2021-02-25T03:25:32.959Z] === RUN TestCredentialSpecConversion/config [2021-02-25T03:25:32.959Z] === RUN TestCredentialSpecConversion/file [2021-02-25T03:25:32.959Z] === RUN TestCredentialSpecConversion/registry [2021-02-25T03:25:32.959Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-02-25T03:25:32.959Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-02-25T03:25:32.959Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-02-25T03:25:32.959Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-02-25T03:25:32.959Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-02-25T03:25:32.959Z] === RUN TestControllerValidateMountBind [2021-02-25T03:25:32.959Z] --- PASS: TestControllerValidateMountBind (0.00s) [2021-02-25T03:25:32.959Z] === RUN TestControllerValidateMountVolume [2021-02-25T03:25:32.959Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-02-25T03:25:32.959Z] === RUN TestControllerValidateMountTarget [2021-02-25T03:25:32.959Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-02-25T03:25:32.959Z] === RUN TestControllerValidateMountTmpfs [2021-02-25T03:25:32.959Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-02-25T03:25:32.959Z] === RUN TestControllerValidateMountInvalidType [2021-02-25T03:25:32.959Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-02-25T03:25:32.959Z] === RUN TestControllerValidateMountNamedPipe [2021-02-25T03:25:32.959Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-02-25T03:25:32.959Z] PASS [2021-02-25T03:25:32.959Z] coverage: 11.3% of statements [2021-02-25T03:25:32.959Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.834s coverage: 11.3% of statements [2021-02-25T03:25:32.959Z] --- PASS: TestDaemonDiscoveryReload (1.00s) [2021-02-25T03:25:32.959Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-02-25T03:25:33.179Z] --- PASS: TestExecWithCloseStdin (0.83s) [2021-02-25T03:25:33.179Z] === RUN TestExec [2021-02-25T03:25:33.424Z] === RUN TestIsEmptyDir [2021-02-25T03:25:33.424Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s) [2021-02-25T03:25:33.424Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-02-25T03:25:33.424Z] --- PASS: TestIsEmptyDir (0.01s) [2021-02-25T03:25:33.424Z] PASS [2021-02-25T03:25:33.424Z] coverage: 2.3% of statements [2021-02-25T03:25:33.424Z] ok github.com/docker/docker/daemon/graphdriver 0.089s coverage: 2.3% of statements [2021-02-25T03:25:33.749Z] --- PASS: TestExec (0.92s) [2021-02-25T03:25:33.749Z] === RUN TestExecUser [2021-02-25T03:25:33.887Z] === RUN TestLinkNaming [2021-02-25T03:25:33.887Z] --- PASS: TestLinkNaming (0.00s) [2021-02-25T03:25:33.887Z] === RUN TestLinkNew [2021-02-25T03:25:33.887Z] --- PASS: TestLinkNew (0.00s) [2021-02-25T03:25:33.887Z] === RUN TestLinkEnv [2021-02-25T03:25:33.887Z] --- PASS: TestLinkEnv (0.00s) [2021-02-25T03:25:33.887Z] === RUN TestLinkMultipleEnv [2021-02-25T03:25:33.887Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-02-25T03:25:33.887Z] === RUN TestLinkPortRangeEnv [2021-02-25T03:25:33.887Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-02-25T03:25:33.887Z] PASS [2021-02-25T03:25:33.887Z] coverage: 93.0% of statements [2021-02-25T03:25:33.887Z] ok github.com/docker/docker/daemon/links 0.040s coverage: 93.0% of statements [2021-02-25T03:25:33.887Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.52s) [2021-02-25T03:25:33.887Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-02-25T03:25:33.887Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-02-25T03:25:33.887Z] reload_test.go:520: root required [2021-02-25T03:25:33.887Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-02-25T03:25:33.887Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2021-02-25T03:25:33.887Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-02-25T03:25:34.352Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.04s) [2021-02-25T03:25:34.352Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-02-25T03:25:34.352Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2021-02-25T03:25:34.352Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-02-25T03:25:34.352Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2021-02-25T03:25:34.352Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-02-25T03:25:34.352Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2021-02-25T03:25:34.352Z] === RUN TestParseVolumesFrom [2021-02-25T03:25:34.352Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-02-25T03:25:34.352Z] PASS [2021-02-25T03:25:34.352Z] coverage: 9.1% of statements [2021-02-25T03:25:34.352Z] ok github.com/docker/docker/daemon 2.671s coverage: 9.1% of statements [2021-02-25T03:25:34.352Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-02-25T03:25:34.352Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-02-25T03:25:34.352Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-02-25T03:25:34.352Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-02-25T03:25:34.352Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-02-25T03:25:34.352Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-02-25T03:25:34.352Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-02-25T03:25:34.352Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-02-25T03:25:34.352Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2021-02-25T03:25:34.352Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-02-25T03:25:34.352Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-02-25T03:25:34.352Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-02-25T03:25:34.352Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-02-25T03:25:34.352Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-02-25T03:25:34.352Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-02-25T03:25:34.356Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-02-25T03:25:34.691Z] --- PASS: TestExecUser (0.81s) [2021-02-25T03:25:34.691Z] === RUN TestExportContainerAndImportImage [2021-02-25T03:25:34.739Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-02-25T03:25:35.113Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-02-25T03:25:35.122Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42056/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr8 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=59fc2206d0aa706e3f4af717dec37df091092058 -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:59fc2206d0aa706e3f4af717dec37df091092058 hack/make.sh dynbinary test-integration [2021-02-25T03:25:35.636Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2021-02-25T03:25:35.636Z] --- PASS: TestExportContainerAndImportImage (1.08s) [2021-02-25T03:25:35.636Z] === RUN TestExportContainerAfterDaemonRestart [2021-02-25T03:25:35.726Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-02-25T03:25:36.077Z] [2021-02-25T03:25:36.077Z] Removing bundles/ [2021-02-25T03:25:36.077Z] [2021-02-25T03:25:36.077Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-02-25T03:25:36.077Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-02-25T03:25:36.077Z] GOOS="" GOARCH="" GOARM="" [2021-02-25T03:25:36.289Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-02-25T03:25:36.643Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-02-25T03:25:37.553Z] --- PASS: TestExportContainerAfterDaemonRestart (1.55s) [2021-02-25T03:25:37.553Z] === RUN TestHealthCheckWorkdir [2021-02-25T03:25:37.685Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-02-25T03:25:38.117Z] === RUN TestAdapterReadLogs [2021-02-25T03:25:38.117Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-02-25T03:25:38.117Z] === RUN TestCopier [2021-02-25T03:25:38.117Z] --- PASS: TestCopier (0.00s) [2021-02-25T03:25:38.117Z] === RUN TestCopierLongLines [2021-02-25T03:25:38.117Z] --- PASS: TestCopierLongLines (0.00s) [2021-02-25T03:25:38.117Z] === RUN TestCopierSlow [2021-02-25T03:25:38.117Z] --- PASS: TestCopierSlow (0.29s) [2021-02-25T03:25:38.117Z] === RUN TestCopierWithSized [2021-02-25T03:25:38.117Z] === RUN TestCopierWithSized/as_is [2021-02-25T03:25:38.117Z] === RUN TestCopierWithSized/With_RingLogger [2021-02-25T03:25:38.117Z] --- PASS: TestCopierWithSized (0.01s) [2021-02-25T03:25:38.117Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-02-25T03:25:38.117Z] --- PASS: TestCopierWithSized/With_RingLogger (0.01s) [2021-02-25T03:25:38.117Z] === RUN TestCopierWithPartial [2021-02-25T03:25:38.117Z] --- PASS: TestCopierWithPartial (0.00s) [2021-02-25T03:25:38.117Z] === RUN TestRingLogger [2021-02-25T03:25:38.117Z] --- PASS: TestRingLogger (0.00s) [2021-02-25T03:25:38.117Z] === RUN TestRingCap [2021-02-25T03:25:38.117Z] --- PASS: TestRingCap (0.00s) [2021-02-25T03:25:38.117Z] === RUN TestRingClose [2021-02-25T03:25:38.117Z] --- PASS: TestRingClose (0.00s) [2021-02-25T03:25:38.117Z] === RUN TestRingDrain [2021-02-25T03:25:38.117Z] --- PASS: TestRingDrain (0.00s) [2021-02-25T03:25:38.117Z] PASS [2021-02-25T03:25:38.117Z] coverage: 43.5% of statements [2021-02-25T03:25:38.117Z] ok github.com/docker/docker/daemon/logger 0.459s coverage: 43.5% of statements [2021-02-25T03:25:38.117Z] === RUN TestNewStreamConfig [2021-02-25T03:25:38.117Z] === RUN TestNewStreamConfig/defaults [2021-02-25T03:25:38.117Z] === RUN TestNewStreamConfig/invalid_create_group [2021-02-25T03:25:38.117Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-02-25T03:25:38.117Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-02-25T03:25:38.117Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-02-25T03:25:38.117Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-02-25T03:25:38.117Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-02-25T03:25:38.117Z] --- PASS: TestNewStreamConfig (0.00s) [2021-02-25T03:25:38.117Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-02-25T03:25:38.117Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-02-25T03:25:38.117Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-02-25T03:25:38.117Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-02-25T03:25:38.117Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-02-25T03:25:38.117Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-02-25T03:25:38.117Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-02-25T03:25:38.117Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-02-25T03:25:38.117Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-02-25T03:25:38.117Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-02-25T03:25:38.117Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-02-25T03:25:38.117Z] === RUN TestNewAWSLogsClientRegionDetect [2021-02-25T03:25:38.117Z] === RUN TestJSONFileLogger [2021-02-25T03:25:38.117Z] --- PASS: TestJSONFileLogger (0.00s) [2021-02-25T03:25:38.117Z] === RUN TestJSONFileLoggerWithTags [2021-02-25T03:25:38.117Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2021-02-25T03:25:38.117Z] === RUN TestJSONFileLoggerWithOpts [2021-02-25T03:25:38.117Z] time="2021-02-25T03:25:37Z" level=info msg="Trying to get region from EC2 Metadata" [2021-02-25T03:25:38.117Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.11s) [2021-02-25T03:25:38.117Z] === RUN TestCreateSuccess [2021-02-25T03:25:38.117Z] --- PASS: TestCreateSuccess (0.00s) [2021-02-25T03:25:38.117Z] === RUN TestCreateLogGroupSuccess [2021-02-25T03:25:38.117Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-02-25T03:25:38.117Z] === RUN TestCreateError [2021-02-25T03:25:38.117Z] --- PASS: TestCreateError (0.00s) [2021-02-25T03:25:38.117Z] === RUN TestCreateAlreadyExists [2021-02-25T03:25:38.117Z] time="2021-02-25T03:25:37Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-02-25T03:25:38.117Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-02-25T03:25:38.117Z] === RUN TestLogClosed [2021-02-25T03:25:38.117Z] --- PASS: TestLogClosed (0.00s) [2021-02-25T03:25:38.117Z] === RUN TestLogBlocking [2021-02-25T03:25:38.117Z] --- PASS: TestLogBlocking (0.00s) [2021-02-25T03:25:38.117Z] === RUN TestLogNonBlockingBufferEmpty [2021-02-25T03:25:38.117Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-02-25T03:25:38.117Z] === RUN TestLogNonBlockingBufferFull [2021-02-25T03:25:38.117Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-02-25T03:25:38.117Z] === RUN TestPublishBatchSuccess [2021-02-25T03:25:38.117Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-02-25T03:25:38.117Z] === RUN TestPublishBatchError [2021-02-25T03:25:38.117Z] time="2021-02-25T03:25:37Z" level=error msg=Error [2021-02-25T03:25:38.117Z] --- PASS: TestPublishBatchError (0.00s) [2021-02-25T03:25:38.117Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-02-25T03:25:38.117Z] time="2021-02-25T03:25:37Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-02-25T03:25:38.117Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-02-25T03:25:38.117Z] === RUN TestPublishBatchAlreadyAccepted [2021-02-25T03:25:38.117Z] time="2021-02-25T03:25:37Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-02-25T03:25:38.117Z] time="2021-02-25T03:25:37Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-02-25T03:25:38.117Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-02-25T03:25:38.117Z] === RUN TestCollectBatchSimple [2021-02-25T03:25:38.117Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-02-25T03:25:38.117Z] === RUN TestCollectBatchTicker [2021-02-25T03:25:38.117Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-02-25T03:25:38.117Z] === RUN TestCollectBatchMultilinePattern [2021-02-25T03:25:38.117Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-02-25T03:25:38.117Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-02-25T03:25:38.118Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-02-25T03:25:38.118Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-02-25T03:25:38.118Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-02-25T03:25:38.118Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-02-25T03:25:38.118Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2021-02-25T03:25:38.118Z] === RUN TestCollectBatchClose [2021-02-25T03:25:38.118Z] --- PASS: TestCollectBatchClose (0.00s) [2021-02-25T03:25:38.118Z] === RUN TestEffectiveLen [2021-02-25T03:25:38.118Z] === RUN TestEffectiveLen/0/Hello [2021-02-25T03:25:38.118Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-02-25T03:25:38.118Z] === RUN TestEffectiveLen/2/🙃 [2021-02-25T03:25:38.118Z] === RUN TestEffectiveLen/3/���� [2021-02-25T03:25:38.118Z] === RUN TestEffectiveLen/4/He��o [2021-02-25T03:25:38.118Z] === RUN TestEffectiveLen/5/ [2021-02-25T03:25:38.118Z] --- PASS: TestEffectiveLen (0.00s) [2021-02-25T03:25:38.118Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-02-25T03:25:38.118Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-02-25T03:25:38.118Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-02-25T03:25:38.118Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-02-25T03:25:38.118Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-02-25T03:25:38.118Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-02-25T03:25:38.118Z] === RUN TestFindValidSplit [2021-02-25T03:25:38.118Z] === RUN TestFindValidSplit/0/ [2021-02-25T03:25:38.118Z] === RUN TestFindValidSplit/1/Hello [2021-02-25T03:25:38.118Z] === RUN TestFindValidSplit/2/Hello [2021-02-25T03:25:38.118Z] === RUN TestFindValidSplit/3/Hello [2021-02-25T03:25:38.118Z] === RUN TestFindValidSplit/4/🙃 [2021-02-25T03:25:38.118Z] === RUN TestFindValidSplit/5/🙃 [2021-02-25T03:25:38.118Z] === RUN TestFindValidSplit/6/a� [2021-02-25T03:25:38.118Z] === RUN TestFindValidSplit/7/a� [2021-02-25T03:25:38.118Z] --- PASS: TestFindValidSplit (0.00s) [2021-02-25T03:25:38.118Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-02-25T03:25:38.118Z] cloudwatchlogs_test.go:1044: [2021-02-25T03:25:38.118Z] cloudwatchlogs_test.go:1045: [2021-02-25T03:25:38.118Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-02-25T03:25:38.118Z] cloudwatchlogs_test.go:1044: Hello [2021-02-25T03:25:38.118Z] cloudwatchlogs_test.go:1045: [2021-02-25T03:25:38.118Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-02-25T03:25:38.118Z] cloudwatchlogs_test.go:1044: He [2021-02-25T03:25:38.118Z] cloudwatchlogs_test.go:1045: llo [2021-02-25T03:25:38.118Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-02-25T03:25:38.118Z] cloudwatchlogs_test.go:1044: [2021-02-25T03:25:38.118Z] cloudwatchlogs_test.go:1045: Hello [2021-02-25T03:25:38.118Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-02-25T03:25:38.118Z] cloudwatchlogs_test.go:1044: [2021-02-25T03:25:38.118Z] cloudwatchlogs_test.go:1045: 🙃 [2021-02-25T03:25:38.118Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-02-25T03:25:38.118Z] cloudwatchlogs_test.go:1044: 🙃 [2021-02-25T03:25:38.118Z] cloudwatchlogs_test.go:1045: [2021-02-25T03:25:38.118Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-02-25T03:25:38.118Z] cloudwatchlogs_test.go:1044: a [2021-02-25T03:25:38.118Z] cloudwatchlogs_test.go:1045: � [2021-02-25T03:25:38.118Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-02-25T03:25:38.118Z] cloudwatchlogs_test.go:1044: a� [2021-02-25T03:25:38.118Z] cloudwatchlogs_test.go:1045: [2021-02-25T03:25:38.118Z] === RUN TestProcessEventEmoji [2021-02-25T03:25:38.118Z] --- PASS: TestProcessEventEmoji (0.00s) [2021-02-25T03:25:38.118Z] === RUN TestCollectBatchLineSplit [2021-02-25T03:25:38.118Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2021-02-25T03:25:38.118Z] === RUN TestCollectBatchLineSplitWithBinary [2021-02-25T03:25:38.118Z] --- PASS: TestJSONFileLoggerWithOpts (0.02s) [2021-02-25T03:25:38.118Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-02-25T03:25:38.118Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2021-02-25T03:25:38.118Z] === RUN TestEncodeDecode [2021-02-25T03:25:38.118Z] === PAUSE TestEncodeDecode [2021-02-25T03:25:38.118Z] === CONT TestEncodeDecode [2021-02-25T03:25:38.118Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2021-02-25T03:25:38.118Z] === RUN TestCollectBatchMaxEvents [2021-02-25T03:25:38.118Z] --- PASS: TestCollectBatchMaxEvents (0.02s) [2021-02-25T03:25:38.118Z] === RUN TestCollectBatchMaxTotalBytes [2021-02-25T03:25:38.118Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2021-02-25T03:25:38.118Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-02-25T03:25:38.118Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2021-02-25T03:25:38.118Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-02-25T03:25:38.118Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.05s) [2021-02-25T03:25:38.118Z] === RUN TestParseLogOptionsMultilinePattern [2021-02-25T03:25:38.118Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-02-25T03:25:38.118Z] === RUN TestParseLogOptionsDatetimeFormat [2021-02-25T03:25:38.118Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-02-25T03:25:38.118Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-02-25T03:25:38.118Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-02-25T03:25:38.118Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-02-25T03:25:38.118Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-02-25T03:25:38.118Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-02-25T03:25:38.118Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-02-25T03:25:38.118Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2021-02-25T03:25:38.118Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-02-25T03:25:38.118Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-02-25T03:25:38.118Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-02-25T03:25:38.118Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-02-25T03:25:38.118Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-02-25T03:25:38.118Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-02-25T03:25:38.118Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-02-25T03:25:38.118Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-02-25T03:25:38.118Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-02-25T03:25:38.118Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-02-25T03:25:38.118Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-02-25T03:25:38.118Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-02-25T03:25:38.118Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-02-25T03:25:38.118Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-02-25T03:25:38.118Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-02-25T03:25:38.118Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-02-25T03:25:38.118Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-02-25T03:25:38.118Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-02-25T03:25:38.118Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-02-25T03:25:38.118Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-02-25T03:25:38.118Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-02-25T03:25:38.118Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-02-25T03:25:38.118Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-02-25T03:25:38.118Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-02-25T03:25:38.118Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-02-25T03:25:38.118Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-02-25T03:25:38.118Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-02-25T03:25:38.118Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-02-25T03:25:38.118Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-02-25T03:25:38.118Z] === RUN TestCreateTagSuccess [2021-02-25T03:25:38.118Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-02-25T03:25:38.118Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-02-25T03:25:38.118Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2021-02-25T03:25:38.118Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-02-25T03:25:38.118Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-02-25T03:25:38.118Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-02-25T03:25:38.118Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.01s) [2021-02-25T03:25:38.118Z] PASS [2021-02-25T03:25:38.118Z] coverage: 77.4% of statements [2021-02-25T03:25:38.118Z] ok github.com/docker/docker/daemon/logger/awslogs 0.381s coverage: 77.4% of statements [2021-02-25T03:25:38.118Z] --- PASS: TestEncodeDecode (0.15s) [2021-02-25T03:25:38.118Z] PASS [2021-02-25T03:25:38.118Z] coverage: 61.6% of statements [2021-02-25T03:25:38.118Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.381s coverage: 61.6% of statements [2021-02-25T03:25:38.118Z] === RUN TestSearchRegistryForImagesErrors [2021-02-25T03:25:38.118Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-02-25T03:25:38.118Z] === RUN TestSearchRegistryForImages [2021-02-25T03:25:38.118Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-02-25T03:25:38.118Z] === RUN TestOnlyPlatformWithFallback [2021-02-25T03:25:38.118Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2021-02-25T03:25:38.118Z] === RUN TestImageDelete [2021-02-25T03:25:38.118Z] === RUN TestImageDelete/no_lease [2021-02-25T03:25:38.118Z] === RUN TestImageDelete/lease_exists [2021-02-25T03:25:38.118Z] --- PASS: TestImageDelete (0.05s) [2021-02-25T03:25:38.118Z] --- PASS: TestImageDelete/no_lease (0.01s) [2021-02-25T03:25:38.118Z] --- PASS: TestImageDelete/lease_exists (0.03s) [2021-02-25T03:25:38.118Z] === RUN TestContentStoreForPull [2021-02-25T03:25:38.183Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-02-25T03:25:38.493Z] --- PASS: TestHealthCheckWorkdir (0.99s) [2021-02-25T03:25:38.494Z] === RUN TestHealthKillContainer [2021-02-25T03:25:38.582Z] --- PASS: TestContentStoreForPull (0.17s) [2021-02-25T03:25:38.582Z] PASS [2021-02-25T03:25:38.582Z] coverage: 6.7% of statements [2021-02-25T03:25:38.582Z] ok github.com/docker/docker/daemon/images 0.542s coverage: 6.7% of statements [2021-02-25T03:25:38.582Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-02-25T03:25:38.582Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-02-25T03:25:38.582Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-02-25T03:25:38.582Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-02-25T03:25:38.582Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-02-25T03:25:38.582Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-02-25T03:25:38.582Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-02-25T03:25:38.728Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-02-25T03:25:39.028Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-02-25T03:25:39.046Z] === RUN TestJSONLogsMarshalJSONBuf [2021-02-25T03:25:39.046Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-02-25T03:25:39.046Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-02-25T03:25:39.064Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2021-02-25T03:25:39.065Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-02-25T03:25:39.113Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-02-25T03:25:39.510Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.13s) [2021-02-25T03:25:39.510Z] === RUN TestFastTimeMarshalJSON [2021-02-25T03:25:39.510Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2021-02-25T03:25:39.510Z] PASS [2021-02-25T03:25:39.510Z] coverage: 87.2% of statements [2021-02-25T03:25:39.510Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.215s coverage: 87.2% of statements [2021-02-25T03:25:40.496Z] === RUN TestWriteLog [2021-02-25T03:25:40.496Z] === PAUSE TestWriteLog [2021-02-25T03:25:40.496Z] === RUN TestReadLog [2021-02-25T03:25:40.496Z] === PAUSE TestReadLog [2021-02-25T03:25:40.496Z] === CONT TestWriteLog [2021-02-25T03:25:40.496Z] === CONT TestReadLog [2021-02-25T03:25:40.496Z] --- PASS: TestWriteLog (0.00s) [2021-02-25T03:25:40.496Z] === RUN TestReadLog/tail_exact [2021-02-25T03:25:40.547Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-02-25T03:25:40.960Z] === RUN TestReadLog/tail_less_than_available [2021-02-25T03:25:40.961Z] === RUN TestReadLog/tail_more_than_available [2021-02-25T03:25:40.961Z] --- PASS: TestReadLog (0.15s) [2021-02-25T03:25:40.961Z] --- PASS: TestReadLog/tail_exact (0.14s) [2021-02-25T03:25:40.961Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2021-02-25T03:25:40.961Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2021-02-25T03:25:40.961Z] PASS [2021-02-25T03:25:40.961Z] coverage: 75.2% of statements [2021-02-25T03:25:40.961Z] ok github.com/docker/docker/daemon/logger/local 0.423s coverage: 75.2% of statements [2021-02-25T03:25:40.961Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-02-25T03:25:40.961Z] === RUN TestOpenFileDelete [2021-02-25T03:25:40.961Z] --- PASS: TestOpenFileDelete (0.00s) [2021-02-25T03:25:40.961Z] === RUN TestOpenFileRename [2021-02-25T03:25:40.961Z] --- PASS: TestOpenFileRename (0.00s) [2021-02-25T03:25:40.961Z] === RUN TestParseLogTagDefaultTag [2021-02-25T03:25:40.961Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-02-25T03:25:40.961Z] === RUN TestParseLogTag [2021-02-25T03:25:40.961Z] --- PASS: TestParseLogTag (0.00s) [2021-02-25T03:25:40.961Z] === RUN TestParseLogTagEmptyTag [2021-02-25T03:25:40.961Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-02-25T03:25:40.961Z] === RUN TestTailFiles [2021-02-25T03:25:40.961Z] --- PASS: TestTailFiles (0.00s) [2021-02-25T03:25:40.961Z] === RUN TestFollowLogsConsumerGone [2021-02-25T03:25:40.961Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2021-02-25T03:25:40.961Z] === RUN TestFollowLogsProducerGone [2021-02-25T03:25:40.961Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-02-25T03:25:40.961Z] logfile_test.go:179: logDecode() closed after sending 4098 messages [2021-02-25T03:25:40.961Z] logfile_test.go:232: messages sent: 4098, received: 4098 [2021-02-25T03:25:40.961Z] === RUN TestCheckCapacityAndRotate [2021-02-25T03:25:40.961Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-02-25T03:25:40.961Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-02-25T03:25:40.961Z] --- PASS: TestCheckCapacityAndRotate (0.17s) [2021-02-25T03:25:40.961Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2021-02-25T03:25:40.961Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.15s) [2021-02-25T03:25:40.961Z] PASS [2021-02-25T03:25:40.961Z] coverage: 55.3% of statements [2021-02-25T03:25:40.961Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.327s coverage: 55.3% of statements [2021-02-25T03:25:40.979Z] --- PASS: TestHealthKillContainer (2.73s) [2021-02-25T03:25:40.979Z] === RUN TestInspectCpusetInConfigPre120 [2021-02-25T03:25:41.006Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-02-25T03:25:41.425Z] === RUN TestLog [2021-02-25T03:25:41.425Z] --- PASS: TestLog (0.01s) [2021-02-25T03:25:41.425Z] PASS [2021-02-25T03:25:41.425Z] coverage: 31.5% of statements [2021-02-25T03:25:41.425Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.086s coverage: 31.5% of statements [2021-02-25T03:25:41.551Z] --- PASS: TestInspectCpusetInConfigPre120 (0.64s) [2021-02-25T03:25:41.551Z] === RUN TestIpcModeNone [2021-02-25T03:25:41.937Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-02-25T03:25:42.121Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2021-02-25T03:25:42.214Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-02-25T03:25:42.403Z] === RUN TestNewParse [2021-02-25T03:25:42.403Z] --- PASS: TestNewParse (0.00s) [2021-02-25T03:25:42.403Z] PASS [2021-02-25T03:25:42.403Z] coverage: 8.3% of statements [2021-02-25T03:25:42.403Z] ok github.com/docker/docker/daemon/logger/templates 0.061s coverage: 8.3% of statements [2021-02-25T03:25:42.403Z] === RUN TestValidateLogOpt [2021-02-25T03:25:42.403Z] --- PASS: TestValidateLogOpt (0.00s) [2021-02-25T03:25:42.403Z] === RUN TestNewMissedConfig [2021-02-25T03:25:42.403Z] --- PASS: TestNewMissedConfig (0.00s) [2021-02-25T03:25:42.403Z] === RUN TestNewMissedUrl [2021-02-25T03:25:42.403Z] --- PASS: TestNewMissedUrl (0.00s) [2021-02-25T03:25:42.403Z] === RUN TestNewMissedToken [2021-02-25T03:25:42.403Z] --- PASS: TestNewMissedToken (0.00s) [2021-02-25T03:25:42.403Z] === RUN TestNewWithProxy [2021-02-25T03:25:42.403Z] --- PASS: TestNewWithProxy (0.00s) [2021-02-25T03:25:42.403Z] === RUN TestDefault [2021-02-25T03:25:42.403Z] --- PASS: TestDefault (0.01s) [2021-02-25T03:25:42.403Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-02-25T03:25:42.403Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-02-25T03:25:42.403Z] === RUN TestJsonFormat [2021-02-25T03:25:42.403Z] --- PASS: TestJsonFormat (0.01s) [2021-02-25T03:25:42.403Z] === RUN TestRawFormat [2021-02-25T03:25:42.403Z] --- PASS: TestRawFormat (0.00s) [2021-02-25T03:25:42.403Z] === RUN TestRawFormatWithLabels [2021-02-25T03:25:42.403Z] --- PASS: TestRawFormatWithLabels (0.00s) [2021-02-25T03:25:42.403Z] === RUN TestRawFormatWithoutTag [2021-02-25T03:25:42.403Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2021-02-25T03:25:42.403Z] === RUN TestBatching [2021-02-25T03:25:42.691Z] --- PASS: TestIpcModeNone (0.89s) [2021-02-25T03:25:42.691Z] === RUN TestIpcModePrivate [2021-02-25T03:25:42.691Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2021-02-25T03:25:42.788Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-02-25T03:25:42.867Z] --- PASS: TestBatching (0.24s) [2021-02-25T03:25:42.867Z] === RUN TestFrequency [2021-02-25T03:25:42.867Z] --- PASS: TestFrequency (0.26s) [2021-02-25T03:25:42.867Z] === RUN TestOneMessagePerRequest [2021-02-25T03:25:42.867Z] --- PASS: TestOneMessagePerRequest (0.00s) [2021-02-25T03:25:42.867Z] === RUN TestVerify [2021-02-25T03:25:42.867Z] --- PASS: TestVerify (0.00s) [2021-02-25T03:25:42.867Z] === RUN TestSkipVerify [2021-02-25T03:25:42.867Z] === RUN TestParseLogFormat [2021-02-25T03:25:42.867Z] --- PASS: TestParseLogFormat (0.00s) [2021-02-25T03:25:42.867Z] === RUN TestValidateLogOptEmpty [2021-02-25T03:25:42.867Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-02-25T03:25:42.867Z] === RUN TestValidateSyslogAddress [2021-02-25T03:25:42.867Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-02-25T03:25:42.867Z] === RUN TestParseAddressDefaultPort [2021-02-25T03:25:42.867Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-02-25T03:25:42.867Z] === RUN TestValidateSyslogFacility [2021-02-25T03:25:42.867Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-02-25T03:25:42.867Z] === RUN TestValidateLogOptSyslogFormat [2021-02-25T03:25:42.867Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-02-25T03:25:42.867Z] === RUN TestValidateLogOpt [2021-02-25T03:25:42.867Z] --- PASS: TestValidateLogOpt (0.00s) [2021-02-25T03:25:43.262Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2021-02-25T03:25:43.262Z] --- PASS: TestIpcModePrivate (0.84s) [2021-02-25T03:25:43.262Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:95, shared: false, mustBeShared: false [2021-02-25T03:25:43.262Z] === RUN TestIpcModeShareable [2021-02-25T03:25:43.294Z] ok github.com/docker/docker/api/server 0.027s coverage: 9.0% of statements [2021-02-25T03:25:43.306Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-02-25T03:25:43.331Z] PASS [2021-02-25T03:25:43.331Z] coverage: 46.8% of statements [2021-02-25T03:25:43.331Z] time="2021-02-25T03:25:42Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-25T03:25:43.331Z] time="2021-02-25T03:25:42Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-25T03:25:43.331Z] ok github.com/docker/docker/daemon/logger/syslog 0.152s coverage: 46.8% of statements [2021-02-25T03:25:43.331Z] time="2021-02-25T03:25:42Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-25T03:25:43.331Z] time="2021-02-25T03:25:42Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-25T03:25:43.331Z] --- PASS: TestSkipVerify (0.42s) [2021-02-25T03:25:43.331Z] === RUN TestBufferMaximum [2021-02-25T03:25:43.331Z] time="2021-02-25T03:25:43Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-25T03:25:43.331Z] time="2021-02-25T03:25:43Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-25T03:25:43.331Z] time="2021-02-25T03:25:43Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-25T03:25:43.331Z] time="2021-02-25T03:25:43Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-25T03:25:43.331Z] time="2021-02-25T03:25:43Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-25T03:25:43.331Z] time="2021-02-25T03:25:43Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1614223543.064459\",\"host\":\"a6288d103ba9\"}'" [2021-02-25T03:25:43.331Z] time="2021-02-25T03:25:43Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1614223543.064459\",\"host\":\"a6288d103ba9\"}'" [2021-02-25T03:25:43.331Z] --- PASS: TestBufferMaximum (0.00s) [2021-02-25T03:25:43.331Z] === RUN TestServerAlwaysDown [2021-02-25T03:25:43.331Z] time="2021-02-25T03:25:43Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-25T03:25:43.331Z] time="2021-02-25T03:25:43Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-25T03:25:43.331Z] time="2021-02-25T03:25:43Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1614223543.067462\",\"host\":\"a6288d103ba9\"}'" [2021-02-25T03:25:43.331Z] time="2021-02-25T03:25:43Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1614223543.067462\",\"host\":\"a6288d103ba9\"}'" [2021-02-25T03:25:43.331Z] time="2021-02-25T03:25:43Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-25T03:25:43.331Z] time="2021-02-25T03:25:43Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1614223543.067462\",\"host\":\"a6288d103ba9\"}'" [2021-02-25T03:25:43.331Z] time="2021-02-25T03:25:43Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1614223543.069479\",\"host\":\"a6288d103ba9\"}'" [2021-02-25T03:25:43.331Z] time="2021-02-25T03:25:43Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1614223543.069479\",\"host\":\"a6288d103ba9\"}'" [2021-02-25T03:25:43.331Z] --- PASS: TestServerAlwaysDown (0.00s) [2021-02-25T03:25:43.331Z] === RUN TestCannotSendAfterClose [2021-02-25T03:25:43.331Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-02-25T03:25:43.331Z] === RUN TestDeadlockOnBlockedEndpoint [2021-02-25T03:25:43.338Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-02-25T03:25:43.523Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-02-25T03:25:43.784Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2021-02-25T03:25:44.176Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-02-25T03:25:44.309Z] time="2021-02-25T03:25:44Z" 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-02-25T03:25:44.309Z] time="2021-02-25T03:25:44Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"a6288d103ba9\"}'" [2021-02-25T03:25:44.309Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2021-02-25T03:25:44.309Z] PASS [2021-02-25T03:25:44.353Z] --- PASS: TestIpcModeShareable (0.85s) [2021-02-25T03:25:44.353Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:80, shared: true, mustBeShared: true [2021-02-25T03:25:44.353Z] === RUN TestAPIIpcModeShareableAndContainer [2021-02-25T03:25:44.673Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-02-25T03:25:44.674Z] Using test binary docker [2021-02-25T03:25:44.674Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-02-25T03:25:44.674Z] Starting apparmor (via systemctl): apparmor.service. [2021-02-25T03:25:44.674Z] Starting dockerd [2021-02-25T03:25:44.674Z] INFO: Waiting for daemon to start... [2021-02-25T03:25:44.773Z] coverage: 82.5% of statements [2021-02-25T03:25:44.773Z] ok github.com/docker/docker/daemon/logger/splunk 2.124s coverage: 82.5% of statements [2021-02-25T03:25:44.773Z] ? github.com/docker/docker/daemon/names [no test files] [2021-02-25T03:25:44.773Z] ? github.com/docker/docker/daemon/network [no test files] [2021-02-25T03:25:44.773Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-02-25T03:25:44.773Z] === RUN TestV1IDService [2021-02-25T03:25:44.773Z] --- PASS: TestV1IDService (0.02s) [2021-02-25T03:25:44.773Z] === RUN TestV2MetadataService [2021-02-25T03:25:44.857Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-02-25T03:25:45.127Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-02-25T03:25:45.237Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-02-25T03:25:45.237Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-02-25T03:25:45.237Z] === RUN TestContinueOnError_MirrorEndpoint [2021-02-25T03:25:45.237Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-02-25T03:25:45.237Z] === RUN TestContinueOnError_NeverContinue [2021-02-25T03:25:45.237Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-02-25T03:25:45.237Z] === RUN TestContinueOnError_UnnestsErrors [2021-02-25T03:25:45.237Z] --- PASS: TestContinueOnError_UnnestsErrors (0.00s) [2021-02-25T03:25:45.237Z] === RUN TestManifestStore [2021-02-25T03:25:45.237Z] === RUN TestManifestStore/no_remote_or_local [2021-02-25T03:25:45.390Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-02-25T03:25:45.701Z] time="2021-02-25T03:25:45Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local086797127\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-02-25T03:25:45.701Z] === RUN TestManifestStore/no_local_cache [2021-02-25T03:25:45.701Z] === RUN TestManifestStore/with_local_cache [2021-02-25T03:25:45.701Z] === RUN TestManifestStore/unknown_media_type [2021-02-25T03:25:45.701Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-02-25T03:25:45.701Z] time="2021-02-25T03:25:45Z" level=warning msg="reference for unknown type: " [2021-02-25T03:25:45.701Z] time="2021-02-25T03:25:45Z" level=warning msg="reference for unknown type: " [2021-02-25T03:25:45.701Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-02-25T03:25:45.701Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-02-25T03:25:45.701Z] time="2021-02-25T03:25:45Z" level=warning msg="reference for unknown type: " [2021-02-25T03:25:45.701Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-02-25T03:25:45.701Z] time="2021-02-25T03:25:45Z" level=warning msg="reference for unknown type: " [2021-02-25T03:25:45.701Z] time="2021-02-25T03:25:45Z" level=warning msg="reference for unknown type: " [2021-02-25T03:25:45.701Z] === RUN TestManifestStore/error_persisting_manifest [2021-02-25T03:25:45.701Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-02-25T03:25:45.701Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-02-25T03:25:45.701Z] time="2021-02-25T03:25:45Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-02-25T03:25:45.701Z] --- PASS: TestManifestStore (0.37s) [2021-02-25T03:25:45.701Z] --- PASS: TestManifestStore/no_remote_or_local (0.21s) [2021-02-25T03:25:45.701Z] --- PASS: TestManifestStore/no_local_cache (0.06s) [2021-02-25T03:25:45.701Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2021-02-25T03:25:45.701Z] --- PASS: TestManifestStore/unknown_media_type (0.07s) [2021-02-25T03:25:45.701Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2021-02-25T03:25:45.701Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.05s) [2021-02-25T03:25:45.701Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2021-02-25T03:25:45.701Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.03s) [2021-02-25T03:25:45.701Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2021-02-25T03:25:45.701Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2021-02-25T03:25:45.701Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s) [2021-02-25T03:25:45.701Z] === RUN TestDetectManifestBlobMediaType [2021-02-25T03:25:45.701Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-02-25T03:25:45.701Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-02-25T03:25:45.701Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-02-25T03:25:45.701Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-02-25T03:25:45.701Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-02-25T03:25:45.701Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-02-25T03:25:45.701Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-02-25T03:25:45.701Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-02-25T03:25:45.701Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-02-25T03:25:45.701Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-02-25T03:25:45.701Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-02-25T03:25:45.701Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-02-25T03:25:45.701Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-02-25T03:25:45.701Z] === RUN TestFixManifestLayers [2021-02-25T03:25:45.701Z] --- PASS: TestFixManifestLayers (0.00s) [2021-02-25T03:25:45.701Z] === RUN TestFixManifestLayersBaseLayerParent [2021-02-25T03:25:45.701Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-02-25T03:25:45.701Z] pull_v2_test.go:73: Needs fixing on Windows [2021-02-25T03:25:45.701Z] === RUN TestFixManifestLayersBadParent [2021-02-25T03:25:45.701Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-02-25T03:25:45.701Z] === RUN TestValidateManifest [2021-02-25T03:25:45.701Z] --- SKIP: TestValidateManifest (0.00s) [2021-02-25T03:25:45.701Z] pull_v2_test.go:118: Needs fixing on Windows [2021-02-25T03:25:45.701Z] === RUN TestFormatPlatform [2021-02-25T03:25:45.701Z] --- PASS: TestFormatPlatform (0.00s) [2021-02-25T03:25:45.701Z] === RUN TestGetRepositoryMountCandidates [2021-02-25T03:25:45.701Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-02-25T03:25:45.701Z] === RUN TestLayerAlreadyExists [2021-02-25T03:25:45.701Z] --- PASS: TestLayerAlreadyExists (0.00s) [2021-02-25T03:25:45.702Z] 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-02-25T03:25:45.702Z] 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-02-25T03:25:45.702Z] 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-02-25T03:25:45.702Z] 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-02-25T03:25:45.702Z] 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-02-25T03:25:45.702Z] 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-02-25T03:25:45.702Z] === RUN TestWhenEmptyAuthConfig [2021-02-25T03:25:45.738Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2021-02-25T03:25:46.166Z] === RUN TestSuccessfulDownload [2021-02-25T03:25:46.166Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-02-25T03:25:46.166Z] download_test.go:268: Needs fixing on Windows [2021-02-25T03:25:46.166Z] === RUN TestCancelledDownload [2021-02-25T03:25:46.166Z] --- PASS: TestCancelledDownload (0.00s) [2021-02-25T03:25:46.166Z] === RUN TestMaxDownloadAttempts [2021-02-25T03:25:46.166Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-02-25T03:25:46.166Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-02-25T03:25:46.166Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-02-25T03:25:46.166Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-02-25T03:25:46.166Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-02-25T03:25:46.166Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-02-25T03:25:46.166Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-02-25T03:25:46.166Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-02-25T03:25:46.166Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-02-25T03:25:46.166Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-02-25T03:25:46.166Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-02-25T03:25:46.166Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-02-25T03:25:46.166Z] --- PASS: TestV2MetadataService (1.30s) [2021-02-25T03:25:46.166Z] PASS [2021-02-25T03:25:46.166Z] coverage: 48.2% of statements [2021-02-25T03:25:46.166Z] ok github.com/docker/docker/distribution/metadata 1.459s coverage: 48.2% of statements [2021-02-25T03:25:46.339Z] ......... [ 86%] [2021-02-25T03:25:46.380Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-02-25T03:25:46.563Z] . [2021-02-25T03:25:46.563Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-02-25T03:25:46.563Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-02-25T03:25:46.563Z] Error: No such image: emptyfs [2021-02-25T03:25:46.631Z] time="2021-02-25T03:25:46Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-02-25T03:25:46.631Z] time="2021-02-25T03:25:46Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-02-25T03:25:46.631Z] time="2021-02-25T03:25:46Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-02-25T03:25:46.631Z] time="2021-02-25T03:25:46Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-02-25T03:25:46.631Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-02-25T03:25:46.631Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.36s) [2021-02-25T03:25:46.631Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.36s) [2021-02-25T03:25:46.631Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.36s) [2021-02-25T03:25:46.631Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.36s) [2021-02-25T03:25:46.631Z] === RUN TestTransfer [2021-02-25T03:25:46.631Z] --- PASS: TestTransfer (0.12s) [2021-02-25T03:25:46.631Z] === RUN TestConcurrencyLimit [2021-02-25T03:25:46.631Z] === RUN TestNotFound [2021-02-25T03:25:46.631Z] --- PASS: TestNotFound (0.00s) [2021-02-25T03:25:46.631Z] === RUN TestConflict [2021-02-25T03:25:46.631Z] --- PASS: TestConflict (0.00s) [2021-02-25T03:25:46.631Z] === RUN TestForbidden [2021-02-25T03:25:46.631Z] --- PASS: TestForbidden (0.00s) [2021-02-25T03:25:46.631Z] === RUN TestInvalidParameter [2021-02-25T03:25:46.631Z] --- PASS: TestInvalidParameter (0.00s) [2021-02-25T03:25:46.631Z] === RUN TestNotImplemented [2021-02-25T03:25:46.631Z] --- PASS: TestNotImplemented (0.00s) [2021-02-25T03:25:46.631Z] === RUN TestNotModified [2021-02-25T03:25:46.631Z] --- PASS: TestNotModified (0.00s) [2021-02-25T03:25:46.631Z] === RUN TestUnauthorized [2021-02-25T03:25:46.631Z] --- PASS: TestUnauthorized (0.00s) [2021-02-25T03:25:46.631Z] === RUN TestUnknown [2021-02-25T03:25:46.631Z] --- PASS: TestUnknown (0.00s) [2021-02-25T03:25:46.631Z] === RUN TestCancelled [2021-02-25T03:25:46.631Z] --- PASS: TestCancelled (0.00s) [2021-02-25T03:25:46.631Z] === RUN TestDeadline [2021-02-25T03:25:46.631Z] --- PASS: TestDeadline (0.00s) [2021-02-25T03:25:46.631Z] === RUN TestDataLoss [2021-02-25T03:25:46.631Z] --- PASS: TestDataLoss (0.00s) [2021-02-25T03:25:46.631Z] === RUN TestUnavailable [2021-02-25T03:25:46.631Z] --- PASS: TestUnavailable (0.00s) [2021-02-25T03:25:46.631Z] === RUN TestSystem [2021-02-25T03:25:46.631Z] --- PASS: TestSystem (0.00s) [2021-02-25T03:25:46.631Z] === RUN TestFromStatusCode [2021-02-25T03:25:46.631Z] === RUN TestFromStatusCode/Not_Found [2021-02-25T03:25:46.631Z] === RUN TestFromStatusCode/Bad_Request [2021-02-25T03:25:46.631Z] === RUN TestFromStatusCode/Conflict [2021-02-25T03:25:46.631Z] === RUN TestFromStatusCode/Unauthorized [2021-02-25T03:25:46.631Z] === RUN TestFromStatusCode/Service_Unavailable [2021-02-25T03:25:46.631Z] === RUN TestFromStatusCode/Forbidden [2021-02-25T03:25:46.631Z] === RUN TestFromStatusCode/Not_Modified [2021-02-25T03:25:46.631Z] === RUN TestFromStatusCode/Not_Implemented [2021-02-25T03:25:46.631Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-02-25T03:25:46.631Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-02-25T03:25:46.631Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-02-25T03:25:46.631Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-02-25T03:25:46.631Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-02-25T03:25:46.631Z] --- PASS: TestFromStatusCode (0.00s) [2021-02-25T03:25:46.631Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-02-25T03:25:46.631Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-02-25T03:25:46.631Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-02-25T03:25:46.631Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-02-25T03:25:46.631Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-02-25T03:25:46.631Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-02-25T03:25:46.631Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-02-25T03:25:46.631Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-02-25T03:25:46.631Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-02-25T03:25:46.631Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-02-25T03:25:46.631Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-02-25T03:25:46.631Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-02-25T03:25:46.631Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-02-25T03:25:46.631Z] PASS [2021-02-25T03:25:46.631Z] coverage: 53.1% of statements [2021-02-25T03:25:46.631Z] ok github.com/docker/docker/errdefs 0.038s coverage: 53.1% of statements [2021-02-25T03:25:46.674Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-02-25T03:25:46.680Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-02-25T03:25:46.778Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-02-25T03:25:46.820Z] Running integration-test (iteration 1) [2021-02-25T03:25:46.820Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-02-25T03:25:46.941Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.66s) [2021-02-25T03:25:46.941Z] === RUN TestAPIIpcModeHost [2021-02-25T03:25:46.941Z] === RUN TestDockerSuite/TestBuildAddTar [2021-02-25T03:25:47.095Z] --- PASS: TestWhenEmptyAuthConfig (1.10s) [2021-02-25T03:25:47.095Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-02-25T03:25:47.095Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-02-25T03:25:47.095Z] === RUN TestTokenPassThru [2021-02-25T03:25:47.095Z] --- PASS: TestTokenPassThru (0.01s) [2021-02-25T03:25:47.095Z] === RUN TestTokenPassThruDifferentHost [2021-02-25T03:25:47.095Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2021-02-25T03:25:47.095Z] PASS [2021-02-25T03:25:47.095Z] coverage: 23.4% of statements [2021-02-25T03:25:47.095Z] ok github.com/docker/docker/distribution 1.622s coverage: 23.4% of statements [2021-02-25T03:25:47.095Z] --- PASS: TestConcurrencyLimit (0.40s) [2021-02-25T03:25:47.095Z] === RUN TestInactiveJobs [2021-02-25T03:25:47.095Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-02-25T03:25:47.202Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2021-02-25T03:25:47.559Z] --- PASS: TestInactiveJobs (0.57s) [2021-02-25T03:25:47.559Z] === RUN TestWatchRelease [2021-02-25T03:25:47.559Z] --- PASS: TestWatchRelease (0.04s) [2021-02-25T03:25:47.559Z] === RUN TestWatchFinishedTransfer [2021-02-25T03:25:47.559Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-02-25T03:25:47.559Z] === RUN TestDuplicateTransfer [2021-02-25T03:25:47.559Z] --- PASS: TestDuplicateTransfer (0.04s) [2021-02-25T03:25:47.559Z] === RUN TestSuccessfulUpload [2021-02-25T03:25:47.789Z] --- PASS: TestAPIIpcModeHost (0.85s) [2021-02-25T03:25:47.789Z] === RUN TestDaemonIpcModeShareable [2021-02-25T03:25:48.024Z] time="2021-02-25T03:25:47Z" level=error msg="Upload failed, retrying: simulating retry" [2021-02-25T03:25:48.199Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-02-25T03:25:48.488Z] --- PASS: TestSuccessfulUpload (0.72s) [2021-02-25T03:25:48.489Z] === RUN TestCancelledUpload [2021-02-25T03:25:48.489Z] --- PASS: TestCancelledUpload (0.00s) [2021-02-25T03:25:48.489Z] PASS [2021-02-25T03:25:48.489Z] coverage: 76.8% of statements [2021-02-25T03:25:48.489Z] ok github.com/docker/docker/distribution/xfer 2.353s coverage: 76.8% of statements [2021-02-25T03:25:48.489Z] ? github.com/docker/docker/dockerversion [no test files] [2021-02-25T03:25:48.489Z] === RUN TestCompare [2021-02-25T03:25:48.489Z] --- PASS: TestCompare (0.00s) [2021-02-25T03:25:48.489Z] PASS [2021-02-25T03:25:48.489Z] coverage: 19.2% of statements [2021-02-25T03:25:48.489Z] ok github.com/docker/docker/image/cache 0.073s coverage: 19.2% of statements [2021-02-25T03:25:48.489Z] === RUN TestFSGetInvalidData [2021-02-25T03:25:48.489Z] --- PASS: TestFSGetInvalidData (0.04s) [2021-02-25T03:25:48.489Z] === RUN TestFSInvalidSet [2021-02-25T03:25:48.489Z] --- PASS: TestFSInvalidSet (0.03s) [2021-02-25T03:25:48.489Z] === RUN TestFSInvalidRoot [2021-02-25T03:25:48.489Z] --- PASS: TestFSInvalidRoot (0.02s) [2021-02-25T03:25:48.489Z] === RUN TestFSMetadataGetSet [2021-02-25T03:25:48.489Z] --- PASS: TestFSMetadataGetSet (0.03s) [2021-02-25T03:25:48.489Z] === RUN TestFSInvalidWalker [2021-02-25T03:25:48.489Z] --- PASS: TestFSInvalidWalker (0.01s) [2021-02-25T03:25:48.489Z] === RUN TestFSGetSet [2021-02-25T03:25:48.489Z] --- PASS: TestFSGetSet (0.02s) [2021-02-25T03:25:48.489Z] === RUN TestFSGetUnsetKey [2021-02-25T03:25:48.489Z] --- PASS: TestFSGetUnsetKey (0.01s) [2021-02-25T03:25:48.489Z] === RUN TestFSGetEmptyData [2021-02-25T03:25:48.489Z] --- PASS: TestFSGetEmptyData (0.00s) [2021-02-25T03:25:48.489Z] === RUN TestFSDelete [2021-02-25T03:25:48.489Z] --- PASS: TestFSDelete (0.01s) [2021-02-25T03:25:48.489Z] === RUN TestFSWalker [2021-02-25T03:25:48.489Z] --- PASS: TestFSWalker (0.01s) [2021-02-25T03:25:48.489Z] === RUN TestFSWalkerStopOnError [2021-02-25T03:25:48.489Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2021-02-25T03:25:48.489Z] === RUN TestNewFromJSON [2021-02-25T03:25:48.489Z] --- PASS: TestNewFromJSON (0.00s) [2021-02-25T03:25:48.489Z] === RUN TestNewFromJSONWithInvalidJSON [2021-02-25T03:25:48.489Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-02-25T03:25:48.489Z] === RUN TestMarshalKeyOrder [2021-02-25T03:25:48.489Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-02-25T03:25:48.489Z] === RUN TestHistoryEqual [2021-02-25T03:25:48.952Z] --- PASS: TestHistoryEqual (0.13s) [2021-02-25T03:25:48.952Z] === RUN TestImage [2021-02-25T03:25:48.952Z] --- PASS: TestImage (0.00s) [2021-02-25T03:25:48.952Z] === RUN TestImageOSNotEmpty [2021-02-25T03:25:48.952Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-02-25T03:25:48.952Z] === RUN TestNewChildImageFromImageWithRootFS [2021-02-25T03:25:48.952Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-02-25T03:25:48.952Z] === RUN TestCreate [2021-02-25T03:25:48.952Z] --- PASS: TestCreate (0.00s) [2021-02-25T03:25:48.952Z] === RUN TestRestore [2021-02-25T03:25:48.952Z] time="2021-02-25T03:25:48Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-02-25T03:25:48.952Z] --- PASS: TestRestore (0.05s) [2021-02-25T03:25:48.952Z] === RUN TestAddDelete [2021-02-25T03:25:48.952Z] --- PASS: TestAddDelete (0.02s) [2021-02-25T03:25:48.952Z] === RUN TestSearchAfterDelete [2021-02-25T03:25:48.952Z] --- PASS: TestSearchAfterDelete (0.01s) [2021-02-25T03:25:48.952Z] === RUN TestParentReset [2021-02-25T03:25:48.952Z] --- PASS: TestParentReset (0.03s) [2021-02-25T03:25:48.952Z] === RUN TestGetAndSetLastUpdated [2021-02-25T03:25:48.952Z] --- PASS: TestGetAndSetLastUpdated (0.03s) [2021-02-25T03:25:48.952Z] === RUN TestStoreLen [2021-02-25T03:25:48.952Z] --- PASS: TestStoreLen (0.05s) [2021-02-25T03:25:48.952Z] PASS [2021-02-25T03:25:48.952Z] coverage: 86.6% of statements [2021-02-25T03:25:48.952Z] ok github.com/docker/docker/image 0.642s coverage: 86.6% of statements [2021-02-25T03:25:48.952Z] === RUN TestValidateManifest [2021-02-25T03:25:48.952Z] === RUN TestValidateManifest/nil [2021-02-25T03:25:48.952Z] === RUN TestValidateManifest/non-nil [2021-02-25T03:25:48.952Z] --- PASS: TestValidateManifest (0.00s) [2021-02-25T03:25:48.952Z] --- PASS: TestValidateManifest/nil (0.00s) [2021-02-25T03:25:48.952Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2021-02-25T03:25:48.952Z] PASS [2021-02-25T03:25:48.952Z] coverage: 0.6% of statements [2021-02-25T03:25:48.952Z] ok github.com/docker/docker/image/tarexport 0.069s coverage: 0.6% of statements [2021-02-25T03:25:49.173Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2021-02-25T03:25:49.249Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-02-25T03:25:49.744Z] --- PASS: TestDaemonIpcModeShareable (1.83s) [2021-02-25T03:25:49.744Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:99, shared: true, mustBeShared: true [2021-02-25T03:25:49.744Z] === RUN TestDaemonIpcModePrivate [2021-02-25T03:25:49.932Z] === RUN TestMakeV1ConfigFromConfig [2021-02-25T03:25:49.932Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-02-25T03:25:49.932Z] PASS [2021-02-25T03:25:49.932Z] coverage: 25.0% of statements [2021-02-25T03:25:50.087Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-02-25T03:25:50.396Z] ok github.com/docker/docker/image/v1 0.083s coverage: 25.0% of statements [2021-02-25T03:25:50.396Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-02-25T03:25:50.644Z] tests/integration/models_images_test.py ............... [ 89%] [2021-02-25T03:25:50.771Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-02-25T03:25:51.128Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2021-02-25T03:25:51.375Z] === RUN TestSerialization [2021-02-25T03:25:51.375Z] --- PASS: TestSerialization (0.02s) [2021-02-25T03:25:51.375Z] PASS [2021-02-25T03:25:51.375Z] coverage: 100.0% of statements [2021-02-25T03:25:51.375Z] ok github.com/docker/docker/libcontainerd/queue 0.065s coverage: 100.0% of statements [2021-02-25T03:25:51.390Z] --- PASS: TestDaemonIpcModePrivate (1.85s) [2021-02-25T03:25:51.390Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:98, shared: false, mustBeShared: false [2021-02-25T03:25:51.390Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-02-25T03:25:51.474Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-02-25T03:25:51.731Z] tests/integration/models_networks_test.py .... [ 90%] [2021-02-25T03:25:51.839Z] === RUN TestEmptyLayer [2021-02-25T03:25:51.840Z] --- PASS: TestEmptyLayer (0.00s) [2021-02-25T03:25:51.840Z] === RUN TestCommitFailure [2021-02-25T03:25:51.840Z] --- PASS: TestCommitFailure (0.01s) [2021-02-25T03:25:51.840Z] === RUN TestStartTransactionFailure [2021-02-25T03:25:51.840Z] --- PASS: TestStartTransactionFailure (0.00s) [2021-02-25T03:25:51.840Z] === RUN TestGetOrphan [2021-02-25T03:25:51.840Z] --- PASS: TestGetOrphan (0.01s) [2021-02-25T03:25:51.840Z] === RUN TestMountAndRegister [2021-02-25T03:25:51.840Z] --- PASS: TestMountAndRegister (0.04s) [2021-02-25T03:25:51.840Z] layer_test.go:271: Layer size: 14 [2021-02-25T03:25:51.840Z] === RUN TestLayerRelease [2021-02-25T03:25:51.840Z] --- SKIP: TestLayerRelease (0.00s) [2021-02-25T03:25:51.840Z] layer_test.go:304: Failing on Windows [2021-02-25T03:25:51.840Z] === RUN TestStoreRestore [2021-02-25T03:25:51.840Z] --- SKIP: TestStoreRestore (0.00s) [2021-02-25T03:25:51.840Z] layer_test.go:353: Failing on Windows [2021-02-25T03:25:51.840Z] === RUN TestTarStreamStability [2021-02-25T03:25:51.840Z] --- SKIP: TestTarStreamStability (0.00s) [2021-02-25T03:25:51.840Z] layer_test.go:468: Failing on Windows [2021-02-25T03:25:51.840Z] === RUN TestRegisterExistingLayer [2021-02-25T03:25:51.886Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-02-25T03:25:52.304Z] --- PASS: TestRegisterExistingLayer (0.34s) [2021-02-25T03:25:52.304Z] === RUN TestTarStreamVerification [2021-02-25T03:25:52.304Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-02-25T03:25:52.304Z] layer_test.go:697: Failing on Windows [2021-02-25T03:25:52.304Z] === RUN TestLayerMigration [2021-02-25T03:25:52.304Z] --- SKIP: TestLayerMigration (0.00s) [2021-02-25T03:25:52.304Z] migration_test.go:46: Failing on Windows [2021-02-25T03:25:52.304Z] === RUN TestLayerMigrationNoTarsplit [2021-02-25T03:25:52.304Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-02-25T03:25:52.304Z] migration_test.go:182: Failing on Windows [2021-02-25T03:25:52.304Z] === RUN TestMountInit [2021-02-25T03:25:52.304Z] --- SKIP: TestMountInit (0.00s) [2021-02-25T03:25:52.304Z] mount_test.go:17: Failing on Windows [2021-02-25T03:25:52.304Z] === RUN TestMountSize [2021-02-25T03:25:52.304Z] --- SKIP: TestMountSize (0.00s) [2021-02-25T03:25:52.304Z] mount_test.go:76: Failing on Windows [2021-02-25T03:25:52.304Z] === RUN TestMountChanges [2021-02-25T03:25:52.304Z] --- SKIP: TestMountChanges (0.00s) [2021-02-25T03:25:52.304Z] mount_test.go:125: Failing on Windows [2021-02-25T03:25:52.304Z] === RUN TestMountApply [2021-02-25T03:25:52.304Z] --- SKIP: TestMountApply (0.00s) [2021-02-25T03:25:52.304Z] mount_test.go:212: Failing on Windows [2021-02-25T03:25:52.304Z] PASS [2021-02-25T03:25:52.304Z] coverage: 30.1% of statements [2021-02-25T03:25:52.304Z] ok github.com/docker/docker/layer 0.510s coverage: 30.1% of statements [2021-02-25T03:25:52.304Z] === RUN TestEnvironmentParsing [2021-02-25T03:25:52.304Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-02-25T03:25:52.304Z] PASS [2021-02-25T03:25:52.304Z] coverage: 1.0% of statements [2021-02-25T03:25:52.304Z] ok github.com/docker/docker/libcontainerd/local 0.097s coverage: 1.0% of statements [2021-02-25T03:25:52.304Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-02-25T03:25:52.304Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-02-25T03:25:52.304Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-02-25T03:25:52.304Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-02-25T03:25:52.768Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2021-02-25T03:25:52.768Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2021-02-25T03:25:52.768Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2021-02-25T03:25:52.768Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2021-02-25T03:25:52.768Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2021-02-25T03:25:52.769Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2021-02-25T03:25:52.769Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2021-02-25T03:25:52.769Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2021-02-25T03:25:52.769Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2021-02-25T03:25:52.769Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2021-02-25T03:25:52.769Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2021-02-25T03:25:52.769Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2021-02-25T03:25:52.769Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2021-02-25T03:25:52.769Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2021-02-25T03:25:52.769Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2021-02-25T03:25:52.769Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2021-02-25T03:25:52.769Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2021-02-25T03:25:52.769Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2021-02-25T03:25:52.769Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2021-02-25T03:25:52.769Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2021-02-25T03:25:52.769Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2021-02-25T03:25:52.769Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2021-02-25T03:25:52.769Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2021-02-25T03:25:52.769Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2021-02-25T03:25:52.769Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2021-02-25T03:25:52.769Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2021-02-25T03:25:52.769Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2021-02-25T03:25:52.769Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2021-02-25T03:25:52.769Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2021-02-25T03:25:52.769Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2021-02-25T03:25:52.769Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2021-02-25T03:25:52.769Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2021-02-25T03:25:52.769Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2021-02-25T03:25:52.769Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2021-02-25T03:25:52.769Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2021-02-25T03:25:52.769Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2021-02-25T03:25:52.769Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2021-02-25T03:25:52.769Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2021-02-25T03:25:52.769Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2021-02-25T03:25:52.769Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2021-02-25T03:25:52.769Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2021-02-25T03:25:52.769Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2021-02-25T03:25:52.769Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2021-02-25T03:25:52.769Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2021-02-25T03:25:52.769Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2021-02-25T03:25:52.769Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2021-02-25T03:25:52.769Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2021-02-25T03:25:52.769Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2021-02-25T03:25:52.769Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2021-02-25T03:25:52.769Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2021-02-25T03:25:52.769Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2021-02-25T03:25:52.769Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2021-02-25T03:25:52.769Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2021-02-25T03:25:52.769Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2021-02-25T03:25:52.769Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2021-02-25T03:25:52.769Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2021-02-25T03:25:52.769Z] PASS [2021-02-25T03:25:52.769Z] coverage: 42.3% of statements [2021-02-25T03:25:52.769Z] ok github.com/docker/docker/oci 0.059s coverage: 42.3% of statements [2021-02-25T03:25:52.769Z] ? github.com/docker/docker/oci/caps [no test files] [2021-02-25T03:25:52.775Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2021-02-25T03:25:52.863Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-02-25T03:25:52.929Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-02-25T03:25:53.233Z] === RUN TestParseVersion [2021-02-25T03:25:53.233Z] --- PASS: TestParseVersion (0.00s) [2021-02-25T03:25:53.233Z] PASS [2021-02-25T03:25:53.233Z] coverage: 52.9% of statements [2021-02-25T03:25:53.233Z] ok github.com/docker/docker/pkg/aaparser 0.043s coverage: 52.9% of statements [2021-02-25T03:25:53.233Z] === RUN TestAddressPoolOpt [2021-02-25T03:25:53.233Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-02-25T03:25:53.233Z] === RUN TestValidateEnv [2021-02-25T03:25:53.233Z] === RUN TestValidateEnv/a [2021-02-25T03:25:53.233Z] === RUN TestValidateEnv/something [2021-02-25T03:25:53.233Z] === RUN TestValidateEnv/_=a [2021-02-25T03:25:53.233Z] === RUN TestValidateEnv/env1=value1 [2021-02-25T03:25:53.233Z] === RUN TestValidateEnv/_env1=value1 [2021-02-25T03:25:53.233Z] === RUN TestValidateEnv/env2=value2=value3 [2021-02-25T03:25:53.233Z] === RUN TestValidateEnv/env3=abc!qwe [2021-02-25T03:25:53.233Z] === RUN TestValidateEnv/env_4=value_4 [2021-02-25T03:25:53.233Z] === RUN TestValidateEnv/PATH [2021-02-25T03:25:53.233Z] === RUN TestValidateEnv/=a [2021-02-25T03:25:53.233Z] === RUN TestValidateEnv/PATH= [2021-02-25T03:25:53.233Z] === RUN TestValidateEnv/PATH=something [2021-02-25T03:25:53.233Z] === RUN TestValidateEnv/asd!qwe [2021-02-25T03:25:53.233Z] === RUN TestValidateEnv/1asd [2021-02-25T03:25:53.233Z] === RUN TestValidateEnv/123 [2021-02-25T03:25:53.233Z] === RUN TestValidateEnv/some_space [2021-02-25T03:25:53.233Z] === RUN TestValidateEnv/__some_space_before [2021-02-25T03:25:53.233Z] === RUN TestValidateEnv/some_space_after__ [2021-02-25T03:25:53.233Z] === RUN TestValidateEnv/= [2021-02-25T03:25:53.233Z] === RUN TestValidateEnv/PaTh [2021-02-25T03:25:53.233Z] --- PASS: TestValidateEnv (0.00s) [2021-02-25T03:25:53.233Z] --- PASS: TestValidateEnv/a (0.00s) [2021-02-25T03:25:53.233Z] --- PASS: TestValidateEnv/something (0.00s) [2021-02-25T03:25:53.233Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-02-25T03:25:53.233Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-02-25T03:25:53.233Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-02-25T03:25:53.233Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-02-25T03:25:53.233Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-02-25T03:25:53.233Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-02-25T03:25:53.233Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-02-25T03:25:53.233Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-02-25T03:25:53.233Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-02-25T03:25:53.233Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-02-25T03:25:53.233Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-02-25T03:25:53.233Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-02-25T03:25:53.233Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-02-25T03:25:53.233Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-02-25T03:25:53.233Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-02-25T03:25:53.233Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-02-25T03:25:53.233Z] --- PASS: TestValidateEnv/= (0.00s) [2021-02-25T03:25:53.233Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-02-25T03:25:53.233Z] === RUN TestParseHost [2021-02-25T03:25:53.233Z] --- PASS: TestParseHost (0.00s) [2021-02-25T03:25:53.233Z] === RUN TestParseDockerDaemonHost [2021-02-25T03:25:53.233Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-02-25T03:25:53.233Z] === RUN TestParseTCP [2021-02-25T03:25:53.233Z] --- PASS: TestParseTCP (0.00s) [2021-02-25T03:25:53.233Z] === RUN TestParseInvalidUnixAddrInvalid [2021-02-25T03:25:53.233Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-02-25T03:25:53.233Z] === RUN TestValidateExtraHosts [2021-02-25T03:25:53.233Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-02-25T03:25:53.233Z] === RUN TestIpOptString [2021-02-25T03:25:53.233Z] --- PASS: TestIpOptString (0.00s) [2021-02-25T03:25:53.233Z] === RUN TestNewIpOptInvalidDefaultVal [2021-02-25T03:25:53.233Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-02-25T03:25:53.233Z] === RUN TestNewIpOptValidDefaultVal [2021-02-25T03:25:53.233Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-02-25T03:25:53.233Z] === RUN TestIpOptSetInvalidVal [2021-02-25T03:25:53.233Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-02-25T03:25:53.233Z] === RUN TestValidateIPAddress [2021-02-25T03:25:53.233Z] --- PASS: TestValidateIPAddress (0.00s) [2021-02-25T03:25:53.233Z] === RUN TestMapOpts [2021-02-25T03:25:53.233Z] --- PASS: TestMapOpts (0.00s) [2021-02-25T03:25:53.233Z] === RUN TestListOptsWithoutValidator [2021-02-25T03:25:53.233Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-02-25T03:25:53.233Z] === RUN TestListOptsWithValidator [2021-02-25T03:25:53.233Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-02-25T03:25:53.233Z] === RUN TestValidateDNSSearch [2021-02-25T03:25:53.233Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-02-25T03:25:53.233Z] === RUN TestValidateLabel [2021-02-25T03:25:53.233Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-02-25T03:25:53.233Z] === RUN TestValidateLabel/label_with_general_format [2021-02-25T03:25:53.233Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-02-25T03:25:53.233Z] === RUN TestValidateLabel/label_with_one_more [2021-02-25T03:25:53.233Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-02-25T03:25:53.233Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-02-25T03:25:53.233Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-02-25T03:25:53.233Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-02-25T03:25:53.233Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-02-25T03:25:53.233Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-02-25T03:25:53.233Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-02-25T03:25:53.233Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-02-25T03:25:53.233Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-02-25T03:25:53.233Z] --- PASS: TestValidateLabel (0.00s) [2021-02-25T03:25:53.233Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-02-25T03:25:53.233Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-02-25T03:25:53.233Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-02-25T03:25:53.233Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-02-25T03:25:53.233Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-02-25T03:25:53.233Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-02-25T03:25:53.233Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-02-25T03:25:53.233Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-02-25T03:25:53.233Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-02-25T03:25:53.233Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-02-25T03:25:53.233Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-02-25T03:25:53.233Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-02-25T03:25:53.233Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-02-25T03:25:53.233Z] === RUN TestNamedListOpts [2021-02-25T03:25:53.233Z] --- PASS: TestNamedListOpts (0.00s) [2021-02-25T03:25:53.233Z] === RUN TestNamedMapOpts [2021-02-25T03:25:53.233Z] --- PASS: TestNamedMapOpts (0.00s) [2021-02-25T03:25:53.233Z] === RUN TestParseLink [2021-02-25T03:25:53.233Z] --- PASS: TestParseLink (0.00s) [2021-02-25T03:25:53.233Z] === RUN TestQuotedStringSetWithQuotes [2021-02-25T03:25:53.233Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-02-25T03:25:53.233Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-02-25T03:25:53.233Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-02-25T03:25:53.233Z] === RUN TestQuotedStringSetWithNoQuotes [2021-02-25T03:25:53.233Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-02-25T03:25:53.233Z] === RUN TestUlimitOpt [2021-02-25T03:25:53.233Z] --- PASS: TestUlimitOpt (0.00s) [2021-02-25T03:25:53.233Z] PASS [2021-02-25T03:25:53.233Z] coverage: 67.1% of statements [2021-02-25T03:25:53.233Z] ok github.com/docker/docker/opts 0.133s coverage: 67.1% of statements [2021-02-25T03:25:53.346Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.88s) [2021-02-25T03:25:53.346Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:99, shared: false, mustBeShared: false [2021-02-25T03:25:53.346Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-02-25T03:25:53.462Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-02-25T03:25:53.976Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-02-25T03:25:53.976Z] Using test binary docker [2021-02-25T03:25:53.976Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-02-25T03:25:53.976Z] +++ /etc/init.d/apparmor start [2021-02-25T03:25:53.976Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-25T03:25:53.976Z] INFO: Waiting for daemon to start... [2021-02-25T03:25:53.976Z] Starting dockerd [2021-02-25T03:25:53.976Z] +++ 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-02-25T03:25:54.730Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2021-02-25T03:25:54.788Z] === RUN TestUnbuffered [2021-02-25T03:25:54.788Z] --- PASS: TestUnbuffered (0.00s) [2021-02-25T03:25:54.788Z] === RUN TestRaceUnbuffered [2021-02-25T03:25:54.788Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-02-25T03:25:54.788Z] PASS [2021-02-25T03:25:54.788Z] coverage: 100.0% of statements [2021-02-25T03:25:54.788Z] === RUN TestPeerCertificateMarshalJSON [2021-02-25T03:25:54.788Z] ok github.com/docker/docker/pkg/broadcaster 0.078s coverage: 100.0% of statements [2021-02-25T03:25:54.788Z] === RUN TestMatch [2021-02-25T03:25:54.788Z] === RUN TestMatch/[[]] [2021-02-25T03:25:54.788Z] === RUN TestMatch/[[foo]] [2021-02-25T03:25:54.788Z] === RUN TestMatch/[[bar]_[foo]] [2021-02-25T03:25:54.788Z] === RUN TestMatch/[[foo_bar]] [2021-02-25T03:25:54.788Z] === RUN TestMatch/[[qux]_[foo]] [2021-02-25T03:25:54.788Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-02-25T03:25:54.788Z] === RUN TestMatch/[] [2021-02-25T03:25:54.788Z] === RUN TestMatch/[]#01 [2021-02-25T03:25:54.788Z] === RUN TestMatch/[[qux]] [2021-02-25T03:25:54.788Z] === RUN TestMatch/[[foo_bar_qux]] [2021-02-25T03:25:54.788Z] === RUN TestMatch/[[qux]_[baz]] [2021-02-25T03:25:54.788Z] === RUN TestMatch/[[foo_baz]] [2021-02-25T03:25:54.788Z] --- PASS: TestMatch (0.00s) [2021-02-25T03:25:54.788Z] --- PASS: TestMatch/[[]] (0.00s) [2021-02-25T03:25:54.788Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-02-25T03:25:54.788Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-02-25T03:25:54.788Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-02-25T03:25:54.788Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-02-25T03:25:54.788Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-02-25T03:25:54.788Z] --- PASS: TestMatch/[] (0.00s) [2021-02-25T03:25:54.788Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-02-25T03:25:54.788Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-02-25T03:25:54.788Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-02-25T03:25:54.788Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-02-25T03:25:54.788Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-02-25T03:25:54.788Z] PASS [2021-02-25T03:25:54.788Z] coverage: 87.5% of statements [2021-02-25T03:25:54.788Z] ok github.com/docker/docker/pkg/capabilities 0.095s coverage: 87.5% of statements [2021-02-25T03:25:54.788Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-02-25T03:25:54.788Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-02-25T03:25:54.788Z] --- PASS: TestPeerCertificateMarshalJSON (0.41s) [2021-02-25T03:25:54.885Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-02-25T03:25:55.253Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-02-25T03:25:55.253Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-02-25T03:25:55.253Z] === RUN TestMiddleware [2021-02-25T03:25:55.253Z] --- PASS: TestMiddleware (0.00s) [2021-02-25T03:25:55.253Z] === RUN TestNewResponseModifier [2021-02-25T03:25:55.253Z] --- PASS: TestNewResponseModifier (0.00s) [2021-02-25T03:25:55.253Z] PASS [2021-02-25T03:25:55.253Z] coverage: 26.8% of statements [2021-02-25T03:25:55.253Z] ok github.com/docker/docker/pkg/authorization 0.522s coverage: 26.8% of statements [2021-02-25T03:25:55.303Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-02-25T03:25:55.303Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.89s) [2021-02-25T03:25:55.303Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:86, shared: true, mustBeShared: true [2021-02-25T03:25:55.303Z] === RUN TestIpcModeOlderClient [2021-02-25T03:25:55.303Z] === PAUSE TestIpcModeOlderClient [2021-02-25T03:25:55.303Z] === RUN TestKillContainerInvalidSignal [2021-02-25T03:25:55.718Z] === RUN TestIsArchivePathDir [2021-02-25T03:25:55.718Z] === RUN TestSizeEmpty [2021-02-25T03:25:55.718Z] --- PASS: TestSizeEmpty (0.00s) [2021-02-25T03:25:55.718Z] === RUN TestSizeEmptyFile [2021-02-25T03:25:55.718Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-02-25T03:25:55.718Z] === RUN TestSizeNonemptyFile [2021-02-25T03:25:55.718Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-02-25T03:25:55.718Z] === RUN TestSizeNestedDirectoryEmpty [2021-02-25T03:25:55.718Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-02-25T03:25:55.718Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-02-25T03:25:55.718Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-02-25T03:25:55.718Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-02-25T03:25:55.718Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-02-25T03:25:55.718Z] === RUN TestMoveToSubdir [2021-02-25T03:25:55.718Z] --- PASS: TestMoveToSubdir (0.00s) [2021-02-25T03:25:55.718Z] === RUN TestSizeNonExistingDirectory [2021-02-25T03:25:55.718Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-02-25T03:25:55.718Z] PASS [2021-02-25T03:25:55.718Z] coverage: 80.0% of statements [2021-02-25T03:25:55.718Z] ok github.com/docker/docker/pkg/directory 0.098s coverage: 80.0% of statements [2021-02-25T03:25:55.718Z] --- PASS: TestIsArchivePathDir (0.08s) [2021-02-25T03:25:55.718Z] === RUN TestIsArchivePathInvalidFile [2021-02-25T03:25:56.061Z] . [2021-02-25T03:25:56.061Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-02-25T03:25:56.061Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-02-25T03:25:56.061Z] Error: No such image: emptyfs [2021-02-25T03:25:56.061Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-02-25T03:25:56.061Z] ++++ docker load [2021-02-25T03:25:56.182Z] --- PASS: TestIsArchivePathInvalidFile (0.14s) [2021-02-25T03:25:56.182Z] === RUN TestIsArchivePathTar [2021-02-25T03:25:56.182Z] === RUN TestChrootTarUntar [2021-02-25T03:25:56.182Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-02-25T03:25:56.182Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-02-25T03:25:56.182Z] === RUN TestChrootUntarWithHugeExcludesList [2021-02-25T03:25:56.182Z] --- PASS: TestIsArchivePathTar (0.25s) [2021-02-25T03:25:56.182Z] === RUN TestDecompressStreamGzip [2021-02-25T03:25:56.182Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-02-25T03:25:56.182Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-02-25T03:25:56.182Z] === RUN TestChrootUntarEmptyArchive [2021-02-25T03:25:56.182Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-02-25T03:25:56.182Z] === RUN TestChrootTarUntarWithSymlink [2021-02-25T03:25:56.182Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-02-25T03:25:56.182Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-02-25T03:25:56.182Z] === RUN TestChrootCopyWithTar [2021-02-25T03:25:56.182Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-02-25T03:25:56.182Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-02-25T03:25:56.182Z] === RUN TestChrootCopyFileWithTar [2021-02-25T03:25:56.182Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-02-25T03:25:56.182Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-02-25T03:25:56.182Z] === RUN TestChrootUntarPath [2021-02-25T03:25:56.182Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-02-25T03:25:56.182Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-02-25T03:25:56.182Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-02-25T03:25:56.182Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-02-25T03:25:56.182Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-02-25T03:25:56.182Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-02-25T03:25:56.182Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-02-25T03:25:56.182Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-02-25T03:25:56.182Z] === RUN TestChrootApplyDotDotFile [2021-02-25T03:25:56.182Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-02-25T03:25:56.182Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-02-25T03:25:56.182Z] PASS [2021-02-25T03:25:56.183Z] coverage: 15.4% of statements [2021-02-25T03:25:56.183Z] ok github.com/docker/docker/pkg/chrootarchive 0.121s coverage: 15.4% of statements [2021-02-25T03:25:56.183Z] --- PASS: TestDecompressStreamGzip (0.11s) [2021-02-25T03:25:56.183Z] === RUN TestDecompressStreamBzip2 [2021-02-25T03:25:56.244Z] --- PASS: TestKillContainerInvalidSignal (0.80s) [2021-02-25T03:25:56.244Z] === RUN TestKillContainer [2021-02-25T03:25:56.244Z] === RUN TestKillContainer/no_signal [2021-02-25T03:25:56.274Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-02-25T03:25:56.355Z] Running integration-test (iteration 1) [2021-02-25T03:25:56.355Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2021-02-25T03:25:56.355Z] ++ 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-02-25T03:25:56.355Z] ++ set -e [2021-02-25T03:25:56.355Z] ++ '[' -n 0 ']' [2021-02-25T03:25:56.355Z] ++ set -x [2021-02-25T03:25:56.355Z] ++ env -i DEST=/go/src/github.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-02-25T03:25:56.506Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2021-02-25T03:25:56.506Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-02-25T03:25:56.647Z] --- PASS: TestDecompressStreamBzip2 (0.16s) [2021-02-25T03:25:56.647Z] === RUN TestDecompressStreamXz [2021-02-25T03:25:56.647Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-02-25T03:25:56.647Z] archive_test.go:134: Xz not present in msys2 [2021-02-25T03:25:56.647Z] === RUN TestCompressStreamXzUnsupported [2021-02-25T03:25:56.647Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-02-25T03:25:56.647Z] === RUN TestCompressStreamBzip2Unsupported [2021-02-25T03:25:56.647Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-02-25T03:25:56.647Z] === RUN TestCompressStreamInvalid [2021-02-25T03:25:56.647Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-02-25T03:25:56.647Z] === RUN TestExtensionInvalid [2021-02-25T03:25:56.647Z] --- PASS: TestExtensionInvalid (0.00s) [2021-02-25T03:25:56.647Z] === RUN TestExtensionUncompressed [2021-02-25T03:25:56.647Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-02-25T03:25:56.647Z] === RUN TestExtensionBzip2 [2021-02-25T03:25:56.647Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-02-25T03:25:56.647Z] === RUN TestExtensionGzip [2021-02-25T03:25:56.647Z] --- PASS: TestExtensionGzip (0.00s) [2021-02-25T03:25:56.647Z] === RUN TestExtensionXz [2021-02-25T03:25:56.647Z] --- PASS: TestExtensionXz (0.00s) [2021-02-25T03:25:56.647Z] === RUN TestCmdStreamLargeStderr [2021-02-25T03:25:56.647Z] --- PASS: TestCmdStreamLargeStderr (0.15s) [2021-02-25T03:25:56.647Z] === RUN TestCmdStreamBad [2021-02-25T03:25:56.647Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-02-25T03:25:56.647Z] archive_test.go:239: Failing on Windows CI machines [2021-02-25T03:25:56.647Z] === RUN TestCmdStreamGood [2021-02-25T03:25:56.647Z] --- PASS: TestCmdStreamGood (0.04s) [2021-02-25T03:25:56.647Z] === RUN TestUntarPathWithInvalidDest [2021-02-25T03:25:56.647Z] === RUN Test [2021-02-25T03:25:56.647Z] === RUN Test/TestContainsEntry [2021-02-25T03:25:56.647Z] === RUN Test/TestCreateEntries [2021-02-25T03:25:56.647Z] === RUN Test/TestEntriesDiff [2021-02-25T03:25:56.647Z] === RUN Test/TestEntriesEquality [2021-02-25T03:25:56.647Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-02-25T03:25:56.647Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-02-25T03:25:56.647Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-02-25T03:25:56.647Z] === RUN Test/TestGeneratorNotGenerate [2021-02-25T03:25:56.647Z] === RUN Test/TestGeneratorWithPort [2021-02-25T03:25:56.647Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-02-25T03:25:56.647Z] === RUN Test/TestNewEntry [2021-02-25T03:25:56.647Z] === RUN Test/TestParse [2021-02-25T03:25:56.647Z] --- PASS: Test (0.00s) [2021-02-25T03:25:56.647Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-02-25T03:25:56.647Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-02-25T03:25:56.647Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-02-25T03:25:56.647Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-02-25T03:25:56.647Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-02-25T03:25:56.647Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-02-25T03:25:56.647Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-02-25T03:25:56.647Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-02-25T03:25:56.647Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-02-25T03:25:56.647Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-02-25T03:25:56.647Z] --- PASS: Test/TestNewEntry (0.00s) [2021-02-25T03:25:56.647Z] --- PASS: Test/TestParse (0.00s) [2021-02-25T03:25:56.647Z] PASS [2021-02-25T03:25:56.647Z] coverage: 58.3% of statements [2021-02-25T03:25:56.647Z] ok github.com/docker/docker/pkg/discovery 0.046s coverage: 58.3% of statements [2021-02-25T03:25:56.647Z] --- PASS: TestUntarPathWithInvalidDest (0.06s) [2021-02-25T03:25:56.647Z] === RUN TestUntarPathWithInvalidSrc [2021-02-25T03:25:56.647Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-02-25T03:25:56.647Z] === RUN TestUntarPath [2021-02-25T03:25:56.647Z] --- PASS: TestUntarPath (0.07s) [2021-02-25T03:25:56.647Z] === RUN TestUntarPathWithDestinationFile [2021-02-25T03:25:56.647Z] --- PASS: TestUntarPathWithDestinationFile (0.06s) [2021-02-25T03:25:56.647Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-02-25T03:25:56.766Z] === RUN TestKillContainer/non_killing_signal [2021-02-25T03:25:57.027Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2021-02-25T03:25:57.112Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.07s) [2021-02-25T03:25:57.112Z] === RUN TestCopyWithTarInvalidSrc [2021-02-25T03:25:57.112Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-02-25T03:25:57.112Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-02-25T03:25:57.112Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-02-25T03:25:57.112Z] === RUN TestCopyWithTarSrcFile [2021-02-25T03:25:57.112Z] --- PASS: TestCopyWithTarSrcFile (0.00s) [2021-02-25T03:25:57.112Z] === RUN TestCopyWithTarSrcFolder [2021-02-25T03:25:57.112Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2021-02-25T03:25:57.112Z] === RUN TestCopyFileWithTarInvalidSrc [2021-02-25T03:25:57.112Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2021-02-25T03:25:57.112Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-02-25T03:25:57.112Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2021-02-25T03:25:57.112Z] === RUN TestCopyFileWithTarSrcFolder [2021-02-25T03:25:57.112Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2021-02-25T03:25:57.112Z] === RUN TestCopyFileWithTarSrcFile [2021-02-25T03:25:57.112Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2021-02-25T03:25:57.112Z] === RUN TestTarFiles [2021-02-25T03:25:57.112Z] === RUN Test [2021-02-25T03:25:57.112Z] === RUN Test/TestContent [2021-02-25T03:25:57.112Z] === RUN Test/TestInitialize [2021-02-25T03:25:57.112Z] === RUN Test/TestNew [2021-02-25T03:25:57.112Z] === RUN Test/TestParsingContentsWithComments [2021-02-25T03:25:57.112Z] === RUN Test/TestRegister [2021-02-25T03:25:57.112Z] === RUN Test/TestWatch [2021-02-25T03:25:57.112Z] --- PASS: Test (0.01s) [2021-02-25T03:25:57.112Z] --- PASS: Test/TestContent (0.00s) [2021-02-25T03:25:57.112Z] --- PASS: Test/TestInitialize (0.00s) [2021-02-25T03:25:57.112Z] --- PASS: Test/TestNew (0.00s) [2021-02-25T03:25:57.112Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-02-25T03:25:57.112Z] --- PASS: Test/TestRegister (0.00s) [2021-02-25T03:25:57.112Z] --- PASS: Test/TestWatch (0.01s) [2021-02-25T03:25:57.112Z] PASS [2021-02-25T03:25:57.112Z] coverage: 92.9% of statements [2021-02-25T03:25:57.112Z] ok github.com/docker/docker/pkg/discovery/file 0.048s coverage: 92.9% of statements [2021-02-25T03:25:57.598Z] === RUN TestKillContainer/killing_signal [2021-02-25T03:25:57.663Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-02-25T03:25:57.858Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-02-25T03:25:58.090Z] === RUN Test [2021-02-25T03:25:58.090Z] === RUN Test/TestWatch [2021-02-25T03:25:58.090Z] --- PASS: Test (0.00s) [2021-02-25T03:25:58.090Z] --- PASS: Test/TestWatch (0.00s) [2021-02-25T03:25:58.090Z] PASS [2021-02-25T03:25:58.090Z] coverage: 92.3% of statements [2021-02-25T03:25:58.090Z] ok github.com/docker/docker/pkg/discovery/memory 0.174s coverage: 92.3% of statements [2021-02-25T03:25:58.314Z] tests/integration/models_nodes_test.py . [ 91%] [2021-02-25T03:25:58.314Z] tests/integration/models_resources_test.py . [ 91%] [2021-02-25T03:25:58.430Z] --- PASS: TestKillContainer (2.30s) [2021-02-25T03:25:58.430Z] --- PASS: TestKillContainer/no_signal (0.84s) [2021-02-25T03:25:58.430Z] --- PASS: TestKillContainer/non_killing_signal (0.59s) [2021-02-25T03:25:58.430Z] --- PASS: TestKillContainer/killing_signal (0.64s) [2021-02-25T03:25:58.430Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-02-25T03:25:58.430Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-02-25T03:25:58.554Z] === RUN Test [2021-02-25T03:25:58.555Z] === RUN Test/TestInitialize [2021-02-25T03:25:58.555Z] === RUN Test [2021-02-25T03:25:58.555Z] === RUN Test/TestInitialize [2021-02-25T03:25:58.555Z] === RUN Test/TestInitializeWithPattern [2021-02-25T03:25:58.555Z] === RUN Test/TestRegister [2021-02-25T03:25:58.555Z] === RUN Test/TestWatch [2021-02-25T03:25:58.555Z] --- PASS: Test (0.00s) [2021-02-25T03:25:58.555Z] --- PASS: Test/TestInitialize (0.00s) [2021-02-25T03:25:58.555Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-02-25T03:25:58.555Z] --- PASS: Test/TestRegister (0.00s) [2021-02-25T03:25:58.555Z] --- PASS: Test/TestWatch (0.00s) [2021-02-25T03:25:58.555Z] PASS [2021-02-25T03:25:58.555Z] coverage: 93.8% of statements [2021-02-25T03:25:58.555Z] ok github.com/docker/docker/pkg/discovery/nodes 0.132s coverage: 93.8% of statements [2021-02-25T03:25:58.555Z] time="2021-02-25T03:25:58Z" level=info msg="Initializing discovery without TLS" [2021-02-25T03:25:58.555Z] time="2021-02-25T03:25:58Z" level=info msg="Initializing discovery without TLS" [2021-02-25T03:25:58.555Z] time="2021-02-25T03:25:58Z" level=info msg="Initializing discovery without TLS" [2021-02-25T03:25:58.555Z] === RUN Test/TestInitializeWithCerts [2021-02-25T03:25:58.555Z] time="2021-02-25T03:25:58Z" level=info msg="Initializing discovery with TLS" [2021-02-25T03:25:58.555Z] === RUN Test/TestWatch [2021-02-25T03:25:58.555Z] time="2021-02-25T03:25:58Z" level=info msg="Initializing discovery without TLS" [2021-02-25T03:25:58.607Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-02-25T03:25:58.996Z] Loaded image: buildpack-deps:buster [2021-02-25T03:25:58.996Z] Loaded image: busybox:latest [2021-02-25T03:25:59.002Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-02-25T03:25:59.253Z] Loaded image: busybox:glibc [2021-02-25T03:25:59.533Z] === RUN TestPollerAddRemove [2021-02-25T03:25:59.533Z] --- PASS: TestPollerAddRemove (0.00s) [2021-02-25T03:25:59.533Z] === RUN TestPollerEvent [2021-02-25T03:25:59.533Z] --- SKIP: TestPollerEvent (0.00s) [2021-02-25T03:25:59.533Z] poller_test.go:41: No chmod on Windows [2021-02-25T03:25:59.533Z] === RUN TestPollerClose [2021-02-25T03:25:59.533Z] --- PASS: TestPollerClose (0.00s) [2021-02-25T03:25:59.533Z] PASS [2021-02-25T03:25:59.533Z] coverage: 45.7% of statements [2021-02-25T03:25:59.533Z] ok github.com/docker/docker/pkg/filenotify 0.038s coverage: 45.7% of statements [2021-02-25T03:25:59.572Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.19s) [2021-02-25T03:25:59.572Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.58s) [2021-02-25T03:25:59.572Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.44s) [2021-02-25T03:25:59.572Z] === RUN TestKillStoppedContainer [2021-02-25T03:25:59.572Z] --- PASS: TestKillStoppedContainer (0.06s) [2021-02-25T03:25:59.572Z] === RUN TestKillStoppedContainerAPIPre120 [2021-02-25T03:25:59.572Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2021-02-25T03:25:59.572Z] === RUN TestKillDifferentUserContainer [2021-02-25T03:25:59.995Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-02-25T03:25:59.996Z] === RUN TestCopyFileWithInvalidSrc [2021-02-25T03:25:59.996Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-02-25T03:25:59.996Z] === RUN TestCopyFileWithInvalidDest [2021-02-25T03:25:59.996Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2021-02-25T03:25:59.996Z] === RUN TestCopyFileWithSameSrcAndDest [2021-02-25T03:25:59.996Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-02-25T03:25:59.996Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-02-25T03:25:59.996Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2021-02-25T03:25:59.996Z] === RUN TestCopyFile [2021-02-25T03:25:59.996Z] --- PASS: TestCopyFile (0.00s) [2021-02-25T03:25:59.996Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-02-25T03:25:59.996Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-02-25T03:25:59.996Z] fileutils_test.go:134: Needs porting to Windows [2021-02-25T03:25:59.996Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-02-25T03:25:59.996Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-02-25T03:25:59.996Z] === RUN TestReadSymlinkedDirectoryToFile [2021-02-25T03:25:59.996Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-02-25T03:25:59.996Z] fileutils_test.go:180: Needs porting to Windows [2021-02-25T03:25:59.996Z] === RUN TestWildcardMatches [2021-02-25T03:25:59.996Z] --- PASS: TestWildcardMatches (0.00s) [2021-02-25T03:25:59.996Z] === RUN TestPatternMatches [2021-02-25T03:25:59.996Z] --- PASS: TestPatternMatches (0.00s) [2021-02-25T03:25:59.996Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-02-25T03:25:59.996Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-02-25T03:25:59.996Z] === RUN TestPatternMatchesFolderExclusions [2021-02-25T03:25:59.996Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-02-25T03:25:59.996Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-02-25T03:25:59.996Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-02-25T03:25:59.996Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-02-25T03:25:59.996Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-02-25T03:25:59.996Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-02-25T03:25:59.996Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-02-25T03:25:59.996Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-02-25T03:25:59.996Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-02-25T03:25:59.996Z] === RUN TestSingleExclamationError [2021-02-25T03:25:59.996Z] --- PASS: TestSingleExclamationError (0.00s) [2021-02-25T03:25:59.996Z] === RUN TestMatchesWithNoPatterns [2021-02-25T03:25:59.996Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-02-25T03:25:59.996Z] === RUN TestMatchesWithMalformedPatterns [2021-02-25T03:25:59.996Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-02-25T03:25:59.996Z] === RUN TestMatches [2021-02-25T03:25:59.996Z] --- PASS: TestMatches (0.00s) [2021-02-25T03:25:59.996Z] === RUN TestCleanPatterns [2021-02-25T03:25:59.996Z] --- PASS: TestCleanPatterns (0.00s) [2021-02-25T03:25:59.996Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-02-25T03:25:59.996Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-02-25T03:25:59.996Z] === RUN TestCleanPatternsExceptionFlag [2021-02-25T03:25:59.996Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-02-25T03:25:59.996Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-02-25T03:25:59.996Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-02-25T03:25:59.996Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-02-25T03:25:59.996Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-02-25T03:25:59.996Z] === RUN TestCleanPatternsErrorSingleException [2021-02-25T03:25:59.996Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-02-25T03:25:59.996Z] === RUN TestCreateIfNotExistsDir [2021-02-25T03:25:59.996Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2021-02-25T03:25:59.996Z] === RUN TestCreateIfNotExistsFile [2021-02-25T03:25:59.996Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2021-02-25T03:25:59.996Z] === RUN TestMatch [2021-02-25T03:25:59.996Z] --- PASS: TestMatch (0.00s) [2021-02-25T03:25:59.996Z] PASS [2021-02-25T03:25:59.996Z] coverage: 87.7% of statements [2021-02-25T03:25:59.996Z] ok github.com/docker/docker/pkg/fileutils 0.110s coverage: 87.7% of statements [2021-02-25T03:26:00.141Z] --- PASS: TestKillDifferentUserContainer (0.61s) [2021-02-25T03:26:00.141Z] === RUN TestInspectOomKilledTrue [2021-02-25T03:26:00.141Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-02-25T03:26:00.141Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-25T03:26:00.141Z] === RUN TestInspectOomKilledFalse [2021-02-25T03:26:00.141Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-02-25T03:26:00.141Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-25T03:26:00.141Z] === RUN TestLinksEtcHostsContentMatch [2021-02-25T03:26:00.460Z] === RUN TestGet [2021-02-25T03:26:00.460Z] --- PASS: TestGet (0.00s) [2021-02-25T03:26:00.460Z] === RUN TestGetShortcutString [2021-02-25T03:26:00.460Z] --- PASS: TestGetShortcutString (0.00s) [2021-02-25T03:26:00.460Z] PASS [2021-02-25T03:26:00.460Z] coverage: 42.9% of statements [2021-02-25T03:26:00.460Z] ok github.com/docker/docker/pkg/homedir 0.064s coverage: 42.9% of statements [2021-02-25T03:26:00.711Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2021-02-25T03:26:00.711Z] --- PASS: TestLinksEtcHostsContentMatch (0.50s) [2021-02-25T03:26:00.711Z] === RUN TestLinksContainerNames [2021-02-25T03:26:00.948Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-02-25T03:26:00.948Z] Using test binary docker [2021-02-25T03:26:00.948Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-02-25T03:26:00.948Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-25T03:26:00.948Z] INFO: Waiting for daemon to start... [2021-02-25T03:26:00.948Z] Starting dockerd [2021-02-25T03:26:00.971Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-02-25T03:26:01.439Z] === RUN TestCreateIDMapOrder [2021-02-25T03:26:01.439Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-02-25T03:26:01.439Z] PASS [2021-02-25T03:26:01.439Z] coverage: 7.2% of statements [2021-02-25T03:26:01.439Z] ok github.com/docker/docker/pkg/idtools 0.067s coverage: 7.2% of statements [2021-02-25T03:26:01.439Z] --- PASS: Test (3.14s) [2021-02-25T03:26:01.439Z] --- PASS: Test/TestInitialize (0.14s) [2021-02-25T03:26:01.439Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2021-02-25T03:26:01.903Z] --- PASS: Test/TestWatch (3.00s) [2021-02-25T03:26:01.903Z] PASS [2021-02-25T03:26:01.903Z] coverage: 84.1% of statements [2021-02-25T03:26:01.903Z] ok github.com/docker/docker/pkg/discovery/kv 3.281s coverage: 84.1% of statements [2021-02-25T03:26:02.355Z] --- PASS: TestLinksContainerNames (1.36s) [2021-02-25T03:26:02.355Z] === RUN TestLogsFollowTailEmpty [2021-02-25T03:26:02.367Z] === RUN TestFixedBufferCap [2021-02-25T03:26:02.367Z] --- PASS: TestFixedBufferCap (0.00s) [2021-02-25T03:26:02.367Z] === RUN TestFixedBufferLen [2021-02-25T03:26:02.367Z] --- PASS: TestFixedBufferLen (0.00s) [2021-02-25T03:26:02.367Z] === RUN TestFixedBufferString [2021-02-25T03:26:02.367Z] --- PASS: TestFixedBufferString (0.00s) [2021-02-25T03:26:02.367Z] === RUN TestFixedBufferWrite [2021-02-25T03:26:02.367Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-02-25T03:26:02.367Z] === RUN TestFixedBufferRead [2021-02-25T03:26:02.367Z] --- PASS: TestFixedBufferRead (0.00s) [2021-02-25T03:26:02.367Z] === RUN TestBytesPipeRead [2021-02-25T03:26:02.367Z] --- PASS: TestBytesPipeRead (0.00s) [2021-02-25T03:26:02.367Z] === RUN TestBytesPipeWrite [2021-02-25T03:26:02.367Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-02-25T03:26:02.367Z] === RUN TestBytesPipeWriteRandomChunks [2021-02-25T03:26:02.525Z] Loaded image: debian:bullseye [2021-02-25T03:26:02.525Z] Loaded image: hello-world:latest [2021-02-25T03:26:02.525Z] Loaded image: arm32v7/hello-world:latest [2021-02-25T03:26:02.616Z] --- PASS: TestLogsFollowTailEmpty (0.61s) [2021-02-25T03:26:02.616Z] === RUN TestContainerNetworkMountsNoChown [2021-02-25T03:26:02.781Z] INFO: Testing against a local daemon [2021-02-25T03:26:02.781Z] === RUN TestCgroupNamespacesBuild [2021-02-25T03:26:02.831Z] --- PASS: TestTarFiles (6.00s) [2021-02-25T03:26:02.831Z] === RUN TestTarUntar [2021-02-25T03:26:02.831Z] --- PASS: TestTarUntar (0.02s) [2021-02-25T03:26:02.831Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-02-25T03:26:02.831Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2021-02-25T03:26:02.831Z] === RUN TestTarWithOptions [2021-02-25T03:26:02.831Z] --- PASS: TestTarWithOptions (0.03s) [2021-02-25T03:26:02.831Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-02-25T03:26:02.831Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2021-02-25T03:26:02.831Z] === RUN TestUntarUstarGnuConflict [2021-02-25T03:26:02.831Z] --- PASS: TestUntarUstarGnuConflict (0.03s) [2021-02-25T03:26:02.831Z] === RUN TestUntarInvalidFilenames [2021-02-25T03:26:03.188Z] --- PASS: TestContainerNetworkMountsNoChown (0.58s) [2021-02-25T03:26:03.188Z] === RUN TestMountDaemonRoot [2021-02-25T03:26:03.188Z] === RUN TestMountDaemonRoot/default [2021-02-25T03:26:03.188Z] === PAUSE TestMountDaemonRoot/default [2021-02-25T03:26:03.188Z] === RUN TestMountDaemonRoot/private [2021-02-25T03:26:03.188Z] === PAUSE TestMountDaemonRoot/private [2021-02-25T03:26:03.188Z] === RUN TestMountDaemonRoot/rprivate [2021-02-25T03:26:03.188Z] === PAUSE TestMountDaemonRoot/rprivate [2021-02-25T03:26:03.188Z] === RUN TestMountDaemonRoot/slave [2021-02-25T03:26:03.188Z] === PAUSE TestMountDaemonRoot/slave [2021-02-25T03:26:03.188Z] === RUN TestMountDaemonRoot/rslave [2021-02-25T03:26:03.188Z] === PAUSE TestMountDaemonRoot/rslave [2021-02-25T03:26:03.188Z] === RUN TestMountDaemonRoot/shared [2021-02-25T03:26:03.188Z] === PAUSE TestMountDaemonRoot/shared [2021-02-25T03:26:03.188Z] === RUN TestMountDaemonRoot/rshared [2021-02-25T03:26:03.188Z] === PAUSE TestMountDaemonRoot/rshared [2021-02-25T03:26:03.188Z] === CONT TestMountDaemonRoot/default [2021-02-25T03:26:03.189Z] === RUN TestMountDaemonRoot/default/bind_root [2021-02-25T03:26:03.189Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-02-25T03:26:03.189Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-02-25T03:26:03.189Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-02-25T03:26:03.189Z] === RUN TestMountDaemonRoot/default/mount_root [2021-02-25T03:26:03.189Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-02-25T03:26:03.189Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-02-25T03:26:03.189Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-02-25T03:26:03.189Z] === CONT TestMountDaemonRoot/default/bind_root [2021-02-25T03:26:03.189Z] === CONT TestMountDaemonRoot/rshared [2021-02-25T03:26:03.189Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-02-25T03:26:03.189Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-02-25T03:26:03.189Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-02-25T03:26:03.189Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-02-25T03:26:03.189Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-02-25T03:26:03.189Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-02-25T03:26:03.189Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-02-25T03:26:03.189Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-02-25T03:26:03.189Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-02-25T03:26:03.295Z] === RUN TestError [2021-02-25T03:26:03.295Z] --- PASS: TestError (0.00s) [2021-02-25T03:26:03.295Z] === RUN TestProgressString [2021-02-25T03:26:03.295Z] === RUN TestProgressString/no_progress [2021-02-25T03:26:03.295Z] === RUN TestProgressString/progress_1 [2021-02-25T03:26:03.295Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-02-25T03:26:03.295Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-02-25T03:26:03.295Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-02-25T03:26:03.295Z] === RUN TestProgressString/with_units [2021-02-25T03:26:03.295Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-02-25T03:26:03.295Z] === RUN TestProgressString/hide_counts [2021-02-25T03:26:03.295Z] --- PASS: TestProgressString (0.00s) [2021-02-25T03:26:03.295Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-02-25T03:26:03.295Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-02-25T03:26:03.295Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-02-25T03:26:03.295Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-02-25T03:26:03.295Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-02-25T03:26:03.295Z] --- PASS: TestProgressString/with_units (0.00s) [2021-02-25T03:26:03.295Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-02-25T03:26:03.295Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-02-25T03:26:03.295Z] === RUN TestJSONMessageDisplay [2021-02-25T03:26:03.295Z] --- PASS: TestBytesPipeWriteRandomChunks (0.70s) [2021-02-25T03:26:03.295Z] === RUN TestAtomicWriteToFile [2021-02-25T03:26:03.295Z] --- PASS: TestAtomicWriteToFile (0.02s) [2021-02-25T03:26:03.295Z] === RUN TestAtomicWriteSetCommit [2021-02-25T03:26:03.295Z] === RUN TestStandardLongPath [2021-02-25T03:26:03.295Z] --- PASS: TestStandardLongPath (0.00s) [2021-02-25T03:26:03.295Z] === RUN TestUNCLongPath [2021-02-25T03:26:03.295Z] --- PASS: TestUNCLongPath (0.00s) [2021-02-25T03:26:03.295Z] PASS [2021-02-25T03:26:03.295Z] coverage: 100.0% of statements [2021-02-25T03:26:03.295Z] --- PASS: TestAtomicWriteSetCommit (0.02s) [2021-02-25T03:26:03.295Z] === RUN TestAtomicWriteSetCancel [2021-02-25T03:26:03.295Z] ok github.com/docker/docker/pkg/longpath 0.083s coverage: 100.0% of statements [2021-02-25T03:26:03.295Z] --- PASS: TestAtomicWriteSetCancel (0.02s) [2021-02-25T03:26:03.295Z] === RUN TestReadCloserWrapperClose [2021-02-25T03:26:03.295Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-02-25T03:26:03.295Z] === RUN TestReaderErrWrapperReadOnError [2021-02-25T03:26:03.295Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-02-25T03:26:03.295Z] === RUN TestReaderErrWrapperRead [2021-02-25T03:26:03.295Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-02-25T03:26:03.295Z] === RUN TestHashData [2021-02-25T03:26:03.295Z] --- PASS: TestHashData (0.00s) [2021-02-25T03:26:03.295Z] === RUN TestCancelReadCloser [2021-02-25T03:26:03.295Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames999246542\\dest" [2021-02-25T03:26:03.295Z] --- PASS: TestUntarInvalidFilenames (0.18s) [2021-02-25T03:26:03.295Z] === RUN TestUntarHardlinkToSymlink [2021-02-25T03:26:03.295Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2021-02-25T03:26:03.295Z] === RUN TestUntarInvalidHardlink [2021-02-25T03:26:03.295Z] --- PASS: TestJSONMessageDisplay (0.14s) [2021-02-25T03:26:03.295Z] === RUN TestJSONMessageDisplayWithJSONError [2021-02-25T03:26:03.295Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-02-25T03:26:03.295Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-02-25T03:26:03.295Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-02-25T03:26:03.295Z] === RUN TestDisplayJSONMessagesStream [2021-02-25T03:26:03.295Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink463702735\\victim\\hello" -> "../victim/hello" [2021-02-25T03:26:03.295Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-02-25T03:26:03.295Z] PASS [2021-02-25T03:26:03.295Z] coverage: 91.7% of statements [2021-02-25T03:26:03.295Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink905117154\\victim\\hello" -> "/../victim/hello" [2021-02-25T03:26:03.295Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink516575193\\victim" -> "../victim" [2021-02-25T03:26:03.295Z] ok github.com/docker/docker/pkg/jsonmessage 0.223s coverage: 91.7% of statements [2021-02-25T03:26:03.295Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink258407268\\victim" -> "../victim" [2021-02-25T03:26:03.295Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink576846707\\victim" -> "../victim" [2021-02-25T03:26:03.295Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink854148150\\victim" -> "../victim" [2021-02-25T03:26:03.295Z] --- PASS: TestUntarInvalidHardlink (0.05s) [2021-02-25T03:26:03.295Z] === RUN TestUntarInvalidSymlink [2021-02-25T03:26:03.295Z] --- PASS: TestCancelReadCloser (0.10s) [2021-02-25T03:26:03.295Z] === RUN TestWriteCloserWrapperClose [2021-02-25T03:26:03.295Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-02-25T03:26:03.295Z] === RUN TestNopWriteCloser [2021-02-25T03:26:03.295Z] --- PASS: TestNopWriteCloser (0.00s) [2021-02-25T03:26:03.295Z] === RUN TestNopWriter [2021-02-25T03:26:03.295Z] --- PASS: TestNopWriter (0.00s) [2021-02-25T03:26:03.295Z] === RUN TestWriteCounter [2021-02-25T03:26:03.295Z] --- PASS: TestWriteCounter (0.00s) [2021-02-25T03:26:03.295Z] PASS [2021-02-25T03:26:03.295Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink658690589\\dest\\dotdot" -> "../victim/hello" [2021-02-25T03:26:03.295Z] coverage: 69.2% of statements [2021-02-25T03:26:03.295Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink808672984\\dest\\slash-dotdot" -> "/../victim/hello" [2021-02-25T03:26:03.295Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink151162455\\dest\\loophole-victim" -> "../victim" [2021-02-25T03:26:03.295Z] ok github.com/docker/docker/pkg/ioutils 0.965s coverage: 69.2% of statements [2021-02-25T03:26:03.295Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink169744842\\dest\\loophole-victim" -> "../victim" [2021-02-25T03:26:03.295Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink123466913\\dest\\loophole-victim" -> "../victim" [2021-02-25T03:26:03.295Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink426652556\\dest\\loophole-victim" -> "../victim" [2021-02-25T03:26:03.295Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink391320443\\dest\\dir\\loophole" -> "../../victim" [2021-02-25T03:26:03.295Z] --- PASS: TestUntarInvalidSymlink (0.03s) [2021-02-25T03:26:03.295Z] === RUN TestTempArchiveCloseMultipleTimes [2021-02-25T03:26:03.295Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-02-25T03:26:03.295Z] === RUN TestXGlobalNoParent [2021-02-25T03:26:03.295Z] --- PASS: TestXGlobalNoParent (0.00s) [2021-02-25T03:26:03.295Z] === RUN TestReplaceFileTarWrapper [2021-02-25T03:26:03.295Z] --- PASS: TestReplaceFileTarWrapper (0.17s) [2021-02-25T03:26:03.295Z] === RUN TestPrefixHeaderReadable [2021-02-25T03:26:03.295Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2021-02-25T03:26:03.295Z] === RUN TestDisablePigz [2021-02-25T03:26:03.459Z] === CONT TestMountDaemonRoot/shared [2021-02-25T03:26:03.459Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-02-25T03:26:03.459Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-02-25T03:26:03.459Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-02-25T03:26:03.459Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-02-25T03:26:03.459Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-02-25T03:26:03.459Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-02-25T03:26:03.459Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-02-25T03:26:03.459Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-02-25T03:26:03.459Z] === CONT TestMountDaemonRoot/rslave [2021-02-25T03:26:03.459Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-02-25T03:26:03.459Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-02-25T03:26:03.459Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-02-25T03:26:03.459Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-02-25T03:26:03.459Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-02-25T03:26:03.459Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-02-25T03:26:03.459Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-02-25T03:26:03.459Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-02-25T03:26:03.459Z] === CONT TestMountDaemonRoot/slave [2021-02-25T03:26:03.459Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-02-25T03:26:03.459Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-02-25T03:26:03.459Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-02-25T03:26:03.459Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-02-25T03:26:03.459Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-02-25T03:26:03.459Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-02-25T03:26:03.459Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-02-25T03:26:03.459Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-02-25T03:26:03.459Z] === CONT TestMountDaemonRoot/rprivate [2021-02-25T03:26:03.459Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-02-25T03:26:03.459Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-02-25T03:26:03.459Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-02-25T03:26:03.459Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-02-25T03:26:03.459Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-02-25T03:26:03.459Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-02-25T03:26:03.459Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-02-25T03:26:03.459Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-02-25T03:26:03.459Z] === CONT TestMountDaemonRoot/private [2021-02-25T03:26:03.459Z] === RUN TestMountDaemonRoot/private/bind_root [2021-02-25T03:26:03.459Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-02-25T03:26:03.459Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-02-25T03:26:03.459Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-02-25T03:26:03.459Z] === RUN TestMountDaemonRoot/private/mount_root [2021-02-25T03:26:03.459Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-02-25T03:26:03.459Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-02-25T03:26:03.459Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-02-25T03:26:03.459Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-02-25T03:26:03.459Z] === CONT TestMountDaemonRoot/default/mount_root [2021-02-25T03:26:03.459Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-02-25T03:26:03.459Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-02-25T03:26:03.459Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-02-25T03:26:03.459Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-02-25T03:26:03.459Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-02-25T03:26:03.459Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-02-25T03:26:03.459Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-02-25T03:26:03.459Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-02-25T03:26:03.719Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-02-25T03:26:03.719Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-02-25T03:26:03.719Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-02-25T03:26:03.719Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-02-25T03:26:03.719Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-02-25T03:26:03.719Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-02-25T03:26:03.719Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-02-25T03:26:03.719Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-02-25T03:26:03.719Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-02-25T03:26:03.719Z] === CONT TestMountDaemonRoot/private/bind_root [2021-02-25T03:26:03.719Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-02-25T03:26:03.719Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-02-25T03:26:03.719Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-02-25T03:26:03.760Z] --- PASS: TestDisablePigz (0.13s) [2021-02-25T03:26:03.760Z] archive_test.go:1331: Test will not check full path when Pigz not installed [2021-02-25T03:26:03.760Z] === RUN TestPigz [2021-02-25T03:26:03.760Z] --- PASS: TestPigz (0.12s) [2021-02-25T03:26:03.760Z] archive_test.go:1360: Tested whether Pigz is not used, as it not installed [2021-02-25T03:26:03.760Z] === RUN TestCopyFileWithInvalidDest [2021-02-25T03:26:03.760Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-02-25T03:26:03.760Z] archive_windows_test.go:16: Currently fails [2021-02-25T03:26:03.760Z] === RUN TestCanonicalTarNameForPath [2021-02-25T03:26:03.760Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-02-25T03:26:03.760Z] === RUN TestCanonicalTarName [2021-02-25T03:26:03.760Z] --- PASS: TestCanonicalTarName (0.00s) [2021-02-25T03:26:03.760Z] === RUN TestChmodTarEntry [2021-02-25T03:26:03.760Z] --- PASS: TestChmodTarEntry (0.00s) [2021-02-25T03:26:03.760Z] === RUN TestHardLinkOrder [2021-02-25T03:26:03.760Z] --- PASS: TestHardLinkOrder (0.10s) [2021-02-25T03:26:03.760Z] === RUN TestChangeString [2021-02-25T03:26:03.760Z] --- PASS: TestChangeString (0.00s) [2021-02-25T03:26:03.760Z] === RUN TestChangesWithNoChanges [2021-02-25T03:26:03.760Z] --- PASS: TestChangesWithNoChanges (0.05s) [2021-02-25T03:26:03.760Z] === RUN TestChangesWithChanges [2021-02-25T03:26:03.760Z] --- PASS: TestChangesWithChanges (0.03s) [2021-02-25T03:26:03.760Z] === RUN TestChangesWithChangesGH13590 [2021-02-25T03:26:03.760Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-02-25T03:26:03.760Z] changes_test.go:192: needs more investigation [2021-02-25T03:26:03.760Z] === RUN TestChangesDirsEmpty [2021-02-25T03:26:03.980Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-02-25T03:26:03.980Z] === CONT TestMountDaemonRoot/private/mount_root [2021-02-25T03:26:03.980Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-02-25T03:26:03.980Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-02-25T03:26:03.980Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-02-25T03:26:03.980Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2021-02-25T03:26:03.980Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2021-02-25T03:26:03.980Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2021-02-25T03:26:03.980Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2021-02-25T03:26:03.980Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-02-25T03:26:03.980Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2021-02-25T03:26:03.980Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2021-02-25T03:26:03.980Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2021-02-25T03:26:03.980Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2021-02-25T03:26:03.980Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-02-25T03:26:03.980Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2021-02-25T03:26:03.980Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2021-02-25T03:26:03.980Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2021-02-25T03:26:03.980Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.06s) [2021-02-25T03:26:03.980Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-02-25T03:26:03.980Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2021-02-25T03:26:03.980Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2021-02-25T03:26:03.980Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2021-02-25T03:26:03.980Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2021-02-25T03:26:03.980Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-02-25T03:26:03.980Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2021-02-25T03:26:03.980Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-02-25T03:26:03.980Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2021-02-25T03:26:03.980Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2021-02-25T03:26:03.980Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-02-25T03:26:03.980Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2021-02-25T03:26:03.980Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2021-02-25T03:26:03.980Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-02-25T03:26:03.980Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2021-02-25T03:26:03.980Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-02-25T03:26:03.980Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2021-02-25T03:26:03.980Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2021-02-25T03:26:03.980Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2021-02-25T03:26:03.980Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-02-25T03:26:03.980Z] === RUN TestContainerBindMountNonRecursive [2021-02-25T03:26:04.225Z] === RUN TestNameFormat [2021-02-25T03:26:04.225Z] --- PASS: TestNameFormat (0.00s) [2021-02-25T03:26:04.225Z] === RUN TestNameRetries [2021-02-25T03:26:04.225Z] --- PASS: TestNameRetries (0.00s) [2021-02-25T03:26:04.225Z] PASS [2021-02-25T03:26:04.225Z] coverage: 85.7% of statements [2021-02-25T03:26:04.225Z] ok github.com/docker/docker/pkg/namesgenerator 0.103s coverage: 85.7% of statements [2021-02-25T03:26:04.225Z] --- PASS: TestChangesDirsEmpty (0.35s) [2021-02-25T03:26:04.225Z] === RUN TestChangesDirsMutated [2021-02-25T03:26:04.225Z] === RUN TestParseKeyValueOpt [2021-02-25T03:26:04.225Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-02-25T03:26:04.225Z] === RUN TestParseUintList [2021-02-25T03:26:04.225Z] --- PASS: TestParseUintList (0.00s) [2021-02-25T03:26:04.225Z] === RUN TestParseUintListMaximumLimits [2021-02-25T03:26:04.225Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-02-25T03:26:04.225Z] PASS [2021-02-25T03:26:04.225Z] coverage: 97.0% of statements [2021-02-25T03:26:04.225Z] ok github.com/docker/docker/pkg/parsers 0.048s coverage: 97.0% of statements [2021-02-25T03:26:04.225Z] --- PASS: TestChangesDirsMutated (0.13s) [2021-02-25T03:26:04.225Z] === RUN TestApplyLayer [2021-02-25T03:26:04.225Z] --- SKIP: TestApplyLayer (0.00s) [2021-02-25T03:26:04.225Z] changes_test.go:405: needs further investigation [2021-02-25T03:26:04.225Z] === RUN TestChangesSizeWithHardlinks [2021-02-25T03:26:04.225Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-02-25T03:26:04.225Z] changes_test.go:441: needs further investigation [2021-02-25T03:26:04.225Z] === RUN TestChangesSizeWithNoChanges [2021-02-25T03:26:04.225Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-02-25T03:26:04.225Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-02-25T03:26:04.225Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-02-25T03:26:04.225Z] === RUN TestChangesSize [2021-02-25T03:26:04.225Z] --- PASS: TestChangesSize (0.01s) [2021-02-25T03:26:04.225Z] === RUN TestApplyLayerInvalidFilenames [2021-02-25T03:26:04.225Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames918977922\\dest" [2021-02-25T03:26:04.225Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2021-02-25T03:26:04.225Z] === RUN TestApplyLayerInvalidHardlink [2021-02-25T03:26:04.225Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink698286084\\victim\\hello" -> "../victim/hello" [2021-02-25T03:26:04.225Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink557829523\\victim\\hello" -> "/../victim/hello" [2021-02-25T03:26:04.225Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink810888150\\victim" -> "../victim" [2021-02-25T03:26:04.225Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink433908029\\victim" -> "../victim" [2021-02-25T03:26:04.248Z] . [2021-02-25T03:26:04.248Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-02-25T03:26:04.248Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-02-25T03:26:04.248Z] Error: No such image: emptyfs [2021-02-25T03:26:04.248Z] Running integration-test (iteration 1) [2021-02-25T03:26:04.248Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-02-25T03:26:04.407Z] tests/integration/models_services_test.py ..............X. [ 95%] [2021-02-25T03:26:04.673Z] --- PASS: TestCgroupNamespacesBuild (1.94s) [2021-02-25T03:26:04.674Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-02-25T03:26:04.689Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink319946104\\victim" -> "../victim" [2021-02-25T03:26:04.690Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink746364535\\victim" -> "../victim" [2021-02-25T03:26:04.690Z] --- PASS: TestApplyLayerInvalidHardlink (0.05s) [2021-02-25T03:26:04.690Z] === RUN TestApplyLayerInvalidSymlink [2021-02-25T03:26:04.690Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink215853930\\dest\\dotdot" -> "../victim/hello" [2021-02-25T03:26:04.690Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink082557889\\dest\\slash-dotdot" -> "/../victim/hello" [2021-02-25T03:26:04.690Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink953524268\\dest\\loophole-victim" -> "../victim" [2021-02-25T03:26:04.690Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink321066395\\dest\\loophole-victim" -> "../victim" [2021-02-25T03:26:04.690Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink108900926\\dest\\loophole-victim" -> "../victim" [2021-02-25T03:26:04.690Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink441561221\\dest\\loophole-victim" -> "../victim" [2021-02-25T03:26:04.690Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s) [2021-02-25T03:26:04.690Z] === RUN TestApplyLayerWhiteouts [2021-02-25T03:26:04.690Z] === RUN TestNewAndRemove [2021-02-25T03:26:04.690Z] --- PASS: TestNewAndRemove (0.00s) [2021-02-25T03:26:04.690Z] === RUN TestRemoveInvalidPath [2021-02-25T03:26:04.690Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-02-25T03:26:04.690Z] PASS [2021-02-25T03:26:04.690Z] coverage: 82.6% of statements [2021-02-25T03:26:04.690Z] --- PASS: TestApplyLayerWhiteouts (0.08s) [2021-02-25T03:26:04.690Z] === RUN TestGenerateEmptyFile [2021-02-25T03:26:04.690Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-02-25T03:26:04.690Z] === RUN TestGenerateWithContent [2021-02-25T03:26:04.690Z] --- PASS: TestGenerateWithContent (0.00s) [2021-02-25T03:26:04.690Z] PASS [2021-02-25T03:26:04.690Z] coverage: 62.6% of statements [2021-02-25T03:26:04.690Z] ok github.com/docker/docker/pkg/pidfile 0.051s coverage: 82.6% of statements [2021-02-25T03:26:04.690Z] ok github.com/docker/docker/pkg/archive 9.003s coverage: 62.6% of statements [2021-02-25T03:26:05.669Z] === RUN TestParseEmptyInterface [2021-02-25T03:26:05.669Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-02-25T03:26:05.669Z] === RUN TestParseNonInterfaceType [2021-02-25T03:26:05.669Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-02-25T03:26:05.669Z] === RUN TestParseWithOneFunction [2021-02-25T03:26:05.669Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-02-25T03:26:05.669Z] === RUN TestParseWithMultipleFuncs [2021-02-25T03:26:05.669Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-02-25T03:26:05.669Z] === RUN TestParseWithUnnamedReturn [2021-02-25T03:26:05.669Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-02-25T03:26:05.669Z] === RUN TestEmbeddedInterface [2021-02-25T03:26:05.669Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-02-25T03:26:05.669Z] === RUN TestParsedImports [2021-02-25T03:26:05.669Z] --- PASS: TestParsedImports (0.00s) [2021-02-25T03:26:05.669Z] === RUN TestAliasedImports [2021-02-25T03:26:05.669Z] --- PASS: TestAliasedImports (0.00s) [2021-02-25T03:26:05.669Z] PASS [2021-02-25T03:26:05.669Z] coverage: 56.8% of statements [2021-02-25T03:26:05.669Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.059s coverage: 56.8% of statements [2021-02-25T03:26:05.897Z] --- PASS: TestContainerBindMountNonRecursive (1.78s) [2021-02-25T03:26:05.897Z] === RUN TestContainerVolumesMountedAsShared [2021-02-25T03:26:06.045Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.31s) [2021-02-25T03:26:06.046Z] === RUN TestBuildWithSession [2021-02-25T03:26:06.046Z] --- SKIP: TestBuildWithSession (0.00s) [2021-02-25T03:26:06.046Z] build_session_test.go:25: TODO: BuildKit [2021-02-25T03:26:06.046Z] === RUN TestBuildSquashParent [2021-02-25T03:26:06.158Z] === RUN TestDockerSuite/TestBuildBlankName [2021-02-25T03:26:06.158Z] --- PASS: TestContainerVolumesMountedAsShared (0.59s) [2021-02-25T03:26:06.158Z] === RUN TestContainerVolumesMountedAsSlave [2021-02-25T03:26:06.648Z] === RUN TestFailedConnection [2021-02-25T03:26:06.729Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-02-25T03:26:06.729Z] --- PASS: TestContainerVolumesMountedAsSlave (0.53s) [2021-02-25T03:26:06.729Z] === RUN TestNetworkNat [2021-02-25T03:26:06.768Z] Loaded image: buildpack-deps:buster [2021-02-25T03:26:06.768Z] Loaded image: busybox:latest [2021-02-25T03:26:06.768Z] Loaded image: busybox:glibc [2021-02-25T03:26:07.111Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-02-25T03:26:07.111Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-02-25T03:26:07.111Z] === RUN TestBufioReaderPoolPutAndGet [2021-02-25T03:26:07.111Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-02-25T03:26:07.111Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-02-25T03:26:07.111Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-02-25T03:26:07.111Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-02-25T03:26:07.111Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-02-25T03:26:07.111Z] === RUN TestBufioWriterPoolPutAndGet [2021-02-25T03:26:07.111Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-02-25T03:26:07.111Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-02-25T03:26:07.111Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-02-25T03:26:07.111Z] === RUN TestBufferPoolPutAndGet [2021-02-25T03:26:07.111Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-02-25T03:26:07.111Z] PASS [2021-02-25T03:26:07.111Z] coverage: 88.2% of statements [2021-02-25T03:26:07.111Z] ok github.com/docker/docker/pkg/pools 0.040s coverage: 88.2% of statements [2021-02-25T03:26:07.111Z] === RUN TestHTTPTransport [2021-02-25T03:26:07.111Z] --- PASS: TestHTTPTransport (0.00s) [2021-02-25T03:26:07.111Z] PASS [2021-02-25T03:26:07.111Z] coverage: 85.7% of statements [2021-02-25T03:26:07.111Z] ok github.com/docker/docker/pkg/plugins/transport 0.071s coverage: 85.7% of statements [2021-02-25T03:26:07.298Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2021-02-25T03:26:07.558Z] --- PASS: TestNetworkNat (0.70s) [2021-02-25T03:26:07.558Z] === RUN TestNetworkLocalhostTCPNat [2021-02-25T03:26:07.575Z] --- PASS: TestFailedConnection (1.15s) [2021-02-25T03:26:07.575Z] === RUN TestFailOnce [2021-02-25T03:26:07.575Z] 2021/02/25 03:26:07 http: panic serving 127.0.0.1:49223: Plugin not ready [2021-02-25T03:26:07.575Z] goroutine 10 [running]: [2021-02-25T03:26:07.575Z] net/http.(*conn).serve.func1(0xc000058b40) [2021-02-25T03:26:07.575Z] c:/go/src/net/http/server.go:1795 +0x140 [2021-02-25T03:26:07.575Z] panic(0x849b40, 0x986ad0) [2021-02-25T03:26:07.575Z] c:/go/src/runtime/panic.go:679 +0x1c0 [2021-02-25T03:26:07.575Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x99a700, 0xc000132000, 0xc0000d0300) [2021-02-25T03:26:07.575Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56 [2021-02-25T03:26:07.575Z] net/http.HandlerFunc.ServeHTTP(0xc0000ec050, 0x99a700, 0xc000132000, 0xc0000d0300) [2021-02-25T03:26:07.575Z] c:/go/src/net/http/server.go:2036 +0x4b [2021-02-25T03:26:07.575Z] net/http.(*ServeMux).ServeHTTP(0xc0000fc000, 0x99a700, 0xc000132000, 0xc0000d0300) [2021-02-25T03:26:07.575Z] c:/go/src/net/http/server.go:2416 +0x1c4 [2021-02-25T03:26:07.575Z] net/http.serverHandler.ServeHTTP(0xc000102000, 0x99a700, 0xc000132000, 0xc0000d0300) [2021-02-25T03:26:07.575Z] c:/go/src/net/http/server.go:2831 +0xab [2021-02-25T03:26:07.575Z] net/http.(*conn).serve(0xc000058b40, 0x99b2c0, 0xc00004a980) [2021-02-25T03:26:07.575Z] c:/go/src/net/http/server.go:1919 +0x87c [2021-02-25T03:26:07.575Z] created by net/http.(*Server).Serve [2021-02-25T03:26:07.575Z] c:/go/src/net/http/server.go:2957 +0x38b [2021-02-25T03:26:07.575Z] time="2021-02-25T03:26:07Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49222/Test.FailOnce: Post http://127.0.0.1:49222/Test.FailOnce: EOF, retrying in 1s" [2021-02-25T03:26:07.575Z] === RUN TestOutputOnPrematureClose [2021-02-25T03:26:07.575Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-02-25T03:26:07.575Z] === RUN TestCompleteSilently [2021-02-25T03:26:07.575Z] --- PASS: TestCompleteSilently (0.00s) [2021-02-25T03:26:07.575Z] PASS [2021-02-25T03:26:07.575Z] coverage: 75.9% of statements [2021-02-25T03:26:07.575Z] ok github.com/docker/docker/pkg/progress 0.044s coverage: 75.9% of statements [2021-02-25T03:26:07.689Z] tests/integration/models_swarm_test.py .. [ 96%] [2021-02-25T03:26:07.689Z] tests/integration/models_volumes_test.py .. [ 96%] [2021-02-25T03:26:08.039Z] === RUN TestSendToOneSub [2021-02-25T03:26:08.039Z] --- PASS: TestSendToOneSub (0.00s) [2021-02-25T03:26:08.039Z] === RUN TestSendToMultipleSubs [2021-02-25T03:26:08.039Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-02-25T03:26:08.039Z] === RUN TestEvictOneSub [2021-02-25T03:26:08.039Z] --- PASS: TestEvictOneSub (0.00s) [2021-02-25T03:26:08.039Z] === RUN TestClosePublisher [2021-02-25T03:26:08.039Z] --- PASS: TestClosePublisher (0.00s) [2021-02-25T03:26:08.039Z] === RUN TestPubSubRace [2021-02-25T03:26:08.499Z] --- PASS: TestNetworkLocalhostTCPNat (0.85s) [2021-02-25T03:26:08.499Z] === RUN TestNetworkLoopbackNat [2021-02-25T03:26:08.505Z] === RUN TestRegister [2021-02-25T03:26:08.505Z] --- PASS: TestRegister (0.00s) [2021-02-25T03:26:08.505Z] === RUN TestCommand [2021-02-25T03:26:08.505Z] --- PASS: TestCommand (0.03s) [2021-02-25T03:26:08.505Z] === RUN TestNaiveSelf [2021-02-25T03:26:08.505Z] --- PASS: TestNaiveSelf (0.02s) [2021-02-25T03:26:08.505Z] PASS [2021-02-25T03:26:08.505Z] coverage: 82.4% of statements [2021-02-25T03:26:08.505Z] ok github.com/docker/docker/pkg/reexec 0.083s coverage: 82.4% of statements [2021-02-25T03:26:08.761Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-02-25T03:26:08.849Z] Loaded image: debian:bullseye [2021-02-25T03:26:08.849Z] Loaded image: hello-world:latest [2021-02-25T03:26:08.849Z] Loaded image: arm32v7/hello-world:latest [2021-02-25T03:26:08.849Z] INFO: Testing against a local daemon [2021-02-25T03:26:08.849Z] === RUN TestCgroupNamespacesBuild [2021-02-25T03:26:08.969Z] --- PASS: TestFailOnce (1.13s) [2021-02-25T03:26:08.969Z] === RUN TestEchoInputOutput [2021-02-25T03:26:08.969Z] --- PASS: TestEchoInputOutput (0.00s) [2021-02-25T03:26:08.969Z] === RUN TestBackoff [2021-02-25T03:26:08.969Z] --- PASS: TestBackoff (0.00s) [2021-02-25T03:26:08.969Z] === RUN TestAbortRetry [2021-02-25T03:26:08.969Z] --- PASS: TestAbortRetry (0.00s) [2021-02-25T03:26:08.969Z] === RUN TestClientScheme [2021-02-25T03:26:08.969Z] --- PASS: TestClientScheme (0.00s) [2021-02-25T03:26:08.969Z] === RUN TestNewClientWithTimeout [2021-02-25T03:26:08.969Z] --- PASS: TestPubSubRace (1.04s) [2021-02-25T03:26:08.969Z] PASS [2021-02-25T03:26:08.969Z] coverage: 75.0% of statements [2021-02-25T03:26:08.969Z] ok github.com/docker/docker/pkg/pubsub 1.077s coverage: 75.0% of statements [2021-02-25T03:26:09.434Z] time="2021-02-25T03:26:08Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49227/Test.Echo: Post http://127.0.0.1:49227/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-02-25T03:26:09.434Z] === RUN TestParseSignal [2021-02-25T03:26:09.434Z] --- PASS: TestParseSignal (0.00s) [2021-02-25T03:26:09.434Z] === RUN TestValidSignalForPlatform [2021-02-25T03:26:09.434Z] --- PASS: TestValidSignalForPlatform (0.00s) [2021-02-25T03:26:09.434Z] PASS [2021-02-25T03:26:09.434Z] coverage: 20.3% of statements [2021-02-25T03:26:09.434Z] ok github.com/docker/docker/pkg/signal 0.042s coverage: 20.3% of statements [2021-02-25T03:26:09.898Z] === RUN TestNewStdWriter [2021-02-25T03:26:09.898Z] --- PASS: TestNewStdWriter (0.00s) [2021-02-25T03:26:09.898Z] === RUN TestWriteWithUninitializedStdWriter [2021-02-25T03:26:09.898Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-02-25T03:26:09.898Z] === RUN TestWriteWithNilBytes [2021-02-25T03:26:09.898Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-02-25T03:26:09.898Z] === RUN TestWrite [2021-02-25T03:26:09.898Z] --- PASS: TestWrite (0.00s) [2021-02-25T03:26:09.898Z] === RUN TestWriteWithWriterError [2021-02-25T03:26:09.898Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-02-25T03:26:09.898Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-02-25T03:26:09.898Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-02-25T03:26:09.898Z] === RUN TestStdCopyWriteAndRead [2021-02-25T03:26:09.898Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-02-25T03:26:09.898Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-02-25T03:26:09.898Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-02-25T03:26:09.898Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-02-25T03:26:09.898Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-02-25T03:26:09.898Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-02-25T03:26:09.898Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-02-25T03:26:09.898Z] === RUN TestStdCopyWithInvalidInputHeader [2021-02-25T03:26:09.898Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-02-25T03:26:09.898Z] === RUN TestStdCopyWithCorruptedPrefix [2021-02-25T03:26:09.898Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-02-25T03:26:09.898Z] === RUN TestStdCopyReturnsWriteErrors [2021-02-25T03:26:09.898Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-02-25T03:26:09.898Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-02-25T03:26:09.898Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-02-25T03:26:09.898Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-02-25T03:26:09.898Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-02-25T03:26:09.898Z] PASS [2021-02-25T03:26:09.898Z] coverage: 100.0% of statements [2021-02-25T03:26:09.898Z] ok github.com/docker/docker/pkg/stdcopy 0.058s coverage: 100.0% of statements [2021-02-25T03:26:10.215Z] --- PASS: TestBuildSquashParent (4.13s) [2021-02-25T03:26:10.215Z] === RUN TestBuildWithRemoveAndForceRemove [2021-02-25T03:26:10.215Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-25T03:26:10.215Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-25T03:26:10.215Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-25T03:26:10.215Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-25T03:26:10.215Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-25T03:26:10.215Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-25T03:26:10.215Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-25T03:26:10.215Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-25T03:26:10.215Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-25T03:26:10.215Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-25T03:26:10.215Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-25T03:26:10.215Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-25T03:26:10.215Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-25T03:26:10.215Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-25T03:26:10.672Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-02-25T03:26:10.876Z] === RUN TestRawProgressFormatterFormatStatus [2021-02-25T03:26:10.876Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-02-25T03:26:10.876Z] === RUN TestRawProgressFormatterFormatProgress [2021-02-25T03:26:10.876Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-02-25T03:26:10.876Z] === RUN TestFormatStatus [2021-02-25T03:26:10.876Z] --- PASS: TestFormatStatus (0.00s) [2021-02-25T03:26:10.876Z] === RUN TestFormatError [2021-02-25T03:26:10.876Z] --- PASS: TestFormatError (0.00s) [2021-02-25T03:26:10.876Z] === RUN TestFormatJSONError [2021-02-25T03:26:10.876Z] --- PASS: TestFormatJSONError (0.00s) [2021-02-25T03:26:10.876Z] === RUN TestJsonProgressFormatterFormatProgress [2021-02-25T03:26:10.876Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-02-25T03:26:10.876Z] === RUN TestJsonProgressFormatterFormatStatus [2021-02-25T03:26:10.876Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-02-25T03:26:10.876Z] === RUN TestNewJSONProgressOutput [2021-02-25T03:26:10.876Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-02-25T03:26:10.876Z] === RUN TestAuxFormatterEmit [2021-02-25T03:26:10.876Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-02-25T03:26:10.876Z] === RUN TestStreamWriterStdout [2021-02-25T03:26:10.876Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-02-25T03:26:10.876Z] === RUN TestStreamWriterStderr [2021-02-25T03:26:10.876Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-02-25T03:26:10.876Z] PASS [2021-02-25T03:26:10.876Z] coverage: 66.2% of statements [2021-02-25T03:26:10.876Z] ok github.com/docker/docker/pkg/streamformatter 0.039s coverage: 66.2% of statements [2021-02-25T03:26:10.876Z] === RUN TestGenerateRandomID [2021-02-25T03:26:10.876Z] --- PASS: TestGenerateRandomID (0.00s) [2021-02-25T03:26:10.876Z] === RUN TestShortenId [2021-02-25T03:26:10.876Z] --- PASS: TestShortenId (0.00s) [2021-02-25T03:26:10.876Z] === RUN TestShortenSha256Id [2021-02-25T03:26:10.876Z] --- PASS: TestShortenSha256Id (0.00s) [2021-02-25T03:26:10.876Z] === RUN TestShortenIdEmpty [2021-02-25T03:26:10.876Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-02-25T03:26:10.876Z] === RUN TestShortenIdInvalid [2021-02-25T03:26:10.876Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-02-25T03:26:10.876Z] === RUN TestIsShortIDNonHex [2021-02-25T03:26:10.876Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-02-25T03:26:10.876Z] === RUN TestIsShortIDNotCorrectSize [2021-02-25T03:26:10.876Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-02-25T03:26:10.876Z] PASS [2021-02-25T03:26:10.876Z] coverage: 70.6% of statements [2021-02-25T03:26:10.876Z] ok github.com/docker/docker/pkg/stringid 0.036s coverage: 70.6% of statements [2021-02-25T03:26:10.877Z] time="2021-02-25T03:26:10Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49227/Test.Echo: Post http://127.0.0.1:49227/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-02-25T03:26:11.236Z] tests/integration/regression_test.py ...... [ 98%] [2021-02-25T03:26:11.242Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-02-25T03:26:11.502Z] --- PASS: TestNetworkLoopbackNat (3.08s) [2021-02-25T03:26:11.502Z] === RUN TestPause [2021-02-25T03:26:11.602Z] --- PASS: TestCgroupNamespacesBuild (2.75s) [2021-02-25T03:26:11.602Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-02-25T03:26:11.755Z] tests/integration/credentials/store_test.py ...... [ 99%] [2021-02-25T03:26:11.755Z] tests/integration/credentials/utils_test.py . [100%] [2021-02-25T03:26:11.755Z] [2021-02-25T03:26:11.755Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2021-02-25T03:26:11.755Z] =========================== short test summary info ============================ [2021-02-25T03:26:11.755Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2021-02-25T03:26:11.755Z] CONFIG_RT_GROUP_SCHED isn't enabled [2021-02-25T03:26:11.755Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2021-02-25T03:26:11.755Z] Not supported on most drivers [2021-02-25T03:26:11.755Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2021-02-25T03:26:11.755Z] Output of docker top depends on host distro, and is not formalized. [2021-02-25T03:26:11.755Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2021-02-25T03:26:11.755Z] Output of docker top depends on host distro, and is not formalized. [2021-02-25T03:26:11.755Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2021-02-25T03:26:11.755Z] Can fail if eth0 has multiple IP addresses [2021-02-25T03:26:11.755Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2021-02-25T03:26:11.755Z] This doesn't seem to be taken into account by the engine [2021-02-25T03:26:11.755Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2021-02-25T03:26:11.756Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2021-02-25T03:26:11.756Z] = 378 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 295.19 seconds == [2021-02-25T03:26:11.855Z] === RUN TestIsCpusetListAvailable [2021-02-25T03:26:11.855Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-02-25T03:26:11.855Z] PASS [2021-02-25T03:26:11.855Z] coverage: 38.2% of statements [2021-02-25T03:26:11.855Z] ok github.com/docker/docker/pkg/sysinfo 0.042s coverage: 38.2% of statements [2021-02-25T03:26:12.014Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2021-02-25T03:26:12.107Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-25T03:26:12.107Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-25T03:26:12.443Z] --- PASS: TestPause (0.86s) [2021-02-25T03:26:12.443Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-02-25T03:26:12.443Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-25T03:26:12.443Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-25T03:26:12.443Z] === RUN TestPauseStopPausedContainer [2021-02-25T03:26:12.834Z] === RUN TestChtimes [2021-02-25T03:26:12.834Z] --- PASS: TestChtimes (0.00s) [2021-02-25T03:26:12.834Z] === RUN TestChtimesWindows [2021-02-25T03:26:12.834Z] --- PASS: TestChtimesWindows (0.00s) [2021-02-25T03:26:12.834Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-02-25T03:26:12.834Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-02-25T03:26:12.834Z] === RUN TestEnsureRemoveAllNotExist [2021-02-25T03:26:12.834Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-02-25T03:26:12.834Z] === RUN TestEnsureRemoveAllWithDir [2021-02-25T03:26:12.834Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-02-25T03:26:12.834Z] === RUN TestEnsureRemoveAllWithFile [2021-02-25T03:26:12.834Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-02-25T03:26:12.834Z] === RUN TestHasWin32KSupport [2021-02-25T03:26:12.834Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-02-25T03:26:12.834Z] syscall_windows_test.go:8: win32k: true [2021-02-25T03:26:12.834Z] PASS [2021-02-25T03:26:12.834Z] coverage: 12.0% of statements [2021-02-25T03:26:12.834Z] ok github.com/docker/docker/pkg/system 0.072s coverage: 12.0% of statements [2021-02-25T03:26:13.016Z] --- PASS: TestPauseStopPausedContainer (0.79s) [2021-02-25T03:26:13.016Z] === RUN TestPsFilter [2021-02-25T03:26:13.286Z] --- PASS: TestPsFilter (0.17s) [2021-02-25T03:26:13.286Z] === RUN TestRemoveContainerWithRemovedVolume [2021-02-25T03:26:13.298Z] === RUN TestTailFile [2021-02-25T03:26:13.299Z] --- PASS: TestTailFile (0.00s) [2021-02-25T03:26:13.299Z] === RUN TestTailFileManyLines [2021-02-25T03:26:13.299Z] --- PASS: TestTailFileManyLines (0.00s) [2021-02-25T03:26:13.299Z] === RUN TestTailEmptyFile [2021-02-25T03:26:13.299Z] --- PASS: TestTailEmptyFile (0.00s) [2021-02-25T03:26:13.299Z] === RUN TestTailNegativeN [2021-02-25T03:26:13.299Z] --- PASS: TestTailNegativeN (0.00s) [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader [2021-02-25T03:26:13.299Z] === CONT TestNewTailReader [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/single_byte_delimiter [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/2_byte_delimiter [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/4_byte_delimiter [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/8_byte_delimiter [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/12_byte_delimiter [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/truncated_last_line [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-02-25T03:26:13.299Z] === CONT TestNewTailReader/no_delimiter [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-02-25T03:26:13.299Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-02-25T03:26:13.299Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-02-25T03:26:13.299Z] === CONT TestNewTailReader/12_byte_delimiter [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-02-25T03:26:13.299Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-25T03:26:13.299Z] === CONT TestNewTailReader/2_byte_delimiter [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-02-25T03:26:13.299Z] === CONT TestNewTailReader/8_byte_delimiter [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-02-25T03:26:13.299Z] === CONT TestNewTailReader/single_byte_delimiter [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-02-25T03:26:13.299Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-02-25T03:26:13.299Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-25T03:26:13.299Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-25T03:26:13.299Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-25T03:26:13.299Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-25T03:26:13.299Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-25T03:26:13.299Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-02-25T03:26:13.299Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-25T03:26:13.299Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-25T03:26:13.300Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-02-25T03:26:13.300Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-02-25T03:26:13.300Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-02-25T03:26:13.300Z] === CONT TestNewTailReader/4_byte_delimiter [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-02-25T03:26:13.300Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-25T03:26:13.300Z] time="2021-02-25T03:26:12Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49227/Test.Echo: Post http://127.0.0.1:49227/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-02-25T03:26:13.300Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-02-25T03:26:13.300Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-25T03:26:13.300Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-25T03:26:13.300Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-25T03:26:13.300Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-25T03:26:13.300Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-25T03:26:13.300Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-25T03:26:13.300Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-25T03:26:13.300Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-25T03:26:13.300Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-25T03:26:13.300Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-25T03:26:13.300Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-25T03:26:13.300Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-02-25T03:26:13.300Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-25T03:26:13.300Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-25T03:26:13.300Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-25T03:26:13.300Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-25T03:26:13.300Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-02-25T03:26:13.300Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-02-25T03:26:13.300Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-25T03:26:13.300Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-25T03:26:13.300Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-25T03:26:13.301Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-25T03:26:13.301Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-25T03:26:13.301Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-25T03:26:13.301Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-25T03:26:13.301Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-25T03:26:13.301Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-25T03:26:13.301Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-25T03:26:13.301Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-25T03:26:13.301Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-02-25T03:26:13.301Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-25T03:26:13.301Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-25T03:26:13.301Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-25T03:26:13.301Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-02-25T03:26:13.301Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-25T03:26:13.301Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-25T03:26:13.301Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-25T03:26:13.301Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-25T03:26:13.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-25T03:26:13.301Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-25T03:26:13.302Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-25T03:26:13.302Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-25T03:26:13.302Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-25T03:26:13.302Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-25T03:26:13.302Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-25T03:26:13.302Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-25T03:26:13.302Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-25T03:26:13.302Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-02-25T03:26:13.302Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-02-25T03:26:13.302Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-02-25T03:26:13.302Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-02-25T03:26:13.302Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-02-25T03:26:13.302Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-02-25T03:26:13.476Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-25T03:26:13.685Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.98s) [2021-02-25T03:26:13.685Z] === RUN TestBuildWithSession [2021-02-25T03:26:13.685Z] --- SKIP: TestBuildWithSession (0.00s) [2021-02-25T03:26:13.685Z] build_session_test.go:25: TODO: BuildKit [2021-02-25T03:26:13.685Z] === RUN TestBuildSquashParent [2021-02-25T03:26:13.733Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-25T03:26:13.768Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-25T03:26:13.768Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-25T03:26:13.768Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-25T03:26:13.768Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-25T03:26:13.768Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-25T03:26:13.768Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-25T03:26:13.768Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-25T03:26:13.768Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-25T03:26:13.768Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-25T03:26:13.768Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-25T03:26:13.768Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-25T03:26:13.768Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-25T03:26:13.768Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-02-25T03:26:13.768Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-02-25T03:26:13.768Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-25T03:26:13.768Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-02-25T03:26:13.768Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-02-25T03:26:13.768Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-02-25T03:26:13.768Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-02-25T03:26:13.768Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-02-25T03:26:13.768Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-02-25T03:26:13.768Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-02-25T03:26:13.768Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-02-25T03:26:13.768Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-02-25T03:26:13.768Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-02-25T03:26:13.768Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-25T03:26:13.768Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-25T03:26:13.768Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-02-25T03:26:13.768Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-02-25T03:26:13.768Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-25T03:26:13.768Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-25T03:26:13.768Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-25T03:26:13.768Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-25T03:26:13.768Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-25T03:26:13.768Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-25T03:26:13.768Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-02-25T03:26:13.768Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-02-25T03:26:13.768Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-02-25T03:26:13.768Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-25T03:26:13.768Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-25T03:26:13.768Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-02-25T03:26:13.768Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-02-25T03:26:13.768Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-02-25T03:26:13.768Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-02-25T03:26:13.768Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-02-25T03:26:13.768Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-02-25T03:26:13.768Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-02-25T03:26:13.768Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-25T03:26:13.769Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-02-25T03:26:13.769Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-25T03:26:13.770Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-02-25T03:26:13.770Z] --- PASS: TestNewTailReader (0.00s) [2021-02-25T03:26:13.770Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.04s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.02s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.01s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.02s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-02-25T03:26:13.771Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-02-25T03:26:14.228Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.80s) [2021-02-25T03:26:14.228Z] === RUN TestRemoveContainerWithVolume [2021-02-25T03:26:14.228Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.01s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.02s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.01s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.01s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.01s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.01s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2021-02-25T03:26:14.236Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.03s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.01s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.01s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.01s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-02-25T03:26:14.237Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-02-25T03:26:14.237Z] PASS [2021-02-25T03:26:14.237Z] coverage: 88.6% of statements [2021-02-25T03:26:14.237Z] ok github.com/docker/docker/pkg/tailfile 0.385s coverage: 88.6% of statements [2021-02-25T03:26:14.237Z] === RUN TestTarSumRemoveNonExistent [2021-02-25T03:26:14.237Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2021-02-25T03:26:14.237Z] === RUN TestTarSumRemove [2021-02-25T03:26:14.237Z] --- PASS: TestTarSumRemove (0.00s) [2021-02-25T03:26:14.237Z] === RUN TestSortFileInfoSums [2021-02-25T03:26:14.237Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-02-25T03:26:14.237Z] === RUN TestNewTarSumForLabelInvalid [2021-02-25T03:26:14.237Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-02-25T03:26:14.237Z] === RUN TestNewTarSumForLabel [2021-02-25T03:26:14.237Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-02-25T03:26:14.237Z] === RUN TestEmptyTar [2021-02-25T03:26:14.237Z] --- PASS: TestEmptyTar (0.00s) [2021-02-25T03:26:14.237Z] === RUN TestTarSumsReadSize [2021-02-25T03:26:14.237Z] --- PASS: TestTarSumsReadSize (0.00s) [2021-02-25T03:26:14.237Z] === RUN TestTarSums [2021-02-25T03:26:14.237Z] --- PASS: TestTarSums (0.08s) [2021-02-25T03:26:14.237Z] === RUN TestIteration [2021-02-25T03:26:14.237Z] --- PASS: TestIteration (0.00s) [2021-02-25T03:26:14.237Z] === RUN TestVersionLabelForChecksum [2021-02-25T03:26:14.237Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-02-25T03:26:14.237Z] === RUN TestVersion [2021-02-25T03:26:14.237Z] --- PASS: TestVersion (0.00s) [2021-02-25T03:26:14.237Z] === RUN TestGetVersion [2021-02-25T03:26:14.237Z] --- PASS: TestGetVersion (0.00s) [2021-02-25T03:26:14.237Z] === RUN TestGetVersions [2021-02-25T03:26:14.237Z] --- PASS: TestGetVersions (0.00s) [2021-02-25T03:26:14.237Z] PASS [2021-02-25T03:26:14.237Z] coverage: 89.3% of statements [2021-02-25T03:26:14.237Z] ok github.com/docker/docker/pkg/tarsum 0.148s coverage: 89.3% of statements [2021-02-25T03:26:14.488Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2021-02-25T03:26:14.702Z] testing: warning: no tests to run [2021-02-25T03:26:14.702Z] PASS [2021-02-25T03:26:14.702Z] coverage: [no statements] [2021-02-25T03:26:14.702Z] ok github.com/docker/docker/pkg/term/windows 0.055s coverage: [no statements] [no tests to run] [2021-02-25T03:26:14.749Z] --- PASS: TestRemoveContainerWithVolume (0.75s) [2021-02-25T03:26:14.749Z] === RUN TestRemoveContainerRunning [2021-02-25T03:26:15.166Z] === RUN TestTruncIndex [2021-02-25T03:26:15.166Z] --- PASS: TestTruncIndex (0.10s) [2021-02-25T03:26:15.166Z] PASS [2021-02-25T03:26:15.166Z] coverage: 91.5% of statements [2021-02-25T03:26:15.166Z] ok github.com/docker/docker/pkg/truncindex 0.142s coverage: 91.5% of statements [2021-02-25T03:26:15.625Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-02-25T03:26:15.626Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.64s) [2021-02-25T03:26:15.626Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.98s) [2021-02-25T03:26:15.626Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.59s) [2021-02-25T03:26:15.626Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.66s) [2021-02-25T03:26:15.626Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.66s) [2021-02-25T03:26:15.626Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.61s) [2021-02-25T03:26:15.626Z] === RUN TestBuildMultiStageCopy [2021-02-25T03:26:15.626Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-02-25T03:26:15.630Z] === RUN TestIsGIT [2021-02-25T03:26:15.630Z] --- PASS: TestIsGIT (0.00s) [2021-02-25T03:26:15.630Z] === RUN TestIsTransport [2021-02-25T03:26:15.630Z] --- PASS: TestIsTransport (0.00s) [2021-02-25T03:26:15.630Z] PASS [2021-02-25T03:26:15.630Z] coverage: 100.0% of statements [2021-02-25T03:26:15.630Z] ok github.com/docker/docker/pkg/urlutil 0.037s coverage: 100.0% of statements [2021-02-25T03:26:15.692Z] --- PASS: TestRemoveContainerRunning (0.78s) [2021-02-25T03:26:15.692Z] === RUN TestRemoveContainerForceRemoveRunning [2021-02-25T03:26:16.097Z] === RUN TestVersionInfo [2021-02-25T03:26:16.097Z] --- PASS: TestVersionInfo (0.00s) [2021-02-25T03:26:16.097Z] === RUN TestAppendVersions [2021-02-25T03:26:16.097Z] --- PASS: TestAppendVersions (0.00s) [2021-02-25T03:26:16.097Z] PASS [2021-02-25T03:26:16.097Z] coverage: 88.9% of statements [2021-02-25T03:26:16.097Z] ok github.com/docker/docker/pkg/useragent 0.087s coverage: 88.9% of statements [2021-02-25T03:26:16.263Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-02-25T03:26:16.488Z] Loaded image: buildpack-deps:buster [2021-02-25T03:26:16.525Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.80s) [2021-02-25T03:26:16.525Z] === RUN TestRemoveInvalidContainer [2021-02-25T03:26:16.525Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-02-25T03:26:16.525Z] === RUN TestRenameLinkedContainer [2021-02-25T03:26:16.750Z] Loaded image: busybox:latest [2021-02-25T03:26:16.750Z] Loaded image: busybox:glibc [2021-02-25T03:26:16.994Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-02-25T03:26:16.994Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-02-25T03:26:17.098Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2021-02-25T03:26:17.250Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-02-25T03:26:17.507Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-02-25T03:26:17.648Z] === RUN TestValidatePrivileges [2021-02-25T03:26:17.648Z] --- PASS: TestValidatePrivileges (0.00s) [2021-02-25T03:26:17.648Z] === RUN TestFilterByCapNeg [2021-02-25T03:26:17.648Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-02-25T03:26:17.648Z] === RUN TestFilterByCapPos [2021-02-25T03:26:17.648Z] --- PASS: TestFilterByCapPos (0.00s) [2021-02-25T03:26:17.648Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-02-25T03:26:17.648Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-02-25T03:26:17.648Z] PASS [2021-02-25T03:26:17.648Z] coverage: 12.0% of statements [2021-02-25T03:26:17.648Z] ok github.com/docker/docker/plugin 0.104s coverage: 12.0% of statements [2021-02-25T03:26:17.648Z] time="2021-02-25T03:26:17Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49227/Test.Echo: Post http://127.0.0.1:49227/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-02-25T03:26:17.648Z] === RUN TestNewSettable [2021-02-25T03:26:17.648Z] --- PASS: TestNewSettable (0.00s) [2021-02-25T03:26:17.648Z] === RUN TestIsSettable [2021-02-25T03:26:17.648Z] --- PASS: TestIsSettable (0.00s) [2021-02-25T03:26:17.648Z] === RUN TestUpdateSettingsEnv [2021-02-25T03:26:17.648Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-02-25T03:26:17.648Z] PASS [2021-02-25T03:26:17.648Z] coverage: 20.1% of statements [2021-02-25T03:26:17.648Z] ok github.com/docker/docker/plugin/v2 0.042s coverage: 20.1% of statements [2021-02-25T03:26:17.764Z] --- PASS: TestBuildMultiStageCopy (2.39s) [2021-02-25T03:26:17.764Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.45s) [2021-02-25T03:26:17.764Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.23s) [2021-02-25T03:26:17.764Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.22s) [2021-02-25T03:26:17.764Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.23s) [2021-02-25T03:26:17.764Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.26s) [2021-02-25T03:26:17.764Z] === RUN TestBuildMultiStageParentConfig [2021-02-25T03:26:18.695Z] --- PASS: TestBuildMultiStageParentConfig (0.67s) [2021-02-25T03:26:18.695Z] === RUN TestBuildLabelWithTargets [2021-02-25T03:26:19.009Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-02-25T03:26:19.200Z] === RUN TestLoad [2021-02-25T03:26:19.200Z] --- PASS: TestLoad (0.00s) [2021-02-25T03:26:19.200Z] === RUN TestSave [2021-02-25T03:26:19.200Z] --- PASS: TestSave (0.03s) [2021-02-25T03:26:19.200Z] === RUN TestAddDeleteGet [2021-02-25T03:26:19.200Z] --- PASS: TestAddDeleteGet (0.05s) [2021-02-25T03:26:19.200Z] === RUN TestInvalidTags [2021-02-25T03:26:19.200Z] --- PASS: TestInvalidTags (0.01s) [2021-02-25T03:26:19.200Z] PASS [2021-02-25T03:26:19.200Z] coverage: 84.4% of statements [2021-02-25T03:26:19.200Z] ok github.com/docker/docker/reference 0.128s coverage: 84.4% of statements [2021-02-25T03:26:19.301Z] Loaded image: debian:bullseye [2021-02-25T03:26:19.301Z] Loaded image: hello-world:latest [2021-02-25T03:26:19.301Z] Loaded image: arm32v7/hello-world:latest [2021-02-25T03:26:19.301Z] INFO: Testing against a local daemon [2021-02-25T03:26:19.301Z] === RUN TestCgroupNamespacesBuild [2021-02-25T03:26:19.625Z] --- PASS: TestBuildLabelWithTargets (1.04s) [2021-02-25T03:26:19.625Z] === RUN TestBuildWithEmptyLayers [2021-02-25T03:26:19.882Z] --- PASS: TestBuildWithEmptyLayers (0.49s) [2021-02-25T03:26:19.882Z] === RUN TestBuildMultiStageOnBuild [2021-02-25T03:26:19.952Z] --- PASS: TestRenameLinkedContainer (3.42s) [2021-02-25T03:26:19.952Z] === RUN TestRenameStoppedContainer [2021-02-25T03:26:20.179Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-02-25T03:26:20.179Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-02-25T03:26:20.179Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-02-25T03:26:20.179Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-02-25T03:26:20.180Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-02-25T03:26:20.180Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-02-25T03:26:20.180Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-02-25T03:26:20.180Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-02-25T03:26:20.180Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-02-25T03:26:20.180Z] === RUN TestResolveAuthConfigIndexServer [2021-02-25T03:26:20.180Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-02-25T03:26:20.180Z] === RUN TestResolveAuthConfigFullURL [2021-02-25T03:26:20.180Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-02-25T03:26:20.180Z] === RUN TestLoadAllowNondistributableArtifacts [2021-02-25T03:26:20.180Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-02-25T03:26:20.180Z] === RUN TestValidateMirror [2021-02-25T03:26:20.180Z] --- PASS: TestValidateMirror (0.00s) [2021-02-25T03:26:20.180Z] === RUN TestLoadInsecureRegistries [2021-02-25T03:26:20.524Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-02-25T03:26:20.645Z] time="2021-02-25T03:26:20Z" level=warning msg="insecure registry http://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-02-25T03:26:20.645Z] time="2021-02-25T03:26:20Z" level=warning msg="insecure registry https://mytest.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2021-02-25T03:26:20.645Z] time="2021-02-25T03:26:20Z" level=warning msg="insecure registry HTTP://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-02-25T03:26:20.645Z] --- PASS: TestLoadInsecureRegistries (0.11s) [2021-02-25T03:26:20.645Z] === RUN TestNewServiceConfig [2021-02-25T03:26:20.645Z] --- PASS: TestNewServiceConfig (0.00s) [2021-02-25T03:26:20.645Z] === RUN TestValidateIndexName [2021-02-25T03:26:20.645Z] --- PASS: TestValidateIndexName (0.00s) [2021-02-25T03:26:20.645Z] === RUN TestValidateIndexNameWithError [2021-02-25T03:26:20.645Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-02-25T03:26:20.645Z] === RUN TestEndpointParse [2021-02-25T03:26:20.645Z] --- PASS: TestEndpointParse (0.00s) [2021-02-25T03:26:20.645Z] === RUN TestEndpointParseInvalid [2021-02-25T03:26:20.645Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-02-25T03:26:20.645Z] === RUN TestValidateEndpoint [2021-02-25T03:26:20.645Z] --- PASS: TestValidateEndpoint (0.02s) [2021-02-25T03:26:20.645Z] === RUN TestPing [2021-02-25T03:26:20.645Z] --- PASS: TestPing (0.00s) [2021-02-25T03:26:20.645Z] === RUN TestPingRegistryEndpoint [2021-02-25T03:26:20.645Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2021-02-25T03:26:20.645Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-02-25T03:26:20.645Z] === RUN TestEndpoint [2021-02-25T03:26:20.645Z] --- SKIP: TestEndpoint (0.01s) [2021-02-25T03:26:20.645Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-02-25T03:26:20.645Z] === RUN TestParseRepositoryInfo [2021-02-25T03:26:20.645Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-02-25T03:26:20.645Z] === RUN TestNewIndexInfo [2021-02-25T03:26:20.645Z] --- PASS: TestNewIndexInfo (0.00s) [2021-02-25T03:26:20.645Z] === RUN TestMirrorEndpointLookup [2021-02-25T03:26:20.645Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2021-02-25T03:26:20.645Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-02-25T03:26:20.645Z] === RUN TestSearchRepositories [2021-02-25T03:26:20.645Z] --- PASS: TestSearchRepositories (0.00s) [2021-02-25T03:26:20.645Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-02-25T03:26:20.645Z] Host: 127.0.0.1:49235 [2021-02-25T03:26:20.645Z] User-Agent: docker test client [2021-02-25T03:26:20.645Z] Authorization: Token fake-token [2021-02-25T03:26:20.645Z] X-Docker-Token: true [2021-02-25T03:26:20.645Z] Accept-Encoding: gzip [2021-02-25T03:26:20.645Z] [2021-02-25T03:26:20.645Z] [2021-02-25T03:26:20.645Z] registry_test.go:730: HTTP/1.1 200 OK [2021-02-25T03:26:20.645Z] Connection: close [2021-02-25T03:26:20.645Z] Content-Length: 144 [2021-02-25T03:26:20.645Z] Cache-Control: no-cache [2021-02-25T03:26:20.645Z] Content-Type: application/json [2021-02-25T03:26:20.645Z] Date: Thu, 25 Feb 2021 03:26:20 GMT [2021-02-25T03:26:20.645Z] Expires: -1 [2021-02-25T03:26:20.645Z] Pragma: no-cache [2021-02-25T03:26:20.645Z] Server: docker-tests/mock [2021-02-25T03:26:20.645Z] X-Docker-Registry-Config: mock [2021-02-25T03:26:20.645Z] X-Docker-Registry-Version: 0.0.0 [2021-02-25T03:26:20.645Z] [2021-02-25T03:26:20.645Z] [2021-02-25T03:26:20.645Z] === RUN TestTrustedLocation [2021-02-25T03:26:20.645Z] --- PASS: TestTrustedLocation (0.00s) [2021-02-25T03:26:20.645Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-02-25T03:26:20.645Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-02-25T03:26:20.645Z] === RUN TestAllowNondistributableArtifacts [2021-02-25T03:26:20.645Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-02-25T03:26:20.645Z] === RUN TestIsSecureIndex [2021-02-25T03:26:20.645Z] --- PASS: TestIsSecureIndex (0.00s) [2021-02-25T03:26:20.645Z] PASS [2021-02-25T03:26:20.645Z] coverage: 50.3% of statements [2021-02-25T03:26:20.645Z] ok github.com/docker/docker/registry 0.210s coverage: 50.3% of statements [2021-02-25T03:26:20.645Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-02-25T03:26:20.645Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2021-02-25T03:26:20.645Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-02-25T03:26:20.645Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-02-25T03:26:20.645Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-02-25T03:26:20.645Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-02-25T03:26:20.645Z] === RUN TestResumableRequestReaderWithReadError [2021-02-25T03:26:20.645Z] === RUN TestRestartManagerTimeout [2021-02-25T03:26:20.645Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-02-25T03:26:20.645Z] === RUN TestRestartManagerTimeoutReset [2021-02-25T03:26:20.645Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-02-25T03:26:20.645Z] PASS [2021-02-25T03:26:20.645Z] coverage: 50.9% of statements [2021-02-25T03:26:20.645Z] ok github.com/docker/docker/restartmanager 0.033s coverage: 50.9% of statements [2021-02-25T03:26:20.645Z] time="2021-02-25T03:26:20Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-02-25T03:26:20.645Z] --- PASS: TestResumableRequestReaderWithReadError (0.14s) [2021-02-25T03:26:20.645Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-02-25T03:26:20.645Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-02-25T03:26:20.645Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-02-25T03:26:20.645Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2021-02-25T03:26:20.645Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-02-25T03:26:20.645Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-02-25T03:26:20.645Z] === RUN TestResumableRequestReader [2021-02-25T03:26:20.645Z] --- PASS: TestResumableRequestReader (0.00s) [2021-02-25T03:26:20.645Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-02-25T03:26:20.645Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-02-25T03:26:20.645Z] PASS [2021-02-25T03:26:20.645Z] coverage: 100.0% of statements [2021-02-25T03:26:20.645Z] ok github.com/docker/docker/registry/resumable 0.241s coverage: 100.0% of statements [2021-02-25T03:26:20.785Z] --- PASS: TestRenameStoppedContainer (0.91s) [2021-02-25T03:26:20.785Z] === RUN TestRenameRunningContainerAndReuse [2021-02-25T03:26:21.624Z] === RUN TestDecodeContainerConfig [2021-02-25T03:26:21.624Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-02-25T03:26:21.624Z] === RUN TestDecodeContainerConfigIsolation [2021-02-25T03:26:21.624Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-02-25T03:26:21.624Z] === RUN TestValidatePrivileged [2021-02-25T03:26:21.624Z] --- PASS: TestValidatePrivileged (0.00s) [2021-02-25T03:26:21.624Z] PASS [2021-02-25T03:26:21.624Z] coverage: 52.2% of statements [2021-02-25T03:26:21.624Z] ok github.com/docker/docker/runconfig 0.052s coverage: 52.2% of statements [2021-02-25T03:26:21.774Z] --- PASS: TestBuildMultiStageOnBuild (1.72s) [2021-02-25T03:26:21.774Z] === RUN TestBuildUncleanTarFilenames [2021-02-25T03:26:22.088Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-02-25T03:26:22.088Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-02-25T03:26:22.088Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-02-25T03:26:22.088Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-02-25T03:26:22.088Z] PASS [2021-02-25T03:26:22.088Z] coverage: 62.5% of statements [2021-02-25T03:26:22.088Z] ok github.com/docker/docker/testutil 0.044s coverage: 62.5% of statements [2021-02-25T03:26:22.194Z] --- PASS: TestBuildSquashParent (7.38s) [2021-02-25T03:26:22.194Z] === RUN TestBuildWithRemoveAndForceRemove [2021-02-25T03:26:22.194Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-25T03:26:22.194Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-25T03:26:22.194Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-25T03:26:22.194Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-25T03:26:22.194Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-25T03:26:22.194Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-25T03:26:22.194Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-25T03:26:22.194Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-25T03:26:22.194Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-25T03:26:22.194Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-25T03:26:22.194Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-25T03:26:22.194Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-25T03:26:22.194Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-25T03:26:22.194Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-25T03:26:22.338Z] --- PASS: TestBuildUncleanTarFilenames (0.69s) [2021-02-25T03:26:22.338Z] === RUN TestBuildMultiStageLayerLeak [2021-02-25T03:26:22.701Z] --- PASS: TestRenameRunningContainerAndReuse (1.78s) [2021-02-25T03:26:22.701Z] === RUN TestRenameInvalidName [2021-02-25T03:26:23.273Z] --- PASS: TestRenameInvalidName (0.78s) [2021-02-25T03:26:23.273Z] === RUN TestRenameAnonymousContainer [2021-02-25T03:26:23.510Z] --- PASS: TestCgroupNamespacesBuild (4.20s) [2021-02-25T03:26:23.510Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-02-25T03:26:23.721Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-25T03:26:23.721Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-25T03:26:24.220Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-25T03:26:24.220Z] [2021-02-25T03:26:24.220Z] Unloading profiles will leave already running processes permanently [2021-02-25T03:26:24.220Z] unconfined, which can lead to unexpected situations. [2021-02-25T03:26:24.220Z] [2021-02-25T03:26:24.220Z] To set a process to complain mode, use the command line tool [2021-02-25T03:26:24.220Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-25T03:26:24.220Z] Post stage [2021-02-25T03:26:24.229Z] --- PASS: TestBuildMultiStageLayerLeak (1.81s) [2021-02-25T03:26:24.229Z] === RUN TestBuildWithHugeFile [Pipeline] junit [2021-02-25T03:26:24.235Z] Recording test results [2021-02-25T03:26:24.287Z] === RUN TestGetDriver [2021-02-25T03:26:24.288Z] --- PASS: TestGetDriver (0.00s) [2021-02-25T03:26:24.288Z] === RUN TestVolumeRequestError [2021-02-25T03:26:24.288Z] --- PASS: TestVolumeRequestError (0.01s) [2021-02-25T03:26:24.288Z] PASS [2021-02-25T03:26:24.288Z] coverage: 36.1% of statements [2021-02-25T03:26:24.288Z] ok github.com/docker/docker/volume/drivers 0.053s coverage: 36.1% of statements [2021-02-25T03:26:24.288Z] === RUN TestGetAddress [2021-02-25T03:26:24.288Z] --- PASS: TestGetAddress (0.00s) [2021-02-25T03:26:24.288Z] === RUN TestRemove [2021-02-25T03:26:24.288Z] --- SKIP: TestRemove (0.00s) [2021-02-25T03:26:24.288Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-02-25T03:26:24.288Z] === RUN TestInitializeWithVolumes [2021-02-25T03:26:24.288Z] --- PASS: TestInitializeWithVolumes (0.00s) [2021-02-25T03:26:24.288Z] === RUN TestCreate [2021-02-25T03:26:24.288Z] --- PASS: TestCreate (0.01s) [2021-02-25T03:26:24.288Z] === RUN TestValidateName [2021-02-25T03:26:24.288Z] --- PASS: TestValidateName (0.00s) [2021-02-25T03:26:24.288Z] === RUN TestCreateWithOpts [2021-02-25T03:26:24.288Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-02-25T03:26:24.288Z] local_test.go:181: runtime.GOOS == "windows" [2021-02-25T03:26:24.288Z] === RUN TestRelaodNoOpts [2021-02-25T03:26:24.288Z] --- PASS: TestRelaodNoOpts (0.01s) [2021-02-25T03:26:24.288Z] PASS [2021-02-25T03:26:24.288Z] coverage: 41.5% of statements [2021-02-25T03:26:24.288Z] ok github.com/docker/docker/volume/local 0.102s coverage: 41.5% of statements [2021-02-25T03:26:24.366Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2021-02-25T03:26:24.643Z] + echo Ensuring container killed. [2021-02-25T03:26:24.643Z] Ensuring container killed. [2021-02-25T03:26:24.643Z] + docker rm -vf docker-pr8 [2021-02-25T03:26:24.643Z] Error: No such container: docker-pr8 [Pipeline] sh [2021-02-25T03:26:24.658Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-02-25T03:26:24.752Z] === RUN TestConvertTmpfsOptions [2021-02-25T03:26:24.752Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-02-25T03:26:24.752Z] parser_test.go:49: data="mode=700,size=1m" [2021-02-25T03:26:24.752Z] parser_test.go:49: data="ro" [2021-02-25T03:26:24.752Z] === RUN TestParseMountRaw [2021-02-25T03:26:24.752Z] --- PASS: TestParseMountRaw (0.02s) [2021-02-25T03:26:24.752Z] === RUN TestParseMountRawSplit [2021-02-25T03:26:24.752Z] --- PASS: TestParseMountRawSplit (0.01s) [2021-02-25T03:26:24.752Z] parser_test.go:390: case 0 [2021-02-25T03:26:24.752Z] parser_test.go:390: case 1 [2021-02-25T03:26:24.752Z] parser_test.go:390: case 2 [2021-02-25T03:26:24.752Z] parser_test.go:390: case 3 [2021-02-25T03:26:24.752Z] parser_test.go:390: case 4 [2021-02-25T03:26:24.752Z] parser_test.go:390: case 5 [2021-02-25T03:26:24.752Z] parser_test.go:390: case 6 [2021-02-25T03:26:24.752Z] parser_test.go:390: case 7 [2021-02-25T03:26:24.752Z] parser_test.go:390: case 8 [2021-02-25T03:26:24.752Z] parser_test.go:390: case 0 [2021-02-25T03:26:24.752Z] parser_test.go:390: case 1 [2021-02-25T03:26:24.752Z] parser_test.go:390: case 2 [2021-02-25T03:26:24.752Z] parser_test.go:390: case 3 [2021-02-25T03:26:24.752Z] parser_test.go:390: case 4 [2021-02-25T03:26:24.752Z] parser_test.go:390: case 5 [2021-02-25T03:26:24.752Z] parser_test.go:390: case 6 [2021-02-25T03:26:24.752Z] parser_test.go:390: case 7 [2021-02-25T03:26:24.752Z] parser_test.go:390: case 8 [2021-02-25T03:26:24.752Z] parser_test.go:390: case 9 [2021-02-25T03:26:24.752Z] parser_test.go:390: case 10 [2021-02-25T03:26:24.752Z] parser_test.go:390: case 11 [2021-02-25T03:26:24.752Z] parser_test.go:390: case 12 [2021-02-25T03:26:24.752Z] parser_test.go:390: case 0 [2021-02-25T03:26:24.752Z] parser_test.go:390: case 1 [2021-02-25T03:26:24.752Z] parser_test.go:390: case 2 [2021-02-25T03:26:24.752Z] parser_test.go:390: case 3 [2021-02-25T03:26:24.752Z] parser_test.go:390: case 4 [2021-02-25T03:26:24.752Z] parser_test.go:390: case 5 [2021-02-25T03:26:24.752Z] parser_test.go:390: case 6 [2021-02-25T03:26:24.752Z] parser_test.go:390: case 7 [2021-02-25T03:26:24.752Z] parser_test.go:390: case 8 [2021-02-25T03:26:24.752Z] parser_test.go:390: case 9 [2021-02-25T03:26:24.752Z] parser_test.go:390: case 10 [2021-02-25T03:26:24.752Z] parser_test.go:390: case 11 [2021-02-25T03:26:24.752Z] === RUN TestParseMountSpec [2021-02-25T03:26:24.752Z] --- PASS: TestParseMountSpec (0.00s) [2021-02-25T03:26:24.752Z] parser_test.go:455: case 0 [2021-02-25T03:26:24.752Z] parser_test.go:455: case 1 [2021-02-25T03:26:24.752Z] parser_test.go:455: case 2 [2021-02-25T03:26:24.752Z] parser_test.go:455: case 3 [2021-02-25T03:26:24.752Z] parser_test.go:455: case 4 [2021-02-25T03:26:24.752Z] parser_test.go:455: case 5 [2021-02-25T03:26:24.752Z] === RUN TestParseMountSpecBindWithFileinfoError [2021-02-25T03:26:24.752Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2021-02-25T03:26:24.752Z] === RUN TestValidateMount [2021-02-25T03:26:24.752Z] --- PASS: TestValidateMount (0.00s) [2021-02-25T03:26:24.752Z] PASS [2021-02-25T03:26:24.752Z] coverage: 66.2% of statements [2021-02-25T03:26:24.752Z] ok github.com/docker/docker/volume/mounts 0.079s coverage: 66.2% of statements [2021-02-25T03:26:24.926Z] + echo Chowning /workspace to jenkins user [2021-02-25T03:26:24.926Z] Chowning /workspace to jenkins user [2021-02-25T03:26:24.926Z] + id -u [2021-02-25T03:26:24.926Z] + id -g [2021-02-25T03:26:24.926Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42056:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-02-25T03:26:26.058Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.18s) [2021-02-25T03:26:26.058Z] === RUN TestBuildWithSession [2021-02-25T03:26:26.058Z] --- SKIP: TestBuildWithSession (0.00s) [2021-02-25T03:26:26.058Z] build_session_test.go:25: TODO: BuildKit [2021-02-25T03:26:26.058Z] === RUN TestBuildSquashParent [2021-02-25T03:26:26.162Z] + bundleName=docker-py [2021-02-25T03:26:26.162Z] + echo Creating docker-py-bundles.tar.gz [2021-02-25T03:26:26.162Z] Creating docker-py-bundles.tar.gz [2021-02-25T03:26:26.162Z] + 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-02-25T03:26:26.178Z] Archiving artifacts [2021-02-25T03:26:26.308Z] === RUN TestSetGetMeta [2021-02-25T03:26:26.308Z] === PAUSE TestSetGetMeta [2021-02-25T03:26:26.308Z] === RUN TestRestore [2021-02-25T03:26:26.308Z] === PAUSE TestRestore [2021-02-25T03:26:26.308Z] === RUN TestServiceCreate [2021-02-25T03:26:26.308Z] === PAUSE TestServiceCreate [2021-02-25T03:26:26.308Z] === RUN TestServiceList [2021-02-25T03:26:26.308Z] === PAUSE TestServiceList [2021-02-25T03:26:26.308Z] === RUN TestServiceRemove [2021-02-25T03:26:26.308Z] === PAUSE TestServiceRemove [2021-02-25T03:26:26.308Z] === RUN TestServiceGet [2021-02-25T03:26:26.308Z] === PAUSE TestServiceGet [2021-02-25T03:26:26.308Z] === RUN TestServicePrune [2021-02-25T03:26:26.308Z] === PAUSE TestServicePrune [2021-02-25T03:26:26.308Z] === RUN TestCreate [2021-02-25T03:26:26.308Z] === PAUSE TestCreate [2021-02-25T03:26:26.308Z] === RUN TestRemove [2021-02-25T03:26:26.308Z] === PAUSE TestRemove [2021-02-25T03:26:26.308Z] === RUN TestList [2021-02-25T03:26:26.308Z] === PAUSE TestList [2021-02-25T03:26:26.308Z] === RUN TestFindByDriver [2021-02-25T03:26:26.308Z] === PAUSE TestFindByDriver [2021-02-25T03:26:26.308Z] === RUN TestFindByReferenced [2021-02-25T03:26:26.308Z] === PAUSE TestFindByReferenced [2021-02-25T03:26:26.308Z] === RUN TestDerefMultipleOfSameRef [2021-02-25T03:26:26.308Z] === PAUSE TestDerefMultipleOfSameRef [2021-02-25T03:26:26.308Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-02-25T03:26:26.308Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-02-25T03:26:26.308Z] === RUN TestDefererencePluginOnCreateError [2021-02-25T03:26:26.308Z] === PAUSE TestDefererencePluginOnCreateError [2021-02-25T03:26:26.308Z] === RUN TestRefDerefRemove [2021-02-25T03:26:26.308Z] === PAUSE TestRefDerefRemove [2021-02-25T03:26:26.308Z] === RUN TestGet [2021-02-25T03:26:26.308Z] === PAUSE TestGet [2021-02-25T03:26:26.308Z] === RUN TestGetWithReference [2021-02-25T03:26:26.308Z] === PAUSE TestGetWithReference [2021-02-25T03:26:26.308Z] === RUN TestFilterFunc [2021-02-25T03:26:26.308Z] === RUN TestFilterFunc/test_nil_list [2021-02-25T03:26:26.308Z] === PAUSE TestFilterFunc/test_nil_list [2021-02-25T03:26:26.308Z] === RUN TestFilterFunc/test_empty_list [2021-02-25T03:26:26.308Z] === PAUSE TestFilterFunc/test_empty_list [2021-02-25T03:26:26.308Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-02-25T03:26:26.308Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-02-25T03:26:26.308Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-02-25T03:26:26.308Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-02-25T03:26:26.308Z] === RUN TestFilterFunc/test_filter_some [2021-02-25T03:26:26.308Z] === PAUSE TestFilterFunc/test_filter_some [2021-02-25T03:26:26.308Z] === RUN TestFilterFunc/test_filter_middle [2021-02-25T03:26:26.308Z] === PAUSE TestFilterFunc/test_filter_middle [2021-02-25T03:26:26.308Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-02-25T03:26:26.308Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-02-25T03:26:26.308Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-02-25T03:26:26.308Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-02-25T03:26:26.308Z] === CONT TestFilterFunc/test_nil_list [2021-02-25T03:26:26.308Z] === CONT TestFilterFunc/test_filter_some [2021-02-25T03:26:26.308Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-02-25T03:26:26.308Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-02-25T03:26:26.308Z] === CONT TestFilterFunc/test_empty_list [2021-02-25T03:26:26.308Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-02-25T03:26:26.308Z] === CONT TestFilterFunc/test_filter_middle [2021-02-25T03:26:26.308Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-02-25T03:26:26.308Z] --- PASS: TestFilterFunc (0.00s) [2021-02-25T03:26:26.308Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-02-25T03:26:26.308Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-02-25T03:26:26.308Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-02-25T03:26:26.308Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-02-25T03:26:26.308Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-02-25T03:26:26.308Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-02-25T03:26:26.308Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-02-25T03:26:26.308Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-02-25T03:26:26.308Z] === CONT TestSetGetMeta [2021-02-25T03:26:26.308Z] === CONT TestFindByDriver [2021-02-25T03:26:26.308Z] === CONT TestServiceGet [2021-02-25T03:26:26.308Z] === CONT TestRefDerefRemove [2021-02-25T03:26:26.308Z] --- PASS: TestSetGetMeta (0.02s) [2021-02-25T03:26:26.308Z] === CONT TestServiceRemove [2021-02-25T03:26:26.308Z] --- PASS: TestRefDerefRemove (0.03s) [2021-02-25T03:26:26.308Z] === CONT TestServiceList [2021-02-25T03:26:26.308Z] --- PASS: TestFindByDriver (0.04s) [2021-02-25T03:26:26.308Z] === CONT TestServiceCreate [2021-02-25T03:26:26.308Z] --- PASS: TestServiceGet (0.13s) [2021-02-25T03:26:26.308Z] === CONT TestRestore [2021-02-25T03:26:26.308Z] --- PASS: TestServiceRemove (0.12s) [2021-02-25T03:26:26.308Z] === CONT TestRemove [2021-02-25T03:26:26.308Z] --- PASS: TestServiceList (0.12s) [2021-02-25T03:26:26.308Z] === CONT TestList [2021-02-25T03:26:26.308Z] --- PASS: TestServiceCreate (0.10s) [2021-02-25T03:26:26.308Z] === CONT TestCreate [2021-02-25T03:26:26.308Z] --- PASS: TestCreate (0.02s) [2021-02-25T03:26:26.308Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-02-25T03:26:26.308Z] --- PASS: TestRestore (0.04s) [2021-02-25T03:26:26.308Z] === CONT TestDefererencePluginOnCreateError [2021-02-25T03:26:26.308Z] --- PASS: TestRemove (0.03s) [2021-02-25T03:26:26.308Z] === CONT TestServicePrune [2021-02-25T03:26:26.308Z] --- PASS: TestList (0.03s) [2021-02-25T03:26:26.308Z] === CONT TestGetWithReference [2021-02-25T03:26:26.308Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2021-02-25T03:26:26.308Z] === CONT TestDerefMultipleOfSameRef [2021-02-25T03:26:26.308Z] time="2021-02-25T03:26:26Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-02-25T03:26:26.308Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2021-02-25T03:26:26.308Z] === CONT TestGet [2021-02-25T03:26:26.308Z] time="2021-02-25T03:26:26Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-02-25T03:26:26.308Z] --- PASS: TestGetWithReference (0.03s) [2021-02-25T03:26:26.308Z] === CONT TestFindByReferenced [2021-02-25T03:26:26.308Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2021-02-25T03:26:26.309Z] time="2021-02-25T03:26:26Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-02-25T03:26:26.309Z] time="2021-02-25T03:26:26Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-02-25T03:26:26.309Z] --- PASS: TestGet (0.02s) [2021-02-25T03:26:26.309Z] time="2021-02-25T03:26:26Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-02-25T03:26:26.309Z] --- PASS: TestFindByReferenced (0.02s) [2021-02-25T03:26:26.309Z] --- PASS: TestServicePrune (0.06s) [2021-02-25T03:26:26.309Z] PASS [2021-02-25T03:26:26.309Z] coverage: 70.3% of statements [2021-02-25T03:26:26.309Z] ok github.com/docker/docker/volume/service 0.332s coverage: 70.3% of statements [2021-02-25T03:26:26.309Z] --- PASS: TestNewClientWithTimeout (17.61s) [2021-02-25T03:26:26.309Z] === RUN TestClientStream [2021-02-25T03:26:26.309Z] --- PASS: TestClientStream (0.00s) [2021-02-25T03:26:26.309Z] === RUN TestClientSendFile [2021-02-25T03:26:26.309Z] --- PASS: TestClientSendFile (0.00s) [2021-02-25T03:26:26.309Z] === RUN TestClientWithRequestTimeout [2021-02-25T03:26:26.309Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2021-02-25T03:26:26.309Z] === RUN TestFileSpecPlugin [2021-02-25T03:26:26.309Z] --- PASS: TestFileSpecPlugin (0.01s) [2021-02-25T03:26:26.309Z] === RUN TestFileJSONSpecPlugin [2021-02-25T03:26:26.309Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2021-02-25T03:26:26.309Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-02-25T03:26:26.309Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2021-02-25T03:26:26.309Z] === RUN TestPluginAddHandler [2021-02-25T03:26:26.309Z] --- PASS: TestPluginAddHandler (0.00s) [2021-02-25T03:26:26.309Z] === RUN TestPluginWaitBadPlugin [2021-02-25T03:26:26.309Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-02-25T03:26:26.309Z] === RUN TestGet [2021-02-25T03:26:26.309Z] time="2021-02-25T03:26:26Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-02-25T03:26:26.465Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42056/8/artifacts/ [Pipeline] } [2021-02-25T03:26:26.473Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-25T03:26:26.473Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2021-02-25T03:26:26.570Z] --- PASS: TestRenameAnonymousContainer (3.39s) [2021-02-25T03:26:26.570Z] === RUN TestRenameContainerWithSameName [2021-02-25T03:26:26.844Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42056/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr8 -e DOCKER_GITCOMMIT=59fc2206d0aa706e3f4af717dec37df091092058 -e DOCKER_GRAPHDRIVER docker:59fc2206d0aa706e3f4af717dec37df091092058 hack/make.sh binary-daemon [2021-02-25T03:26:27.287Z] time="2021-02-25T03:26:27Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-02-25T03:26:27.413Z] [2021-02-25T03:26:27.413Z] Removing bundles/ [2021-02-25T03:26:27.413Z] [2021-02-25T03:26:27.413Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2021-02-25T03:26:27.413Z] Building: bundles/binary-daemon/dockerd-dev [2021-02-25T03:26:27.413Z] GOOS="" GOARCH="" GOARM="" [2021-02-25T03:26:27.955Z] --- PASS: TestRenameContainerWithSameName (1.08s) [2021-02-25T03:26:27.955Z] === RUN TestRenameContainerWithLinkedContainer [2021-02-25T03:26:29.223Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2021-02-25T03:26:29.223Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.57s) [2021-02-25T03:26:29.223Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.70s) [2021-02-25T03:26:29.223Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.61s) [2021-02-25T03:26:29.223Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.52s) [2021-02-25T03:26:29.223Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.50s) [2021-02-25T03:26:29.223Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.48s) [2021-02-25T03:26:29.223Z] === RUN TestBuildMultiStageCopy [2021-02-25T03:26:29.223Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-02-25T03:26:29.488Z] time="2021-02-25T03:26:29Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-02-25T03:26:29.868Z] --- PASS: TestRenameContainerWithLinkedContainer (1.88s) [2021-02-25T03:26:29.868Z] === RUN TestResize [2021-02-25T03:26:30.439Z] --- PASS: TestResize (0.85s) [2021-02-25T03:26:30.439Z] === RUN TestResizeWithInvalidSize [2021-02-25T03:26:31.381Z] --- PASS: TestResizeWithInvalidSize (0.90s) [2021-02-25T03:26:31.381Z] === RUN TestResizeWhenContainerNotStarted [2021-02-25T03:26:31.972Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-02-25T03:26:32.329Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2021-02-25T03:26:32.590Z] --- PASS: TestResizeWhenContainerNotStarted (1.09s) [2021-02-25T03:26:32.590Z] === RUN TestDaemonRestartKillContainers [2021-02-25T03:26:32.590Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-25T03:26:32.590Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-25T03:26:32.590Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-25T03:26:32.590Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-25T03:26:32.590Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-25T03:26:32.590Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-25T03:26:32.590Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-25T03:26:32.590Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-25T03:26:32.590Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-25T03:26:32.590Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-25T03:26:32.590Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-25T03:26:32.590Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-25T03:26:32.590Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-25T03:26:32.590Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-25T03:26:32.590Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-25T03:26:32.590Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-25T03:26:32.590Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-25T03:26:32.590Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-25T03:26:32.590Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-25T03:26:32.590Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-25T03:26:32.590Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-25T03:26:32.590Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-25T03:26:32.590Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-25T03:26:32.590Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-25T03:26:32.590Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-25T03:26:32.590Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-25T03:26:32.612Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-02-25T03:26:32.648Z] --- PASS: TestBuildSquashParent (6.69s) [2021-02-25T03:26:32.648Z] === RUN TestBuildWithRemoveAndForceRemove [2021-02-25T03:26:32.648Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-25T03:26:32.648Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-25T03:26:32.648Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-25T03:26:32.648Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-25T03:26:32.648Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-25T03:26:32.648Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-25T03:26:32.648Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-25T03:26:32.648Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-25T03:26:32.648Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-25T03:26:32.648Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-25T03:26:32.648Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-25T03:26:32.648Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-25T03:26:32.648Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-25T03:26:32.648Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-25T03:26:33.251Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-02-25T03:26:33.253Z] time="2021-02-25T03:26:33Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-02-25T03:26:33.593Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-25T03:26:33.890Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-02-25T03:26:34.529Z] --- PASS: TestBuildMultiStageCopy (5.84s) [2021-02-25T03:26:34.529Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.01s) [2021-02-25T03:26:34.529Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.63s) [2021-02-25T03:26:34.529Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.71s) [2021-02-25T03:26:34.529Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.71s) [2021-02-25T03:26:34.529Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.78s) [2021-02-25T03:26:34.529Z] === RUN TestBuildMultiStageParentConfig [2021-02-25T03:26:34.980Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-25T03:26:34.980Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-25T03:26:35.140Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2021-02-25T03:26:35.401Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-25T03:26:35.661Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-25T03:26:35.922Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2021-02-25T03:26:36.610Z] --- PASS: TestBuildMultiStageParentConfig (1.88s) [2021-02-25T03:26:36.610Z] === RUN TestBuildLabelWithTargets [2021-02-25T03:26:36.896Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-25T03:26:37.314Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-25T03:26:37.575Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-25T03:26:37.575Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-02-25T03:26:38.812Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-02-25T03:26:38.812Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.31s) [2021-02-25T03:26:38.812Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.33s) [2021-02-25T03:26:38.812Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.15s) [2021-02-25T03:26:38.812Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.94s) [2021-02-25T03:26:38.812Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.12s) [2021-02-25T03:26:38.812Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.77s) [2021-02-25T03:26:38.812Z] === RUN TestBuildMultiStageCopy [2021-02-25T03:26:38.812Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-02-25T03:26:38.962Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-25T03:26:39.360Z] --- PASS: TestBuildLabelWithTargets (2.72s) [2021-02-25T03:26:39.360Z] === RUN TestBuildWithEmptyLayers [2021-02-25T03:26:39.535Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-25T03:26:40.404Z] --- PASS: TestBuildWithEmptyLayers (1.29s) [2021-02-25T03:26:40.404Z] === RUN TestBuildMultiStageOnBuild [2021-02-25T03:26:41.361Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-02-25T03:26:41.492Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2021-02-25T03:26:41.492Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-02-25T03:26:41.757Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-25T03:26:41.873Z] --- PASS: TestGet (15.00s) [2021-02-25T03:26:41.873Z] === RUN TestPluginWithNoManifest [2021-02-25T03:26:41.873Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-02-25T03:26:41.873Z] === RUN TestGetAll [2021-02-25T03:26:41.873Z] --- PASS: TestGetAll (0.00s) [2021-02-25T03:26:41.873Z] PASS [2021-02-25T03:26:41.873Z] coverage: 73.4% of statements [2021-02-25T03:26:41.873Z] ok github.com/docker/docker/pkg/plugins 35.033s coverage: 73.4% of statements [2021-02-25T03:26:41.873Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-02-25T03:26:41.873Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-02-25T03:26:41.873Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-02-25T03:26:41.873Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-02-25T03:26:41.873Z] ? github.com/docker/docker/pkg/term [no test files] [2021-02-25T03:26:41.873Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-02-25T03:26:41.873Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-02-25T03:26:41.873Z] ? github.com/docker/docker/quota [no test files] [2021-02-25T03:26:41.873Z] ? github.com/docker/docker/rootless [no test files] [2021-02-25T03:26:41.873Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-02-25T03:26:41.873Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-02-25T03:26:41.873Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-02-25T03:26:41.873Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-02-25T03:26:41.873Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-02-25T03:26:41.873Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-02-25T03:26:41.873Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-02-25T03:26:41.873Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-02-25T03:26:41.873Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-02-25T03:26:41.873Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-02-25T03:26:41.873Z] ? github.com/docker/docker/testutil/request [no test files] [2021-02-25T03:26:41.873Z] ? github.com/docker/docker/volume [no test files] [2021-02-25T03:26:41.873Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-02-25T03:26:41.873Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-02-25T03:26:42.304Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-02-25T03:26:42.332Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-25T03:26:43.246Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] === Skipped [2021-02-25T03:26:43.449Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-02-25T03:26:43.449Z] dispatchers_test.go:376: Windows does not support stopsignal [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2021-02-25T03:26:43.449Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2021-02-25T03:26:43.449Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2021-02-25T03:26:43.449Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2021-02-25T03:26:43.449Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-02-25T03:26:43.449Z] client_test.go:23: runtime.GOOS == "windows" [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-02-25T03:26:43.449Z] daemon_test.go:147: root required [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-02-25T03:26:43.449Z] reload_test.go:520: root required [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.01s) [2021-02-25T03:26:43.449Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-02-25T03:26:43.449Z] pull_v2_test.go:73: Needs fixing on Windows [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-02-25T03:26:43.449Z] pull_v2_test.go:118: Needs fixing on Windows [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-02-25T03:26:43.449Z] download_test.go:268: Needs fixing on Windows [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-02-25T03:26:43.449Z] layer_test.go:304: Failing on Windows [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-02-25T03:26:43.449Z] layer_test.go:353: Failing on Windows [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-02-25T03:26:43.449Z] layer_test.go:468: Failing on Windows [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-02-25T03:26:43.449Z] layer_test.go:697: Failing on Windows [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-02-25T03:26:43.449Z] migration_test.go:46: Failing on Windows [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-02-25T03:26:43.449Z] migration_test.go:182: Failing on Windows [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-02-25T03:26:43.449Z] mount_test.go:17: Failing on Windows [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-02-25T03:26:43.449Z] mount_test.go:76: Failing on Windows [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-02-25T03:26:43.449Z] mount_test.go:125: Failing on Windows [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-02-25T03:26:43.449Z] mount_test.go:212: Failing on Windows [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-02-25T03:26:43.449Z] archive_test.go:134: Xz not present in msys2 [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-02-25T03:26:43.449Z] archive_test.go:239: Failing on Windows CI machines [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-02-25T03:26:43.449Z] archive_windows_test.go:16: Currently fails [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-02-25T03:26:43.449Z] changes_test.go:192: needs more investigation [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-02-25T03:26:43.449Z] changes_test.go:405: needs further investigation [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-02-25T03:26:43.449Z] changes_test.go:441: needs further investigation [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-02-25T03:26:43.449Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-02-25T03:26:43.449Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-02-25T03:26:43.449Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-02-25T03:26:43.449Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-02-25T03:26:43.449Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-02-25T03:26:43.449Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-02-25T03:26:43.449Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-02-25T03:26:43.449Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-02-25T03:26:43.449Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-02-25T03:26:43.449Z] poller_test.go:41: No chmod on Windows [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-02-25T03:26:43.449Z] fileutils_test.go:134: Needs porting to Windows [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-02-25T03:26:43.449Z] fileutils_test.go:180: Needs porting to Windows [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2021-02-25T03:26:43.449Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.01s) [2021-02-25T03:26:43.449Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2021-02-25T03:26:43.449Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-02-25T03:26:43.449Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-02-25T03:26:43.449Z] local_test.go:181: runtime.GOOS == "windows" [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] [2021-02-25T03:26:43.449Z] DONE 1829 tests, 45 skipped in 199.634s [2021-02-25T03:26:43.449Z] INFO: make.ps1 ended at 02/25/2021 03:26:43 [2021-02-25T03:26:43.941Z] --- PASS: TestBuildMultiStageOnBuild (3.46s) [2021-02-25T03:26:43.941Z] === RUN TestBuildUncleanTarFilenames [2021-02-25T03:26:44.190Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-02-25T03:26:44.873Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2021-02-25T03:26:44.873Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-02-25T03:26:45.002Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-02-25T03:26:45.002Z] INFO: Unit tests ended at 02/25/2021 03:26:44. Duration:00:03:35.3260728 [2021-02-25T03:26:45.002Z] INFO: Building busybox [2021-02-25T03:26:45.002Z] Sending build context to Docker daemon 5.12kB [2021-02-25T03:26:45.002Z] [2021-02-25T03:26:45.002Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-02-25T03:26:45.002Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-02-25T03:26:45.002Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-02-25T03:26:45.002Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-02-25T03:26:45.002Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-02-25T03:26:45.002Z] ---> 31902e4b25a6 [2021-02-25T03:26:45.002Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-02-25T03:26:45.002Z] ---> Running in d3f4a410e258 [2021-02-25T03:26:45.133Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-02-25T03:26:45.134Z] --- PASS: TestBuildMultiStageCopy (6.63s) [2021-02-25T03:26:45.134Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.63s) [2021-02-25T03:26:45.134Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2021-02-25T03:26:45.134Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2021-02-25T03:26:45.134Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2021-02-25T03:26:45.134Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2021-02-25T03:26:45.134Z] === RUN TestBuildMultiStageParentConfig [2021-02-25T03:26:45.705Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-25T03:26:46.072Z] --- PASS: TestBuildUncleanTarFilenames (1.67s) [2021-02-25T03:26:46.072Z] === RUN TestBuildMultiStageLayerLeak [2021-02-25T03:26:46.282Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-25T03:26:47.668Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-02-25T03:26:49.579Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-02-25T03:26:49.579Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.93s) [2021-02-25T03:26:49.579Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.05s) [2021-02-25T03:26:49.579Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.76s) [2021-02-25T03:26:49.579Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (2.00s) [2021-02-25T03:26:49.579Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.78s) [2021-02-25T03:26:49.579Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.88s) [2021-02-25T03:26:49.579Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.79s) [2021-02-25T03:26:49.579Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.79s) [2021-02-25T03:26:49.579Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.91s) [2021-02-25T03:26:49.579Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.16s) [2021-02-25T03:26:49.579Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.77s) [2021-02-25T03:26:49.579Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.84s) [2021-02-25T03:26:49.579Z] === RUN TestCgroupNamespacesRun [2021-02-25T03:26:49.625Z] --- PASS: TestBuildMultiStageLayerLeak (3.54s) [2021-02-25T03:26:49.625Z] === RUN TestBuildWithHugeFile [2021-02-25T03:26:49.734Z] Removing intermediate container d3f4a410e258 [2021-02-25T03:26:49.734Z] ---> 8acf4fdfc146 [2021-02-25T03:26:49.734Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-02-25T03:26:49.734Z] ---> Running in 0c12cbcebec9 [2021-02-25T03:26:50.151Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2021-02-25T03:26:50.151Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-02-25T03:26:50.198Z] Removing intermediate container 0c12cbcebec9 [2021-02-25T03:26:50.198Z] ---> 09bb09adc7f2 [2021-02-25T03:26:50.198Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-02-25T03:26:50.198Z] ---> Running in 5ee96b3be217 [2021-02-25T03:26:50.424Z] --- PASS: TestBuildMultiStageParentConfig (5.00s) [2021-02-25T03:26:50.424Z] === RUN TestBuildLabelWithTargets [2021-02-25T03:26:50.662Z] Removing intermediate container 5ee96b3be217 [2021-02-25T03:26:50.662Z] ---> ba45d958402e [2021-02-25T03:26:50.662Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-02-25T03:26:51.093Z] --- PASS: TestCgroupNamespacesRun (1.83s) [2021-02-25T03:26:51.093Z] === RUN TestCgroupNamespacesRunPrivileged [2021-02-25T03:26:51.646Z] [2021-02-25T03:26:51.664Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2021-02-25T03:26:52.110Z] ---> a97ab4afdb70 [2021-02-25T03:26:52.110Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2021-02-25T03:26:52.110Z] ---> Running in 333c2c67faba [2021-02-25T03:26:53.049Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.85s) [2021-02-25T03:26:53.049Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-02-25T03:26:53.990Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2021-02-25T03:26:54.564Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.77s) [2021-02-25T03:26:54.564Z] === RUN TestCgroupNamespacesRunHostMode [2021-02-25T03:26:55.505Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-02-25T03:26:56.448Z] --- PASS: TestCgroupNamespacesRunHostMode (1.88s) [2021-02-25T03:26:56.448Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-02-25T03:26:56.709Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-02-25T03:26:57.634Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-02-25T03:26:57.634Z] [2021-02-25T03:26:57.634Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-02-25T03:26:57.634Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-02-25T03:26:57.634Z] HOSTNAME=3b0ef02d1022 [2021-02-25T03:26:57.634Z] TESTDEBUG=0 [2021-02-25T03:26:57.634Z] DEST=bundles/test-integration [2021-02-25T03:26:57.634Z] PWD=/go/src/github.com/docker/docker [2021-02-25T03:26:57.634Z] DOCKER_GITCOMMIT=59fc2206d0aa706e3f4af717dec37df091092058 [2021-02-25T03:26:57.634Z] container=docker [2021-02-25T03:26:57.634Z] HOME=/root [2021-02-25T03:26:57.634Z] GOLANG_VERSION=1.13.15 [2021-02-25T03:26:57.634Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-02-25T03:26:57.634Z] VALIDATE_BRANCH=master [2021-02-25T03:26:57.634Z] TERM=xterm [2021-02-25T03:26:57.634Z] DOCKER_PKG=github.com/docker/docker [2021-02-25T03:26:57.634Z] SHLVL=1 [2021-02-25T03:26:57.634Z] TIMEOUT=120m [2021-02-25T03:26:57.634Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-02-25T03:26:57.634Z] DOCKER_GRAPHDRIVER=overlay2 [2021-02-25T03:26:57.634Z] GO111MODULE=off [2021-02-25T03:26:57.634Z] DOCKER_EXPERIMENTAL=1 [2021-02-25T03:26:57.634Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-02-25T03:26:57.634Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-02-25T03:26:57.634Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-02-25T03:26:57.634Z] GOPATH=/go [2021-02-25T03:26:57.634Z] PKG_CONFIG=pkg-config [2021-02-25T03:26:57.634Z] _=/usr/bin/env [2021-02-25T03:26:57.634Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-02-25T03:26:58.093Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-02-25T03:26:58.353Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.91s) [2021-02-25T03:26:58.353Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-02-25T03:26:58.562Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2021-02-25T03:26:58.562Z] === RUN TestBuildWithEmptyLayers [2021-02-25T03:26:58.928Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-02-25T03:26:59.870Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-02-25T03:27:00.441Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.93s) [2021-02-25T03:27:00.441Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-02-25T03:27:00.727Z] Removing intermediate container 333c2c67faba [2021-02-25T03:27:00.727Z] ---> 703346461b58 [2021-02-25T03:27:00.727Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-02-25T03:27:01.111Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2021-02-25T03:27:01.111Z] === RUN TestBuildMultiStageOnBuild [2021-02-25T03:27:01.191Z] ---> Running in 97c847dfa16d [2021-02-25T03:27:01.384Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.96s) [2021-02-25T03:27:01.384Z] === RUN TestCgroupNamespacesRunOlderClient [2021-02-25T03:27:02.175Z] [2021-02-25T03:27:02.175Z] SUCCESS: Specified value was saved. [2021-02-25T03:27:03.297Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.98s) [2021-02-25T03:27:03.297Z] === RUN TestKernelTCPMemory [2021-02-25T03:27:03.297Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2021-02-25T03:27:04.240Z] --- PASS: TestKernelTCPMemory (0.95s) [2021-02-25T03:27:04.240Z] === RUN TestNISDomainname [2021-02-25T03:27:05.106Z] Removing intermediate container 97c847dfa16d [2021-02-25T03:27:05.106Z] ---> e6304c222b8f [2021-02-25T03:27:05.106Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-02-25T03:27:05.106Z] ---> Running in 9715a8f79da1 [2021-02-25T03:27:05.183Z] --- PASS: TestNISDomainname (1.03s) [2021-02-25T03:27:05.183Z] === RUN TestHostnameDnsResolution [2021-02-25T03:27:05.750Z] ok github.com/docker/docker/api/server/httputils 0.024s coverage: 14.7% of statements [2021-02-25T03:27:05.750Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-02-25T03:27:05.750Z] ok github.com/docker/docker/api/server/middleware 0.007s coverage: 37.7% of statements [2021-02-25T03:27:05.750Z] ? github.com/docker/docker/api/server/router [no test files] [2021-02-25T03:27:05.750Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-02-25T03:27:05.750Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-02-25T03:27:05.750Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-02-25T03:27:05.750Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-02-25T03:27:05.750Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-02-25T03:27:05.750Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-02-25T03:27:05.750Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-02-25T03:27:05.750Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-02-25T03:27:05.750Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-02-25T03:27:05.750Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-02-25T03:27:05.750Z] ok github.com/docker/docker/api/types/strslice 0.023s coverage: 90.0% of statements [2021-02-25T03:27:05.750Z] ok github.com/docker/docker/api/types/filters 0.009s coverage: 92.2% of statements [2021-02-25T03:27:05.750Z] ok github.com/docker/docker/api/types/time 0.025s coverage: 100.0% of statements [2021-02-25T03:27:05.750Z] ok github.com/docker/docker/api/server/router/swarm 0.020s coverage: 5.7% of statements [2021-02-25T03:27:05.750Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-02-25T03:27:05.750Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-02-25T03:27:05.750Z] ? github.com/docker/docker/api/types [no test files] [2021-02-25T03:27:05.750Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-02-25T03:27:05.750Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-02-25T03:27:05.750Z] ? github.com/docker/docker/api/types/container [no test files] [2021-02-25T03:27:05.750Z] ? github.com/docker/docker/api/types/events [no test files] [2021-02-25T03:27:05.750Z] ? github.com/docker/docker/api/types/image [no test files] [2021-02-25T03:27:05.750Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-02-25T03:27:05.750Z] ? github.com/docker/docker/api/types/network [no test files] [2021-02-25T03:27:05.750Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-02-25T03:27:05.750Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-02-25T03:27:05.750Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-02-25T03:27:05.750Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-02-25T03:27:06.048Z] ok github.com/docker/docker/api/types/versions 0.017s coverage: 75.0% of statements [2021-02-25T03:27:06.048Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-02-25T03:27:06.048Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-02-25T03:27:06.048Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-02-25T03:27:06.048Z] ? github.com/docker/docker/builder [no test files] [2021-02-25T03:27:06.048Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-02-25T03:27:06.048Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-02-25T03:27:06.048Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-02-25T03:27:06.048Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-02-25T03:27:06.048Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-02-25T03:27:06.048Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-02-25T03:27:06.048Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-02-25T03:27:06.410Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2021-02-25T03:27:06.410Z] === RUN TestBuildUncleanTarFilenames [2021-02-25T03:27:06.567Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2021-02-25T03:27:06.567Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-02-25T03:27:06.567Z] --- PASS: TestHostnameDnsResolution (1.27s) [2021-02-25T03:27:06.567Z] === RUN TestStats [2021-02-25T03:27:06.983Z] --- PASS: TestBuildUncleanTarFilenames (0.69s) [2021-02-25T03:27:06.983Z] === RUN TestBuildMultiStageLayerLeak [2021-02-25T03:27:07.949Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-02-25T03:27:07.949Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2021-02-25T03:27:08.520Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2021-02-25T03:27:08.874Z] Cannot create a file when that file already exists. [2021-02-25T03:27:09.097Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-02-25T03:27:09.357Z] --- PASS: TestStats (2.79s) [2021-02-25T03:27:09.357Z] === RUN TestStopContainerWithTimeout [2021-02-25T03:27:09.357Z] === RUN TestStopContainerWithTimeout/0 [2021-02-25T03:27:09.357Z] === PAUSE TestStopContainerWithTimeout/0 [2021-02-25T03:27:09.357Z] === RUN TestStopContainerWithTimeout/1 [2021-02-25T03:27:09.357Z] === PAUSE TestStopContainerWithTimeout/1 [2021-02-25T03:27:09.357Z] === RUN TestStopContainerWithTimeout/3 [2021-02-25T03:27:09.357Z] === PAUSE TestStopContainerWithTimeout/3 [2021-02-25T03:27:09.357Z] === RUN TestStopContainerWithTimeout/-1 [2021-02-25T03:27:09.357Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-02-25T03:27:09.357Z] === CONT TestStopContainerWithTimeout/0 [2021-02-25T03:27:09.357Z] === CONT TestStopContainerWithTimeout/-1 [2021-02-25T03:27:09.639Z] ok github.com/docker/docker/cli/debug 0.013s coverage: 100.0% of statements [2021-02-25T03:27:10.298Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2021-02-25T03:27:10.560Z] === CONT TestStopContainerWithTimeout/3 [2021-02-25T03:27:11.191Z] --- PASS: TestBuildMultiStageLayerLeak (4.30s) [2021-02-25T03:27:11.191Z] === RUN TestBuildWithHugeFile [2021-02-25T03:27:12.420Z] ok github.com/docker/docker/builder/remotecontext/git 3.902s coverage: 86.3% of statements [2021-02-25T03:27:12.473Z] === CONT TestStopContainerWithTimeout/1 [2021-02-25T03:27:13.044Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2021-02-25T03:27:13.044Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2021-02-25T03:27:13.044Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2021-02-25T03:27:13.070Z] ok github.com/docker/docker/builder/remotecontext 0.552s coverage: 13.7% of statements [2021-02-25T03:27:13.598Z] Removing intermediate container 9715a8f79da1 [2021-02-25T03:27:13.599Z] ---> a47946bd4d9c [2021-02-25T03:27:13.599Z] Step 13/13 : CMD ["sh"] [2021-02-25T03:27:13.599Z] ---> Running in 3fc449ec7426 [2021-02-25T03:27:14.062Z] Removing intermediate container 3fc449ec7426 [2021-02-25T03:27:14.062Z] ---> 1dd05ace512f [2021-02-25T03:27:14.062Z] Successfully built 1dd05ace512f [2021-02-25T03:27:14.062Z] Successfully tagged busybox:latest [2021-02-25T03:27:14.062Z] INFO: Docker images of the daemon under test [2021-02-25T03:27:14.062Z] [2021-02-25T03:27:14.062Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-02-25T03:27:14.062Z] busybox latest 1dd05ace512f Less than a second ago 5.28GB [2021-02-25T03:27:14.062Z] microsoft/windowsservercore latest 31902e4b25a6 2 weeks ago 5.21GB [2021-02-25T03:27:14.062Z] mcr.microsoft.com/windows/servercore ltsc2019 31902e4b25a6 2 weeks ago 5.21GB [2021-02-25T03:27:14.062Z] [2021-02-25T03:27:14.062Z] INFO: Running integration tests at 02/25/2021 03:27:13... [2021-02-25T03:27:14.062Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-02-25T03:27:14.062Z] INFO: Integration API tests being run from the host: [2021-02-25T03:27:14.062Z] INFO: make.ps1 starting at 02/25/2021 03:27:13 [2021-02-25T03:27:14.426Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-02-25T03:27:14.426Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2021-02-25T03:27:14.426Z] --- PASS: TestStopContainerWithTimeout/0 (1.28s) [2021-02-25T03:27:14.426Z] --- PASS: TestStopContainerWithTimeout/-1 (3.21s) [2021-02-25T03:27:14.426Z] --- PASS: TestStopContainerWithTimeout/3 (2.71s) [2021-02-25T03:27:14.426Z] --- PASS: TestStopContainerWithTimeout/1 (1.86s) [2021-02-25T03:27:14.426Z] === RUN TestDeleteDevicemapper [2021-02-25T03:27:14.426Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-02-25T03:27:14.426Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-25T03:27:14.426Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-02-25T03:27:15.040Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-02-25T03:27:15.179Z] ok github.com/docker/docker/builder/dockerfile 1.205s coverage: 48.3% of statements [2021-02-25T03:27:15.179Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-02-25T03:27:15.179Z] ? github.com/docker/docker/cli [no test files] [2021-02-25T03:27:15.179Z] ? github.com/docker/docker/cli/config [no test files] [2021-02-25T03:27:15.798Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-02-25T03:27:15.810Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2021-02-25T03:27:16.747Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-02-25T03:27:16.753Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-02-25T03:27:16.753Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.42s) [2021-02-25T03:27:16.753Z] === RUN TestUpdateMemory [2021-02-25T03:27:16.754Z] --- SKIP: TestUpdateMemory (0.00s) [2021-02-25T03:27:16.754Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-02-25T03:27:16.754Z] === RUN TestUpdateCPUQuota [2021-02-25T03:27:17.695Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-02-25T03:27:18.265Z] === RUN TestDockerSuite/TestBuildCmd [2021-02-25T03:27:18.525Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-02-25T03:27:18.525Z] --- PASS: TestUpdateCPUQuota (1.66s) [2021-02-25T03:27:18.525Z] === RUN TestUpdatePidsLimit [2021-02-25T03:27:18.525Z] === RUN TestUpdatePidsLimit/update_from_none [2021-02-25T03:27:18.785Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-02-25T03:27:18.827Z] ok github.com/docker/docker/client 0.599s coverage: 75.4% of statements [2021-02-25T03:27:19.044Z] === RUN TestUpdatePidsLimit/no_change [2021-02-25T03:27:19.305Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-02-25T03:27:19.305Z] === RUN TestUpdatePidsLimit/update_lower [2021-02-25T03:27:19.305Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-02-25T03:27:19.876Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-02-25T03:27:20.136Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-02-25T03:27:20.136Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2021-02-25T03:27:20.456Z] --- PASS: TestBuildWithHugeFile (52.86s) [2021-02-25T03:27:20.456Z] === RUN TestBuildWCOWSandboxSize [2021-02-25T03:27:20.456Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-02-25T03:27:20.456Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-02-25T03:27:20.456Z] === RUN TestBuildWithEmptyDockerfile [2021-02-25T03:27:20.456Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-25T03:27:20.456Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-25T03:27:20.456Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-25T03:27:20.456Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-25T03:27:20.456Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-25T03:27:20.456Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-25T03:27:20.456Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-25T03:27:20.456Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-25T03:27:20.456Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-25T03:27:20.456Z] --- PASS: TestBuildWithEmptyDockerfile (0.12s) [2021-02-25T03:27:20.456Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s) [2021-02-25T03:27:20.456Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s) [2021-02-25T03:27:20.456Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2021-02-25T03:27:20.456Z] === RUN TestBuildPreserveOwnership [2021-02-25T03:27:20.456Z] === RUN TestBuildPreserveOwnership/copy_from [2021-02-25T03:27:20.456Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-02-25T03:27:20.707Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-02-25T03:27:20.968Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-02-25T03:27:21.228Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-02-25T03:27:21.385Z] --- PASS: TestBuildPreserveOwnership (3.77s) [2021-02-25T03:27:21.385Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.51s) [2021-02-25T03:27:21.385Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.25s) [2021-02-25T03:27:21.385Z] === RUN TestBuildPlatformInvalid [2021-02-25T03:27:21.385Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2021-02-25T03:27:21.385Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-02-25T03:27:22.169Z] --- PASS: TestUpdatePidsLimit (3.73s) [2021-02-25T03:27:22.169Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.40s) [2021-02-25T03:27:22.169Z] --- PASS: TestUpdatePidsLimit/no_change (0.36s) [2021-02-25T03:27:22.169Z] --- PASS: TestUpdatePidsLimit/update_lower (0.42s) [2021-02-25T03:27:22.169Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.41s) [2021-02-25T03:27:22.169Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.45s) [2021-02-25T03:27:22.169Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.44s) [2021-02-25T03:27:22.169Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.41s) [2021-02-25T03:27:22.169Z] === RUN TestUpdateRestartPolicy [2021-02-25T03:27:22.373Z] --- PASS: TestBuildWithHugeFile (30.50s) [2021-02-25T03:27:22.373Z] === RUN TestBuildWCOWSandboxSize [2021-02-25T03:27:22.373Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-02-25T03:27:22.373Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-02-25T03:27:22.373Z] === RUN TestBuildWithEmptyDockerfile [2021-02-25T03:27:22.373Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-25T03:27:22.373Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-25T03:27:22.373Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-25T03:27:22.373Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-25T03:27:22.373Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-25T03:27:22.373Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-25T03:27:22.373Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-25T03:27:22.373Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-25T03:27:22.373Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-25T03:27:22.373Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2021-02-25T03:27:22.373Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.17s) [2021-02-25T03:27:22.373Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.17s) [2021-02-25T03:27:22.373Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.16s) [2021-02-25T03:27:22.373Z] === RUN TestBuildPreserveOwnership [2021-02-25T03:27:22.373Z] === RUN TestBuildPreserveOwnership/copy_from [2021-02-25T03:27:23.554Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2021-02-25T03:27:25.122Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-02-25T03:27:26.098Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-02-25T03:27:26.358Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2021-02-25T03:27:26.929Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-02-25T03:27:27.504Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-02-25T03:27:27.764Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-02-25T03:27:27.913Z] --- PASS: TestBuildPreserveOwnership (7.78s) [2021-02-25T03:27:27.913Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.05s) [2021-02-25T03:27:27.913Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.72s) [2021-02-25T03:27:27.913Z] === RUN TestBuildPlatformInvalid [2021-02-25T03:27:28.207Z] --- PASS: TestBuildPlatformInvalid (0.19s) [2021-02-25T03:27:28.208Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-02-25T03:27:28.707Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2021-02-25T03:27:28.707Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-02-25T03:27:28.968Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-02-25T03:27:29.229Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-02-25T03:27:31.778Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2021-02-25T03:27:34.911Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-02-25T03:27:35.079Z] --- PASS: TestUpdateRestartPolicy (12.80s) [2021-02-25T03:27:35.079Z] === RUN TestUpdateRestartWithAutoRemove [2021-02-25T03:27:35.079Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2021-02-25T03:27:36.021Z] --- PASS: TestUpdateRestartWithAutoRemove (0.87s) [2021-02-25T03:27:36.021Z] === RUN TestWaitNonBlocked [2021-02-25T03:27:36.021Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-25T03:27:36.021Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-25T03:27:36.021Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-25T03:27:36.021Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-25T03:27:36.021Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-25T03:27:36.021Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-25T03:27:36.234Z] Loaded image: buildpack-deps:buster [2021-02-25T03:27:36.234Z] Loaded image: busybox:latest [2021-02-25T03:27:36.234Z] Loaded image: busybox:glibc [2021-02-25T03:27:36.799Z] Loaded image: debian:bullseye [2021-02-25T03:27:36.799Z] Loaded image: hello-world:latest [2021-02-25T03:27:36.799Z] Loaded image: arm32v7/hello-world:latest [2021-02-25T03:27:37.424Z] --- PASS: TestWaitNonBlocked (0.03s) [2021-02-25T03:27:37.424Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.26s) [2021-02-25T03:27:37.424Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.28s) [2021-02-25T03:27:37.424Z] === RUN TestWaitBlocked [2021-02-25T03:27:37.424Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-25T03:27:37.424Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-25T03:27:37.424Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-02-25T03:27:37.424Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-02-25T03:27:37.424Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-25T03:27:37.424Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-02-25T03:27:38.826Z] --- PASS: TestWaitBlocked (0.03s) [2021-02-25T03:27:38.826Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.21s) [2021-02-25T03:27:38.826Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.31s) [2021-02-25T03:27:38.826Z] === CONT TestContainerStartOnDaemonRestart [2021-02-25T03:27:38.826Z] === CONT TestContainerKillOnDaemonStart [2021-02-25T03:27:40.210Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2021-02-25T03:27:40.210Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-02-25T03:27:40.284Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-25T03:27:40.284Z] INFO: Testing against a local daemon [2021-02-25T03:27:40.284Z] === RUN TestBuildWithSession [2021-02-25T03:27:40.284Z] --- SKIP: TestBuildWithSession (0.00s) [2021-02-25T03:27:40.284Z] build_session_test.go:25: TODO: BuildKit [2021-02-25T03:27:40.284Z] === RUN TestBuildSquashParent [2021-02-25T03:27:40.284Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-02-25T03:27:40.284Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:27:40.284Z] === RUN TestBuildWithRemoveAndForceRemove [2021-02-25T03:27:40.284Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-25T03:27:40.284Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-25T03:27:40.284Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-25T03:27:40.284Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-25T03:27:40.284Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-25T03:27:40.284Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-25T03:27:40.284Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-25T03:27:40.284Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-25T03:27:40.284Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-25T03:27:40.284Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-25T03:27:40.284Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-25T03:27:40.284Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-25T03:27:40.284Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-25T03:27:40.284Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-25T03:27:40.284Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-25T03:27:40.284Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-25T03:27:40.896Z] Loaded image: buildpack-deps:buster [2021-02-25T03:27:40.896Z] Loaded image: busybox:latest [2021-02-25T03:27:40.896Z] Loaded image: busybox:glibc [2021-02-25T03:27:41.538Z] Loaded image: debian:bullseye [2021-02-25T03:27:41.538Z] Loaded image: hello-world:latest [2021-02-25T03:27:41.596Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-02-25T03:27:41.833Z] Loaded image: arm32v7/hello-world:latest [2021-02-25T03:27:42.167Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-02-25T03:27:42.428Z] --- PASS: TestContainerStartOnDaemonRestart (3.84s) [2021-02-25T03:27:42.428Z] === CONT TestRestartDaemonWithRestartingContainer [2021-02-25T03:27:42.690Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2021-02-25T03:27:43.085Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-02-25T03:27:43.348Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-02-25T03:27:44.743Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-02-25T03:27:44.891Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (23.29s) [2021-02-25T03:27:44.891Z] PASS [2021-02-25T03:27:44.891Z] [2021-02-25T03:27:44.891Z] === Skipped [2021-02-25T03:27:44.891Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-02-25T03:27:44.891Z] build_session_test.go:25: TODO: BuildKit [2021-02-25T03:27:44.891Z] [2021-02-25T03:27:44.891Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-02-25T03:27:44.891Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-02-25T03:27:44.891Z] [2021-02-25T03:27:44.891Z] [2021-02-25T03:27:44.891Z] DONE 34 tests, 2 skipped in 117.773s [2021-02-25T03:27:44.891Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-02-25T03:27:44.891Z] INFO: Testing against a local daemon [2021-02-25T03:27:44.891Z] === RUN TestConfigInspect [2021-02-25T03:27:45.237Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-02-25T03:27:45.499Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.96s) [2021-02-25T03:27:45.499Z] === CONT TestDaemonHostGatewayIP [2021-02-25T03:27:46.070Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2021-02-25T03:27:46.151Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-02-25T03:27:46.151Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-02-25T03:27:47.408Z] --- PASS: TestConfigInspect (2.35s) [2021-02-25T03:27:47.408Z] === RUN TestConfigList [2021-02-25T03:27:48.085Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-02-25T03:27:48.613Z] --- PASS: TestDaemonHostGatewayIP (3.19s) [2021-02-25T03:27:48.613Z] === CONT TestDaemonRestartIpcMode [2021-02-25T03:27:48.613Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-02-25T03:27:48.752Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (20.22s) [2021-02-25T03:27:48.752Z] PASS [2021-02-25T03:27:48.752Z] [2021-02-25T03:27:48.752Z] === Skipped [2021-02-25T03:27:48.752Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s) [2021-02-25T03:27:48.752Z] build_session_test.go:25: TODO: BuildKit [2021-02-25T03:27:48.752Z] [2021-02-25T03:27:48.752Z] === SKIP: s390x.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-02-25T03:27:48.752Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-02-25T03:27:48.752Z] [2021-02-25T03:27:48.752Z] [2021-02-25T03:27:48.752Z] DONE 34 tests, 2 skipped in 112.002s [2021-02-25T03:27:48.752Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2021-02-25T03:27:48.752Z] ++ 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-02-25T03:27:48.752Z] ++ set -e [2021-02-25T03:27:48.752Z] ++ '[' -n 0 ']' [2021-02-25T03:27:48.752Z] ++ set -x [2021-02-25T03:27:48.752Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-02-25T03:27:48.752Z] INFO: Testing against a local daemon [2021-02-25T03:27:48.752Z] === RUN TestConfigInspect [2021-02-25T03:27:48.863Z] Created binary: bundles/binary-daemon/dockerd-dev [2021-02-25T03:27:49.301Z] --- PASS: TestConfigList (2.34s) [2021-02-25T03:27:49.301Z] === RUN TestConfigsCreateAndDelete [2021-02-25T03:27:49.431Z] Copying nested executables into bundles/binary-daemon [2021-02-25T03:27:49.555Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2021-02-25T03:27:50.127Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-02-25T03:27:50.127Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-02-25T03:27:50.127Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-02-25T03:27:50.127Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-02-25T03:27:50.127Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-02-25T03:27:50.650Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-02-25T03:27:50.688Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-25T03:27:50.688Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-25T03:27:51.193Z] --- PASS: TestConfigsCreateAndDelete (1.91s) [2021-02-25T03:27:51.194Z] === RUN TestConfigsUpdate [2021-02-25T03:27:51.335Z] [2021-02-25T03:27:51.512Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2021-02-25T03:27:52.251Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42056/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr8 -e DOCKER_GITCOMMIT=59fc2206d0aa706e3f4af717dec37df091092058 -e DOCKER_GRAPHDRIVER docker:59fc2206d0aa706e3f4af717dec37df091092058 hack/make.sh cross [2021-02-25T03:27:52.453Z] --- PASS: TestContainerKillOnDaemonStart (13.76s) [2021-02-25T03:27:52.453Z] === CONT TestIpcModeOlderClient [2021-02-25T03:27:52.453Z] --- PASS: TestDaemonRestartIpcMode (3.81s) [2021-02-25T03:27:52.453Z] --- PASS: TestIpcModeOlderClient (0.10s) [2021-02-25T03:27:52.453Z] PASS [2021-02-25T03:27:52.453Z] [2021-02-25T03:27:52.453Z] === Skipped [2021-02-25T03:27:52.453Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-02-25T03:27:52.453Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-25T03:27:52.453Z] [2021-02-25T03:27:52.453Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-02-25T03:27:52.453Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-25T03:27:52.453Z] [2021-02-25T03:27:52.453Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-02-25T03:27:52.453Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-25T03:27:52.453Z] [2021-02-25T03:27:52.454Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-25T03:27:52.454Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-25T03:27:52.454Z] [2021-02-25T03:27:52.454Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-02-25T03:27:52.454Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-25T03:27:52.454Z] [2021-02-25T03:27:52.454Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-02-25T03:27:52.454Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-02-25T03:27:52.454Z] [2021-02-25T03:27:52.454Z] [2021-02-25T03:27:52.454Z] DONE 196 tests, 6 skipped in 149.914s [2021-02-25T03:27:52.454Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-02-25T03:27:52.454Z] ++ 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-02-25T03:27:52.454Z] ++ set -e [2021-02-25T03:27:52.454Z] ++ '[' -n 0 ']' [2021-02-25T03:27:52.454Z] ++ set -x [2021-02-25T03:27:52.454Z] ++ env -i DEST=/go/src/github.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-02-25T03:27:52.511Z] [2021-02-25T03:27:52.714Z] INFO: Testing against a local daemon [2021-02-25T03:27:52.714Z] === RUN TestCommitInheritsEnv [2021-02-25T03:27:52.771Z] Removing bundles/ [2021-02-25T03:27:52.771Z] [2021-02-25T03:27:52.771Z] ---> Making bundle: cross (in bundles/cross) [2021-02-25T03:27:52.771Z] Cross building: bundles/cross/linux/amd64 [2021-02-25T03:27:52.771Z] Building: bundles/cross/linux/amd64/dockerd-dev [2021-02-25T03:27:52.771Z] GOOS="linux" GOARCH="amd64" GOARM="" [2021-02-25T03:27:52.975Z] --- PASS: TestCommitInheritsEnv (0.37s) [2021-02-25T03:27:52.975Z] === RUN TestImportExtremelyLargeImageWorks [2021-02-25T03:27:52.975Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-02-25T03:27:52.975Z] === RUN TestImagesFilterMultiReference [2021-02-25T03:27:52.975Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2021-02-25T03:27:52.975Z] === RUN TestImagePullPlatformInvalid [2021-02-25T03:27:52.975Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-02-25T03:27:52.975Z] === RUN TestRemoveImageOrphaning [2021-02-25T03:27:53.210Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-02-25T03:27:53.228Z] --- PASS: TestConfigInspect (4.28s) [2021-02-25T03:27:53.228Z] === RUN TestConfigList [2021-02-25T03:27:53.545Z] --- PASS: TestRemoveImageOrphaning (0.35s) [2021-02-25T03:27:53.546Z] === RUN TestRemoveImageGarbageCollector [2021-02-25T03:27:53.546Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-02-25T03:27:53.711Z] --- PASS: TestConfigsUpdate (2.22s) [2021-02-25T03:27:53.711Z] === RUN TestTemplatedConfig [2021-02-25T03:27:54.605Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-02-25T03:27:54.930Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2021-02-25T03:27:55.554Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-02-25T03:27:55.869Z] --- PASS: TestRemoveImageGarbageCollector (2.22s) [2021-02-25T03:27:55.869Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-02-25T03:27:55.869Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-02-25T03:27:55.869Z] === RUN TestTagInvalidReference [2021-02-25T03:27:55.869Z] --- PASS: TestTagInvalidReference (0.02s) [2021-02-25T03:27:55.869Z] === RUN TestTagValidPrefixedRepo [2021-02-25T03:27:55.869Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2021-02-25T03:27:55.869Z] === RUN TestTagExistedNameWithoutForce [2021-02-25T03:27:55.869Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2021-02-25T03:27:55.869Z] === RUN TestTagOfficialNames [2021-02-25T03:27:55.869Z] --- PASS: TestTagOfficialNames (0.07s) [2021-02-25T03:27:55.869Z] === RUN TestTagMatchesDigest [2021-02-25T03:27:55.869Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-02-25T03:27:55.870Z] === CONT TestImportExtremelyLargeImageWorks [2021-02-25T03:27:56.230Z] --- PASS: TestTemplatedConfig (2.67s) [2021-02-25T03:27:56.230Z] === RUN TestConfigCreateResolve [2021-02-25T03:27:56.765Z] --- PASS: TestConfigList (4.01s) [2021-02-25T03:27:56.765Z] === RUN TestConfigsCreateAndDelete [2021-02-25T03:27:56.947Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-02-25T03:27:58.311Z] ok github.com/docker/docker/cmd/dockerd 0.241s coverage: 29.1% of statements [2021-02-25T03:27:58.343Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-02-25T03:27:58.413Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-02-25T03:27:58.747Z] --- PASS: TestConfigCreateResolve (2.27s) [2021-02-25T03:27:58.747Z] === RUN TestConfigDaemonLibtrustID [2021-02-25T03:27:59.003Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2021-02-25T03:27:59.003Z] PASS [2021-02-25T03:27:59.003Z] [2021-02-25T03:27:59.003Z] DONE 7 tests in 14.343s [2021-02-25T03:27:59.003Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-02-25T03:27:59.003Z] INFO: Testing against a local daemon [2021-02-25T03:27:59.003Z] === RUN TestCheckpoint [2021-02-25T03:27:59.003Z] --- SKIP: TestCheckpoint (0.00s) [2021-02-25T03:27:59.003Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-25T03:27:59.003Z] === RUN TestContainerInvalidJSON [2021-02-25T03:27:59.003Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-02-25T03:27:59.003Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-02-25T03:27:59.003Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-02-25T03:27:59.003Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-02-25T03:27:59.003Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-02-25T03:27:59.003Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-02-25T03:27:59.003Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-02-25T03:27:59.003Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-02-25T03:27:59.003Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-02-25T03:27:59.003Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-02-25T03:27:59.003Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-02-25T03:27:59.003Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-02-25T03:27:59.003Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-02-25T03:27:59.003Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-02-25T03:27:59.003Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.10s) [2021-02-25T03:27:59.003Z] === RUN TestCopyFromContainerPathIsNotDir [2021-02-25T03:27:59.260Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.09s) [2021-02-25T03:27:59.260Z] === RUN TestCopyToContainerPathDoesNotExist [2021-02-25T03:27:59.260Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s) [2021-02-25T03:27:59.260Z] === RUN TestCopyToContainerPathIsNotDir [2021-02-25T03:27:59.260Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2021-02-25T03:27:59.260Z] === RUN TestCopyFromContainer [2021-02-25T03:27:59.795Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2021-02-25T03:28:00.291Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-02-25T03:28:00.628Z] === RUN TestCopyFromContainer// [2021-02-25T03:28:00.628Z] === RUN TestCopyFromContainer//bar/root [2021-02-25T03:28:00.628Z] === RUN TestCopyFromContainer//bar/root/ [2021-02-25T03:28:00.628Z] === RUN TestCopyFromContainer/bar/quux [2021-02-25T03:28:00.885Z] === RUN TestCopyFromContainer/bar/quux/ [2021-02-25T03:28:00.885Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-02-25T03:28:00.885Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-02-25T03:28:00.885Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-02-25T03:28:00.885Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-02-25T03:28:01.142Z] === RUN TestCopyFromContainer/bar/notarget [2021-02-25T03:28:01.142Z] --- PASS: TestCopyFromContainer (1.85s) [2021-02-25T03:28:01.142Z] --- PASS: TestCopyFromContainer// (0.08s) [2021-02-25T03:28:01.142Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2021-02-25T03:28:01.142Z] --- PASS: TestCopyFromContainer//bar/root/ (0.08s) [2021-02-25T03:28:01.142Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2021-02-25T03:28:01.142Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2021-02-25T03:28:01.142Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2021-02-25T03:28:01.142Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2021-02-25T03:28:01.142Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2021-02-25T03:28:01.142Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2021-02-25T03:28:01.142Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2021-02-25T03:28:01.142Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-02-25T03:28:01.142Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-25T03:28:01.142Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-25T03:28:01.142Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-25T03:28:01.142Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-25T03:28:01.142Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-25T03:28:01.142Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-25T03:28:01.142Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-25T03:28:01.142Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-25T03:28:01.142Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-25T03:28:01.142Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-02-25T03:28:01.142Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-02-25T03:28:01.142Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-02-25T03:28:01.142Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-02-25T03:28:01.142Z] === RUN TestCreateLinkToNonExistingContainer [2021-02-25T03:28:01.142Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2021-02-25T03:28:01.142Z] === RUN TestCreateWithInvalidEnv [2021-02-25T03:28:01.142Z] === RUN TestCreateWithInvalidEnv/0 [2021-02-25T03:28:01.142Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-02-25T03:28:01.142Z] === RUN TestCreateWithInvalidEnv/1 [2021-02-25T03:28:01.142Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-02-25T03:28:01.142Z] === RUN TestCreateWithInvalidEnv/2 [2021-02-25T03:28:01.142Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-02-25T03:28:01.142Z] === CONT TestCreateWithInvalidEnv/0 [2021-02-25T03:28:01.142Z] === CONT TestCreateWithInvalidEnv/2 [2021-02-25T03:28:01.142Z] === CONT TestCreateWithInvalidEnv/1 [2021-02-25T03:28:01.142Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-02-25T03:28:01.142Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-02-25T03:28:01.142Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-02-25T03:28:01.142Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-02-25T03:28:01.142Z] === RUN TestCreateTmpfsMountsTarget [2021-02-25T03:28:01.181Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2021-02-25T03:28:01.240Z] --- PASS: TestConfigsCreateAndDelete (4.05s) [2021-02-25T03:28:01.240Z] === RUN TestConfigsUpdate [2021-02-25T03:28:01.399Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-02-25T03:28:01.399Z] === RUN TestCreateWithCustomMaskedPaths [2021-02-25T03:28:01.442Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-02-25T03:28:01.442Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2021-02-25T03:28:01.689Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-02-25T03:28:02.015Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-02-25T03:28:02.015Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2021-02-25T03:28:02.639Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-02-25T03:28:03.245Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-02-25T03:28:03.245Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (12.93s) [2021-02-25T03:28:03.245Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (13.14s) [2021-02-25T03:28:03.245Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (13.35s) [2021-02-25T03:28:03.245Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (17.54s) [2021-02-25T03:28:03.245Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (7.27s) [2021-02-25T03:28:03.245Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (12.14s) [2021-02-25T03:28:03.245Z] === RUN TestBuildMultiStageCopy [2021-02-25T03:28:03.245Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-02-25T03:28:03.293Z] --- PASS: TestCreateWithCustomMaskedPaths (1.84s) [2021-02-25T03:28:03.293Z] === RUN TestCreateWithCustomReadonlyPaths [2021-02-25T03:28:03.964Z] ok github.com/docker/docker/container 0.168s coverage: 34.7% of statements [2021-02-25T03:28:03.964Z] ? github.com/docker/docker/container/stream [no test files] [2021-02-25T03:28:03.964Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-02-25T03:28:03.964Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-02-25T03:28:03.964Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-02-25T03:28:04.032Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-02-25T03:28:04.032Z] Using test binary docker [2021-02-25T03:28:04.032Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-02-25T03:28:04.032Z] +++ /etc/init.d/apparmor start [2021-02-25T03:28:04.032Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-25T03:28:04.032Z] INFO: Waiting for daemon to start... [2021-02-25T03:28:04.032Z] Starting dockerd [2021-02-25T03:28:04.032Z] +++ 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-02-25T03:28:04.661Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.67s) [2021-02-25T03:28:04.661Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-02-25T03:28:04.777Z] --- PASS: TestConfigsUpdate (4.10s) [2021-02-25T03:28:04.777Z] === RUN TestTemplatedConfig [2021-02-25T03:28:04.918Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-25T03:28:04.919Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-25T03:28:04.919Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-25T03:28:04.919Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-25T03:28:04.919Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-25T03:28:04.919Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-25T03:28:04.919Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-25T03:28:04.919Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-25T03:28:04.919Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-25T03:28:04.919Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-25T03:28:04.919Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-25T03:28:04.919Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-25T03:28:04.919Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-25T03:28:04.919Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-25T03:28:04.919Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-25T03:28:04.919Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-02-25T03:28:04.919Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2021-02-25T03:28:04.919Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2021-02-25T03:28:04.919Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-02-25T03:28:04.919Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-02-25T03:28:04.919Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-02-25T03:28:04.919Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-02-25T03:28:05.481Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.54s) [2021-02-25T03:28:05.481Z] === RUN TestCreateDifferentPlatform [2021-02-25T03:28:05.481Z] === RUN TestCreateDifferentPlatform/different_os [2021-02-25T03:28:05.481Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-02-25T03:28:05.481Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2021-02-25T03:28:05.481Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-02-25T03:28:05.482Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-02-25T03:28:05.482Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-02-25T03:28:05.482Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2021-02-25T03:28:05.482Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-02-25T03:28:05.482Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2021-02-25T03:28:05.482Z] === RUN TestContainerStartOnDaemonRestart [2021-02-25T03:28:05.482Z] === PAUSE TestContainerStartOnDaemonRestart [2021-02-25T03:28:05.482Z] === RUN TestDaemonRestartIpcMode [2021-02-25T03:28:05.482Z] === PAUSE TestDaemonRestartIpcMode [2021-02-25T03:28:05.482Z] === RUN TestDaemonHostGatewayIP [2021-02-25T03:28:05.482Z] === PAUSE TestDaemonHostGatewayIP [2021-02-25T03:28:05.482Z] === RUN TestRestartDaemonWithRestartingContainer [2021-02-25T03:28:05.482Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-02-25T03:28:05.482Z] === RUN TestContainerKillOnDaemonStart [2021-02-25T03:28:05.482Z] === PAUSE TestContainerKillOnDaemonStart [2021-02-25T03:28:05.482Z] === RUN TestDiff [2021-02-25T03:28:06.051Z] --- PASS: TestDiff (0.58s) [2021-02-25T03:28:06.051Z] === RUN TestExecWithCloseStdin [2021-02-25T03:28:06.068Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.050s coverage: 65.3% of statements [2021-02-25T03:28:06.614Z] --- PASS: TestExecWithCloseStdin (0.62s) [2021-02-25T03:28:06.614Z] === RUN TestExec [2021-02-25T03:28:07.303Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-02-25T03:28:07.303Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2021-02-25T03:28:07.540Z] --- PASS: TestBuildWithHugeFile (51.88s) [2021-02-25T03:28:07.540Z] === RUN TestBuildWCOWSandboxSize [2021-02-25T03:28:07.540Z] --- SKIP: TestBuildWCOWSandboxSize (0.03s) [2021-02-25T03:28:07.540Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-02-25T03:28:07.541Z] === RUN TestBuildWithEmptyDockerfile [2021-02-25T03:28:07.541Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-25T03:28:07.541Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-25T03:28:07.541Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-25T03:28:07.541Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-25T03:28:07.541Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-25T03:28:07.541Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-25T03:28:07.541Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-25T03:28:07.541Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-25T03:28:07.541Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-25T03:28:07.541Z] --- PASS: TestBuildWithEmptyDockerfile (0.18s) [2021-02-25T03:28:07.541Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.20s) [2021-02-25T03:28:07.541Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.20s) [2021-02-25T03:28:07.541Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2021-02-25T03:28:07.541Z] === RUN TestBuildPreserveOwnership [2021-02-25T03:28:07.541Z] === RUN TestBuildPreserveOwnership/copy_from [2021-02-25T03:28:07.544Z] --- PASS: TestExec (0.65s) [2021-02-25T03:28:07.544Z] === RUN TestExecUser [2021-02-25T03:28:08.106Z] --- PASS: TestExecUser (0.63s) [2021-02-25T03:28:08.106Z] === RUN TestExportContainerAndImportImage [2021-02-25T03:28:08.265Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2021-02-25T03:28:08.668Z] --- PASS: TestExportContainerAndImportImage (0.77s) [2021-02-25T03:28:08.668Z] === RUN TestExportContainerAfterDaemonRestart [2021-02-25T03:28:08.838Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2021-02-25T03:28:09.253Z] --- PASS: TestTemplatedConfig (4.07s) [2021-02-25T03:28:09.253Z] === RUN TestConfigCreateResolve [2021-02-25T03:28:09.454Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-02-25T03:28:10.034Z] --- PASS: TestExportContainerAfterDaemonRestart (1.31s) [2021-02-25T03:28:10.034Z] === RUN TestHealthCheckWorkdir [2021-02-25T03:28:10.364Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-02-25T03:28:10.630Z] . [2021-02-25T03:28:10.630Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-02-25T03:28:10.630Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-02-25T03:28:10.751Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2021-02-25T03:28:10.829Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-02-25T03:28:10.892Z] Error: No such image: emptyfs [2021-02-25T03:28:10.892Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-02-25T03:28:10.892Z] ++++ docker load [2021-02-25T03:28:10.961Z] --- PASS: TestHealthCheckWorkdir (0.70s) [2021-02-25T03:28:10.961Z] === RUN TestHealthKillContainer [2021-02-25T03:28:11.155Z] Running integration-test (iteration 1) [2021-02-25T03:28:11.155Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2021-02-25T03:28:11.155Z] ++ 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-02-25T03:28:11.155Z] ++ set -e [2021-02-25T03:28:11.155Z] ++ '[' -n 0 ']' [2021-02-25T03:28:11.155Z] ++ set -x [2021-02-25T03:28:11.155Z] ++ env -i DEST=/go/src/github.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-02-25T03:28:11.746Z] ok github.com/docker/docker/daemon/cluster/convert 0.025s coverage: 35.9% of statements [2021-02-25T03:28:11.805Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-02-25T03:28:12.783Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-02-25T03:28:12.804Z] ok github.com/docker/docker/daemon/cluster 0.217s coverage: 0.5% of statements [2021-02-25T03:28:13.478Z] --- PASS: TestHealthKillContainer (2.66s) [2021-02-25T03:28:13.478Z] === RUN TestInspectCpusetInConfigPre120 [2021-02-25T03:28:13.661Z] --- PASS: TestBuildPreserveOwnership (9.63s) [2021-02-25T03:28:13.661Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.62s) [2021-02-25T03:28:13.661Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2021-02-25T03:28:13.661Z] === RUN TestBuildPlatformInvalid [2021-02-25T03:28:13.661Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2021-02-25T03:28:13.661Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-02-25T03:28:13.661Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-02-25T03:28:13.661Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2021-02-25T03:28:13.661Z] PASS [2021-02-25T03:28:13.661Z] [2021-02-25T03:28:13.661Z] === Skipped [2021-02-25T03:28:13.661Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-02-25T03:28:13.661Z] build_session_test.go:25: TODO: BuildKit [2021-02-25T03:28:13.661Z] [2021-02-25T03:28:13.661Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.03s) [2021-02-25T03:28:13.661Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-02-25T03:28:13.661Z] [2021-02-25T03:28:13.661Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-02-25T03:28:13.661Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2021-02-25T03:28:13.661Z] [2021-02-25T03:28:13.661Z] [2021-02-25T03:28:13.661Z] DONE 34 tests, 3 skipped in 128.888s [2021-02-25T03:28:13.661Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-02-25T03:28:13.661Z] INFO: Testing against a local daemon [2021-02-25T03:28:13.661Z] === RUN TestConfigInspect [2021-02-25T03:28:13.661Z] --- SKIP: TestConfigInspect (0.02s) [2021-02-25T03:28:13.661Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:28:13.661Z] === RUN TestConfigList [2021-02-25T03:28:13.661Z] --- SKIP: TestConfigList (0.01s) [2021-02-25T03:28:13.661Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:28:13.661Z] === RUN TestConfigsCreateAndDelete [2021-02-25T03:28:13.661Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2021-02-25T03:28:13.661Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:28:13.661Z] === RUN TestConfigsUpdate [2021-02-25T03:28:13.661Z] --- SKIP: TestConfigsUpdate (0.02s) [2021-02-25T03:28:13.661Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:28:13.661Z] === RUN TestTemplatedConfig [2021-02-25T03:28:13.661Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-02-25T03:28:13.661Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:28:13.661Z] === RUN TestConfigCreateResolve [2021-02-25T03:28:13.661Z] --- SKIP: TestConfigCreateResolve (0.02s) [2021-02-25T03:28:13.661Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:28:13.661Z] === RUN TestConfigDaemonLibtrustID [2021-02-25T03:28:13.751Z] --- PASS: TestConfigCreateResolve (4.01s) [2021-02-25T03:28:13.751Z] === RUN TestConfigDaemonLibtrustID [2021-02-25T03:28:13.751Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2021-02-25T03:28:13.751Z] PASS [2021-02-25T03:28:13.751Z] [2021-02-25T03:28:13.751Z] DONE 7 tests in 25.163s [2021-02-25T03:28:13.751Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2021-02-25T03:28:13.751Z] ++ 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-02-25T03:28:13.751Z] ++ set -e [2021-02-25T03:28:13.751Z] ++ '[' -n 0 ']' [2021-02-25T03:28:13.751Z] ++ set -x [2021-02-25T03:28:13.751Z] ++ env -i DEST=/go/src/github.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-02-25T03:28:13.751Z] INFO: Testing against a local daemon [2021-02-25T03:28:13.751Z] === RUN TestCheckpoint [2021-02-25T03:28:13.751Z] --- SKIP: TestCheckpoint (0.00s) [2021-02-25T03:28:13.751Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-25T03:28:13.751Z] === RUN TestContainerInvalidJSON [2021-02-25T03:28:13.751Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-02-25T03:28:13.751Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-02-25T03:28:13.751Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-02-25T03:28:13.752Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-02-25T03:28:13.752Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-02-25T03:28:13.752Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-02-25T03:28:13.752Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-02-25T03:28:13.752Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-02-25T03:28:13.752Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-02-25T03:28:13.752Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-02-25T03:28:13.752Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-02-25T03:28:13.752Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-02-25T03:28:13.752Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-02-25T03:28:13.752Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-02-25T03:28:13.752Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.16s) [2021-02-25T03:28:13.752Z] === RUN TestCopyFromContainerPathIsNotDir [2021-02-25T03:28:13.761Z] --- PASS: TestBuildMultiStageCopy (12.19s) [2021-02-25T03:28:13.761Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (8.07s) [2021-02-25T03:28:13.761Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.82s) [2021-02-25T03:28:13.761Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.96s) [2021-02-25T03:28:13.761Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.07s) [2021-02-25T03:28:13.761Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.27s) [2021-02-25T03:28:13.761Z] === RUN TestBuildMultiStageParentConfig [2021-02-25T03:28:14.041Z] --- PASS: TestInspectCpusetInConfigPre120 (0.58s) [2021-02-25T03:28:14.041Z] === RUN TestIpcModeNone [2021-02-25T03:28:14.052Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-02-25T03:28:14.052Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2021-02-25T03:28:14.055Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.13s) [2021-02-25T03:28:14.055Z] === RUN TestCopyToContainerPathDoesNotExist [2021-02-25T03:28:14.055Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.16s) [2021-02-25T03:28:14.055Z] === RUN TestCopyToContainerPathIsNotDir [2021-02-25T03:28:14.313Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-02-25T03:28:14.313Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2021-02-25T03:28:14.349Z] --- PASS: TestCopyToContainerPathIsNotDir (0.15s) [2021-02-25T03:28:14.349Z] === RUN TestCopyFromContainer [2021-02-25T03:28:14.604Z] --- PASS: TestIpcModeNone (0.63s) [2021-02-25T03:28:14.604Z] === RUN TestIpcModePrivate [2021-02-25T03:28:15.046Z] --- PASS: TestConfigDaemonLibtrustID (1.55s) [2021-02-25T03:28:15.046Z] PASS [2021-02-25T03:28:15.046Z] [2021-02-25T03:28:15.046Z] === Skipped [2021-02-25T03:28:15.046Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2021-02-25T03:28:15.046Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:28:15.046Z] [2021-02-25T03:28:15.046Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2021-02-25T03:28:15.046Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:28:15.046Z] [2021-02-25T03:28:15.046Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2021-02-25T03:28:15.046Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:28:15.046Z] [2021-02-25T03:28:15.046Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.02s) [2021-02-25T03:28:15.046Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:28:15.046Z] [2021-02-25T03:28:15.046Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2021-02-25T03:28:15.046Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:28:15.046Z] [2021-02-25T03:28:15.046Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.02s) [2021-02-25T03:28:15.046Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:28:15.046Z] [2021-02-25T03:28:15.046Z] [2021-02-25T03:28:15.046Z] DONE 7 tests, 6 skipped in 1.764s [2021-02-25T03:28:15.046Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-02-25T03:28:15.207Z] --- PASS: TestIpcModePrivate (0.68s) [2021-02-25T03:28:15.207Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:55, shared: false, mustBeShared: false [2021-02-25T03:28:15.207Z] === RUN TestIpcModeShareable [2021-02-25T03:28:15.307Z] INFO: Testing against a local daemon [2021-02-25T03:28:15.307Z] === RUN TestCheckpoint [2021-02-25T03:28:15.307Z] --- SKIP: TestCheckpoint (0.00s) [2021-02-25T03:28:15.307Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-25T03:28:15.307Z] === RUN TestContainerInvalidJSON [2021-02-25T03:28:15.307Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-02-25T03:28:15.307Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-02-25T03:28:15.307Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-02-25T03:28:15.307Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-02-25T03:28:15.307Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-02-25T03:28:15.307Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-02-25T03:28:15.307Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-02-25T03:28:15.307Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-02-25T03:28:15.307Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-02-25T03:28:15.307Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-02-25T03:28:15.307Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-02-25T03:28:15.307Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-02-25T03:28:15.307Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-02-25T03:28:15.307Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-02-25T03:28:15.307Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2021-02-25T03:28:15.307Z] === RUN TestCopyFromContainerPathIsNotDir [2021-02-25T03:28:15.307Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2021-02-25T03:28:15.307Z] === RUN TestCopyToContainerPathDoesNotExist [2021-02-25T03:28:15.568Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2021-02-25T03:28:15.568Z] === RUN TestCopyToContainerPathIsNotDir [2021-02-25T03:28:15.568Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2021-02-25T03:28:15.568Z] === RUN TestCopyFromContainer [2021-02-25T03:28:16.163Z] --- PASS: TestIpcModeShareable (0.63s) [2021-02-25T03:28:16.163Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:50, shared: true, mustBeShared: true [2021-02-25T03:28:16.163Z] === RUN TestAPIIpcModeShareableAndContainer [2021-02-25T03:28:16.226Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-02-25T03:28:16.380Z] ok github.com/docker/docker/daemon/discovery 0.027s coverage: 30.0% of statements [2021-02-25T03:28:16.700Z] --- PASS: TestBuildMultiStageParentConfig (2.46s) [2021-02-25T03:28:16.700Z] === RUN TestBuildLabelWithTargets [2021-02-25T03:28:16.700Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2021-02-25T03:28:16.700Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-25T03:28:16.700Z] === RUN TestBuildWithEmptyLayers [2021-02-25T03:28:17.098Z] === RUN TestCopyFromContainer// [2021-02-25T03:28:17.098Z] === RUN TestCopyFromContainer//bar/root [2021-02-25T03:28:17.098Z] === RUN TestCopyFromContainer//bar/root/ [2021-02-25T03:28:17.098Z] === RUN TestCopyFromContainer/bar/quux [2021-02-25T03:28:17.167Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2021-02-25T03:28:17.392Z] === RUN TestCopyFromContainer/bar/quux/ [2021-02-25T03:28:17.392Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-02-25T03:28:17.677Z] --- PASS: TestBuildWithEmptyLayers (1.24s) [2021-02-25T03:28:17.677Z] === RUN TestBuildMultiStageOnBuild [2021-02-25T03:28:17.687Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-02-25T03:28:17.687Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-02-25T03:28:17.981Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-02-25T03:28:17.981Z] === RUN TestCopyFromContainer/bar/notarget [2021-02-25T03:28:18.053Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.88s) [2021-02-25T03:28:18.053Z] === RUN TestAPIIpcModeHost [2021-02-25T03:28:18.277Z] --- PASS: TestCopyFromContainer (3.86s) [2021-02-25T03:28:18.277Z] --- PASS: TestCopyFromContainer// (0.09s) [2021-02-25T03:28:18.277Z] --- PASS: TestCopyFromContainer//bar/root (0.18s) [2021-02-25T03:28:18.277Z] --- PASS: TestCopyFromContainer//bar/root/ (0.09s) [2021-02-25T03:28:18.277Z] --- PASS: TestCopyFromContainer/bar/quux (0.17s) [2021-02-25T03:28:18.277Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.13s) [2021-02-25T03:28:18.277Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.13s) [2021-02-25T03:28:18.277Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.12s) [2021-02-25T03:28:18.277Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.14s) [2021-02-25T03:28:18.277Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.13s) [2021-02-25T03:28:18.277Z] --- PASS: TestCopyFromContainer/bar/notarget (0.14s) [2021-02-25T03:28:18.277Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-02-25T03:28:18.277Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-25T03:28:18.277Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-25T03:28:18.277Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-25T03:28:18.277Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-25T03:28:18.277Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-25T03:28:18.277Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-25T03:28:18.277Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-25T03:28:18.277Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-25T03:28:18.277Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-25T03:28:18.277Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-02-25T03:28:18.277Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-02-25T03:28:18.277Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-02-25T03:28:18.277Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-02-25T03:28:18.277Z] === RUN TestCreateLinkToNonExistingContainer [2021-02-25T03:28:18.277Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2021-02-25T03:28:18.277Z] === RUN TestCreateWithInvalidEnv [2021-02-25T03:28:18.277Z] === RUN TestCreateWithInvalidEnv/0 [2021-02-25T03:28:18.277Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-02-25T03:28:18.277Z] === RUN TestCreateWithInvalidEnv/1 [2021-02-25T03:28:18.277Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-02-25T03:28:18.277Z] === RUN TestCreateWithInvalidEnv/2 [2021-02-25T03:28:18.277Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-02-25T03:28:18.277Z] === CONT TestCreateWithInvalidEnv/0 [2021-02-25T03:28:18.277Z] === CONT TestCreateWithInvalidEnv/2 [2021-02-25T03:28:18.277Z] === CONT TestCreateWithInvalidEnv/1 [2021-02-25T03:28:18.277Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-02-25T03:28:18.277Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-02-25T03:28:18.277Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-02-25T03:28:18.277Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-02-25T03:28:18.277Z] === RUN TestCreateTmpfsMountsTarget [2021-02-25T03:28:18.277Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-02-25T03:28:18.277Z] === RUN TestCreateWithCustomMaskedPaths [2021-02-25T03:28:18.309Z] --- PASS: TestAPIIpcModeHost (0.43s) [2021-02-25T03:28:18.309Z] === RUN TestDaemonIpcModeShareable [2021-02-25T03:28:18.502Z] ok github.com/docker/docker/daemon/events 0.065s coverage: 50.0% of statements [2021-02-25T03:28:19.148Z] ok github.com/docker/docker/daemon/config 0.076s coverage: 81.8% of statements [2021-02-25T03:28:19.674Z] --- PASS: TestDaemonIpcModeShareable (1.26s) [2021-02-25T03:28:19.674Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2021-02-25T03:28:19.674Z] === RUN TestDaemonIpcModePrivate [2021-02-25T03:28:19.714Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2021-02-25T03:28:19.776Z] === RUN TestCopyFromContainer// [2021-02-25T03:28:19.776Z] === RUN TestCopyFromContainer//bar/root [2021-02-25T03:28:19.776Z] === RUN TestCopyFromContainer//bar/root/ [2021-02-25T03:28:19.776Z] === RUN TestCopyFromContainer/bar/quux [2021-02-25T03:28:19.776Z] === RUN TestCopyFromContainer/bar/quux/ [2021-02-25T03:28:19.776Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-02-25T03:28:19.776Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-02-25T03:28:19.776Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-02-25T03:28:19.776Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-02-25T03:28:19.776Z] === RUN TestCopyFromContainer/bar/notarget [2021-02-25T03:28:19.776Z] --- PASS: TestCopyFromContainer (4.36s) [2021-02-25T03:28:19.776Z] --- PASS: TestCopyFromContainer// (0.07s) [2021-02-25T03:28:19.776Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2021-02-25T03:28:19.776Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2021-02-25T03:28:19.776Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2021-02-25T03:28:19.776Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2021-02-25T03:28:19.776Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2021-02-25T03:28:19.776Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2021-02-25T03:28:19.776Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2021-02-25T03:28:19.776Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2021-02-25T03:28:19.776Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2021-02-25T03:28:19.776Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-02-25T03:28:19.776Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-25T03:28:19.776Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-25T03:28:19.776Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-25T03:28:19.776Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-25T03:28:19.776Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-25T03:28:19.776Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-25T03:28:19.776Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-25T03:28:19.776Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-25T03:28:19.776Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-25T03:28:19.776Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-02-25T03:28:19.776Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-02-25T03:28:19.776Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-02-25T03:28:19.776Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-02-25T03:28:19.776Z] === RUN TestCreateLinkToNonExistingContainer [2021-02-25T03:28:19.975Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-02-25T03:28:20.038Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2021-02-25T03:28:20.038Z] === RUN TestCreateWithInvalidEnv [2021-02-25T03:28:20.038Z] === RUN TestCreateWithInvalidEnv/0 [2021-02-25T03:28:20.038Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-02-25T03:28:20.038Z] === RUN TestCreateWithInvalidEnv/1 [2021-02-25T03:28:20.038Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-02-25T03:28:20.038Z] === RUN TestCreateWithInvalidEnv/2 [2021-02-25T03:28:20.038Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-02-25T03:28:20.038Z] === CONT TestCreateWithInvalidEnv/0 [2021-02-25T03:28:20.038Z] === CONT TestCreateWithInvalidEnv/2 [2021-02-25T03:28:20.038Z] === CONT TestCreateWithInvalidEnv/1 [2021-02-25T03:28:20.038Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-02-25T03:28:20.038Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-02-25T03:28:20.038Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-02-25T03:28:20.038Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-02-25T03:28:20.038Z] === RUN TestCreateTmpfsMountsTarget [2021-02-25T03:28:20.038Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-02-25T03:28:20.038Z] === RUN TestCreateWithCustomMaskedPaths [2021-02-25T03:28:20.915Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-02-25T03:28:20.915Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-02-25T03:28:21.026Z] --- PASS: TestCreateWithCustomMaskedPaths (2.63s) [2021-02-25T03:28:21.026Z] === RUN TestCreateWithCustomReadonlyPaths [2021-02-25T03:28:21.041Z] --- PASS: TestDaemonIpcModePrivate (1.24s) [2021-02-25T03:28:21.041Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false [2021-02-25T03:28:21.041Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-02-25T03:28:21.254Z] ok github.com/docker/docker/daemon/graphdriver 0.009s coverage: 2.2% of statements [2021-02-25T03:28:21.423Z] --- PASS: TestCreateWithCustomMaskedPaths (1.29s) [2021-02-25T03:28:21.423Z] === RUN TestCreateWithCustomReadonlyPaths [2021-02-25T03:28:21.970Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.26s) [2021-02-25T03:28:21.970Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false [2021-02-25T03:28:21.970Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-02-25T03:28:22.298Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-02-25T03:28:22.367Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.22s) [2021-02-25T03:28:22.367Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-02-25T03:28:22.367Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-25T03:28:22.367Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-25T03:28:22.367Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-25T03:28:22.367Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-25T03:28:22.367Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-25T03:28:22.367Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-25T03:28:22.367Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-25T03:28:22.367Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-25T03:28:22.367Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-25T03:28:22.367Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-25T03:28:22.367Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-25T03:28:22.367Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-25T03:28:22.628Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-25T03:28:22.628Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-25T03:28:22.628Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-25T03:28:22.628Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-02-25T03:28:22.628Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-02-25T03:28:22.628Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-02-25T03:28:22.628Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-02-25T03:28:22.628Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-02-25T03:28:22.628Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-02-25T03:28:22.628Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-02-25T03:28:22.889Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.40s) [2021-02-25T03:28:22.889Z] === RUN TestCreateDifferentPlatform [2021-02-25T03:28:22.889Z] === RUN TestCreateDifferentPlatform/different_os [2021-02-25T03:28:22.889Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-02-25T03:28:22.889Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-02-25T03:28:22.889Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-02-25T03:28:22.889Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-02-25T03:28:22.889Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-02-25T03:28:22.889Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2021-02-25T03:28:22.889Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-02-25T03:28:22.889Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2021-02-25T03:28:22.889Z] === RUN TestContainerStartOnDaemonRestart [2021-02-25T03:28:22.889Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2021-02-25T03:28:22.889Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-02-25T03:28:22.889Z] === RUN TestDaemonRestartIpcMode [2021-02-25T03:28:22.889Z] === PAUSE TestDaemonRestartIpcMode [2021-02-25T03:28:22.889Z] === RUN TestDaemonHostGatewayIP [2021-02-25T03:28:22.889Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2021-02-25T03:28:22.889Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-25T03:28:22.889Z] === RUN TestRestartDaemonWithRestartingContainer [2021-02-25T03:28:22.889Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-02-25T03:28:22.889Z] === RUN TestContainerKillOnDaemonStart [2021-02-25T03:28:22.889Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-02-25T03:28:22.889Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-02-25T03:28:22.889Z] === RUN TestDiff [2021-02-25T03:28:23.339Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.28s) [2021-02-25T03:28:23.339Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2021-02-25T03:28:23.339Z] === RUN TestIpcModeOlderClient [2021-02-25T03:28:23.339Z] === PAUSE TestIpcModeOlderClient [2021-02-25T03:28:23.339Z] === RUN TestKillContainerInvalidSignal [2021-02-25T03:28:23.463Z] --- PASS: TestDiff (0.44s) [2021-02-25T03:28:23.463Z] === RUN TestExecWithCloseStdin [2021-02-25T03:28:23.682Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2021-02-25T03:28:23.682Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-02-25T03:28:23.798Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.84s) [2021-02-25T03:28:23.798Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-02-25T03:28:23.798Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-25T03:28:23.798Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-25T03:28:23.798Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-25T03:28:23.798Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-25T03:28:23.798Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-25T03:28:23.798Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-25T03:28:23.798Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-25T03:28:23.798Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-25T03:28:23.798Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-25T03:28:23.798Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-25T03:28:23.798Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-25T03:28:23.798Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-25T03:28:23.798Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-25T03:28:23.798Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-25T03:28:23.798Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-25T03:28:23.798Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-02-25T03:28:23.798Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-02-25T03:28:23.798Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-02-25T03:28:23.798Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-02-25T03:28:23.798Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-02-25T03:28:23.798Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-02-25T03:28:23.798Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-02-25T03:28:23.902Z] --- PASS: TestKillContainerInvalidSignal (0.56s) [2021-02-25T03:28:23.902Z] === RUN TestKillContainer [2021-02-25T03:28:23.902Z] === RUN TestKillContainer/no_signal [2021-02-25T03:28:24.035Z] --- PASS: TestExecWithCloseStdin (0.49s) [2021-02-25T03:28:24.035Z] === RUN TestExec [2021-02-25T03:28:24.297Z] --- PASS: TestExec (0.48s) [2021-02-25T03:28:24.297Z] === RUN TestExecUser [2021-02-25T03:28:24.466Z] === RUN TestKillContainer/non_killing_signal [2021-02-25T03:28:24.623Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2021-02-25T03:28:24.724Z] === RUN TestKillContainer/killing_signal [2021-02-25T03:28:24.805Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 2.9% of statements [2021-02-25T03:28:24.869Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.96s) [2021-02-25T03:28:24.869Z] === RUN TestCreateDifferentPlatform [2021-02-25T03:28:24.869Z] === RUN TestCreateDifferentPlatform/different_os [2021-02-25T03:28:24.869Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-02-25T03:28:24.869Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2021-02-25T03:28:24.869Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-02-25T03:28:24.869Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-02-25T03:28:24.869Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-02-25T03:28:24.869Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2021-02-25T03:28:24.869Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-02-25T03:28:24.869Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.11s) [2021-02-25T03:28:24.869Z] === RUN TestContainerStartOnDaemonRestart [2021-02-25T03:28:24.869Z] === PAUSE TestContainerStartOnDaemonRestart [2021-02-25T03:28:24.869Z] === RUN TestDaemonRestartIpcMode [2021-02-25T03:28:24.869Z] === PAUSE TestDaemonRestartIpcMode [2021-02-25T03:28:24.869Z] === RUN TestDaemonHostGatewayIP [2021-02-25T03:28:24.869Z] === PAUSE TestDaemonHostGatewayIP [2021-02-25T03:28:24.869Z] === RUN TestRestartDaemonWithRestartingContainer [2021-02-25T03:28:24.869Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-02-25T03:28:24.869Z] === RUN TestContainerKillOnDaemonStart [2021-02-25T03:28:24.869Z] === PAUSE TestContainerKillOnDaemonStart [2021-02-25T03:28:24.869Z] === RUN TestDiff [2021-02-25T03:28:24.870Z] --- PASS: TestExecUser (0.49s) [2021-02-25T03:28:24.870Z] === RUN TestExportContainerAndImportImage [2021-02-25T03:28:24.884Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-02-25T03:28:25.102Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.529s coverage: 14.1% of statements [2021-02-25T03:28:25.288Z] --- PASS: TestKillContainer (1.38s) [2021-02-25T03:28:25.288Z] --- PASS: TestKillContainer/no_signal (0.45s) [2021-02-25T03:28:25.288Z] --- PASS: TestKillContainer/non_killing_signal (0.32s) [2021-02-25T03:28:25.288Z] --- PASS: TestKillContainer/killing_signal (0.44s) [2021-02-25T03:28:25.288Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-02-25T03:28:25.288Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-02-25T03:28:25.417Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.508s coverage: 57.1% of statements [2021-02-25T03:28:25.443Z] --- PASS: TestExportContainerAndImportImage (0.61s) [2021-02-25T03:28:25.443Z] === RUN TestExportContainerAfterDaemonRestart [2021-02-25T03:28:25.544Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-02-25T03:28:25.919Z] --- PASS: TestDiff (0.97s) [2021-02-25T03:28:25.919Z] === RUN TestExecWithCloseStdin [2021-02-25T03:28:26.092Z] Loaded image: buildpack-deps:buster [2021-02-25T03:28:26.106Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.95s) [2021-02-25T03:28:26.106Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.42s) [2021-02-25T03:28:26.106Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.37s) [2021-02-25T03:28:26.106Z] === RUN TestKillStoppedContainer [2021-02-25T03:28:26.106Z] --- PASS: TestKillStoppedContainer (0.05s) [2021-02-25T03:28:26.106Z] === RUN TestKillStoppedContainerAPIPre120 [2021-02-25T03:28:26.364Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2021-02-25T03:28:26.364Z] === RUN TestKillDifferentUserContainer [2021-02-25T03:28:26.623Z] --- PASS: TestKillDifferentUserContainer (0.48s) [2021-02-25T03:28:26.623Z] === RUN TestInspectOomKilledTrue [2021-02-25T03:28:26.623Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-02-25T03:28:26.623Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-02-25T03:28:26.623Z] === RUN TestInspectOomKilledFalse [2021-02-25T03:28:26.666Z] Loaded image: busybox:latest [2021-02-25T03:28:26.962Z] --- PASS: TestExecWithCloseStdin (1.05s) [2021-02-25T03:28:26.962Z] === RUN TestExec [2021-02-25T03:28:27.187Z] --- PASS: TestInspectOomKilledFalse (0.44s) [2021-02-25T03:28:27.187Z] === RUN TestLinksEtcHostsContentMatch [2021-02-25T03:28:27.443Z] --- PASS: TestLinksEtcHostsContentMatch (0.35s) [2021-02-25T03:28:27.443Z] === RUN TestLinksContainerNames [2021-02-25T03:28:28.039Z] --- PASS: TestExec (1.08s) [2021-02-25T03:28:28.039Z] === RUN TestExecUser [2021-02-25T03:28:28.587Z] Loaded image: busybox:glibc [2021-02-25T03:28:28.751Z] --- PASS: TestExportContainerAfterDaemonRestart (3.34s) [2021-02-25T03:28:28.751Z] === RUN TestHealthCheckWorkdir [2021-02-25T03:28:28.810Z] --- PASS: TestLinksContainerNames (1.01s) [2021-02-25T03:28:28.810Z] === RUN TestLogsFollowTailEmpty [2021-02-25T03:28:28.981Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.013s coverage: 1.9% of statements [2021-02-25T03:28:29.067Z] --- PASS: TestLogsFollowTailEmpty (0.45s) [2021-02-25T03:28:29.067Z] === RUN TestContainerNetworkMountsNoChown [2021-02-25T03:28:29.084Z] --- PASS: TestExecUser (1.07s) [2021-02-25T03:28:29.084Z] === RUN TestExportContainerAndImportImage [2021-02-25T03:28:29.088Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-02-25T03:28:29.281Z] ok github.com/docker/docker/daemon 12.326s coverage: 17.2% of statements [2021-02-25T03:28:29.281Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-02-25T03:28:29.281Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-02-25T03:28:29.281Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-02-25T03:28:29.281Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-02-25T03:28:29.322Z] --- PASS: TestContainerNetworkMountsNoChown (0.46s) [2021-02-25T03:28:29.322Z] === RUN TestMountDaemonRoot [2021-02-25T03:28:29.324Z] --- PASS: TestHealthCheckWorkdir (0.59s) [2021-02-25T03:28:29.324Z] === RUN TestHealthKillContainer [2021-02-25T03:28:29.580Z] === RUN TestMountDaemonRoot/default [2021-02-25T03:28:29.580Z] === PAUSE TestMountDaemonRoot/default [2021-02-25T03:28:29.580Z] === RUN TestMountDaemonRoot/private [2021-02-25T03:28:29.580Z] === PAUSE TestMountDaemonRoot/private [2021-02-25T03:28:29.580Z] === RUN TestMountDaemonRoot/rprivate [2021-02-25T03:28:29.580Z] === PAUSE TestMountDaemonRoot/rprivate [2021-02-25T03:28:29.580Z] === RUN TestMountDaemonRoot/slave [2021-02-25T03:28:29.580Z] === PAUSE TestMountDaemonRoot/slave [2021-02-25T03:28:29.580Z] === RUN TestMountDaemonRoot/rslave [2021-02-25T03:28:29.580Z] === PAUSE TestMountDaemonRoot/rslave [2021-02-25T03:28:29.580Z] === RUN TestMountDaemonRoot/shared [2021-02-25T03:28:29.580Z] === PAUSE TestMountDaemonRoot/shared [2021-02-25T03:28:29.580Z] === RUN TestMountDaemonRoot/rshared [2021-02-25T03:28:29.580Z] === PAUSE TestMountDaemonRoot/rshared [2021-02-25T03:28:29.580Z] === CONT TestMountDaemonRoot/default [2021-02-25T03:28:29.580Z] === CONT TestMountDaemonRoot/rslave [2021-02-25T03:28:29.580Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-02-25T03:28:29.580Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-02-25T03:28:29.580Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-02-25T03:28:29.580Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-02-25T03:28:29.580Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-02-25T03:28:29.580Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-02-25T03:28:29.580Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-02-25T03:28:29.580Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-02-25T03:28:29.580Z] === RUN TestMountDaemonRoot/default/mount_root [2021-02-25T03:28:29.580Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-02-25T03:28:29.580Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-02-25T03:28:29.580Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-02-25T03:28:29.580Z] === RUN TestMountDaemonRoot/default/bind_root [2021-02-25T03:28:29.580Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-02-25T03:28:29.580Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-02-25T03:28:29.580Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-02-25T03:28:29.580Z] === CONT TestMountDaemonRoot/slave [2021-02-25T03:28:29.580Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-02-25T03:28:29.580Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-02-25T03:28:29.580Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-02-25T03:28:29.580Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-02-25T03:28:29.580Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-02-25T03:28:29.580Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-02-25T03:28:29.580Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-02-25T03:28:29.580Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-02-25T03:28:29.580Z] === CONT TestMountDaemonRoot/rprivate [2021-02-25T03:28:29.580Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-02-25T03:28:29.580Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-02-25T03:28:29.580Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-02-25T03:28:29.580Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-02-25T03:28:29.580Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-02-25T03:28:29.580Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-02-25T03:28:29.580Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-02-25T03:28:29.580Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-02-25T03:28:29.580Z] === CONT TestMountDaemonRoot/private [2021-02-25T03:28:29.580Z] === RUN TestMountDaemonRoot/private/mount_root [2021-02-25T03:28:29.580Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-02-25T03:28:29.580Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-02-25T03:28:29.580Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-02-25T03:28:29.580Z] === RUN TestMountDaemonRoot/private/bind_root [2021-02-25T03:28:29.580Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-02-25T03:28:29.580Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-02-25T03:28:29.580Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-02-25T03:28:29.580Z] === CONT TestMountDaemonRoot/rshared [2021-02-25T03:28:29.580Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-02-25T03:28:29.580Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-02-25T03:28:29.580Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-02-25T03:28:29.580Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-02-25T03:28:29.580Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-02-25T03:28:29.580Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-02-25T03:28:29.580Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-02-25T03:28:29.580Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-02-25T03:28:29.580Z] === CONT TestMountDaemonRoot/shared [2021-02-25T03:28:29.580Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-02-25T03:28:29.580Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-02-25T03:28:29.580Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-02-25T03:28:29.580Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-02-25T03:28:29.580Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-02-25T03:28:29.580Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-02-25T03:28:29.580Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-02-25T03:28:29.580Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-02-25T03:28:29.580Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-02-25T03:28:29.580Z] === CONT TestMountDaemonRoot/default/mount_root [2021-02-25T03:28:29.580Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-02-25T03:28:29.580Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-02-25T03:28:29.580Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-02-25T03:28:29.580Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-02-25T03:28:29.580Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-02-25T03:28:29.580Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-02-25T03:28:29.580Z] === CONT TestMountDaemonRoot/default/bind_root [2021-02-25T03:28:29.580Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-02-25T03:28:29.580Z] === CONT TestMountDaemonRoot/private/mount_root [2021-02-25T03:28:29.580Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-02-25T03:28:29.837Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-02-25T03:28:29.837Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-02-25T03:28:29.837Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-02-25T03:28:29.837Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-02-25T03:28:29.837Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-02-25T03:28:29.837Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-02-25T03:28:29.837Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-02-25T03:28:29.837Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-02-25T03:28:29.837Z] === CONT TestMountDaemonRoot/private/bind_root [2021-02-25T03:28:29.837Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-02-25T03:28:29.837Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-02-25T03:28:29.837Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-02-25T03:28:29.837Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-02-25T03:28:29.837Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-02-25T03:28:30.094Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-02-25T03:28:30.094Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-02-25T03:28:30.094Z] --- PASS: TestMountDaemonRoot (0.03s) [2021-02-25T03:28:30.094Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-02-25T03:28:30.094Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2021-02-25T03:28:30.094Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2021-02-25T03:28:30.094Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2021-02-25T03:28:30.094Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2021-02-25T03:28:30.094Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-02-25T03:28:30.094Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2021-02-25T03:28:30.094Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2021-02-25T03:28:30.094Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2021-02-25T03:28:30.094Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2021-02-25T03:28:30.094Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-02-25T03:28:30.094Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2021-02-25T03:28:30.094Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2021-02-25T03:28:30.094Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-02-25T03:28:30.094Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-02-25T03:28:30.094Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-02-25T03:28:30.094Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2021-02-25T03:28:30.094Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2021-02-25T03:28:30.094Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2021-02-25T03:28:30.094Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-02-25T03:28:30.094Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-02-25T03:28:30.094Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-02-25T03:28:30.094Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-02-25T03:28:30.094Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2021-02-25T03:28:30.094Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2021-02-25T03:28:30.094Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-02-25T03:28:30.094Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2021-02-25T03:28:30.094Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2021-02-25T03:28:30.094Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2021-02-25T03:28:30.094Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2021-02-25T03:28:30.094Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-02-25T03:28:30.094Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-02-25T03:28:30.094Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2021-02-25T03:28:30.094Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2021-02-25T03:28:30.094Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-02-25T03:28:30.094Z] === RUN TestContainerBindMountNonRecursive [2021-02-25T03:28:30.341Z] ok github.com/docker/docker/daemon/graphdriver/aufs 8.287s coverage: 69.3% of statements [2021-02-25T03:28:30.512Z] Loaded image: debian:bullseye [2021-02-25T03:28:30.512Z] Loaded image: hello-world:latest [2021-02-25T03:28:30.604Z] --- PASS: TestExportContainerAndImportImage (1.32s) [2021-02-25T03:28:30.604Z] === RUN TestExportContainerAfterDaemonRestart [2021-02-25T03:28:30.775Z] Loaded image: arm32v7/hello-world:latest [2021-02-25T03:28:30.775Z] INFO: Testing against a local daemon [2021-02-25T03:28:30.775Z] === RUN TestCgroupNamespacesBuild [2021-02-25T03:28:31.462Z] --- PASS: TestContainerBindMountNonRecursive (1.42s) [2021-02-25T03:28:31.462Z] === RUN TestContainerVolumesMountedAsShared [2021-02-25T03:28:31.876Z] --- PASS: TestHealthKillContainer (2.53s) [2021-02-25T03:28:31.876Z] === RUN TestInspectCpusetInConfigPre120 [2021-02-25T03:28:32.024Z] --- PASS: TestContainerVolumesMountedAsShared (0.44s) [2021-02-25T03:28:32.024Z] === RUN TestContainerVolumesMountedAsSlave [2021-02-25T03:28:32.126Z] --- PASS: TestExportContainerAfterDaemonRestart (1.74s) [2021-02-25T03:28:32.126Z] === RUN TestHealthCheckWorkdir [2021-02-25T03:28:32.281Z] --- PASS: TestContainerVolumesMountedAsSlave (0.41s) [2021-02-25T03:28:32.281Z] === RUN TestNetworkNat [2021-02-25T03:28:32.448Z] --- PASS: TestInspectCpusetInConfigPre120 (0.40s) [2021-02-25T03:28:32.448Z] === RUN TestIpcModeNone [2021-02-25T03:28:32.472Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.165s coverage: 45.9% of statements [2021-02-25T03:28:32.472Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-02-25T03:28:32.709Z] --- PASS: TestIpcModeNone (0.46s) [2021-02-25T03:28:32.709Z] === RUN TestIpcModePrivate [2021-02-25T03:28:32.844Z] --- PASS: TestNetworkNat (0.51s) [2021-02-25T03:28:32.844Z] === RUN TestNetworkLocalhostTCPNat [2021-02-25T03:28:33.122Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.245s coverage: 49.4% of statements [2021-02-25T03:28:33.122Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.016s coverage: 57.5% of statements [2021-02-25T03:28:33.172Z] --- PASS: TestHealthCheckWorkdir (1.21s) [2021-02-25T03:28:33.172Z] === RUN TestHealthKillContainer [2021-02-25T03:28:33.284Z] --- PASS: TestIpcModePrivate (0.49s) [2021-02-25T03:28:33.284Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2021-02-25T03:28:33.284Z] === RUN TestIpcModeShareable [2021-02-25T03:28:33.284Z] --- SKIP: TestIpcModeShareable (0.00s) [2021-02-25T03:28:33.284Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-25T03:28:33.284Z] === RUN TestAPIIpcModeShareableAndContainer [2021-02-25T03:28:33.289Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2021-02-25T03:28:33.406Z] --- PASS: TestNetworkLocalhostTCPNat (0.50s) [2021-02-25T03:28:33.406Z] === RUN TestNetworkLoopbackNat [2021-02-25T03:28:34.181Z] ok github.com/docker/docker/daemon/links 0.005s coverage: 93.0% of statements [2021-02-25T03:28:34.995Z] --- PASS: TestCgroupNamespacesBuild (4.25s) [2021-02-25T03:28:34.995Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-02-25T03:28:35.199Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.51s) [2021-02-25T03:28:35.200Z] === RUN TestAPIIpcModeHost [2021-02-25T03:28:35.200Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2021-02-25T03:28:35.200Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-25T03:28:35.200Z] === RUN TestDaemonIpcModeShareable [2021-02-25T03:28:35.200Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2021-02-25T03:28:35.200Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-25T03:28:35.200Z] === RUN TestDaemonIpcModePrivate [2021-02-25T03:28:35.430Z] --- PASS: TestBuildMultiStageOnBuild (16.94s) [2021-02-25T03:28:35.430Z] === RUN TestBuildUncleanTarFilenames [2021-02-25T03:28:35.430Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2021-02-25T03:28:35.430Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-25T03:28:35.430Z] === RUN TestBuildMultiStageLayerLeak [2021-02-25T03:28:35.726Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.011s coverage: 3.0% of statements [2021-02-25T03:28:35.832Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2021-02-25T03:28:35.832Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-02-25T03:28:35.922Z] --- PASS: TestNetworkLoopbackNat (2.67s) [2021-02-25T03:28:35.922Z] === RUN TestPause [2021-02-25T03:28:36.485Z] --- PASS: TestPause (0.50s) [2021-02-25T03:28:36.485Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-02-25T03:28:36.485Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-25T03:28:36.485Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-25T03:28:36.485Z] === RUN TestPauseStopPausedContainer [2021-02-25T03:28:36.708Z] --- PASS: TestHealthKillContainer (3.02s) [2021-02-25T03:28:36.708Z] === RUN TestInspectCpusetInConfigPre120 [2021-02-25T03:28:36.917Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.80s) [2021-02-25T03:28:36.917Z] === RUN TestBuildWithSession [2021-02-25T03:28:36.917Z] --- SKIP: TestBuildWithSession (0.00s) [2021-02-25T03:28:36.917Z] build_session_test.go:25: TODO: BuildKit [2021-02-25T03:28:36.917Z] === RUN TestBuildSquashParent [2021-02-25T03:28:37.047Z] --- PASS: TestPauseStopPausedContainer (0.52s) [2021-02-25T03:28:37.047Z] === RUN TestPsFilter [2021-02-25T03:28:37.047Z] --- PASS: TestPsFilter (0.11s) [2021-02-25T03:28:37.047Z] === RUN TestRemoveContainerWithRemovedVolume [2021-02-25T03:28:37.115Z] --- PASS: TestDaemonIpcModePrivate (2.19s) [2021-02-25T03:28:37.115Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2021-02-25T03:28:37.115Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-02-25T03:28:37.115Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2021-02-25T03:28:37.115Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-25T03:28:37.115Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-02-25T03:28:37.115Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2021-02-25T03:28:37.115Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-25T03:28:37.115Z] === RUN TestIpcModeOlderClient [2021-02-25T03:28:37.115Z] === PAUSE TestIpcModeOlderClient [2021-02-25T03:28:37.115Z] === RUN TestKillContainerInvalidSignal [2021-02-25T03:28:37.215Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-02-25T03:28:37.349Z] --- PASS: TestInspectCpusetInConfigPre120 (0.91s) [2021-02-25T03:28:37.349Z] === RUN TestIpcModeNone [2021-02-25T03:28:37.609Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.45s) [2021-02-25T03:28:37.609Z] === RUN TestRemoveContainerWithVolume [2021-02-25T03:28:37.687Z] --- PASS: TestKillContainerInvalidSignal (0.49s) [2021-02-25T03:28:37.687Z] === RUN TestKillContainer [2021-02-25T03:28:37.687Z] === RUN TestKillContainer/no_signal [2021-02-25T03:28:37.848Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.042s coverage: 52.1% of statements [2021-02-25T03:28:37.848Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-02-25T03:28:37.848Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-02-25T03:28:37.848Z] ok github.com/docker/docker/daemon/logger 0.271s coverage: 43.2% of statements [2021-02-25T03:28:37.949Z] === RUN TestKillContainer/non_killing_signal [2021-02-25T03:28:38.156Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2021-02-25T03:28:38.172Z] --- PASS: TestRemoveContainerWithVolume (0.47s) [2021-02-25T03:28:38.172Z] === RUN TestRemoveContainerRunning [2021-02-25T03:28:38.211Z] === RUN TestKillContainer/killing_signal [2021-02-25T03:28:38.391Z] --- PASS: TestIpcModeNone (0.97s) [2021-02-25T03:28:38.391Z] === RUN TestIpcModePrivate [2021-02-25T03:28:38.429Z] --- PASS: TestRemoveContainerRunning (0.46s) [2021-02-25T03:28:38.429Z] === RUN TestRemoveContainerForceRemoveRunning [2021-02-25T03:28:38.728Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2021-02-25T03:28:38.783Z] --- PASS: TestKillContainer (1.35s) [2021-02-25T03:28:38.783Z] --- PASS: TestKillContainer/no_signal (0.44s) [2021-02-25T03:28:38.783Z] --- PASS: TestKillContainer/non_killing_signal (0.30s) [2021-02-25T03:28:38.783Z] --- PASS: TestKillContainer/killing_signal (0.44s) [2021-02-25T03:28:38.783Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-02-25T03:28:38.783Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-02-25T03:28:38.991Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.49s) [2021-02-25T03:28:38.991Z] === RUN TestRemoveInvalidContainer [2021-02-25T03:28:38.991Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-02-25T03:28:38.991Z] === RUN TestRenameLinkedContainer [2021-02-25T03:28:39.299Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2021-02-25T03:28:39.354Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-02-25T03:28:39.434Z] --- PASS: TestIpcModePrivate (1.00s) [2021-02-25T03:28:39.434Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:105, shared: false, mustBeShared: false [2021-02-25T03:28:39.434Z] === RUN TestIpcModeShareable [2021-02-25T03:28:39.615Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.84s) [2021-02-25T03:28:39.615Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.40s) [2021-02-25T03:28:39.615Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.28s) [2021-02-25T03:28:39.615Z] === RUN TestKillStoppedContainer [2021-02-25T03:28:39.870Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2021-02-25T03:28:39.875Z] --- PASS: TestKillStoppedContainer (0.05s) [2021-02-25T03:28:39.875Z] === RUN TestKillStoppedContainerAPIPre120 [2021-02-25T03:28:39.875Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2021-02-25T03:28:39.875Z] === RUN TestKillDifferentUserContainer [2021-02-25T03:28:40.136Z] --- PASS: TestKillDifferentUserContainer (0.42s) [2021-02-25T03:28:40.136Z] === RUN TestInspectOomKilledTrue [2021-02-25T03:28:40.136Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-02-25T03:28:40.136Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-25T03:28:40.136Z] === RUN TestInspectOomKilledFalse [2021-02-25T03:28:40.136Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-02-25T03:28:40.136Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-25T03:28:40.136Z] === RUN TestLinksEtcHostsContentMatch [2021-02-25T03:28:40.136Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2021-02-25T03:28:40.136Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-02-25T03:28:40.136Z] === RUN TestLinksContainerNames [2021-02-25T03:28:40.478Z] --- PASS: TestIpcModeShareable (1.09s) [2021-02-25T03:28:40.478Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:99, shared: true, mustBeShared: true [2021-02-25T03:28:40.478Z] === RUN TestAPIIpcModeShareableAndContainer [2021-02-25T03:28:40.679Z] ok github.com/docker/docker/daemon/logger/gelf 0.024s coverage: 67.0% of statements [2021-02-25T03:28:40.679Z] ok github.com/docker/docker/daemon/logger/journald 0.007s coverage: 23.9% of statements [2021-02-25T03:28:40.679Z] ok github.com/docker/docker/daemon/logger/awslogs 0.546s coverage: 77.8% of statements [2021-02-25T03:28:40.679Z] ok github.com/docker/docker/daemon/images 0.050s coverage: 6.7% of statements [2021-02-25T03:28:40.679Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-02-25T03:28:40.679Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-02-25T03:28:40.679Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-02-25T03:28:40.679Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-02-25T03:28:40.818Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-02-25T03:28:40.883Z] --- PASS: TestRenameLinkedContainer (1.92s) [2021-02-25T03:28:40.883Z] === RUN TestRenameStoppedContainer [2021-02-25T03:28:41.079Z] --- PASS: TestLinksContainerNames (0.82s) [2021-02-25T03:28:41.079Z] === RUN TestLogsFollowTailEmpty [2021-02-25T03:28:41.340Z] --- PASS: TestLogsFollowTailEmpty (0.41s) [2021-02-25T03:28:41.340Z] === RUN TestContainerNetworkMountsNoChown [2021-02-25T03:28:41.445Z] --- PASS: TestRenameStoppedContainer (0.47s) [2021-02-25T03:28:41.445Z] === RUN TestRenameRunningContainerAndReuse [2021-02-25T03:28:41.738Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.029s coverage: 87.2% of statements [2021-02-25T03:28:41.757Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2021-02-25T03:28:41.757Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2021-02-25T03:28:41.913Z] --- PASS: TestContainerNetworkMountsNoChown (0.42s) [2021-02-25T03:28:41.913Z] === RUN TestMountDaemonRoot [2021-02-25T03:28:41.913Z] === RUN TestMountDaemonRoot/default [2021-02-25T03:28:41.913Z] === PAUSE TestMountDaemonRoot/default [2021-02-25T03:28:41.913Z] === RUN TestMountDaemonRoot/private [2021-02-25T03:28:41.913Z] === PAUSE TestMountDaemonRoot/private [2021-02-25T03:28:41.913Z] === RUN TestMountDaemonRoot/rprivate [2021-02-25T03:28:41.913Z] === PAUSE TestMountDaemonRoot/rprivate [2021-02-25T03:28:41.913Z] === RUN TestMountDaemonRoot/slave [2021-02-25T03:28:41.913Z] === PAUSE TestMountDaemonRoot/slave [2021-02-25T03:28:41.913Z] === RUN TestMountDaemonRoot/rslave [2021-02-25T03:28:41.913Z] === PAUSE TestMountDaemonRoot/rslave [2021-02-25T03:28:41.913Z] === RUN TestMountDaemonRoot/shared [2021-02-25T03:28:41.913Z] === PAUSE TestMountDaemonRoot/shared [2021-02-25T03:28:41.913Z] === RUN TestMountDaemonRoot/rshared [2021-02-25T03:28:41.913Z] === PAUSE TestMountDaemonRoot/rshared [2021-02-25T03:28:41.913Z] === CONT TestMountDaemonRoot/default [2021-02-25T03:28:41.913Z] === RUN TestMountDaemonRoot/default/bind_root [2021-02-25T03:28:41.913Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-02-25T03:28:41.913Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-02-25T03:28:41.913Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-02-25T03:28:41.913Z] === RUN TestMountDaemonRoot/default/mount_root [2021-02-25T03:28:41.913Z] === CONT TestMountDaemonRoot/rslave [2021-02-25T03:28:41.913Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-02-25T03:28:41.913Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-02-25T03:28:41.913Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-02-25T03:28:41.913Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-02-25T03:28:41.913Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-02-25T03:28:41.913Z] === CONT TestMountDaemonRoot/rshared [2021-02-25T03:28:41.913Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-02-25T03:28:41.913Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-02-25T03:28:41.913Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-02-25T03:28:41.913Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-02-25T03:28:41.913Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-02-25T03:28:41.913Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-02-25T03:28:41.913Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-02-25T03:28:41.913Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-02-25T03:28:41.913Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-02-25T03:28:41.913Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-02-25T03:28:41.913Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-02-25T03:28:41.913Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-02-25T03:28:41.913Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-02-25T03:28:41.913Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-02-25T03:28:41.913Z] === CONT TestMountDaemonRoot/shared [2021-02-25T03:28:41.913Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-02-25T03:28:41.913Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-02-25T03:28:41.913Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-02-25T03:28:41.913Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-02-25T03:28:41.913Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-02-25T03:28:41.913Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-02-25T03:28:41.913Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-02-25T03:28:41.913Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-02-25T03:28:41.913Z] === CONT TestMountDaemonRoot/rprivate [2021-02-25T03:28:41.913Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-02-25T03:28:41.913Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-02-25T03:28:41.913Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-02-25T03:28:41.913Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-02-25T03:28:41.913Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-02-25T03:28:41.913Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-02-25T03:28:41.913Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-02-25T03:28:41.913Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-02-25T03:28:41.913Z] === CONT TestMountDaemonRoot/slave [2021-02-25T03:28:41.913Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-02-25T03:28:41.913Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-02-25T03:28:41.913Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-02-25T03:28:41.913Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-02-25T03:28:41.913Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-02-25T03:28:41.913Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-02-25T03:28:41.913Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-02-25T03:28:41.913Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-02-25T03:28:41.913Z] === CONT TestMountDaemonRoot/private [2021-02-25T03:28:41.913Z] === RUN TestMountDaemonRoot/private/mount_root [2021-02-25T03:28:41.913Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-02-25T03:28:41.913Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-02-25T03:28:41.913Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-02-25T03:28:41.913Z] === RUN TestMountDaemonRoot/private/bind_root [2021-02-25T03:28:41.913Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-02-25T03:28:41.913Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-02-25T03:28:41.913Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-02-25T03:28:41.913Z] === CONT TestMountDaemonRoot/default/bind_root [2021-02-25T03:28:41.913Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-02-25T03:28:41.913Z] === CONT TestMountDaemonRoot/default/mount_root [2021-02-25T03:28:41.913Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-02-25T03:28:41.913Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-02-25T03:28:41.913Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-02-25T03:28:41.913Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-02-25T03:28:41.913Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-02-25T03:28:42.175Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-02-25T03:28:42.175Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-02-25T03:28:42.175Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-02-25T03:28:42.175Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-02-25T03:28:42.175Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-02-25T03:28:42.175Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-02-25T03:28:42.175Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-02-25T03:28:42.175Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-02-25T03:28:42.175Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-02-25T03:28:42.175Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-02-25T03:28:42.175Z] === CONT TestMountDaemonRoot/private/mount_root [2021-02-25T03:28:42.175Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-02-25T03:28:42.175Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-02-25T03:28:42.175Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-02-25T03:28:42.175Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-02-25T03:28:42.175Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-02-25T03:28:42.175Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-02-25T03:28:42.175Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-02-25T03:28:42.376Z] --- PASS: TestRenameRunningContainerAndReuse (0.98s) [2021-02-25T03:28:42.376Z] === RUN TestRenameInvalidName [2021-02-25T03:28:42.436Z] === CONT TestMountDaemonRoot/private/bind_root [2021-02-25T03:28:42.436Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-02-25T03:28:42.436Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-02-25T03:28:42.436Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-02-25T03:28:42.436Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2021-02-25T03:28:42.436Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2021-02-25T03:28:42.437Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2021-02-25T03:28:42.437Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2021-02-25T03:28:42.437Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-02-25T03:28:42.437Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2021-02-25T03:28:42.437Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2021-02-25T03:28:42.437Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2021-02-25T03:28:42.437Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2021-02-25T03:28:42.437Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-02-25T03:28:42.437Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2021-02-25T03:28:42.437Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2021-02-25T03:28:42.437Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2021-02-25T03:28:42.437Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2021-02-25T03:28:42.437Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-02-25T03:28:42.437Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2021-02-25T03:28:42.437Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2021-02-25T03:28:42.437Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2021-02-25T03:28:42.437Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2021-02-25T03:28:42.437Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-02-25T03:28:42.437Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2021-02-25T03:28:42.437Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-02-25T03:28:42.437Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2021-02-25T03:28:42.437Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.01s) [2021-02-25T03:28:42.437Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-02-25T03:28:42.437Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2021-02-25T03:28:42.437Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-02-25T03:28:42.437Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2021-02-25T03:28:42.437Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-02-25T03:28:42.437Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-02-25T03:28:42.437Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-02-25T03:28:42.437Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-02-25T03:28:42.437Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2021-02-25T03:28:42.437Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2021-02-25T03:28:42.437Z] === RUN TestContainerBindMountNonRecursive [2021-02-25T03:28:42.437Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2021-02-25T03:28:42.437Z] 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-02-25T03:28:42.437Z] === RUN TestContainerVolumesMountedAsShared [2021-02-25T03:28:42.437Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2021-02-25T03:28:42.437Z] 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-02-25T03:28:42.437Z] === RUN TestContainerVolumesMountedAsSlave [2021-02-25T03:28:42.437Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2021-02-25T03:28:42.437Z] 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-02-25T03:28:42.437Z] === RUN TestNetworkNat [2021-02-25T03:28:42.940Z] --- PASS: TestRenameInvalidName (0.52s) [2021-02-25T03:28:42.940Z] === RUN TestRenameAnonymousContainer [2021-02-25T03:28:43.008Z] --- PASS: TestNetworkNat (0.56s) [2021-02-25T03:28:43.008Z] === RUN TestNetworkLocalhostTCPNat [2021-02-25T03:28:43.269Z] --- PASS: TestNetworkLocalhostTCPNat (0.43s) [2021-02-25T03:28:43.269Z] === RUN TestNetworkLoopbackNat [2021-02-25T03:28:43.275Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.034s coverage: 61.6% of statements [2021-02-25T03:28:43.522Z] --- PASS: TestBuildSquashParent (6.18s) [2021-02-25T03:28:43.522Z] === RUN TestBuildWithRemoveAndForceRemove [2021-02-25T03:28:43.522Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-25T03:28:43.522Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-25T03:28:43.522Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-25T03:28:43.522Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-25T03:28:43.522Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-25T03:28:43.522Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-25T03:28:43.522Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-25T03:28:43.522Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-25T03:28:43.522Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-25T03:28:43.522Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-25T03:28:43.522Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-25T03:28:43.522Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-25T03:28:43.522Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-25T03:28:43.522Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-25T03:28:43.522Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-25T03:28:43.522Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-25T03:28:43.922Z] ok github.com/docker/docker/daemon/logger/local 0.090s coverage: 75.2% of statements [2021-02-25T03:28:43.922Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-02-25T03:28:43.922Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.060s coverage: 59.3% of statements [2021-02-25T03:28:44.015Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.35s) [2021-02-25T03:28:44.015Z] === RUN TestAPIIpcModeHost [2021-02-25T03:28:44.299Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2021-02-25T03:28:44.310Z] --- PASS: TestAPIIpcModeHost (0.67s) [2021-02-25T03:28:44.310Z] === RUN TestDaemonIpcModeShareable [2021-02-25T03:28:44.834Z] --- PASS: TestRenameAnonymousContainer (1.79s) [2021-02-25T03:28:44.834Z] === RUN TestRenameContainerWithSameName [2021-02-25T03:28:44.981Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.019s coverage: 31.5% of statements [2021-02-25T03:28:45.090Z] --- PASS: TestRenameContainerWithSameName (0.52s) [2021-02-25T03:28:45.090Z] === RUN TestRenameContainerWithLinkedContainer [2021-02-25T03:28:45.814Z] --- PASS: TestNetworkLoopbackNat (2.52s) [2021-02-25T03:28:45.814Z] === RUN TestPause [2021-02-25T03:28:45.814Z] --- SKIP: TestPause (0.00s) [2021-02-25T03:28:45.814Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-25T03:28:45.814Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-02-25T03:28:45.814Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-25T03:28:45.814Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-25T03:28:45.814Z] === RUN TestPauseStopPausedContainer [2021-02-25T03:28:45.814Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2021-02-25T03:28:45.814Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-25T03:28:45.814Z] === RUN TestPsFilter [2021-02-25T03:28:46.039Z] ok github.com/docker/docker/daemon/logger/templates 0.069s coverage: 8.3% of statements [2021-02-25T03:28:46.075Z] --- PASS: TestPsFilter (0.11s) [2021-02-25T03:28:46.075Z] === RUN TestRemoveContainerWithRemovedVolume [2021-02-25T03:28:46.082Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-25T03:28:46.082Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-25T03:28:46.337Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.43s) [2021-02-25T03:28:46.337Z] === RUN TestRemoveContainerWithVolume [2021-02-25T03:28:46.338Z] ok github.com/docker/docker/daemon/logger/syslog 0.029s coverage: 46.8% of statements [2021-02-25T03:28:46.393Z] --- PASS: TestDaemonIpcModeShareable (2.06s) [2021-02-25T03:28:46.393Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2021-02-25T03:28:46.393Z] === RUN TestDaemonIpcModePrivate [2021-02-25T03:28:46.457Z] --- PASS: TestRenameContainerWithLinkedContainer (1.01s) [2021-02-25T03:28:46.457Z] === RUN TestResize [2021-02-25T03:28:46.712Z] --- PASS: TestResize (0.47s) [2021-02-25T03:28:46.712Z] === RUN TestResizeWithInvalidSize [2021-02-25T03:28:46.908Z] --- PASS: TestRemoveContainerWithVolume (0.43s) [2021-02-25T03:28:46.908Z] === RUN TestRemoveContainerRunning [2021-02-25T03:28:47.169Z] --- PASS: TestRemoveContainerRunning (0.43s) [2021-02-25T03:28:47.169Z] === RUN TestRemoveContainerForceRemoveRunning [2021-02-25T03:28:47.275Z] --- PASS: TestResizeWithInvalidSize (0.49s) [2021-02-25T03:28:47.275Z] === RUN TestResizeWhenContainerNotStarted [2021-02-25T03:28:47.532Z] --- PASS: TestResizeWhenContainerNotStarted (0.44s) [2021-02-25T03:28:47.532Z] === RUN TestDaemonRestartKillContainers [2021-02-25T03:28:47.532Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-25T03:28:47.532Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-25T03:28:47.532Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-25T03:28:47.532Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-25T03:28:47.532Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-25T03:28:47.532Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-25T03:28:47.532Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-25T03:28:47.532Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-25T03:28:47.532Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-25T03:28:47.532Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-25T03:28:47.532Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-25T03:28:47.532Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-25T03:28:47.532Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-25T03:28:47.532Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-25T03:28:47.532Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-25T03:28:47.532Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-25T03:28:47.532Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-25T03:28:47.532Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-25T03:28:47.532Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-25T03:28:47.532Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-25T03:28:47.532Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-25T03:28:47.532Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-25T03:28:47.532Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-25T03:28:47.532Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-25T03:28:47.532Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-25T03:28:47.532Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-25T03:28:47.594Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2021-02-25T03:28:47.741Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.40s) [2021-02-25T03:28:47.741Z] === RUN TestRemoveInvalidContainer [2021-02-25T03:28:47.741Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-02-25T03:28:47.741Z] === RUN TestRenameLinkedContainer [2021-02-25T03:28:48.013Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-02-25T03:28:48.013Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.53s) [2021-02-25T03:28:48.013Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.63s) [2021-02-25T03:28:48.013Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.68s) [2021-02-25T03:28:48.013Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.08s) [2021-02-25T03:28:48.013Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.25s) [2021-02-25T03:28:48.013Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.18s) [2021-02-25T03:28:48.013Z] === RUN TestBuildMultiStageCopy [2021-02-25T03:28:48.013Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-02-25T03:28:48.579Z] --- PASS: TestDaemonIpcModePrivate (1.96s) [2021-02-25T03:28:48.579Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2021-02-25T03:28:48.579Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-02-25T03:28:49.116Z] ok github.com/docker/docker/daemon/network 0.010s coverage: 63.8% of statements [2021-02-25T03:28:49.116Z] ok github.com/docker/docker/daemon/logger/splunk 2.440s coverage: 82.5% of statements [2021-02-25T03:28:49.116Z] ? github.com/docker/docker/daemon/names [no test files] [2021-02-25T03:28:49.116Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-02-25T03:28:49.424Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-25T03:28:49.656Z] --- PASS: TestRenameLinkedContainer (1.64s) [2021-02-25T03:28:49.656Z] === RUN TestRenameStoppedContainer [2021-02-25T03:28:49.656Z] --- PASS: TestRenameStoppedContainer (0.44s) [2021-02-25T03:28:49.656Z] === RUN TestRenameRunningContainerAndReuse [2021-02-25T03:28:49.683Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-25T03:28:50.175Z] ok github.com/docker/docker/distribution/metadata 0.090s coverage: 48.2% of statements [2021-02-25T03:28:50.233Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.93s) [2021-02-25T03:28:50.233Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2021-02-25T03:28:50.233Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-02-25T03:28:50.305Z] --- PASS: TestBuildMultiStageLayerLeak (14.64s) [2021-02-25T03:28:50.305Z] === RUN TestBuildWithHugeFile [2021-02-25T03:28:50.567Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-02-25T03:28:50.567Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-02-25T03:28:50.602Z] --- PASS: TestRenameRunningContainerAndReuse (0.85s) [2021-02-25T03:28:50.602Z] === RUN TestRenameInvalidName [2021-02-25T03:28:50.894Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2021-02-25T03:28:51.049Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-25T03:28:51.049Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-25T03:28:51.142Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-02-25T03:28:51.154Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-02-25T03:28:51.174Z] --- PASS: TestRenameInvalidName (0.46s) [2021-02-25T03:28:51.174Z] === RUN TestRenameAnonymousContainer [2021-02-25T03:28:51.716Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-02-25T03:28:51.722Z] ok github.com/docker/docker/errdefs 0.011s coverage: 53.1% of statements [2021-02-25T03:28:51.979Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-25T03:28:52.235Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-25T03:28:52.292Z] --- PASS: TestBuildMultiStageCopy (4.44s) [2021-02-25T03:28:52.292Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.31s) [2021-02-25T03:28:52.292Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.50s) [2021-02-25T03:28:52.292Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.53s) [2021-02-25T03:28:52.292Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.53s) [2021-02-25T03:28:52.292Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.56s) [2021-02-25T03:28:52.292Z] === RUN TestBuildMultiStageParentConfig [2021-02-25T03:28:52.449Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.00s) [2021-02-25T03:28:52.449Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2021-02-25T03:28:52.449Z] === RUN TestIpcModeOlderClient [2021-02-25T03:28:52.449Z] === PAUSE TestIpcModeOlderClient [2021-02-25T03:28:52.449Z] === RUN TestKillContainerInvalidSignal [2021-02-25T03:28:52.536Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-02-25T03:28:52.536Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2021-02-25T03:28:52.536Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-02-25T03:28:52.559Z] --- PASS: TestRenameAnonymousContainer (1.56s) [2021-02-25T03:28:52.559Z] === RUN TestRenameContainerWithSameName [2021-02-25T03:28:52.782Z] ok github.com/docker/docker/distribution 0.486s coverage: 25.0% of statements [2021-02-25T03:28:52.782Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-02-25T03:28:53.089Z] --- PASS: TestKillContainerInvalidSignal (0.94s) [2021-02-25T03:28:53.089Z] === RUN TestKillContainer [2021-02-25T03:28:53.089Z] === RUN TestKillContainer/no_signal [2021-02-25T03:28:53.132Z] --- PASS: TestRenameContainerWithSameName (0.42s) [2021-02-25T03:28:53.133Z] === RUN TestRenameContainerWithLinkedContainer [2021-02-25T03:28:53.684Z] --- PASS: TestBuildMultiStageParentConfig (1.43s) [2021-02-25T03:28:53.684Z] === RUN TestBuildLabelWithTargets [2021-02-25T03:28:54.075Z] --- PASS: TestRenameContainerWithLinkedContainer (0.86s) [2021-02-25T03:28:54.075Z] === RUN TestResize [2021-02-25T03:28:54.128Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-25T03:28:54.128Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-25T03:28:54.134Z] === RUN TestKillContainer/non_killing_signal [2021-02-25T03:28:54.337Z] --- PASS: TestResize (0.44s) [2021-02-25T03:28:54.337Z] === RUN TestResizeWithInvalidSize [2021-02-25T03:28:54.448Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2021-02-25T03:28:54.772Z] === RUN TestKillContainer/killing_signal [2021-02-25T03:28:54.893Z] ok github.com/docker/docker/image 0.073s coverage: 86.6% of statements [2021-02-25T03:28:54.893Z] ok github.com/docker/docker/image/cache 0.018s coverage: 19.2% of statements [2021-02-25T03:28:54.893Z] ok github.com/docker/docker/distribution/xfer 1.690s coverage: 85.1% of statements [2021-02-25T03:28:54.893Z] ? github.com/docker/docker/dockerversion [no test files] [2021-02-25T03:28:54.909Z] --- PASS: TestResizeWithInvalidSize (0.45s) [2021-02-25T03:28:54.909Z] === RUN TestResizeWhenContainerNotStarted [2021-02-25T03:28:55.171Z] --- PASS: TestResizeWhenContainerNotStarted (0.41s) [2021-02-25T03:28:55.171Z] === RUN TestDaemonRestartKillContainers [2021-02-25T03:28:55.171Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-02-25T03:28:55.171Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-02-25T03:28:55.171Z] === RUN TestCgroupNamespacesRun [2021-02-25T03:28:55.948Z] ok github.com/docker/docker/image/tarexport 0.017s coverage: 0.6% of statements [2021-02-25T03:28:56.025Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-25T03:28:56.240Z] --- PASS: TestBuildLabelWithTargets (2.28s) [2021-02-25T03:28:56.240Z] === RUN TestBuildWithEmptyLayers [2021-02-25T03:28:56.250Z] ok github.com/docker/docker/libcontainerd/queue 0.041s coverage: 100.0% of statements [2021-02-25T03:28:56.368Z] --- PASS: TestKillContainer (3.05s) [2021-02-25T03:28:56.368Z] --- PASS: TestKillContainer/no_signal (1.00s) [2021-02-25T03:28:56.368Z] --- PASS: TestKillContainer/non_killing_signal (0.60s) [2021-02-25T03:28:56.368Z] --- PASS: TestKillContainer/killing_signal (0.99s) [2021-02-25T03:28:56.368Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-02-25T03:28:56.368Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-02-25T03:28:56.619Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-25T03:28:57.190Z] --- PASS: TestBuildWithEmptyLayers (1.03s) [2021-02-25T03:28:57.190Z] === RUN TestBuildMultiStageOnBuild [2021-02-25T03:28:57.484Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-02-25T03:28:57.748Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-02-25T03:28:57.779Z] --- PASS: TestCgroupNamespacesRun (2.16s) [2021-02-25T03:28:57.779Z] === RUN TestCgroupNamespacesRunPrivileged [2021-02-25T03:28:58.011Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2021-02-25T03:28:58.193Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.90s) [2021-02-25T03:28:58.194Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.95s) [2021-02-25T03:28:58.194Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.59s) [2021-02-25T03:28:58.194Z] === RUN TestKillStoppedContainer [2021-02-25T03:28:58.194Z] --- PASS: TestKillStoppedContainer (0.14s) [2021-02-25T03:28:58.194Z] === RUN TestKillStoppedContainerAPIPre120 [2021-02-25T03:28:58.360Z] ok github.com/docker/docker/image/v1 0.019s coverage: 25.0% of statements [2021-02-25T03:28:58.360Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-02-25T03:28:58.488Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.11s) [2021-02-25T03:28:58.488Z] === RUN TestKillDifferentUserContainer [2021-02-25T03:28:58.521Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-02-25T03:28:58.521Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.88s) [2021-02-25T03:28:58.521Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.09s) [2021-02-25T03:28:58.521Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.31s) [2021-02-25T03:28:58.521Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.34s) [2021-02-25T03:28:58.521Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.26s) [2021-02-25T03:28:58.521Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.33s) [2021-02-25T03:28:58.521Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.85s) [2021-02-25T03:28:58.521Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.89s) [2021-02-25T03:28:58.521Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.17s) [2021-02-25T03:28:58.521Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.32s) [2021-02-25T03:28:58.521Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.16s) [2021-02-25T03:28:58.521Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.97s) [2021-02-25T03:28:58.521Z] === RUN TestCgroupNamespacesRun [2021-02-25T03:28:59.419Z] ok github.com/docker/docker/oci 0.033s coverage: 45.2% of statements [2021-02-25T03:28:59.419Z] ok github.com/docker/docker/pkg/aaparser 0.013s coverage: 52.9% of statements [2021-02-25T03:28:59.597Z] --- PASS: TestKillDifferentUserContainer (0.97s) [2021-02-25T03:28:59.597Z] === RUN TestInspectOomKilledTrue [2021-02-25T03:28:59.597Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-02-25T03:28:59.597Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-25T03:28:59.597Z] === RUN TestInspectOomKilledFalse [2021-02-25T03:28:59.597Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-02-25T03:28:59.597Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-25T03:28:59.597Z] === RUN TestLinksEtcHostsContentMatch [2021-02-25T03:28:59.693Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.14s) [2021-02-25T03:28:59.693Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-02-25T03:28:59.718Z] ok github.com/docker/docker/opts 0.077s coverage: 67.1% of statements [2021-02-25T03:28:59.748Z] --- PASS: TestBuildMultiStageOnBuild (2.73s) [2021-02-25T03:28:59.748Z] === RUN TestBuildUncleanTarFilenames [2021-02-25T03:28:59.887Z] --- PASS: TestCgroupNamespacesRun (1.30s) [2021-02-25T03:28:59.887Z] === RUN TestCgroupNamespacesRunPrivileged [2021-02-25T03:28:59.887Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2021-02-25T03:28:59.887Z] run_cgroupns_linux_test.go:72: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-02-25T03:28:59.887Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-02-25T03:28:59.892Z] --- PASS: TestLinksEtcHostsContentMatch (0.64s) [2021-02-25T03:28:59.892Z] === RUN TestLinksContainerNames [2021-02-25T03:28:59.923Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-02-25T03:29:01.142Z] --- PASS: TestBuildUncleanTarFilenames (1.44s) [2021-02-25T03:29:01.142Z] === RUN TestBuildMultiStageLayerLeak [2021-02-25T03:29:01.255Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.25s) [2021-02-25T03:29:01.255Z] === RUN TestCgroupNamespacesRunHostMode [2021-02-25T03:29:01.309Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2021-02-25T03:29:01.609Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.18s) [2021-02-25T03:29:01.609Z] === RUN TestCgroupNamespacesRunHostMode [2021-02-25T03:29:01.824Z] ok github.com/docker/docker/pkg/broadcaster 0.009s coverage: 100.0% of statements [2021-02-25T03:29:01.972Z] --- PASS: TestLinksContainerNames (1.95s) [2021-02-25T03:29:01.972Z] === RUN TestLogsFollowTailEmpty [2021-02-25T03:29:02.122Z] ok github.com/docker/docker/pkg/capabilities 0.005s coverage: 87.5% of statements [2021-02-25T03:29:02.252Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-02-25T03:29:02.423Z] ok github.com/docker/docker/pkg/authorization 1.150s coverage: 68.3% of statements [2021-02-25T03:29:02.621Z] --- PASS: TestCgroupNamespacesRunHostMode (1.29s) [2021-02-25T03:29:02.621Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-02-25T03:29:03.090Z] --- PASS: TestLogsFollowTailEmpty (0.92s) [2021-02-25T03:29:03.090Z] === RUN TestContainerNetworkMountsNoChown [2021-02-25T03:29:03.485Z] ok github.com/docker/docker/pkg/directory 0.012s coverage: 80.0% of statements [2021-02-25T03:29:03.485Z] ok github.com/docker/docker/pkg/archive 1.192s coverage: 76.9% of statements [2021-02-25T03:29:03.803Z] --- PASS: TestContainerNetworkMountsNoChown (0.90s) [2021-02-25T03:29:03.803Z] === RUN TestMountDaemonRoot [2021-02-25T03:29:03.803Z] === RUN TestMountDaemonRoot/default [2021-02-25T03:29:03.803Z] === PAUSE TestMountDaemonRoot/default [2021-02-25T03:29:03.803Z] === RUN TestMountDaemonRoot/private [2021-02-25T03:29:03.803Z] === PAUSE TestMountDaemonRoot/private [2021-02-25T03:29:03.803Z] === RUN TestMountDaemonRoot/rprivate [2021-02-25T03:29:03.803Z] === PAUSE TestMountDaemonRoot/rprivate [2021-02-25T03:29:03.803Z] === RUN TestMountDaemonRoot/slave [2021-02-25T03:29:03.803Z] === PAUSE TestMountDaemonRoot/slave [2021-02-25T03:29:03.803Z] === RUN TestMountDaemonRoot/rslave [2021-02-25T03:29:03.803Z] === PAUSE TestMountDaemonRoot/rslave [2021-02-25T03:29:03.803Z] === RUN TestMountDaemonRoot/shared [2021-02-25T03:29:03.803Z] === PAUSE TestMountDaemonRoot/shared [2021-02-25T03:29:03.803Z] === RUN TestMountDaemonRoot/rshared [2021-02-25T03:29:03.803Z] === PAUSE TestMountDaemonRoot/rshared [2021-02-25T03:29:03.803Z] === CONT TestMountDaemonRoot/default [2021-02-25T03:29:03.803Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-02-25T03:29:03.803Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-02-25T03:29:03.803Z] === RUN TestMountDaemonRoot/default/bind_root [2021-02-25T03:29:03.803Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-02-25T03:29:03.803Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-02-25T03:29:03.803Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-02-25T03:29:03.803Z] === RUN TestMountDaemonRoot/default/mount_root [2021-02-25T03:29:03.803Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-02-25T03:29:03.803Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-02-25T03:29:03.803Z] === CONT TestMountDaemonRoot/rshared [2021-02-25T03:29:03.803Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-02-25T03:29:03.803Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-02-25T03:29:03.803Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-02-25T03:29:03.803Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-02-25T03:29:03.803Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-02-25T03:29:03.803Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-02-25T03:29:03.803Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-02-25T03:29:03.803Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-02-25T03:29:03.803Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-02-25T03:29:03.803Z] === CONT TestMountDaemonRoot/shared [2021-02-25T03:29:03.803Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-02-25T03:29:03.803Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-02-25T03:29:03.803Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-02-25T03:29:03.803Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-02-25T03:29:03.803Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-02-25T03:29:03.803Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-02-25T03:29:03.803Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-02-25T03:29:03.803Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-02-25T03:29:03.803Z] === CONT TestMountDaemonRoot/rslave [2021-02-25T03:29:03.803Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-02-25T03:29:03.803Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-02-25T03:29:03.803Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-02-25T03:29:03.803Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-02-25T03:29:03.803Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-02-25T03:29:03.803Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-02-25T03:29:03.803Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-02-25T03:29:03.803Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-02-25T03:29:03.803Z] === CONT TestMountDaemonRoot/slave [2021-02-25T03:29:03.803Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-02-25T03:29:03.803Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-02-25T03:29:03.803Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-02-25T03:29:03.803Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-02-25T03:29:03.803Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-02-25T03:29:03.803Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-02-25T03:29:03.803Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-02-25T03:29:03.803Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-02-25T03:29:03.803Z] === CONT TestMountDaemonRoot/rprivate [2021-02-25T03:29:03.803Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-02-25T03:29:03.803Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-02-25T03:29:03.803Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-02-25T03:29:03.803Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-02-25T03:29:03.803Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-02-25T03:29:03.803Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-02-25T03:29:03.803Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-02-25T03:29:03.803Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-02-25T03:29:03.803Z] === CONT TestMountDaemonRoot/private [2021-02-25T03:29:03.803Z] === RUN TestMountDaemonRoot/private/bind_root [2021-02-25T03:29:03.803Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-02-25T03:29:03.803Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-02-25T03:29:03.803Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-02-25T03:29:03.803Z] === RUN TestMountDaemonRoot/private/mount_root [2021-02-25T03:29:03.803Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-02-25T03:29:03.803Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-02-25T03:29:03.803Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-02-25T03:29:03.803Z] === CONT TestMountDaemonRoot/default/mount_root [2021-02-25T03:29:03.803Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-02-25T03:29:03.987Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.47s) [2021-02-25T03:29:03.987Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-02-25T03:29:04.098Z] === CONT TestMountDaemonRoot/default/bind_root [2021-02-25T03:29:04.098Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-02-25T03:29:04.098Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-02-25T03:29:04.098Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-02-25T03:29:04.098Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-02-25T03:29:04.155Z] --- PASS: TestCgroupNamespacesRunHostMode (2.22s) [2021-02-25T03:29:04.155Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-02-25T03:29:04.392Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-02-25T03:29:04.392Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-02-25T03:29:04.392Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-02-25T03:29:04.392Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-02-25T03:29:04.392Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-02-25T03:29:04.392Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-02-25T03:29:04.392Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-02-25T03:29:04.392Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-02-25T03:29:04.392Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-02-25T03:29:04.454Z] --- PASS: TestBuildMultiStageLayerLeak (2.83s) [2021-02-25T03:29:04.454Z] === RUN TestBuildWithHugeFile [2021-02-25T03:29:04.541Z] ok github.com/docker/docker/pkg/discovery/file 0.012s coverage: 92.9% of statements [2021-02-25T03:29:04.541Z] ok github.com/docker/docker/pkg/discovery 0.010s coverage: 58.3% of statements [2021-02-25T03:29:04.686Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-02-25T03:29:04.686Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-02-25T03:29:04.686Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-02-25T03:29:04.686Z] === CONT TestMountDaemonRoot/private/bind_root [2021-02-25T03:29:04.686Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-02-25T03:29:04.686Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-02-25T03:29:04.686Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-02-25T03:29:04.686Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-02-25T03:29:04.686Z] === CONT TestMountDaemonRoot/private/mount_root [2021-02-25T03:29:04.687Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-02-25T03:29:04.917Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.19s) [2021-02-25T03:29:04.917Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-02-25T03:29:04.981Z] --- PASS: TestMountDaemonRoot (0.01s) [2021-02-25T03:29:04.981Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-02-25T03:29:04.981Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.11s) [2021-02-25T03:29:04.981Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2021-02-25T03:29:04.981Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.11s) [2021-02-25T03:29:04.981Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2021-02-25T03:29:04.981Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-02-25T03:29:04.981Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.11s) [2021-02-25T03:29:04.981Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.11s) [2021-02-25T03:29:04.981Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.10s) [2021-02-25T03:29:04.981Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.10s) [2021-02-25T03:29:04.981Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-02-25T03:29:04.981Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2021-02-25T03:29:04.981Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2021-02-25T03:29:04.981Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2021-02-25T03:29:04.981Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.06s) [2021-02-25T03:29:04.981Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-02-25T03:29:04.981Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s) [2021-02-25T03:29:04.981Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.10s) [2021-02-25T03:29:04.981Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.10s) [2021-02-25T03:29:04.981Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.10s) [2021-02-25T03:29:04.981Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-02-25T03:29:04.981Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2021-02-25T03:29:04.981Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2021-02-25T03:29:04.981Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2021-02-25T03:29:04.981Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2021-02-25T03:29:04.981Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-02-25T03:29:04.981Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2021-02-25T03:29:04.981Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.06s) [2021-02-25T03:29:04.981Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2021-02-25T03:29:04.981Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2021-02-25T03:29:04.981Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-02-25T03:29:04.981Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.06s) [2021-02-25T03:29:04.981Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2021-02-25T03:29:04.981Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2021-02-25T03:29:04.981Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2021-02-25T03:29:04.981Z] === RUN TestContainerBindMountNonRecursive [2021-02-25T03:29:05.594Z] ok github.com/docker/docker/pkg/discovery/memory 0.004s coverage: 92.3% of statements [2021-02-25T03:29:05.845Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.71s) [2021-02-25T03:29:05.845Z] === RUN TestCgroupNamespacesRunOlderClient [2021-02-25T03:29:06.070Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.26s) [2021-02-25T03:29:06.070Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-02-25T03:29:06.239Z] ok github.com/docker/docker/pkg/discovery/nodes 0.004s coverage: 93.8% of statements [2021-02-25T03:29:06.460Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2021-02-25T03:29:06.537Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2021-02-25T03:29:07.141Z] --- PASS: TestContainerBindMountNonRecursive (2.32s) [2021-02-25T03:29:07.141Z] === RUN TestContainerVolumesMountedAsShared [2021-02-25T03:29:07.181Z] ok github.com/docker/docker/layer 7.389s coverage: 68.8% of statements [2021-02-25T03:29:07.181Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-02-25T03:29:07.181Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-02-25T03:29:07.181Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-02-25T03:29:07.181Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-02-25T03:29:07.181Z] ? github.com/docker/docker/oci/caps [no test files] [2021-02-25T03:29:07.214Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.25s) [2021-02-25T03:29:07.214Z] === RUN TestKernelTCPMemory [2021-02-25T03:29:07.214Z] --- SKIP: TestKernelTCPMemory (0.01s) [2021-02-25T03:29:07.214Z] run_linux_test.go:24: !testEnv.DaemonInfo.KernelMemoryTCP [2021-02-25T03:29:07.214Z] === RUN TestNISDomainname [2021-02-25T03:29:07.470Z] --- PASS: TestNISDomainname (0.60s) [2021-02-25T03:29:07.470Z] === RUN TestHostnameDnsResolution [2021-02-25T03:29:07.875Z] ok github.com/docker/docker/pkg/filenotify 0.604s coverage: 67.0% of statements [2021-02-25T03:29:07.875Z] ok github.com/docker/docker/pkg/fileutils 0.019s coverage: 89.5% of statements [2021-02-25T03:29:07.875Z] ok github.com/docker/docker/pkg/chrootarchive 4.031s coverage: 43.2% of statements [2021-02-25T03:29:07.875Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-02-25T03:29:07.875Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-02-25T03:29:08.185Z] --- PASS: TestContainerVolumesMountedAsShared (0.93s) [2021-02-25T03:29:08.185Z] === RUN TestContainerVolumesMountedAsSlave [2021-02-25T03:29:08.374Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2021-02-25T03:29:08.400Z] --- PASS: TestHostnameDnsResolution (0.83s) [2021-02-25T03:29:08.400Z] === RUN TestStats [2021-02-25T03:29:08.618Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.15s) [2021-02-25T03:29:08.618Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-02-25T03:29:08.832Z] --- PASS: TestContainerVolumesMountedAsSlave (0.72s) [2021-02-25T03:29:08.832Z] === RUN TestNetworkNat [2021-02-25T03:29:08.955Z] ok github.com/docker/docker/pkg/homedir 0.007s coverage: 11.4% of statements [2021-02-25T03:29:09.254Z] ok github.com/docker/docker/pkg/fsutils 0.377s coverage: 85.1% of statements [2021-02-25T03:29:09.254Z] ok github.com/docker/docker/pkg/discovery/kv 3.099s coverage: 84.1% of statements [2021-02-25T03:29:09.317Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-02-25T03:29:09.317Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2021-02-25T03:29:09.876Z] --- PASS: TestNetworkNat (1.01s) [2021-02-25T03:29:09.876Z] === RUN TestNetworkLocalhostTCPNat [2021-02-25T03:29:10.004Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.70s) [2021-02-25T03:29:10.004Z] === RUN TestCgroupNamespacesRunOlderClient [2021-02-25T03:29:10.313Z] ok github.com/docker/docker/pkg/jsonmessage 0.044s coverage: 91.7% of statements [2021-02-25T03:29:10.616Z] ok github.com/docker/docker/pkg/longpath 0.017s coverage: 100.0% of statements [2021-02-25T03:29:10.700Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2021-02-25T03:29:10.915Z] --- PASS: TestStats (2.50s) [2021-02-25T03:29:10.915Z] === RUN TestStopContainerWithTimeout [2021-02-25T03:29:10.915Z] === RUN TestStopContainerWithTimeout/0 [2021-02-25T03:29:10.915Z] === PAUSE TestStopContainerWithTimeout/0 [2021-02-25T03:29:10.915Z] === RUN TestStopContainerWithTimeout/1 [2021-02-25T03:29:10.915Z] === PAUSE TestStopContainerWithTimeout/1 [2021-02-25T03:29:10.915Z] === RUN TestStopContainerWithTimeout/3 [2021-02-25T03:29:10.915Z] === PAUSE TestStopContainerWithTimeout/3 [2021-02-25T03:29:10.915Z] === RUN TestStopContainerWithTimeout/-1 [2021-02-25T03:29:10.915Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-02-25T03:29:10.915Z] === CONT TestStopContainerWithTimeout/0 [2021-02-25T03:29:10.916Z] === CONT TestStopContainerWithTimeout/-1 [2021-02-25T03:29:10.916Z] ok github.com/docker/docker/pkg/idtools 0.475s coverage: 69.5% of statements [2021-02-25T03:29:10.922Z] --- PASS: TestNetworkLocalhostTCPNat (1.01s) [2021-02-25T03:29:10.922Z] === RUN TestNetworkLoopbackNat [2021-02-25T03:29:11.214Z] ok github.com/docker/docker/pkg/namesgenerator 0.019s coverage: 85.7% of statements [2021-02-25T03:29:11.479Z] === CONT TestStopContainerWithTimeout/3 [2021-02-25T03:29:11.514Z] ok github.com/docker/docker/pkg/parsers 0.004s coverage: 97.0% of statements [2021-02-25T03:29:11.641Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-02-25T03:29:11.814Z] ok github.com/docker/docker/pkg/ioutils 1.272s coverage: 68.8% of statements [2021-02-25T03:29:11.814Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-02-25T03:29:11.814Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-02-25T03:29:11.814Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-02-25T03:29:11.814Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-02-25T03:29:11.814Z] ok github.com/docker/docker/pkg/parsers/kernel 0.004s coverage: 60.0% of statements [2021-02-25T03:29:12.463Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.024s coverage: 86.7% of statements [2021-02-25T03:29:12.463Z] ok github.com/docker/docker/pkg/pidfile 0.013s coverage: 82.4% of statements [2021-02-25T03:29:12.463Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-02-25T03:29:12.463Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-02-25T03:29:12.552Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.17s) [2021-02-25T03:29:12.552Z] === RUN TestKernelTCPMemory [2021-02-25T03:29:12.552Z] --- SKIP: TestKernelTCPMemory (0.07s) [2021-02-25T03:29:12.552Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-25T03:29:12.552Z] === RUN TestNISDomainname [2021-02-25T03:29:12.552Z] --- SKIP: TestNISDomainname (0.02s) [2021-02-25T03:29:12.552Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2021-02-25T03:29:12.552Z] === RUN TestHostnameDnsResolution [2021-02-25T03:29:13.110Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.016s coverage: 56.8% of statements [2021-02-25T03:29:13.125Z] --- PASS: TestHostnameDnsResolution (0.72s) [2021-02-25T03:29:13.125Z] === RUN TestStats [2021-02-25T03:29:13.125Z] --- SKIP: TestStats (0.00s) [2021-02-25T03:29:13.125Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-25T03:29:13.125Z] === RUN TestStopContainerWithTimeout [2021-02-25T03:29:13.125Z] === RUN TestStopContainerWithTimeout/0 [2021-02-25T03:29:13.125Z] === PAUSE TestStopContainerWithTimeout/0 [2021-02-25T03:29:13.125Z] === RUN TestStopContainerWithTimeout/1 [2021-02-25T03:29:13.125Z] === PAUSE TestStopContainerWithTimeout/1 [2021-02-25T03:29:13.125Z] === RUN TestStopContainerWithTimeout/3 [2021-02-25T03:29:13.125Z] === PAUSE TestStopContainerWithTimeout/3 [2021-02-25T03:29:13.125Z] === RUN TestStopContainerWithTimeout/-1 [2021-02-25T03:29:13.125Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-02-25T03:29:13.125Z] === CONT TestStopContainerWithTimeout/0 [2021-02-25T03:29:13.125Z] === CONT TestStopContainerWithTimeout/-1 [2021-02-25T03:29:13.698Z] === CONT TestStopContainerWithTimeout/3 [2021-02-25T03:29:13.997Z] === CONT TestStopContainerWithTimeout/1 [2021-02-25T03:29:14.169Z] ok github.com/docker/docker/pkg/pools 0.025s coverage: 88.2% of statements [2021-02-25T03:29:14.169Z] ok github.com/docker/docker/pkg/progress 0.011s coverage: 75.9% of statements [2021-02-25T03:29:14.193Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2021-02-25T03:29:14.193Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-02-25T03:29:14.226Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2021-02-25T03:29:14.468Z] ok github.com/docker/docker/pkg/plugins/transport 0.020s coverage: 85.7% of statements [2021-02-25T03:29:14.530Z] --- PASS: TestNetworkLoopbackNat (3.43s) [2021-02-25T03:29:14.530Z] === RUN TestPause [2021-02-25T03:29:14.795Z] Copying nested executables into bundles/cross/linux/amd64 [2021-02-25T03:29:14.925Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-02-25T03:29:14.925Z] --- PASS: TestStopContainerWithTimeout/0 (0.69s) [2021-02-25T03:29:14.925Z] --- PASS: TestStopContainerWithTimeout/-1 (2.62s) [2021-02-25T03:29:14.925Z] --- PASS: TestStopContainerWithTimeout/3 (2.44s) [2021-02-25T03:29:14.925Z] --- PASS: TestStopContainerWithTimeout/1 (1.46s) [2021-02-25T03:29:14.925Z] === RUN TestDeleteDevicemapper [2021-02-25T03:29:14.925Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-02-25T03:29:14.925Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-25T03:29:14.925Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-02-25T03:29:15.115Z] ok github.com/docker/docker/pkg/reexec 0.007s coverage: 82.4% of statements [2021-02-25T03:29:15.168Z] --- PASS: TestPause (0.99s) [2021-02-25T03:29:15.168Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-02-25T03:29:15.168Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-25T03:29:15.168Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-25T03:29:15.168Z] === RUN TestPauseStopPausedContainer [2021-02-25T03:29:15.611Z] === CONT TestStopContainerWithTimeout/1 [2021-02-25T03:29:15.760Z] ok github.com/docker/docker/pkg/stdcopy 0.008s coverage: 100.0% of statements [2021-02-25T03:29:16.059Z] ok github.com/docker/docker/pkg/pubsub 1.138s coverage: 75.0% of statements [2021-02-25T03:29:16.173Z] Cross building: bundles/cross/windows/amd64 [2021-02-25T03:29:16.174Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2021-02-25T03:29:16.174Z] GOOS="windows" GOARCH="amd64" GOARM="" [2021-02-25T03:29:16.211Z] --- PASS: TestPauseStopPausedContainer (0.94s) [2021-02-25T03:29:16.211Z] === RUN TestPsFilter [2021-02-25T03:29:16.505Z] --- PASS: TestPsFilter (0.28s) [2021-02-25T03:29:16.505Z] === RUN TestRemoveContainerWithRemovedVolume [2021-02-25T03:29:16.704Z] ok github.com/docker/docker/pkg/stringid 0.004s coverage: 70.6% of statements [2021-02-25T03:29:16.704Z] ok github.com/docker/docker/pkg/streamformatter 0.005s coverage: 66.2% of statements [2021-02-25T03:29:16.822Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.65s) [2021-02-25T03:29:16.822Z] === RUN TestUpdateMemory [2021-02-25T03:29:16.996Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-02-25T03:29:16.996Z] --- PASS: TestStopContainerWithTimeout/0 (0.71s) [2021-02-25T03:29:16.996Z] --- PASS: TestStopContainerWithTimeout/-1 (2.59s) [2021-02-25T03:29:16.996Z] --- PASS: TestStopContainerWithTimeout/3 (2.38s) [2021-02-25T03:29:16.996Z] --- PASS: TestStopContainerWithTimeout/1 (1.42s) [2021-02-25T03:29:16.996Z] === RUN TestDeleteDevicemapper [2021-02-25T03:29:16.996Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-02-25T03:29:16.996Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-25T03:29:16.996Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-02-25T03:29:17.384Z] --- PASS: TestUpdateMemory (0.61s) [2021-02-25T03:29:17.384Z] === RUN TestUpdateCPUQuota [2021-02-25T03:29:17.550Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.00s) [2021-02-25T03:29:17.550Z] === RUN TestRemoveContainerWithVolume [2021-02-25T03:29:18.249Z] ok github.com/docker/docker/pkg/system 0.048s coverage: 36.9% of statements [2021-02-25T03:29:18.249Z] ok github.com/docker/docker/pkg/sysinfo 0.009s coverage: 53.8% of statements [2021-02-25T03:29:18.313Z] --- PASS: TestUpdateCPUQuota (0.93s) [2021-02-25T03:29:18.313Z] === RUN TestUpdatePidsLimit [2021-02-25T03:29:18.313Z] === RUN TestUpdatePidsLimit/update_from_none [2021-02-25T03:29:18.313Z] === RUN TestUpdatePidsLimit/no_change [2021-02-25T03:29:18.549Z] ok github.com/docker/docker/pkg/signal 2.977s coverage: 61.0% of statements [2021-02-25T03:29:18.569Z] === RUN TestUpdatePidsLimit/update_lower [2021-02-25T03:29:18.634Z] --- PASS: TestRemoveContainerWithVolume (0.96s) [2021-02-25T03:29:18.634Z] === RUN TestRemoveContainerRunning [2021-02-25T03:29:18.825Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-02-25T03:29:18.854Z] ok github.com/docker/docker/pkg/tailfile 0.099s coverage: 88.6% of statements [2021-02-25T03:29:18.911Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.52s) [2021-02-25T03:29:18.911Z] === RUN TestUpdateMemory [2021-02-25T03:29:18.911Z] --- SKIP: TestUpdateMemory (0.00s) [2021-02-25T03:29:18.911Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-25T03:29:18.911Z] === RUN TestUpdateCPUQuota [2021-02-25T03:29:18.911Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2021-02-25T03:29:18.911Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-25T03:29:18.911Z] === RUN TestUpdatePidsLimit [2021-02-25T03:29:18.911Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2021-02-25T03:29:18.911Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-25T03:29:18.911Z] === RUN TestUpdateRestartPolicy [2021-02-25T03:29:19.082Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-02-25T03:29:19.151Z] testing: warning: no tests to run [2021-02-25T03:29:19.151Z] coverage: [no statements] [2021-02-25T03:29:19.151Z] ok github.com/docker/docker/pkg/term/windows 0.068s coverage: [no statements] [no tests to run] [2021-02-25T03:29:19.338Z] --- PASS: TestRemoveContainerRunning (0.91s) [2021-02-25T03:29:19.338Z] === RUN TestRemoveContainerForceRemoveRunning [2021-02-25T03:29:19.339Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-02-25T03:29:19.451Z] ok github.com/docker/docker/pkg/tarsum 0.130s coverage: 89.3% of statements [2021-02-25T03:29:19.596Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-02-25T03:29:19.751Z] ok github.com/docker/docker/pkg/urlutil 0.003s coverage: 100.0% of statements [2021-02-25T03:29:19.751Z] ok github.com/docker/docker/pkg/truncindex 0.123s coverage: 91.5% of statements [2021-02-25T03:29:20.050Z] ok github.com/docker/docker/pkg/useragent 0.004s coverage: 88.9% of statements [2021-02-25T03:29:20.159Z] --- PASS: TestUpdatePidsLimit (2.07s) [2021-02-25T03:29:20.159Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.24s) [2021-02-25T03:29:20.159Z] --- PASS: TestUpdatePidsLimit/no_change (0.22s) [2021-02-25T03:29:20.159Z] --- PASS: TestUpdatePidsLimit/update_lower (0.21s) [2021-02-25T03:29:20.159Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.24s) [2021-02-25T03:29:20.159Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.20s) [2021-02-25T03:29:20.159Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.22s) [2021-02-25T03:29:20.159Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.23s) [2021-02-25T03:29:20.159Z] === RUN TestUpdateRestartPolicy [2021-02-25T03:29:20.384Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.95s) [2021-02-25T03:29:20.384Z] === RUN TestRemoveInvalidContainer [2021-02-25T03:29:20.384Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-02-25T03:29:20.384Z] === RUN TestRenameLinkedContainer [2021-02-25T03:29:22.159Z] ok github.com/docker/docker/plugin/v2 0.021s coverage: 14.5% of statements [2021-02-25T03:29:22.331Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2021-02-25T03:29:22.457Z] ok github.com/docker/docker/profiles/seccomp 0.022s coverage: 83.5% of statements [2021-02-25T03:29:23.997Z] ok github.com/docker/docker/reference 0.013s coverage: 84.4% of statements [2021-02-25T03:29:24.311Z] ok github.com/docker/docker/plugin 0.564s coverage: 23.2% of statements [2021-02-25T03:29:24.864Z] --- PASS: TestRenameLinkedContainer (3.81s) [2021-02-25T03:29:24.864Z] === RUN TestRenameStoppedContainer [2021-02-25T03:29:25.158Z] --- PASS: TestRenameStoppedContainer (0.97s) [2021-02-25T03:29:25.158Z] === RUN TestRenameRunningContainerAndReuse [2021-02-25T03:29:25.917Z] ok github.com/docker/docker/quota 0.690s coverage: 71.4% of statements [2021-02-25T03:29:25.917Z] ok github.com/docker/docker/registry/resumable 0.058s coverage: 100.0% of statements [2021-02-25T03:29:26.565Z] ok github.com/docker/docker/restartmanager 0.011s coverage: 45.3% of statements [2021-02-25T03:29:26.862Z] ok github.com/docker/docker/registry 0.239s coverage: 57.2% of statements [2021-02-25T03:29:27.241Z] --- PASS: TestRenameRunningContainerAndReuse (1.86s) [2021-02-25T03:29:27.241Z] === RUN TestRenameInvalidName [2021-02-25T03:29:27.508Z] ok github.com/docker/docker/testutil 0.022s coverage: 62.5% of statements [2021-02-25T03:29:27.880Z] --- PASS: TestRenameInvalidName (0.97s) [2021-02-25T03:29:27.880Z] === RUN TestRenameAnonymousContainer [2021-02-25T03:29:28.563Z] ok github.com/docker/docker/runconfig 0.018s coverage: 66.1% of statements [2021-02-25T03:29:30.468Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-02-25T03:29:30.468Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-02-25T03:29:30.468Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-02-25T03:29:30.666Z] ok github.com/docker/docker/volume/drivers 0.009s coverage: 36.1% of statements [2021-02-25T03:29:31.144Z] --- PASS: TestUpdateRestartPolicy (10.97s) [2021-02-25T03:29:31.144Z] === RUN TestUpdateRestartWithAutoRemove [2021-02-25T03:29:31.144Z] --- PASS: TestUpdateRestartWithAutoRemove (0.42s) [2021-02-25T03:29:31.144Z] === RUN TestWaitNonBlocked [2021-02-25T03:29:31.144Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-25T03:29:31.144Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-25T03:29:31.144Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-25T03:29:31.144Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-25T03:29:31.144Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-25T03:29:31.144Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-25T03:29:31.144Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-02-25T03:29:31.144Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.59s) [2021-02-25T03:29:31.144Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.70s) [2021-02-25T03:29:31.144Z] === RUN TestWaitBlocked [2021-02-25T03:29:31.144Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-25T03:29:31.144Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-25T03:29:31.144Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-02-25T03:29:31.144Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-02-25T03:29:31.144Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-25T03:29:31.144Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-02-25T03:29:31.406Z] --- PASS: TestWaitBlocked (0.01s) [2021-02-25T03:29:31.406Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.69s) [2021-02-25T03:29:31.406Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.78s) [2021-02-25T03:29:31.406Z] === CONT TestDaemonRestartIpcMode [2021-02-25T03:29:31.406Z] === CONT TestIpcModeOlderClient [2021-02-25T03:29:31.668Z] --- PASS: TestIpcModeOlderClient (0.09s) [2021-02-25T03:29:31.668Z] === CONT TestRestartDaemonWithRestartingContainer [2021-02-25T03:29:32.208Z] ok github.com/docker/docker/volume/mounts 0.044s coverage: 67.0% of statements [2021-02-25T03:29:32.208Z] ok github.com/docker/docker/volume/local 0.234s coverage: 76.4% of statements [2021-02-25T03:29:32.329Z] --- PASS: TestUpdateRestartPolicy (11.28s) [2021-02-25T03:29:32.329Z] === RUN TestUpdateRestartWithAutoRemove [2021-02-25T03:29:32.329Z] --- PASS: TestUpdateRestartWithAutoRemove (0.50s) [2021-02-25T03:29:32.330Z] === RUN TestWaitNonBlocked [2021-02-25T03:29:32.330Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-25T03:29:32.330Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-25T03:29:32.330Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-25T03:29:32.330Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-25T03:29:32.330Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-25T03:29:32.330Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-25T03:29:32.893Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-02-25T03:29:32.894Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.76s) [2021-02-25T03:29:32.894Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.84s) [2021-02-25T03:29:32.894Z] === RUN TestWaitBlocked [2021-02-25T03:29:32.894Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-25T03:29:32.894Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-25T03:29:32.894Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-02-25T03:29:32.894Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-02-25T03:29:32.894Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-25T03:29:32.894Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-02-25T03:29:33.259Z] ok github.com/docker/docker/volume/service 0.024s coverage: 73.1% of statements [2021-02-25T03:29:33.471Z] --- PASS: TestRenameAnonymousContainer (5.13s) [2021-02-25T03:29:33.471Z] === RUN TestRenameContainerWithSameName [2021-02-25T03:29:33.766Z] === RUN TestDockerDaemonSuite/TestShmSize [2021-02-25T03:29:33.824Z] --- PASS: TestWaitBlocked (0.01s) [2021-02-25T03:29:33.824Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.86s) [2021-02-25T03:29:33.824Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.90s) [2021-02-25T03:29:33.824Z] === CONT TestContainerStartOnDaemonRestart [2021-02-25T03:29:33.824Z] === CONT TestContainerKillOnDaemonStart [2021-02-25T03:29:34.109Z] --- PASS: TestRenameContainerWithSameName (0.98s) [2021-02-25T03:29:34.109Z] === RUN TestRenameContainerWithLinkedContainer [2021-02-25T03:29:35.148Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-02-25T03:29:35.720Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-02-25T03:29:35.720Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2021-02-25T03:29:35.876Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.23s) [2021-02-25T03:29:35.980Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-02-25T03:29:36.137Z] --- PASS: TestDaemonRestartIpcMode (4.67s) [2021-02-25T03:29:36.137Z] PASS [2021-02-25T03:29:36.137Z] [2021-02-25T03:29:36.137Z] === Skipped [2021-02-25T03:29:36.137Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-02-25T03:29:36.137Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-25T03:29:36.137Z] [2021-02-25T03:29:36.137Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2021-02-25T03:29:36.137Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-02-25T03:29:36.137Z] [2021-02-25T03:29:36.137Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2021-02-25T03:29:36.137Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-25T03:29:36.137Z] [2021-02-25T03:29:36.137Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2021-02-25T03:29:36.137Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-02-25T03:29:36.137Z] [2021-02-25T03:29:36.137Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2021-02-25T03:29:36.137Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-25T03:29:36.137Z] [2021-02-25T03:29:36.137Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2021-02-25T03:29:36.137Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-25T03:29:36.137Z] [2021-02-25T03:29:36.137Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2021-02-25T03:29:36.137Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-25T03:29:36.137Z] [2021-02-25T03:29:36.137Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2021-02-25T03:29:36.137Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-25T03:29:36.137Z] [2021-02-25T03:29:36.137Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2021-02-25T03:29:36.137Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-25T03:29:36.137Z] [2021-02-25T03:29:36.137Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-02-25T03:29:36.137Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-25T03:29:36.137Z] [2021-02-25T03:29:36.137Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-02-25T03:29:36.137Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-25T03:29:36.137Z] [2021-02-25T03:29:36.137Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2021-02-25T03:29:36.137Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-02-25T03:29:36.137Z] [2021-02-25T03:29:36.138Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2021-02-25T03:29:36.138Z] 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-02-25T03:29:36.138Z] [2021-02-25T03:29:36.138Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2021-02-25T03:29:36.138Z] 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-02-25T03:29:36.138Z] [2021-02-25T03:29:36.138Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2021-02-25T03:29:36.138Z] 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-02-25T03:29:36.138Z] [2021-02-25T03:29:36.138Z] === SKIP: amd64.integration.container TestPause (0.00s) [2021-02-25T03:29:36.138Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-25T03:29:36.138Z] [2021-02-25T03:29:36.138Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-25T03:29:36.138Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-25T03:29:36.138Z] [2021-02-25T03:29:36.138Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2021-02-25T03:29:36.138Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-25T03:29:36.138Z] [2021-02-25T03:29:36.138Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2021-02-25T03:29:36.138Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-02-25T03:29:36.138Z] [2021-02-25T03:29:36.138Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.07s) [2021-02-25T03:29:36.138Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-25T03:29:36.138Z] [2021-02-25T03:29:36.138Z] === SKIP: amd64.integration.container TestNISDomainname (0.02s) [2021-02-25T03:29:36.138Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2021-02-25T03:29:36.138Z] [2021-02-25T03:29:36.138Z] === SKIP: amd64.integration.container TestStats (0.00s) [2021-02-25T03:29:36.138Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-25T03:29:36.138Z] [2021-02-25T03:29:36.138Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-02-25T03:29:36.138Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-25T03:29:36.138Z] [2021-02-25T03:29:36.138Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-02-25T03:29:36.138Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-25T03:29:36.138Z] [2021-02-25T03:29:36.138Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2021-02-25T03:29:36.138Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-25T03:29:36.138Z] [2021-02-25T03:29:36.138Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2021-02-25T03:29:36.138Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-25T03:29:36.138Z] [2021-02-25T03:29:36.138Z] [2021-02-25T03:29:36.138Z] DONE 177 tests, 26 skipped in 81.032s [2021-02-25T03:29:36.138Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-02-25T03:29:36.189Z] --- PASS: TestRenameContainerWithLinkedContainer (1.91s) [2021-02-25T03:29:36.189Z] === RUN TestResize [2021-02-25T03:29:36.344Z] --- PASS: TestContainerStartOnDaemonRestart (2.34s) [2021-02-25T03:29:36.344Z] === CONT TestIpcModeOlderClient [2021-02-25T03:29:36.344Z] --- PASS: TestIpcModeOlderClient (0.06s) [2021-02-25T03:29:36.344Z] === CONT TestDaemonHostGatewayIP [2021-02-25T03:29:36.399Z] INFO: Testing against a local daemon [2021-02-25T03:29:36.399Z] === RUN TestCommitInheritsEnv [2021-02-25T03:29:36.828Z] --- PASS: TestResize (0.95s) [2021-02-25T03:29:36.828Z] === RUN TestResizeWithInvalidSize [2021-02-25T03:29:36.922Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-02-25T03:29:37.183Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-02-25T03:29:37.754Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-02-25T03:29:37.871Z] --- PASS: TestResizeWithInvalidSize (0.97s) [2021-02-25T03:29:37.871Z] === RUN TestResizeWhenContainerNotStarted [2021-02-25T03:29:38.313Z] --- PASS: TestCommitInheritsEnv (1.74s) [2021-02-25T03:29:38.313Z] === RUN TestImportExtremelyLargeImageWorks [2021-02-25T03:29:38.313Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-02-25T03:29:38.313Z] === RUN TestImagesFilterMultiReference [2021-02-25T03:29:38.313Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2021-02-25T03:29:38.313Z] === RUN TestImagePullPlatformInvalid [2021-02-25T03:29:38.313Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-02-25T03:29:38.313Z] === RUN TestRemoveImageOrphaning [2021-02-25T03:29:38.325Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-02-25T03:29:38.325Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2021-02-25T03:29:38.585Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2021-02-25T03:29:38.868Z] --- PASS: TestDaemonHostGatewayIP (2.40s) [2021-02-25T03:29:38.868Z] === CONT TestRestartDaemonWithRestartingContainer [2021-02-25T03:29:38.915Z] --- PASS: TestResizeWhenContainerNotStarted (0.92s) [2021-02-25T03:29:38.915Z] === RUN TestDaemonRestartKillContainers [2021-02-25T03:29:38.915Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-25T03:29:38.915Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-25T03:29:38.915Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-25T03:29:38.915Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-25T03:29:38.915Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-25T03:29:38.915Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-25T03:29:38.915Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-25T03:29:38.915Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-25T03:29:38.915Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-25T03:29:38.915Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-25T03:29:38.915Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-25T03:29:38.915Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-25T03:29:38.915Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-25T03:29:38.915Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-25T03:29:38.915Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-25T03:29:38.915Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-25T03:29:38.915Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-25T03:29:38.915Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-25T03:29:38.915Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-25T03:29:38.915Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-25T03:29:38.915Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-25T03:29:38.915Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-25T03:29:38.915Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-25T03:29:38.915Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-25T03:29:38.915Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-25T03:29:38.915Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-25T03:29:40.227Z] --- PASS: TestRemoveImageOrphaning (1.93s) [2021-02-25T03:29:40.227Z] === RUN TestRemoveImageGarbageCollector [2021-02-25T03:29:40.227Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-02-25T03:29:40.227Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-02-25T03:29:40.227Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-02-25T03:29:40.227Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-02-25T03:29:40.227Z] === RUN TestTagInvalidReference [2021-02-25T03:29:40.227Z] --- PASS: TestTagInvalidReference (0.01s) [2021-02-25T03:29:40.227Z] === RUN TestTagValidPrefixedRepo [2021-02-25T03:29:40.227Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2021-02-25T03:29:40.227Z] === RUN TestTagExistedNameWithoutForce [2021-02-25T03:29:40.227Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-02-25T03:29:40.227Z] === RUN TestTagOfficialNames [2021-02-25T03:29:40.227Z] --- PASS: TestTagOfficialNames (0.05s) [2021-02-25T03:29:40.227Z] === RUN TestTagMatchesDigest [2021-02-25T03:29:40.488Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-02-25T03:29:40.488Z] === CONT TestImportExtremelyLargeImageWorks [2021-02-25T03:29:40.496Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-02-25T03:29:40.757Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.87s) [2021-02-25T03:29:40.757Z] === CONT TestDaemonRestartIpcMode [2021-02-25T03:29:41.660Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-25T03:29:41.660Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-25T03:29:41.880Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-02-25T03:29:42.649Z] --- PASS: TestDaemonRestartIpcMode (2.32s) [2021-02-25T03:29:43.180Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-25T03:29:43.180Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-25T03:29:43.793Z] === RUN TestDockerSuite/TestBuildEnv [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite (352.00s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (7.84s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.89s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.45s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.67s) [2021-02-25T03:29:44.054Z] docker_cli_daemon_test.go:1455: [d570bc3d9538d] daemon is not started [2021-02-25T03:29:44.054Z] check_test.go:309: [d2af98fc6312f] daemon is not started [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.42s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.77s) [2021-02-25T03:29:44.054Z] check_test.go:309: [d9059102b1cf6] daemon is not started [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.63s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.94s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.55s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.49s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.45s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.59s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.56s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.37s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2021-02-25T03:29:44.054Z] check_test.go:309: [d76a80aaf6c69] daemon is not started [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2021-02-25T03:29:44.054Z] check_test.go:309: [d6a26a3c7d66d] daemon is not started [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.50s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.55s) [2021-02-25T03:29:44.054Z] check_test.go:309: [dc6b0d21fc6fc] daemon is not started [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.61s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.65s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.66s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.12s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.59s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.54s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.64s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2021-02-25T03:29:44.054Z] check_test.go:309: [dd1dea7b9b4d5] daemon is not started [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.58s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.52s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.52s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.88s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (5.14s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.30s) [2021-02-25T03:29:44.054Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-02-25T03:29:44.054Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-02-25T03:29:44.054Z] check_test.go:309: [daca56b0fa191] daemon is not started [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.23s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.17s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.51s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.85s) [2021-02-25T03:29:44.054Z] check_test.go:309: [def36c6233dad] daemon is not started [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.45s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.55s) [2021-02-25T03:29:44.054Z] check_test.go:309: [d63a8057f7ff7] daemon is not started [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.69s) [2021-02-25T03:29:44.054Z] docker_cli_daemon_plugins_test.go:79: [d4894bc919e0f] daemon is not started [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.56s) [2021-02-25T03:29:44.054Z] docker_cli_daemon_plugins_test.go:169: [d35ede4182a69] daemon is not started [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.07s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.56s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.52s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2021-02-25T03:29:44.054Z] check_test.go:309: [de1c84b07240d] daemon is not started [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.81s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.76s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.80s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.86s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.82s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.78s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.08s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.54s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.55s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.54s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (7.30s) [2021-02-25T03:29:44.054Z] check_test.go:309: [d99d9405303fb] daemon is not started [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.50s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (15.11s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.70s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.15s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (5.14s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.45s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (5.42s) [2021-02-25T03:29:44.054Z] check_test.go:309: [dc0043b73281b] daemon is not started [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.53s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.37s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (9.52s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.03s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.58s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.34s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.73s) [2021-02-25T03:29:44.054Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-02-25T03:29:44.054Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-02-25T03:29:44.054Z] check_test.go:309: [df26a970dc24e] daemon is not started [2021-02-25T03:29:44.054Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2021-02-25T03:29:44.054Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-02-25T03:29:44.054Z] check_test.go:309: [d3f2a70138fdd] daemon is not started [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (2.50s) [2021-02-25T03:29:44.054Z] check_test.go:309: [d4456b02b89de] daemon is not started [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.63s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.16s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.00s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.10s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.36s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.27s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.92s) [2021-02-25T03:29:44.054Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.72s) [2021-02-25T03:29:44.055Z] check_test.go:309: [d498c85dc235b] daemon is not started [2021-02-25T03:29:44.055Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.26s) [2021-02-25T03:29:44.055Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.49s) [2021-02-25T03:29:44.055Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.86s) [2021-02-25T03:29:44.055Z] check_test.go:309: [db4c292137cfb] daemon is not started [2021-02-25T03:29:44.055Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.54s) [2021-02-25T03:29:44.055Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (4.91s) [2021-02-25T03:29:44.055Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.08s) [2021-02-25T03:29:44.055Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.55s) [2021-02-25T03:29:44.055Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.63s) [2021-02-25T03:29:44.055Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.17s) [2021-02-25T03:29:44.055Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from config [2021-02-25T03:29:44.055Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config [2021-02-25T03:29:44.055Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from config [2021-02-25T03:29:44.055Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config [2021-02-25T03:29:44.055Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config [2021-02-25T03:29:44.055Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli [2021-02-25T03:29:44.055Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli [2021-02-25T03:29:44.055Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli [2021-02-25T03:29:44.055Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli [2021-02-25T03:29:44.055Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli [2021-02-25T03:29:44.055Z] check_test.go:309: [d8d547d2793ef] daemon is not started [2021-02-25T03:29:44.055Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.11s) [2021-02-25T03:29:44.055Z] check_test.go:309: [d7b2c12176549] daemon is not started [2021-02-25T03:29:44.055Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.55s) [2021-02-25T03:29:44.055Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.58s) [2021-02-25T03:29:44.055Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.24s) [2021-02-25T03:29:44.055Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.55s) [2021-02-25T03:29:44.055Z] check_test.go:309: [d1b84497385b5] daemon is not started [2021-02-25T03:29:44.055Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.98s) [2021-02-25T03:29:44.055Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.92s) [2021-02-25T03:29:44.055Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.21s) [2021-02-25T03:29:44.055Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.05s) [2021-02-25T03:29:44.055Z] check_test.go:309: [d3e5462d177e1] daemon is not started [2021-02-25T03:29:44.055Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.71s) [2021-02-25T03:29:44.055Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.52s) [2021-02-25T03:29:44.055Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.86s) [2021-02-25T03:29:44.055Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.44s) [2021-02-25T03:29:44.055Z] check_test.go:309: [d3a4fc978bd65] daemon is not started [2021-02-25T03:29:44.055Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.61s) [2021-02-25T03:29:44.055Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.57s) [2021-02-25T03:29:44.055Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.58s) [2021-02-25T03:29:44.055Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (2.03s) [2021-02-25T03:29:44.055Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2021-02-25T03:29:44.055Z] check_test.go:309: [dcd82f060d8ca] daemon is not started [2021-02-25T03:29:44.055Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.06s) [2021-02-25T03:29:44.055Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (3.24s) [2021-02-25T03:29:44.055Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.82s) [2021-02-25T03:29:44.055Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.61s) [2021-02-25T03:29:44.055Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.98s) [2021-02-25T03:29:44.055Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.38s) [2021-02-25T03:29:44.055Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.54s) [2021-02-25T03:29:44.055Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.59s) [2021-02-25T03:29:44.055Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (2.01s) [2021-02-25T03:29:44.055Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.22s) [2021-02-25T03:29:44.055Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.23s) [2021-02-25T03:29:44.055Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.25s) [2021-02-25T03:29:44.055Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (8.10s) [2021-02-25T03:29:44.055Z] docker_cli_daemon_test.go:2550: [dbe23709c59d2] daemon is not started [2021-02-25T03:29:44.055Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.72s) [2021-02-25T03:29:44.055Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.93s) [2021-02-25T03:29:44.055Z] --- PASS: TestDockerDaemonSuite/TestShmSize (2.13s) [2021-02-25T03:29:44.055Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.85s) [2021-02-25T03:29:44.055Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.14s) [2021-02-25T03:29:44.055Z] check_test.go:309: [da9d3046cbb93] daemon is not started [2021-02-25T03:29:44.055Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.40s) [2021-02-25T03:29:44.055Z] === RUN TestDockerSwarmSuite [2021-02-25T03:29:44.055Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2021-02-25T03:29:44.778Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-25T03:29:44.779Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-25T03:29:45.438Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-02-25T03:29:45.917Z] --- PASS: TestContainerKillOnDaemonStart (12.01s) [2021-02-25T03:29:45.917Z] PASS [2021-02-25T03:29:45.917Z] [2021-02-25T03:29:45.917Z] === Skipped [2021-02-25T03:29:45.917Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-02-25T03:29:45.917Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-25T03:29:45.917Z] [2021-02-25T03:29:45.917Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-02-25T03:29:45.917Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-02-25T03:29:45.917Z] [2021-02-25T03:29:45.917Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-25T03:29:45.917Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-25T03:29:45.917Z] [2021-02-25T03:29:45.917Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2021-02-25T03:29:45.917Z] run_cgroupns_linux_test.go:72: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-02-25T03:29:45.917Z] [2021-02-25T03:29:45.917Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.01s) [2021-02-25T03:29:45.917Z] run_linux_test.go:24: !testEnv.DaemonInfo.KernelMemoryTCP [2021-02-25T03:29:45.917Z] [2021-02-25T03:29:45.917Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-02-25T03:29:45.917Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-25T03:29:45.917Z] [2021-02-25T03:29:45.917Z] [2021-02-25T03:29:45.917Z] DONE 196 tests, 6 skipped in 106.832s [2021-02-25T03:29:45.917Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-02-25T03:29:45.917Z] INFO: Testing against a local daemon [2021-02-25T03:29:45.917Z] === RUN TestCommitInheritsEnv [2021-02-25T03:29:46.173Z] --- PASS: TestCommitInheritsEnv (0.31s) [2021-02-25T03:29:46.173Z] === RUN TestImportExtremelyLargeImageWorks [2021-02-25T03:29:46.173Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-02-25T03:29:46.173Z] === RUN TestImagesFilterMultiReference [2021-02-25T03:29:46.173Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2021-02-25T03:29:46.173Z] === RUN TestImagePullPlatformInvalid [2021-02-25T03:29:46.173Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-02-25T03:29:46.173Z] === RUN TestRemoveImageOrphaning [2021-02-25T03:29:46.430Z] --- PASS: TestRemoveImageOrphaning (0.27s) [2021-02-25T03:29:46.430Z] === RUN TestRemoveImageGarbageCollector [2021-02-25T03:29:46.824Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-02-25T03:29:47.395Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2021-02-25T03:29:47.526Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-25T03:29:47.526Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-25T03:29:47.967Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-02-25T03:29:48.320Z] --- PASS: TestRemoveImageGarbageCollector (1.94s) [2021-02-25T03:29:48.320Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-02-25T03:29:48.576Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-02-25T03:29:48.576Z] === RUN TestTagInvalidReference [2021-02-25T03:29:48.576Z] --- PASS: TestTagInvalidReference (0.01s) [2021-02-25T03:29:48.576Z] === RUN TestTagValidPrefixedRepo [2021-02-25T03:29:48.576Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2021-02-25T03:29:48.576Z] === RUN TestTagExistedNameWithoutForce [2021-02-25T03:29:48.576Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-02-25T03:29:48.576Z] === RUN TestTagOfficialNames [2021-02-25T03:29:48.576Z] --- PASS: TestTagOfficialNames (0.06s) [2021-02-25T03:29:48.576Z] === RUN TestTagMatchesDigest [2021-02-25T03:29:48.576Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-02-25T03:29:48.576Z] === CONT TestImportExtremelyLargeImageWorks [2021-02-25T03:29:48.684Z] ok github.com/docker/docker/pkg/plugins 33.622s coverage: 76.6% of statements [2021-02-25T03:29:48.684Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-02-25T03:29:48.684Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-02-25T03:29:48.684Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-02-25T03:29:48.684Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-02-25T03:29:48.684Z] ? github.com/docker/docker/pkg/term [no test files] [2021-02-25T03:29:48.684Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-02-25T03:29:48.684Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-02-25T03:29:48.684Z] ? github.com/docker/docker/rootless [no test files] [2021-02-25T03:29:48.684Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-02-25T03:29:48.684Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-02-25T03:29:48.684Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-02-25T03:29:48.684Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-02-25T03:29:48.684Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-02-25T03:29:48.684Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-02-25T03:29:48.684Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-02-25T03:29:48.684Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-02-25T03:29:48.684Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-02-25T03:29:48.684Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-02-25T03:29:48.684Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-02-25T03:29:48.684Z] ? github.com/docker/docker/testutil/request [no test files] [2021-02-25T03:29:48.684Z] ? github.com/docker/docker/volume [no test files] [2021-02-25T03:29:48.684Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-02-25T03:29:48.684Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-02-25T03:29:48.684Z] [2021-02-25T03:29:48.684Z] === Skipped [2021-02-25T03:29:48.684Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-02-25T03:29:48.684Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-02-25T03:29:48.684Z] [2021-02-25T03:29:48.684Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-02-25T03:29:48.684Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-02-25T03:29:48.684Z] [2021-02-25T03:29:48.684Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-02-25T03:29:48.684Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-25T03:29:48.684Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-25T03:29:48.684Z] [2021-02-25T03:29:48.684Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-02-25T03:29:48.684Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-25T03:29:48.684Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-25T03:29:48.684Z] [2021-02-25T03:29:48.684Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-02-25T03:29:48.684Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-25T03:29:48.684Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-25T03:29:48.684Z] [2021-02-25T03:29:48.684Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-02-25T03:29:48.684Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-25T03:29:48.684Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-25T03:29:48.684Z] [2021-02-25T03:29:48.684Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-02-25T03:29:48.684Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-25T03:29:48.684Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-25T03:29:48.684Z] [2021-02-25T03:29:48.684Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-02-25T03:29:48.684Z] graphtest_unix.go:73: No driver to put! [2021-02-25T03:29:48.684Z] [2021-02-25T03:29:48.684Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-02-25T03:29:48.684Z] time="2021-02-25T03:28:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-25T03:29:48.684Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-25T03:29:48.684Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-25T03:29:48.684Z] [2021-02-25T03:29:48.684Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-02-25T03:29:48.684Z] time="2021-02-25T03:28:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-25T03:29:48.684Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-25T03:29:48.684Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-25T03:29:48.684Z] [2021-02-25T03:29:48.684Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-02-25T03:29:48.684Z] time="2021-02-25T03:28:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-25T03:29:48.684Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-25T03:29:48.684Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-25T03:29:48.684Z] [2021-02-25T03:29:48.684Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-02-25T03:29:48.684Z] time="2021-02-25T03:28:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-25T03:29:48.684Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-25T03:29:48.684Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-25T03:29:48.684Z] [2021-02-25T03:29:48.684Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-02-25T03:29:48.684Z] time="2021-02-25T03:28:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-25T03:29:48.684Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-25T03:29:48.684Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-25T03:29:48.684Z] [2021-02-25T03:29:48.684Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-02-25T03:29:48.684Z] graphtest_unix.go:73: No driver to put! [2021-02-25T03:29:48.684Z] [2021-02-25T03:29:48.684Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-02-25T03:29:48.684Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-02-25T03:29:48.684Z] [2021-02-25T03:29:48.684Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-02-25T03:29:48.684Z] overlay_test.go:49: Fails to compute changes intermittently [2021-02-25T03:29:48.684Z] [2021-02-25T03:29:48.684Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-02-25T03:29:48.684Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-02-25T03:29:48.684Z] [2021-02-25T03:29:48.684Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-02-25T03:29:48.684Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-02-25T03:29:48.684Z] [2021-02-25T03:29:48.684Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-02-25T03:29:48.684Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-25T03:29:48.684Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-25T03:29:48.684Z] [2021-02-25T03:29:48.684Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-02-25T03:29:48.684Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-25T03:29:48.684Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-25T03:29:48.684Z] [2021-02-25T03:29:48.684Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-02-25T03:29:48.684Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-25T03:29:48.684Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-25T03:29:48.684Z] [2021-02-25T03:29:48.684Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-02-25T03:29:48.684Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-25T03:29:48.684Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-25T03:29:48.684Z] [2021-02-25T03:29:48.684Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-02-25T03:29:48.684Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-25T03:29:48.684Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-25T03:29:48.685Z] [2021-02-25T03:29:48.685Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-02-25T03:29:48.685Z] graphtest_unix.go:73: No driver to put! [2021-02-25T03:29:48.685Z] [2021-02-25T03:29:48.685Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-02-25T03:29:48.685Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-02-25T03:29:48.685Z] [2021-02-25T03:29:48.685Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-02-25T03:29:48.685Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-02-25T03:29:48.685Z] [2021-02-25T03:29:48.685Z] [2021-02-25T03:29:48.685Z] DONE 2244 tests, 26 skipped in 261.906s Post stage [Pipeline] junit [2021-02-25T03:29:49.037Z] Recording test results [2021-02-25T03:29:49.422Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-02-25T03:29:49.894Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-42056/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr8 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=59fc2206d0aa706e3f4af717dec37df091092058 -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:59fc2206d0aa706e3f4af717dec37df091092058 hack/make.sh dynbinary test-integration [2021-02-25T03:29:50.193Z] [2021-02-25T03:29:50.193Z] Removing bundles/ [2021-02-25T03:29:50.193Z] [2021-02-25T03:29:50.193Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-02-25T03:29:50.193Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-02-25T03:29:50.193Z] GOOS="" GOARCH="" GOARM="" [2021-02-25T03:29:50.275Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-25T03:29:50.512Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2021-02-25T03:29:50.569Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-25T03:29:53.318Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-02-25T03:29:53.318Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.58s) [2021-02-25T03:29:53.318Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.71s) [2021-02-25T03:29:53.318Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.61s) [2021-02-25T03:29:53.318Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.62s) [2021-02-25T03:29:53.318Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.61s) [2021-02-25T03:29:53.318Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.59s) [2021-02-25T03:29:53.318Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.43s) [2021-02-25T03:29:53.318Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.44s) [2021-02-25T03:29:53.318Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.18s) [2021-02-25T03:29:53.318Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.28s) [2021-02-25T03:29:53.318Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.59s) [2021-02-25T03:29:53.318Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.59s) [2021-02-25T03:29:53.318Z] === RUN TestCgroupNamespacesRun [2021-02-25T03:29:55.400Z] --- PASS: TestCgroupNamespacesRun (1.98s) [2021-02-25T03:29:55.400Z] === RUN TestCgroupNamespacesRunPrivileged [2021-02-25T03:29:55.822Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2021-02-25T03:29:55.822Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-02-25T03:29:56.919Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.83s) [2021-02-25T03:29:56.919Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-02-25T03:29:58.999Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.94s) [2021-02-25T03:29:58.999Z] === RUN TestCgroupNamespacesRunHostMode [2021-02-25T03:30:00.796Z] --- PASS: TestBuildWithHugeFile (50.84s) [2021-02-25T03:30:00.796Z] === RUN TestBuildWCOWSandboxSize [2021-02-25T03:30:00.796Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-02-25T03:30:00.796Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-02-25T03:30:00.796Z] === RUN TestBuildWithEmptyDockerfile [2021-02-25T03:30:00.796Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-25T03:30:00.796Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-25T03:30:00.796Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-25T03:30:00.796Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-25T03:30:00.797Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-25T03:30:00.797Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-25T03:30:00.797Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-25T03:30:00.797Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-25T03:30:00.797Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-25T03:30:00.797Z] --- PASS: TestBuildWithEmptyDockerfile (0.19s) [2021-02-25T03:30:00.797Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.22s) [2021-02-25T03:30:00.797Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.23s) [2021-02-25T03:30:00.797Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.24s) [2021-02-25T03:30:00.797Z] === RUN TestBuildPreserveOwnership [2021-02-25T03:30:00.797Z] === RUN TestBuildPreserveOwnership/copy_from [2021-02-25T03:30:00.797Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-02-25T03:30:01.079Z] --- PASS: TestCgroupNamespacesRunHostMode (1.96s) [2021-02-25T03:30:01.079Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-02-25T03:30:01.371Z] --- PASS: TestBuildPreserveOwnership (6.08s) [2021-02-25T03:30:01.371Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.89s) [2021-02-25T03:30:01.371Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.17s) [2021-02-25T03:30:01.371Z] === RUN TestBuildPlatformInvalid [2021-02-25T03:30:01.634Z] --- PASS: TestBuildPlatformInvalid (0.18s) [2021-02-25T03:30:01.634Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-02-25T03:30:02.602Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.95s) [2021-02-25T03:30:02.602Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-02-25T03:30:04.684Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.86s) [2021-02-25T03:30:04.684Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-02-25T03:30:05.323Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.92s) [2021-02-25T03:30:05.323Z] === RUN TestCgroupNamespacesRunOlderClient [2021-02-25T03:30:07.404Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.03s) [2021-02-25T03:30:07.404Z] === RUN TestKernelTCPMemory [2021-02-25T03:30:08.448Z] --- PASS: TestKernelTCPMemory (1.00s) [2021-02-25T03:30:08.448Z] === RUN TestNISDomainname [2021-02-25T03:30:09.968Z] --- PASS: TestNISDomainname (1.15s) [2021-02-25T03:30:09.968Z] === RUN TestHostnameDnsResolution [2021-02-25T03:30:10.725Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2021-02-25T03:30:10.725Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2021-02-25T03:30:11.491Z] --- PASS: TestHostnameDnsResolution (1.93s) [2021-02-25T03:30:11.491Z] === RUN TestStats [2021-02-25T03:30:13.895Z] Loaded image: buildpack-deps:buster [2021-02-25T03:30:13.895Z] Loaded image: busybox:latest [2021-02-25T03:30:14.158Z] Loaded image: busybox:glibc [2021-02-25T03:30:15.028Z] --- PASS: TestStats (2.96s) [2021-02-25T03:30:15.028Z] === RUN TestStopContainerWithTimeout [2021-02-25T03:30:15.028Z] === RUN TestStopContainerWithTimeout/0 [2021-02-25T03:30:15.028Z] === PAUSE TestStopContainerWithTimeout/0 [2021-02-25T03:30:15.028Z] === RUN TestStopContainerWithTimeout/1 [2021-02-25T03:30:15.028Z] === PAUSE TestStopContainerWithTimeout/1 [2021-02-25T03:30:15.028Z] === RUN TestStopContainerWithTimeout/3 [2021-02-25T03:30:15.028Z] === PAUSE TestStopContainerWithTimeout/3 [2021-02-25T03:30:15.028Z] === RUN TestStopContainerWithTimeout/-1 [2021-02-25T03:30:15.028Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-02-25T03:30:15.028Z] === CONT TestStopContainerWithTimeout/0 [2021-02-25T03:30:15.028Z] === CONT TestStopContainerWithTimeout/3 [2021-02-25T03:30:15.666Z] === CONT TestStopContainerWithTimeout/-1 [2021-02-25T03:30:16.014Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-02-25T03:30:16.082Z] Loaded image: debian:bullseye [2021-02-25T03:30:16.345Z] Loaded image: hello-world:latest [2021-02-25T03:30:16.345Z] Loaded image: arm32v7/hello-world:latest [2021-02-25T03:30:17.751Z] === CONT TestStopContainerWithTimeout/1 [2021-02-25T03:30:17.927Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-02-25T03:30:19.833Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-02-25T03:30:19.833Z] --- PASS: TestStopContainerWithTimeout/0 (1.02s) [2021-02-25T03:30:19.833Z] --- PASS: TestStopContainerWithTimeout/3 (2.99s) [2021-02-25T03:30:19.833Z] --- PASS: TestStopContainerWithTimeout/-1 (2.92s) [2021-02-25T03:30:19.833Z] --- PASS: TestStopContainerWithTimeout/1 (1.97s) [2021-02-25T03:30:19.833Z] === RUN TestDeleteDevicemapper [2021-02-25T03:30:19.833Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-02-25T03:30:19.833Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-25T03:30:19.833Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-02-25T03:30:22.580Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.14s) [2021-02-25T03:30:22.580Z] === RUN TestUpdateMemory [2021-02-25T03:30:22.580Z] --- SKIP: TestUpdateMemory (0.00s) [2021-02-25T03:30:22.580Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-02-25T03:30:22.580Z] === RUN TestUpdateCPUQuota [2021-02-25T03:30:24.101Z] --- PASS: TestUpdateCPUQuota (1.35s) [2021-02-25T03:30:24.101Z] === RUN TestUpdatePidsLimit [2021-02-25T03:30:24.101Z] === RUN TestUpdatePidsLimit/update_from_none [2021-02-25T03:30:24.396Z] === RUN TestUpdatePidsLimit/no_change [2021-02-25T03:30:24.691Z] === RUN TestUpdatePidsLimit/update_lower [2021-02-25T03:30:25.330Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-02-25T03:30:25.625Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-02-25T03:30:26.059Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-02-25T03:30:26.264Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-02-25T03:30:26.368Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (23.80s) [2021-02-25T03:30:26.369Z] PASS [2021-02-25T03:30:26.369Z] [2021-02-25T03:30:26.369Z] === Skipped [2021-02-25T03:30:26.369Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2021-02-25T03:30:26.369Z] build_session_test.go:25: TODO: BuildKit [2021-02-25T03:30:26.369Z] [2021-02-25T03:30:26.369Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-02-25T03:30:26.369Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-02-25T03:30:26.369Z] [2021-02-25T03:30:26.369Z] [2021-02-25T03:30:26.369Z] DONE 34 tests, 2 skipped in 134.353s [2021-02-25T03:30:26.369Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2021-02-25T03:30:26.369Z] ++ 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-02-25T03:30:26.369Z] ++ set -e [2021-02-25T03:30:26.369Z] ++ '[' -n 0 ']' [2021-02-25T03:30:26.369Z] ++ set -x [2021-02-25T03:30:26.369Z] ++ env -i DEST=/go/src/github.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-02-25T03:30:26.369Z] INFO: Testing against a local daemon [2021-02-25T03:30:26.369Z] === RUN TestConfigInspect [2021-02-25T03:30:26.559Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-02-25T03:30:27.001Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-02-25T03:30:27.942Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-02-25T03:30:28.082Z] --- PASS: TestUpdatePidsLimit (3.94s) [2021-02-25T03:30:28.082Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.39s) [2021-02-25T03:30:28.082Z] --- PASS: TestUpdatePidsLimit/no_change (0.40s) [2021-02-25T03:30:28.082Z] --- PASS: TestUpdatePidsLimit/update_lower (0.42s) [2021-02-25T03:30:28.082Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.46s) [2021-02-25T03:30:28.082Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.42s) [2021-02-25T03:30:28.082Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.43s) [2021-02-25T03:30:28.082Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.42s) [2021-02-25T03:30:28.082Z] === RUN TestUpdateRestartPolicy [2021-02-25T03:30:28.513Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-02-25T03:30:29.682Z] --- PASS: TestConfigInspect (3.76s) [2021-02-25T03:30:29.682Z] === RUN TestConfigList [2021-02-25T03:30:29.897Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-02-25T03:30:29.897Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-02-25T03:30:30.157Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-02-25T03:30:32.995Z] --- PASS: TestConfigList (3.23s) [2021-02-25T03:30:32.995Z] === RUN TestConfigsCreateAndDelete [2021-02-25T03:30:36.310Z] --- PASS: TestConfigsCreateAndDelete (3.26s) [2021-02-25T03:30:36.310Z] === RUN TestConfigsUpdate [2021-02-25T03:30:37.679Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2021-02-25T03:30:37.679Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2021-02-25T03:30:37.679Z] remote: Enumerating objects: 2, done. [2021-02-25T03:30:37.679Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2021-02-25T03:30:37.679Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2021-02-25T03:30:37.679Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2021-02-25T03:30:37.680Z] Unpacking objects: 4% (1/23) Unpacking objects: 8% (2/23) Unpacking objects: 13% (3/23) Unpacking objects: 17% (4/23) Unpacking objects: 21% (5/23) Unpacking objects: 26% (6/23) Unpacking objects: 30% (7/23) Unpacking objects: 34% (8/23) Unpacking objects: 39% (9/23) Unpacking objects: 43% (10/23) Unpacking objects: 47% (11/23) Unpacking objects: 52% (12/23) Unpacking objects: 56% (13/23) Unpacking objects: 60% (14/23) Unpacking objects: 65% (15/23) Unpacking objects: 69% (16/23) Unpacking objects: 73% (17/23) Unpacking objects: 78% (18/23) Unpacking objects: 82% (19/23) Unpacking objects: 86% (20/23) Unpacking objects: 91% (21/23) Unpacking objects: 95% (22/23) Unpacking objects: 100% (23/23) Unpacking objects: 100% (23/23), done. [2021-02-25T03:30:37.680Z] Building: bundles/cross/windows/amd64/containerutility.exe [2021-02-25T03:30:37.680Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-02-25T03:30:38.274Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42056/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr8 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=59fc2206d0aa706e3f4af717dec37df091092058 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:59fc2206d0aa706e3f4af717dec37df091092058 hack/test/unit [2021-02-25T03:30:39.621Z] --- PASS: TestConfigsUpdate (3.23s) [2021-02-25T03:30:39.621Z] === RUN TestTemplatedConfig [2021-02-25T03:30:40.291Z] === RUN TestDockerSuite/TestBuildExpose [2021-02-25T03:30:40.291Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2021-02-25T03:30:40.291Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2021-02-25T03:30:40.291Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-02-25T03:30:40.552Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-02-25T03:30:40.813Z] ? github.com/docker/docker/api [no test files] [2021-02-25T03:30:41.495Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-02-25T03:30:42.067Z] === RUN TestDockerSuite/TestBuildFails [2021-02-25T03:30:42.937Z] --- PASS: TestTemplatedConfig (3.46s) [2021-02-25T03:30:42.937Z] === RUN TestConfigCreateResolve [2021-02-25T03:30:43.009Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-02-25T03:30:43.009Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-02-25T03:30:43.495Z] --- PASS: TestUpdateRestartPolicy (13.30s) [2021-02-25T03:30:43.495Z] === RUN TestUpdateRestartWithAutoRemove [2021-02-25T03:30:43.495Z] --- PASS: TestUpdateRestartWithAutoRemove (0.96s) [2021-02-25T03:30:43.495Z] === RUN TestWaitNonBlocked [2021-02-25T03:30:43.495Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-25T03:30:43.495Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-25T03:30:43.495Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-25T03:30:43.495Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-25T03:30:43.495Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-25T03:30:43.495Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-25T03:30:43.495Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-02-25T03:30:43.495Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.21s) [2021-02-25T03:30:43.495Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.29s) [2021-02-25T03:30:43.495Z] === RUN TestWaitBlocked [2021-02-25T03:30:43.495Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-25T03:30:43.495Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-25T03:30:43.495Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-02-25T03:30:43.495Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-02-25T03:30:43.495Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-25T03:30:43.495Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-02-25T03:30:44.922Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-02-25T03:30:45.008Z] --- PASS: TestWaitBlocked (0.01s) [2021-02-25T03:30:45.008Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.28s) [2021-02-25T03:30:45.008Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.35s) [2021-02-25T03:30:45.008Z] === CONT TestContainerStartOnDaemonRestart [2021-02-25T03:30:45.008Z] === CONT TestContainerKillOnDaemonStart [2021-02-25T03:30:46.250Z] --- PASS: TestConfigCreateResolve (3.25s) [2021-02-25T03:30:46.251Z] === RUN TestConfigDaemonLibtrustID [2021-02-25T03:30:46.513Z] --- PASS: TestConfigDaemonLibtrustID (0.68s) [2021-02-25T03:30:46.514Z] PASS [2021-02-25T03:30:46.514Z] [2021-02-25T03:30:46.514Z] DONE 7 tests in 21.021s [2021-02-25T03:30:46.514Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2021-02-25T03:30:46.514Z] ++ 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-02-25T03:30:46.514Z] ++ set -e [2021-02-25T03:30:46.514Z] ++ '[' -n 0 ']' [2021-02-25T03:30:46.514Z] ++ set -x [2021-02-25T03:30:46.514Z] ++ env -i DEST=/go/src/github.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-02-25T03:30:46.776Z] INFO: Testing against a local daemon [2021-02-25T03:30:46.776Z] === RUN TestCheckpoint [2021-02-25T03:30:46.776Z] --- SKIP: TestCheckpoint (0.00s) [2021-02-25T03:30:46.776Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-25T03:30:46.776Z] === RUN TestContainerInvalidJSON [2021-02-25T03:30:46.776Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-02-25T03:30:46.776Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-02-25T03:30:46.776Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-02-25T03:30:46.776Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-02-25T03:30:46.776Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-02-25T03:30:46.776Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-02-25T03:30:46.776Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-02-25T03:30:46.776Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-02-25T03:30:46.776Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-02-25T03:30:46.776Z] --- PASS: TestContainerInvalidJSON (0.02s) [2021-02-25T03:30:46.776Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-02-25T03:30:46.776Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-02-25T03:30:46.776Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-02-25T03:30:46.776Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-02-25T03:30:46.776Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s) [2021-02-25T03:30:46.776Z] === RUN TestCopyFromContainerPathIsNotDir [2021-02-25T03:30:47.038Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.13s) [2021-02-25T03:30:47.038Z] === RUN TestCopyToContainerPathDoesNotExist [2021-02-25T03:30:47.038Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.12s) [2021-02-25T03:30:47.038Z] === RUN TestCopyToContainerPathIsNotDir [2021-02-25T03:30:47.301Z] --- PASS: TestCopyToContainerPathIsNotDir (0.12s) [2021-02-25T03:30:47.301Z] === RUN TestCopyFromContainer [2021-02-25T03:30:47.464Z] === RUN TestDockerSuite/TestBuildForceRm [2021-02-25T03:30:48.533Z] --- PASS: TestContainerStartOnDaemonRestart (3.43s) [2021-02-25T03:30:48.533Z] === CONT TestIpcModeOlderClient [2021-02-25T03:30:48.533Z] --- PASS: TestIpcModeOlderClient (0.19s) [2021-02-25T03:30:48.533Z] === CONT TestDaemonHostGatewayIP [2021-02-25T03:30:48.847Z] === RUN TestDockerSuite/TestBuildFromGit [2021-02-25T03:30:49.223Z] === RUN TestCopyFromContainer// [2021-02-25T03:30:49.223Z] === RUN TestCopyFromContainer//bar/root [2021-02-25T03:30:49.486Z] === RUN TestCopyFromContainer//bar/root/ [2021-02-25T03:30:49.486Z] === RUN TestCopyFromContainer/bar/quux [2021-02-25T03:30:49.749Z] === RUN TestCopyFromContainer/bar/quux/ [2021-02-25T03:30:49.749Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-02-25T03:30:50.014Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-02-25T03:30:50.014Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-02-25T03:30:50.014Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-02-25T03:30:50.230Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-02-25T03:30:50.277Z] === RUN TestCopyFromContainer/bar/notarget [2021-02-25T03:30:50.490Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-02-25T03:30:50.540Z] --- PASS: TestCopyFromContainer (3.16s) [2021-02-25T03:30:50.540Z] --- PASS: TestCopyFromContainer// (0.11s) [2021-02-25T03:30:50.540Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2021-02-25T03:30:50.540Z] --- PASS: TestCopyFromContainer//bar/root/ (0.11s) [2021-02-25T03:30:50.540Z] --- PASS: TestCopyFromContainer/bar/quux (0.14s) [2021-02-25T03:30:50.540Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.11s) [2021-02-25T03:30:50.540Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s) [2021-02-25T03:30:50.540Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.12s) [2021-02-25T03:30:50.540Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.12s) [2021-02-25T03:30:50.540Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.12s) [2021-02-25T03:30:50.540Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2021-02-25T03:30:50.540Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-02-25T03:30:50.540Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-25T03:30:50.540Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-25T03:30:50.540Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-25T03:30:50.540Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-25T03:30:50.540Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-25T03:30:50.540Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-25T03:30:50.540Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-25T03:30:50.540Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-25T03:30:50.540Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-25T03:30:50.540Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2021-02-25T03:30:50.540Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-02-25T03:30:50.540Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-02-25T03:30:50.540Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2021-02-25T03:30:50.540Z] === RUN TestCreateLinkToNonExistingContainer [2021-02-25T03:30:50.540Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s) [2021-02-25T03:30:50.540Z] === RUN TestCreateWithInvalidEnv [2021-02-25T03:30:50.540Z] === RUN TestCreateWithInvalidEnv/0 [2021-02-25T03:30:50.540Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-02-25T03:30:50.540Z] === RUN TestCreateWithInvalidEnv/1 [2021-02-25T03:30:50.540Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-02-25T03:30:50.540Z] === RUN TestCreateWithInvalidEnv/2 [2021-02-25T03:30:50.540Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-02-25T03:30:50.540Z] === CONT TestCreateWithInvalidEnv/0 [2021-02-25T03:30:50.540Z] === CONT TestCreateWithInvalidEnv/1 [2021-02-25T03:30:50.540Z] === CONT TestCreateWithInvalidEnv/2 [2021-02-25T03:30:50.540Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-02-25T03:30:50.540Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-02-25T03:30:50.540Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-02-25T03:30:50.540Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-02-25T03:30:50.540Z] === RUN TestCreateTmpfsMountsTarget [2021-02-25T03:30:50.540Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2021-02-25T03:30:50.540Z] === RUN TestCreateWithCustomMaskedPaths [2021-02-25T03:30:51.434Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-02-25T03:30:52.992Z] === CONT TestRestartDaemonWithRestartingContainer [2021-02-25T03:30:52.992Z] --- PASS: TestDaemonHostGatewayIP (3.81s) [2021-02-25T03:30:53.099Z] --- PASS: TestCreateWithCustomMaskedPaths (2.19s) [2021-02-25T03:30:53.099Z] === RUN TestCreateWithCustomReadonlyPaths [2021-02-25T03:30:53.347Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-02-25T03:30:54.733Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-02-25T03:30:54.995Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-02-25T03:30:55.021Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.20s) [2021-02-25T03:30:55.021Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-02-25T03:30:55.021Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-25T03:30:55.021Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-25T03:30:55.021Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-25T03:30:55.021Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-25T03:30:55.021Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-25T03:30:55.021Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-25T03:30:55.021Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-25T03:30:55.021Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-25T03:30:55.021Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-25T03:30:55.021Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-25T03:30:55.021Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-25T03:30:55.021Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-25T03:30:55.021Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-25T03:30:55.021Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-25T03:30:55.021Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-25T03:30:55.021Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-02-25T03:30:55.021Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2021-02-25T03:30:55.021Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.04s) [2021-02-25T03:30:55.021Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.05s) [2021-02-25T03:30:55.021Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.05s) [2021-02-25T03:30:55.021Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2021-02-25T03:30:55.021Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-02-25T03:30:55.704Z] ok github.com/docker/docker/api/server 0.006s coverage: 9.0% of statements [2021-02-25T03:30:55.729Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.05s) [2021-02-25T03:30:55.729Z] === CONT TestDaemonRestartIpcMode [2021-02-25T03:30:55.969Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.79s) [2021-02-25T03:30:55.969Z] === RUN TestCreateDifferentPlatform [2021-02-25T03:30:55.969Z] === RUN TestCreateDifferentPlatform/different_os [2021-02-25T03:30:55.969Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-02-25T03:30:55.969Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2021-02-25T03:30:55.969Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-02-25T03:30:55.969Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-02-25T03:30:55.969Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-02-25T03:30:55.969Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2021-02-25T03:30:55.969Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-02-25T03:30:55.969Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.09s) [2021-02-25T03:30:55.969Z] === RUN TestContainerStartOnDaemonRestart [2021-02-25T03:30:55.969Z] === PAUSE TestContainerStartOnDaemonRestart [2021-02-25T03:30:55.969Z] === RUN TestDaemonRestartIpcMode [2021-02-25T03:30:55.969Z] === PAUSE TestDaemonRestartIpcMode [2021-02-25T03:30:55.969Z] === RUN TestDaemonHostGatewayIP [2021-02-25T03:30:55.969Z] === PAUSE TestDaemonHostGatewayIP [2021-02-25T03:30:55.969Z] === RUN TestRestartDaemonWithRestartingContainer [2021-02-25T03:30:55.969Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-02-25T03:30:55.969Z] === RUN TestContainerKillOnDaemonStart [2021-02-25T03:30:55.969Z] === PAUSE TestContainerKillOnDaemonStart [2021-02-25T03:30:55.969Z] === RUN TestDiff [2021-02-25T03:30:56.909Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-02-25T03:30:56.927Z] --- PASS: TestDiff (0.78s) [2021-02-25T03:30:56.927Z] === RUN TestExecWithCloseStdin [2021-02-25T03:30:57.798Z] --- PASS: TestContainerKillOnDaemonStart (12.91s) [2021-02-25T03:30:57.881Z] --- PASS: TestExecWithCloseStdin (0.90s) [2021-02-25T03:30:57.881Z] === RUN TestExec [2021-02-25T03:30:58.822Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-02-25T03:30:58.840Z] --- PASS: TestExec (0.92s) [2021-02-25T03:30:58.840Z] === RUN TestExecUser [2021-02-25T03:30:59.309Z] --- PASS: TestDaemonRestartIpcMode (3.99s) [2021-02-25T03:30:59.309Z] PASS [2021-02-25T03:30:59.309Z] [2021-02-25T03:30:59.309Z] === Skipped [2021-02-25T03:30:59.309Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2021-02-25T03:30:59.309Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-25T03:30:59.309Z] [2021-02-25T03:30:59.309Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s) [2021-02-25T03:30:59.309Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-25T03:30:59.309Z] [2021-02-25T03:30:59.309Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2021-02-25T03:30:59.309Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-25T03:30:59.309Z] [2021-02-25T03:30:59.309Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-25T03:30:59.309Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-25T03:30:59.309Z] [2021-02-25T03:30:59.309Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2021-02-25T03:30:59.309Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-25T03:30:59.309Z] [2021-02-25T03:30:59.309Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2021-02-25T03:30:59.309Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-02-25T03:30:59.309Z] [2021-02-25T03:30:59.309Z] [2021-02-25T03:30:59.309Z] DONE 196 tests, 6 skipped in 165.785s [2021-02-25T03:30:59.309Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2021-02-25T03:30:59.309Z] ++ 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-02-25T03:30:59.309Z] ++ set -e [2021-02-25T03:30:59.309Z] ++ '[' -n 0 ']' [2021-02-25T03:30:59.309Z] ++ set -x [2021-02-25T03:30:59.309Z] ++ env -i DEST=/go/src/github.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-02-25T03:30:59.416Z] --- PASS: TestExecUser (0.91s) [2021-02-25T03:30:59.416Z] === RUN TestExportContainerAndImportImage [2021-02-25T03:30:59.601Z] INFO: Testing against a local daemon [2021-02-25T03:30:59.601Z] === RUN TestCommitInheritsEnv [2021-02-25T03:31:00.205Z] === RUN TestDockerSuite/TestBuildHistory [2021-02-25T03:31:00.235Z] --- PASS: TestCommitInheritsEnv (0.71s) [2021-02-25T03:31:00.235Z] === RUN TestImportExtremelyLargeImageWorks [2021-02-25T03:31:00.235Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-02-25T03:31:00.235Z] === RUN TestImagesFilterMultiReference [2021-02-25T03:31:00.235Z] --- PASS: TestImagesFilterMultiReference (0.04s) [2021-02-25T03:31:00.235Z] === RUN TestImagePullPlatformInvalid [2021-02-25T03:31:00.235Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-02-25T03:31:00.235Z] === RUN TestRemoveImageOrphaning [2021-02-25T03:31:00.467Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2021-02-25T03:31:00.828Z] --- PASS: TestExportContainerAndImportImage (1.09s) [2021-02-25T03:31:00.828Z] === RUN TestExportContainerAfterDaemonRestart [2021-02-25T03:31:00.869Z] --- PASS: TestRemoveImageOrphaning (0.66s) [2021-02-25T03:31:00.869Z] === RUN TestRemoveImageGarbageCollector [2021-02-25T03:31:00.869Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-02-25T03:31:00.869Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-25T03:31:00.869Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-02-25T03:31:00.869Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2021-02-25T03:31:00.869Z] === RUN TestTagInvalidReference [2021-02-25T03:31:00.869Z] --- PASS: TestTagInvalidReference (0.03s) [2021-02-25T03:31:00.869Z] === RUN TestTagValidPrefixedRepo [2021-02-25T03:31:00.869Z] --- PASS: TestTagValidPrefixedRepo (0.03s) [2021-02-25T03:31:00.869Z] === RUN TestTagExistedNameWithoutForce [2021-02-25T03:31:00.869Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-02-25T03:31:00.869Z] === RUN TestTagOfficialNames [2021-02-25T03:31:01.163Z] --- PASS: TestTagOfficialNames (0.03s) [2021-02-25T03:31:01.163Z] === RUN TestTagMatchesDigest [2021-02-25T03:31:01.163Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-02-25T03:31:01.163Z] === CONT TestImportExtremelyLargeImageWorks [2021-02-25T03:31:01.409Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2021-02-25T03:31:02.758Z] --- PASS: TestExportContainerAfterDaemonRestart (2.07s) [2021-02-25T03:31:02.758Z] === RUN TestHealthCheckWorkdir [2021-02-25T03:31:03.706Z] --- PASS: TestHealthCheckWorkdir (1.09s) [2021-02-25T03:31:03.706Z] === RUN TestHealthKillContainer [2021-02-25T03:31:05.615Z] === RUN TestDockerSuite/TestBuildIidFile [2021-02-25T03:31:05.875Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-02-25T03:31:06.447Z] === RUN TestDockerSuite/TestBuildInheritance [2021-02-25T03:31:07.017Z] --- PASS: TestHealthKillContainer (2.88s) [2021-02-25T03:31:07.017Z] === RUN TestInspectCpusetInConfigPre120 [2021-02-25T03:31:07.389Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-02-25T03:31:07.593Z] --- PASS: TestInspectCpusetInConfigPre120 (0.77s) [2021-02-25T03:31:07.593Z] === RUN TestIpcModeNone [2021-02-25T03:31:07.960Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-02-25T03:31:07.960Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-02-25T03:31:08.168Z] --- PASS: TestIpcModeNone (0.83s) [2021-02-25T03:31:08.168Z] === RUN TestIpcModePrivate [2021-02-25T03:31:08.901Z] === RUN TestDockerSuite/TestBuildLabel [2021-02-25T03:31:09.118Z] --- PASS: TestIpcModePrivate (0.86s) [2021-02-25T03:31:09.118Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:102, shared: false, mustBeShared: false [2021-02-25T03:31:09.118Z] === RUN TestIpcModeShareable [2021-02-25T03:31:09.161Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-02-25T03:31:09.732Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-02-25T03:31:10.067Z] --- PASS: TestIpcModeShareable (0.88s) [2021-02-25T03:31:10.067Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:96, shared: true, mustBeShared: true [2021-02-25T03:31:10.067Z] === RUN TestAPIIpcModeShareableAndContainer [2021-02-25T03:31:10.303Z] --- PASS: TestImportExtremelyLargeImageWorks (194.31s) [2021-02-25T03:31:10.303Z] PASS [2021-02-25T03:31:10.303Z] [2021-02-25T03:31:10.303Z] DONE 12 tests in 197.737s [2021-02-25T03:31:10.303Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-02-25T03:31:10.303Z] ++ 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-02-25T03:31:10.303Z] ++ set -e [2021-02-25T03:31:10.303Z] ++ '[' -n 0 ']' [2021-02-25T03:31:10.303Z] ++ set -x [2021-02-25T03:31:10.303Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= 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-02-25T03:31:10.303Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-02-25T03:31:10.303Z] INFO: Testing against a local daemon [2021-02-25T03:31:10.303Z] === RUN TestNetworkCreateDelete [2021-02-25T03:31:10.564Z] === RUN TestDockerSuite/TestBuildLabels [2021-02-25T03:31:10.564Z] --- PASS: TestNetworkCreateDelete (0.17s) [2021-02-25T03:31:10.564Z] === RUN TestDockerNetworkDeletePreferID [2021-02-25T03:31:10.824Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-02-25T03:31:11.084Z] --- PASS: TestDockerNetworkDeletePreferID (0.47s) [2021-02-25T03:31:11.084Z] === RUN TestDaemonDNSFallback [2021-02-25T03:31:12.025Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-02-25T03:31:12.625Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.60s) [2021-02-25T03:31:12.625Z] === RUN TestAPIIpcModeHost [2021-02-25T03:31:13.200Z] --- PASS: TestAPIIpcModeHost (0.67s) [2021-02-25T03:31:13.200Z] === RUN TestDaemonIpcModeShareable [2021-02-25T03:31:13.936Z] === RUN TestDockerSuite/TestBuildLastModified [2021-02-25T03:31:15.123Z] --- PASS: TestDaemonIpcModeShareable (1.86s) [2021-02-25T03:31:15.123Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true [2021-02-25T03:31:15.123Z] === RUN TestDaemonIpcModePrivate [2021-02-25T03:31:17.047Z] --- PASS: TestDaemonIpcModePrivate (1.84s) [2021-02-25T03:31:17.047Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false [2021-02-25T03:31:17.047Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-02-25T03:31:17.339Z] --- PASS: TestBuildWithHugeFile (135.26s) [2021-02-25T03:31:17.339Z] === RUN TestBuildWCOWSandboxSize [2021-02-25T03:31:18.135Z] --- PASS: TestDaemonDNSFallback (6.68s) [2021-02-25T03:31:18.135Z] === RUN TestInspectNetwork [2021-02-25T03:31:18.135Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-02-25T03:31:18.973Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.84s) [2021-02-25T03:31:18.973Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false [2021-02-25T03:31:18.973Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-02-25T03:31:20.898Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.82s) [2021-02-25T03:31:20.898Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true [2021-02-25T03:31:20.898Z] === RUN TestIpcModeOlderClient [2021-02-25T03:31:20.898Z] === PAUSE TestIpcModeOlderClient [2021-02-25T03:31:20.898Z] === RUN TestKillContainerInvalidSignal [2021-02-25T03:31:21.434Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-02-25T03:31:21.434Z] === RUN TestInspectNetwork/full_network_id [2021-02-25T03:31:21.434Z] === RUN TestInspectNetwork/partial_network_id [2021-02-25T03:31:21.434Z] === RUN TestInspectNetwork/network_name [2021-02-25T03:31:21.434Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-02-25T03:31:21.434Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-02-25T03:31:21.434Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-02-25T03:31:21.434Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-02-25T03:31:21.474Z] --- PASS: TestKillContainerInvalidSignal (0.76s) [2021-02-25T03:31:21.474Z] === RUN TestKillContainer [2021-02-25T03:31:21.474Z] === RUN TestKillContainer/no_signal [2021-02-25T03:31:21.694Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-02-25T03:31:21.694Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-02-25T03:31:22.049Z] === RUN TestKillContainer/non_killing_signal [2021-02-25T03:31:22.624Z] === RUN TestKillContainer/killing_signal [2021-02-25T03:31:23.078Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-02-25T03:31:24.015Z] --- PASS: TestKillContainer (2.35s) [2021-02-25T03:31:24.015Z] --- PASS: TestKillContainer/no_signal (0.73s) [2021-02-25T03:31:24.015Z] --- PASS: TestKillContainer/non_killing_signal (0.54s) [2021-02-25T03:31:24.015Z] --- PASS: TestKillContainer/killing_signal (0.75s) [2021-02-25T03:31:24.015Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-02-25T03:31:24.015Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-02-25T03:31:24.023Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-02-25T03:31:24.591Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-02-25T03:31:25.166Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.52s) [2021-02-25T03:31:25.166Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.74s) [2021-02-25T03:31:25.166Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.52s) [2021-02-25T03:31:25.166Z] === RUN TestKillStoppedContainer [2021-02-25T03:31:25.428Z] --- PASS: TestKillStoppedContainer (0.10s) [2021-02-25T03:31:25.429Z] === RUN TestKillStoppedContainerAPIPre120 [2021-02-25T03:31:25.429Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) [2021-02-25T03:31:25.429Z] === RUN TestKillDifferentUserContainer [2021-02-25T03:31:25.933Z] --- PASS: TestInspectNetwork (8.11s) [2021-02-25T03:31:25.933Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-02-25T03:31:25.933Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-02-25T03:31:25.933Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-02-25T03:31:25.933Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.01s) [2021-02-25T03:31:25.933Z] === RUN TestRunContainerWithBridgeNone [2021-02-25T03:31:26.375Z] --- PASS: TestKillDifferentUserContainer (0.79s) [2021-02-25T03:31:26.375Z] === RUN TestInspectOomKilledTrue [2021-02-25T03:31:26.375Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-02-25T03:31:26.375Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-25T03:31:26.375Z] === RUN TestInspectOomKilledFalse [2021-02-25T03:31:26.375Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-02-25T03:31:26.375Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-25T03:31:26.375Z] === RUN TestLinksEtcHostsContentMatch [2021-02-25T03:31:26.950Z] --- PASS: TestLinksEtcHostsContentMatch (0.62s) [2021-02-25T03:31:26.950Z] === RUN TestLinksContainerNames [2021-02-25T03:31:27.336Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-02-25T03:31:27.598Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-02-25T03:31:27.634Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-02-25T03:31:27.634Z] [2021-02-25T03:31:27.634Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-02-25T03:31:27.634Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-02-25T03:31:27.634Z] HOSTNAME=7d6d1e24d231 [2021-02-25T03:31:27.634Z] TESTDEBUG=0 [2021-02-25T03:31:27.634Z] DEST=bundles/test-integration [2021-02-25T03:31:27.634Z] PWD=/go/src/github.com/docker/docker [2021-02-25T03:31:27.634Z] DOCKER_GITCOMMIT=59fc2206d0aa706e3f4af717dec37df091092058 [2021-02-25T03:31:27.634Z] container=docker [2021-02-25T03:31:27.634Z] HOME=/root [2021-02-25T03:31:27.634Z] GOLANG_VERSION=1.13.15 [2021-02-25T03:31:27.634Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-02-25T03:31:27.634Z] VALIDATE_BRANCH=master [2021-02-25T03:31:27.634Z] TERM=xterm [2021-02-25T03:31:27.634Z] DOCKER_PKG=github.com/docker/docker [2021-02-25T03:31:27.634Z] SHLVL=1 [2021-02-25T03:31:27.634Z] TIMEOUT=120m [2021-02-25T03:31:27.634Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-02-25T03:31:27.634Z] DOCKER_GRAPHDRIVER=overlay2 [2021-02-25T03:31:27.634Z] GO111MODULE=off [2021-02-25T03:31:27.634Z] DOCKER_EXPERIMENTAL=1 [2021-02-25T03:31:27.634Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-02-25T03:31:27.634Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-02-25T03:31:27.634Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-02-25T03:31:27.634Z] GOPATH=/go [2021-02-25T03:31:27.634Z] PKG_CONFIG=pkg-config [2021-02-25T03:31:27.634Z] _=/usr/bin/env [2021-02-25T03:31:27.634Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-02-25T03:31:27.858Z] --- PASS: TestRunContainerWithBridgeNone (2.12s) [2021-02-25T03:31:27.858Z] === RUN TestNetworkInvalidJSON [2021-02-25T03:31:27.858Z] === RUN TestNetworkInvalidJSON//networks/create [2021-02-25T03:31:27.858Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-02-25T03:31:27.858Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-02-25T03:31:27.858Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-02-25T03:31:27.858Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-25T03:31:27.858Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-25T03:31:27.858Z] === CONT TestNetworkInvalidJSON//networks/create [2021-02-25T03:31:27.858Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-25T03:31:27.858Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-02-25T03:31:27.858Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-02-25T03:31:27.858Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-02-25T03:31:27.858Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-02-25T03:31:27.858Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-02-25T03:31:27.858Z] === RUN TestNetworkList [2021-02-25T03:31:27.858Z] === RUN TestNetworkList//networks [2021-02-25T03:31:27.858Z] === PAUSE TestNetworkList//networks [2021-02-25T03:31:27.858Z] === RUN TestNetworkList//networks/ [2021-02-25T03:31:27.858Z] === PAUSE TestNetworkList//networks/ [2021-02-25T03:31:27.858Z] === CONT TestNetworkList//networks [2021-02-25T03:31:27.858Z] === CONT TestNetworkList//networks/ [2021-02-25T03:31:27.858Z] --- PASS: TestNetworkList (0.02s) [2021-02-25T03:31:27.858Z] --- PASS: TestNetworkList//networks (0.00s) [2021-02-25T03:31:27.858Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-02-25T03:31:27.858Z] === RUN TestHostIPv4BridgeLabel [2021-02-25T03:31:28.118Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-02-25T03:31:28.342Z] --- PASS: TestLinksContainerNames (1.56s) [2021-02-25T03:31:28.342Z] === RUN TestLogsFollowTailEmpty [2021-02-25T03:31:28.687Z] --- PASS: TestHostIPv4BridgeLabel (0.59s) [2021-02-25T03:31:28.687Z] === RUN TestDaemonRestartWithLiveRestore [2021-02-25T03:31:29.292Z] --- PASS: TestLogsFollowTailEmpty (0.80s) [2021-02-25T03:31:29.292Z] === RUN TestContainerNetworkMountsNoChown [2021-02-25T03:31:29.629Z] --- PASS: TestDaemonRestartWithLiveRestore (1.08s) [2021-02-25T03:31:29.629Z] === RUN TestDaemonDefaultNetworkPools [2021-02-25T03:31:30.238Z] --- PASS: TestContainerNetworkMountsNoChown (0.80s) [2021-02-25T03:31:30.238Z] === RUN TestMountDaemonRoot [2021-02-25T03:31:30.238Z] === RUN TestMountDaemonRoot/default [2021-02-25T03:31:30.238Z] === PAUSE TestMountDaemonRoot/default [2021-02-25T03:31:30.238Z] === RUN TestMountDaemonRoot/private [2021-02-25T03:31:30.238Z] === PAUSE TestMountDaemonRoot/private [2021-02-25T03:31:30.238Z] === RUN TestMountDaemonRoot/rprivate [2021-02-25T03:31:30.238Z] === PAUSE TestMountDaemonRoot/rprivate [2021-02-25T03:31:30.238Z] === RUN TestMountDaemonRoot/slave [2021-02-25T03:31:30.238Z] === PAUSE TestMountDaemonRoot/slave [2021-02-25T03:31:30.238Z] === RUN TestMountDaemonRoot/rslave [2021-02-25T03:31:30.238Z] === PAUSE TestMountDaemonRoot/rslave [2021-02-25T03:31:30.238Z] === RUN TestMountDaemonRoot/shared [2021-02-25T03:31:30.238Z] === PAUSE TestMountDaemonRoot/shared [2021-02-25T03:31:30.238Z] === RUN TestMountDaemonRoot/rshared [2021-02-25T03:31:30.238Z] === PAUSE TestMountDaemonRoot/rshared [2021-02-25T03:31:30.238Z] === CONT TestMountDaemonRoot/default [2021-02-25T03:31:30.238Z] === RUN TestMountDaemonRoot/default/bind_root [2021-02-25T03:31:30.238Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-02-25T03:31:30.238Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-02-25T03:31:30.239Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-02-25T03:31:30.239Z] === RUN TestMountDaemonRoot/default/mount_root [2021-02-25T03:31:30.239Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-02-25T03:31:30.239Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-02-25T03:31:30.239Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-02-25T03:31:30.239Z] === CONT TestMountDaemonRoot/default/bind_root [2021-02-25T03:31:30.239Z] === CONT TestMountDaemonRoot/rshared [2021-02-25T03:31:30.239Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-02-25T03:31:30.239Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-02-25T03:31:30.239Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-02-25T03:31:30.239Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-02-25T03:31:30.239Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-02-25T03:31:30.239Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-02-25T03:31:30.239Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-02-25T03:31:30.239Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-02-25T03:31:30.239Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-02-25T03:31:30.239Z] === CONT TestMountDaemonRoot/shared [2021-02-25T03:31:30.239Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-02-25T03:31:30.239Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-02-25T03:31:30.239Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-02-25T03:31:30.239Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-02-25T03:31:30.239Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-02-25T03:31:30.239Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-02-25T03:31:30.239Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-02-25T03:31:30.239Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-02-25T03:31:30.239Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-02-25T03:31:30.239Z] === CONT TestMountDaemonRoot/rslave [2021-02-25T03:31:30.239Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-02-25T03:31:30.239Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-02-25T03:31:30.239Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-02-25T03:31:30.239Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-02-25T03:31:30.239Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-02-25T03:31:30.239Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-02-25T03:31:30.239Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-02-25T03:31:30.239Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-02-25T03:31:30.239Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-02-25T03:31:30.239Z] === CONT TestMountDaemonRoot/slave [2021-02-25T03:31:30.239Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-02-25T03:31:30.239Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-02-25T03:31:30.239Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-02-25T03:31:30.239Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-02-25T03:31:30.239Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-02-25T03:31:30.239Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-02-25T03:31:30.239Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-02-25T03:31:30.239Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-02-25T03:31:30.239Z] === CONT TestMountDaemonRoot/rprivate [2021-02-25T03:31:30.239Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-02-25T03:31:30.239Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-02-25T03:31:30.239Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-02-25T03:31:30.239Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-02-25T03:31:30.239Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-02-25T03:31:30.239Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-02-25T03:31:30.239Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-02-25T03:31:30.239Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-02-25T03:31:30.239Z] === CONT TestMountDaemonRoot/private [2021-02-25T03:31:30.239Z] === RUN TestMountDaemonRoot/private/bind_root [2021-02-25T03:31:30.239Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-02-25T03:31:30.239Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-02-25T03:31:30.239Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-02-25T03:31:30.239Z] === RUN TestMountDaemonRoot/private/mount_root [2021-02-25T03:31:30.239Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-02-25T03:31:30.239Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-02-25T03:31:30.239Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-02-25T03:31:30.239Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-02-25T03:31:30.239Z] === CONT TestMountDaemonRoot/default/mount_root [2021-02-25T03:31:30.239Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-02-25T03:31:30.239Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-02-25T03:31:30.239Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-02-25T03:31:30.239Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-02-25T03:31:30.239Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-02-25T03:31:30.239Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-02-25T03:31:30.501Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-02-25T03:31:30.501Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-02-25T03:31:30.501Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-02-25T03:31:30.501Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-02-25T03:31:30.501Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-02-25T03:31:30.501Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-02-25T03:31:30.501Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-02-25T03:31:30.501Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-02-25T03:31:30.501Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-02-25T03:31:30.501Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-02-25T03:31:30.501Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-02-25T03:31:30.501Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-02-25T03:31:30.501Z] === CONT TestMountDaemonRoot/private/bind_root [2021-02-25T03:31:30.501Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-02-25T03:31:30.501Z] === CONT TestMountDaemonRoot/private/mount_root [2021-02-25T03:31:30.501Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-02-25T03:31:30.571Z] --- PASS: TestDaemonDefaultNetworkPools (0.77s) [2021-02-25T03:31:30.571Z] === RUN TestDaemonRestartWithExistingNetwork [2021-02-25T03:31:30.764Z] --- PASS: TestMountDaemonRoot (0.04s) [2021-02-25T03:31:30.764Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-02-25T03:31:30.764Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.18s) [2021-02-25T03:31:30.764Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.17s) [2021-02-25T03:31:30.764Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2021-02-25T03:31:30.764Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2021-02-25T03:31:30.764Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-02-25T03:31:30.764Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.18s) [2021-02-25T03:31:30.764Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2021-02-25T03:31:30.764Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.11s) [2021-02-25T03:31:30.764Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.10s) [2021-02-25T03:31:30.764Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-02-25T03:31:30.764Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.06s) [2021-02-25T03:31:30.764Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.06s) [2021-02-25T03:31:30.764Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.07s) [2021-02-25T03:31:30.764Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2021-02-25T03:31:30.764Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-02-25T03:31:30.764Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.19s) [2021-02-25T03:31:30.764Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) [2021-02-25T03:31:30.764Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s) [2021-02-25T03:31:30.764Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) [2021-02-25T03:31:30.764Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-02-25T03:31:30.764Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2021-02-25T03:31:30.764Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2021-02-25T03:31:30.764Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2021-02-25T03:31:30.764Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2021-02-25T03:31:30.764Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-02-25T03:31:30.764Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2021-02-25T03:31:30.764Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2021-02-25T03:31:30.764Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2021-02-25T03:31:30.764Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2021-02-25T03:31:30.764Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-02-25T03:31:30.764Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2021-02-25T03:31:30.764Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2021-02-25T03:31:30.764Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2021-02-25T03:31:30.764Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2021-02-25T03:31:30.764Z] === RUN TestContainerBindMountNonRecursive [2021-02-25T03:31:31.511Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s) [2021-02-25T03:31:31.511Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-02-25T03:31:32.008Z] --- PASS: TestImportExtremelyLargeImageWorks (102.16s) [2021-02-25T03:31:32.008Z] PASS [2021-02-25T03:31:32.008Z] [2021-02-25T03:31:32.008Z] === Skipped [2021-02-25T03:31:32.008Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-02-25T03:31:32.008Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-02-25T03:31:32.008Z] [2021-02-25T03:31:32.008Z] [2021-02-25T03:31:32.008Z] DONE 12 tests, 1 skipped in 106.370s [2021-02-25T03:31:32.008Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-02-25T03:31:32.008Z] INFO: Testing against a local daemon [2021-02-25T03:31:32.008Z] === RUN TestNetworkCreateDelete [2021-02-25T03:31:32.008Z] --- PASS: TestNetworkCreateDelete (0.12s) [2021-02-25T03:31:32.008Z] === RUN TestDockerNetworkDeletePreferID [2021-02-25T03:31:32.008Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2021-02-25T03:31:32.008Z] === RUN TestDaemonDNSFallback [2021-02-25T03:31:32.008Z] --- PASS: TestDaemonDNSFallback (7.37s) [2021-02-25T03:31:32.008Z] === RUN TestInspectNetwork [2021-02-25T03:31:32.008Z] --- SKIP: TestInspectNetwork (0.00s) [2021-02-25T03:31:32.008Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:32.008Z] === RUN TestRunContainerWithBridgeNone [2021-02-25T03:31:32.008Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-02-25T03:31:32.008Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-25T03:31:32.008Z] === RUN TestNetworkInvalidJSON [2021-02-25T03:31:32.008Z] === RUN TestNetworkInvalidJSON//networks/create [2021-02-25T03:31:32.008Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-02-25T03:31:32.008Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-02-25T03:31:32.008Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-02-25T03:31:32.008Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-25T03:31:32.008Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-25T03:31:32.008Z] === CONT TestNetworkInvalidJSON//networks/create [2021-02-25T03:31:32.008Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-25T03:31:32.008Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-02-25T03:31:32.008Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2021-02-25T03:31:32.008Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-02-25T03:31:32.008Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-02-25T03:31:32.008Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-02-25T03:31:32.008Z] === RUN TestNetworkList [2021-02-25T03:31:32.008Z] === RUN TestNetworkList//networks [2021-02-25T03:31:32.008Z] === PAUSE TestNetworkList//networks [2021-02-25T03:31:32.008Z] === RUN TestNetworkList//networks/ [2021-02-25T03:31:32.008Z] === PAUSE TestNetworkList//networks/ [2021-02-25T03:31:32.008Z] === CONT TestNetworkList//networks [2021-02-25T03:31:32.008Z] === CONT TestNetworkList//networks/ [2021-02-25T03:31:32.008Z] --- PASS: TestNetworkList (0.01s) [2021-02-25T03:31:32.008Z] --- PASS: TestNetworkList//networks (0.00s) [2021-02-25T03:31:32.008Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-02-25T03:31:32.008Z] === RUN TestHostIPv4BridgeLabel [2021-02-25T03:31:32.008Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-02-25T03:31:32.008Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-25T03:31:32.008Z] === RUN TestDaemonRestartWithLiveRestore [2021-02-25T03:31:32.008Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s) [2021-02-25T03:31:32.008Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-25T03:31:32.008Z] === RUN TestDaemonDefaultNetworkPools [2021-02-25T03:31:32.008Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s) [2021-02-25T03:31:32.008Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-25T03:31:32.008Z] === RUN TestDaemonRestartWithExistingNetwork [2021-02-25T03:31:32.008Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-02-25T03:31:32.008Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-25T03:31:32.008Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-02-25T03:31:32.008Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-02-25T03:31:32.008Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-25T03:31:32.008Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-02-25T03:31:32.008Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-02-25T03:31:32.008Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-25T03:31:32.008Z] === RUN TestServiceWithPredefinedNetwork [2021-02-25T03:31:32.008Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-02-25T03:31:32.008Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:32.008Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-02-25T03:31:32.008Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-25T03:31:32.008Z] service_test.go:242: FLAKY_TEST [2021-02-25T03:31:32.008Z] === RUN TestServiceWithDataPathPortInit [2021-02-25T03:31:32.008Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s) [2021-02-25T03:31:32.008Z] service_test.go:334: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:32.008Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-02-25T03:31:32.008Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-02-25T03:31:32.008Z] service_test.go:401: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:32.008Z] PASS [2021-02-25T03:31:32.008Z] [2021-02-25T03:31:32.008Z] === Skipped [2021-02-25T03:31:32.008Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2021-02-25T03:31:32.008Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:32.008Z] [2021-02-25T03:31:32.008Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2021-02-25T03:31:32.008Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-25T03:31:32.008Z] [2021-02-25T03:31:32.008Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2021-02-25T03:31:32.008Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-25T03:31:32.008Z] [2021-02-25T03:31:32.008Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s) [2021-02-25T03:31:32.008Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-25T03:31:32.008Z] [2021-02-25T03:31:32.008Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s) [2021-02-25T03:31:32.008Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-25T03:31:32.008Z] [2021-02-25T03:31:32.008Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.00s) [2021-02-25T03:31:32.008Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-25T03:31:32.008Z] [2021-02-25T03:31:32.008Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-02-25T03:31:32.008Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-25T03:31:32.008Z] [2021-02-25T03:31:32.008Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-02-25T03:31:32.008Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-25T03:31:32.008Z] [2021-02-25T03:31:32.008Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2021-02-25T03:31:32.008Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:32.008Z] [2021-02-25T03:31:32.008Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-25T03:31:32.008Z] service_test.go:242: FLAKY_TEST [2021-02-25T03:31:32.008Z] [2021-02-25T03:31:32.008Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s) [2021-02-25T03:31:32.008Z] service_test.go:334: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:32.008Z] [2021-02-25T03:31:32.008Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-02-25T03:31:32.008Z] service_test.go:401: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:32.008Z] [2021-02-25T03:31:32.008Z] [2021-02-25T03:31:32.008Z] DONE 22 tests, 12 skipped in 8.057s [2021-02-25T03:31:32.008Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-02-25T03:31:32.008Z] INFO: Testing against a local daemon [2021-02-25T03:31:32.008Z] === RUN TestDockerNetworkIpvlanPersistance [2021-02-25T03:31:32.008Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2021-02-25T03:31:32.008Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-25T03:31:32.008Z] === RUN TestDockerNetworkIpvlan [2021-02-25T03:31:32.008Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-02-25T03:31:32.008Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-25T03:31:32.008Z] PASS [2021-02-25T03:31:32.008Z] [2021-02-25T03:31:32.008Z] === Skipped [2021-02-25T03:31:32.008Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2021-02-25T03:31:32.008Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-25T03:31:32.008Z] [2021-02-25T03:31:32.008Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-02-25T03:31:32.008Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-25T03:31:32.008Z] [2021-02-25T03:31:32.008Z] [2021-02-25T03:31:32.008Z] DONE 2 tests, 2 skipped in 0.139s [2021-02-25T03:31:32.008Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-02-25T03:31:32.008Z] INFO: Testing against a local daemon [2021-02-25T03:31:32.008Z] === RUN TestDockerNetworkMacvlanPersistance [2021-02-25T03:31:32.008Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2021-02-25T03:31:32.008Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-25T03:31:32.008Z] === RUN TestDockerNetworkMacvlan [2021-02-25T03:31:32.008Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2021-02-25T03:31:32.008Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-25T03:31:32.008Z] PASS [2021-02-25T03:31:32.008Z] [2021-02-25T03:31:32.008Z] === Skipped [2021-02-25T03:31:32.008Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2021-02-25T03:31:32.008Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-25T03:31:32.008Z] [2021-02-25T03:31:32.008Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2021-02-25T03:31:32.008Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-25T03:31:32.008Z] [2021-02-25T03:31:32.008Z] [2021-02-25T03:31:32.008Z] DONE 2 tests, 2 skipped in 0.134s [2021-02-25T03:31:32.008Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-02-25T03:31:32.008Z] testing: warning: no tests to run [2021-02-25T03:31:32.008Z] PASS [2021-02-25T03:31:32.008Z] [2021-02-25T03:31:32.008Z] DONE 0 tests in 0.028s [2021-02-25T03:31:32.008Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-02-25T03:31:32.008Z] INFO: Testing against a local daemon [2021-02-25T03:31:32.008Z] === RUN TestAuthZPluginAllowRequest [2021-02-25T03:31:32.008Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2021-02-25T03:31:32.008Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-25T03:31:32.008Z] === RUN TestAuthZPluginTLS [2021-02-25T03:31:32.008Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2021-02-25T03:31:32.008Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-25T03:31:32.008Z] === RUN TestAuthZPluginDenyRequest [2021-02-25T03:31:32.008Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2021-02-25T03:31:32.008Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-25T03:31:32.008Z] === RUN TestAuthZPluginAPIDenyResponse [2021-02-25T03:31:32.008Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2021-02-25T03:31:32.008Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-25T03:31:32.008Z] === RUN TestAuthZPluginDenyResponse [2021-02-25T03:31:32.008Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2021-02-25T03:31:32.008Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-25T03:31:32.008Z] === RUN TestAuthZPluginAllowEventStream [2021-02-25T03:31:32.008Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2021-02-25T03:31:32.008Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-25T03:31:32.008Z] === RUN TestAuthZPluginErrorResponse [2021-02-25T03:31:32.008Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2021-02-25T03:31:32.008Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-25T03:31:32.008Z] === RUN TestAuthZPluginErrorRequest [2021-02-25T03:31:32.008Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2021-02-25T03:31:32.008Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-25T03:31:32.008Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-02-25T03:31:32.008Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-02-25T03:31:32.008Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-25T03:31:32.008Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-02-25T03:31:32.008Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-02-25T03:31:32.008Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-25T03:31:32.008Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-02-25T03:31:32.008Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-02-25T03:31:32.008Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-25T03:31:32.008Z] === RUN TestAuthZPluginHeader [2021-02-25T03:31:32.008Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2021-02-25T03:31:32.008Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-25T03:31:32.008Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-02-25T03:31:32.008Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.21s) [2021-02-25T03:31:32.008Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-25T03:31:32.008Z] === RUN TestAuthZPluginV2Disable [2021-02-25T03:31:32.008Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2021-02-25T03:31:32.008Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-25T03:31:32.008Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-02-25T03:31:32.008Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-02-25T03:31:32.008Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-25T03:31:32.008Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-02-25T03:31:32.008Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2021-02-25T03:31:32.008Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-25T03:31:32.008Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-02-25T03:31:32.008Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-02-25T03:31:32.008Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-25T03:31:32.008Z] PASS [2021-02-25T03:31:32.008Z] [2021-02-25T03:31:32.008Z] === Skipped [2021-02-25T03:31:32.008Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2021-02-25T03:31:32.008Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-25T03:31:32.008Z] [2021-02-25T03:31:32.008Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2021-02-25T03:31:32.008Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-25T03:31:32.008Z] [2021-02-25T03:31:32.008Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2021-02-25T03:31:32.008Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-25T03:31:32.008Z] [2021-02-25T03:31:32.008Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2021-02-25T03:31:32.009Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-25T03:31:32.009Z] [2021-02-25T03:31:32.009Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2021-02-25T03:31:32.009Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-25T03:31:32.009Z] [2021-02-25T03:31:32.009Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2021-02-25T03:31:32.009Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-25T03:31:32.009Z] [2021-02-25T03:31:32.009Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2021-02-25T03:31:32.009Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-25T03:31:32.009Z] [2021-02-25T03:31:32.009Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2021-02-25T03:31:32.009Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-25T03:31:32.009Z] [2021-02-25T03:31:32.009Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-02-25T03:31:32.009Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-25T03:31:32.009Z] [2021-02-25T03:31:32.009Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-02-25T03:31:32.009Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-25T03:31:32.009Z] [2021-02-25T03:31:32.009Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-02-25T03:31:32.009Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-25T03:31:32.009Z] [2021-02-25T03:31:32.009Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2021-02-25T03:31:32.009Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-25T03:31:32.009Z] [2021-02-25T03:31:32.009Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.21s) [2021-02-25T03:31:32.009Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-25T03:31:32.009Z] [2021-02-25T03:31:32.009Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2021-02-25T03:31:32.009Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-25T03:31:32.009Z] [2021-02-25T03:31:32.009Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-02-25T03:31:32.009Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-25T03:31:32.009Z] [2021-02-25T03:31:32.009Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2021-02-25T03:31:32.009Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-25T03:31:32.009Z] [2021-02-25T03:31:32.009Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-02-25T03:31:32.009Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-25T03:31:32.009Z] [2021-02-25T03:31:32.009Z] [2021-02-25T03:31:32.009Z] DONE 17 tests, 17 skipped in 0.444s [2021-02-25T03:31:32.009Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-02-25T03:31:32.009Z] INFO: Testing against a local daemon [2021-02-25T03:31:32.009Z] === RUN TestPluginInvalidJSON [2021-02-25T03:31:32.009Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-02-25T03:31:32.009Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-02-25T03:31:32.009Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-02-25T03:31:32.009Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-02-25T03:31:32.009Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-02-25T03:31:32.009Z] === RUN TestPluginInstall [2021-02-25T03:31:32.009Z] --- SKIP: TestPluginInstall (0.00s) [2021-02-25T03:31:32.009Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-25T03:31:32.009Z] === RUN TestPluginsWithRuntimes [2021-02-25T03:31:32.009Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-02-25T03:31:32.009Z] 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-02-25T03:31:32.009Z] PASS [2021-02-25T03:31:32.009Z] [2021-02-25T03:31:32.009Z] === Skipped [2021-02-25T03:31:32.009Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2021-02-25T03:31:32.009Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-25T03:31:32.009Z] [2021-02-25T03:31:32.009Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2021-02-25T03:31:32.009Z] 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-02-25T03:31:32.009Z] [2021-02-25T03:31:32.009Z] [2021-02-25T03:31:32.009Z] DONE 4 tests, 2 skipped in 0.182s [2021-02-25T03:31:32.009Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-02-25T03:31:32.009Z] INFO: Testing against a local daemon [2021-02-25T03:31:32.009Z] === RUN TestExternalGraphDriver [2021-02-25T03:31:32.009Z] --- SKIP: TestExternalGraphDriver (0.07s) [2021-02-25T03:31:32.009Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-02-25T03:31:32.009Z] === RUN TestGraphdriverPluginV2 [2021-02-25T03:31:32.894Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.27s) [2021-02-25T03:31:32.894Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-02-25T03:31:33.322Z] --- PASS: TestContainerBindMountNonRecursive (2.25s) [2021-02-25T03:31:33.322Z] === RUN TestContainerVolumesMountedAsShared [2021-02-25T03:31:33.466Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2021-02-25T03:31:33.466Z] === RUN TestServiceWithPredefinedNetwork [2021-02-25T03:31:33.584Z] --- PASS: TestContainerVolumesMountedAsShared (0.76s) [2021-02-25T03:31:33.584Z] === RUN TestContainerVolumesMountedAsSlave [2021-02-25T03:31:34.160Z] --- PASS: TestContainerVolumesMountedAsSlave (0.61s) [2021-02-25T03:31:34.160Z] === RUN TestNetworkNat [2021-02-25T03:31:35.107Z] --- PASS: TestNetworkNat (0.89s) [2021-02-25T03:31:35.107Z] === RUN TestNetworkLocalhostTCPNat [2021-02-25T03:31:36.009Z] --- PASS: TestServiceWithPredefinedNetwork (2.55s) [2021-02-25T03:31:36.009Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-02-25T03:31:36.009Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-25T03:31:36.009Z] service_test.go:242: FLAKY_TEST [2021-02-25T03:31:36.009Z] === RUN TestServiceWithDataPathPortInit [2021-02-25T03:31:36.009Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-02-25T03:31:36.055Z] --- PASS: TestNetworkLocalhostTCPNat (0.83s) [2021-02-25T03:31:36.055Z] === RUN TestNetworkLoopbackNat [2021-02-25T03:31:37.300Z] --- PASS: TestGraphdriverPluginV2 (5.55s) [2021-02-25T03:31:37.300Z] PASS [2021-02-25T03:31:37.300Z] [2021-02-25T03:31:37.300Z] === Skipped [2021-02-25T03:31:37.300Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.07s) [2021-02-25T03:31:37.300Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-02-25T03:31:37.300Z] [2021-02-25T03:31:37.300Z] [2021-02-25T03:31:37.300Z] DONE 2 tests, 1 skipped in 5.794s [2021-02-25T03:31:37.300Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-02-25T03:31:37.562Z] INFO: Testing against a local daemon [2021-02-25T03:31:37.562Z] === RUN TestContinueAfterPluginCrash [2021-02-25T03:31:37.562Z] === PAUSE TestContinueAfterPluginCrash [2021-02-25T03:31:37.562Z] === RUN TestReadPluginNoRead [2021-02-25T03:31:37.562Z] === PAUSE TestReadPluginNoRead [2021-02-25T03:31:37.562Z] === RUN TestDaemonStartWithLogOpt [2021-02-25T03:31:37.562Z] === PAUSE TestDaemonStartWithLogOpt [2021-02-25T03:31:37.562Z] === CONT TestContinueAfterPluginCrash [2021-02-25T03:31:37.562Z] === CONT TestDaemonStartWithLogOpt [2021-02-25T03:31:39.310Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-02-25T03:31:39.366Z] --- PASS: TestNetworkLoopbackNat (3.17s) [2021-02-25T03:31:39.366Z] === RUN TestPause [2021-02-25T03:31:39.941Z] --- PASS: TestPause (0.82s) [2021-02-25T03:31:39.941Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-02-25T03:31:39.941Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-25T03:31:39.941Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-25T03:31:39.941Z] === RUN TestPauseStopPausedContainer [2021-02-25T03:31:40.026Z] --- PASS: TestImportExtremelyLargeImageWorks (101.42s) [2021-02-25T03:31:40.026Z] PASS [2021-02-25T03:31:40.026Z] [2021-02-25T03:31:40.026Z] DONE 12 tests in 104.238s [2021-02-25T03:31:40.026Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-02-25T03:31:40.026Z] INFO: Testing against a local daemon [2021-02-25T03:31:40.026Z] === RUN TestNetworkCreateDelete [2021-02-25T03:31:40.026Z] --- PASS: TestNetworkCreateDelete (0.13s) [2021-02-25T03:31:40.026Z] === RUN TestDockerNetworkDeletePreferID [2021-02-25T03:31:40.026Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2021-02-25T03:31:40.026Z] === RUN TestDaemonDNSFallback [2021-02-25T03:31:40.026Z] --- PASS: TestDaemonDNSFallback (6.45s) [2021-02-25T03:31:40.026Z] === RUN TestInspectNetwork [2021-02-25T03:31:40.251Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-02-25T03:31:40.539Z] === RUN TestInspectNetwork/full_network_id [2021-02-25T03:31:40.539Z] === RUN TestInspectNetwork/partial_network_id [2021-02-25T03:31:40.539Z] === RUN TestInspectNetwork/network_name [2021-02-25T03:31:40.539Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-02-25T03:31:40.888Z] --- PASS: TestPauseStopPausedContainer (0.82s) [2021-02-25T03:31:40.888Z] === RUN TestPsFilter [2021-02-25T03:31:41.151Z] --- PASS: TestPsFilter (0.25s) [2021-02-25T03:31:41.151Z] === RUN TestRemoveContainerWithRemovedVolume [2021-02-25T03:31:41.632Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-02-25T03:31:41.632Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-02-25T03:31:41.729Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.79s) [2021-02-25T03:31:41.729Z] === RUN TestRemoveContainerWithVolume [2021-02-25T03:31:42.679Z] --- PASS: TestRemoveContainerWithVolume (0.77s) [2021-02-25T03:31:42.679Z] === RUN TestRemoveContainerRunning [2021-02-25T03:31:43.625Z] --- PASS: TestRemoveContainerRunning (0.78s) [2021-02-25T03:31:43.625Z] === RUN TestRemoveContainerForceRemoveRunning [2021-02-25T03:31:44.153Z] --- PASS: TestDaemonStartWithLogOpt (6.71s) [2021-02-25T03:31:44.153Z] === CONT TestReadPluginNoRead [2021-02-25T03:31:44.200Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.79s) [2021-02-25T03:31:44.200Z] === RUN TestRemoveInvalidContainer [2021-02-25T03:31:44.200Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-02-25T03:31:44.200Z] === RUN TestRenameLinkedContainer [2021-02-25T03:31:44.709Z] --- PASS: TestInspectNetwork (7.48s) [2021-02-25T03:31:44.709Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-02-25T03:31:44.709Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-02-25T03:31:44.709Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-02-25T03:31:44.709Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-02-25T03:31:44.709Z] === RUN TestRunContainerWithBridgeNone [2021-02-25T03:31:44.930Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-02-25T03:31:45.501Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-02-25T03:31:46.077Z] --- PASS: TestRunContainerWithBridgeNone (1.64s) [2021-02-25T03:31:46.077Z] === RUN TestNetworkInvalidJSON [2021-02-25T03:31:46.077Z] === RUN TestNetworkInvalidJSON//networks/create [2021-02-25T03:31:46.077Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-02-25T03:31:46.077Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-02-25T03:31:46.077Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-02-25T03:31:46.077Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-25T03:31:46.077Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-25T03:31:46.077Z] === CONT TestNetworkInvalidJSON//networks/create [2021-02-25T03:31:46.077Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-25T03:31:46.077Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-02-25T03:31:46.077Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-02-25T03:31:46.077Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-02-25T03:31:46.077Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-02-25T03:31:46.077Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-02-25T03:31:46.077Z] === RUN TestNetworkList [2021-02-25T03:31:46.333Z] === RUN TestNetworkList//networks [2021-02-25T03:31:46.333Z] === PAUSE TestNetworkList//networks [2021-02-25T03:31:46.333Z] === RUN TestNetworkList//networks/ [2021-02-25T03:31:46.333Z] === PAUSE TestNetworkList//networks/ [2021-02-25T03:31:46.333Z] === CONT TestNetworkList//networks [2021-02-25T03:31:46.333Z] === CONT TestNetworkList//networks/ [2021-02-25T03:31:46.333Z] --- PASS: TestNetworkList (0.02s) [2021-02-25T03:31:46.333Z] --- PASS: TestNetworkList//networks (0.00s) [2021-02-25T03:31:46.333Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-02-25T03:31:46.333Z] === RUN TestHostIPv4BridgeLabel [2021-02-25T03:31:46.895Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2021-02-25T03:31:46.895Z] === RUN TestDaemonRestartWithLiveRestore [2021-02-25T03:31:47.412Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-02-25T03:31:47.412Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-02-25T03:31:47.513Z] --- PASS: TestRenameLinkedContainer (3.06s) [2021-02-25T03:31:47.513Z] === RUN TestRenameStoppedContainer [2021-02-25T03:31:47.823Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2021-02-25T03:31:47.823Z] === RUN TestDaemonDefaultNetworkPools [2021-02-25T03:31:48.088Z] --- PASS: TestRenameStoppedContainer (0.78s) [2021-02-25T03:31:48.088Z] === RUN TestRenameRunningContainerAndReuse [2021-02-25T03:31:48.368Z] === RUN TestReadPluginNoRead/default [2021-02-25T03:31:48.368Z] --- PASS: TestContinueAfterPluginCrash (10.38s) [2021-02-25T03:31:48.751Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s) [2021-02-25T03:31:48.751Z] === RUN TestDaemonRestartWithExistingNetwork [2021-02-25T03:31:48.794Z] === RUN TestDockerSuite/TestBuildNetNone [2021-02-25T03:31:49.055Z] === RUN TestDockerSuite/TestBuildNoContext [2021-02-25T03:31:49.681Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2021-02-25T03:31:49.681Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-02-25T03:31:50.000Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-02-25T03:31:50.011Z] --- PASS: TestRenameRunningContainerAndReuse (1.57s) [2021-02-25T03:31:50.011Z] === RUN TestRenameInvalidName [2021-02-25T03:31:50.274Z] --- PASS: TestRenameInvalidName (0.76s) [2021-02-25T03:31:50.274Z] === RUN TestRenameAnonymousContainer [2021-02-25T03:31:50.283Z] === RUN TestReadPluginNoRead/disabled_caching [2021-02-25T03:31:50.570Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-02-25T03:31:50.570Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2021-02-25T03:31:51.047Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s) [2021-02-25T03:31:51.047Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-02-25T03:31:51.609Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2021-02-25T03:31:51.609Z] === RUN TestServiceWithPredefinedNetwork [2021-02-25T03:31:51.953Z] --- PASS: TestServiceWithDataPathPortInit (16.01s) [2021-02-25T03:31:51.953Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-02-25T03:31:52.213Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-02-25T03:31:52.784Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-02-25T03:31:52.855Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-02-25T03:31:53.045Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-02-25T03:31:53.306Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-02-25T03:31:53.877Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-02-25T03:31:54.128Z] --- PASS: TestServiceWithPredefinedNetwork (2.45s) [2021-02-25T03:31:54.128Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-02-25T03:31:54.128Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-25T03:31:54.128Z] service_test.go:242: FLAKY_TEST [2021-02-25T03:31:54.128Z] === RUN TestServiceWithDataPathPortInit [2021-02-25T03:31:54.495Z] --- PASS: TestRenameAnonymousContainer (3.99s) [2021-02-25T03:31:54.495Z] === RUN TestRenameContainerWithSameName [2021-02-25T03:31:54.804Z] --- PASS: TestReadPluginNoRead (10.37s) [2021-02-25T03:31:54.804Z] --- PASS: TestReadPluginNoRead/default (2.23s) [2021-02-25T03:31:54.804Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.26s) [2021-02-25T03:31:54.804Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.26s) [2021-02-25T03:31:54.804Z] read_test.go:92: [db46289e794aa] daemon is not started [2021-02-25T03:31:54.804Z] PASS [2021-02-25T03:31:54.804Z] [2021-02-25T03:31:54.804Z] DONE 6 tests in 17.239s [2021-02-25T03:31:54.804Z] 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-02-25T03:31:54.804Z] testing: warning: no tests to run [2021-02-25T03:31:54.804Z] PASS [2021-02-25T03:31:54.804Z] [2021-02-25T03:31:54.804Z] DONE 0 tests in 0.084s [2021-02-25T03:31:54.804Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-02-25T03:31:54.804Z] INFO: Testing against a local daemon [2021-02-25T03:31:54.804Z] === RUN TestPluginWithDevMounts [2021-02-25T03:31:54.804Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-02-25T03:31:54.804Z] mounts_test.go:21: (*Execution).IsRootless-fm [2021-02-25T03:31:54.804Z] PASS [2021-02-25T03:31:54.804Z] [2021-02-25T03:31:54.804Z] === Skipped [2021-02-25T03:31:54.804Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2021-02-25T03:31:54.804Z] mounts_test.go:21: (*Execution).IsRootless-fm [2021-02-25T03:31:54.804Z] [2021-02-25T03:31:54.804Z] [2021-02-25T03:31:54.804Z] DONE 1 tests, 1 skipped in 0.179s [2021-02-25T03:31:54.819Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-02-25T03:31:55.065Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-02-25T03:31:55.065Z] INFO: Testing against a local daemon [2021-02-25T03:31:55.065Z] === RUN TestSecretInspect [2021-02-25T03:31:55.065Z] --- SKIP: TestSecretInspect (0.02s) [2021-02-25T03:31:55.065Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:55.065Z] === RUN TestSecretList [2021-02-25T03:31:55.065Z] --- SKIP: TestSecretList (0.01s) [2021-02-25T03:31:55.065Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:55.065Z] === RUN TestSecretsCreateAndDelete [2021-02-25T03:31:55.065Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2021-02-25T03:31:55.065Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:55.065Z] === RUN TestSecretsUpdate [2021-02-25T03:31:55.065Z] --- SKIP: TestSecretsUpdate (0.01s) [2021-02-25T03:31:55.065Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:55.065Z] === RUN TestTemplatedSecret [2021-02-25T03:31:55.065Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-02-25T03:31:55.065Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:55.065Z] === RUN TestSecretCreateResolve [2021-02-25T03:31:55.065Z] --- SKIP: TestSecretCreateResolve (0.01s) [2021-02-25T03:31:55.065Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:55.065Z] PASS [2021-02-25T03:31:55.065Z] [2021-02-25T03:31:55.065Z] === Skipped [2021-02-25T03:31:55.065Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s) [2021-02-25T03:31:55.065Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:55.065Z] [2021-02-25T03:31:55.065Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2021-02-25T03:31:55.065Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:55.065Z] [2021-02-25T03:31:55.065Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2021-02-25T03:31:55.065Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:55.065Z] [2021-02-25T03:31:55.065Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2021-02-25T03:31:55.065Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:55.065Z] [2021-02-25T03:31:55.065Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2021-02-25T03:31:55.065Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:55.065Z] [2021-02-25T03:31:55.065Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2021-02-25T03:31:55.065Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:55.065Z] [2021-02-25T03:31:55.065Z] [2021-02-25T03:31:55.065Z] DONE 6 tests, 6 skipped in 0.233s [2021-02-25T03:31:55.065Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-02-25T03:31:55.069Z] --- PASS: TestRenameContainerWithSameName (0.77s) [2021-02-25T03:31:55.069Z] === RUN TestRenameContainerWithLinkedContainer [2021-02-25T03:31:55.327Z] INFO: Testing against a local daemon [2021-02-25T03:31:55.327Z] === RUN TestServiceCreateInit [2021-02-25T03:31:55.327Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-02-25T03:31:55.327Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-02-25T03:31:55.327Z] --- PASS: TestServiceCreateInit (0.03s) [2021-02-25T03:31:55.327Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-02-25T03:31:55.327Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:55.327Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-02-25T03:31:55.327Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:55.327Z] === RUN TestCreateServiceMultipleTimes [2021-02-25T03:31:55.327Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2021-02-25T03:31:55.327Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:55.327Z] === RUN TestCreateServiceConflict [2021-02-25T03:31:55.327Z] --- SKIP: TestCreateServiceConflict (0.01s) [2021-02-25T03:31:55.328Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:55.328Z] === RUN TestCreateServiceMaxReplicas [2021-02-25T03:31:55.328Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2021-02-25T03:31:55.328Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:55.328Z] === RUN TestCreateWithDuplicateNetworkNames [2021-02-25T03:31:55.328Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2021-02-25T03:31:55.328Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:55.328Z] === RUN TestCreateServiceSecretFileMode [2021-02-25T03:31:55.328Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2021-02-25T03:31:55.328Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:55.328Z] === RUN TestCreateServiceConfigFileMode [2021-02-25T03:31:55.328Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2021-02-25T03:31:55.328Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:55.328Z] === RUN TestCreateServiceSysctls [2021-02-25T03:31:55.589Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2021-02-25T03:31:55.589Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:55.589Z] === RUN TestCreateServiceCapabilities [2021-02-25T03:31:55.589Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2021-02-25T03:31:55.589Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:55.589Z] === RUN TestInspect [2021-02-25T03:31:55.589Z] --- SKIP: TestInspect (0.01s) [2021-02-25T03:31:55.589Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:55.589Z] === RUN TestCreateJob [2021-02-25T03:31:55.589Z] --- SKIP: TestCreateJob (0.01s) [2021-02-25T03:31:55.589Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:55.589Z] === RUN TestReplicatedJob [2021-02-25T03:31:55.589Z] --- SKIP: TestReplicatedJob (0.01s) [2021-02-25T03:31:55.589Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:55.589Z] === RUN TestUpdateReplicatedJob [2021-02-25T03:31:55.589Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2021-02-25T03:31:55.589Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:55.589Z] === RUN TestServiceListWithStatuses [2021-02-25T03:31:55.589Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-02-25T03:31:55.589Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-25T03:31:55.589Z] === RUN TestDockerNetworkConnectAlias [2021-02-25T03:31:55.589Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2021-02-25T03:31:55.589Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:55.589Z] === RUN TestDockerNetworkReConnect [2021-02-25T03:31:55.589Z] --- SKIP: TestDockerNetworkReConnect (0.03s) [2021-02-25T03:31:55.589Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:55.589Z] === RUN TestServicePlugin [2021-02-25T03:31:56.735Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-02-25T03:31:56.993Z] --- PASS: TestRenameContainerWithLinkedContainer (1.54s) [2021-02-25T03:31:56.993Z] === RUN TestResize [2021-02-25T03:31:56.995Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-02-25T03:31:57.567Z] --- PASS: TestResize (0.79s) [2021-02-25T03:31:57.567Z] === RUN TestResizeWithInvalidSize [2021-02-25T03:31:58.514Z] --- PASS: TestResizeWithInvalidSize (0.82s) [2021-02-25T03:31:58.514Z] === RUN TestResizeWhenContainerNotStarted [2021-02-25T03:31:58.895Z] --- SKIP: TestServicePlugin (3.45s) [2021-02-25T03:31:58.895Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:58.895Z] === RUN TestServiceUpdateLabel [2021-02-25T03:31:58.904Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-02-25T03:31:59.090Z] --- PASS: TestResizeWhenContainerNotStarted (0.77s) [2021-02-25T03:31:59.090Z] === RUN TestDaemonRestartKillContainers [2021-02-25T03:31:59.090Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-25T03:31:59.090Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-25T03:31:59.090Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-25T03:31:59.090Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-25T03:31:59.090Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-25T03:31:59.090Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-25T03:31:59.090Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-25T03:31:59.090Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-25T03:31:59.090Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-25T03:31:59.090Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-25T03:31:59.090Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-25T03:31:59.090Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-25T03:31:59.090Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-25T03:31:59.090Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-25T03:31:59.090Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-25T03:31:59.090Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-25T03:31:59.090Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-25T03:31:59.090Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-25T03:31:59.091Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-25T03:31:59.091Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-25T03:31:59.091Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-25T03:31:59.091Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-25T03:31:59.091Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-25T03:31:59.091Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-25T03:31:59.091Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-25T03:31:59.091Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-25T03:31:59.091Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-25T03:31:59.091Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-25T03:31:59.156Z] --- SKIP: TestServiceUpdateLabel (0.02s) [2021-02-25T03:31:59.156Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:59.156Z] === RUN TestServiceUpdateSecrets [2021-02-25T03:31:59.156Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2021-02-25T03:31:59.156Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:59.156Z] === RUN TestServiceUpdateConfigs [2021-02-25T03:31:59.156Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2021-02-25T03:31:59.156Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:59.156Z] === RUN TestServiceUpdateNetwork [2021-02-25T03:31:59.156Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2021-02-25T03:31:59.156Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:59.156Z] === RUN TestServiceUpdatePidsLimit [2021-02-25T03:31:59.156Z] --- SKIP: TestServiceUpdatePidsLimit (0.03s) [2021-02-25T03:31:59.156Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:59.156Z] PASS [2021-02-25T03:31:59.156Z] [2021-02-25T03:31:59.156Z] === Skipped [2021-02-25T03:31:59.156Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-02-25T03:31:59.156Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-02-25T03:31:59.156Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:59.156Z] [2021-02-25T03:31:59.156Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-02-25T03:31:59.156Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-02-25T03:31:59.156Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:59.156Z] [2021-02-25T03:31:59.156Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2021-02-25T03:31:59.156Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:59.156Z] [2021-02-25T03:31:59.156Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2021-02-25T03:31:59.156Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:59.156Z] [2021-02-25T03:31:59.156Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2021-02-25T03:31:59.156Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:59.156Z] [2021-02-25T03:31:59.156Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2021-02-25T03:31:59.156Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:59.156Z] [2021-02-25T03:31:59.156Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2021-02-25T03:31:59.156Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:59.156Z] [2021-02-25T03:31:59.156Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2021-02-25T03:31:59.156Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:59.156Z] [2021-02-25T03:31:59.156Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.03s) [2021-02-25T03:31:59.156Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:59.156Z] [2021-02-25T03:31:59.156Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2021-02-25T03:31:59.156Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:59.156Z] [2021-02-25T03:31:59.156Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2021-02-25T03:31:59.156Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:59.156Z] [2021-02-25T03:31:59.156Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2021-02-25T03:31:59.156Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:59.156Z] [2021-02-25T03:31:59.156Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2021-02-25T03:31:59.156Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:59.156Z] [2021-02-25T03:31:59.156Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2021-02-25T03:31:59.156Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:59.156Z] [2021-02-25T03:31:59.156Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-02-25T03:31:59.156Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-25T03:31:59.156Z] [2021-02-25T03:31:59.156Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2021-02-25T03:31:59.156Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:59.156Z] [2021-02-25T03:31:59.156Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.03s) [2021-02-25T03:31:59.156Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:59.156Z] [2021-02-25T03:31:59.156Z] === SKIP: amd64.integration.service TestServicePlugin (3.45s) [2021-02-25T03:31:59.156Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:59.156Z] [2021-02-25T03:31:59.156Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.02s) [2021-02-25T03:31:59.156Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:59.156Z] [2021-02-25T03:31:59.156Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2021-02-25T03:31:59.156Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:59.156Z] [2021-02-25T03:31:59.156Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2021-02-25T03:31:59.156Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:59.156Z] [2021-02-25T03:31:59.156Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2021-02-25T03:31:59.156Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:59.156Z] [2021-02-25T03:31:59.156Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.03s) [2021-02-25T03:31:59.156Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-25T03:31:59.156Z] [2021-02-25T03:31:59.156Z] [2021-02-25T03:31:59.156Z] DONE 24 tests, 23 skipped in 3.914s [2021-02-25T03:31:59.156Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-02-25T03:31:59.156Z] INFO: Testing against a local daemon [2021-02-25T03:31:59.156Z] === RUN TestSessionCreate [2021-02-25T03:31:59.156Z] --- PASS: TestSessionCreate (0.02s) [2021-02-25T03:31:59.156Z] === RUN TestSessionCreateWithBadUpgrade [2021-02-25T03:31:59.418Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-02-25T03:31:59.418Z] PASS [2021-02-25T03:31:59.418Z] [2021-02-25T03:31:59.418Z] DONE 2 tests in 0.177s [2021-02-25T03:31:59.418Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-02-25T03:31:59.418Z] INFO: Testing against a local daemon [2021-02-25T03:31:59.418Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-02-25T03:31:59.418Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-25T03:31:59.418Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-25T03:31:59.418Z] === RUN TestEventsExecDie [2021-02-25T03:31:59.844Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-02-25T03:31:59.990Z] --- PASS: TestEventsExecDie (0.51s) [2021-02-25T03:31:59.990Z] === RUN TestEventsBackwardsCompatible [2021-02-25T03:31:59.990Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2021-02-25T03:31:59.990Z] === RUN TestInfoBinaryCommits [2021-02-25T03:31:59.990Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-02-25T03:31:59.990Z] === RUN TestInfoAPIVersioned [2021-02-25T03:31:59.990Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-02-25T03:31:59.990Z] === RUN TestInfoDiscoveryBackend [2021-02-25T03:32:00.575Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-02-25T03:32:00.575Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-02-25T03:32:00.785Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.83s) [2021-02-25T03:32:00.785Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:g4n3rtdmasfjoym7ebvntdpg1 Created:2021-02-25 03:31:53.569089355 +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[690e4281cb742ac0a5486af8b541dec1be160a43bcd9878e9c753464066fd3ee:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.rgr34k9j1zkk6pvhehbwd6y1w EndpointID:c6a717d51786f8b1072c415cefc0a4a648d9c255fdbd7e95fa985f0c0dc27e9c MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:d0ff6329101cae7d257f2841a0adaec21171252bd46990382493a8da57746718 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:8cf0eb4a3321 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.rgr34k9j1zkk6pvhehbwd6y1w EndpointID:c6a717d51786f8b1072c415cefc0a4a648d9c255fdbd7e95fa985f0c0dc27e9c EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-02-25T03:32:00.785Z] PASS [2021-02-25T03:32:00.785Z] [2021-02-25T03:32:00.785Z] === Skipped [2021-02-25T03:32:00.785Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-25T03:32:00.785Z] service_test.go:242: FLAKY_TEST [2021-02-25T03:32:00.785Z] [2021-02-25T03:32:00.785Z] [2021-02-25T03:32:00.785Z] DONE 26 tests, 1 skipped in 50.551s [2021-02-25T03:32:00.785Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-02-25T03:32:00.785Z] ++ 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-02-25T03:32:00.785Z] ++ set -e [2021-02-25T03:32:00.785Z] ++ '[' -n 0 ']' [2021-02-25T03:32:00.785Z] ++ set -x [2021-02-25T03:32:00.785Z] ++ env -i DEST=/go/src/github.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-02-25T03:32:00.785Z] INFO: Testing against a local daemon [2021-02-25T03:32:00.785Z] === RUN TestDockerNetworkIpvlanPersistance [2021-02-25T03:32:01.020Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-25T03:32:01.045Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2021-02-25T03:32:01.045Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-25T03:32:01.045Z] === RUN TestDockerNetworkIpvlan [2021-02-25T03:32:01.045Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-02-25T03:32:01.045Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-25T03:32:01.045Z] PASS [2021-02-25T03:32:01.045Z] [2021-02-25T03:32:01.045Z] === Skipped [2021-02-25T03:32:01.045Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2021-02-25T03:32:01.045Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-25T03:32:01.045Z] [2021-02-25T03:32:01.045Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-02-25T03:32:01.045Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-25T03:32:01.045Z] [2021-02-25T03:32:01.045Z] [2021-02-25T03:32:01.045Z] DONE 2 tests, 2 skipped in 0.130s [2021-02-25T03:32:01.045Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-02-25T03:32:01.045Z] ++ 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-02-25T03:32:01.045Z] ++ set -e [2021-02-25T03:32:01.045Z] ++ '[' -n 0 ']' [2021-02-25T03:32:01.045Z] ++ set -x [2021-02-25T03:32:01.045Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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-02-25T03:32:01.045Z] INFO: Testing against a local daemon [2021-02-25T03:32:01.045Z] === RUN TestDockerNetworkMacvlanPersistance [2021-02-25T03:32:01.615Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-02-25T03:32:01.903Z] --- PASS: TestInfoDiscoveryBackend (1.52s) [2021-02-25T03:32:01.903Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-02-25T03:32:01.970Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-25T03:32:01.970Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-25T03:32:02.546Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-25T03:32:02.546Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-25T03:32:02.557Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.41s) [2021-02-25T03:32:02.557Z] === RUN TestDockerNetworkMacvlan [2021-02-25T03:32:02.557Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-02-25T03:32:03.497Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-02-25T03:32:03.500Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-25T03:32:03.500Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-25T03:32:03.758Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-02-25T03:32:04.329Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-02-25T03:32:04.329Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-02-25T03:32:05.205Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.39s) [2021-02-25T03:32:05.205Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-02-25T03:32:05.205Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-02-25T03:32:05.205Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-25T03:32:05.205Z] === RUN TestInfoAPI [2021-02-25T03:32:05.205Z] --- PASS: TestInfoAPI (0.02s) [2021-02-25T03:32:05.205Z] === RUN TestInfoAPIWarnings [2021-02-25T03:32:05.269Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-02-25T03:32:05.430Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-25T03:32:07.179Z] === RUN TestDockerSuite/TestBuildPATH [2021-02-25T03:32:07.439Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-02-25T03:32:07.989Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-02-25T03:32:07.989Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.71s) [2021-02-25T03:32:07.989Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.81s) [2021-02-25T03:32:07.989Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.86s) [2021-02-25T03:32:07.989Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.66s) [2021-02-25T03:32:07.989Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.45s) [2021-02-25T03:32:07.989Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.64s) [2021-02-25T03:32:07.989Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.68s) [2021-02-25T03:32:07.989Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.61s) [2021-02-25T03:32:07.989Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.61s) [2021-02-25T03:32:07.989Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.54s) [2021-02-25T03:32:07.989Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.51s) [2021-02-25T03:32:07.989Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.50s) [2021-02-25T03:32:07.989Z] === RUN TestCgroupNamespacesRun [2021-02-25T03:32:08.973Z] --- PASS: TestServiceWithDataPathPortInit (14.49s) [2021-02-25T03:32:08.974Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-02-25T03:32:09.382Z] --- PASS: TestCgroupNamespacesRun (1.82s) [2021-02-25T03:32:09.382Z] === RUN TestCgroupNamespacesRunPrivileged [2021-02-25T03:32:09.985Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-02-25T03:32:10.246Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-02-25T03:32:10.246Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-02-25T03:32:11.196Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-02-25T03:32:11.305Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.74s) [2021-02-25T03:32:11.305Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-02-25T03:32:13.283Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.83s) [2021-02-25T03:32:13.283Z] === RUN TestCgroupNamespacesRunHostMode [2021-02-25T03:32:14.676Z] --- PASS: TestCgroupNamespacesRunHostMode (1.80s) [2021-02-25T03:32:14.676Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-02-25T03:32:15.401Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-02-25T03:32:15.512Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.23s) [2021-02-25T03:32:15.512Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:jqvpsn23tx4kbkwzj3yugxj30 Created:2021-02-25 03:32:09.717516283 +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[7cbb412738857ca6acf5c8a3836d4417d01ca684826aebb88f580e05f893498d:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.q65q6829q9kmisdp19anm3l5x EndpointID:7d64852a5898110f9fe80d87c966d87cc5aae0d20cb70c78b14dad9427c5ec1e MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:d73768cbecb53123aa392fba7ced7c094e5d3cdf9d3a227781d881acdd5e70da 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:224779abcf83 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.q65q6829q9kmisdp19anm3l5x EndpointID:7d64852a5898110f9fe80d87c966d87cc5aae0d20cb70c78b14dad9427c5ec1e EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-02-25T03:32:15.512Z] PASS [2021-02-25T03:32:15.512Z] [2021-02-25T03:32:15.512Z] === Skipped [2021-02-25T03:32:15.512Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-25T03:32:15.512Z] service_test.go:242: FLAKY_TEST [2021-02-25T03:32:15.512Z] [2021-02-25T03:32:15.512Z] [2021-02-25T03:32:15.512Z] DONE 26 tests, 1 skipped in 45.549s [2021-02-25T03:32:15.512Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-02-25T03:32:15.768Z] INFO: Testing against a local daemon [2021-02-25T03:32:15.768Z] === RUN TestDockerNetworkIpvlanPersistance [2021-02-25T03:32:15.768Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-02-25T03:32:15.768Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-25T03:32:15.768Z] === RUN TestDockerNetworkIpvlan [2021-02-25T03:32:15.768Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-02-25T03:32:15.768Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-25T03:32:15.768Z] PASS [2021-02-25T03:32:15.768Z] [2021-02-25T03:32:15.768Z] === Skipped [2021-02-25T03:32:15.768Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-02-25T03:32:15.768Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-25T03:32:15.768Z] [2021-02-25T03:32:15.768Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-02-25T03:32:15.768Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-25T03:32:15.768Z] [2021-02-25T03:32:15.768Z] [2021-02-25T03:32:15.768Z] DONE 2 tests, 2 skipped in 0.040s [2021-02-25T03:32:15.768Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-02-25T03:32:15.768Z] INFO: Testing against a local daemon [2021-02-25T03:32:15.768Z] === RUN TestDockerNetworkMacvlanPersistance [2021-02-25T03:32:16.344Z] --- PASS: TestDockerNetworkMacvlan (13.76s) [2021-02-25T03:32:16.345Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2021-02-25T03:32:16.345Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2021-02-25T03:32:16.345Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.23s) [2021-02-25T03:32:16.345Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.65s) [2021-02-25T03:32:16.345Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.42s) [2021-02-25T03:32:16.345Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.90s) [2021-02-25T03:32:16.345Z] PASS [2021-02-25T03:32:16.345Z] [2021-02-25T03:32:16.345Z] DONE 8 tests in 15.303s [2021-02-25T03:32:16.345Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-02-25T03:32:16.345Z] ++ 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-02-25T03:32:16.345Z] ++ set -e [2021-02-25T03:32:16.345Z] ++ '[' -n 0 ']' [2021-02-25T03:32:16.345Z] ++ set -x [2021-02-25T03:32:16.345Z] ++ env -i DEST=/go/src/github.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-02-25T03:32:16.345Z] testing: warning: no tests to run [2021-02-25T03:32:16.345Z] PASS [2021-02-25T03:32:16.345Z] [2021-02-25T03:32:16.345Z] DONE 0 tests in 0.023s [2021-02-25T03:32:16.345Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-02-25T03:32:16.345Z] ++ 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-02-25T03:32:16.345Z] ++ set -e [2021-02-25T03:32:16.345Z] ++ '[' -n 0 ']' [2021-02-25T03:32:16.345Z] ++ set -x [2021-02-25T03:32:16.345Z] ++ env -i DEST=/go/src/github.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-02-25T03:32:16.345Z] INFO: Testing against a local daemon [2021-02-25T03:32:16.345Z] === RUN TestAuthZPluginAllowRequest [2021-02-25T03:32:16.599Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.82s) [2021-02-25T03:32:16.599Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-02-25T03:32:17.135Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.33s) [2021-02-25T03:32:17.136Z] === RUN TestDockerNetworkMacvlan [2021-02-25T03:32:17.163Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-02-25T03:32:17.163Z] ok github.com/docker/docker/api/server/httputils 0.013s coverage: 14.7% of statements [2021-02-25T03:32:17.163Z] ok github.com/docker/docker/api/server/middleware 0.010s coverage: 37.7% of statements [2021-02-25T03:32:17.163Z] ? github.com/docker/docker/api/server/router [no test files] [2021-02-25T03:32:17.163Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-02-25T03:32:17.163Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-02-25T03:32:17.163Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-02-25T03:32:17.163Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-02-25T03:32:17.163Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-02-25T03:32:17.163Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-02-25T03:32:17.163Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-02-25T03:32:17.163Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-02-25T03:32:17.163Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-02-25T03:32:17.163Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-02-25T03:32:17.163Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 5.7% of statements [2021-02-25T03:32:17.163Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-02-25T03:32:17.163Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-02-25T03:32:17.163Z] ? github.com/docker/docker/api/types [no test files] [2021-02-25T03:32:17.163Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-02-25T03:32:17.163Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-02-25T03:32:17.163Z] ? github.com/docker/docker/api/types/container [no test files] [2021-02-25T03:32:17.163Z] ? github.com/docker/docker/api/types/events [no test files] [2021-02-25T03:32:17.163Z] ok github.com/docker/docker/api/types/filters 0.009s coverage: 92.2% of statements [2021-02-25T03:32:17.163Z] ? github.com/docker/docker/api/types/image [no test files] [2021-02-25T03:32:17.163Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-02-25T03:32:17.163Z] ? github.com/docker/docker/api/types/network [no test files] [2021-02-25T03:32:17.163Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-02-25T03:32:17.163Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-02-25T03:32:17.163Z] ok github.com/docker/docker/api/types/strslice 0.005s coverage: 90.0% of statements [2021-02-25T03:32:17.163Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-02-25T03:32:17.163Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-02-25T03:32:17.163Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2021-02-25T03:32:17.163Z] ok github.com/docker/docker/api/types/versions 0.008s coverage: 75.0% of statements [2021-02-25T03:32:17.163Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-02-25T03:32:17.163Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-02-25T03:32:17.163Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-02-25T03:32:17.163Z] ? github.com/docker/docker/builder [no test files] [2021-02-25T03:32:17.163Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-02-25T03:32:17.163Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-02-25T03:32:17.163Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-02-25T03:32:17.163Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-02-25T03:32:17.163Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-02-25T03:32:17.163Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-02-25T03:32:17.163Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-02-25T03:32:17.697Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-02-25T03:32:18.256Z] --- PASS: TestAuthZPluginAllowRequest (1.60s) [2021-02-25T03:32:18.256Z] === RUN TestAuthZPluginTLS [2021-02-25T03:32:18.517Z] --- PASS: TestAuthZPluginTLS (0.57s) [2021-02-25T03:32:18.517Z] === RUN TestAuthZPluginDenyRequest [2021-02-25T03:32:18.523Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.81s) [2021-02-25T03:32:18.523Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-02-25T03:32:18.627Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-02-25T03:32:19.088Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-02-25T03:32:19.088Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2021-02-25T03:32:19.088Z] === RUN TestAuthZPluginAPIDenyResponse [2021-02-25T03:32:19.189Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-02-25T03:32:19.333Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-02-25T03:32:19.469Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.00s) [2021-02-25T03:32:19.469Z] === RUN TestCgroupNamespacesRunOlderClient [2021-02-25T03:32:19.659Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s) [2021-02-25T03:32:19.659Z] === RUN TestAuthZPluginDenyResponse [2021-02-25T03:32:19.701Z] ok github.com/docker/docker/builder/remotecontext 0.089s coverage: 13.7% of statements [2021-02-25T03:32:19.701Z] ok github.com/docker/docker/builder/dockerfile 0.244s coverage: 48.3% of statements [2021-02-25T03:32:19.701Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-02-25T03:32:20.229Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2021-02-25T03:32:20.229Z] === RUN TestAuthZPluginAllowEventStream [2021-02-25T03:32:21.081Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2021-02-25T03:32:21.081Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-02-25T03:32:21.393Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.86s) [2021-02-25T03:32:21.394Z] === RUN TestKernelTCPMemory [2021-02-25T03:32:21.613Z] --- PASS: TestAuthZPluginAllowEventStream (1.43s) [2021-02-25T03:32:21.613Z] === RUN TestAuthZPluginErrorResponse [2021-02-25T03:32:21.650Z] ok github.com/docker/docker/builder/remotecontext/git 1.206s coverage: 86.3% of statements [2021-02-25T03:32:21.650Z] ? github.com/docker/docker/cli [no test files] [2021-02-25T03:32:21.650Z] ? github.com/docker/docker/cli/config [no test files] [2021-02-25T03:32:22.184Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2021-02-25T03:32:22.184Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2021-02-25T03:32:22.341Z] --- PASS: TestKernelTCPMemory (0.90s) [2021-02-25T03:32:22.341Z] === RUN TestNISDomainname [2021-02-25T03:32:22.443Z] --- PASS: TestAuthZPluginErrorResponse (0.66s) [2021-02-25T03:32:22.443Z] === RUN TestAuthZPluginErrorRequest [2021-02-25T03:32:22.978Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-02-25T03:32:23.015Z] --- PASS: TestAuthZPluginErrorRequest (0.58s) [2021-02-25T03:32:23.015Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-02-25T03:32:23.289Z] --- PASS: TestNISDomainname (0.95s) [2021-02-25T03:32:23.290Z] === RUN TestHostnameDnsResolution [2021-02-25T03:32:23.327Z] --- PASS: TestInfoAPIWarnings (17.35s) [2021-02-25T03:32:23.327Z] === RUN TestInfoDebug [2021-02-25T03:32:23.586Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.57s) [2021-02-25T03:32:23.586Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-02-25T03:32:23.847Z] === RUN TestDockerSuite/TestBuildRm [2021-02-25T03:32:23.898Z] --- PASS: TestInfoDebug (1.52s) [2021-02-25T03:32:23.898Z] === RUN TestInfoInsecureRegistries [2021-02-25T03:32:24.682Z] --- PASS: TestHostnameDnsResolution (1.71s) [2021-02-25T03:32:24.682Z] === RUN TestStats [2021-02-25T03:32:25.284Z] --- PASS: TestInfoInsecureRegistries (1.52s) [2021-02-25T03:32:25.284Z] === RUN TestInfoRegistryMirrors [2021-02-25T03:32:25.844Z] ok github.com/docker/docker/client 0.163s coverage: 75.4% of statements [2021-02-25T03:32:26.390Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.54s) [2021-02-25T03:32:26.391Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-02-25T03:32:27.150Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-02-25T03:32:27.196Z] --- PASS: TestInfoRegistryMirrors (1.52s) [2021-02-25T03:32:27.196Z] === RUN TestLoginFailsWithBadCredentials [2021-02-25T03:32:27.196Z] --- PASS: TestLoginFailsWithBadCredentials (0.18s) [2021-02-25T03:32:27.196Z] === RUN TestPingCacheHeaders [2021-02-25T03:32:27.196Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-02-25T03:32:27.196Z] === RUN TestPingGet [2021-02-25T03:32:27.196Z] --- PASS: TestPingGet (0.01s) [2021-02-25T03:32:27.196Z] === RUN TestPingHead [2021-02-25T03:32:27.196Z] --- PASS: TestPingHead (0.02s) [2021-02-25T03:32:27.196Z] === RUN TestVersion [2021-02-25T03:32:27.196Z] --- PASS: TestVersion (0.02s) [2021-02-25T03:32:27.196Z] PASS [2021-02-25T03:32:27.196Z] [2021-02-25T03:32:27.196Z] === Skipped [2021-02-25T03:32:27.196Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-25T03:32:27.196Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-25T03:32:27.196Z] [2021-02-25T03:32:27.196Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-02-25T03:32:27.196Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-25T03:32:27.196Z] [2021-02-25T03:32:27.196Z] [2021-02-25T03:32:27.196Z] DONE 18 tests, 2 skipped in 27.851s [2021-02-25T03:32:27.196Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-02-25T03:32:27.332Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-02-25T03:32:27.409Z] --- PASS: TestDockerNetworkMacvlan (10.43s) [2021-02-25T03:32:27.409Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2021-02-25T03:32:27.409Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.06s) [2021-02-25T03:32:27.409Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.96s) [2021-02-25T03:32:27.409Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.95s) [2021-02-25T03:32:27.409Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.29s) [2021-02-25T03:32:27.409Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.67s) [2021-02-25T03:32:27.409Z] PASS [2021-02-25T03:32:27.409Z] [2021-02-25T03:32:27.409Z] DONE 8 tests in 11.798s [2021-02-25T03:32:27.409Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-02-25T03:32:27.409Z] testing: warning: no tests to run [2021-02-25T03:32:27.409Z] PASS [2021-02-25T03:32:27.409Z] [2021-02-25T03:32:27.409Z] DONE 0 tests in 0.008s [2021-02-25T03:32:27.409Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-02-25T03:32:27.457Z] INFO: Testing against a local daemon [2021-02-25T03:32:27.457Z] === RUN TestVolumesCreateAndList [2021-02-25T03:32:27.457Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-02-25T03:32:27.457Z] === RUN TestVolumesRemove [2021-02-25T03:32:27.457Z] --- PASS: TestVolumesRemove (0.05s) [2021-02-25T03:32:27.457Z] === RUN TestVolumesInspect [2021-02-25T03:32:27.457Z] --- PASS: TestVolumesInspect (0.02s) [2021-02-25T03:32:27.457Z] === RUN TestVolumesInvalidJSON [2021-02-25T03:32:27.457Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-02-25T03:32:27.457Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-02-25T03:32:27.457Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-02-25T03:32:27.457Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-02-25T03:32:27.457Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-02-25T03:32:27.457Z] PASS [2021-02-25T03:32:27.457Z] [2021-02-25T03:32:27.457Z] DONE 5 tests in 0.266s [2021-02-25T03:32:27.457Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-02-25T03:32:27.457Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12233 is not a child of this shell [2021-02-25T03:32:27.457Z] warning: PID 12233 from bundles/test-integration/docker.pid had a nonzero exit code [2021-02-25T03:32:27.457Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-25T03:32:27.457Z] [2021-02-25T03:32:27.457Z] Unloading profiles will leave already running processes permanently [2021-02-25T03:32:27.457Z] unconfined, which can lead to unexpected situations. [2021-02-25T03:32:27.457Z] [2021-02-25T03:32:27.457Z] To set a process to complain mode, use the command line tool [2021-02-25T03:32:27.457Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-25T03:32:27.457Z] Removing test suite binaries [2021-02-25T03:32:27.457Z] exiting test-integration [2021-02-25T03:32:27.457Z] ++ exit 0 [2021-02-25T03:32:27.669Z] INFO: Testing against a local daemon [2021-02-25T03:32:27.670Z] === RUN TestAuthZPluginAllowRequest [2021-02-25T03:32:27.996Z] --- PASS: TestStats (2.80s) [2021-02-25T03:32:27.996Z] === RUN TestStopContainerWithTimeout [2021-02-25T03:32:27.996Z] === RUN TestStopContainerWithTimeout/0 [2021-02-25T03:32:27.996Z] === PAUSE TestStopContainerWithTimeout/0 [2021-02-25T03:32:27.996Z] === RUN TestStopContainerWithTimeout/1 [2021-02-25T03:32:27.996Z] === PAUSE TestStopContainerWithTimeout/1 [2021-02-25T03:32:27.996Z] === RUN TestStopContainerWithTimeout/3 [2021-02-25T03:32:27.996Z] === PAUSE TestStopContainerWithTimeout/3 [2021-02-25T03:32:27.996Z] === RUN TestStopContainerWithTimeout/-1 [2021-02-25T03:32:27.996Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-02-25T03:32:27.996Z] === CONT TestStopContainerWithTimeout/0 [2021-02-25T03:32:27.996Z] === CONT TestStopContainerWithTimeout/1 [2021-02-25T03:32:27.996Z] === CONT TestStopContainerWithTimeout/3 [2021-02-25T03:32:27.996Z] === CONT TestStopContainerWithTimeout/-1 [2021-02-25T03:32:28.273Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.08s) [2021-02-25T03:32:28.273Z] === RUN TestAuthZPluginHeader [2021-02-25T03:32:28.273Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-02-25T03:32:28.398Z] [2021-02-25T03:32:28.843Z] --- PASS: TestAuthZPluginHeader (0.83s) [2021-02-25T03:32:28.843Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-02-25T03:32:29.036Z] --- PASS: TestAuthZPluginAllowRequest (1.23s) [2021-02-25T03:32:29.036Z] === RUN TestAuthZPluginTLS [2021-02-25T03:32:29.292Z] --- PASS: TestAuthZPluginTLS (0.54s) [2021-02-25T03:32:29.292Z] === RUN TestAuthZPluginDenyRequest [2021-02-25T03:32:29.414Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-02-25T03:32:29.674Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-02-25T03:32:29.806Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-02-25T03:32:29.854Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2021-02-25T03:32:29.854Z] === RUN TestAuthZPluginAPIDenyResponse [2021-02-25T03:32:30.245Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint Post stage [Pipeline] junit [2021-02-25T03:32:30.334Z] Recording test results [2021-02-25T03:32:30.416Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2021-02-25T03:32:30.416Z] === RUN TestAuthZPluginDenyResponse [2021-02-25T03:32:30.978Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2021-02-25T03:32:30.978Z] === RUN TestAuthZPluginAllowEventStream [2021-02-25T03:32:31.185Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-02-25T03:32:31.307Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2021-02-25T03:32:31.307Z] --- PASS: TestStopContainerWithTimeout/0 (1.20s) [2021-02-25T03:32:31.307Z] --- PASS: TestStopContainerWithTimeout/1 (2.31s) [2021-02-25T03:32:31.307Z] --- PASS: TestStopContainerWithTimeout/-1 (3.20s) [2021-02-25T03:32:31.307Z] --- PASS: TestStopContainerWithTimeout/3 (3.27s) [2021-02-25T03:32:31.307Z] === RUN TestDeleteDevicemapper [2021-02-25T03:32:31.307Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-02-25T03:32:31.307Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-25T03:32:31.307Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-02-25T03:32:31.334Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-02-25T03:32:32.127Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-02-25T03:32:32.249Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-02-25T03:32:32.428Z] --- PASS: TestAuthZPluginAllowEventStream (1.25s) [2021-02-25T03:32:32.428Z] === RUN TestAuthZPluginErrorResponse [Pipeline] // stage Post stage [Pipeline] sh [2021-02-25T03:32:32.684Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2021-02-25T03:32:32.684Z] === RUN TestAuthZPluginErrorRequest [2021-02-25T03:32:32.751Z] + echo Ensuring container killed. [2021-02-25T03:32:32.752Z] Ensuring container killed. [2021-02-25T03:32:32.752Z] + docker rm -vf docker-pr8 [2021-02-25T03:32:32.752Z] Error: No such container: docker-pr8 [Pipeline] sh [2021-02-25T03:32:32.929Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-02-25T03:32:33.049Z] + echo Chowning /workspace to jenkins user [2021-02-25T03:32:33.049Z] Chowning /workspace to jenkins user [2021-02-25T03:32:33.049Z] + id -u [2021-02-25T03:32:33.049Z] + id -g [2021-02-25T03:32:33.049Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42056:/workspace busybox chown -R 1000:1000 /workspace [2021-02-25T03:32:33.049Z] Unable to find image 'busybox:latest' locally [2021-02-25T03:32:33.120Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-02-25T03:32:33.230Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.33s) [2021-02-25T03:32:33.230Z] === RUN TestUpdateMemory [2021-02-25T03:32:33.230Z] --- SKIP: TestUpdateMemory (0.00s) [2021-02-25T03:32:33.230Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-02-25T03:32:33.230Z] === RUN TestUpdateCPUQuota [2021-02-25T03:32:33.286Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2021-02-25T03:32:33.286Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-02-25T03:32:33.311Z] latest: Pulling from library/busybox [2021-02-25T03:32:33.311Z] 5c4213be9af9: Pulling fs layer [2021-02-25T03:32:33.380Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.31s) [2021-02-25T03:32:33.380Z] === RUN TestAuthZPluginV2Disable [2021-02-25T03:32:33.860Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2021-02-25T03:32:33.860Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-02-25T03:32:33.980Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-02-25T03:32:34.277Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-02-25T03:32:34.621Z] --- PASS: TestUpdateCPUQuota (1.52s) [2021-02-25T03:32:34.621Z] === RUN TestUpdatePidsLimit [2021-02-25T03:32:34.621Z] === RUN TestUpdatePidsLimit/update_from_none [2021-02-25T03:32:35.195Z] === RUN TestUpdatePidsLimit/no_change [2021-02-25T03:32:35.227Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.48s) [2021-02-25T03:32:35.227Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-02-25T03:32:35.458Z] === RUN TestUpdatePidsLimit/update_lower [2021-02-25T03:32:35.835Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-02-25T03:32:35.923Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-02-25T03:32:35.923Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-02-25T03:32:36.034Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-02-25T03:32:36.183Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-02-25T03:32:36.184Z] === RUN TestDockerSuite/TestBuildSpaces [2021-02-25T03:32:36.298Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-02-25T03:32:36.753Z] --- PASS: TestAuthZPluginV2Disable (3.35s) [2021-02-25T03:32:36.753Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-02-25T03:32:36.753Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-02-25T03:32:36.873Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-02-25T03:32:37.118Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.61s) [2021-02-25T03:32:37.118Z] === RUN TestAuthZPluginHeader [2021-02-25T03:32:37.136Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-02-25T03:32:37.323Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-02-25T03:32:37.323Z] === RUN TestDockerSuite/TestBuildStderr [2021-02-25T03:32:37.680Z] --- PASS: TestAuthZPluginHeader (0.73s) [2021-02-25T03:32:37.680Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-02-25T03:32:38.264Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-02-25T03:32:38.413Z] --- PASS: TestImportExtremelyLargeImageWorks (86.36s) [2021-02-25T03:32:38.413Z] PASS [2021-02-25T03:32:38.413Z] [2021-02-25T03:32:38.413Z] === Skipped [2021-02-25T03:32:38.413Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-02-25T03:32:38.413Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-25T03:32:38.413Z] [2021-02-25T03:32:38.413Z] [2021-02-25T03:32:38.413Z] DONE 12 tests, 1 skipped in 88.069s [2021-02-25T03:32:38.413Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2021-02-25T03:32:38.413Z] ++ 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-02-25T03:32:38.413Z] ++ set -e [2021-02-25T03:32:38.413Z] ++ '[' -n 0 ']' [2021-02-25T03:32:38.413Z] ++ set -x [2021-02-25T03:32:38.413Z] ++ env -i DEST=/go/src/github.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-02-25T03:32:38.413Z] INFO: Testing against a local daemon [2021-02-25T03:32:38.413Z] === RUN TestNetworkCreateDelete [2021-02-25T03:32:38.413Z] --- PASS: TestNetworkCreateDelete (0.15s) [2021-02-25T03:32:38.413Z] === RUN TestDockerNetworkDeletePreferID [2021-02-25T03:32:38.413Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2021-02-25T03:32:38.413Z] === RUN TestDaemonDNSFallback [2021-02-25T03:32:38.413Z] --- PASS: TestDaemonDNSFallback (2.69s) [2021-02-25T03:32:38.413Z] === RUN TestInspectNetwork [2021-02-25T03:32:38.413Z] === RUN TestInspectNetwork/full_network_id [2021-02-25T03:32:38.413Z] === RUN TestInspectNetwork/partial_network_id [2021-02-25T03:32:38.413Z] === RUN TestInspectNetwork/network_name [2021-02-25T03:32:38.413Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-02-25T03:32:38.525Z] --- PASS: TestUpdatePidsLimit (3.63s) [2021-02-25T03:32:38.525Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.41s) [2021-02-25T03:32:38.525Z] --- PASS: TestUpdatePidsLimit/no_change (0.37s) [2021-02-25T03:32:38.525Z] --- PASS: TestUpdatePidsLimit/update_lower (0.36s) [2021-02-25T03:32:38.525Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.40s) [2021-02-25T03:32:38.525Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.41s) [2021-02-25T03:32:38.525Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.39s) [2021-02-25T03:32:38.525Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.41s) [2021-02-25T03:32:38.525Z] === RUN TestUpdateRestartPolicy [2021-02-25T03:32:38.598Z] 5c4213be9af9: Verifying Checksum [2021-02-25T03:32:38.598Z] 5c4213be9af9: Download complete [2021-02-25T03:32:38.598Z] 5c4213be9af9: Pull complete [2021-02-25T03:32:38.598Z] Digest: sha256:c6b45a95f932202dbb27c31333c4789f45184a744060f6e569cc9d2bf1b9ad6f [2021-02-25T03:32:38.598Z] Status: Downloaded newer image for busybox:latest [2021-02-25T03:32:39.399Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-02-25T03:32:40.175Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.31s) [2021-02-25T03:32:40.175Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-02-25T03:32:40.824Z] + bundleName=amd64-rootless [2021-02-25T03:32:40.824Z] + echo Creating amd64-rootless-bundles.tar.gz [2021-02-25T03:32:40.824Z] Creating amd64-rootless-bundles.tar.gz [2021-02-25T03:32:40.824Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [2021-02-25T03:32:40.824Z] + 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-02-25T03:32:40.839Z] Archiving artifacts [2021-02-25T03:32:41.117Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-02-25T03:32:41.494Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-02-25T03:32:41.847Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.55s) [2021-02-25T03:32:41.847Z] === RUN TestAuthZPluginV2Disable [2021-02-25T03:32:42.059Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-02-25T03:32:42.870Z] --- PASS: TestInspectNetwork (11.90s) [2021-02-25T03:32:42.870Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-02-25T03:32:42.870Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-02-25T03:32:42.870Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-02-25T03:32:42.870Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-02-25T03:32:42.870Z] === RUN TestRunContainerWithBridgeNone [2021-02-25T03:32:43.005Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-02-25T03:32:43.027Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-02-25T03:32:43.056Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42056/8/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-02-25T03:32:43.388Z] + make clean [2021-02-25T03:32:43.649Z] docker volume rm -f docker-dev-cache [2021-02-25T03:32:43.649Z] docker-dev-cache [Pipeline] deleteDir [2021-02-25T03:32:43.675Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-02-25T03:32:43.947Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-02-25T03:32:44.365Z] --- PASS: TestAuthZPluginV2Disable (2.89s) [2021-02-25T03:32:44.365Z] === RUN TestAuthZPluginV2RejectVolumeRequests [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-25T03:32:45.208Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-02-25T03:32:45.330Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-02-25T03:32:45.606Z] --- PASS: TestRunContainerWithBridgeNone (2.63s) [2021-02-25T03:32:45.606Z] === RUN TestNetworkInvalidJSON [2021-02-25T03:32:45.606Z] === RUN TestNetworkInvalidJSON//networks/create [2021-02-25T03:32:45.606Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-02-25T03:32:45.606Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-02-25T03:32:45.606Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-02-25T03:32:45.606Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-25T03:32:45.606Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-25T03:32:45.606Z] === CONT TestNetworkInvalidJSON//networks/create [2021-02-25T03:32:45.606Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-25T03:32:45.606Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-02-25T03:32:45.606Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-02-25T03:32:45.606Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-02-25T03:32:45.606Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-02-25T03:32:45.606Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-02-25T03:32:45.606Z] === RUN TestNetworkList [2021-02-25T03:32:45.606Z] === RUN TestNetworkList//networks [2021-02-25T03:32:45.606Z] === PAUSE TestNetworkList//networks [2021-02-25T03:32:45.606Z] === RUN TestNetworkList//networks/ [2021-02-25T03:32:45.606Z] === PAUSE TestNetworkList//networks/ [2021-02-25T03:32:45.606Z] === CONT TestNetworkList//networks [2021-02-25T03:32:45.606Z] === CONT TestNetworkList//networks/ [2021-02-25T03:32:45.606Z] --- PASS: TestNetworkList (0.01s) [2021-02-25T03:32:45.606Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-02-25T03:32:45.606Z] --- PASS: TestNetworkList//networks (0.00s) [2021-02-25T03:32:45.606Z] === RUN TestHostIPv4BridgeLabel [2021-02-25T03:32:45.898Z] --- PASS: TestHostIPv4BridgeLabel (0.55s) [2021-02-25T03:32:45.898Z] === RUN TestDaemonRestartWithLiveRestore [2021-02-25T03:32:46.486Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-02-25T03:32:46.714Z] === RUN TestDockerSuite/TestBuildUser [2021-02-25T03:32:46.886Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (2.74s) [2021-02-25T03:32:46.886Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-02-25T03:32:46.933Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2021-02-25T03:32:46.933Z] === RUN TestDaemonDefaultNetworkPools [2021-02-25T03:32:47.971Z] --- PASS: TestDaemonDefaultNetworkPools (0.86s) [2021-02-25T03:32:47.971Z] === RUN TestDaemonRestartWithExistingNetwork [2021-02-25T03:32:48.098Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2021-02-25T03:32:48.098Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-02-25T03:32:48.582Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-02-25T03:32:49.007Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.21s) [2021-02-25T03:32:49.007Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-02-25T03:32:49.639Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-02-25T03:32:50.010Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.96s) [2021-02-25T03:32:50.011Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-02-25T03:32:50.518Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.30s) [2021-02-25T03:32:50.518Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-02-25T03:32:50.776Z] --- PASS: TestUpdateRestartPolicy (12.39s) [2021-02-25T03:32:50.776Z] === RUN TestUpdateRestartWithAutoRemove [2021-02-25T03:32:50.809Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.67s) [2021-02-25T03:32:50.809Z] === RUN TestServiceWithPredefinedNetwork [2021-02-25T03:32:51.171Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-02-25T03:32:51.393Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-02-25T03:32:51.726Z] --- PASS: TestUpdateRestartWithAutoRemove (0.77s) [2021-02-25T03:32:51.726Z] === RUN TestWaitNonBlocked [2021-02-25T03:32:51.726Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-25T03:32:51.726Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-25T03:32:51.726Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-25T03:32:51.726Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-25T03:32:51.726Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-25T03:32:51.726Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-25T03:32:52.223Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-02-25T03:32:52.223Z] Using test binary docker [2021-02-25T03:32:52.223Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-02-25T03:32:52.223Z] +++ /etc/init.d/apparmor start [2021-02-25T03:32:52.223Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-25T03:32:52.223Z] INFO: Waiting for daemon to start... [2021-02-25T03:32:52.223Z] Starting dockerd [2021-02-25T03:32:52.223Z] +++ 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-02-25T03:32:52.673Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-02-25T03:32:52.673Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.95s) [2021-02-25T03:32:52.673Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.00s) [2021-02-25T03:32:52.673Z] === RUN TestWaitBlocked [2021-02-25T03:32:52.673Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-25T03:32:52.673Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-25T03:32:52.673Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-02-25T03:32:52.673Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-02-25T03:32:52.673Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-25T03:32:52.673Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-02-25T03:32:53.623Z] --- PASS: TestWaitBlocked (0.03s) [2021-02-25T03:32:53.623Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.98s) [2021-02-25T03:32:53.623Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.05s) [2021-02-25T03:32:53.623Z] === CONT TestContainerStartOnDaemonRestart [2021-02-25T03:32:53.623Z] === CONT TestContainerKillOnDaemonStart [2021-02-25T03:32:53.623Z] === CONT TestIpcModeOlderClient [2021-02-25T03:32:53.623Z] === CONT TestDaemonHostGatewayIP [2021-02-25T03:32:53.886Z] --- PASS: TestIpcModeOlderClient (0.21s) [2021-02-25T03:32:53.886Z] === CONT TestDaemonRestartIpcMode [2021-02-25T03:32:54.305Z] . [2021-02-25T03:32:54.305Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-02-25T03:32:54.305Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-02-25T03:32:54.305Z] Error: No such image: emptyfs [2021-02-25T03:32:54.305Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-02-25T03:32:54.305Z] ++++ docker load [2021-02-25T03:32:54.602Z] Running integration-test (iteration 1) [2021-02-25T03:32:54.602Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2021-02-25T03:32:54.602Z] ++ 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-02-25T03:32:54.602Z] ++ set -e [2021-02-25T03:32:54.602Z] ++ '[' -n 0 ']' [2021-02-25T03:32:54.602Z] ++ set -x [2021-02-25T03:32:54.602Z] ++ env -i DEST=/go/src/github.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-02-25T03:32:55.277Z] --- PASS: TestServiceWithPredefinedNetwork (4.12s) [2021-02-25T03:32:55.278Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-02-25T03:32:55.278Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-25T03:32:55.278Z] service_test.go:242: FLAKY_TEST [2021-02-25T03:32:55.278Z] === RUN TestServiceWithDataPathPortInit [2021-02-25T03:32:56.831Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (8.87s) [2021-02-25T03:32:56.831Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-02-25T03:32:57.212Z] --- PASS: TestContainerStartOnDaemonRestart (3.61s) [2021-02-25T03:32:57.212Z] === CONT TestRestartDaemonWithRestartingContainer [2021-02-25T03:32:58.605Z] --- PASS: TestDaemonRestartIpcMode (4.67s) [2021-02-25T03:32:58.605Z] --- PASS: TestDaemonHostGatewayIP (5.01s) [2021-02-25T03:33:01.162Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.84s) [2021-02-25T03:33:01.409Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-02-25T03:33:02.349Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-02-25T03:33:02.349Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-02-25T03:33:02.919Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-02-25T03:33:03.858Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-02-25T03:33:04.428Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-02-25T03:33:04.588Z] ok github.com/docker/docker/cmd/dockerd 0.094s coverage: 29.1% of statements [2021-02-25T03:33:04.688Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-02-25T03:33:04.688Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-02-25T03:33:04.688Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-02-25T03:33:04.688Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-02-25T03:33:05.526Z] ok github.com/docker/docker/container 0.118s coverage: 34.7% of statements [2021-02-25T03:33:05.526Z] ? github.com/docker/docker/container/stream [no test files] [2021-02-25T03:33:05.526Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-02-25T03:33:05.526Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-02-25T03:33:05.526Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-02-25T03:33:05.630Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-02-25T03:33:05.630Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-02-25T03:33:06.578Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-02-25T03:33:06.578Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.65s) [2021-02-25T03:33:06.578Z] PASS [2021-02-25T03:33:06.578Z] [2021-02-25T03:33:06.578Z] DONE 17 tests in 50.195s [2021-02-25T03:33:06.578Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-02-25T03:33:06.578Z] ++ 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-02-25T03:33:06.578Z] ++ set -e [2021-02-25T03:33:06.578Z] ++ '[' -n 0 ']' [2021-02-25T03:33:06.578Z] ++ set -x [2021-02-25T03:33:06.578Z] ++ env -i DEST=/go/src/github.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-02-25T03:33:06.578Z] INFO: Testing against a local daemon [2021-02-25T03:33:06.578Z] === RUN TestPluginInvalidJSON [2021-02-25T03:33:06.578Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-02-25T03:33:06.578Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-02-25T03:33:06.578Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-02-25T03:33:06.578Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-02-25T03:33:06.578Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-02-25T03:33:06.578Z] === RUN TestPluginInstall [2021-02-25T03:33:06.578Z] === RUN TestPluginInstall/no_auth [2021-02-25T03:33:07.149Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-02-25T03:33:07.416Z] Loaded image: buildpack-deps:buster [2021-02-25T03:33:07.416Z] Loaded image: busybox:latest [2021-02-25T03:33:07.416Z] Loaded image: busybox:glibc [2021-02-25T03:33:07.720Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-02-25T03:33:07.762Z] --- PASS: TestContainerKillOnDaemonStart (13.30s) [2021-02-25T03:33:07.762Z] PASS [2021-02-25T03:33:07.762Z] [2021-02-25T03:33:07.762Z] === Skipped [2021-02-25T03:33:07.762Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2021-02-25T03:33:07.762Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-25T03:33:07.762Z] [2021-02-25T03:33:07.762Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2021-02-25T03:33:07.762Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-25T03:33:07.762Z] [2021-02-25T03:33:07.762Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2021-02-25T03:33:07.762Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-25T03:33:07.762Z] [2021-02-25T03:33:07.762Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-25T03:33:07.762Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-25T03:33:07.762Z] [2021-02-25T03:33:07.762Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2021-02-25T03:33:07.762Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-25T03:33:07.762Z] [2021-02-25T03:33:07.762Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2021-02-25T03:33:07.762Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-02-25T03:33:07.762Z] [2021-02-25T03:33:07.762Z] [2021-02-25T03:33:07.762Z] DONE 196 tests, 6 skipped in 140.413s [2021-02-25T03:33:07.762Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2021-02-25T03:33:07.762Z] ++ 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-02-25T03:33:07.762Z] ++ set -e [2021-02-25T03:33:07.762Z] ++ '[' -n 0 ']' [2021-02-25T03:33:07.762Z] ++ set -x [2021-02-25T03:33:07.762Z] ++ env -i DEST=/go/src/github.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-02-25T03:33:07.762Z] INFO: Testing against a local daemon [2021-02-25T03:33:07.762Z] === RUN TestCommitInheritsEnv [2021-02-25T03:33:07.762Z] --- PASS: TestCommitInheritsEnv (0.56s) [2021-02-25T03:33:07.762Z] === RUN TestImportExtremelyLargeImageWorks [2021-02-25T03:33:07.762Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-02-25T03:33:07.762Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-02-25T03:33:07.762Z] === RUN TestImagesFilterMultiReference [2021-02-25T03:33:07.762Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2021-02-25T03:33:07.762Z] === RUN TestImagePullPlatformInvalid [2021-02-25T03:33:07.762Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2021-02-25T03:33:07.762Z] === RUN TestRemoveImageOrphaning [2021-02-25T03:33:07.981Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-02-25T03:33:08.337Z] --- PASS: TestRemoveImageOrphaning (0.56s) [2021-02-25T03:33:08.337Z] === RUN TestRemoveImageGarbageCollector [2021-02-25T03:33:08.337Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-02-25T03:33:08.337Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-25T03:33:08.337Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-02-25T03:33:08.600Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-02-25T03:33:08.600Z] === RUN TestTagInvalidReference [2021-02-25T03:33:08.600Z] --- PASS: TestTagInvalidReference (0.03s) [2021-02-25T03:33:08.600Z] === RUN TestTagValidPrefixedRepo [2021-02-25T03:33:08.600Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2021-02-25T03:33:08.600Z] === RUN TestTagExistedNameWithoutForce [2021-02-25T03:33:08.600Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2021-02-25T03:33:08.600Z] === RUN TestTagOfficialNames [2021-02-25T03:33:08.600Z] --- PASS: TestTagOfficialNames (0.08s) [2021-02-25T03:33:08.600Z] === RUN TestTagMatchesDigest [2021-02-25T03:33:08.600Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-02-25T03:33:08.600Z] PASS [2021-02-25T03:33:08.600Z] [2021-02-25T03:33:08.600Z] === Skipped [2021-02-25T03:33:08.600Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2021-02-25T03:33:08.600Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-02-25T03:33:08.600Z] [2021-02-25T03:33:08.600Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-02-25T03:33:08.600Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-25T03:33:08.600Z] [2021-02-25T03:33:08.600Z] [2021-02-25T03:33:08.600Z] DONE 12 tests, 2 skipped in 1.778s [2021-02-25T03:33:08.863Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2021-02-25T03:33:08.863Z] ++ 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-02-25T03:33:08.863Z] ++ set -e [2021-02-25T03:33:08.863Z] ++ '[' -n 0 ']' [2021-02-25T03:33:08.863Z] ++ set -x [2021-02-25T03:33:08.864Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-02-25T03:33:08.864Z] INFO: Testing against a local daemon [2021-02-25T03:33:08.864Z] === RUN TestNetworkCreateDelete [2021-02-25T03:33:08.924Z] time="2021-02-25T03:33:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-25T03:33:08.924Z] time="2021-02-25T03:33:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6e2e2558c1bc871d39a9a7a74b6ee44b68446c2a2e6adef62c7e4c540fbdb677" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-25T03:33:09.185Z] time="2021-02-25T03:33:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-25T03:33:09.185Z] time="2021-02-25T03:33:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6e2e2558c1bc871d39a9a7a74b6ee44b68446c2a2e6adef62c7e4c540fbdb677" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-25T03:33:09.439Z] --- PASS: TestNetworkCreateDelete (0.41s) [2021-02-25T03:33:09.439Z] === RUN TestDockerNetworkDeletePreferID [2021-02-25T03:33:09.445Z] === RUN TestPluginInstall/with_htpasswd [2021-02-25T03:33:10.016Z] time="2021-02-25T03:33:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-25T03:33:10.016Z] time="2021-02-25T03:33:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e9e0785814bdbb4de0fe2ee549785a427fb43d2a4f0058b2cb9836e577264374" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-25T03:33:10.016Z] time="2021-02-25T03:33:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-25T03:33:10.016Z] time="2021-02-25T03:33:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e9e0785814bdbb4de0fe2ee549785a427fb43d2a4f0058b2cb9836e577264374" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-25T03:33:10.195Z] Loaded image: debian:bullseye [2021-02-25T03:33:10.195Z] Loaded image: hello-world:latest [2021-02-25T03:33:10.195Z] Loaded image: arm32v7/hello-world:latest [2021-02-25T03:33:10.195Z] INFO: Testing against a local daemon [2021-02-25T03:33:10.195Z] === RUN TestCgroupNamespacesBuild [2021-02-25T03:33:10.280Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-02-25T03:33:10.541Z] === RUN TestPluginInstall/with_insecure [2021-02-25T03:33:10.832Z] --- PASS: TestDockerNetworkDeletePreferID (1.22s) [2021-02-25T03:33:10.832Z] === RUN TestDaemonDNSFallback [2021-02-25T03:33:11.723Z] --- PASS: TestCgroupNamespacesBuild (1.42s) [2021-02-25T03:33:11.723Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-02-25T03:33:11.923Z] time="2021-02-25T03:33:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-25T03:33:11.923Z] time="2021-02-25T03:33:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8d4f4f17bac1987a0549f6bbc3126734c21c75c7aef7c85b9e655f275a970209" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-25T03:33:11.923Z] time="2021-02-25T03:33:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-25T03:33:11.923Z] time="2021-02-25T03:33:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8d4f4f17bac1987a0549f6bbc3126734c21c75c7aef7c85b9e655f275a970209" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-25T03:33:11.923Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2021-02-25T03:33:12.183Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-02-25T03:33:12.183Z] --- PASS: TestPluginInstall (5.52s) [2021-02-25T03:33:12.183Z] --- PASS: TestPluginInstall/no_auth (2.78s) [2021-02-25T03:33:12.183Z] --- PASS: TestPluginInstall/with_htpasswd (1.07s) [2021-02-25T03:33:12.183Z] --- PASS: TestPluginInstall/with_insecure (1.67s) [2021-02-25T03:33:12.183Z] plugin_test.go:160: [d83c5b217a781] daemon is not started [2021-02-25T03:33:12.183Z] === RUN TestPluginsWithRuntimes [2021-02-25T03:33:13.124Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-02-25T03:33:13.274Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.39s) [2021-02-25T03:33:13.274Z] === RUN TestBuildWithSession [2021-02-25T03:33:13.274Z] --- SKIP: TestBuildWithSession (0.00s) [2021-02-25T03:33:13.274Z] build_session_test.go:25: TODO: BuildKit [2021-02-25T03:33:13.274Z] === RUN TestBuildSquashParent [2021-02-25T03:33:14.066Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-02-25T03:33:14.327Z] === RUN TestPluginsWithRuntimes/No_Args [2021-02-25T03:33:14.890Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2021-02-25T03:33:14.890Z] PASS [2021-02-25T03:33:14.890Z] [2021-02-25T03:33:14.890Z] DONE 17 tests in 44.727s [2021-02-25T03:33:14.890Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-02-25T03:33:14.890Z] INFO: Testing against a local daemon [2021-02-25T03:33:14.890Z] === RUN TestPluginInvalidJSON [2021-02-25T03:33:14.890Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-02-25T03:33:14.890Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-02-25T03:33:14.890Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-02-25T03:33:14.890Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-02-25T03:33:14.890Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-02-25T03:33:14.890Z] === RUN TestPluginInstall [2021-02-25T03:33:14.890Z] === RUN TestPluginInstall/no_auth [2021-02-25T03:33:14.890Z] time="2021-02-25T03:33:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-25T03:33:14.890Z] time="2021-02-25T03:33:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e78b055feb9f0d44d96ae89e8f428eb8f373a3414e0bc6e4192463954365cdeb" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-25T03:33:14.890Z] time="2021-02-25T03:33:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-25T03:33:14.890Z] time="2021-02-25T03:33:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e78b055feb9f0d44d96ae89e8f428eb8f373a3414e0bc6e4192463954365cdeb" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-25T03:33:14.890Z] === RUN TestPluginInstall/with_htpasswd [2021-02-25T03:33:14.890Z] time="2021-02-25T03:33:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-25T03:33:14.890Z] time="2021-02-25T03:33:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fc2d1935811ee659d6170614ddb5078ac07e14414c751e1af42aabffef8f9bab" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-25T03:33:14.890Z] time="2021-02-25T03:33:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-25T03:33:14.890Z] time="2021-02-25T03:33:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fc2d1935811ee659d6170614ddb5078ac07e14414c751e1af42aabffef8f9bab" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-25T03:33:14.897Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-02-25T03:33:14.897Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-02-25T03:33:15.147Z] === RUN TestPluginInstall/with_insecure [2021-02-25T03:33:15.469Z] === RUN TestPluginsWithRuntimes/With_Args [2021-02-25T03:33:15.729Z] === RUN TestDockerSuite/TestBuildXZHost [2021-02-25T03:33:16.074Z] time="2021-02-25T03:33:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-25T03:33:16.074Z] time="2021-02-25T03:33:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d5b14fae8fc53438397743edec81f10a6c897da7876563190799317f29ccb7b8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-25T03:33:16.074Z] time="2021-02-25T03:33:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-25T03:33:16.074Z] time="2021-02-25T03:33:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d5b14fae8fc53438397743edec81f10a6c897da7876563190799317f29ccb7b8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-25T03:33:16.299Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2021-02-25T03:33:16.331Z] --- PASS: TestPluginInstall (4.09s) [2021-02-25T03:33:16.331Z] --- PASS: TestPluginInstall/no_auth (2.04s) [2021-02-25T03:33:16.331Z] --- PASS: TestPluginInstall/with_htpasswd (0.80s) [2021-02-25T03:33:16.331Z] --- PASS: TestPluginInstall/with_insecure (1.25s) [2021-02-25T03:33:16.331Z] plugin_test.go:160: [da71afb4d141f] daemon is not started [2021-02-25T03:33:16.331Z] === RUN TestPluginsWithRuntimes [2021-02-25T03:33:16.870Z] --- PASS: TestPluginsWithRuntimes (4.55s) [2021-02-25T03:33:16.870Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.34s) [2021-02-25T03:33:16.870Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.09s) [2021-02-25T03:33:16.870Z] PASS [2021-02-25T03:33:16.870Z] [2021-02-25T03:33:16.870Z] DONE 9 tests in 10.221s [2021-02-25T03:33:16.870Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-02-25T03:33:16.870Z] ++ 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-02-25T03:33:16.870Z] ++ set -e [2021-02-25T03:33:16.870Z] ++ '[' -n 0 ']' [2021-02-25T03:33:16.870Z] ++ set -x [2021-02-25T03:33:16.870Z] ++ env -i DEST=/go/src/github.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-02-25T03:33:16.870Z] INFO: Testing against a local daemon [2021-02-25T03:33:16.870Z] === RUN TestExternalGraphDriver [2021-02-25T03:33:17.131Z] === RUN TestExternalGraphDriver/json [2021-02-25T03:33:17.701Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-02-25T03:33:17.701Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-02-25T03:33:17.701Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-02-25T03:33:17.738Z] ok github.com/docker/docker/daemon/cluster 0.065s coverage: 0.5% of statements [2021-02-25T03:33:17.743Z] --- PASS: TestServiceWithDataPathPortInit (22.13s) [2021-02-25T03:33:17.743Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-02-25T03:33:17.760Z] --- PASS: TestBuildSquashParent (4.13s) [2021-02-25T03:33:17.760Z] === RUN TestBuildWithRemoveAndForceRemove [2021-02-25T03:33:17.760Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-25T03:33:17.760Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-25T03:33:17.760Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-25T03:33:17.760Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-25T03:33:17.760Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-25T03:33:17.760Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-25T03:33:17.760Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-25T03:33:17.760Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-25T03:33:17.760Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-25T03:33:17.760Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-25T03:33:17.760Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-25T03:33:17.760Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-25T03:33:17.760Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-25T03:33:17.760Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-25T03:33:17.760Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-25T03:33:17.760Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-25T03:33:18.222Z] === RUN TestPluginsWithRuntimes/No_Args [2021-02-25T03:33:18.643Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-02-25T03:33:18.675Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2021-02-25T03:33:18.989Z] --- PASS: TestDaemonDNSFallback (7.37s) [2021-02-25T03:33:18.989Z] === RUN TestInspectNetwork [2021-02-25T03:33:19.150Z] === RUN TestPluginsWithRuntimes/With_Args [2021-02-25T03:33:19.585Z] === RUN TestExternalGraphDriver/spec [2021-02-25T03:33:19.585Z] === RUN TestDockerSuite/TestCommitChange [2021-02-25T03:33:19.913Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-25T03:33:19.913Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-25T03:33:20.057Z] ok github.com/docker/docker/daemon/cluster/convert 0.008s coverage: 35.9% of statements [2021-02-25T03:33:20.078Z] --- PASS: TestPluginsWithRuntimes (3.55s) [2021-02-25T03:33:20.078Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.91s) [2021-02-25T03:33:20.078Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.92s) [2021-02-25T03:33:20.078Z] PASS [2021-02-25T03:33:20.078Z] [2021-02-25T03:33:20.078Z] DONE 9 tests in 7.694s [2021-02-25T03:33:20.078Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-02-25T03:33:20.078Z] INFO: Testing against a local daemon [2021-02-25T03:33:20.078Z] === RUN TestExternalGraphDriver [2021-02-25T03:33:20.078Z] === RUN TestExternalGraphDriver/json [2021-02-25T03:33:20.988Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-02-25T03:33:21.558Z] === RUN TestExternalGraphDriver/pull [2021-02-25T03:33:21.818Z] === RUN TestDockerSuite/TestCommitHardlink [2021-02-25T03:33:21.967Z] === RUN TestExternalGraphDriver/spec [2021-02-25T03:33:22.014Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2021-02-25T03:33:22.014Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.45s) [2021-02-25T03:33:22.014Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.56s) [2021-02-25T03:33:22.014Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.62s) [2021-02-25T03:33:22.014Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.89s) [2021-02-25T03:33:22.014Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.98s) [2021-02-25T03:33:22.014Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.94s) [2021-02-25T03:33:22.014Z] === RUN TestBuildMultiStageCopy [2021-02-25T03:33:22.014Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-02-25T03:33:23.202Z] === RUN TestDockerSuite/TestCommitNewFile [2021-02-25T03:33:23.210Z] === RUN TestInspectNetwork/full_network_id [2021-02-25T03:33:23.210Z] === RUN TestInspectNetwork/partial_network_id [2021-02-25T03:33:23.210Z] === RUN TestInspectNetwork/network_name [2021-02-25T03:33:23.210Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-02-25T03:33:23.463Z] --- PASS: TestExternalGraphDriver (6.38s) [2021-02-25T03:33:23.463Z] --- PASS: TestExternalGraphDriver/json (2.45s) [2021-02-25T03:33:23.463Z] --- PASS: TestExternalGraphDriver/spec (2.04s) [2021-02-25T03:33:23.463Z] --- PASS: TestExternalGraphDriver/pull (1.68s) [2021-02-25T03:33:23.463Z] === RUN TestGraphdriverPluginV2 [2021-02-25T03:33:23.538Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-02-25T03:33:23.538Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-02-25T03:33:23.832Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-02-25T03:33:23.859Z] === RUN TestExternalGraphDriver/pull [2021-02-25T03:33:24.127Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-02-25T03:33:24.405Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-02-25T03:33:24.767Z] --- PASS: TestBuildMultiStageCopy (2.80s) [2021-02-25T03:33:24.767Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.52s) [2021-02-25T03:33:24.767Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.29s) [2021-02-25T03:33:24.767Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.29s) [2021-02-25T03:33:24.767Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.36s) [2021-02-25T03:33:24.767Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.33s) [2021-02-25T03:33:24.767Z] === RUN TestBuildMultiStageParentConfig [2021-02-25T03:33:24.977Z] === RUN TestDockerSuite/TestCommitTTY [2021-02-25T03:33:25.225Z] --- PASS: TestExternalGraphDriver (5.02s) [2021-02-25T03:33:25.225Z] --- PASS: TestExternalGraphDriver/json (1.71s) [2021-02-25T03:33:25.225Z] --- PASS: TestExternalGraphDriver/spec (1.74s) [2021-02-25T03:33:25.225Z] --- PASS: TestExternalGraphDriver/pull (1.47s) [2021-02-25T03:33:25.225Z] === RUN TestGraphdriverPluginV2 [2021-02-25T03:33:25.407Z] --- PASS: TestBuildMultiStageParentConfig (0.78s) [2021-02-25T03:33:25.407Z] === RUN TestBuildLabelWithTargets [2021-02-25T03:33:26.362Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-02-25T03:33:26.933Z] --- PASS: TestBuildLabelWithTargets (1.27s) [2021-02-25T03:33:26.933Z] === RUN TestBuildWithEmptyLayers [2021-02-25T03:33:26.933Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-02-25T03:33:27.230Z] --- PASS: TestBuildWithEmptyLayers (0.59s) [2021-02-25T03:33:27.230Z] === RUN TestBuildMultiStageOnBuild [2021-02-25T03:33:27.427Z] --- PASS: TestInspectNetwork (9.10s) [2021-02-25T03:33:27.427Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-02-25T03:33:27.427Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-02-25T03:33:27.427Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-02-25T03:33:27.427Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-02-25T03:33:27.427Z] === RUN TestRunContainerWithBridgeNone [2021-02-25T03:33:27.504Z] --- PASS: TestGraphdriverPluginV2 (4.07s) [2021-02-25T03:33:27.504Z] PASS [2021-02-25T03:33:27.504Z] [2021-02-25T03:33:27.504Z] DONE 5 tests in 10.598s [2021-02-25T03:33:27.504Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-02-25T03:33:27.504Z] ++ 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-02-25T03:33:27.504Z] ++ set -e [2021-02-25T03:33:27.504Z] ++ '[' -n 0 ']' [2021-02-25T03:33:27.504Z] ++ set -x [2021-02-25T03:33:27.504Z] ++ env -i DEST=/go/src/github.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-02-25T03:33:27.504Z] INFO: Testing against a local daemon [2021-02-25T03:33:27.504Z] === RUN TestContinueAfterPluginCrash [2021-02-25T03:33:27.504Z] === PAUSE TestContinueAfterPluginCrash [2021-02-25T03:33:27.504Z] === RUN TestReadPluginNoRead [2021-02-25T03:33:27.504Z] === PAUSE TestReadPluginNoRead [2021-02-25T03:33:27.504Z] === RUN TestDaemonStartWithLogOpt [2021-02-25T03:33:27.504Z] === PAUSE TestDaemonStartWithLogOpt [2021-02-25T03:33:27.504Z] === CONT TestContinueAfterPluginCrash [2021-02-25T03:33:27.504Z] === CONT TestDaemonStartWithLogOpt [2021-02-25T03:33:28.076Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-02-25T03:33:28.155Z] --- PASS: TestServiceWithDefaultAddressPoolInit (10.73s) [2021-02-25T03:33:28.155Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:pyhsqub1n4aziequzmj8ifgng Created:2021-02-25 03:33:18.224799482 +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[3132c71c5d024a1413143a831818a12ebf1f5e77f74dde77cdd89a1c05a3fb35:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.f64cp1l4xj43hv18vrgxfrhq6 EndpointID:79e949d3abd61f6888d845822c6a0fa5d79f562dd6228a935ecb3a786bd5d0f5 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:ee6e1a3e7df63e2d4c946a73b61ca3e60dfd79652f74516477a65967baf7ef26 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:ae8a6685229e IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.f64cp1l4xj43hv18vrgxfrhq6 EndpointID:79e949d3abd61f6888d845822c6a0fa5d79f562dd6228a935ecb3a786bd5d0f5 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-02-25T03:33:28.155Z] PASS [2021-02-25T03:33:28.155Z] [2021-02-25T03:33:28.155Z] === Skipped [2021-02-25T03:33:28.155Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-25T03:33:28.155Z] service_test.go:242: FLAKY_TEST [2021-02-25T03:33:28.155Z] [2021-02-25T03:33:28.155Z] [2021-02-25T03:33:28.155Z] DONE 26 tests, 1 skipped in 60.467s [2021-02-25T03:33:28.155Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-02-25T03:33:28.155Z] ++ 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-02-25T03:33:28.155Z] ++ set -e [2021-02-25T03:33:28.155Z] ++ '[' -n 0 ']' [2021-02-25T03:33:28.155Z] ++ set -x [2021-02-25T03:33:28.156Z] ++ env -i DEST=/go/src/github.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-02-25T03:33:28.156Z] INFO: Testing against a local daemon [2021-02-25T03:33:28.156Z] === RUN TestDockerNetworkIpvlanPersistance [2021-02-25T03:33:28.156Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-02-25T03:33:28.156Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-25T03:33:28.156Z] === RUN TestDockerNetworkIpvlan [2021-02-25T03:33:28.448Z] --- SKIP: TestDockerNetworkIpvlan (0.04s) [2021-02-25T03:33:28.448Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-25T03:33:28.448Z] PASS [2021-02-25T03:33:28.448Z] [2021-02-25T03:33:28.448Z] === Skipped [2021-02-25T03:33:28.448Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-02-25T03:33:28.448Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-25T03:33:28.448Z] [2021-02-25T03:33:28.448Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.04s) [2021-02-25T03:33:28.448Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-25T03:33:28.448Z] [2021-02-25T03:33:28.448Z] [2021-02-25T03:33:28.448Z] DONE 2 tests, 2 skipped in 0.421s [2021-02-25T03:33:28.448Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-02-25T03:33:28.448Z] ++ 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-02-25T03:33:28.448Z] ++ set -e [2021-02-25T03:33:28.448Z] ++ '[' -n 0 ']' [2021-02-25T03:33:28.448Z] ++ set -x [2021-02-25T03:33:28.448Z] ++ env -i DEST=/go/src/github.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-02-25T03:33:28.494Z] --- PASS: TestGraphdriverPluginV2 (3.40s) [2021-02-25T03:33:28.494Z] PASS [2021-02-25T03:33:28.494Z] [2021-02-25T03:33:28.494Z] DONE 5 tests in 8.463s [2021-02-25T03:33:28.494Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-02-25T03:33:28.494Z] INFO: Testing against a local daemon [2021-02-25T03:33:28.494Z] === RUN TestContinueAfterPluginCrash [2021-02-25T03:33:28.494Z] === PAUSE TestContinueAfterPluginCrash [2021-02-25T03:33:28.494Z] === RUN TestReadPluginNoRead [2021-02-25T03:33:28.494Z] === PAUSE TestReadPluginNoRead [2021-02-25T03:33:28.494Z] === RUN TestDaemonStartWithLogOpt [2021-02-25T03:33:28.494Z] === PAUSE TestDaemonStartWithLogOpt [2021-02-25T03:33:28.494Z] === CONT TestContinueAfterPluginCrash [2021-02-25T03:33:28.494Z] === CONT TestDaemonStartWithLogOpt [2021-02-25T03:33:28.740Z] INFO: Testing against a local daemon [2021-02-25T03:33:28.740Z] === RUN TestDockerNetworkMacvlanPersistance [2021-02-25T03:33:29.017Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-02-25T03:33:29.017Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-02-25T03:33:29.278Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-02-25T03:33:29.278Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-02-25T03:33:29.278Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-02-25T03:33:29.319Z] --- PASS: TestBuildMultiStageOnBuild (1.71s) [2021-02-25T03:33:29.319Z] === RUN TestBuildUncleanTarFilenames [2021-02-25T03:33:29.539Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-02-25T03:33:29.539Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-02-25T03:33:29.964Z] --- PASS: TestBuildUncleanTarFilenames (0.89s) [2021-02-25T03:33:29.964Z] === RUN TestBuildMultiStageLayerLeak [2021-02-25T03:33:30.009Z] --- PASS: TestRunContainerWithBridgeNone (2.56s) [2021-02-25T03:33:30.009Z] === RUN TestNetworkInvalidJSON [2021-02-25T03:33:30.009Z] === RUN TestNetworkInvalidJSON//networks/create [2021-02-25T03:33:30.009Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-02-25T03:33:30.009Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-02-25T03:33:30.009Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-02-25T03:33:30.009Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-25T03:33:30.009Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-25T03:33:30.009Z] === CONT TestNetworkInvalidJSON//networks/create [2021-02-25T03:33:30.009Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-02-25T03:33:30.009Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-25T03:33:30.009Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-02-25T03:33:30.009Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-02-25T03:33:30.009Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-02-25T03:33:30.009Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-02-25T03:33:30.009Z] === RUN TestNetworkList [2021-02-25T03:33:30.009Z] === RUN TestNetworkList//networks [2021-02-25T03:33:30.009Z] === PAUSE TestNetworkList//networks [2021-02-25T03:33:30.009Z] === RUN TestNetworkList//networks/ [2021-02-25T03:33:30.009Z] === PAUSE TestNetworkList//networks/ [2021-02-25T03:33:30.009Z] === CONT TestNetworkList//networks [2021-02-25T03:33:30.009Z] === CONT TestNetworkList//networks/ [2021-02-25T03:33:30.009Z] --- PASS: TestNetworkList (0.03s) [2021-02-25T03:33:30.009Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-02-25T03:33:30.009Z] --- PASS: TestNetworkList//networks (0.00s) [2021-02-25T03:33:30.009Z] === RUN TestHostIPv4BridgeLabel [2021-02-25T03:33:30.041Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.440s coverage: 14.1% of statements [2021-02-25T03:33:30.042Z] ok github.com/docker/docker/daemon 12.155s coverage: 17.2% of statements [2021-02-25T03:33:30.042Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-02-25T03:33:30.042Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-02-25T03:33:30.249Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.69s) [2021-02-25T03:33:30.249Z] === RUN TestDockerNetworkMacvlan [2021-02-25T03:33:30.589Z] --- PASS: TestHostIPv4BridgeLabel (0.84s) [2021-02-25T03:33:30.589Z] === RUN TestDaemonRestartWithLiveRestore [2021-02-25T03:33:30.924Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2021-02-25T03:33:30.979Z] ok github.com/docker/docker/daemon/config 0.041s coverage: 81.8% of statements [2021-02-25T03:33:30.979Z] ok github.com/docker/docker/daemon/discovery 0.004s coverage: 30.0% of statements [2021-02-25T03:33:31.186Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-02-25T03:33:31.285Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-02-25T03:33:31.995Z] --- PASS: TestDaemonRestartWithLiveRestore (1.47s) [2021-02-25T03:33:31.995Z] === RUN TestDaemonDefaultNetworkPools [2021-02-25T03:33:32.064Z] --- PASS: TestBuildMultiStageLayerLeak (1.82s) [2021-02-25T03:33:32.064Z] === RUN TestBuildWithHugeFile [2021-02-25T03:33:32.320Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-02-25T03:33:32.357Z] ok github.com/docker/docker/daemon/events 0.062s coverage: 50.0% of statements [2021-02-25T03:33:32.357Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-02-25T03:33:32.357Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-02-25T03:33:32.615Z] ok github.com/docker/docker/daemon/graphdriver 0.008s coverage: 2.2% of statements [2021-02-25T03:33:32.671Z] --- PASS: TestDaemonStartWithLogOpt (4.11s) [2021-02-25T03:33:32.671Z] === CONT TestReadPluginNoRead [2021-02-25T03:33:33.102Z] --- PASS: TestDaemonStartWithLogOpt (5.62s) [2021-02-25T03:33:33.102Z] === CONT TestReadPluginNoRead [2021-02-25T03:33:33.356Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-02-25T03:33:33.388Z] --- PASS: TestDaemonDefaultNetworkPools (1.31s) [2021-02-25T03:33:33.388Z] === RUN TestDaemonRestartWithExistingNetwork [2021-02-25T03:33:33.672Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-02-25T03:33:33.672Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-02-25T03:33:34.242Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-02-25T03:33:35.159Z] ok github.com/docker/docker/daemon/graphdriver/aufs 1.362s coverage: 73.3% of statements [2021-02-25T03:33:35.184Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-02-25T03:33:35.189Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-02-25T03:33:35.312Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.97s) [2021-02-25T03:33:35.312Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-02-25T03:33:35.419Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 2.9% of statements [2021-02-25T03:33:36.126Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-02-25T03:33:36.600Z] === RUN TestReadPluginNoRead/default [2021-02-25T03:33:36.801Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.390s coverage: 56.2% of statements [2021-02-25T03:33:37.069Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-02-25T03:33:37.528Z] --- PASS: TestContinueAfterPluginCrash (9.12s) [2021-02-25T03:33:37.809Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-02-25T03:33:37.870Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.42s) [2021-02-25T03:33:37.870Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-02-25T03:33:38.012Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-02-25T03:33:38.012Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-02-25T03:33:38.012Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-02-25T03:33:38.012Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-02-25T03:33:38.092Z] === RUN TestReadPluginNoRead/disabled_caching [2021-02-25T03:33:38.445Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.88s) [2021-02-25T03:33:38.445Z] === RUN TestServiceWithPredefinedNetwork [2021-02-25T03:33:38.582Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-02-25T03:33:38.582Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-02-25T03:33:38.582Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-02-25T03:33:38.582Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-02-25T03:33:38.582Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-02-25T03:33:38.711Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.005s coverage: 1.9% of statements [2021-02-25T03:33:38.843Z] --- PASS: TestContinueAfterPluginCrash (11.21s) [2021-02-25T03:33:39.104Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-02-25T03:33:39.459Z] --- PASS: TestReadPluginNoRead (6.65s) [2021-02-25T03:33:39.459Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.33s) [2021-02-25T03:33:39.459Z] --- PASS: TestReadPluginNoRead/default (1.36s) [2021-02-25T03:33:39.459Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.27s) [2021-02-25T03:33:39.459Z] read_test.go:92: [d94059fbb130b] daemon is not started [2021-02-25T03:33:39.459Z] PASS [2021-02-25T03:33:39.459Z] [2021-02-25T03:33:39.459Z] DONE 6 tests in 10.800s [2021-02-25T03:33:39.459Z] 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-02-25T03:33:39.459Z] testing: warning: no tests to run [2021-02-25T03:33:39.459Z] PASS [2021-02-25T03:33:39.459Z] [2021-02-25T03:33:39.459Z] DONE 0 tests in 0.013s [2021-02-25T03:33:39.459Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-02-25T03:33:39.459Z] INFO: Testing against a local daemon [2021-02-25T03:33:39.459Z] === RUN TestPluginWithDevMounts [2021-02-25T03:33:39.459Z] === PAUSE TestPluginWithDevMounts [2021-02-25T03:33:39.459Z] === CONT TestPluginWithDevMounts [2021-02-25T03:33:39.675Z] === RUN TestReadPluginNoRead/default [2021-02-25T03:33:39.942Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-02-25T03:33:40.528Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-02-25T03:33:40.528Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-02-25T03:33:40.623Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.484s coverage: 46.2% of statements [2021-02-25T03:33:40.623Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-02-25T03:33:40.623Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.259s coverage: 49.4% of statements [2021-02-25T03:33:41.098Z] === RUN TestReadPluginNoRead/disabled_caching [2021-02-25T03:33:41.354Z] --- PASS: TestPluginWithDevMounts (1.72s) [2021-02-25T03:33:41.354Z] PASS [2021-02-25T03:33:41.354Z] [2021-02-25T03:33:41.354Z] DONE 1 tests in 1.755s [2021-02-25T03:33:41.354Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-02-25T03:33:41.354Z] INFO: Testing against a local daemon [2021-02-25T03:33:41.354Z] === RUN TestSecretInspect [2021-02-25T03:33:41.761Z] --- PASS: TestServiceWithPredefinedNetwork (3.31s) [2021-02-25T03:33:41.761Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-02-25T03:33:41.761Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-25T03:33:41.761Z] service_test.go:242: FLAKY_TEST [2021-02-25T03:33:41.761Z] === RUN TestServiceWithDataPathPortInit [2021-02-25T03:33:42.038Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-02-25T03:33:42.265Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-02-25T03:33:42.608Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-02-25T03:33:42.608Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-02-25T03:33:42.608Z] --- PASS: TestReadPluginNoRead (9.37s) [2021-02-25T03:33:42.608Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.57s) [2021-02-25T03:33:42.608Z] --- PASS: TestReadPluginNoRead/default (1.48s) [2021-02-25T03:33:42.608Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.55s) [2021-02-25T03:33:42.608Z] read_test.go:92: [de4190cb3cf57] daemon is not started [2021-02-25T03:33:42.608Z] PASS [2021-02-25T03:33:42.608Z] [2021-02-25T03:33:42.608Z] DONE 6 tests in 15.146s [2021-02-25T03:33:42.608Z] 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-02-25T03:33:42.608Z] ++ 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-02-25T03:33:42.608Z] ++ set -e [2021-02-25T03:33:42.608Z] ++ '[' -n 0 ']' [2021-02-25T03:33:42.608Z] ++ set -x [2021-02-25T03:33:42.608Z] ++ env -i DEST=/go/src/github.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-02-25T03:33:42.608Z] testing: warning: no tests to run [2021-02-25T03:33:42.608Z] PASS [2021-02-25T03:33:42.608Z] [2021-02-25T03:33:42.608Z] DONE 0 tests in 0.050s [2021-02-25T03:33:42.608Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-02-25T03:33:42.608Z] ++ 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-02-25T03:33:42.608Z] ++ set -e [2021-02-25T03:33:42.608Z] ++ '[' -n 0 ']' [2021-02-25T03:33:42.608Z] ++ set -x [2021-02-25T03:33:42.608Z] ++ env -i DEST=/go/src/github.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-02-25T03:33:42.869Z] INFO: Testing against a local daemon [2021-02-25T03:33:42.869Z] === RUN TestPluginWithDevMounts [2021-02-25T03:33:42.869Z] === PAUSE TestPluginWithDevMounts [2021-02-25T03:33:42.869Z] === CONT TestPluginWithDevMounts [2021-02-25T03:33:43.129Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-02-25T03:33:43.161Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.011s coverage: 57.5% of statements [2021-02-25T03:33:43.161Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.629s coverage: 57.7% of statements [2021-02-25T03:33:43.161Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-02-25T03:33:43.161Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-02-25T03:33:43.270Z] --- PASS: TestSecretInspect (2.31s) [2021-02-25T03:33:43.270Z] === RUN TestSecretList [2021-02-25T03:33:44.070Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-02-25T03:33:44.543Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.009s coverage: 3.0% of statements [2021-02-25T03:33:44.641Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-02-25T03:33:45.217Z] --- PASS: TestPluginWithDevMounts (2.25s) [2021-02-25T03:33:45.217Z] PASS [2021-02-25T03:33:45.217Z] [2021-02-25T03:33:45.217Z] DONE 1 tests in 2.405s [2021-02-25T03:33:45.217Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-02-25T03:33:45.218Z] ++ 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-02-25T03:33:45.218Z] ++ set -e [2021-02-25T03:33:45.218Z] ++ '[' -n 0 ']' [2021-02-25T03:33:45.218Z] ++ set -x [2021-02-25T03:33:45.218Z] ++ env -i DEST=/go/src/github.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-02-25T03:33:45.218Z] INFO: Testing against a local daemon [2021-02-25T03:33:45.218Z] === RUN TestSecretInspect [2021-02-25T03:33:45.218Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-02-25T03:33:45.218Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-02-25T03:33:45.497Z] ok github.com/docker/docker/daemon/links 0.006s coverage: 93.0% of statements [2021-02-25T03:33:45.788Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-02-25T03:33:45.812Z] --- PASS: TestSecretList (2.30s) [2021-02-25T03:33:45.812Z] === RUN TestSecretsCreateAndDelete [2021-02-25T03:33:46.358Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-02-25T03:33:46.435Z] ok github.com/docker/docker/daemon/images 0.024s coverage: 6.7% of statements [2021-02-25T03:33:46.435Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-02-25T03:33:46.435Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-02-25T03:33:47.298Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-02-25T03:33:47.298Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-02-25T03:33:47.824Z] ok github.com/docker/docker/daemon/logger 0.223s coverage: 43.2% of statements [2021-02-25T03:33:47.869Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-02-25T03:33:47.869Z] --- PASS: TestSecretInspect (2.76s) [2021-02-25T03:33:47.869Z] === RUN TestSecretList [2021-02-25T03:33:48.328Z] --- PASS: TestSecretsCreateAndDelete (2.30s) [2021-02-25T03:33:48.328Z] === RUN TestSecretsUpdate [2021-02-25T03:33:48.764Z] ok github.com/docker/docker/daemon/logger/awslogs 0.243s coverage: 77.4% of statements [2021-02-25T03:33:48.764Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-02-25T03:33:48.764Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-02-25T03:33:49.253Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-02-25T03:33:49.332Z] ok github.com/docker/docker/daemon/logger/gelf 0.012s coverage: 67.0% of statements [2021-02-25T03:33:49.900Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 23.9% of statements [2021-02-25T03:33:50.194Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-02-25T03:33:50.194Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-02-25T03:33:50.194Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-02-25T03:33:50.194Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-02-25T03:33:50.194Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-02-25T03:33:50.218Z] --- PASS: TestSecretsUpdate (2.26s) [2021-02-25T03:33:50.218Z] === RUN TestTemplatedSecret [2021-02-25T03:33:50.813Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-02-25T03:33:50.839Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.010s coverage: 61.6% of statements [2021-02-25T03:33:50.839Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.004s coverage: 87.2% of statements [2021-02-25T03:33:51.133Z] --- PASS: TestSecretList (2.96s) [2021-02-25T03:33:51.133Z] === RUN TestSecretsCreateAndDelete [2021-02-25T03:33:51.133Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-02-25T03:33:51.913Z] --- PASS: TestDockerNetworkMacvlan (21.54s) [2021-02-25T03:33:51.914Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.10s) [2021-02-25T03:33:51.914Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.15s) [2021-02-25T03:33:51.914Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.69s) [2021-02-25T03:33:51.914Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.73s) [2021-02-25T03:33:51.914Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (6.09s) [2021-02-25T03:33:51.914Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.67s) [2021-02-25T03:33:51.914Z] PASS [2021-02-25T03:33:51.914Z] [2021-02-25T03:33:51.914Z] DONE 8 tests in 23.590s [2021-02-25T03:33:51.914Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2021-02-25T03:33:51.914Z] ++ 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-02-25T03:33:51.914Z] ++ set -e [2021-02-25T03:33:51.914Z] ++ '[' -n 0 ']' [2021-02-25T03:33:51.914Z] ++ set -x [2021-02-25T03:33:51.914Z] ++ env -i DEST=/go/src/github.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-02-25T03:33:51.914Z] testing: warning: no tests to run [2021-02-25T03:33:51.914Z] PASS [2021-02-25T03:33:51.914Z] [2021-02-25T03:33:51.914Z] DONE 0 tests in 0.037s [2021-02-25T03:33:51.914Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-02-25T03:33:51.914Z] ++ 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-02-25T03:33:51.914Z] ++ set -e [2021-02-25T03:33:51.914Z] ++ '[' -n 0 ']' [2021-02-25T03:33:51.914Z] ++ set -x [2021-02-25T03:33:51.914Z] ++ env -i DEST=/go/src/github.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-02-25T03:33:52.206Z] INFO: Testing against a local daemon [2021-02-25T03:33:52.206Z] === RUN TestAuthZPluginAllowRequest [2021-02-25T03:33:52.221Z] ok github.com/docker/docker/daemon/logger/local 0.016s coverage: 75.2% of statements [2021-02-25T03:33:52.221Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-02-25T03:33:52.221Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.046s coverage: 55.1% of statements [2021-02-25T03:33:53.486Z] --- PASS: TestTemplatedSecret (2.75s) [2021-02-25T03:33:53.486Z] === RUN TestSecretCreateResolve [2021-02-25T03:33:53.603Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.017s coverage: 31.5% of statements [2021-02-25T03:33:53.673Z] --- PASS: TestSecretsCreateAndDelete (2.34s) [2021-02-25T03:33:53.673Z] === RUN TestSecretsUpdate [2021-02-25T03:33:54.275Z] --- PASS: TestAuthZPluginAllowRequest (1.91s) [2021-02-25T03:33:54.275Z] === RUN TestAuthZPluginTLS [2021-02-25T03:33:54.640Z] --- PASS: TestAuthZPluginTLS (0.55s) [2021-02-25T03:33:54.640Z] === RUN TestAuthZPluginDenyRequest [2021-02-25T03:33:54.987Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements [2021-02-25T03:33:55.247Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2021-02-25T03:33:55.273Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2021-02-25T03:33:55.273Z] === RUN TestAuthZPluginAPIDenyResponse [2021-02-25T03:33:55.375Z] --- PASS: TestSecretCreateResolve (2.28s) [2021-02-25T03:33:55.375Z] PASS [2021-02-25T03:33:55.375Z] [2021-02-25T03:33:55.375Z] DONE 6 tests in 14.216s [2021-02-25T03:33:55.375Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-02-25T03:33:55.375Z] INFO: Testing against a local daemon [2021-02-25T03:33:55.375Z] === RUN TestServiceCreateInit [2021-02-25T03:33:55.375Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-02-25T03:33:55.565Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2021-02-25T03:33:55.565Z] === RUN TestAuthZPluginDenyResponse [2021-02-25T03:33:55.584Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-02-25T03:33:55.584Z] --- PASS: TestSecretsUpdate (2.37s) [2021-02-25T03:33:55.584Z] === RUN TestTemplatedSecret [2021-02-25T03:33:55.817Z] ok github.com/docker/docker/daemon/logger/splunk 1.667s coverage: 82.5% of statements [2021-02-25T03:33:55.817Z] ? github.com/docker/docker/daemon/names [no test files] [2021-02-25T03:33:56.076Z] ok github.com/docker/docker/daemon/network 0.027s coverage: 63.8% of statements [2021-02-25T03:33:56.076Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-02-25T03:33:56.154Z] === RUN TestDockerSuite/TestContainerAPITop [2021-02-25T03:33:56.266Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2021-02-25T03:33:56.266Z] === RUN TestAuthZPluginAllowEventStream [2021-02-25T03:33:56.724Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-02-25T03:33:56.724Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-02-25T03:33:56.724Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-02-25T03:33:58.491Z] --- PASS: TestAuthZPluginAllowEventStream (1.93s) [2021-02-25T03:33:58.491Z] === RUN TestAuthZPluginErrorResponse [2021-02-25T03:33:58.614Z] ok github.com/docker/docker/distribution/metadata 0.046s coverage: 48.2% of statements [2021-02-25T03:33:58.634Z] --- PASS: TestTemplatedSecret (2.78s) [2021-02-25T03:33:58.634Z] === RUN TestSecretCreateResolve [2021-02-25T03:33:58.783Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2021-02-25T03:33:58.783Z] === RUN TestAuthZPluginErrorRequest [2021-02-25T03:33:58.873Z] ok github.com/docker/docker/distribution 0.203s coverage: 25.0% of statements [2021-02-25T03:33:58.874Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-02-25T03:33:59.205Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-02-25T03:33:59.418Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2021-02-25T03:33:59.418Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-02-25T03:33:59.543Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-02-25T03:33:59.710Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2021-02-25T03:33:59.710Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-02-25T03:33:59.775Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-02-25T03:33:59.813Z] ok github.com/docker/docker/errdefs 0.004s coverage: 53.1% of statements [2021-02-25T03:33:59.903Z] --- PASS: TestServiceWithDataPathPortInit (18.15s) [2021-02-25T03:33:59.903Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-02-25T03:34:00.721Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-02-25T03:34:00.985Z] --- PASS: TestSecretCreateResolve (2.65s) [2021-02-25T03:34:00.985Z] PASS [2021-02-25T03:34:00.985Z] [2021-02-25T03:34:00.985Z] DONE 6 tests in 15.985s [2021-02-25T03:34:00.985Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-02-25T03:34:00.985Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2021-02-25T03:34:00.985Z] ++ set -e [2021-02-25T03:34:00.985Z] ++ '[' -n 0 ']' [2021-02-25T03:34:00.985Z] ++ set -x [2021-02-25T03:34:00.985Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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-02-25T03:34:01.193Z] ok github.com/docker/docker/image 0.018s coverage: 86.6% of statements [2021-02-25T03:34:01.244Z] INFO: Testing against a local daemon [2021-02-25T03:34:01.244Z] === RUN TestServiceCreateInit [2021-02-25T03:34:01.244Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-02-25T03:34:01.454Z] ok github.com/docker/docker/distribution/xfer 1.873s coverage: 85.1% of statements [2021-02-25T03:34:01.454Z] ? github.com/docker/docker/dockerversion [no test files] [2021-02-25T03:34:01.714Z] ok github.com/docker/docker/image/cache 0.008s coverage: 19.2% of statements [2021-02-25T03:34:02.477Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.47s) [2021-02-25T03:34:02.477Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-02-25T03:34:03.095Z] ok github.com/docker/docker/image/tarexport 0.010s coverage: 0.6% of statements [2021-02-25T03:34:03.095Z] ok github.com/docker/docker/image/v1 0.008s coverage: 25.0% of statements [2021-02-25T03:34:03.095Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-02-25T03:34:03.666Z] ok github.com/docker/docker/libcontainerd/queue 0.025s coverage: 100.0% of statements [2021-02-25T03:34:03.712Z] --- PASS: TestServiceCreateInit (8.15s) [2021-02-25T03:34:03.712Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.22s) [2021-02-25T03:34:03.712Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.91s) [2021-02-25T03:34:03.712Z] === RUN TestCreateServiceMultipleTimes [2021-02-25T03:34:04.542Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-02-25T03:34:04.600Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.50s) [2021-02-25T03:34:04.600Z] === RUN TestAuthZPluginHeader [2021-02-25T03:34:04.804Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-02-25T03:34:05.575Z] ok github.com/docker/docker/oci 0.020s coverage: 45.2% of statements [2021-02-25T03:34:05.705Z] --- PASS: TestAuthZPluginHeader (0.97s) [2021-02-25T03:34:05.706Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-02-25T03:34:05.706Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-02-25T03:34:05.706Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-25T03:34:05.706Z] === RUN TestAuthZPluginV2Disable [2021-02-25T03:34:05.706Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2021-02-25T03:34:05.706Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-25T03:34:05.706Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-02-25T03:34:05.706Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-02-25T03:34:05.706Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-25T03:34:05.706Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-02-25T03:34:05.706Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-02-25T03:34:05.706Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-25T03:34:05.706Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-02-25T03:34:06.145Z] ok github.com/docker/docker/opts 0.020s coverage: 67.1% of statements [2021-02-25T03:34:06.145Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2021-02-25T03:34:06.188Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-02-25T03:34:06.449Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-02-25T03:34:07.389Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-02-25T03:34:08.053Z] ok github.com/docker/docker/pkg/archive 0.293s coverage: 76.9% of statements [2021-02-25T03:34:08.775Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2021-02-25T03:34:08.990Z] ok github.com/docker/docker/pkg/authorization 0.226s coverage: 68.3% of statements [2021-02-25T03:34:08.990Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2021-02-25T03:34:09.250Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2021-02-25T03:34:09.925Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.29s) [2021-02-25T03:34:09.925Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:kckmurcre2vnfnf9nwpgfns5y Created:2021-02-25 03:34:01.620471068 +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[6f03d1d8a364e379e488f0718dc02b41fff53f7a1b92d781711feba80e6d45a4:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.rfm35x7trunwvv8glk448o4w3 EndpointID:7be121efb829bb3f775c721497838e7cd8ef9344fc9994ab126fba610a604cab MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:8ce1f4938f99ec7f37416ffad8074554a3c542811d807a4ff93ac8df68943c57 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:c92d822f31ed IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.rfm35x7trunwvv8glk448o4w3 EndpointID:7be121efb829bb3f775c721497838e7cd8ef9344fc9994ab126fba610a604cab EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-02-25T03:34:09.925Z] PASS [2021-02-25T03:34:09.925Z] [2021-02-25T03:34:09.925Z] === Skipped [2021-02-25T03:34:09.925Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-25T03:34:09.925Z] service_test.go:242: FLAKY_TEST [2021-02-25T03:34:09.925Z] [2021-02-25T03:34:09.925Z] [2021-02-25T03:34:09.925Z] DONE 26 tests, 1 skipped in 60.509s [2021-02-25T03:34:09.925Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-02-25T03:34:09.925Z] ++ 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-02-25T03:34:09.925Z] ++ set -e [2021-02-25T03:34:09.925Z] ++ '[' -n 0 ']' [2021-02-25T03:34:09.925Z] ++ set -x [2021-02-25T03:34:09.925Z] ++ env -i DEST=/go/src/github.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-02-25T03:34:09.925Z] INFO: Testing against a local daemon [2021-02-25T03:34:09.925Z] === RUN TestDockerNetworkIpvlanPersistance [2021-02-25T03:34:09.925Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-02-25T03:34:09.925Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-25T03:34:09.925Z] === RUN TestDockerNetworkIpvlan [2021-02-25T03:34:09.925Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-02-25T03:34:09.925Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-25T03:34:09.925Z] PASS [2021-02-25T03:34:09.925Z] [2021-02-25T03:34:09.925Z] === Skipped [2021-02-25T03:34:09.925Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-02-25T03:34:09.925Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-25T03:34:09.925Z] [2021-02-25T03:34:09.925Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-02-25T03:34:09.925Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-25T03:34:09.925Z] [2021-02-25T03:34:09.925Z] [2021-02-25T03:34:09.925Z] DONE 2 tests, 2 skipped in 0.162s [2021-02-25T03:34:09.925Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-02-25T03:34:09.925Z] ++ 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-02-25T03:34:09.925Z] ++ set -e [2021-02-25T03:34:09.925Z] ++ '[' -n 0 ']' [2021-02-25T03:34:09.925Z] ++ set -x [2021-02-25T03:34:09.925Z] ++ env -i DEST=/go/src/github.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-02-25T03:34:09.925Z] INFO: Testing against a local daemon [2021-02-25T03:34:09.925Z] === RUN TestDockerNetworkMacvlanPersistance [2021-02-25T03:34:10.158Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2021-02-25T03:34:10.158Z] --- PASS: TestServiceCreateInit (8.77s) [2021-02-25T03:34:10.158Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.62s) [2021-02-25T03:34:10.158Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.13s) [2021-02-25T03:34:10.158Z] === RUN TestCreateServiceMultipleTimes [2021-02-25T03:34:11.539Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2021-02-25T03:34:12.482Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.55s) [2021-02-25T03:34:12.482Z] === RUN TestDockerNetworkMacvlan [2021-02-25T03:34:12.539Z] ok github.com/docker/docker/pkg/chrootarchive 2.502s coverage: 43.2% of statements [2021-02-25T03:34:12.798Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2021-02-25T03:34:12.921Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2021-02-25T03:34:13.057Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2021-02-25T03:34:13.057Z] ok github.com/docker/docker/layer 7.838s coverage: 68.8% of statements [2021-02-25T03:34:13.057Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-02-25T03:34:13.057Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-02-25T03:34:13.057Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-02-25T03:34:13.057Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-02-25T03:34:13.057Z] ? github.com/docker/docker/oci/caps [no test files] [2021-02-25T03:34:13.057Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-02-25T03:34:13.057Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-02-25T03:34:13.431Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-02-25T03:34:13.626Z] ok github.com/docker/docker/pkg/discovery/file 0.005s coverage: 92.9% of statements [2021-02-25T03:34:14.378Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-02-25T03:34:14.572Z] ok github.com/docker/docker/pkg/discovery/memory 0.008s coverage: 92.3% of statements [2021-02-25T03:34:14.830Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000892680_} [2021-02-25T03:34:15.139Z] ok github.com/docker/docker/pkg/discovery/nodes 0.004s coverage: 93.8% of statements [2021-02-25T03:34:15.707Z] ok github.com/docker/docker/pkg/dmesg 0.006s coverage: 83.3% of statements [2021-02-25T03:34:15.771Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-02-25T03:34:16.213Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1779824067_/foo_false____} [2021-02-25T03:34:17.086Z] ok github.com/docker/docker/pkg/filenotify 0.605s coverage: 67.0% of statements [2021-02-25T03:34:17.153Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1779824067_/foo_true____} [2021-02-25T03:34:17.654Z] ok github.com/docker/docker/pkg/fileutils 0.008s coverage: 89.5% of statements [2021-02-25T03:34:17.654Z] ok github.com/docker/docker/pkg/discovery/kv 3.068s coverage: 84.1% of statements [2021-02-25T03:34:18.224Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2021-02-25T03:34:18.224Z] ok github.com/docker/docker/pkg/fsutils 0.163s coverage: 85.1% of statements [2021-02-25T03:34:18.535Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3062895686_/foo_false____} [2021-02-25T03:34:19.087Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-02-25T03:34:19.163Z] ok github.com/docker/docker/pkg/idtools 0.417s coverage: 69.5% of statements [2021-02-25T03:34:19.475Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2021-02-25T03:34:19.733Z] ok github.com/docker/docker/pkg/ioutils 0.501s coverage: 69.3% of statements [2021-02-25T03:34:19.993Z] ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 91.7% of statements [2021-02-25T03:34:19.993Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-02-25T03:34:19.993Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2021-02-25T03:34:19.993Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-02-25T03:34:19.993Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-02-25T03:34:20.045Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3062895686_/foo_true____} [2021-02-25T03:34:20.253Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2021-02-25T03:34:20.253Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-02-25T03:34:20.515Z] ok github.com/docker/docker/pkg/parsers 0.004s coverage: 97.0% of statements [2021-02-25T03:34:20.776Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2021-02-25T03:34:21.035Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.013s coverage: 86.7% of statements [2021-02-25T03:34:21.295Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2021-02-25T03:34:21.295Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-02-25T03:34:21.295Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-02-25T03:34:21.430Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3062895686_/foo_true__0xc0008926e0__} [2021-02-25T03:34:21.762Z] --- PASS: TestCreateServiceMultipleTimes (16.45s) [2021-02-25T03:34:21.762Z] === RUN TestCreateServiceConflict [2021-02-25T03:34:22.234Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.020s coverage: 56.8% of statements [2021-02-25T03:34:22.323Z] --- PASS: TestCreateServiceConflict (2.30s) [2021-02-25T03:34:22.323Z] === RUN TestCreateServiceMaxReplicas [2021-02-25T03:34:22.401Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-02-25T03:34:22.803Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2021-02-25T03:34:22.810Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000892700_} [2021-02-25T03:34:23.372Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2021-02-25T03:34:23.372Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2021-02-25T03:34:24.208Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000892720_} [2021-02-25T03:34:24.418Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.43s) [2021-02-25T03:34:24.418Z] PASS [2021-02-25T03:34:24.418Z] [2021-02-25T03:34:24.418Z] === Skipped [2021-02-25T03:34:24.418Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-02-25T03:34:24.418Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-25T03:34:24.418Z] [2021-02-25T03:34:24.418Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2021-02-25T03:34:24.418Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-25T03:34:24.418Z] [2021-02-25T03:34:24.418Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-02-25T03:34:24.418Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-25T03:34:24.418Z] [2021-02-25T03:34:24.418Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-02-25T03:34:24.418Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-25T03:34:24.418Z] [2021-02-25T03:34:24.418Z] [2021-02-25T03:34:24.418Z] DONE 17 tests, 4 skipped in 31.165s [2021-02-25T03:34:24.418Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-02-25T03:34:24.418Z] ++ 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-02-25T03:34:24.418Z] ++ set -e [2021-02-25T03:34:24.418Z] ++ '[' -n 0 ']' [2021-02-25T03:34:24.418Z] ++ set -x [2021-02-25T03:34:24.418Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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-02-25T03:34:24.418Z] INFO: Testing against a local daemon [2021-02-25T03:34:24.418Z] === RUN TestPluginInvalidJSON [2021-02-25T03:34:24.418Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-02-25T03:34:24.418Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-02-25T03:34:24.418Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-02-25T03:34:24.418Z] --- PASS: TestPluginInvalidJSON (0.01s) [2021-02-25T03:34:24.418Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-02-25T03:34:24.418Z] === RUN TestPluginInstall [2021-02-25T03:34:24.418Z] === RUN TestPluginInstall/no_auth [2021-02-25T03:34:24.748Z] ok github.com/docker/docker/pkg/pubsub 1.027s coverage: 75.0% of statements [2021-02-25T03:34:25.008Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2021-02-25T03:34:25.052Z] time="2021-02-25T03:34:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-25T03:34:25.052Z] time="2021-02-25T03:34:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a58fb616e7938ebe4f3491221b221d667ed35a100cca47818ce891bca9123e34" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-25T03:34:25.052Z] time="2021-02-25T03:34:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-25T03:34:25.052Z] time="2021-02-25T03:34:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a58fb616e7938ebe4f3491221b221d667ed35a100cca47818ce891bca9123e34" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-25T03:34:25.344Z] === RUN TestPluginInstall/with_htpasswd [2021-02-25T03:34:25.594Z] --- PASS: TestCreateServiceMaxReplicas (2.93s) [2021-02-25T03:34:25.594Z] === RUN TestCreateWithDuplicateNetworkNames [2021-02-25T03:34:25.978Z] time="2021-02-25T03:34:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-25T03:34:25.978Z] time="2021-02-25T03:34:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:af54a6617a8afcdab6d5db7530a0974ae56835463a3478c7f1f9a8bd14d520d6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-25T03:34:25.978Z] time="2021-02-25T03:34:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-25T03:34:25.978Z] time="2021-02-25T03:34:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:af54a6617a8afcdab6d5db7530a0974ae56835463a3478c7f1f9a8bd14d520d6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-25T03:34:26.117Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000892740_} [2021-02-25T03:34:26.270Z] === RUN TestPluginInstall/with_insecure [2021-02-25T03:34:26.687Z] --- PASS: TestCreateServiceMultipleTimes (16.52s) [2021-02-25T03:34:26.687Z] === RUN TestCreateServiceConflict [2021-02-25T03:34:27.258Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000892760_} [2021-02-25T03:34:27.306Z] time="2021-02-25T03:34:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-25T03:34:27.306Z] time="2021-02-25T03:34:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2ae687486cab581a4d21d7d14aa0ffb4014ad5020ed9e09c129fc86c17d361fa" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-25T03:34:27.306Z] time="2021-02-25T03:34:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-25T03:34:27.306Z] time="2021-02-25T03:34:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2ae687486cab581a4d21d7d14aa0ffb4014ad5020ed9e09c129fc86c17d361fa" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-25T03:34:27.598Z] --- PASS: TestPluginInstall (4.29s) [2021-02-25T03:34:27.598Z] --- PASS: TestPluginInstall/no_auth (2.07s) [2021-02-25T03:34:27.598Z] --- PASS: TestPluginInstall/with_htpasswd (0.88s) [2021-02-25T03:34:27.598Z] --- PASS: TestPluginInstall/with_insecure (1.33s) [2021-02-25T03:34:27.598Z] plugin_test.go:160: [d532a00aeda05] daemon is not started [2021-02-25T03:34:27.598Z] === RUN TestPluginsWithRuntimes [2021-02-25T03:34:28.297Z] ok github.com/docker/docker/pkg/signal 2.421s coverage: 61.0% of statements [2021-02-25T03:34:28.297Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2021-02-25T03:34:28.557Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2021-02-25T03:34:28.641Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-02-25T03:34:28.817Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2021-02-25T03:34:29.007Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-02-25T03:34:29.213Z] --- PASS: TestBuildWithHugeFile (53.54s) [2021-02-25T03:34:29.213Z] === RUN TestBuildWCOWSandboxSize [2021-02-25T03:34:29.213Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-02-25T03:34:29.213Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-02-25T03:34:29.213Z] === RUN TestBuildWithEmptyDockerfile [2021-02-25T03:34:29.213Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-25T03:34:29.213Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-25T03:34:29.213Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-25T03:34:29.213Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-25T03:34:29.213Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-25T03:34:29.213Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-25T03:34:29.213Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-25T03:34:29.213Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-25T03:34:29.213Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-25T03:34:29.213Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2021-02-25T03:34:29.213Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.29s) [2021-02-25T03:34:29.213Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.29s) [2021-02-25T03:34:29.213Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.29s) [2021-02-25T03:34:29.213Z] === RUN TestBuildPreserveOwnership [2021-02-25T03:34:29.213Z] === RUN TestBuildPreserveOwnership/copy_from [2021-02-25T03:34:29.213Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-02-25T03:34:29.385Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 54.9% of statements [2021-02-25T03:34:29.509Z] --- PASS: TestBuildPreserveOwnership (3.86s) [2021-02-25T03:34:29.509Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.57s) [2021-02-25T03:34:29.509Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.28s) [2021-02-25T03:34:29.509Z] === RUN TestBuildPlatformInvalid [2021-02-25T03:34:29.509Z] --- PASS: TestBuildPlatformInvalid (0.13s) [2021-02-25T03:34:29.509Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-02-25T03:34:29.582Z] --- PASS: TestCreateServiceConflict (3.08s) [2021-02-25T03:34:29.582Z] === RUN TestCreateServiceMaxReplicas [2021-02-25T03:34:29.667Z] === RUN TestPluginsWithRuntimes/No_Args [2021-02-25T03:34:29.953Z] ok github.com/docker/docker/pkg/system 0.005s coverage: 36.9% of statements [2021-02-25T03:34:30.153Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-02-25T03:34:30.153Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-02-25T03:34:30.153Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-02-25T03:34:30.153Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-02-25T03:34:30.153Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-02-25T03:34:30.153Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-02-25T03:34:30.153Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-02-25T03:34:30.153Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-02-25T03:34:30.153Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-02-25T03:34:30.153Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-02-25T03:34:30.153Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-02-25T03:34:30.153Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2021-02-25T03:34:30.153Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2021-02-25T03:34:30.213Z] ok github.com/docker/docker/pkg/tailfile 0.055s coverage: 88.6% of statements [2021-02-25T03:34:30.413Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2021-02-25T03:34:30.413Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2021-02-25T03:34:30.413Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2021-02-25T03:34:30.413Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2021-02-25T03:34:30.413Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-02-25T03:34:30.782Z] ok github.com/docker/docker/pkg/tarsum 0.041s coverage: 89.3% of statements [2021-02-25T03:34:30.930Z] --- PASS: TestDockerNetworkMacvlan (18.46s) [2021-02-25T03:34:30.930Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.12s) [2021-02-25T03:34:30.930Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.15s) [2021-02-25T03:34:30.930Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.99s) [2021-02-25T03:34:30.930Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.10s) [2021-02-25T03:34:30.930Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.78s) [2021-02-25T03:34:30.930Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.34s) [2021-02-25T03:34:30.930Z] PASS [2021-02-25T03:34:30.930Z] [2021-02-25T03:34:30.930Z] DONE 8 tests in 21.156s [2021-02-25T03:34:30.930Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2021-02-25T03:34:30.930Z] ++ 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-02-25T03:34:30.930Z] ++ set -e [2021-02-25T03:34:30.930Z] ++ '[' -n 0 ']' [2021-02-25T03:34:30.930Z] ++ set -x [2021-02-25T03:34:30.930Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-02-25T03:34:30.930Z] testing: warning: no tests to run [2021-02-25T03:34:30.930Z] PASS [2021-02-25T03:34:30.930Z] [2021-02-25T03:34:30.930Z] DONE 0 tests in 0.026s [2021-02-25T03:34:30.930Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-02-25T03:34:30.930Z] ++ 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-02-25T03:34:30.930Z] ++ set -e [2021-02-25T03:34:30.930Z] ++ '[' -n 0 ']' [2021-02-25T03:34:30.930Z] ++ set -x [2021-02-25T03:34:30.930Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-02-25T03:34:30.930Z] INFO: Testing against a local daemon [2021-02-25T03:34:30.930Z] === RUN TestAuthZPluginAllowRequest [2021-02-25T03:34:31.042Z] testing: warning: no tests to run [2021-02-25T03:34:31.042Z] coverage: [no statements] [2021-02-25T03:34:31.042Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2021-02-25T03:34:31.180Z] === RUN TestPluginsWithRuntimes/With_Args [2021-02-25T03:34:31.610Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2021-02-25T03:34:31.610Z] ok github.com/docker/docker/pkg/urlutil 0.022s coverage: 100.0% of statements [2021-02-25T03:34:31.870Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2021-02-25T03:34:32.690Z] --- PASS: TestPluginsWithRuntimes (4.84s) [2021-02-25T03:34:32.690Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.42s) [2021-02-25T03:34:32.690Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.46s) [2021-02-25T03:34:32.690Z] PASS [2021-02-25T03:34:32.690Z] [2021-02-25T03:34:32.690Z] DONE 9 tests in 9.351s [2021-02-25T03:34:32.690Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-02-25T03:34:32.690Z] ++ 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-02-25T03:34:32.690Z] ++ set -e [2021-02-25T03:34:32.690Z] ++ '[' -n 0 ']' [2021-02-25T03:34:32.690Z] ++ set -x [2021-02-25T03:34:32.690Z] ++ env -i DEST=/go/src/github.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-02-25T03:34:32.690Z] INFO: Testing against a local daemon [2021-02-25T03:34:32.690Z] === RUN TestExternalGraphDriver [2021-02-25T03:34:32.690Z] === RUN TestExternalGraphDriver/json [2021-02-25T03:34:32.852Z] --- PASS: TestAuthZPluginAllowRequest (1.85s) [2021-02-25T03:34:32.852Z] === RUN TestAuthZPluginTLS [2021-02-25T03:34:32.957Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-02-25T03:34:33.218Z] --- PASS: TestCreateServiceMaxReplicas (3.52s) [2021-02-25T03:34:33.218Z] === RUN TestCreateWithDuplicateNetworkNames [2021-02-25T03:34:33.427Z] --- PASS: TestAuthZPluginTLS (0.73s) [2021-02-25T03:34:33.427Z] === RUN TestAuthZPluginDenyRequest [2021-02-25T03:34:33.777Z] ok github.com/docker/docker/plugin 0.517s coverage: 23.2% of statements [2021-02-25T03:34:34.002Z] --- PASS: TestAuthZPluginDenyRequest (0.67s) [2021-02-25T03:34:34.002Z] === RUN TestAuthZPluginAPIDenyResponse [2021-02-25T03:34:34.601Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2021-02-25T03:34:34.601Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-02-25T03:34:34.716Z] ok github.com/docker/docker/plugin/v2 0.004s coverage: 14.5% of statements [2021-02-25T03:34:34.951Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.66s) [2021-02-25T03:34:34.951Z] === RUN TestAuthZPluginDenyResponse [2021-02-25T03:34:34.976Z] ok github.com/docker/docker/profiles/seccomp 0.009s coverage: 85.4% of statements [2021-02-25T03:34:35.423Z] === RUN TestExternalGraphDriver/spec [2021-02-25T03:34:35.526Z] --- PASS: TestAuthZPluginDenyResponse (0.69s) [2021-02-25T03:34:35.526Z] === RUN TestAuthZPluginAllowEventStream [2021-02-25T03:34:36.355Z] ok github.com/docker/docker/quota 0.206s coverage: 71.4% of statements [2021-02-25T03:34:36.923Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2021-02-25T03:34:37.449Z] --- PASS: TestAuthZPluginAllowEventStream (1.86s) [2021-02-25T03:34:37.449Z] === RUN TestAuthZPluginErrorResponse [2021-02-25T03:34:37.495Z] === RUN TestExternalGraphDriver/pull [2021-02-25T03:34:37.902Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-02-25T03:34:38.024Z] --- PASS: TestAuthZPluginErrorResponse (0.68s) [2021-02-25T03:34:38.024Z] === RUN TestAuthZPluginErrorRequest [2021-02-25T03:34:38.303Z] ok github.com/docker/docker/registry 0.061s coverage: 57.2% of statements [2021-02-25T03:34:38.563Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2021-02-25T03:34:38.600Z] --- PASS: TestAuthZPluginErrorRequest (0.66s) [2021-02-25T03:34:38.600Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-02-25T03:34:38.843Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-02-25T03:34:38.843Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-02-25T03:34:39.132Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2021-02-25T03:34:39.413Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-02-25T03:34:39.549Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.69s) [2021-02-25T03:34:39.549Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-02-25T03:34:39.578Z] --- PASS: TestExternalGraphDriver (7.04s) [2021-02-25T03:34:39.578Z] --- PASS: TestExternalGraphDriver/json (2.25s) [2021-02-25T03:34:39.578Z] --- PASS: TestExternalGraphDriver/spec (2.27s) [2021-02-25T03:34:39.578Z] --- PASS: TestExternalGraphDriver/pull (2.40s) [2021-02-25T03:34:39.578Z] === RUN TestGraphdriverPluginV2 [2021-02-25T03:34:39.700Z] ok github.com/docker/docker/runconfig 0.008s coverage: 66.1% of statements [2021-02-25T03:34:39.870Z] --- SKIP: TestGraphdriverPluginV2 (0.05s) [2021-02-25T03:34:39.870Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-25T03:34:39.870Z] PASS [2021-02-25T03:34:39.870Z] [2021-02-25T03:34:39.870Z] === Skipped [2021-02-25T03:34:39.870Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.05s) [2021-02-25T03:34:39.870Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-25T03:34:39.870Z] [2021-02-25T03:34:39.870Z] [2021-02-25T03:34:39.870Z] DONE 5 tests, 1 skipped in 7.258s [2021-02-25T03:34:39.870Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-02-25T03:34:39.870Z] ++ 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-02-25T03:34:39.870Z] ++ set -e [2021-02-25T03:34:39.870Z] ++ '[' -n 0 ']' [2021-02-25T03:34:39.870Z] ++ set -x [2021-02-25T03:34:39.870Z] ++ env -i DEST=/go/src/github.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-02-25T03:34:39.870Z] INFO: Testing against a local daemon [2021-02-25T03:34:39.870Z] === RUN TestContinueAfterPluginCrash [2021-02-25T03:34:39.870Z] === PAUSE TestContinueAfterPluginCrash [2021-02-25T03:34:39.870Z] === RUN TestReadPluginNoRead [2021-02-25T03:34:39.870Z] === PAUSE TestReadPluginNoRead [2021-02-25T03:34:39.870Z] === RUN TestDaemonStartWithLogOpt [2021-02-25T03:34:39.870Z] === PAUSE TestDaemonStartWithLogOpt [2021-02-25T03:34:39.870Z] === CONT TestContinueAfterPluginCrash [2021-02-25T03:34:39.870Z] === CONT TestDaemonStartWithLogOpt [2021-02-25T03:34:39.959Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2021-02-25T03:34:39.983Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2021-02-25T03:34:40.435Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.35s) [2021-02-25T03:34:40.435Z] === RUN TestCreateServiceSecretFileMode [2021-02-25T03:34:40.553Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-02-25T03:34:40.998Z] --- PASS: TestCreateServiceSecretFileMode (2.59s) [2021-02-25T03:34:40.998Z] === RUN TestCreateServiceConfigFileMode [2021-02-25T03:34:41.473Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.26s) [2021-02-25T03:34:41.473Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-02-25T03:34:41.495Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-02-25T03:34:42.065Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-02-25T03:34:42.328Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-02-25T03:34:42.516Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2021-02-25T03:34:43.268Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-02-25T03:34:43.516Z] --- PASS: TestCreateServiceConfigFileMode (2.51s) [2021-02-25T03:34:43.516Z] === RUN TestCreateServiceSysctls [2021-02-25T03:34:43.838Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-02-25T03:34:43.895Z] ok github.com/docker/docker/volume/local 0.099s coverage: 76.4% of statements [2021-02-25T03:34:44.030Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.35s) [2021-02-25T03:34:44.030Z] === RUN TestAuthZPluginHeader [2021-02-25T03:34:44.098Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-02-25T03:34:44.154Z] ok github.com/docker/docker/volume/mounts 0.019s coverage: 67.0% of statements [2021-02-25T03:34:44.331Z] --- PASS: TestDaemonStartWithLogOpt (4.15s) [2021-02-25T03:34:44.332Z] === CONT TestReadPluginNoRead [2021-02-25T03:34:44.951Z] Loaded image: buildpack-deps:buster [2021-02-25T03:34:44.951Z] Loaded image: busybox:latest [2021-02-25T03:34:44.951Z] Loaded image: busybox:glibc [2021-02-25T03:34:44.977Z] --- PASS: TestAuthZPluginHeader (1.04s) [2021-02-25T03:34:44.977Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-02-25T03:34:44.977Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.01s) [2021-02-25T03:34:44.977Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-25T03:34:44.977Z] === RUN TestAuthZPluginV2Disable [2021-02-25T03:34:44.977Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2021-02-25T03:34:44.977Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-25T03:34:44.977Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-02-25T03:34:44.977Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-02-25T03:34:44.977Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-25T03:34:44.977Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-02-25T03:34:44.977Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-02-25T03:34:44.977Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-25T03:34:44.977Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-02-25T03:34:45.039Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-02-25T03:34:45.309Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-02-25T03:34:45.532Z] ok github.com/docker/docker/volume/service 0.015s coverage: 73.1% of statements [2021-02-25T03:34:45.594Z] Loaded image: debian:bullseye [2021-02-25T03:34:45.594Z] Loaded image: hello-world:latest [2021-02-25T03:34:45.594Z] Loaded image: arm32v7/hello-world:latest [2021-02-25T03:34:45.882Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-02-25T03:34:46.784Z] --- PASS: TestCreateServiceSysctls (3.19s) [2021-02-25T03:34:46.784Z] === RUN TestCreateServiceCapabilities [2021-02-25T03:34:46.821Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-02-25T03:34:47.063Z] === RUN TestReadPluginNoRead/disabled_caching [2021-02-25T03:34:47.391Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-02-25T03:34:47.962Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.66s) [2021-02-25T03:34:47.962Z] === RUN TestCreateServiceSecretFileMode [2021-02-25T03:34:48.223Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-02-25T03:34:48.795Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-02-25T03:34:48.795Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-02-25T03:34:49.142Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-02-25T03:34:49.305Z] --- PASS: TestCreateServiceCapabilities (2.56s) [2021-02-25T03:34:49.305Z] === RUN TestInspect [2021-02-25T03:34:49.365Z] === RUN TestDockerSuite/TestCpRelativePath [2021-02-25T03:34:49.434Z] --- PASS: TestContinueAfterPluginCrash (9.56s) [2021-02-25T03:34:50.308Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-02-25T03:34:50.878Z] --- PASS: TestCreateServiceSecretFileMode (3.15s) [2021-02-25T03:34:50.878Z] === RUN TestCreateServiceConfigFileMode [2021-02-25T03:34:51.449Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-02-25T03:34:51.505Z] === RUN TestReadPluginNoRead/default [2021-02-25T03:34:52.020Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-02-25T03:34:52.541Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (22.31s) [2021-02-25T03:34:52.541Z] PASS [2021-02-25T03:34:52.541Z] [2021-02-25T03:34:52.541Z] === Skipped [2021-02-25T03:34:52.541Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s) [2021-02-25T03:34:52.541Z] build_session_test.go:25: TODO: BuildKit [2021-02-25T03:34:52.541Z] [2021-02-25T03:34:52.541Z] === SKIP: ppc64le.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-02-25T03:34:52.541Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-02-25T03:34:52.541Z] [2021-02-25T03:34:52.541Z] [2021-02-25T03:34:52.541Z] DONE 34 tests, 2 skipped in 117.360s [2021-02-25T03:34:52.541Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2021-02-25T03:34:52.541Z] ++ 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-02-25T03:34:52.541Z] ++ set -e [2021-02-25T03:34:52.541Z] ++ '[' -n 0 ']' [2021-02-25T03:34:52.541Z] ++ set -x [2021-02-25T03:34:52.542Z] ++ env -i DEST=/go/src/github.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-02-25T03:34:52.542Z] INFO: Testing against a local daemon [2021-02-25T03:34:52.542Z] === RUN TestConfigInspect [2021-02-25T03:34:52.575Z] --- PASS: TestInspect (2.88s) [2021-02-25T03:34:52.575Z] === RUN TestCreateJob [2021-02-25T03:34:52.961Z] === RUN TestDockerSuite/TestCpToCaseA [2021-02-25T03:34:53.576Z] --- PASS: TestReadPluginNoRead (9.13s) [2021-02-25T03:34:53.576Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.03s) [2021-02-25T03:34:53.576Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.07s) [2021-02-25T03:34:53.576Z] --- PASS: TestReadPluginNoRead/default (2.03s) [2021-02-25T03:34:53.576Z] read_test.go:92: [d952247e3afdc] daemon is not started [2021-02-25T03:34:53.576Z] PASS [2021-02-25T03:34:53.576Z] [2021-02-25T03:34:53.576Z] DONE 6 tests in 13.423s [2021-02-25T03:34:53.576Z] 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-02-25T03:34:53.577Z] ++ 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-02-25T03:34:53.577Z] ++ set -e [2021-02-25T03:34:53.577Z] ++ '[' -n 0 ']' [2021-02-25T03:34:53.577Z] ++ set -x [2021-02-25T03:34:53.577Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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-02-25T03:34:53.577Z] testing: warning: no tests to run [2021-02-25T03:34:53.577Z] PASS [2021-02-25T03:34:53.577Z] [2021-02-25T03:34:53.577Z] DONE 0 tests in 0.078s [2021-02-25T03:34:53.577Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-02-25T03:34:53.577Z] ++ 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-02-25T03:34:53.577Z] ++ set -e [2021-02-25T03:34:53.577Z] ++ '[' -n 0 ']' [2021-02-25T03:34:53.577Z] ++ set -x [2021-02-25T03:34:53.577Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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-02-25T03:34:53.577Z] INFO: Testing against a local daemon [2021-02-25T03:34:53.577Z] === RUN TestPluginWithDevMounts [2021-02-25T03:34:53.577Z] === PAUSE TestPluginWithDevMounts [2021-02-25T03:34:53.577Z] === CONT TestPluginWithDevMounts [2021-02-25T03:34:53.903Z] --- PASS: TestCreateServiceConfigFileMode (3.04s) [2021-02-25T03:34:53.903Z] === RUN TestCreateServiceSysctls [2021-02-25T03:34:54.070Z] --- PASS: TestConfigInspect (1.92s) [2021-02-25T03:34:54.070Z] === RUN TestConfigList [2021-02-25T03:34:54.164Z] === RUN TestDockerSuite/TestCpToCaseB [2021-02-25T03:34:54.738Z] === RUN TestDockerSuite/TestCpToCaseC [2021-02-25T03:34:55.646Z] --- PASS: TestPluginWithDevMounts (1.94s) [2021-02-25T03:34:55.646Z] PASS [2021-02-25T03:34:55.646Z] [2021-02-25T03:34:55.646Z] DONE 1 tests in 2.125s [2021-02-25T03:34:55.646Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2021-02-25T03:34:55.646Z] ++ 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-02-25T03:34:55.646Z] ++ set -e [2021-02-25T03:34:55.646Z] ++ '[' -n 0 ']' [2021-02-25T03:34:55.646Z] ++ set -x [2021-02-25T03:34:55.647Z] ++ env -i DEST=/go/src/github.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-02-25T03:34:55.647Z] INFO: Testing against a local daemon [2021-02-25T03:34:55.647Z] === RUN TestSecretInspect [2021-02-25T03:34:55.846Z] --- PASS: TestCreateJob (3.36s) [2021-02-25T03:34:55.846Z] === RUN TestReplicatedJob [2021-02-25T03:34:56.187Z] --- PASS: TestConfigList (1.91s) [2021-02-25T03:34:56.187Z] === RUN TestConfigsCreateAndDelete [2021-02-25T03:34:56.651Z] === RUN TestDockerSuite/TestCpToCaseD [2021-02-25T03:34:57.711Z] --- PASS: TestConfigsCreateAndDelete (1.85s) [2021-02-25T03:34:57.711Z] === RUN TestConfigsUpdate [2021-02-25T03:34:57.735Z] ok github.com/docker/docker/pkg/plugins 33.625s coverage: 76.6% of statements [2021-02-25T03:34:57.735Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-02-25T03:34:57.735Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-02-25T03:34:57.735Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-02-25T03:34:57.735Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-02-25T03:34:57.735Z] ? github.com/docker/docker/pkg/term [no test files] [2021-02-25T03:34:57.735Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-02-25T03:34:57.735Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-02-25T03:34:57.735Z] ? github.com/docker/docker/rootless [no test files] [2021-02-25T03:34:57.735Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-02-25T03:34:57.735Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-02-25T03:34:57.735Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-02-25T03:34:57.735Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-02-25T03:34:57.735Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-02-25T03:34:57.735Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-02-25T03:34:57.735Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-02-25T03:34:57.735Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-02-25T03:34:57.735Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-02-25T03:34:57.735Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-02-25T03:34:57.735Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-02-25T03:34:57.735Z] ? github.com/docker/docker/testutil/request [no test files] [2021-02-25T03:34:57.735Z] ? github.com/docker/docker/volume [no test files] [2021-02-25T03:34:57.735Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-02-25T03:34:57.735Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-02-25T03:34:57.735Z] [2021-02-25T03:34:57.735Z] === Skipped [2021-02-25T03:34:57.735Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-02-25T03:34:57.735Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-02-25T03:34:57.735Z] [2021-02-25T03:34:57.735Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-02-25T03:34:57.735Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-02-25T03:34:57.735Z] [2021-02-25T03:34:57.735Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-02-25T03:34:57.735Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-25T03:34:57.735Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-25T03:34:57.735Z] [2021-02-25T03:34:57.735Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-02-25T03:34:57.735Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-25T03:34:57.735Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-25T03:34:57.735Z] [2021-02-25T03:34:57.735Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-02-25T03:34:57.735Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-25T03:34:57.735Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-25T03:34:57.735Z] [2021-02-25T03:34:57.735Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-02-25T03:34:57.735Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-25T03:34:57.735Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-25T03:34:57.735Z] [2021-02-25T03:34:57.735Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-02-25T03:34:57.735Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-25T03:34:57.735Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-25T03:34:57.735Z] [2021-02-25T03:34:57.735Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-02-25T03:34:57.735Z] graphtest_unix.go:73: No driver to put! [2021-02-25T03:34:57.735Z] [2021-02-25T03:34:57.735Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-02-25T03:34:57.735Z] time="2021-02-25T03:33:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-25T03:34:57.735Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-25T03:34:57.735Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-25T03:34:57.735Z] [2021-02-25T03:34:57.735Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-02-25T03:34:57.735Z] time="2021-02-25T03:33:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-25T03:34:57.735Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-25T03:34:57.735Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-25T03:34:57.735Z] [2021-02-25T03:34:57.735Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-02-25T03:34:57.735Z] time="2021-02-25T03:33:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-25T03:34:57.735Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-25T03:34:57.735Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-25T03:34:57.735Z] [2021-02-25T03:34:57.735Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-02-25T03:34:57.735Z] time="2021-02-25T03:33:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-25T03:34:57.735Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-25T03:34:57.735Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-25T03:34:57.735Z] [2021-02-25T03:34:57.735Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-02-25T03:34:57.735Z] time="2021-02-25T03:33:38Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-25T03:34:57.735Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-25T03:34:57.735Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-25T03:34:57.735Z] [2021-02-25T03:34:57.735Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-02-25T03:34:57.735Z] graphtest_unix.go:73: No driver to put! [2021-02-25T03:34:57.735Z] [2021-02-25T03:34:57.735Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-02-25T03:34:57.735Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-02-25T03:34:57.735Z] [2021-02-25T03:34:57.735Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-02-25T03:34:57.735Z] overlay_test.go:49: Fails to compute changes intermittently [2021-02-25T03:34:57.735Z] [2021-02-25T03:34:57.735Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-02-25T03:34:57.735Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-02-25T03:34:57.735Z] [2021-02-25T03:34:57.735Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-02-25T03:34:57.735Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-02-25T03:34:57.735Z] [2021-02-25T03:34:57.735Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-02-25T03:34:57.735Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-25T03:34:57.735Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-25T03:34:57.735Z] [2021-02-25T03:34:57.735Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-02-25T03:34:57.735Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-25T03:34:57.735Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-25T03:34:57.735Z] [2021-02-25T03:34:57.735Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-02-25T03:34:57.735Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-25T03:34:57.735Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-25T03:34:57.735Z] [2021-02-25T03:34:57.735Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-02-25T03:34:57.735Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-25T03:34:57.735Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-25T03:34:57.735Z] [2021-02-25T03:34:57.735Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-02-25T03:34:57.735Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-25T03:34:57.735Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-25T03:34:57.735Z] [2021-02-25T03:34:57.735Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-02-25T03:34:57.735Z] graphtest_unix.go:73: No driver to put! [2021-02-25T03:34:57.735Z] [2021-02-25T03:34:57.735Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-02-25T03:34:57.735Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-02-25T03:34:57.735Z] [2021-02-25T03:34:57.735Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-02-25T03:34:57.735Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-02-25T03:34:57.735Z] [2021-02-25T03:34:57.735Z] [2021-02-25T03:34:57.735Z] DONE 2244 tests, 26 skipped in 256.636s Post stage [Pipeline] junit [2021-02-25T03:34:57.750Z] Recording test results [2021-02-25T03:34:58.032Z] --- PASS: TestCreateServiceSysctls (3.79s) [2021-02-25T03:34:58.032Z] === RUN TestCreateServiceCapabilities [2021-02-25T03:34:58.252Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2021-02-25T03:34:58.588Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42056/.git:/go/src/github.com/docker/docker/.git --name docker-pr8 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=59fc2206d0aa706e3f4af717dec37df091092058 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:59fc2206d0aa706e3f4af717dec37df091092058 hack/validate/vendor [2021-02-25T03:34:59.525Z] 2021/02/25 03:34:59 Collecting initial packages [2021-02-25T03:34:59.525Z] 2021/02/25 03:34:59 Download dependencies [2021-02-25T03:34:59.817Z] --- PASS: TestConfigsUpdate (1.90s) [2021-02-25T03:34:59.817Z] === RUN TestTemplatedConfig [2021-02-25T03:35:00.102Z] --- PASS: TestSecretInspect (4.05s) [2021-02-25T03:35:00.102Z] === RUN TestSecretList [2021-02-25T03:35:00.575Z] === RUN TestDockerSuite/TestCpToCaseE [2021-02-25T03:35:00.836Z] --- PASS: TestCreateServiceCapabilities (3.02s) [2021-02-25T03:35:00.836Z] === RUN TestInspect [2021-02-25T03:35:01.095Z] --- PASS: TestReplicatedJob (5.15s) [2021-02-25T03:35:01.095Z] === RUN TestUpdateReplicatedJob [2021-02-25T03:35:01.915Z] --- PASS: TestTemplatedConfig (2.50s) [2021-02-25T03:35:01.915Z] === RUN TestConfigCreateResolve [2021-02-25T03:35:02.750Z] === RUN TestDockerSuite/TestCpToCaseF [2021-02-25T03:35:02.813Z] 2021/02/25 03:35:02 Starting whole vndr cycle because no package specified [2021-02-25T03:35:02.813Z] 2021/02/25 03:35:02 Ignoring paths matching "^archive/tar" [2021-02-25T03:35:03.073Z] 2021/02/25 03:35:02 Clone github.com/docker/libtrust, revision 9cbd2a1374f46905c68a4eb3694a130610adc62a, attempt 1/20 [2021-02-25T03:35:03.073Z] 2021/02/25 03:35:02 Clone github.com/willf/bitset, revision 559910e8471e48d76d9e5a1ba15842dee77ad45d, attempt 1/20 [2021-02-25T03:35:03.073Z] 2021/02/25 03:35:02 Clone github.com/golang/gddo, revision 72a348e765d293ed6d1ded7b699591f14d6cd921, attempt 1/20 [2021-02-25T03:35:03.073Z] 2021/02/25 03:35:02 Clone github.com/google/uuid, revision 0cd6bf5da1e1c83f8b45653022c74f71af0538a4, attempt 1/20 [2021-02-25T03:35:03.073Z] 2021/02/25 03:35:02 Clone github.com/gorilla/mux, revision 98cb6bf42e086f6af920b965c38cacc07402d51b, attempt 1/20 [2021-02-25T03:35:03.073Z] 2021/02/25 03:35:02 Clone github.com/Microsoft/opengcs, revision a10967154e143a36014584a6f664344e3bb0aa64, attempt 1/20 [2021-02-25T03:35:03.073Z] 2021/02/25 03:35:02 Clone github.com/moby/locker, revision 281af2d563954745bea9d1487c965f24d30742fe, attempt 1/20 [2021-02-25T03:35:03.073Z] 2021/02/25 03:35:02 Clone github.com/moby/term, revision bea5bbe245bf407372d477f1361d2ff042d2f556, attempt 1/20 [2021-02-25T03:35:03.073Z] 2021/02/25 03:35:02 Clone github.com/moby/sys, revision 1bc8673b57550ddf85262eb0fed0aac651a37dab, attempt 1/20 [2021-02-25T03:35:03.073Z] 2021/02/25 03:35:02 Clone github.com/creack/pty, revision 2a38352e8b4d7ab6c336eef107e42a55e72e7fbc, attempt 1/20 [2021-02-25T03:35:03.073Z] 2021/02/25 03:35:02 Clone github.com/sirupsen/logrus, revision 6699a89a232f3db797f2e280639854bbc4b89725, attempt 1/20 [2021-02-25T03:35:03.073Z] 2021/02/25 03:35:02 Clone github.com/tchap/go-patricia, revision a7f0089c6f496e8e70402f61733606daa326cac5, attempt 1/20 [2021-02-25T03:35:03.073Z] 2021/02/25 03:35:02 Clone golang.org/x/net, revision ab34263943818b32f575efc978a3d24e80b04bd7, attempt 1/20 [2021-02-25T03:35:03.073Z] 2021/02/25 03:35:02 Clone golang.org/x/sys, revision b64e53b001e413bd5067f36d4e439eded3827374, attempt 1/20 [2021-02-25T03:35:03.073Z] 2021/02/25 03:35:02 Clone github.com/docker/go-units, revision 519db1ee28dcc9fd2474ae59fca29a810482bfb1, attempt 1/20 [2021-02-25T03:35:03.073Z] 2021/02/25 03:35:02 Clone github.com/docker/go-connections, revision 7395e3f8aa162843a74ed6d48e79627d9792ac55, attempt 1/20 [2021-02-25T03:35:03.116Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.14s) [2021-02-25T03:35:03.116Z] PASS [2021-02-25T03:35:03.116Z] [2021-02-25T03:35:03.116Z] === Skipped [2021-02-25T03:35:03.116Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.01s) [2021-02-25T03:35:03.116Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-25T03:35:03.116Z] [2021-02-25T03:35:03.116Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2021-02-25T03:35:03.116Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-25T03:35:03.116Z] [2021-02-25T03:35:03.116Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-02-25T03:35:03.116Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-25T03:35:03.116Z] [2021-02-25T03:35:03.116Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-02-25T03:35:03.116Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-25T03:35:03.116Z] [2021-02-25T03:35:03.116Z] [2021-02-25T03:35:03.116Z] DONE 17 tests, 4 skipped in 32.445s [2021-02-25T03:35:03.116Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-02-25T03:35:03.116Z] ++ 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-02-25T03:35:03.116Z] ++ set -e [2021-02-25T03:35:03.116Z] ++ '[' -n 0 ']' [2021-02-25T03:35:03.116Z] ++ set -x [2021-02-25T03:35:03.116Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-02-25T03:35:03.379Z] INFO: Testing against a local daemon [2021-02-25T03:35:03.379Z] === RUN TestPluginInvalidJSON [2021-02-25T03:35:03.379Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-02-25T03:35:03.379Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-02-25T03:35:03.379Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-02-25T03:35:03.379Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-02-25T03:35:03.379Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-02-25T03:35:03.379Z] === RUN TestPluginInstall [2021-02-25T03:35:03.379Z] === RUN TestPluginInstall/no_auth [2021-02-25T03:35:03.621Z] --- PASS: TestSecretList (4.02s) [2021-02-25T03:35:03.621Z] === RUN TestSecretsCreateAndDelete [2021-02-25T03:35:03.693Z] === RUN TestDockerSuite/TestCpToCaseG [2021-02-25T03:35:04.008Z] --- PASS: TestConfigCreateResolve (1.89s) [2021-02-25T03:35:04.008Z] === RUN TestConfigDaemonLibtrustID [2021-02-25T03:35:04.263Z] --- PASS: TestInspect (3.53s) [2021-02-25T03:35:04.263Z] === RUN TestCreateJob [2021-02-25T03:35:04.365Z] --- PASS: TestUpdateReplicatedJob (3.30s) [2021-02-25T03:35:04.366Z] === RUN TestServiceListWithStatuses [2021-02-25T03:35:04.366Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-02-25T03:35:04.366Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-25T03:35:04.366Z] === RUN TestDockerNetworkConnectAlias [2021-02-25T03:35:04.455Z] 2021/02/25 03:35:04 Finished clone github.com/moby/locker [2021-02-25T03:35:04.455Z] 2021/02/25 03:35:04 Clone golang.org/x/text, revision 23ae387dee1f90d29a23c0e87ee0b46038fbed0e, attempt 1/20 [2021-02-25T03:35:04.455Z] 2021/02/25 03:35:04 Finished clone github.com/google/uuid [2021-02-25T03:35:04.455Z] 2021/02/25 03:35:04 Clone gotest.tools/v3, revision 568bc57cc5c19a2ef85e5749870b49a4cc2ab54d, attempt 1/20 [2021-02-25T03:35:04.455Z] 2021/02/25 03:35:04 Finished clone github.com/creack/pty [2021-02-25T03:35:04.455Z] 2021/02/25 03:35:04 Clone github.com/google/go-cmp, revision 3af367b6b30c263d47e8895973edcca9a49cf029, attempt 1/20 [2021-02-25T03:35:04.455Z] 2021/02/25 03:35:04 Finished clone github.com/willf/bitset [2021-02-25T03:35:04.455Z] 2021/02/25 03:35:04 Clone github.com/syndtr/gocapability, revision 42c35b4376354fd554efc7ad35e0b7f94e3a0ffb, attempt 1/20 [2021-02-25T03:35:04.455Z] 2021/02/25 03:35:04 Finished clone github.com/docker/libtrust [2021-02-25T03:35:04.455Z] 2021/02/25 03:35:04 Clone github.com/RackSec/srslog, revision a4725f04ec91af1a91b380da679d6e0c2f061e59, attempt 1/20 [2021-02-25T03:35:04.455Z] 2021/02/25 03:35:04 Finished clone github.com/tchap/go-patricia [2021-02-25T03:35:04.455Z] 2021/02/25 03:35:04 Clone github.com/imdario/mergo, revision 1afb36080aec31e0d1528973ebe6721b191b0369, attempt 1/20 [2021-02-25T03:35:04.455Z] 2021/02/25 03:35:04 Finished clone github.com/moby/term [2021-02-25T03:35:04.455Z] 2021/02/25 03:35:04 Clone golang.org/x/sync, revision cd5d95a43a6e21273425c7ae415d3df9ea832eeb, attempt 1/20 [2021-02-25T03:35:04.455Z] 2021/02/25 03:35:04 Finished clone github.com/docker/go-units [2021-02-25T03:35:04.455Z] 2021/02/25 03:35:04 Clone github.com/moby/buildkit, revision 9065b18ba4633c75862befca8188de4338d9f94a, attempt 1/20 [2021-02-25T03:35:04.455Z] 2021/02/25 03:35:04 Finished clone github.com/gorilla/mux [2021-02-25T03:35:04.455Z] 2021/02/25 03:35:04 Clone github.com/tonistiigi/fsutil, revision 0834f99b7b85462efb69b4f571a4fa3ca7da5ac9, attempt 1/20 [2021-02-25T03:35:04.455Z] 2021/02/25 03:35:04 Finished clone github.com/moby/sys [2021-02-25T03:35:04.455Z] 2021/02/25 03:35:04 Clone github.com/tonistiigi/units, revision 6950e57a87eaf136bbe44ef2ec8e75b9e3569de2, attempt 1/20 [2021-02-25T03:35:04.647Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2021-02-25T03:35:04.647Z] PASS [2021-02-25T03:35:04.647Z] [2021-02-25T03:35:04.647Z] DONE 7 tests in 12.591s [2021-02-25T03:35:04.647Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2021-02-25T03:35:04.647Z] ++ 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-02-25T03:35:04.647Z] ++ set -e [2021-02-25T03:35:04.647Z] ++ '[' -n 0 ']' [2021-02-25T03:35:04.647Z] ++ set -x [2021-02-25T03:35:04.647Z] ++ env -i DEST=/go/src/github.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-02-25T03:35:04.647Z] INFO: Testing against a local daemon [2021-02-25T03:35:04.647Z] === RUN TestCheckpoint [2021-02-25T03:35:04.647Z] --- SKIP: TestCheckpoint (0.00s) [2021-02-25T03:35:04.647Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-25T03:35:04.647Z] === RUN TestContainerInvalidJSON [2021-02-25T03:35:04.647Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-02-25T03:35:04.647Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-02-25T03:35:04.647Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-02-25T03:35:04.647Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-02-25T03:35:04.647Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-02-25T03:35:04.647Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-02-25T03:35:04.647Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-02-25T03:35:04.647Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-02-25T03:35:04.647Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-02-25T03:35:04.647Z] --- PASS: TestContainerInvalidJSON (0.02s) [2021-02-25T03:35:04.647Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-02-25T03:35:04.647Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-02-25T03:35:04.647Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-02-25T03:35:04.647Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-02-25T03:35:04.647Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2021-02-25T03:35:04.647Z] === RUN TestCopyFromContainerPathIsNotDir [2021-02-25T03:35:04.647Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2021-02-25T03:35:04.647Z] === RUN TestCopyToContainerPathDoesNotExist [2021-02-25T03:35:04.945Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2021-02-25T03:35:04.945Z] === RUN TestCopyToContainerPathIsNotDir [2021-02-25T03:35:04.945Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2021-02-25T03:35:04.945Z] === RUN TestCopyFromContainer [2021-02-25T03:35:05.027Z] 2021/02/25 03:35:04 Finished clone github.com/sirupsen/logrus [2021-02-25T03:35:05.027Z] 2021/02/25 03:35:04 Clone github.com/grpc-ecosystem/grpc-opentracing, revision 8e809c8a86450a29b90dcc9efbf062d0fe6d9746, attempt 1/20 [2021-02-25T03:35:05.287Z] 2021/02/25 03:35:05 Finished clone github.com/RackSec/srslog [2021-02-25T03:35:05.287Z] 2021/02/25 03:35:05 Clone github.com/opentracing/opentracing-go, revision d34af3eaa63c4d08ab54863a4bdd0daa45212e12, attempt 1/20 [2021-02-25T03:35:05.547Z] 2021/02/25 03:35:05 Finished clone github.com/docker/go-connections [2021-02-25T03:35:05.547Z] 2021/02/25 03:35:05 Clone github.com/google/shlex, revision e7afc7fbc51079733e9468cdfd1efcd7d196cd1d, attempt 1/20 [2021-02-25T03:35:05.547Z] 2021/02/25 03:35:05 Finished clone github.com/tonistiigi/units [2021-02-25T03:35:05.547Z] 2021/02/25 03:35:05 Clone github.com/opentracing-contrib/go-stdlib, revision 8a6ff1ad1691a29e4f7b5d46604f97634997c8c4, attempt 1/20 [2021-02-25T03:35:05.547Z] 2021/02/25 03:35:05 Finished clone gotest.tools/v3 [2021-02-25T03:35:05.547Z] 2021/02/25 03:35:05 Clone github.com/mitchellh/hashstructure, revision a38c50148365edc8df43c1580c48fb2b3a1e9cd7, attempt 1/20 [2021-02-25T03:35:05.808Z] 2021/02/25 03:35:05 Finished clone github.com/syndtr/gocapability [2021-02-25T03:35:05.808Z] 2021/02/25 03:35:05 Clone github.com/gofrs/flock, revision 6caa7350c26b838538005fae7dbee4e69d9398db, attempt 1/20 [2021-02-25T03:35:05.808Z] 2021/02/25 03:35:05 Finished clone golang.org/x/sync [2021-02-25T03:35:05.808Z] 2021/02/25 03:35:05 Clone github.com/grpc-ecosystem/go-grpc-middleware, revision 3c51f7f332123e8be5a157c0802a228ac85bf9db, attempt 1/20 [2021-02-25T03:35:05.808Z] 2021/02/25 03:35:05 Finished clone github.com/imdario/mergo [2021-02-25T03:35:05.808Z] 2021/02/25 03:35:05 Clone github.com/docker/libnetwork, revision fa125a3512ee0f6187721c88582bf8c4378bd4d7, attempt 1/20 [2021-02-25T03:35:05.935Z] time="2021-02-25T03:35:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-25T03:35:05.935Z] time="2021-02-25T03:35:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7065f3d7afc308e507484e7e151081e9bd2880f3e0bd95167944903f395ae9ca" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-25T03:35:05.935Z] time="2021-02-25T03:35:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-25T03:35:05.935Z] time="2021-02-25T03:35:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7065f3d7afc308e507484e7e151081e9bd2880f3e0bd95167944903f395ae9ca" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-25T03:35:05.935Z] === RUN TestPluginInstall/with_htpasswd [2021-02-25T03:35:06.026Z] === RUN TestCopyFromContainer// [2021-02-25T03:35:06.027Z] === RUN TestCopyFromContainer//bar/root [2021-02-25T03:35:06.069Z] 2021/02/25 03:35:05 Finished clone github.com/google/go-cmp [2021-02-25T03:35:06.069Z] 2021/02/25 03:35:05 Clone github.com/docker/go-events, revision e31b211e4f1cd09aa76fe4ac244571fab96ae47f, attempt 1/20 [2021-02-25T03:35:06.324Z] === RUN TestCopyFromContainer//bar/root/ [2021-02-25T03:35:06.324Z] === RUN TestCopyFromContainer/bar/quux [2021-02-25T03:35:06.324Z] === RUN TestCopyFromContainer/bar/quux/ [2021-02-25T03:35:06.329Z] 2021/02/25 03:35:06 Finished clone github.com/grpc-ecosystem/grpc-opentracing [2021-02-25T03:35:06.329Z] 2021/02/25 03:35:06 Clone github.com/armon/go-radix, revision e39d623f12e8e41c7b5529e9a9dd67a1e2261f80, attempt 1/20 [2021-02-25T03:35:06.623Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-02-25T03:35:06.623Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-02-25T03:35:06.623Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-02-25T03:35:06.623Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-02-25T03:35:06.883Z] time="2021-02-25T03:35:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-25T03:35:06.883Z] time="2021-02-25T03:35:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:379f980fda0184ecd71acdc51c8debc0c99665102165a5874db4f5f6fd7cae38" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-25T03:35:06.883Z] time="2021-02-25T03:35:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-25T03:35:06.883Z] time="2021-02-25T03:35:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:379f980fda0184ecd71acdc51c8debc0c99665102165a5874db4f5f6fd7cae38" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-25T03:35:06.899Z] 2021/02/25 03:35:06 Finished clone github.com/opentracing-contrib/go-stdlib [2021-02-25T03:35:06.899Z] 2021/02/25 03:35:06 Clone github.com/armon/go-metrics, revision eb0af217e5e9747e41dd5303755356b62d28e3ec, attempt 1/20 [2021-02-25T03:35:06.899Z] 2021/02/25 03:35:06 Finished clone github.com/mitchellh/hashstructure [2021-02-25T03:35:06.899Z] 2021/02/25 03:35:06 Clone github.com/hashicorp/go-msgpack, revision 71c2886f5a673a35f909803f38ece5810165097b, attempt 1/20 [2021-02-25T03:35:06.899Z] 2021/02/25 03:35:06 Finished clone github.com/google/shlex [2021-02-25T03:35:06.899Z] 2021/02/25 03:35:06 Clone github.com/hashicorp/memberlist, revision 3d8438da9589e7b608a83ffac1ef8211486bcb7c, attempt 1/20 [2021-02-25T03:35:06.899Z] 2021/02/25 03:35:06 Finished clone github.com/gofrs/flock [2021-02-25T03:35:06.899Z] 2021/02/25 03:35:06 Clone github.com/sean-/seed, revision e2103e2c35297fb7e17febb81e49b312087a2372, attempt 1/20 [2021-02-25T03:35:06.899Z] 2021/02/25 03:35:06 Finished clone github.com/opentracing/opentracing-go [2021-02-25T03:35:06.899Z] 2021/02/25 03:35:06 Clone github.com/hashicorp/errwrap, revision 8a6fb523712970c966eefc6b39ed2c5e74880354, attempt 1/20 [2021-02-25T03:35:06.922Z] === RUN TestCopyFromContainer/bar/notarget [2021-02-25T03:35:06.922Z] --- PASS: TestCopyFromContainer (1.99s) [2021-02-25T03:35:06.922Z] --- PASS: TestCopyFromContainer// (0.07s) [2021-02-25T03:35:06.922Z] --- PASS: TestCopyFromContainer//bar/root (0.10s) [2021-02-25T03:35:06.922Z] --- PASS: TestCopyFromContainer//bar/root/ (0.08s) [2021-02-25T03:35:06.922Z] --- PASS: TestCopyFromContainer/bar/quux (0.10s) [2021-02-25T03:35:06.922Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2021-02-25T03:35:06.922Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2021-02-25T03:35:06.922Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2021-02-25T03:35:06.922Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2021-02-25T03:35:06.922Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2021-02-25T03:35:06.922Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2021-02-25T03:35:06.922Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-02-25T03:35:06.922Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-25T03:35:06.922Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-25T03:35:06.922Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-25T03:35:06.922Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-25T03:35:06.922Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-25T03:35:06.922Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-25T03:35:06.922Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-25T03:35:06.922Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-25T03:35:06.922Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-25T03:35:06.922Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-02-25T03:35:06.922Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-02-25T03:35:06.922Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-02-25T03:35:06.922Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-02-25T03:35:06.922Z] === RUN TestCreateLinkToNonExistingContainer [2021-02-25T03:35:06.922Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2021-02-25T03:35:06.922Z] === RUN TestCreateWithInvalidEnv [2021-02-25T03:35:06.922Z] === RUN TestCreateWithInvalidEnv/0 [2021-02-25T03:35:06.922Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-02-25T03:35:06.922Z] === RUN TestCreateWithInvalidEnv/1 [2021-02-25T03:35:06.922Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-02-25T03:35:06.922Z] === RUN TestCreateWithInvalidEnv/2 [2021-02-25T03:35:06.922Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-02-25T03:35:06.922Z] === CONT TestCreateWithInvalidEnv/0 [2021-02-25T03:35:06.922Z] === CONT TestCreateWithInvalidEnv/2 [2021-02-25T03:35:06.922Z] === CONT TestCreateWithInvalidEnv/1 [2021-02-25T03:35:06.922Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-02-25T03:35:06.922Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-02-25T03:35:06.922Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-02-25T03:35:06.922Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-02-25T03:35:06.922Z] === RUN TestCreateTmpfsMountsTarget [2021-02-25T03:35:06.922Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-02-25T03:35:06.922Z] === RUN TestCreateWithCustomMaskedPaths [2021-02-25T03:35:07.145Z] === RUN TestPluginInstall/with_insecure [2021-02-25T03:35:07.469Z] 2021/02/25 03:35:07 Finished clone github.com/docker/go-events [2021-02-25T03:35:07.469Z] 2021/02/25 03:35:07 Clone github.com/hashicorp/go-sockaddr, revision c7188e74f6acae5a989bdc959aa779f8b9f42faf, attempt 1/20 [2021-02-25T03:35:07.469Z] 2021/02/25 03:35:07 Finished clone github.com/armon/go-radix [2021-02-25T03:35:07.469Z] 2021/02/25 03:35:07 Clone github.com/hashicorp/go-multierror, revision 886a7fbe3eb1c874d46f623bfa70af45f425b3d1, attempt 1/20 [2021-02-25T03:35:07.580Z] === RUN TestDockerSuite/TestCpToCaseH [2021-02-25T03:35:08.039Z] 2021/02/25 03:35:07 Finished clone github.com/sean-/seed [2021-02-25T03:35:08.039Z] 2021/02/25 03:35:07 Clone github.com/hashicorp/serf, revision 598c54895cc5a7b1a24a398d635e8c0ea0959870, attempt 1/20 [2021-02-25T03:35:08.137Z] --- PASS: TestSecretsCreateAndDelete (4.11s) [2021-02-25T03:35:08.137Z] === RUN TestSecretsUpdate [2021-02-25T03:35:08.299Z] 2021/02/25 03:35:08 Finished clone github.com/armon/go-metrics [2021-02-25T03:35:08.299Z] 2021/02/25 03:35:08 Clone github.com/docker/libkv, revision 458977154600b9f23984d9f4b82e79570b5ae12b, attempt 1/20 [2021-02-25T03:35:08.299Z] 2021/02/25 03:35:08 Finished clone github.com/hashicorp/errwrap [2021-02-25T03:35:08.299Z] 2021/02/25 03:35:08 Clone github.com/vishvananda/netns, revision db3c7e526aae966c4ccfa6c8189b693d6ac5d202, attempt 1/20 [2021-02-25T03:35:08.444Z] --- PASS: TestCreateWithCustomMaskedPaths (1.50s) [2021-02-25T03:35:08.444Z] === RUN TestCreateWithCustomReadonlyPaths [2021-02-25T03:35:08.520Z] --- PASS: TestCreateJob (3.96s) [2021-02-25T03:35:08.520Z] === RUN TestReplicatedJob [2021-02-25T03:35:08.537Z] time="2021-02-25T03:35:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-25T03:35:08.537Z] time="2021-02-25T03:35:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7c0af2fd904b3e1d556c3d0443a76d6562a2de4f2be98642184e5abc2a916dd6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-25T03:35:08.537Z] time="2021-02-25T03:35:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-25T03:35:08.537Z] time="2021-02-25T03:35:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7c0af2fd904b3e1d556c3d0443a76d6562a2de4f2be98642184e5abc2a916dd6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-25T03:35:08.558Z] 2021/02/25 03:35:08 Finished clone github.com/tonistiigi/fsutil [2021-02-25T03:35:08.558Z] 2021/02/25 03:35:08 Clone github.com/vishvananda/netlink, revision f049be6f391489d3f374498fe0c8df8449258372, attempt 1/20 [2021-02-25T03:35:08.608Z] --- PASS: TestDockerNetworkConnectAlias (4.49s) [2021-02-25T03:35:08.608Z] === RUN TestDockerNetworkReConnect [2021-02-25T03:35:08.799Z] --- PASS: TestPluginInstall (5.52s) [2021-02-25T03:35:08.799Z] --- PASS: TestPluginInstall/no_auth (2.60s) [2021-02-25T03:35:08.799Z] --- PASS: TestPluginInstall/with_htpasswd (1.19s) [2021-02-25T03:35:08.799Z] --- PASS: TestPluginInstall/with_insecure (1.73s) [2021-02-25T03:35:08.799Z] plugin_test.go:160: [d8c17a5d1fe67] daemon is not started [2021-02-25T03:35:08.799Z] === RUN TestPluginsWithRuntimes [2021-02-25T03:35:08.819Z] 2021/02/25 03:35:08 Finished clone github.com/hashicorp/go-multierror [2021-02-25T03:35:08.819Z] 2021/02/25 03:35:08 Clone github.com/moby/ipvs, revision 4566ccea0e08d68e9614c3e7a64a23b850c4bb35, attempt 1/20 [2021-02-25T03:35:09.388Z] 2021/02/25 03:35:09 Finished clone github.com/hashicorp/memberlist [2021-02-25T03:35:09.388Z] 2021/02/25 03:35:09 Clone github.com/BurntSushi/toml, revision 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005, attempt 1/20 [2021-02-25T03:35:09.648Z] 2021/02/25 03:35:09 Finished clone github.com/vishvananda/netns [2021-02-25T03:35:09.648Z] 2021/02/25 03:35:09 Clone github.com/samuel/go-zookeeper, revision d0e0d8e11f318e000a8cc434616d69e329edc374, attempt 1/20 [2021-02-25T03:35:09.648Z] 2021/02/25 03:35:09 Finished clone github.com/docker/libkv [2021-02-25T03:35:09.648Z] 2021/02/25 03:35:09 Clone github.com/deckarep/golang-set, revision ef32fa3046d9f249d399f98ebaf9be944430fd1d, attempt 1/20 [2021-02-25T03:35:09.972Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.55s) [2021-02-25T03:35:09.972Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-02-25T03:35:09.972Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-25T03:35:09.972Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-25T03:35:09.972Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-25T03:35:09.972Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-25T03:35:09.972Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-25T03:35:09.972Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-25T03:35:09.972Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-25T03:35:09.972Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-25T03:35:09.972Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-25T03:35:09.972Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-25T03:35:09.972Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-25T03:35:09.972Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-25T03:35:09.972Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-25T03:35:09.972Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-25T03:35:09.972Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-25T03:35:09.972Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-02-25T03:35:09.972Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2021-02-25T03:35:09.972Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2021-02-25T03:35:09.972Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2021-02-25T03:35:09.972Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2021-02-25T03:35:09.972Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-02-25T03:35:09.972Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-02-25T03:35:10.217Z] 2021/02/25 03:35:10 Finished clone github.com/hashicorp/go-sockaddr [2021-02-25T03:35:10.217Z] 2021/02/25 03:35:10 Clone github.com/coreos/etcd, revision d57e8b8d97adfc4a6c224fe116714bf1a1f3beb9, attempt 1/20 [2021-02-25T03:35:10.431Z] === RUN TestDockerSuite/TestCpToCaseI [2021-02-25T03:35:10.431Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2021-02-25T03:35:10.611Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.54s) [2021-02-25T03:35:10.611Z] === RUN TestCreateDifferentPlatform [2021-02-25T03:35:10.611Z] === RUN TestCreateDifferentPlatform/different_os [2021-02-25T03:35:10.611Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-02-25T03:35:10.611Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-02-25T03:35:10.611Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-02-25T03:35:10.611Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-02-25T03:35:10.611Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-02-25T03:35:10.611Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2021-02-25T03:35:10.611Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-02-25T03:35:10.905Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s) [2021-02-25T03:35:10.905Z] === RUN TestContainerStartOnDaemonRestart [2021-02-25T03:35:10.905Z] === PAUSE TestContainerStartOnDaemonRestart [2021-02-25T03:35:10.905Z] === RUN TestDaemonRestartIpcMode [2021-02-25T03:35:10.905Z] === PAUSE TestDaemonRestartIpcMode [2021-02-25T03:35:10.905Z] === RUN TestDaemonHostGatewayIP [2021-02-25T03:35:10.905Z] === PAUSE TestDaemonHostGatewayIP [2021-02-25T03:35:10.905Z] === RUN TestRestartDaemonWithRestartingContainer [2021-02-25T03:35:10.905Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-02-25T03:35:10.905Z] === RUN TestContainerKillOnDaemonStart [2021-02-25T03:35:10.905Z] === PAUSE TestContainerKillOnDaemonStart [2021-02-25T03:35:10.905Z] === RUN TestDiff [2021-02-25T03:35:11.170Z] 2021/02/25 03:35:10 Finished clone github.com/BurntSushi/toml [2021-02-25T03:35:11.171Z] 2021/02/25 03:35:10 Clone github.com/coreos/go-semver, revision 8ab6407b697782a06568d4b7f1db25550ec2e4c6, attempt 1/20 [2021-02-25T03:35:11.171Z] 2021/02/25 03:35:11 Finished clone github.com/moby/ipvs [2021-02-25T03:35:11.171Z] 2021/02/25 03:35:11 Clone github.com/ugorji/go, revision b4c50a2b199d93b13dc15e78929cfb23bfdf21ab, attempt 1/20 [2021-02-25T03:35:11.171Z] 2021/02/25 03:35:11 Finished clone github.com/deckarep/golang-set [2021-02-25T03:35:11.171Z] 2021/02/25 03:35:11 Clone github.com/hashicorp/consul, revision 9a9cc9341bb487651a0399e3fc5e1e8a42e62dd9, attempt 1/20 [2021-02-25T03:35:11.203Z] --- PASS: TestDiff (0.49s) [2021-02-25T03:35:11.203Z] === RUN TestExecWithCloseStdin [2021-02-25T03:35:11.355Z] === RUN TestPluginsWithRuntimes/No_Args [2021-02-25T03:35:11.372Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-02-25T03:35:11.430Z] 2021/02/25 03:35:11 Finished clone github.com/samuel/go-zookeeper [2021-02-25T03:35:11.430Z] 2021/02/25 03:35:11 Clone github.com/miekg/dns, revision 6c0c4e6581f8e173cc562c8b3363ab984e4ae071, attempt 1/20 [2021-02-25T03:35:11.655Z] --- PASS: TestSecretsUpdate (3.92s) [2021-02-25T03:35:11.655Z] === RUN TestTemplatedSecret [2021-02-25T03:35:11.689Z] 2021/02/25 03:35:11 Finished clone github.com/vishvananda/netlink [2021-02-25T03:35:11.689Z] 2021/02/25 03:35:11 Clone github.com/ishidawataru/sctp, revision 6e2cb1366111dcf547c13531e3a263a067715847, attempt 1/20 [2021-02-25T03:35:11.850Z] --- PASS: TestExecWithCloseStdin (0.60s) [2021-02-25T03:35:11.851Z] === RUN TestExec [2021-02-25T03:35:11.948Z] 2021/02/25 03:35:11 Clone go.etcd.io/bbolt, revision 232d8fc87f50244f9c808f4745759e08a304c029, attempt 1/20 [2021-02-25T03:35:11.948Z] 2021/02/25 03:35:11 Finished clone github.com/golang/gddo [2021-02-25T03:35:12.493Z] --- PASS: TestExec (0.60s) [2021-02-25T03:35:12.493Z] === RUN TestExecUser [2021-02-25T03:35:12.516Z] 2021/02/25 03:35:12 Finished clone github.com/coreos/go-semver [2021-02-25T03:35:12.516Z] 2021/02/25 03:35:12 Clone github.com/docker/distribution, revision 0d3efadf0154c2b8a4e7b6621fff9809655cc580, attempt 1/20 [2021-02-25T03:35:12.747Z] === RUN TestPluginsWithRuntimes/With_Args [2021-02-25T03:35:12.778Z] --- PASS: TestDockerNetworkReConnect (3.61s) [2021-02-25T03:35:12.778Z] === RUN TestServicePlugin [2021-02-25T03:35:13.085Z] 2021/02/25 03:35:12 Finished clone github.com/hashicorp/go-msgpack [2021-02-25T03:35:13.085Z] 2021/02/25 03:35:12 Clone github.com/vbatts/tar-split, revision 620714a4c508c880ac1bdda9c8370a2b19af1a55, attempt 1/20 [2021-02-25T03:35:13.085Z] 2021/02/25 03:35:12 Finished clone github.com/ishidawataru/sctp [2021-02-25T03:35:13.085Z] 2021/02/25 03:35:12 Clone github.com/opencontainers/go-digest, revision ea51bea511f75cfa3ef6098cc253c5c3609b037a, attempt 1/20 [2021-02-25T03:35:13.137Z] --- PASS: TestExecUser (0.63s) [2021-02-25T03:35:13.137Z] === RUN TestExportContainerAndImportImage [2021-02-25T03:35:13.820Z] --- PASS: TestExportContainerAndImportImage (0.78s) [2021-02-25T03:35:13.820Z] === RUN TestExportContainerAfterDaemonRestart [2021-02-25T03:35:14.464Z] 2021/02/25 03:35:14 Finished clone golang.org/x/net [2021-02-25T03:35:14.464Z] 2021/02/25 03:35:14 Clone github.com/mistifyio/go-zfs, revision f784269be439d704d3dfa1906f45dd848fed2beb, attempt 1/20 [2021-02-25T03:35:14.669Z] --- PASS: TestPluginsWithRuntimes (5.66s) [2021-02-25T03:35:14.669Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.66s) [2021-02-25T03:35:14.669Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.67s) [2021-02-25T03:35:14.669Z] PASS [2021-02-25T03:35:14.669Z] [2021-02-25T03:35:14.669Z] DONE 9 tests in 11.412s [2021-02-25T03:35:14.669Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-02-25T03:35:14.669Z] ++ 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-02-25T03:35:14.669Z] ++ set -e [2021-02-25T03:35:14.669Z] ++ '[' -n 0 ']' [2021-02-25T03:35:14.669Z] ++ set -x [2021-02-25T03:35:14.669Z] ++ env -i DEST=/go/src/github.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-02-25T03:35:14.669Z] INFO: Testing against a local daemon [2021-02-25T03:35:14.669Z] === RUN TestExternalGraphDriver [2021-02-25T03:35:14.672Z] --- PASS: TestReplicatedJob (6.16s) [2021-02-25T03:35:14.672Z] === RUN TestUpdateReplicatedJob [2021-02-25T03:35:14.725Z] 2021/02/25 03:35:14 Finished clone github.com/opencontainers/go-digest [2021-02-25T03:35:14.725Z] 2021/02/25 03:35:14 Clone google.golang.org/grpc, revision f495f5b15ae7ccda3b38c53a1bfcde4c1a58a2bc, attempt 1/20 [2021-02-25T03:35:14.932Z] === RUN TestExternalGraphDriver/json [2021-02-25T03:35:14.985Z] 2021/02/25 03:35:14 Finished clone go.etcd.io/bbolt [2021-02-25T03:35:14.985Z] 2021/02/25 03:35:14 Clone github.com/opencontainers/runc, revision ff819c7e9184c13b7c2607fe6c30ae19403a7aff, attempt 1/20 [2021-02-25T03:35:15.242Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2021-02-25T03:35:15.397Z] --- PASS: TestExportContainerAfterDaemonRestart (1.45s) [2021-02-25T03:35:15.397Z] === RUN TestHealthCheckWorkdir [2021-02-25T03:35:15.816Z] === RUN TestDockerSuite/TestCpToDot [2021-02-25T03:35:15.924Z] 2021/02/25 03:35:15 Finished clone github.com/mistifyio/go-zfs [2021-02-25T03:35:15.924Z] 2021/02/25 03:35:15 Clone github.com/opencontainers/runtime-spec, revision 4d89ac9fbff6c455f46a5bb59c6b1bb7184a5e43, attempt 1/20 [2021-02-25T03:35:16.036Z] --- PASS: TestHealthCheckWorkdir (0.71s) [2021-02-25T03:35:16.036Z] === RUN TestHealthKillContainer [2021-02-25T03:35:16.109Z] --- PASS: TestTemplatedSecret (4.09s) [2021-02-25T03:35:16.109Z] === RUN TestSecretCreateResolve [2021-02-25T03:35:16.757Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2021-02-25T03:35:16.757Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-02-25T03:35:17.304Z] 2021/02/25 03:35:17 Finished clone github.com/grpc-ecosystem/go-grpc-middleware [2021-02-25T03:35:17.304Z] 2021/02/25 03:35:17 Clone github.com/opencontainers/image-spec, revision d60099175f88c47cd379c4738d158884749ed235, attempt 1/20 [2021-02-25T03:35:17.489Z] === RUN TestExternalGraphDriver/spec [2021-02-25T03:35:17.564Z] 2021/02/25 03:35:17 Clone github.com/cyphar/filepath-securejoin, revision a261ee33d7a517f054effbf451841abaafe3e0fd, attempt 1/20 [2021-02-25T03:35:17.564Z] 2021/02/25 03:35:17 Finished clone github.com/Microsoft/opengcs [2021-02-25T03:35:18.133Z] 2021/02/25 03:35:18 Finished clone github.com/vbatts/tar-split [2021-02-25T03:35:18.133Z] 2021/02/25 03:35:18 Clone github.com/coreos/go-systemd, revision 39ca1b05acc7ad1220e09f133283b8859a8b71ab, attempt 1/20 [2021-02-25T03:35:18.141Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-02-25T03:35:18.402Z] --- PASS: TestUpdateReplicatedJob (3.99s) [2021-02-25T03:35:18.402Z] === RUN TestServiceListWithStatuses [2021-02-25T03:35:18.402Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-02-25T03:35:18.402Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-25T03:35:18.402Z] === RUN TestDockerNetworkConnectAlias [2021-02-25T03:35:18.788Z] --- PASS: TestHealthKillContainer (2.64s) [2021-02-25T03:35:18.788Z] === RUN TestInspectCpusetInConfigPre120 [2021-02-25T03:35:19.082Z] --- PASS: TestInspectCpusetInConfigPre120 (0.52s) [2021-02-25T03:35:19.082Z] === RUN TestIpcModeNone [2021-02-25T03:35:19.515Z] 2021/02/25 03:35:19 Finished clone github.com/hashicorp/serf [2021-02-25T03:35:19.515Z] 2021/02/25 03:35:19 Clone github.com/coreos/go-systemd/v22, revision 2d78030078ef61b3cae27f42ad6d0e46db51b339, attempt 1/20 [2021-02-25T03:35:19.515Z] 2021/02/25 03:35:19 Finished clone github.com/opencontainers/runtime-spec [2021-02-25T03:35:19.515Z] 2021/02/25 03:35:19 Clone github.com/godbus/dbus/v5, revision 37bf87eef99d69c4f1d3528bd66e3a87dc201472, attempt 1/20 [2021-02-25T03:35:19.515Z] 2021/02/25 03:35:19 Finished clone github.com/cyphar/filepath-securejoin [2021-02-25T03:35:19.515Z] 2021/02/25 03:35:19 Clone github.com/Graylog2/go-gelf, revision 1550ee647df0510058c9d67a45c56f18911d80b8, attempt 1/20 [2021-02-25T03:35:19.724Z] --- PASS: TestIpcModeNone (0.64s) [2021-02-25T03:35:19.724Z] === RUN TestIpcModePrivate [2021-02-25T03:35:19.785Z] === RUN TestDockerSuite/TestCpToStdout [2021-02-25T03:35:20.048Z] === RUN TestExternalGraphDriver/pull [2021-02-25T03:35:20.364Z] --- PASS: TestIpcModePrivate (0.61s) [2021-02-25T03:35:20.364Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false [2021-02-25T03:35:20.364Z] === RUN TestIpcModeShareable [2021-02-25T03:35:20.565Z] --- PASS: TestSecretCreateResolve (4.01s) [2021-02-25T03:35:20.565Z] PASS [2021-02-25T03:35:20.565Z] [2021-02-25T03:35:20.565Z] DONE 6 tests in 24.370s [2021-02-25T03:35:20.565Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2021-02-25T03:35:20.565Z] ++ 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-02-25T03:35:20.565Z] ++ set -e [2021-02-25T03:35:20.565Z] ++ '[' -n 0 ']' [2021-02-25T03:35:20.565Z] ++ set -x [2021-02-25T03:35:20.565Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-02-25T03:35:20.565Z] INFO: Testing against a local daemon [2021-02-25T03:35:20.565Z] === RUN TestServiceCreateInit [2021-02-25T03:35:20.565Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-02-25T03:35:20.728Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-02-25T03:35:20.897Z] 2021/02/25 03:35:20 Finished clone github.com/coreos/go-systemd [2021-02-25T03:35:20.897Z] 2021/02/25 03:35:20 Clone github.com/fluent/fluent-logger-golang, revision 7a6c9dcd7f14c2ed5d8c55c11b894e5455ee311b, attempt 1/20 [2021-02-25T03:35:21.008Z] --- PASS: TestIpcModeShareable (0.66s) [2021-02-25T03:35:21.008Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true [2021-02-25T03:35:21.008Z] === RUN TestAPIIpcModeShareableAndContainer [2021-02-25T03:35:21.157Z] 2021/02/25 03:35:21 Finished clone github.com/Graylog2/go-gelf [2021-02-25T03:35:21.157Z] 2021/02/25 03:35:21 Clone github.com/philhofer/fwd, revision bb6d471dc95d4fe11e432687f8b70ff496cf3136, attempt 1/20 [2021-02-25T03:35:21.418Z] 2021/02/25 03:35:21 Finished clone github.com/opencontainers/image-spec [2021-02-25T03:35:21.418Z] 2021/02/25 03:35:21 Clone github.com/tinylib/msgp, revision af6442a0fcf6e2a1b824f70dd0c734f01e817751, attempt 1/20 [2021-02-25T03:35:21.418Z] 2021/02/25 03:35:21 Finished clone github.com/coreos/go-systemd/v22 [2021-02-25T03:35:21.418Z] 2021/02/25 03:35:21 Clone github.com/fsnotify/fsnotify, revision 45d7d09e39ef4ac08d493309fa031790c15bfe8a, attempt 1/20 [2021-02-25T03:35:21.678Z] 2021/02/25 03:35:21 Finished clone github.com/godbus/dbus/v5 [2021-02-25T03:35:21.678Z] 2021/02/25 03:35:21 Clone github.com/aws/aws-sdk-go, revision 2590bc875c54c9fda225d8e4e56a9d28d90c6a47, attempt 1/20 [2021-02-25T03:35:22.112Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-02-25T03:35:22.112Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-02-25T03:35:22.249Z] 2021/02/25 03:35:22 Finished clone github.com/fluent/fluent-logger-golang [2021-02-25T03:35:22.249Z] 2021/02/25 03:35:22 Clone github.com/jmespath/go-jmespath, revision 2d053f87d1d7f9f48196ae04cf3daea4273d207d, attempt 1/20 [2021-02-25T03:35:22.604Z] --- PASS: TestExternalGraphDriver (7.38s) [2021-02-25T03:35:22.604Z] --- PASS: TestExternalGraphDriver/json (2.39s) [2021-02-25T03:35:22.604Z] --- PASS: TestExternalGraphDriver/spec (2.63s) [2021-02-25T03:35:22.604Z] --- PASS: TestExternalGraphDriver/pull (2.23s) [2021-02-25T03:35:22.604Z] === RUN TestGraphdriverPluginV2 [2021-02-25T03:35:22.604Z] --- SKIP: TestGraphdriverPluginV2 (0.03s) [2021-02-25T03:35:22.604Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-25T03:35:22.604Z] PASS [2021-02-25T03:35:22.604Z] [2021-02-25T03:35:22.604Z] === Skipped [2021-02-25T03:35:22.604Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.03s) [2021-02-25T03:35:22.604Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-25T03:35:22.604Z] [2021-02-25T03:35:22.604Z] [2021-02-25T03:35:22.604Z] DONE 5 tests, 1 skipped in 7.564s [2021-02-25T03:35:22.604Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-02-25T03:35:22.604Z] ++ 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-02-25T03:35:22.604Z] ++ set -e [2021-02-25T03:35:22.604Z] ++ '[' -n 0 ']' [2021-02-25T03:35:22.604Z] ++ set -x [2021-02-25T03:35:22.604Z] ++ env -i DEST=/go/src/github.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-02-25T03:35:22.604Z] INFO: Testing against a local daemon [2021-02-25T03:35:22.604Z] === RUN TestContinueAfterPluginCrash [2021-02-25T03:35:22.604Z] === PAUSE TestContinueAfterPluginCrash [2021-02-25T03:35:22.604Z] === RUN TestReadPluginNoRead [2021-02-25T03:35:22.604Z] === PAUSE TestReadPluginNoRead [2021-02-25T03:35:22.604Z] === RUN TestDaemonStartWithLogOpt [2021-02-25T03:35:22.604Z] === PAUSE TestDaemonStartWithLogOpt [2021-02-25T03:35:22.604Z] === CONT TestContinueAfterPluginCrash [2021-02-25T03:35:22.604Z] === CONT TestDaemonStartWithLogOpt [2021-02-25T03:35:22.604Z] === CONT TestReadPluginNoRead [2021-02-25T03:35:22.822Z] 2021/02/25 03:35:22 Finished clone github.com/philhofer/fwd [2021-02-25T03:35:22.822Z] 2021/02/25 03:35:22 Clone github.com/bsphere/le_go, revision 7a984a84b5492ae539b79b62fb4a10afc63c7bcf, attempt 1/20 [2021-02-25T03:35:23.053Z] === RUN TestDockerSuite/TestCpVolumePath [2021-02-25T03:35:23.098Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.91s) [2021-02-25T03:35:23.098Z] === RUN TestAPIIpcModeHost [2021-02-25T03:35:23.392Z] 2021/02/25 03:35:23 Finished clone github.com/fsnotify/fsnotify [2021-02-25T03:35:23.392Z] 2021/02/25 03:35:23 Clone golang.org/x/oauth2, revision bf48bf16ab8d622ce64ec6ce98d2c98f916b6303, attempt 1/20 [2021-02-25T03:35:23.401Z] --- PASS: TestAPIIpcModeHost (0.50s) [2021-02-25T03:35:23.401Z] === RUN TestDaemonIpcModeShareable [2021-02-25T03:35:23.651Z] 2021/02/25 03:35:23 Finished clone github.com/ugorji/go [2021-02-25T03:35:23.651Z] 2021/02/25 03:35:23 Clone google.golang.org/api, revision dec2ee309f5b09fc59bc40676447c15736284d78, attempt 1/20 [2021-02-25T03:35:23.911Z] 2021/02/25 03:35:23 Finished clone github.com/bsphere/le_go [2021-02-25T03:35:23.911Z] 2021/02/25 03:35:23 Clone github.com/golang/groupcache, revision 869f871628b6baa9cfbc11732cdf6546b17c1298, attempt 1/20 [2021-02-25T03:35:24.435Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-02-25T03:35:24.435Z] --- PASS: TestDockerNetworkConnectAlias (5.79s) [2021-02-25T03:35:24.435Z] === RUN TestDockerNetworkReConnect [2021-02-25T03:35:24.435Z] === RUN TestDockerSuite/TestCreateArgs [2021-02-25T03:35:24.435Z] === RUN TestDockerSuite/TestCreateByImageID [2021-02-25T03:35:24.480Z] 2021/02/25 03:35:24 Finished clone github.com/jmespath/go-jmespath [2021-02-25T03:35:24.480Z] 2021/02/25 03:35:24 Clone go.opencensus.io, revision d835ff86be02193d324330acdb7d65546b05f814, attempt 1/20 [2021-02-25T03:35:24.695Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-02-25T03:35:24.926Z] --- PASS: TestDaemonIpcModeShareable (1.39s) [2021-02-25T03:35:24.926Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2021-02-25T03:35:24.926Z] === RUN TestDaemonIpcModePrivate [2021-02-25T03:35:25.019Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-02-25T03:35:25.636Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-02-25T03:35:25.636Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-02-25T03:35:25.636Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-02-25T03:35:25.866Z] 2021/02/25 03:35:25 Finished clone github.com/golang/groupcache [2021-02-25T03:35:25.866Z] 2021/02/25 03:35:25 Clone cloud.google.com/go, revision ceeb313ad77b789a7fa5287b36a1d127b69b7093, attempt 1/20 [2021-02-25T03:35:25.866Z] 2021/02/25 03:35:25 Finished clone github.com/tinylib/msgp [2021-02-25T03:35:25.866Z] 2021/02/25 03:35:25 Clone github.com/googleapis/gax-go, revision bd5b16380fd03dc758d11cef74ba2e3bc8b0e8c2, attempt 1/20 [2021-02-25T03:35:25.866Z] 2021/02/25 03:35:25 Finished clone golang.org/x/oauth2 [2021-02-25T03:35:25.866Z] 2021/02/25 03:35:25 Clone google.golang.org/genproto, revision 3f1135a288c9a07e340ae8ba4cc6c7065a3160e8, attempt 1/20 [2021-02-25T03:35:25.866Z] 2021/02/25 03:35:25 Finished clone golang.org/x/sys [2021-02-25T03:35:25.866Z] 2021/02/25 03:35:25 Clone github.com/containerd/containerd, revision 0edc412565dcc6e3d6125ff9e4b009ad4b89c638, attempt 1/20 [2021-02-25T03:35:26.208Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-02-25T03:35:26.449Z] --- PASS: TestDaemonIpcModePrivate (1.34s) [2021-02-25T03:35:26.449Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2021-02-25T03:35:26.449Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-02-25T03:35:26.468Z] === RUN TestDockerSuite/TestCreateLabels [2021-02-25T03:35:26.468Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-02-25T03:35:26.728Z] === RUN TestDockerSuite/TestCreateRM [2021-02-25T03:35:26.806Z] 2021/02/25 03:35:26 Finished clone github.com/docker/libnetwork [2021-02-25T03:35:26.806Z] 2021/02/25 03:35:26 Clone github.com/containerd/fifo, revision 0724c46b320cf96bb172a0550c19a4b1fca4dacb, attempt 1/20 [2021-02-25T03:35:26.833Z] === RUN TestReadPluginNoRead/default [2021-02-25T03:35:26.989Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-02-25T03:35:26.989Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-02-25T03:35:26.989Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-02-25T03:35:26.989Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-02-25T03:35:27.066Z] 2021/02/25 03:35:26 Finished clone github.com/googleapis/gax-go [2021-02-25T03:35:27.066Z] 2021/02/25 03:35:26 Clone github.com/containerd/continuity, revision efbc4488d8fe1bdc16bde3b2d2990d9b3a899165, attempt 1/20 [2021-02-25T03:35:27.095Z] --- PASS: TestDaemonStartWithLogOpt (4.81s) [2021-02-25T03:35:27.501Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.34s) [2021-02-25T03:35:27.501Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2021-02-25T03:35:27.501Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-02-25T03:35:28.005Z] 2021/02/25 03:35:27 Finished clone go.opencensus.io [2021-02-25T03:35:28.005Z] 2021/02/25 03:35:27 Clone github.com/containerd/cgroups, revision 0b889c03f102012f1d93a97ddd3ef71cd6f4f510, attempt 1/20 [2021-02-25T03:35:28.005Z] 2021/02/25 03:35:27 Finished clone github.com/containerd/fifo [2021-02-25T03:35:28.005Z] 2021/02/25 03:35:27 Clone github.com/containerd/console, revision 5d7e1412f07b502a01029ea20e20e0d2be31fa7c, attempt 1/20 [2021-02-25T03:35:28.490Z] === RUN TestReadPluginNoRead/disabled_caching [2021-02-25T03:35:28.920Z] --- PASS: TestDockerNetworkReConnect (4.26s) [2021-02-25T03:35:28.920Z] === RUN TestServicePlugin [2021-02-25T03:35:28.920Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-02-25T03:35:28.920Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-02-25T03:35:29.034Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.37s) [2021-02-25T03:35:29.034Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2021-02-25T03:35:29.034Z] === RUN TestIpcModeOlderClient [2021-02-25T03:35:29.034Z] === PAUSE TestIpcModeOlderClient [2021-02-25T03:35:29.034Z] === RUN TestKillContainerInvalidSignal [2021-02-25T03:35:29.075Z] 2021/02/25 03:35:28 Finished clone github.com/miekg/dns [2021-02-25T03:35:29.075Z] 2021/02/25 03:35:28 Clone github.com/containerd/go-runc, revision 16b287bc67d069a60fa48db15f330b790b74365b, attempt 1/20 [2021-02-25T03:35:29.180Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-02-25T03:35:29.674Z] --- PASS: TestKillContainerInvalidSignal (0.53s) [2021-02-25T03:35:29.674Z] === RUN TestKillContainer [2021-02-25T03:35:29.674Z] === RUN TestKillContainer/no_signal [2021-02-25T03:35:29.971Z] === RUN TestKillContainer/non_killing_signal [2021-02-25T03:35:30.266Z] === RUN TestKillContainer/killing_signal [2021-02-25T03:35:30.412Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-02-25T03:35:30.457Z] 2021/02/25 03:35:30 Finished clone github.com/containerd/cgroups [2021-02-25T03:35:30.457Z] 2021/02/25 03:35:30 Clone github.com/containerd/typeurl, revision cd3ce7159eae562a4f60ceff37dada11a939d247, attempt 1/20 [2021-02-25T03:35:30.457Z] 2021/02/25 03:35:30 Finished clone github.com/moby/buildkit [2021-02-25T03:35:30.457Z] 2021/02/25 03:35:30 Clone github.com/containerd/ttrpc, revision bfba540dc45464586c106b1f31c8547933c1eb41, attempt 1/20 [2021-02-25T03:35:30.591Z] --- PASS: TestServiceCreateInit (10.21s) [2021-02-25T03:35:30.591Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.97s) [2021-02-25T03:35:30.591Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.22s) [2021-02-25T03:35:30.591Z] === RUN TestCreateServiceMultipleTimes [2021-02-25T03:35:30.907Z] --- PASS: TestKillContainer (1.51s) [2021-02-25T03:35:30.907Z] --- PASS: TestKillContainer/no_signal (0.49s) [2021-02-25T03:35:30.907Z] --- PASS: TestKillContainer/non_killing_signal (0.38s) [2021-02-25T03:35:30.907Z] --- PASS: TestKillContainer/killing_signal (0.45s) [2021-02-25T03:35:30.907Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-02-25T03:35:30.907Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-02-25T03:35:31.026Z] 2021/02/25 03:35:30 Finished clone github.com/containerd/go-runc [2021-02-25T03:35:31.027Z] 2021/02/25 03:35:30 Clone github.com/gogo/googleapis, revision 01e0f9cca9b92166042241267ee2a5cdf5cff46c, attempt 1/20 [2021-02-25T03:35:31.552Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-02-25T03:35:31.596Z] 2021/02/25 03:35:31 Finished clone github.com/containerd/typeurl [2021-02-25T03:35:31.596Z] 2021/02/25 03:35:31 Clone github.com/cilium/ebpf, revision 1c8d4c9ef7759622653a1d319284a44652333b28, attempt 1/20 [2021-02-25T03:35:31.856Z] 2021/02/25 03:35:31 Finished clone github.com/containerd/console [2021-02-25T03:35:31.856Z] 2021/02/25 03:35:31 Clone github.com/docker/swarmkit, revision 17d8d4e4d8bdec33d386e6362d3537fa9493ba00, attempt 1/20 [2021-02-25T03:35:31.856Z] 2021/02/25 03:35:31 Finished clone github.com/opencontainers/runc [2021-02-25T03:35:31.856Z] 2021/02/25 03:35:31 Clone github.com/gogo/protobuf, revision 5628607bb4c51c3157aacc3a50f0ab707582b805, attempt 1/20 [2021-02-25T03:35:31.856Z] 2021/02/25 03:35:31 Finished clone golang.org/x/text [2021-02-25T03:35:31.856Z] 2021/02/25 03:35:31 Clone github.com/golang/protobuf, revision 84668698ea25b64748563aa20726db66a6b8d299, attempt 1/20 [2021-02-25T03:35:32.194Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.09s) [2021-02-25T03:35:32.194Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.52s) [2021-02-25T03:35:32.194Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.36s) [2021-02-25T03:35:32.194Z] === RUN TestKillStoppedContainer [2021-02-25T03:35:32.194Z] --- PASS: TestKillStoppedContainer (0.10s) [2021-02-25T03:35:32.194Z] === RUN TestKillStoppedContainerAPIPre120 [2021-02-25T03:35:32.334Z] --- PASS: TestReadPluginNoRead (9.80s) [2021-02-25T03:35:32.334Z] --- PASS: TestReadPluginNoRead/default (1.89s) [2021-02-25T03:35:32.334Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.80s) [2021-02-25T03:35:32.334Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.76s) [2021-02-25T03:35:32.334Z] read_test.go:92: [ddf84031d6aa8] daemon is not started [2021-02-25T03:35:32.425Z] 2021/02/25 03:35:32 Finished clone github.com/containerd/ttrpc [2021-02-25T03:35:32.425Z] 2021/02/25 03:35:32 Clone github.com/cloudflare/cfssl, revision 5d63dbd981b5c408effbb58c442d54761ff94fbd, attempt 1/20 [2021-02-25T03:35:32.490Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.16s) [2021-02-25T03:35:32.490Z] === RUN TestKillDifferentUserContainer [2021-02-25T03:35:32.596Z] --- PASS: TestContinueAfterPluginCrash (10.25s) [2021-02-25T03:35:32.596Z] PASS [2021-02-25T03:35:32.596Z] [2021-02-25T03:35:32.596Z] DONE 6 tests in 10.395s [2021-02-25T03:35:32.596Z] 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-02-25T03:35:32.596Z] ++ 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-02-25T03:35:32.596Z] ++ set -e [2021-02-25T03:35:32.596Z] ++ '[' -n 0 ']' [2021-02-25T03:35:32.596Z] ++ set -x [2021-02-25T03:35:32.597Z] ++ env -i DEST=/go/src/github.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-02-25T03:35:32.597Z] testing: warning: no tests to run [2021-02-25T03:35:32.597Z] PASS [2021-02-25T03:35:32.597Z] [2021-02-25T03:35:32.597Z] DONE 0 tests in 0.044s [2021-02-25T03:35:32.597Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-02-25T03:35:32.597Z] ++ 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-02-25T03:35:32.597Z] ++ set -e [2021-02-25T03:35:32.597Z] ++ '[' -n 0 ']' [2021-02-25T03:35:32.597Z] ++ set -x [2021-02-25T03:35:32.597Z] ++ env -i DEST=/go/src/github.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-02-25T03:35:32.684Z] 2021/02/25 03:35:32 Finished clone google.golang.org/grpc [2021-02-25T03:35:32.684Z] 2021/02/25 03:35:32 Clone github.com/fernet/fernet-go, revision 9eac43b88a5efb8651d24de9b68e87567e029736, attempt 1/20 [2021-02-25T03:35:32.684Z] 2021/02/25 03:35:32 Finished clone github.com/gogo/googleapis [2021-02-25T03:35:32.684Z] 2021/02/25 03:35:32 Clone github.com/google/certificate-transparency-go, revision 37a384cd035e722ea46e55029093e26687138edf, attempt 1/20 [2021-02-25T03:35:32.786Z] --- PASS: TestKillDifferentUserContainer (0.53s) [2021-02-25T03:35:32.786Z] === RUN TestInspectOomKilledTrue [2021-02-25T03:35:32.859Z] INFO: Testing against a local daemon [2021-02-25T03:35:32.859Z] === RUN TestPluginWithDevMounts [2021-02-25T03:35:32.859Z] === PAUSE TestPluginWithDevMounts [2021-02-25T03:35:32.859Z] === CONT TestPluginWithDevMounts [2021-02-25T03:35:33.624Z] 2021/02/25 03:35:33 Finished clone github.com/docker/distribution [2021-02-25T03:35:33.624Z] 2021/02/25 03:35:33 Clone golang.org/x/crypto, revision c1f2f97bffc9c53fc40a1a28a5b460094c0050d9, attempt 1/20 [2021-02-25T03:35:33.831Z] --- PASS: TestInspectOomKilledTrue (0.95s) [2021-02-25T03:35:33.831Z] === RUN TestInspectOomKilledFalse [2021-02-25T03:35:34.194Z] 2021/02/25 03:35:33 Finished clone github.com/fernet/fernet-go [2021-02-25T03:35:34.194Z] 2021/02/25 03:35:33 Clone golang.org/x/time, revision 555d28b269f0569763d25dbe1a237ae74c6bcc82, attempt 1/20 [2021-02-25T03:35:34.194Z] 2021/02/25 03:35:33 Finished clone github.com/containerd/continuity [2021-02-25T03:35:34.194Z] 2021/02/25 03:35:33 Clone github.com/hashicorp/go-memdb, revision cb9a474f84cc5e41b273b20c6927680b2a8776ad, attempt 1/20 [2021-02-25T03:35:34.462Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-02-25T03:35:34.462Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-02-25T03:35:34.462Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-02-25T03:35:34.476Z] --- PASS: TestInspectOomKilledFalse (0.56s) [2021-02-25T03:35:34.476Z] === RUN TestLinksEtcHostsContentMatch [2021-02-25T03:35:34.721Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-02-25T03:35:34.721Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-02-25T03:35:34.721Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-02-25T03:35:34.772Z] --- PASS: TestLinksEtcHostsContentMatch (0.40s) [2021-02-25T03:35:34.772Z] === RUN TestLinksContainerNames [2021-02-25T03:35:34.982Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2021-02-25T03:35:35.413Z] --- PASS: TestPluginWithDevMounts (2.19s) [2021-02-25T03:35:35.413Z] PASS [2021-02-25T03:35:35.413Z] [2021-02-25T03:35:35.413Z] DONE 1 tests in 2.361s [2021-02-25T03:35:35.413Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2021-02-25T03:35:35.413Z] ++ 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-02-25T03:35:35.413Z] ++ set -e [2021-02-25T03:35:35.413Z] ++ '[' -n 0 ']' [2021-02-25T03:35:35.413Z] ++ set -x [2021-02-25T03:35:35.413Z] ++ env -i DEST=/go/src/github.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-02-25T03:35:35.413Z] INFO: Testing against a local daemon [2021-02-25T03:35:35.413Z] === RUN TestSecretInspect [2021-02-25T03:35:35.554Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-02-25T03:35:35.577Z] 2021/02/25 03:35:35 Finished clone github.com/hashicorp/go-memdb [2021-02-25T03:35:35.577Z] 2021/02/25 03:35:35 Clone git://github.com/tonistiigi/go-immutable-radix.git to github.com/hashicorp/go-immutable-radix, revision 826af9ccf0feeee615d546d69b11f8e98da8c8f1, attempt 1/20 [2021-02-25T03:35:35.817Z] --- PASS: TestLinksContainerNames (1.04s) [2021-02-25T03:35:35.817Z] === RUN TestLogsFollowTailEmpty [2021-02-25T03:35:35.837Z] 2021/02/25 03:35:35 Finished clone golang.org/x/time [2021-02-25T03:35:35.837Z] 2021/02/25 03:35:35 Clone github.com/hashicorp/golang-lru, revision 7f827b33c0f158ec5dfbba01bb0b14a4541fd81d, attempt 1/20 [2021-02-25T03:35:35.837Z] 2021/02/25 03:35:35 Finished clone github.com/cilium/ebpf [2021-02-25T03:35:35.837Z] 2021/02/25 03:35:35 Clone github.com/coreos/pkg, revision 3ac0863d7acf3bc44daf49afef8919af12f704ef, attempt 1/20 [2021-02-25T03:35:36.097Z] 2021/02/25 03:35:35 Finished clone github.com/hashicorp/go-immutable-radix [2021-02-25T03:35:36.097Z] 2021/02/25 03:35:35 Clone code.cloudfoundry.org/clock, revision 02e53af36e6c978af692887ed449b74026d76fec, attempt 1/20 [2021-02-25T03:35:36.458Z] --- PASS: TestLogsFollowTailEmpty (0.54s) [2021-02-25T03:35:36.458Z] === RUN TestContainerNetworkMountsNoChown [2021-02-25T03:35:37.040Z] 2021/02/25 03:35:36 Finished clone github.com/hashicorp/golang-lru [2021-02-25T03:35:37.040Z] 2021/02/25 03:35:36 Clone github.com/prometheus/client_golang, revision 6edbbd9e560190e318cdc5b4d3e630b442858380, attempt 1/20 [2021-02-25T03:35:37.100Z] --- PASS: TestContainerNetworkMountsNoChown (0.54s) [2021-02-25T03:35:37.100Z] === RUN TestMountDaemonRoot [2021-02-25T03:35:37.100Z] === RUN TestMountDaemonRoot/default [2021-02-25T03:35:37.100Z] === PAUSE TestMountDaemonRoot/default [2021-02-25T03:35:37.100Z] === RUN TestMountDaemonRoot/private [2021-02-25T03:35:37.100Z] === PAUSE TestMountDaemonRoot/private [2021-02-25T03:35:37.100Z] === RUN TestMountDaemonRoot/rprivate [2021-02-25T03:35:37.100Z] === PAUSE TestMountDaemonRoot/rprivate [2021-02-25T03:35:37.100Z] === RUN TestMountDaemonRoot/slave [2021-02-25T03:35:37.100Z] === PAUSE TestMountDaemonRoot/slave [2021-02-25T03:35:37.100Z] === RUN TestMountDaemonRoot/rslave [2021-02-25T03:35:37.100Z] === PAUSE TestMountDaemonRoot/rslave [2021-02-25T03:35:37.100Z] === RUN TestMountDaemonRoot/shared [2021-02-25T03:35:37.100Z] === PAUSE TestMountDaemonRoot/shared [2021-02-25T03:35:37.100Z] === RUN TestMountDaemonRoot/rshared [2021-02-25T03:35:37.100Z] === PAUSE TestMountDaemonRoot/rshared [2021-02-25T03:35:37.100Z] === CONT TestMountDaemonRoot/default [2021-02-25T03:35:37.100Z] === CONT TestMountDaemonRoot/shared [2021-02-25T03:35:37.100Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-02-25T03:35:37.100Z] === CONT TestMountDaemonRoot/rslave [2021-02-25T03:35:37.100Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-02-25T03:35:37.100Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-02-25T03:35:37.100Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-02-25T03:35:37.100Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-02-25T03:35:37.100Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-02-25T03:35:37.100Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-02-25T03:35:37.100Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-02-25T03:35:37.100Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-02-25T03:35:37.100Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-02-25T03:35:37.100Z] === CONT TestMountDaemonRoot/rshared [2021-02-25T03:35:37.100Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-02-25T03:35:37.100Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-02-25T03:35:37.100Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-02-25T03:35:37.100Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-02-25T03:35:37.100Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-02-25T03:35:37.100Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-02-25T03:35:37.100Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-02-25T03:35:37.100Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-02-25T03:35:37.100Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-02-25T03:35:37.100Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-02-25T03:35:37.100Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-02-25T03:35:37.100Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-02-25T03:35:37.100Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-02-25T03:35:37.100Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-02-25T03:35:37.100Z] === CONT TestMountDaemonRoot/rprivate [2021-02-25T03:35:37.100Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-02-25T03:35:37.100Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-02-25T03:35:37.100Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-02-25T03:35:37.100Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-02-25T03:35:37.100Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-02-25T03:35:37.100Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-02-25T03:35:37.100Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-02-25T03:35:37.100Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-02-25T03:35:37.100Z] === CONT TestMountDaemonRoot/slave [2021-02-25T03:35:37.100Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-02-25T03:35:37.100Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-02-25T03:35:37.100Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-02-25T03:35:37.100Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-02-25T03:35:37.100Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-02-25T03:35:37.100Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-02-25T03:35:37.100Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-02-25T03:35:37.100Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-02-25T03:35:37.100Z] === RUN TestMountDaemonRoot/default/bind_root [2021-02-25T03:35:37.100Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-02-25T03:35:37.100Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-02-25T03:35:37.100Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-02-25T03:35:37.100Z] === RUN TestMountDaemonRoot/default/mount_root [2021-02-25T03:35:37.100Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-02-25T03:35:37.100Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-02-25T03:35:37.100Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-02-25T03:35:37.100Z] === CONT TestMountDaemonRoot/private [2021-02-25T03:35:37.100Z] === RUN TestMountDaemonRoot/private/bind_root [2021-02-25T03:35:37.100Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-02-25T03:35:37.100Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-02-25T03:35:37.100Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-02-25T03:35:37.100Z] === RUN TestMountDaemonRoot/private/mount_root [2021-02-25T03:35:37.100Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-02-25T03:35:37.100Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-02-25T03:35:37.100Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-02-25T03:35:37.100Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-02-25T03:35:37.100Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-02-25T03:35:37.100Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-02-25T03:35:37.100Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-02-25T03:35:37.100Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-02-25T03:35:37.100Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-02-25T03:35:37.100Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-02-25T03:35:37.100Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-02-25T03:35:37.100Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-02-25T03:35:37.100Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-02-25T03:35:37.100Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-02-25T03:35:37.100Z] === CONT TestMountDaemonRoot/default/bind_root [2021-02-25T03:35:37.100Z] === CONT TestMountDaemonRoot/private/bind_root [2021-02-25T03:35:37.100Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-02-25T03:35:37.100Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-02-25T03:35:37.100Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-02-25T03:35:37.100Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-02-25T03:35:37.100Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-02-25T03:35:37.100Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-02-25T03:35:37.100Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-02-25T03:35:37.100Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-02-25T03:35:37.100Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-02-25T03:35:37.100Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-02-25T03:35:37.100Z] === CONT TestMountDaemonRoot/default/mount_root [2021-02-25T03:35:37.100Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-02-25T03:35:37.100Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-02-25T03:35:37.100Z] === CONT TestMountDaemonRoot/private/mount_root [2021-02-25T03:35:37.100Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-02-25T03:35:37.300Z] 2021/02/25 03:35:37 Finished clone github.com/coreos/pkg [2021-02-25T03:35:37.300Z] 2021/02/25 03:35:37 Clone github.com/beorn7/perks, revision 37c8de3658fcb183f997c4e13e8337516ab753e6, attempt 1/20 [2021-02-25T03:35:37.396Z] --- PASS: TestMountDaemonRoot (0.03s) [2021-02-25T03:35:37.396Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-02-25T03:35:37.396Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2021-02-25T03:35:37.396Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2021-02-25T03:35:37.396Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2021-02-25T03:35:37.396Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2021-02-25T03:35:37.396Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-02-25T03:35:37.396Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2021-02-25T03:35:37.396Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2021-02-25T03:35:37.396Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2021-02-25T03:35:37.396Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2021-02-25T03:35:37.396Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-02-25T03:35:37.396Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2021-02-25T03:35:37.396Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2021-02-25T03:35:37.396Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2021-02-25T03:35:37.396Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2021-02-25T03:35:37.396Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-02-25T03:35:37.396Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2021-02-25T03:35:37.396Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2021-02-25T03:35:37.396Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2021-02-25T03:35:37.396Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2021-02-25T03:35:37.396Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-02-25T03:35:37.396Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2021-02-25T03:35:37.396Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2021-02-25T03:35:37.396Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2021-02-25T03:35:37.396Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2021-02-25T03:35:37.396Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-02-25T03:35:37.396Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2021-02-25T03:35:37.396Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.03s) [2021-02-25T03:35:37.396Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2021-02-25T03:35:37.396Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2021-02-25T03:35:37.396Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-02-25T03:35:37.396Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2021-02-25T03:35:37.396Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2021-02-25T03:35:37.396Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2021-02-25T03:35:37.396Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2021-02-25T03:35:37.396Z] === RUN TestContainerBindMountNonRecursive [2021-02-25T03:35:37.469Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-02-25T03:35:37.559Z] 2021/02/25 03:35:37 Finished clone code.cloudfoundry.org/clock [2021-02-25T03:35:37.559Z] 2021/02/25 03:35:37 Clone github.com/prometheus/client_model, revision 7bc5445566f0fe75b15de23e6b93886e982d7bf9, attempt 1/20 [2021-02-25T03:35:37.972Z] --- PASS: TestSecretInspect (2.75s) [2021-02-25T03:35:37.972Z] === RUN TestSecretList [2021-02-25T03:35:38.041Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-02-25T03:35:38.919Z] --- PASS: TestContainerBindMountNonRecursive (1.49s) [2021-02-25T03:35:38.919Z] === RUN TestContainerVolumesMountedAsShared [2021-02-25T03:35:38.938Z] 2021/02/25 03:35:38 Finished clone github.com/beorn7/perks [2021-02-25T03:35:38.938Z] 2021/02/25 03:35:38 Clone github.com/prometheus/common, revision d978bcb1309602d68bb4ba69cf3f8ed900e07308, attempt 1/20 [2021-02-25T03:35:39.198Z] 2021/02/25 03:35:38 Finished clone github.com/prometheus/client_model [2021-02-25T03:35:39.198Z] 2021/02/25 03:35:38 Clone github.com/prometheus/procfs, revision 46159f73e74d1cb8dc223deef9b2d049286f46b1, attempt 1/20 [2021-02-25T03:35:39.217Z] --- PASS: TestContainerVolumesMountedAsShared (0.51s) [2021-02-25T03:35:39.217Z] === RUN TestContainerVolumesMountedAsSlave [2021-02-25T03:35:39.857Z] --- PASS: TestContainerVolumesMountedAsSlave (0.44s) [2021-02-25T03:35:39.857Z] === RUN TestNetworkNat [2021-02-25T03:35:39.953Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-02-25T03:35:40.138Z] 2021/02/25 03:35:39 Finished clone golang.org/x/crypto [2021-02-25T03:35:40.138Z] 2021/02/25 03:35:39 Clone github.com/matttproud/golang_protobuf_extensions, revision c12348ce28de40eed0136aa2b644d0ee0650e56c, attempt 1/20 [2021-02-25T03:35:40.138Z] 2021/02/25 03:35:40 Finished clone github.com/golang/protobuf [2021-02-25T03:35:40.138Z] 2021/02/25 03:35:40 Clone github.com/pkg/errors, revision 614d223910a179a466c1767a985424175c39b465, attempt 1/20 [2021-02-25T03:35:40.158Z] --- PASS: TestNetworkNat (0.54s) [2021-02-25T03:35:40.158Z] === RUN TestNetworkLocalhostTCPNat [2021-02-25T03:35:40.709Z] 2021/02/25 03:35:40 Finished clone github.com/prometheus/client_golang [2021-02-25T03:35:40.709Z] 2021/02/25 03:35:40 Clone github.com/grpc-ecosystem/go-grpc-prometheus, revision c225b8c3b01faf2899099b768856a9e916e5087b, attempt 1/20 [2021-02-25T03:35:40.802Z] --- PASS: TestNetworkLocalhostTCPNat (0.54s) [2021-02-25T03:35:40.802Z] === RUN TestNetworkLoopbackNat [2021-02-25T03:35:40.894Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-02-25T03:35:41.283Z] --- PASS: TestSecretList (3.22s) [2021-02-25T03:35:41.284Z] === RUN TestSecretsCreateAndDelete [2021-02-25T03:35:41.465Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-02-25T03:35:41.648Z] 2021/02/25 03:35:41 Finished clone github.com/matttproud/golang_protobuf_extensions [2021-02-25T03:35:41.648Z] 2021/02/25 03:35:41 Clone github.com/cespare/xxhash/v2, revision d7df74196a9e781ede915320c11c378c1b2f3a1f, attempt 1/20 [2021-02-25T03:35:41.648Z] 2021/02/25 03:35:41 Finished clone github.com/pkg/errors [2021-02-25T03:35:41.648Z] 2021/02/25 03:35:41 Clone github.com/spf13/cobra, revision 86f8bfd7fef868a174e1b606783bd7f5c82ddf8f, attempt 1/20 [2021-02-25T03:35:42.037Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-02-25T03:35:42.037Z] === RUN TestDockerSuite/TestDevicePermissions [2021-02-25T03:35:42.219Z] 2021/02/25 03:35:41 Finished clone github.com/prometheus/procfs [2021-02-25T03:35:42.219Z] 2021/02/25 03:35:41 Clone github.com/spf13/pflag, revision 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab, attempt 1/20 [2021-02-25T03:35:42.219Z] 2021/02/25 03:35:42 Finished clone github.com/prometheus/common [2021-02-25T03:35:42.219Z] 2021/02/25 03:35:42 Clone github.com/inconshreveable/mousetrap, revision 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75, attempt 1/20 [2021-02-25T03:35:42.480Z] 2021/02/25 03:35:42 Finished clone github.com/grpc-ecosystem/go-grpc-prometheus [2021-02-25T03:35:42.480Z] 2021/02/25 03:35:42 Clone github.com/morikuni/aec, revision 39771216ff4c63d11f5e604076f9c45e8be1067b, attempt 1/20 [2021-02-25T03:35:42.608Z] === RUN TestDockerSuite/TestDockerFails [2021-02-25T03:35:42.608Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2021-02-25T03:35:42.608Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2021-02-25T03:35:42.608Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2021-02-25T03:35:43.050Z] 2021/02/25 03:35:42 Finished clone github.com/cespare/xxhash/v2 [2021-02-25T03:35:43.050Z] 2021/02/25 03:35:42 Clone github.com/docker/go-metrics, revision b619b3592b65de4f087d9f16863a7e6ff905973c, attempt 1/20 [2021-02-25T03:35:43.549Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2021-02-25T03:35:43.552Z] --- PASS: TestNetworkLoopbackNat (2.75s) [2021-02-25T03:35:43.552Z] === RUN TestPause [2021-02-25T03:35:43.991Z] 2021/02/25 03:35:43 Finished clone github.com/inconshreveable/mousetrap [2021-02-25T03:35:43.991Z] 2021/02/25 03:35:43 Clone github.com/opencontainers/selinux, revision 2f45b3796d18f1ab4c9fc0c888a98d0a0fd6e429, attempt 1/20 [2021-02-25T03:35:43.991Z] 2021/02/25 03:35:43 Finished clone github.com/morikuni/aec [2021-02-25T03:35:43.991Z] 2021/02/25 03:35:43 Clone github.com/Microsoft/hcsshim, revision 380508768ed2619a4777f268c6443017bb76b04e, attempt 1/20 [2021-02-25T03:35:43.991Z] 2021/02/25 03:35:43 Finished clone github.com/spf13/pflag [2021-02-25T03:35:43.991Z] 2021/02/25 03:35:43 Clone github.com/Azure/go-ansiterm, revision d6e3b3328b783f23731bc4d058875b0371ff8109, attempt 1/20 [2021-02-25T03:35:44.120Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2021-02-25T03:35:44.195Z] --- PASS: TestPause (0.58s) [2021-02-25T03:35:44.195Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-02-25T03:35:44.195Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-25T03:35:44.195Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-25T03:35:44.195Z] === RUN TestPauseStopPausedContainer [2021-02-25T03:35:44.251Z] 2021/02/25 03:35:44 Finished clone github.com/docker/go-metrics [2021-02-25T03:35:44.251Z] 2021/02/25 03:35:44 Clone github.com/Microsoft/go-winio, revision 5b44b70ab3ab4d291a7c1d28afe7b4afeced0ed4, attempt 1/20 [2021-02-25T03:35:44.596Z] --- PASS: TestSecretsCreateAndDelete (3.25s) [2021-02-25T03:35:44.596Z] === RUN TestSecretsUpdate [2021-02-25T03:35:44.808Z] --- PASS: TestServicePlugin (30.62s) [2021-02-25T03:35:44.808Z] plugin_test.go:62: [dde9cf49261f2] joining swarm manager [da61e1ff69d1a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-25T03:35:44.808Z] plugin_test.go:65: [d6e666c7dc07d] joining swarm manager [da61e1ff69d1a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-25T03:35:44.808Z] === RUN TestServiceUpdateLabel [2021-02-25T03:35:44.837Z] --- PASS: TestPauseStopPausedContainer (0.56s) [2021-02-25T03:35:44.837Z] === RUN TestPsFilter [2021-02-25T03:35:44.837Z] --- PASS: TestPsFilter (0.16s) [2021-02-25T03:35:44.837Z] === RUN TestRemoveContainerWithRemovedVolume [2021-02-25T03:35:45.062Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2021-02-25T03:35:45.062Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2021-02-25T03:35:45.062Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2021-02-25T03:35:45.063Z] --- PASS: TestServiceUpdateLabel (2.28s) [2021-02-25T03:35:45.063Z] === RUN TestServiceUpdateSecrets [2021-02-25T03:35:45.191Z] 2021/02/25 03:35:44 Finished clone github.com/spf13/cobra [2021-02-25T03:35:45.322Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2021-02-25T03:35:45.451Z] 2021/02/25 03:35:45 Finished clone github.com/Azure/go-ansiterm [2021-02-25T03:35:45.514Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.49s) [2021-02-25T03:35:45.515Z] === RUN TestRemoveContainerWithVolume [2021-02-25T03:35:45.811Z] --- PASS: TestRemoveContainerWithVolume (0.51s) [2021-02-25T03:35:45.811Z] === RUN TestRemoveContainerRunning [2021-02-25T03:35:46.390Z] 2021/02/25 03:35:46 Finished clone github.com/Microsoft/go-winio [2021-02-25T03:35:46.455Z] --- PASS: TestRemoveContainerRunning (0.51s) [2021-02-25T03:35:46.455Z] === RUN TestRemoveContainerForceRemoveRunning [2021-02-25T03:35:46.960Z] 2021/02/25 03:35:46 Finished clone github.com/opencontainers/selinux [2021-02-25T03:35:47.095Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.55s) [2021-02-25T03:35:47.095Z] === RUN TestRemoveInvalidContainer [2021-02-25T03:35:47.095Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-02-25T03:35:47.095Z] === RUN TestRenameLinkedContainer [2021-02-25T03:35:47.220Z] 2021/02/25 03:35:47 Finished clone github.com/google/certificate-transparency-go [2021-02-25T03:35:47.909Z] --- PASS: TestSecretsUpdate (3.20s) [2021-02-25T03:35:47.909Z] === RUN TestTemplatedSecret [2021-02-25T03:35:49.184Z] --- PASS: TestRenameLinkedContainer (2.07s) [2021-02-25T03:35:49.184Z] === RUN TestRenameStoppedContainer [2021-02-25T03:35:49.480Z] --- PASS: TestRenameStoppedContainer (0.55s) [2021-02-25T03:35:49.480Z] === RUN TestRenameRunningContainerAndReuse [2021-02-25T03:35:50.534Z] --- PASS: TestRenameRunningContainerAndReuse (1.07s) [2021-02-25T03:35:50.534Z] === RUN TestRenameInvalidName [2021-02-25T03:35:51.178Z] --- PASS: TestRenameInvalidName (0.54s) [2021-02-25T03:35:51.178Z] === RUN TestRenameAnonymousContainer [2021-02-25T03:35:51.223Z] --- PASS: TestTemplatedSecret (3.51s) [2021-02-25T03:35:51.223Z] === RUN TestSecretCreateResolve [2021-02-25T03:35:51.899Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-02-25T03:35:52.502Z] 2021/02/25 03:35:52 Finished clone github.com/cloudflare/cfssl [2021-02-25T03:35:52.838Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-02-25T03:35:53.269Z] --- PASS: TestRenameAnonymousContainer (1.90s) [2021-02-25T03:35:53.269Z] === RUN TestRenameContainerWithSameName [2021-02-25T03:35:53.566Z] --- PASS: TestRenameContainerWithSameName (0.51s) [2021-02-25T03:35:53.566Z] === RUN TestRenameContainerWithLinkedContainer [2021-02-25T03:35:54.534Z] --- PASS: TestSecretCreateResolve (3.23s) [2021-02-25T03:35:54.534Z] PASS [2021-02-25T03:35:54.534Z] [2021-02-25T03:35:54.534Z] DONE 6 tests in 19.306s [2021-02-25T03:35:54.534Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2021-02-25T03:35:54.534Z] ++ 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-02-25T03:35:54.534Z] ++ set -e [2021-02-25T03:35:54.534Z] ++ '[' -n 0 ']' [2021-02-25T03:35:54.534Z] ++ set -x [2021-02-25T03:35:54.534Z] ++ env -i DEST=/go/src/github.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-02-25T03:35:54.534Z] INFO: Testing against a local daemon [2021-02-25T03:35:54.534Z] === RUN TestServiceCreateInit [2021-02-25T03:35:54.534Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-02-25T03:35:54.612Z] --- PASS: TestRenameContainerWithLinkedContainer (1.03s) [2021-02-25T03:35:54.613Z] === RUN TestResize [2021-02-25T03:35:54.749Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-02-25T03:35:55.252Z] --- PASS: TestResize (0.54s) [2021-02-25T03:35:55.252Z] === RUN TestResizeWithInvalidSize [2021-02-25T03:35:55.548Z] --- PASS: TestResizeWithInvalidSize (0.52s) [2021-02-25T03:35:55.548Z] === RUN TestResizeWhenContainerNotStarted [2021-02-25T03:35:55.703Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2021-02-25T03:35:56.194Z] --- PASS: TestResizeWhenContainerNotStarted (0.51s) [2021-02-25T03:35:56.194Z] === RUN TestDaemonRestartKillContainers [2021-02-25T03:35:56.194Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-25T03:35:56.194Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-25T03:35:56.194Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-25T03:35:56.194Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-25T03:35:56.194Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-25T03:35:56.194Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-25T03:35:56.194Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-25T03:35:56.194Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-25T03:35:56.194Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-25T03:35:56.194Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-25T03:35:56.194Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-25T03:35:56.194Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-25T03:35:56.194Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-25T03:35:56.194Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-25T03:35:56.194Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-25T03:35:56.194Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-25T03:35:56.194Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-25T03:35:56.194Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-25T03:35:56.194Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-25T03:35:56.194Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-25T03:35:56.194Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-25T03:35:56.194Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-25T03:35:56.194Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-25T03:35:56.194Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-25T03:35:56.194Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-25T03:35:56.194Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-25T03:35:56.194Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-25T03:35:56.194Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-25T03:35:56.274Z] === RUN TestDockerSuite/TestEventsAttach [2021-02-25T03:35:56.844Z] === RUN TestDockerSuite/TestEventsCommit [2021-02-25T03:35:57.413Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-02-25T03:35:57.700Z] --- PASS: TestCreateServiceMultipleTimes (23.35s) [2021-02-25T03:35:57.700Z] === RUN TestCreateServiceConflict [2021-02-25T03:35:57.700Z] --- PASS: TestCreateServiceConflict (4.02s) [2021-02-25T03:35:57.700Z] === RUN TestCreateServiceMaxReplicas [2021-02-25T03:35:57.984Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-02-25T03:35:58.553Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-02-25T03:35:58.972Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-25T03:35:58.972Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-25T03:35:59.122Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2021-02-25T03:35:59.271Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-25T03:35:59.271Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-25T03:35:59.838Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-02-25T03:35:59.902Z] --- PASS: TestServiceUpdateSecrets (14.66s) [2021-02-25T03:35:59.902Z] === RUN TestServiceUpdateConfigs [2021-02-25T03:36:00.505Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2021-02-25T03:36:01.032Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-25T03:36:01.445Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-02-25T03:36:01.679Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-25T03:36:01.977Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-25T03:36:02.163Z] --- PASS: TestCreateServiceMaxReplicas (4.13s) [2021-02-25T03:36:02.163Z] === RUN TestCreateWithDuplicateNetworkNames [2021-02-25T03:36:02.276Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-25T03:36:02.388Z] --- PASS: TestServicePlugin (33.87s) [2021-02-25T03:36:02.388Z] plugin_test.go:62: [d503bacd3e707] joining swarm manager [d4caa674af943]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-25T03:36:02.388Z] plugin_test.go:65: [dd3b804dc1a9c] joining swarm manager [d4caa674af943]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-25T03:36:02.388Z] === RUN TestServiceUpdateLabel [2021-02-25T03:36:02.527Z] 2021/02/25 03:36:01 Finished clone github.com/docker/swarmkit [2021-02-25T03:36:03.770Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2021-02-25T03:36:04.377Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-02-25T03:36:04.377Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.60s) [2021-02-25T03:36:04.377Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.78s) [2021-02-25T03:36:04.377Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.95s) [2021-02-25T03:36:04.377Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.00s) [2021-02-25T03:36:04.377Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.84s) [2021-02-25T03:36:04.377Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.64s) [2021-02-25T03:36:04.377Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.26s) [2021-02-25T03:36:04.377Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.44s) [2021-02-25T03:36:04.377Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.67s) [2021-02-25T03:36:04.377Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.55s) [2021-02-25T03:36:04.377Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.56s) [2021-02-25T03:36:04.377Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.99s) [2021-02-25T03:36:04.377Z] === RUN TestCgroupNamespacesRun [2021-02-25T03:36:05.069Z] 2021/02/25 03:36:04 Finished clone github.com/Microsoft/hcsshim [2021-02-25T03:36:05.144Z] --- PASS: TestServiceCreateInit (10.16s) [2021-02-25T03:36:05.144Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.09s) [2021-02-25T03:36:05.144Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.03s) [2021-02-25T03:36:05.144Z] === RUN TestCreateServiceMultipleTimes [2021-02-25T03:36:05.153Z] --- PASS: TestServiceUpdateLabel (2.58s) [2021-02-25T03:36:05.153Z] === RUN TestServiceUpdateSecrets [2021-02-25T03:36:05.901Z] --- PASS: TestCgroupNamespacesRun (1.34s) [2021-02-25T03:36:05.901Z] === RUN TestCgroupNamespacesRunPrivileged [2021-02-25T03:36:06.094Z] === RUN TestDockerSuite/TestEventsCopy [2021-02-25T03:36:06.951Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.31s) [2021-02-25T03:36:06.951Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-02-25T03:36:06.979Z] 2021/02/25 03:36:06 Finished clone cloud.google.com/go [2021-02-25T03:36:07.036Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-02-25T03:36:07.549Z] 2021/02/25 03:36:07 Finished clone github.com/coreos/etcd [2021-02-25T03:36:08.419Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-02-25T03:36:08.477Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.33s) [2021-02-25T03:36:08.477Z] === RUN TestCgroupNamespacesRunHostMode [2021-02-25T03:36:10.021Z] --- PASS: TestCgroupNamespacesRunHostMode (1.35s) [2021-02-25T03:36:10.021Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-02-25T03:36:11.069Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.31s) [2021-02-25T03:36:11.069Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-02-25T03:36:12.593Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.36s) [2021-02-25T03:36:12.593Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-02-25T03:36:12.839Z] 2021/02/25 03:36:12 Finished clone github.com/containerd/containerd [2021-02-25T03:36:13.237Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.82s) [2021-02-25T03:36:13.237Z] === RUN TestCgroupNamespacesRunOlderClient [2021-02-25T03:36:13.698Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-02-25T03:36:13.698Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-02-25T03:36:14.741Z] --- PASS: TestServiceUpdateConfigs (14.67s) [2021-02-25T03:36:14.741Z] === RUN TestServiceUpdateNetwork [2021-02-25T03:36:14.760Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.33s) [2021-02-25T03:36:14.760Z] === RUN TestKernelTCPMemory [2021-02-25T03:36:15.056Z] --- PASS: TestKernelTCPMemory (0.62s) [2021-02-25T03:36:15.056Z] === RUN TestNISDomainname [2021-02-25T03:36:15.082Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-02-25T03:36:15.082Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2021-02-25T03:36:15.343Z] === RUN TestDockerSuite/TestEventsFilterType [2021-02-25T03:36:15.604Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2021-02-25T03:36:15.604Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2021-02-25T03:36:15.697Z] --- PASS: TestNISDomainname (0.66s) [2021-02-25T03:36:15.697Z] === RUN TestHostnameDnsResolution [2021-02-25T03:36:15.864Z] === RUN TestDockerSuite/TestEventsFilters [2021-02-25T03:36:16.744Z] --- PASS: TestHostnameDnsResolution (0.79s) [2021-02-25T03:36:16.744Z] === RUN TestStats [2021-02-25T03:36:16.806Z] === RUN TestDockerSuite/TestEventsFormat [2021-02-25T03:36:17.755Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-02-25T03:36:17.755Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-02-25T03:36:17.755Z] === RUN TestDockerSuite/TestEventsImageImport [2021-02-25T03:36:18.344Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-02-25T03:36:18.604Z] === RUN TestDockerSuite/TestEventsImagePull [2021-02-25T03:36:18.864Z] === RUN TestDockerSuite/TestEventsImageTag [2021-02-25T03:36:19.497Z] --- PASS: TestStats (2.53s) [2021-02-25T03:36:19.497Z] === RUN TestStopContainerWithTimeout [2021-02-25T03:36:19.497Z] === RUN TestStopContainerWithTimeout/0 [2021-02-25T03:36:19.497Z] === PAUSE TestStopContainerWithTimeout/0 [2021-02-25T03:36:19.497Z] === RUN TestStopContainerWithTimeout/1 [2021-02-25T03:36:19.497Z] === PAUSE TestStopContainerWithTimeout/1 [2021-02-25T03:36:19.497Z] === RUN TestStopContainerWithTimeout/3 [2021-02-25T03:36:19.497Z] === PAUSE TestStopContainerWithTimeout/3 [2021-02-25T03:36:19.497Z] === RUN TestStopContainerWithTimeout/-1 [2021-02-25T03:36:19.497Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-02-25T03:36:19.497Z] === CONT TestStopContainerWithTimeout/0 [2021-02-25T03:36:19.497Z] === CONT TestStopContainerWithTimeout/3 [2021-02-25T03:36:19.497Z] === CONT TestStopContainerWithTimeout/1 [2021-02-25T03:36:19.497Z] === CONT TestStopContainerWithTimeout/-1 [2021-02-25T03:36:19.805Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2021-02-25T03:36:20.066Z] --- PASS: TestServiceUpdateSecrets (15.12s) [2021-02-25T03:36:20.066Z] === RUN TestServiceUpdateConfigs [2021-02-25T03:36:20.066Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2021-02-25T03:36:20.066Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2021-02-25T03:36:20.066Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-02-25T03:36:20.753Z] --- PASS: TestCreateWithDuplicateNetworkNames (16.25s) [2021-02-25T03:36:20.753Z] === RUN TestCreateServiceSecretFileMode [2021-02-25T03:36:21.790Z] --- PASS: TestCreateServiceSecretFileMode (3.71s) [2021-02-25T03:36:21.790Z] === RUN TestCreateServiceConfigFileMode [2021-02-25T03:36:21.977Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2021-02-25T03:36:22.237Z] === RUN TestDockerSuite/TestEventsRename [2021-02-25T03:36:22.257Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-02-25T03:36:22.257Z] --- PASS: TestStopContainerWithTimeout/0 (0.99s) [2021-02-25T03:36:22.257Z] --- PASS: TestStopContainerWithTimeout/1 (1.91s) [2021-02-25T03:36:22.257Z] --- PASS: TestStopContainerWithTimeout/-1 (2.76s) [2021-02-25T03:36:22.257Z] --- PASS: TestStopContainerWithTimeout/3 (3.01s) [2021-02-25T03:36:22.257Z] === RUN TestDeleteDevicemapper [2021-02-25T03:36:22.257Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-02-25T03:36:22.257Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-25T03:36:22.257Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-02-25T03:36:22.808Z] === RUN TestDockerSuite/TestEventsResize [2021-02-25T03:36:22.835Z] 2021/02/25 03:36:21 Finished clone google.golang.org/genproto [2021-02-25T03:36:23.287Z] --- PASS: TestCreateServiceMultipleTimes (18.53s) [2021-02-25T03:36:23.287Z] === RUN TestCreateServiceConflict [2021-02-25T03:36:23.379Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-02-25T03:36:23.783Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.55s) [2021-02-25T03:36:23.783Z] === RUN TestUpdateMemory [2021-02-25T03:36:24.464Z] --- PASS: TestUpdateMemory (0.73s) [2021-02-25T03:36:24.464Z] === RUN TestUpdateCPUQuota [2021-02-25T03:36:25.514Z] --- PASS: TestUpdateCPUQuota (0.87s) [2021-02-25T03:36:25.514Z] === RUN TestUpdatePidsLimit [2021-02-25T03:36:25.514Z] === RUN TestUpdatePidsLimit/update_from_none [2021-02-25T03:36:25.514Z] === RUN TestUpdatePidsLimit/no_change [2021-02-25T03:36:25.808Z] === RUN TestUpdatePidsLimit/update_lower [2021-02-25T03:36:26.104Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-02-25T03:36:26.132Z] 2021/02/25 03:36:25 Finished clone github.com/gogo/protobuf [2021-02-25T03:36:26.247Z] --- PASS: TestCreateServiceConfigFileMode (3.87s) [2021-02-25T03:36:26.247Z] === RUN TestCreateServiceSysctls [2021-02-25T03:36:26.399Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-02-25T03:36:26.599Z] --- PASS: TestCreateServiceConflict (3.20s) [2021-02-25T03:36:26.599Z] === RUN TestCreateServiceMaxReplicas [2021-02-25T03:36:26.693Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-02-25T03:36:26.693Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-02-25T03:36:26.912Z] --- PASS: TestServiceUpdateNetwork (12.63s) [2021-02-25T03:36:26.912Z] === RUN TestServiceUpdatePidsLimit [2021-02-25T03:36:27.753Z] --- PASS: TestUpdatePidsLimit (2.33s) [2021-02-25T03:36:27.753Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.27s) [2021-02-25T03:36:27.753Z] --- PASS: TestUpdatePidsLimit/no_change (0.25s) [2021-02-25T03:36:27.753Z] --- PASS: TestUpdatePidsLimit/update_lower (0.21s) [2021-02-25T03:36:27.753Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.24s) [2021-02-25T03:36:27.753Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.26s) [2021-02-25T03:36:27.753Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.25s) [2021-02-25T03:36:27.753Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.25s) [2021-02-25T03:36:27.753Z] === RUN TestUpdateRestartPolicy [2021-02-25T03:36:28.278Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-02-25T03:36:29.208Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-02-25T03:36:29.914Z] --- PASS: TestCreateServiceMaxReplicas (3.58s) [2021-02-25T03:36:29.914Z] === RUN TestCreateWithDuplicateNetworkNames [2021-02-25T03:36:29.955Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-02-25T03:36:29.955Z] === RUN TestDockerSuite/TestEventsStreaming [2021-02-25T03:36:29.955Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-02-25T03:36:30.702Z] --- PASS: TestCreateServiceSysctls (4.71s) [2021-02-25T03:36:30.702Z] === RUN TestCreateServiceCapabilities [2021-02-25T03:36:33.249Z] === RUN TestDockerSuite/TestEventsTop [2021-02-25T03:36:33.249Z] === RUN TestDockerSuite/TestEventsUntag [2021-02-25T03:36:34.285Z] --- PASS: TestCreateServiceCapabilities (3.94s) [2021-02-25T03:36:34.285Z] === RUN TestInspect [2021-02-25T03:36:35.158Z] --- PASS: TestServiceUpdateConfigs (15.03s) [2021-02-25T03:36:35.158Z] === RUN TestServiceUpdateNetwork [2021-02-25T03:36:35.728Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-02-25T03:36:37.293Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-02-25T03:36:37.639Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2021-02-25T03:36:38.741Z] --- PASS: TestInspect (3.93s) [2021-02-25T03:36:38.741Z] === RUN TestCreateJob [2021-02-25T03:36:40.431Z] --- PASS: TestUpdateRestartPolicy (11.28s) [2021-02-25T03:36:40.431Z] === RUN TestUpdateRestartWithAutoRemove [2021-02-25T03:36:40.431Z] --- PASS: TestUpdateRestartWithAutoRemove (0.54s) [2021-02-25T03:36:40.431Z] === RUN TestWaitNonBlocked [2021-02-25T03:36:40.431Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-25T03:36:40.431Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-25T03:36:40.431Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-25T03:36:40.431Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-25T03:36:40.431Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-25T03:36:40.431Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-25T03:36:40.431Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-02-25T03:36:40.431Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.64s) [2021-02-25T03:36:40.431Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.69s) [2021-02-25T03:36:40.431Z] === RUN TestWaitBlocked [2021-02-25T03:36:40.431Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-25T03:36:40.431Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-25T03:36:40.431Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-02-25T03:36:40.431Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-02-25T03:36:40.431Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-25T03:36:40.431Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-02-25T03:36:41.096Z] --- PASS: TestWaitBlocked (0.02s) [2021-02-25T03:36:41.096Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.83s) [2021-02-25T03:36:41.096Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.88s) [2021-02-25T03:36:41.096Z] === CONT TestContainerStartOnDaemonRestart [2021-02-25T03:36:41.096Z] === CONT TestDaemonHostGatewayIP [2021-02-25T03:36:41.096Z] === CONT TestDaemonRestartIpcMode [2021-02-25T03:36:41.096Z] === CONT TestContainerKillOnDaemonStart [2021-02-25T03:36:43.198Z] --- PASS: TestCreateJob (4.76s) [2021-02-25T03:36:43.198Z] === RUN TestReplicatedJob [2021-02-25T03:36:43.830Z] --- PASS: TestServiceUpdatePidsLimit (16.48s) [2021-02-25T03:36:43.830Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.73s) [2021-02-25T03:36:43.830Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.98s) [2021-02-25T03:36:43.830Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.99s) [2021-02-25T03:36:43.830Z] PASS [2021-02-25T03:36:43.830Z] [2021-02-25T03:36:43.830Z] === Skipped [2021-02-25T03:36:43.830Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-02-25T03:36:43.830Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-25T03:36:43.830Z] [2021-02-25T03:36:43.830Z] [2021-02-25T03:36:43.830Z] DONE 27 tests, 1 skipped in 168.177s [2021-02-25T03:36:43.830Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-02-25T03:36:43.830Z] INFO: Testing against a local daemon [2021-02-25T03:36:43.830Z] === RUN TestSessionCreate [2021-02-25T03:36:43.830Z] --- PASS: TestSessionCreate (0.02s) [2021-02-25T03:36:43.830Z] === RUN TestSessionCreateWithBadUpgrade [2021-02-25T03:36:43.830Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-02-25T03:36:43.830Z] PASS [2021-02-25T03:36:43.830Z] [2021-02-25T03:36:43.830Z] DONE 2 tests in 0.075s [2021-02-25T03:36:43.830Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-02-25T03:36:43.830Z] INFO: Testing against a local daemon [2021-02-25T03:36:43.830Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-02-25T03:36:43.830Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2021-02-25T03:36:43.830Z] === RUN TestEventsExecDie [2021-02-25T03:36:44.393Z] --- PASS: TestEventsExecDie (0.62s) [2021-02-25T03:36:44.393Z] === RUN TestEventsBackwardsCompatible [2021-02-25T03:36:44.393Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2021-02-25T03:36:44.393Z] === RUN TestInfoBinaryCommits [2021-02-25T03:36:44.393Z] --- PASS: TestInfoBinaryCommits (0.03s) [2021-02-25T03:36:44.393Z] === RUN TestInfoAPIVersioned [2021-02-25T03:36:44.393Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-02-25T03:36:44.393Z] === RUN TestInfoDiscoveryBackend [2021-02-25T03:36:44.671Z] --- PASS: TestContainerStartOnDaemonRestart (3.69s) [2021-02-25T03:36:44.671Z] === CONT TestRestartDaemonWithRestartingContainer [2021-02-25T03:36:44.848Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.88s) [2021-02-25T03:36:44.848Z] === RUN TestCreateServiceSecretFileMode [2021-02-25T03:36:44.955Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2021-02-25T03:36:44.955Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-02-25T03:36:45.315Z] --- PASS: TestDaemonHostGatewayIP (4.10s) [2021-02-25T03:36:45.315Z] === CONT TestIpcModeOlderClient [2021-02-25T03:36:45.315Z] --- PASS: TestIpcModeOlderClient (0.10s) [2021-02-25T03:36:45.315Z] --- PASS: TestDaemonRestartIpcMode (4.29s) [2021-02-25T03:36:45.883Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-02-25T03:36:45.883Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-02-25T03:36:46.445Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2021-02-25T03:36:46.445Z] === RUN TestInfoAPI [2021-02-25T03:36:46.445Z] --- PASS: TestInfoAPI (0.02s) [2021-02-25T03:36:46.445Z] === RUN TestInfoAPIWarnings [2021-02-25T03:36:46.851Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.19s) [2021-02-25T03:36:47.630Z] === RUN TestDockerSuite/TestExec [2021-02-25T03:36:47.630Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-02-25T03:36:47.890Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-02-25T03:36:48.179Z] --- PASS: TestCreateServiceSecretFileMode (3.37s) [2021-02-25T03:36:48.179Z] === RUN TestCreateServiceConfigFileMode [2021-02-25T03:36:48.459Z] --- PASS: TestServiceUpdateNetwork (13.23s) [2021-02-25T03:36:48.459Z] === RUN TestServiceUpdatePidsLimit [2021-02-25T03:36:48.459Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-02-25T03:36:49.033Z] === RUN TestDockerSuite/TestExecAPIStart [2021-02-25T03:36:49.996Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-02-25T03:36:50.101Z] --- PASS: TestReplicatedJob (7.24s) [2021-02-25T03:36:50.101Z] === RUN TestUpdateReplicatedJob [2021-02-25T03:36:50.938Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-02-25T03:36:51.199Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-02-25T03:36:51.770Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-02-25T03:36:52.340Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-02-25T03:36:52.410Z] --- PASS: TestCreateServiceConfigFileMode (3.49s) [2021-02-25T03:36:52.410Z] === RUN TestCreateServiceSysctls [2021-02-25T03:36:53.281Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-02-25T03:36:53.541Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-02-25T03:36:53.781Z] --- PASS: TestContainerKillOnDaemonStart (12.81s) [2021-02-25T03:36:53.781Z] PASS [2021-02-25T03:36:53.781Z] [2021-02-25T03:36:53.781Z] === Skipped [2021-02-25T03:36:53.781Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2021-02-25T03:36:53.781Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-25T03:36:53.781Z] [2021-02-25T03:36:53.781Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-25T03:36:53.781Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-25T03:36:53.781Z] [2021-02-25T03:36:53.781Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2021-02-25T03:36:53.781Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-25T03:36:53.781Z] [2021-02-25T03:36:53.781Z] [2021-02-25T03:36:53.781Z] DONE 196 tests, 3 skipped in 109.400s [2021-02-25T03:36:53.781Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2021-02-25T03:36:53.781Z] ++ 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-02-25T03:36:53.781Z] ++ set -e [2021-02-25T03:36:53.781Z] ++ '[' -n 0 ']' [2021-02-25T03:36:53.781Z] ++ set -x [2021-02-25T03:36:53.781Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-02-25T03:36:54.079Z] INFO: Testing against a local daemon [2021-02-25T03:36:54.079Z] === RUN TestCommitInheritsEnv [2021-02-25T03:36:54.111Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-02-25T03:36:54.375Z] --- PASS: TestCommitInheritsEnv (0.33s) [2021-02-25T03:36:54.375Z] === RUN TestImportExtremelyLargeImageWorks [2021-02-25T03:36:54.375Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-02-25T03:36:54.375Z] === RUN TestImagesFilterMultiReference [2021-02-25T03:36:54.375Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2021-02-25T03:36:54.375Z] === RUN TestImagePullPlatformInvalid [2021-02-25T03:36:54.375Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-02-25T03:36:54.375Z] === RUN TestRemoveImageOrphaning [2021-02-25T03:36:54.674Z] --- PASS: TestRemoveImageOrphaning (0.32s) [2021-02-25T03:36:54.674Z] === RUN TestRemoveImageGarbageCollector [2021-02-25T03:36:54.674Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-02-25T03:36:54.674Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-25T03:36:54.674Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-02-25T03:36:54.674Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-02-25T03:36:54.674Z] === RUN TestTagInvalidReference [2021-02-25T03:36:54.674Z] --- PASS: TestTagInvalidReference (0.02s) [2021-02-25T03:36:54.674Z] === RUN TestTagValidPrefixedRepo [2021-02-25T03:36:54.682Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-02-25T03:36:54.970Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2021-02-25T03:36:54.970Z] === RUN TestTagExistedNameWithoutForce [2021-02-25T03:36:54.970Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-02-25T03:36:54.970Z] === RUN TestTagOfficialNames [2021-02-25T03:36:54.970Z] --- PASS: TestTagOfficialNames (0.04s) [2021-02-25T03:36:54.970Z] === RUN TestTagMatchesDigest [2021-02-25T03:36:54.970Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-02-25T03:36:54.970Z] === CONT TestImportExtremelyLargeImageWorks [2021-02-25T03:36:55.622Z] === RUN TestDockerSuite/TestExecCgroup [2021-02-25T03:36:55.673Z] --- PASS: TestUpdateReplicatedJob (4.88s) [2021-02-25T03:36:55.673Z] === RUN TestServiceListWithStatuses [2021-02-25T03:36:55.673Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-02-25T03:36:55.673Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-25T03:36:55.673Z] === RUN TestDockerNetworkConnectAlias [2021-02-25T03:36:56.565Z] === RUN TestDockerSuite/TestExecEnv [2021-02-25T03:36:56.633Z] --- PASS: TestCreateServiceSysctls (4.41s) [2021-02-25T03:36:56.633Z] === RUN TestCreateServiceCapabilities [2021-02-25T03:36:57.136Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-02-25T03:36:58.518Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-02-25T03:36:58.518Z] === RUN TestDockerSuite/TestExecExitStatus [2021-02-25T03:36:58.778Z] === RUN TestDockerSuite/TestExecInspectID [2021-02-25T03:36:59.947Z] --- PASS: TestCreateServiceCapabilities (3.38s) [2021-02-25T03:36:59.947Z] === RUN TestInspect [2021-02-25T03:37:02.082Z] === RUN TestDockerSuite/TestExecInteractive [2021-02-25T03:37:02.343Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2021-02-25T03:37:02.914Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-02-25T03:37:03.262Z] --- PASS: TestInspect (3.52s) [2021-02-25T03:37:03.262Z] === RUN TestCreateJob [2021-02-25T03:37:03.486Z] === RUN TestDockerSuite/TestExecParseError [2021-02-25T03:37:04.057Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-02-25T03:37:04.157Z] --- PASS: TestDockerNetworkConnectAlias (8.60s) [2021-02-25T03:37:04.157Z] === RUN TestDockerNetworkReConnect [2021-02-25T03:37:04.490Z] --- PASS: TestInfoAPIWarnings (16.26s) [2021-02-25T03:37:04.490Z] === RUN TestInfoDebug [2021-02-25T03:37:04.490Z] --- PASS: TestInfoDebug (0.52s) [2021-02-25T03:37:04.490Z] === RUN TestInfoInsecureRegistries [2021-02-25T03:37:04.490Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2021-02-25T03:37:04.490Z] === RUN TestInfoRegistryMirrors [2021-02-25T03:37:04.490Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2021-02-25T03:37:04.490Z] === RUN TestLoginFailsWithBadCredentials [2021-02-25T03:37:04.490Z] --- PASS: TestLoginFailsWithBadCredentials (0.21s) [2021-02-25T03:37:04.490Z] === RUN TestPingCacheHeaders [2021-02-25T03:37:04.490Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-02-25T03:37:04.490Z] === RUN TestPingGet [2021-02-25T03:37:04.490Z] --- PASS: TestPingGet (0.01s) [2021-02-25T03:37:04.490Z] === RUN TestPingHead [2021-02-25T03:37:04.490Z] --- PASS: TestPingHead (0.02s) [2021-02-25T03:37:04.490Z] === RUN TestVersion [2021-02-25T03:37:04.490Z] --- PASS: TestVersion (0.02s) [2021-02-25T03:37:04.490Z] === CONT TestCgroupDriverSystemdMemoryLimit [2021-02-25T03:37:04.628Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-02-25T03:37:04.884Z] 2021/02/25 03:37:00 Finished clone github.com/hashicorp/consul [2021-02-25T03:37:05.198Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-02-25T03:37:05.769Z] --- PASS: TestServiceUpdatePidsLimit (17.34s) [2021-02-25T03:37:05.769Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.48s) [2021-02-25T03:37:05.769Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.02s) [2021-02-25T03:37:05.769Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.81s) [2021-02-25T03:37:05.769Z] PASS [2021-02-25T03:37:05.769Z] [2021-02-25T03:37:05.769Z] === Skipped [2021-02-25T03:37:05.769Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-02-25T03:37:05.769Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-25T03:37:05.769Z] [2021-02-25T03:37:05.769Z] [2021-02-25T03:37:05.769Z] DONE 27 tests, 1 skipped in 184.616s [2021-02-25T03:37:05.769Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-02-25T03:37:05.769Z] ++ 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-02-25T03:37:05.769Z] ++ set -e [2021-02-25T03:37:05.769Z] ++ '[' -n 0 ']' [2021-02-25T03:37:05.769Z] ++ set -x [2021-02-25T03:37:05.769Z] ++ env -i DEST=/go/src/github.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-02-25T03:37:05.769Z] INFO: Testing against a local daemon [2021-02-25T03:37:05.769Z] === RUN TestSessionCreate [2021-02-25T03:37:05.769Z] --- PASS: TestSessionCreate (0.06s) [2021-02-25T03:37:05.769Z] === RUN TestSessionCreateWithBadUpgrade [2021-02-25T03:37:05.858Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.21s) [2021-02-25T03:37:05.859Z] PASS [2021-02-25T03:37:05.859Z] [2021-02-25T03:37:05.859Z] DONE 18 tests in 22.149s [2021-02-25T03:37:05.859Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-02-25T03:37:05.859Z] INFO: Testing against a local daemon [2021-02-25T03:37:05.859Z] === RUN TestVolumesCreateAndList [2021-02-25T03:37:05.859Z] --- PASS: TestVolumesCreateAndList (0.03s) [2021-02-25T03:37:05.859Z] === RUN TestVolumesRemove [2021-02-25T03:37:05.859Z] --- PASS: TestVolumesRemove (0.06s) [2021-02-25T03:37:05.859Z] === RUN TestVolumesInspect [2021-02-25T03:37:05.859Z] --- PASS: TestVolumesInspect (0.02s) [2021-02-25T03:37:05.859Z] === RUN TestVolumesInvalidJSON [2021-02-25T03:37:05.859Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-02-25T03:37:05.859Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-02-25T03:37:05.859Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-02-25T03:37:05.859Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-02-25T03:37:05.859Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-02-25T03:37:05.859Z] PASS [2021-02-25T03:37:05.859Z] [2021-02-25T03:37:05.859Z] DONE 5 tests in 0.152s [2021-02-25T03:37:05.859Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-02-25T03:37:06.030Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2021-02-25T03:37:06.030Z] PASS [2021-02-25T03:37:06.030Z] [2021-02-25T03:37:06.030Z] DONE 2 tests in 0.206s [2021-02-25T03:37:06.030Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-02-25T03:37:06.030Z] ++ 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-02-25T03:37:06.030Z] ++ set -e [2021-02-25T03:37:06.030Z] ++ '[' -n 0 ']' [2021-02-25T03:37:06.030Z] ++ set -x [2021-02-25T03:37:06.030Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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-02-25T03:37:06.030Z] INFO: Testing against a local daemon [2021-02-25T03:37:06.030Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-02-25T03:37:06.030Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-25T03:37:06.030Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-25T03:37:06.030Z] === RUN TestEventsExecDie [2021-02-25T03:37:06.602Z] === RUN TestDockerSuite/TestExecSetEnv [2021-02-25T03:37:06.863Z] --- PASS: TestEventsExecDie (0.76s) [2021-02-25T03:37:06.863Z] === RUN TestEventsBackwardsCompatible [2021-02-25T03:37:06.863Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2021-02-25T03:37:06.863Z] === RUN TestInfoBinaryCommits [2021-02-25T03:37:06.863Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-02-25T03:37:06.863Z] === RUN TestInfoAPIVersioned [2021-02-25T03:37:06.863Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-02-25T03:37:06.863Z] === RUN TestInfoDiscoveryBackend [2021-02-25T03:37:07.437Z] === RUN TestDockerSuite/TestExecStartFails [2021-02-25T03:37:07.438Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2021-02-25T03:37:07.438Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-02-25T03:37:07.482Z] --- PASS: TestCreateJob (4.21s) [2021-02-25T03:37:07.482Z] === RUN TestReplicatedJob [2021-02-25T03:37:07.749Z] Stopping apparmor (via systemctl): apparmor.service. [2021-02-25T03:37:07.749Z] Removing test suite binaries [2021-02-25T03:37:07.749Z] exiting test-integration [2021-02-25T03:37:07.749Z] ++ exit 0 [2021-02-25T03:37:07.749Z] [2021-02-25T03:37:08.008Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-02-25T03:37:08.591Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-02-25T03:37:08.591Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-02-25T03:37:09.085Z] 2021/02/25 03:37:08 Finished clone github.com/aws/aws-sdk-go [2021-02-25T03:37:09.160Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2021-02-25T03:37:09.160Z] === RUN TestInfoAPI [2021-02-25T03:37:09.160Z] --- PASS: TestInfoAPI (0.02s) [2021-02-25T03:37:09.160Z] === RUN TestInfoAPIWarnings [2021-02-25T03:37:11.055Z] --- PASS: TestDockerNetworkReConnect (6.63s) [2021-02-25T03:37:11.055Z] === RUN TestServicePlugin [2021-02-25T03:37:11.055Z] --- SKIP: TestServicePlugin (0.00s) [2021-02-25T03:37:11.055Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-25T03:37:11.055Z] === RUN TestServiceUpdateLabel Post stage [Pipeline] junit [2021-02-25T03:37:11.092Z] Recording test results [2021-02-25T03:37:12.823Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-02-25T03:37:13.214Z] + echo Ensuring container killed. [2021-02-25T03:37:13.214Z] Ensuring container killed. [2021-02-25T03:37:13.214Z] + docker rm -vf docker-pr8 [2021-02-25T03:37:13.214Z] Error: No such container: docker-pr8 [Pipeline] sh [2021-02-25T03:37:13.539Z] + echo Chowning /workspace to jenkins user [2021-02-25T03:37:13.539Z] Chowning /workspace to jenkins user [2021-02-25T03:37:13.539Z] + id -u [2021-02-25T03:37:13.539Z] + id -g [2021-02-25T03:37:13.539Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42056:/workspace busybox chown -R 1000:1000 /workspace [2021-02-25T03:37:13.539Z] Unable to find image 'busybox:latest' locally [2021-02-25T03:37:14.089Z] --- PASS: TestReplicatedJob (6.35s) [2021-02-25T03:37:14.089Z] === RUN TestUpdateReplicatedJob [2021-02-25T03:37:14.577Z] --- PASS: TestServiceUpdateLabel (3.95s) [2021-02-25T03:37:14.577Z] === RUN TestServiceUpdateSecrets [2021-02-25T03:37:18.315Z] --- PASS: TestUpdateReplicatedJob (4.33s) [2021-02-25T03:37:18.315Z] === RUN TestServiceListWithStatuses [2021-02-25T03:37:18.315Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-02-25T03:37:18.315Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-25T03:37:18.315Z] === RUN TestDockerNetworkConnectAlias [2021-02-25T03:37:18.784Z] latest: Pulling from library/busybox [2021-02-25T03:37:18.784Z] 5c4213be9af9: Pulling fs layer [2021-02-25T03:37:18.784Z] 5c4213be9af9: Verifying Checksum [2021-02-25T03:37:18.784Z] 5c4213be9af9: Download complete [2021-02-25T03:37:19.041Z] 5c4213be9af9: Pull complete [2021-02-25T03:37:19.041Z] Digest: sha256:c6b45a95f932202dbb27c31333c4789f45184a744060f6e569cc9d2bf1b9ad6f [2021-02-25T03:37:19.041Z] Status: Downloaded newer image for busybox:latest [2021-02-25T03:37:19.150Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-02-25T03:37:19.411Z] === RUN TestDockerSuite/TestExecTTY [2021-02-25T03:37:19.981Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-02-25T03:37:20.550Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-02-25T03:37:21.120Z] === RUN TestDockerSuite/TestExecUlimits [2021-02-25T03:37:21.381Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-02-25T03:37:21.642Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-02-25T03:37:21.900Z] + bundleName=amd64-cgroup2 [2021-02-25T03:37:21.900Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2021-02-25T03:37:21.900Z] Creating amd64-cgroup2-bundles.tar.gz [2021-02-25T03:37:21.900Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-02-25T03:37:21.900Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [Pipeline] archiveArtifacts [2021-02-25T03:37:22.166Z] Archiving artifacts [2021-02-25T03:37:23.029Z] === RUN TestDockerSuite/TestExecWithNoTERM [2021-02-25T03:37:23.290Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-02-25T03:37:24.210Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42056/8/artifacts/ [Pipeline] } [Pipeline] // catchError [2021-02-25T03:37:24.230Z] === RUN TestDockerSuite/TestExecWithTERM [Pipeline] sh [2021-02-25T03:37:24.523Z] + make clean [2021-02-25T03:37:24.779Z] docker volume rm -f docker-dev-cache [2021-02-25T03:37:24.779Z] docker-dev-cache [Pipeline] deleteDir [2021-02-25T03:37:24.802Z] === RUN TestDockerSuite/TestExecWithUser [2021-02-25T03:37:24.919Z] --- PASS: TestDockerNetworkConnectAlias (6.34s) [2021-02-25T03:37:24.919Z] === RUN TestDockerNetworkReConnect [2021-02-25T03:37:25.372Z] === RUN TestDockerSuite/TestGetContainerStats [2021-02-25T03:37:25.372Z] --- PASS: TestInfoAPIWarnings (16.32s) [2021-02-25T03:37:25.372Z] === RUN TestInfoDebug [2021-02-25T03:37:25.941Z] --- PASS: TestInfoDebug (0.52s) [2021-02-25T03:37:25.941Z] === RUN TestInfoInsecureRegistries [2021-02-25T03:37:26.511Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2021-02-25T03:37:26.511Z] === RUN TestInfoRegistryMirrors [2021-02-25T03:37:27.080Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2021-02-25T03:37:27.080Z] === RUN TestLoginFailsWithBadCredentials [2021-02-25T03:37:27.080Z] --- PASS: TestLoginFailsWithBadCredentials (0.15s) [2021-02-25T03:37:27.080Z] === RUN TestPingCacheHeaders [2021-02-25T03:37:27.080Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-02-25T03:37:27.081Z] === RUN TestPingGet [2021-02-25T03:37:27.081Z] --- PASS: TestPingGet (0.01s) [2021-02-25T03:37:27.081Z] === RUN TestPingHead [2021-02-25T03:37:27.081Z] --- PASS: TestPingHead (0.02s) [2021-02-25T03:37:27.081Z] === RUN TestVersion [2021-02-25T03:37:27.081Z] --- PASS: TestVersion (0.02s) [2021-02-25T03:37:27.081Z] PASS [2021-02-25T03:37:27.081Z] [2021-02-25T03:37:27.081Z] === Skipped [2021-02-25T03:37:27.081Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-25T03:37:27.081Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-25T03:37:27.081Z] [2021-02-25T03:37:27.081Z] [2021-02-25T03:37:27.081Z] DONE 18 tests, 1 skipped in 21.167s [2021-02-25T03:37:27.081Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-02-25T03:37:27.081Z] ++ 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-02-25T03:37:27.081Z] ++ set -e [2021-02-25T03:37:27.081Z] ++ '[' -n 0 ']' [2021-02-25T03:37:27.081Z] ++ set -x [2021-02-25T03:37:27.081Z] ++ env -i DEST=/go/src/github.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-02-25T03:37:27.341Z] INFO: Testing against a local daemon [2021-02-25T03:37:27.341Z] === RUN TestVolumesCreateAndList [2021-02-25T03:37:27.341Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-02-25T03:37:27.341Z] === RUN TestVolumesRemove [2021-02-25T03:37:27.341Z] --- PASS: TestVolumesRemove (0.05s) [2021-02-25T03:37:27.341Z] === RUN TestVolumesInspect [2021-02-25T03:37:27.341Z] --- PASS: TestVolumesInspect (0.02s) [2021-02-25T03:37:27.341Z] === RUN TestVolumesInvalidJSON [2021-02-25T03:37:27.341Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-02-25T03:37:27.341Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-02-25T03:37:27.341Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-02-25T03:37:27.341Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-02-25T03:37:27.341Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-02-25T03:37:27.341Z] PASS [2021-02-25T03:37:27.341Z] [2021-02-25T03:37:27.341Z] DONE 5 tests in 0.196s [2021-02-25T03:37:27.341Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-02-25T03:37:27.602Z] ++++ cat bundles/test-integration/docker.pid [2021-02-25T03:37:27.602Z] +++ kill 5686 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-25T03:37:28.988Z] +++ /etc/init.d/apparmor stop [2021-02-25T03:37:28.988Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-25T03:37:28.988Z] [2021-02-25T03:37:28.988Z] Unloading profiles will leave already running processes permanently [2021-02-25T03:37:28.988Z] unconfined, which can lead to unexpected situations. [2021-02-25T03:37:28.988Z] [2021-02-25T03:37:28.988Z] To set a process to complain mode, use the command line tool [2021-02-25T03:37:28.988Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-25T03:37:28.988Z] +++ true [2021-02-25T03:37:28.988Z] exiting test-integration [2021-02-25T03:37:28.988Z] ++ exit 0 [2021-02-25T03:37:28.988Z] [2021-02-25T03:37:29.558Z] + for job in $(jobs -p) [2021-02-25T03:37:29.558Z] + wait 13351 [2021-02-25T03:37:29.818Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-02-25T03:37:30.226Z] --- PASS: TestDockerNetworkReConnect (5.17s) [2021-02-25T03:37:30.226Z] === RUN TestServicePlugin [2021-02-25T03:37:30.226Z] --- SKIP: TestServicePlugin (0.00s) [2021-02-25T03:37:30.226Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-25T03:37:30.226Z] === RUN TestServiceUpdateLabel [2021-02-25T03:37:32.780Z] --- PASS: TestServiceUpdateLabel (3.24s) [2021-02-25T03:37:32.780Z] === RUN TestServiceUpdateSecrets [2021-02-25T03:37:33.111Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2021-02-25T03:37:33.163Z] --- PASS: TestServiceUpdateSecrets (16.22s) [2021-02-25T03:37:33.163Z] === RUN TestServiceUpdateConfigs [2021-02-25T03:37:34.493Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-02-25T03:37:35.888Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-02-25T03:37:41.169Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-02-25T03:37:41.169Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-02-25T03:37:41.169Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-02-25T03:37:41.169Z] === RUN TestDockerSuite/TestHealth [2021-02-25T03:37:48.517Z] --- PASS: TestServiceUpdateConfigs (15.98s) [2021-02-25T03:37:48.517Z] === RUN TestServiceUpdateNetwork [2021-02-25T03:37:50.925Z] --- PASS: TestServiceUpdateSecrets (15.39s) [2021-02-25T03:37:50.925Z] === RUN TestServiceUpdateConfigs [2021-02-25T03:37:56.065Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2021-02-25T03:37:57.975Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2021-02-25T03:38:00.515Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-02-25T03:38:00.515Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-02-25T03:38:00.515Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-02-25T03:38:00.515Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-02-25T03:38:00.774Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-02-25T03:38:00.774Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-02-25T03:38:01.715Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-02-25T03:38:01.715Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-02-25T03:38:01.715Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-02-25T03:38:01.715Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-02-25T03:38:02.287Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-02-25T03:38:02.547Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-02-25T03:38:03.120Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-02-25T03:38:03.120Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-02-25T03:38:04.001Z] --- PASS: TestServiceUpdateNetwork (16.76s) [2021-02-25T03:38:04.001Z] === RUN TestServiceUpdatePidsLimit [2021-02-25T03:38:04.064Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-02-25T03:38:04.324Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-02-25T03:38:04.635Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-02-25T03:38:04.895Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-02-25T03:38:05.671Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-02-25T03:38:05.845Z] === RUN TestDockerSuite/TestImagesFormat [2021-02-25T03:38:05.845Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-02-25T03:38:05.854Z] --- PASS: TestServiceUpdateConfigs (15.41s) [2021-02-25T03:38:05.854Z] === RUN TestServiceUpdateNetwork [2021-02-25T03:38:06.786Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-02-25T03:38:09.365Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-02-25T03:38:09.365Z] === RUN TestDockerSuite/TestImportBadURL [2021-02-25T03:38:09.365Z] === RUN TestDockerSuite/TestImportDisplay [2021-02-25T03:38:10.747Z] === RUN TestDockerSuite/TestImportFile [2021-02-25T03:38:11.687Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-02-25T03:38:11.687Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-02-25T03:38:12.571Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-02-25T03:38:12.626Z] === RUN TestDockerSuite/TestImportGzipped [2021-02-25T03:38:14.009Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-02-25T03:38:14.950Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-02-25T03:38:15.519Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-02-25T03:38:16.090Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-02-25T03:38:16.660Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-02-25T03:38:16.660Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2021-02-25T03:38:16.660Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-02-25T03:38:17.229Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-02-25T03:38:17.229Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2021-02-25T03:38:17.800Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-02-25T03:38:18.105Z] --- PASS: TestServiceUpdateNetwork (14.75s) [2021-02-25T03:38:18.105Z] === RUN TestServiceUpdatePidsLimit [2021-02-25T03:38:18.373Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-02-25T03:38:18.943Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-02-25T03:38:19.514Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-02-25T03:38:20.029Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-02-25T03:38:20.085Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-02-25T03:38:20.085Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2021-02-25T03:38:20.977Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-02-25T03:38:21.057Z] --- PASS: TestServiceUpdatePidsLimit (18.09s) [2021-02-25T03:38:21.057Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.93s) [2021-02-25T03:38:21.057Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.23s) [2021-02-25T03:38:21.057Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.34s) [2021-02-25T03:38:21.057Z] PASS [2021-02-25T03:38:21.057Z] [2021-02-25T03:38:21.057Z] === Skipped [2021-02-25T03:38:21.057Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.00s) [2021-02-25T03:38:21.057Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-25T03:38:21.057Z] [2021-02-25T03:38:21.057Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s) [2021-02-25T03:38:21.057Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-25T03:38:21.057Z] [2021-02-25T03:38:21.057Z] [2021-02-25T03:38:21.057Z] DONE 27 tests, 2 skipped in 181.371s [2021-02-25T03:38:21.057Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2021-02-25T03:38:21.057Z] ++ 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-02-25T03:38:21.057Z] ++ set -e [2021-02-25T03:38:21.057Z] ++ '[' -n 0 ']' [2021-02-25T03:38:21.057Z] ++ set -x [2021-02-25T03:38:21.057Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-02-25T03:38:21.349Z] INFO: Testing against a local daemon [2021-02-25T03:38:21.349Z] === RUN TestSessionCreate [2021-02-25T03:38:21.349Z] --- PASS: TestSessionCreate (0.02s) [2021-02-25T03:38:21.349Z] === RUN TestSessionCreateWithBadUpgrade [2021-02-25T03:38:21.349Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-02-25T03:38:21.349Z] PASS [2021-02-25T03:38:21.349Z] [2021-02-25T03:38:21.349Z] DONE 2 tests in 0.238s [2021-02-25T03:38:21.349Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2021-02-25T03:38:21.349Z] ++ 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-02-25T03:38:21.349Z] ++ set -e [2021-02-25T03:38:21.349Z] ++ '[' -n 0 ']' [2021-02-25T03:38:21.349Z] ++ set -x [2021-02-25T03:38:21.349Z] ++ env -i DEST=/go/src/github.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-02-25T03:38:21.469Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-02-25T03:38:21.640Z] INFO: Testing against a local daemon [2021-02-25T03:38:21.640Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-02-25T03:38:21.640Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-25T03:38:21.640Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-25T03:38:21.640Z] === RUN TestEventsExecDie [2021-02-25T03:38:22.041Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-02-25T03:38:22.677Z] --- PASS: TestEventsExecDie (1.09s) [2021-02-25T03:38:22.677Z] === RUN TestEventsBackwardsCompatible [2021-02-25T03:38:22.677Z] --- PASS: TestEventsBackwardsCompatible (0.09s) [2021-02-25T03:38:22.677Z] === RUN TestInfoBinaryCommits [2021-02-25T03:38:22.984Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-02-25T03:38:22.984Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-02-25T03:38:22.990Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-02-25T03:38:22.990Z] === RUN TestInfoAPIVersioned [2021-02-25T03:38:22.990Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-02-25T03:38:22.990Z] === RUN TestInfoDiscoveryBackend [2021-02-25T03:38:23.281Z] --- PASS: TestInfoDiscoveryBackend (0.54s) [2021-02-25T03:38:23.281Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-02-25T03:38:23.555Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-02-25T03:38:23.555Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-02-25T03:38:24.317Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-02-25T03:38:24.317Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-02-25T03:38:24.937Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-02-25T03:38:25.024Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2021-02-25T03:38:25.024Z] === RUN TestInfoAPI [2021-02-25T03:38:25.024Z] --- PASS: TestInfoAPI (0.02s) [2021-02-25T03:38:25.024Z] === RUN TestInfoAPIWarnings [2021-02-25T03:38:25.196Z] === RUN TestDockerSuite/TestInspectDefault [2021-02-25T03:38:25.767Z] === RUN TestDockerSuite/TestInspectHistory [2021-02-25T03:38:26.338Z] === RUN TestDockerSuite/TestInspectImage [2021-02-25T03:38:26.338Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-02-25T03:38:26.338Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-02-25T03:38:26.338Z] === RUN TestDockerSuite/TestInspectInt64 [2021-02-25T03:38:26.598Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-02-25T03:38:27.169Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-02-25T03:38:27.169Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-02-25T03:38:27.754Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-02-25T03:38:28.328Z] === RUN TestDockerSuite/TestInspectPlugin [2021-02-25T03:38:29.132Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-02-25T03:38:29.709Z] === RUN TestDockerSuite/TestInspectRootFS [2021-02-25T03:38:29.709Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-02-25T03:38:30.279Z] === RUN TestDockerSuite/TestInspectStatus [2021-02-25T03:38:30.849Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-02-25T03:38:31.791Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-02-25T03:38:32.361Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-02-25T03:38:32.622Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-02-25T03:38:33.193Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-02-25T03:38:33.766Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-02-25T03:38:34.026Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-02-25T03:38:34.597Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2021-02-25T03:38:34.597Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-02-25T03:38:34.597Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2021-02-25T03:38:35.832Z] --- PASS: TestServiceUpdatePidsLimit (17.66s) [2021-02-25T03:38:35.832Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.15s) [2021-02-25T03:38:35.832Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.12s) [2021-02-25T03:38:35.832Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.12s) [2021-02-25T03:38:35.832Z] PASS [2021-02-25T03:38:35.832Z] [2021-02-25T03:38:35.832Z] === Skipped [2021-02-25T03:38:35.832Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2021-02-25T03:38:35.832Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-25T03:38:35.832Z] [2021-02-25T03:38:35.832Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2021-02-25T03:38:35.832Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-25T03:38:35.832Z] [2021-02-25T03:38:35.832Z] [2021-02-25T03:38:35.832Z] DONE 27 tests, 2 skipped in 161.498s [2021-02-25T03:38:35.832Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2021-02-25T03:38:35.832Z] ++ 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-02-25T03:38:35.832Z] ++ set -e [2021-02-25T03:38:35.832Z] ++ '[' -n 0 ']' [2021-02-25T03:38:35.832Z] ++ set -x [2021-02-25T03:38:35.832Z] ++ env -i DEST=/go/src/github.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-02-25T03:38:36.096Z] INFO: Testing against a local daemon [2021-02-25T03:38:36.096Z] === RUN TestSessionCreate [2021-02-25T03:38:36.096Z] --- PASS: TestSessionCreate (0.05s) [2021-02-25T03:38:36.096Z] === RUN TestSessionCreateWithBadUpgrade [2021-02-25T03:38:36.096Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2021-02-25T03:38:36.096Z] PASS [2021-02-25T03:38:36.096Z] [2021-02-25T03:38:36.096Z] DONE 2 tests in 0.237s [2021-02-25T03:38:36.096Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2021-02-25T03:38:36.096Z] ++ 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-02-25T03:38:36.096Z] ++ set -e [2021-02-25T03:38:36.097Z] ++ '[' -n 0 ']' [2021-02-25T03:38:36.097Z] ++ set -x [2021-02-25T03:38:36.097Z] ++ env -i DEST=/go/src/github.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-02-25T03:38:36.365Z] INFO: Testing against a local daemon [2021-02-25T03:38:36.365Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-02-25T03:38:36.365Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-25T03:38:36.365Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-25T03:38:36.365Z] === RUN TestEventsExecDie [2021-02-25T03:38:36.510Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-02-25T03:38:37.313Z] --- PASS: TestEventsExecDie (0.92s) [2021-02-25T03:38:37.313Z] === RUN TestEventsBackwardsCompatible [2021-02-25T03:38:37.313Z] --- PASS: TestEventsBackwardsCompatible (0.12s) [2021-02-25T03:38:37.313Z] === RUN TestInfoBinaryCommits [2021-02-25T03:38:37.313Z] --- PASS: TestInfoBinaryCommits (0.05s) [2021-02-25T03:38:37.313Z] === RUN TestInfoAPIVersioned [2021-02-25T03:38:37.313Z] --- PASS: TestInfoAPIVersioned (0.02s) [2021-02-25T03:38:37.313Z] === RUN TestInfoDiscoveryBackend [2021-02-25T03:38:37.895Z] === RUN TestDockerSuite/TestLinksEnvs [2021-02-25T03:38:38.260Z] --- PASS: TestInfoDiscoveryBackend (0.63s) [2021-02-25T03:38:38.260Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-02-25T03:38:39.208Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-02-25T03:38:39.208Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-02-25T03:38:39.278Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-02-25T03:38:39.278Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-02-25T03:38:39.783Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.62s) [2021-02-25T03:38:39.783Z] === RUN TestInfoAPI [2021-02-25T03:38:39.783Z] --- PASS: TestInfoAPI (0.05s) [2021-02-25T03:38:39.783Z] === RUN TestInfoAPIWarnings [2021-02-25T03:38:40.662Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-02-25T03:38:42.572Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-02-25T03:38:43.513Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-02-25T03:38:43.615Z] --- PASS: TestInfoAPIWarnings (16.32s) [2021-02-25T03:38:43.615Z] === RUN TestInfoDebug [2021-02-25T03:38:43.615Z] --- PASS: TestInfoDebug (0.53s) [2021-02-25T03:38:43.615Z] === RUN TestInfoInsecureRegistries [2021-02-25T03:38:43.615Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2021-02-25T03:38:43.615Z] === RUN TestInfoRegistryMirrors [2021-02-25T03:38:43.615Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2021-02-25T03:38:43.615Z] === RUN TestLoginFailsWithBadCredentials [2021-02-25T03:38:43.615Z] --- PASS: TestLoginFailsWithBadCredentials (0.35s) [2021-02-25T03:38:43.615Z] === RUN TestPingCacheHeaders [2021-02-25T03:38:43.615Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-02-25T03:38:43.615Z] === RUN TestPingGet [2021-02-25T03:38:43.615Z] --- PASS: TestPingGet (0.01s) [2021-02-25T03:38:43.615Z] === RUN TestPingHead [2021-02-25T03:38:43.615Z] --- PASS: TestPingHead (0.01s) [2021-02-25T03:38:43.615Z] === RUN TestVersion [2021-02-25T03:38:43.615Z] --- PASS: TestVersion (0.02s) [2021-02-25T03:38:43.615Z] PASS [2021-02-25T03:38:43.615Z] [2021-02-25T03:38:43.615Z] === Skipped [2021-02-25T03:38:43.615Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-25T03:38:43.615Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-25T03:38:43.615Z] [2021-02-25T03:38:43.615Z] [2021-02-25T03:38:43.615Z] DONE 18 tests, 1 skipped in 21.805s [2021-02-25T03:38:43.615Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2021-02-25T03:38:43.615Z] ++ 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-02-25T03:38:43.615Z] ++ set -e [2021-02-25T03:38:43.615Z] ++ '[' -n 0 ']' [2021-02-25T03:38:43.615Z] ++ set -x [2021-02-25T03:38:43.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=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-02-25T03:38:43.615Z] INFO: Testing against a local daemon [2021-02-25T03:38:43.615Z] === RUN TestVolumesCreateAndList [2021-02-25T03:38:43.615Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-02-25T03:38:43.615Z] === RUN TestVolumesRemove [2021-02-25T03:38:43.615Z] --- PASS: TestVolumesRemove (0.12s) [2021-02-25T03:38:43.615Z] === RUN TestVolumesInspect [2021-02-25T03:38:43.615Z] --- PASS: TestVolumesInspect (0.01s) [2021-02-25T03:38:43.615Z] === RUN TestVolumesInvalidJSON [2021-02-25T03:38:43.615Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-02-25T03:38:43.615Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-02-25T03:38:43.615Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-02-25T03:38:43.615Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-02-25T03:38:43.615Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-02-25T03:38:43.615Z] PASS [2021-02-25T03:38:43.615Z] [2021-02-25T03:38:43.615Z] DONE 5 tests in 0.408s [2021-02-25T03:38:43.615Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-02-25T03:38:43.773Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-02-25T03:38:43.907Z] ++++ cat bundles/test-integration/docker.pid [2021-02-25T03:38:43.907Z] +++ kill 12305 [2021-02-25T03:38:45.158Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-02-25T03:38:45.417Z] +++ /etc/init.d/apparmor stop [2021-02-25T03:38:45.417Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-25T03:38:45.417Z] [2021-02-25T03:38:45.417Z] Unloading profiles will leave already running processes permanently [2021-02-25T03:38:45.417Z] unconfined, which can lead to unexpected situations. [2021-02-25T03:38:45.417Z] [2021-02-25T03:38:45.417Z] To set a process to complain mode, use the command line tool [2021-02-25T03:38:45.417Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-25T03:38:45.417Z] +++ true [2021-02-25T03:38:45.417Z] exiting test-integration [2021-02-25T03:38:45.417Z] ++ exit 0 [2021-02-25T03:38:45.417Z] [2021-02-25T03:38:45.418Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-02-25T03:38:45.988Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers Post stage [Pipeline] junit [2021-02-25T03:38:48.207Z] Recording test results [2021-02-25T03:38:48.443Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-02-25T03:38:48.929Z] + echo Ensuring container killed. [2021-02-25T03:38:48.929Z] Ensuring container killed. [2021-02-25T03:38:48.929Z] + docker rm -vf docker-pr8 [2021-02-25T03:38:48.929Z] Error: No such container: docker-pr8 [2021-02-25T03:38:48.929Z] + true [Pipeline] sh [2021-02-25T03:38:49.309Z] + echo Chowning /workspace to jenkins user [2021-02-25T03:38:49.309Z] Chowning /workspace to jenkins user [2021-02-25T03:38:49.309Z] + id -u [2021-02-25T03:38:49.309Z] + id -g [2021-02-25T03:38:49.309Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-42056:/workspace busybox chown -R 1001:1001 /workspace [2021-02-25T03:38:49.309Z] Unable to find image 'busybox:latest' locally [2021-02-25T03:38:49.601Z] latest: Pulling from library/busybox [2021-02-25T03:38:49.601Z] f106420d33ee: Pulling fs layer [2021-02-25T03:38:49.893Z] f106420d33ee: Verifying Checksum [2021-02-25T03:38:49.893Z] f106420d33ee: Download complete [2021-02-25T03:38:50.595Z] f106420d33ee: Pull complete [2021-02-25T03:38:50.595Z] Digest: sha256:c6b45a95f932202dbb27c31333c4789f45184a744060f6e569cc9d2bf1b9ad6f [2021-02-25T03:38:50.595Z] Status: Downloaded newer image for busybox:latest [2021-02-25T03:38:51.283Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-02-25T03:38:53.728Z] + bundleName=s390x-integration [2021-02-25T03:38:53.728Z] + echo Creating s390x-integration-bundles.tar.gz [2021-02-25T03:38:53.728Z] Creating s390x-integration-bundles.tar.gz [2021-02-25T03:38:53.728Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-02-25T03:38:53.728Z] + xargs tar -czf s390x-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2021-02-25T03:38:53.775Z] Archiving artifacts [2021-02-25T03:38:53.827Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-02-25T03:38:54.202Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42056/8/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-02-25T03:38:54.663Z] + make clean [2021-02-25T03:38:54.955Z] docker volume rm -f docker-dev-cache [2021-02-25T03:38:54.955Z] docker-dev-cache [Pipeline] deleteDir [2021-02-25T03:38:55.739Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-02-25T03:38:57.120Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2021-02-25T03:38:57.120Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-02-25T03:38:57.381Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-02-25T03:38:57.920Z] --- PASS: TestInfoAPIWarnings (16.63s) [2021-02-25T03:38:57.920Z] === RUN TestInfoDebug [2021-02-25T03:38:57.920Z] --- PASS: TestInfoDebug (0.62s) [2021-02-25T03:38:57.920Z] === RUN TestInfoInsecureRegistries [2021-02-25T03:38:57.920Z] --- PASS: TestInfoInsecureRegistries (0.63s) [2021-02-25T03:38:57.920Z] === RUN TestInfoRegistryMirrors [Pipeline] } [Pipeline] // withEnv [2021-02-25T03:38:58.183Z] --- PASS: TestInfoRegistryMirrors (0.62s) [2021-02-25T03:38:58.183Z] === RUN TestLoginFailsWithBadCredentials [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-25T03:38:58.446Z] --- PASS: TestLoginFailsWithBadCredentials (0.28s) [2021-02-25T03:38:58.446Z] === RUN TestPingCacheHeaders [2021-02-25T03:38:58.446Z] --- PASS: TestPingCacheHeaders (0.05s) [2021-02-25T03:38:58.446Z] === RUN TestPingGet [2021-02-25T03:38:58.446Z] --- PASS: TestPingGet (0.03s) [2021-02-25T03:38:58.446Z] === RUN TestPingHead [2021-02-25T03:38:58.709Z] --- PASS: TestPingHead (0.05s) [2021-02-25T03:38:58.709Z] === RUN TestVersion [2021-02-25T03:38:58.709Z] --- PASS: TestVersion (0.05s) [2021-02-25T03:38:58.709Z] PASS [2021-02-25T03:38:58.709Z] [2021-02-25T03:38:58.709Z] === Skipped [2021-02-25T03:38:58.709Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-25T03:38:58.709Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-25T03:38:58.709Z] [2021-02-25T03:38:58.709Z] [2021-02-25T03:38:58.709Z] DONE 18 tests, 1 skipped in 22.506s [2021-02-25T03:38:58.709Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2021-02-25T03:38:58.709Z] ++ 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-02-25T03:38:58.709Z] ++ set -e [2021-02-25T03:38:58.709Z] ++ '[' -n 0 ']' [2021-02-25T03:38:58.709Z] ++ set -x [2021-02-25T03:38:58.709Z] ++ env -i DEST=/go/src/github.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-02-25T03:38:58.709Z] INFO: Testing against a local daemon [2021-02-25T03:38:58.709Z] === RUN TestVolumesCreateAndList [2021-02-25T03:38:58.709Z] --- PASS: TestVolumesCreateAndList (0.04s) [2021-02-25T03:38:58.709Z] === RUN TestVolumesRemove [2021-02-25T03:38:58.972Z] --- PASS: TestVolumesRemove (0.12s) [2021-02-25T03:38:58.972Z] === RUN TestVolumesInspect [2021-02-25T03:38:58.972Z] --- PASS: TestVolumesInspect (0.03s) [2021-02-25T03:38:58.972Z] === RUN TestVolumesInvalidJSON [2021-02-25T03:38:58.972Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-02-25T03:38:58.972Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-02-25T03:38:58.972Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-02-25T03:38:58.972Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-02-25T03:38:58.972Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-02-25T03:38:58.972Z] PASS [2021-02-25T03:38:58.972Z] [2021-02-25T03:38:58.972Z] DONE 5 tests in 0.351s [2021-02-25T03:38:58.972Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-02-25T03:38:59.547Z] ++++ cat bundles/test-integration/docker.pid [2021-02-25T03:38:59.547Z] +++ kill 13873 [2021-02-25T03:38:59.923Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2021-02-25T03:38:59.924Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-02-25T03:38:59.924Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-02-25T03:38:59.924Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-02-25T03:38:59.924Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-02-25T03:39:00.494Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-02-25T03:39:00.938Z] +++ /etc/init.d/apparmor stop [2021-02-25T03:39:00.938Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-25T03:39:00.938Z] [2021-02-25T03:39:00.938Z] Unloading profiles will leave already running processes permanently [2021-02-25T03:39:00.938Z] unconfined, which can lead to unexpected situations. [2021-02-25T03:39:00.938Z] [2021-02-25T03:39:00.938Z] To set a process to complain mode, use the command line tool [2021-02-25T03:39:00.939Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-25T03:39:00.939Z] +++ true [2021-02-25T03:39:00.939Z] exiting test-integration [2021-02-25T03:39:00.939Z] ++ exit 0 [2021-02-25T03:39:00.939Z] [2021-02-25T03:39:01.436Z] === RUN TestDockerSuite/TestLogsAPIUntil Post stage [Pipeline] junit [2021-02-25T03:39:03.510Z] Recording test results [2021-02-25T03:39:03.870Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-02-25T03:39:04.227Z] + echo Ensuring container killed. [2021-02-25T03:39:04.227Z] Ensuring container killed. [2021-02-25T03:39:04.227Z] + docker rm -vf docker-pr8 [2021-02-25T03:39:04.227Z] Error: No such container: docker-pr8 [Pipeline] sh [2021-02-25T03:39:04.522Z] + echo Chowning /workspace to jenkins user [2021-02-25T03:39:04.522Z] Chowning /workspace to jenkins user [2021-02-25T03:39:04.522Z] + id -u [2021-02-25T03:39:04.522Z] + id -g [2021-02-25T03:39:04.522Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42056:/workspace busybox chown -R 1000:1000 /workspace [2021-02-25T03:39:04.522Z] Unable to find image 'busybox:latest' locally [2021-02-25T03:39:04.784Z] latest: Pulling from library/busybox [2021-02-25T03:39:04.784Z] bfdf7b082edb: Pulling fs layer [2021-02-25T03:39:05.047Z] bfdf7b082edb: Verifying Checksum [2021-02-25T03:39:05.047Z] bfdf7b082edb: Download complete [2021-02-25T03:39:05.310Z] bfdf7b082edb: Pull complete [2021-02-25T03:39:05.310Z] Digest: sha256:c6b45a95f932202dbb27c31333c4789f45184a744060f6e569cc9d2bf1b9ad6f [2021-02-25T03:39:05.310Z] Status: Downloaded newer image for busybox:latest [2021-02-25T03:39:05.636Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-02-25T03:39:05.636Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-02-25T03:39:09.833Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-02-25T03:39:10.404Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-02-25T03:39:10.404Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-02-25T03:39:10.926Z] + bundleName=arm64-integration [2021-02-25T03:39:10.926Z] + echo Creating arm64-integration-bundles.tar.gz [2021-02-25T03:39:10.926Z] Creating arm64-integration-bundles.tar.gz [2021-02-25T03:39:10.926Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-02-25T03:39:10.926Z] + xargs tar -czf arm64-integration-bundles.tar.gz [2021-02-25T03:39:10.976Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [Pipeline] archiveArtifacts [2021-02-25T03:39:11.205Z] Archiving artifacts [2021-02-25T03:39:11.917Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-02-25T03:39:12.859Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-02-25T03:39:13.313Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42056/8/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-02-25T03:39:13.428Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-02-25T03:39:13.664Z] + make clean [2021-02-25T03:39:14.368Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-02-25T03:39:14.612Z] docker volume rm -f docker-dev-cache [2021-02-25T03:39:14.612Z] docker-dev-cache [Pipeline] deleteDir [2021-02-25T03:39:15.583Z] 2021/02/25 03:39:10 Finished clone google.golang.org/api [2021-02-25T03:39:15.583Z] 2021/02/25 03:39:10 Dependencies downloaded. Download time: 4m7.801716786s [2021-02-25T03:39:15.583Z] 2021/02/25 03:39:10 Collecting all dependencies [2021-02-25T03:39:16.295Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-02-25T03:39:16.865Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-02-25T03:39:17.125Z] === RUN TestDockerSuite/TestLogsSince [2021-02-25T03:39:22.154Z] 2021/02/25 03:39:21 Clean vendor dir from unused packages [2021-02-25T03:39:22.154Z] 2021/02/25 03:39:21 Ignoring paths matching "^archive/tar" [2021-02-25T03:39:22.154Z] 2021/02/25 03:39:22 Success [2021-02-25T03:39:22.154Z] 2021/02/25 03:39:22 Running time: 4m22.939792187s [2021-02-25T03:39:22.413Z] Congratulations! All vendoring changes are done the right way. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-25T03:39:23.299Z] + echo Ensuring container killed. [2021-02-25T03:39:23.299Z] Ensuring container killed. [2021-02-25T03:39:23.299Z] + docker rm -vf docker-pr8 [2021-02-25T03:39:23.299Z] Error: No such container: docker-pr8 [Pipeline] sh [2021-02-25T03:39:23.586Z] + echo Chowning /workspace to jenkins user [2021-02-25T03:39:23.586Z] Chowning /workspace to jenkins user [2021-02-25T03:39:23.586Z] + id -u [2021-02-25T03:39:23.586Z] + id -g [2021-02-25T03:39:23.586Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42056:/workspace busybox chown -R 1000:1000 /workspace [2021-02-25T03:39:23.698Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-02-25T03:39:24.847Z] + bundleName=unit [2021-02-25T03:39:24.847Z] + echo Creating unit-bundles.tar.gz [2021-02-25T03:39:24.847Z] Creating unit-bundles.tar.gz [2021-02-25T03:39:24.847Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2021-02-25T03:39:24.847Z] bundles/junit-report.xml [2021-02-25T03:39:24.847Z] bundles/go-test-report.json [2021-02-25T03:39:24.847Z] bundles/profile.out [Pipeline] archiveArtifacts [2021-02-25T03:39:24.863Z] Archiving artifacts [2021-02-25T03:39:25.079Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2021-02-25T03:39:25.271Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42056/8/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-02-25T03:39:25.599Z] + make clean [2021-02-25T03:39:25.599Z] docker volume rm -f docker-dev-cache [2021-02-25T03:39:25.860Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-25T03:39:27.619Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2021-02-25T03:39:29.531Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-02-25T03:39:29.792Z] === RUN TestDockerSuite/TestLogsTail [2021-02-25T03:39:30.734Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-02-25T03:39:31.306Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-02-25T03:39:31.876Z] === RUN TestDockerSuite/TestMountIntoProc [2021-02-25T03:39:32.136Z] === RUN TestDockerSuite/TestMountIntoSys [2021-02-25T03:39:32.707Z] === RUN TestDockerSuite/TestNetHostname [2021-02-25T03:39:34.087Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-02-25T03:39:34.348Z] === RUN TestDockerSuite/TestNetworkEvents [2021-02-25T03:39:40.923Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-02-25T03:39:41.184Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-02-25T03:39:41.754Z] === RUN TestDockerSuite/TestPluginActive [2021-02-25T03:39:43.155Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-02-25T03:39:48.442Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-02-25T03:39:48.442Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-02-25T03:39:48.442Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-02-25T03:39:49.381Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2021-02-25T03:39:50.764Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-02-25T03:39:52.676Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-02-25T03:39:55.216Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-02-25T03:39:59.422Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-02-25T03:40:00.362Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-02-25T03:40:01.306Z] === RUN TestDockerSuite/TestPortHostBinding [2021-02-25T03:40:02.248Z] === RUN TestDockerSuite/TestPortList [2021-02-25T03:40:10.379Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-02-25T03:40:10.379Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-02-25T03:40:16.975Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-02-25T03:40:16.975Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-02-25T03:40:16.975Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-02-25T03:40:16.975Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-02-25T03:40:16.975Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-02-25T03:40:16.975Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2021-02-25T03:40:17.234Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-02-25T03:40:17.234Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-02-25T03:40:17.633Z] --- PASS: TestImportExtremelyLargeImageWorks (193.39s) [2021-02-25T03:40:17.633Z] PASS [2021-02-25T03:40:17.633Z] [2021-02-25T03:40:17.633Z] === Skipped [2021-02-25T03:40:17.633Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-02-25T03:40:17.633Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-25T03:40:17.633Z] [2021-02-25T03:40:17.633Z] [2021-02-25T03:40:17.633Z] DONE 12 tests, 1 skipped in 194.404s [2021-02-25T03:40:17.633Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2021-02-25T03:40:17.633Z] ++ 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-02-25T03:40:17.633Z] ++ set -e [2021-02-25T03:40:17.633Z] ++ '[' -n 0 ']' [2021-02-25T03:40:17.633Z] ++ set -x [2021-02-25T03:40:17.633Z] ++ env -i DEST=/go/src/github.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-02-25T03:40:17.633Z] INFO: Testing against a local daemon [2021-02-25T03:40:17.633Z] === RUN TestNetworkCreateDelete [2021-02-25T03:40:17.633Z] --- PASS: TestNetworkCreateDelete (0.18s) [2021-02-25T03:40:17.633Z] === RUN TestDockerNetworkDeletePreferID [2021-02-25T03:40:17.633Z] --- PASS: TestDockerNetworkDeletePreferID (0.46s) [2021-02-25T03:40:17.633Z] === RUN TestDaemonDNSFallback [2021-02-25T03:40:17.633Z] --- PASS: TestDaemonDNSFallback (1.50s) [2021-02-25T03:40:17.633Z] === RUN TestInspectNetwork [2021-02-25T03:40:17.633Z] === RUN TestInspectNetwork/full_network_id [2021-02-25T03:40:17.633Z] === RUN TestInspectNetwork/partial_network_id [2021-02-25T03:40:17.633Z] === RUN TestInspectNetwork/network_name [2021-02-25T03:40:17.633Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-02-25T03:40:17.633Z] --- PASS: TestInspectNetwork (7.12s) [2021-02-25T03:40:17.633Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-02-25T03:40:17.633Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-02-25T03:40:17.633Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-02-25T03:40:17.633Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-02-25T03:40:17.633Z] === RUN TestRunContainerWithBridgeNone [2021-02-25T03:40:17.804Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-02-25T03:40:17.804Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-02-25T03:40:19.186Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-02-25T03:40:19.186Z] === RUN TestDockerSuite/TestPruneContainerLabel [2021-02-25T03:40:19.729Z] --- PASS: TestRunContainerWithBridgeNone (1.86s) [2021-02-25T03:40:19.729Z] === RUN TestNetworkInvalidJSON [2021-02-25T03:40:19.729Z] === RUN TestNetworkInvalidJSON//networks/create [2021-02-25T03:40:19.729Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-02-25T03:40:19.729Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-02-25T03:40:19.729Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-02-25T03:40:19.729Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-25T03:40:19.729Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-25T03:40:19.729Z] === CONT TestNetworkInvalidJSON//networks/create [2021-02-25T03:40:19.729Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-02-25T03:40:19.729Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-25T03:40:19.729Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-02-25T03:40:19.729Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-02-25T03:40:19.729Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-02-25T03:40:19.729Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-02-25T03:40:19.729Z] === RUN TestNetworkList [2021-02-25T03:40:19.729Z] === RUN TestNetworkList//networks [2021-02-25T03:40:19.729Z] === PAUSE TestNetworkList//networks [2021-02-25T03:40:19.729Z] === RUN TestNetworkList//networks/ [2021-02-25T03:40:19.729Z] === PAUSE TestNetworkList//networks/ [2021-02-25T03:40:19.729Z] === CONT TestNetworkList//networks [2021-02-25T03:40:19.729Z] === CONT TestNetworkList//networks/ [2021-02-25T03:40:19.729Z] --- PASS: TestNetworkList (0.02s) [2021-02-25T03:40:19.729Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-02-25T03:40:19.729Z] --- PASS: TestNetworkList//networks (0.00s) [2021-02-25T03:40:19.729Z] === RUN TestHostIPv4BridgeLabel [2021-02-25T03:40:20.029Z] --- PASS: TestHostIPv4BridgeLabel (0.58s) [2021-02-25T03:40:20.029Z] === RUN TestDaemonRestartWithLiveRestore [2021-02-25T03:40:21.075Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2021-02-25T03:40:21.075Z] === RUN TestDaemonDefaultNetworkPools [2021-02-25T03:40:21.095Z] === RUN TestDockerSuite/TestPruneContainerUntil [2021-02-25T03:40:22.126Z] --- PASS: TestDaemonDefaultNetworkPools (0.75s) [2021-02-25T03:40:22.126Z] === RUN TestDaemonRestartWithExistingNetwork [2021-02-25T03:40:22.480Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2021-02-25T03:40:23.176Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2021-02-25T03:40:23.176Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-02-25T03:40:23.425Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2021-02-25T03:40:23.425Z] === RUN TestDockerSuite/TestPsByOrder [2021-02-25T03:40:24.703Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.28s) [2021-02-25T03:40:24.703Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-02-25T03:40:24.997Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2021-02-25T03:40:24.997Z] === RUN TestServiceWithPredefinedNetwork [2021-02-25T03:40:26.722Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-02-25T03:40:27.088Z] --- PASS: TestServiceWithPredefinedNetwork (2.08s) [2021-02-25T03:40:27.088Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-02-25T03:40:27.088Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-25T03:40:27.088Z] service_test.go:242: FLAKY_TEST [2021-02-25T03:40:27.088Z] === RUN TestServiceWithDataPathPortInit [2021-02-25T03:40:27.663Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-02-25T03:40:29.575Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-02-25T03:40:32.871Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-02-25T03:40:32.871Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-02-25T03:40:35.417Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-02-25T03:40:42.002Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-02-25T03:40:42.489Z] --- PASS: TestServiceWithDataPathPortInit (13.77s) [2021-02-25T03:40:42.489Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-02-25T03:40:42.960Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-02-25T03:40:43.900Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2021-02-25T03:40:44.470Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-02-25T03:40:45.410Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-02-25T03:40:46.795Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-02-25T03:40:48.143Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.86s) [2021-02-25T03:40:48.143Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:rwwin6bdq4mfjwnbiij58s9sa Created:2021-02-25 03:40:41.833385043 +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[703ba7755c43453c2464f3b266ab56bb2116761ea099c00d78b171fe83b3638f:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.jq5lkjt90do2hfdyrvq2kjko8 EndpointID:bc1bd7224a3ef2064468aee4c62a35e59459e1c802ebae565ef3e385d132bd7e MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:fad8ead553416753e86ace7af853185d54e4bf0457698c00d0d6efaf5e3036a0 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:3ab7ffd6fe1e IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.jq5lkjt90do2hfdyrvq2kjko8 EndpointID:bc1bd7224a3ef2064468aee4c62a35e59459e1c802ebae565ef3e385d132bd7e EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-02-25T03:40:48.143Z] PASS [2021-02-25T03:40:48.143Z] [2021-02-25T03:40:48.143Z] === Skipped [2021-02-25T03:40:48.143Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-25T03:40:48.143Z] service_test.go:242: FLAKY_TEST [2021-02-25T03:40:48.143Z] [2021-02-25T03:40:48.143Z] [2021-02-25T03:40:48.143Z] DONE 26 tests, 1 skipped in 39.323s [2021-02-25T03:40:48.143Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-02-25T03:40:48.143Z] ++ 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-02-25T03:40:48.143Z] ++ set -e [2021-02-25T03:40:48.143Z] ++ '[' -n 0 ']' [2021-02-25T03:40:48.143Z] ++ set -x [2021-02-25T03:40:48.143Z] ++ env -i DEST=/go/src/github.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-02-25T03:40:48.143Z] INFO: Testing against a local daemon [2021-02-25T03:40:48.143Z] === RUN TestDockerNetworkIpvlanPersistance [2021-02-25T03:40:48.143Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-02-25T03:40:48.143Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-25T03:40:48.143Z] === RUN TestDockerNetworkIpvlan [2021-02-25T03:40:48.143Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-02-25T03:40:48.143Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-25T03:40:48.143Z] PASS [2021-02-25T03:40:48.143Z] [2021-02-25T03:40:48.143Z] === Skipped [2021-02-25T03:40:48.143Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-02-25T03:40:48.143Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-25T03:40:48.143Z] [2021-02-25T03:40:48.143Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-02-25T03:40:48.143Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-25T03:40:48.143Z] [2021-02-25T03:40:48.143Z] [2021-02-25T03:40:48.143Z] DONE 2 tests, 2 skipped in 0.073s [2021-02-25T03:40:48.143Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-02-25T03:40:48.143Z] ++ 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-02-25T03:40:48.143Z] ++ set -e [2021-02-25T03:40:48.143Z] ++ '[' -n 0 ']' [2021-02-25T03:40:48.143Z] ++ set -x [2021-02-25T03:40:48.143Z] ++ env -i DEST=/go/src/github.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-02-25T03:40:48.143Z] INFO: Testing against a local daemon [2021-02-25T03:40:48.143Z] === RUN TestDockerNetworkMacvlanPersistance [2021-02-25T03:40:49.208Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.38s) [2021-02-25T03:40:49.208Z] === RUN TestDockerNetworkMacvlan [2021-02-25T03:40:49.338Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-02-25T03:40:50.259Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-02-25T03:40:50.721Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-02-25T03:40:50.904Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-02-25T03:40:51.665Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-02-25T03:40:51.926Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-02-25T03:40:51.953Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-02-25T03:40:52.498Z] === RUN TestDockerSuite/TestPsRightTagName [2021-02-25T03:40:53.882Z] === RUN TestDockerSuite/TestPsShowMounts [2021-02-25T03:40:54.050Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-02-25T03:40:55.796Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-02-25T03:40:56.056Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-02-25T03:40:56.056Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-02-25T03:40:56.056Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-02-25T03:40:56.132Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-02-25T03:40:56.317Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-02-25T03:40:56.317Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-02-25T03:40:56.890Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-02-25T03:40:58.274Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-02-25T03:40:58.844Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-02-25T03:40:59.416Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-02-25T03:40:59.685Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-02-25T03:41:00.329Z] --- PASS: TestDockerNetworkMacvlan (11.15s) [2021-02-25T03:41:00.329Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2021-02-25T03:41:00.329Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2021-02-25T03:41:00.329Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.85s) [2021-02-25T03:41:00.329Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.92s) [2021-02-25T03:41:00.329Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.32s) [2021-02-25T03:41:00.329Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.65s) [2021-02-25T03:41:00.329Z] PASS [2021-02-25T03:41:00.329Z] [2021-02-25T03:41:00.329Z] DONE 8 tests in 12.611s [2021-02-25T03:41:00.329Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2021-02-25T03:41:00.329Z] ++ 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-02-25T03:41:00.329Z] ++ set -e [2021-02-25T03:41:00.329Z] ++ '[' -n 0 ']' [2021-02-25T03:41:00.329Z] ++ set -x [2021-02-25T03:41:00.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=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-02-25T03:41:00.329Z] testing: warning: no tests to run [2021-02-25T03:41:00.329Z] PASS [2021-02-25T03:41:00.329Z] [2021-02-25T03:41:00.329Z] DONE 0 tests in 0.013s [2021-02-25T03:41:00.329Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-02-25T03:41:00.329Z] ++ 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-02-25T03:41:00.329Z] ++ set -e [2021-02-25T03:41:00.329Z] ++ '[' -n 0 ']' [2021-02-25T03:41:00.329Z] ++ set -x [2021-02-25T03:41:00.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=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-02-25T03:41:00.627Z] INFO: Testing against a local daemon [2021-02-25T03:41:00.627Z] === RUN TestAuthZPluginAllowRequest [2021-02-25T03:41:01.674Z] --- PASS: TestAuthZPluginAllowRequest (1.32s) [2021-02-25T03:41:01.674Z] === RUN TestAuthZPluginTLS [2021-02-25T03:41:02.323Z] --- PASS: TestAuthZPluginTLS (0.56s) [2021-02-25T03:41:02.323Z] === RUN TestAuthZPluginDenyRequest [2021-02-25T03:41:02.968Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2021-02-25T03:41:02.968Z] === RUN TestAuthZPluginAPIDenyResponse [2021-02-25T03:41:03.607Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2021-02-25T03:41:03.607Z] === RUN TestAuthZPluginDenyResponse [2021-02-25T03:41:03.904Z] --- PASS: TestAuthZPluginDenyResponse (0.56s) [2021-02-25T03:41:03.904Z] === RUN TestAuthZPluginAllowEventStream [2021-02-25T03:41:05.429Z] --- PASS: TestAuthZPluginAllowEventStream (1.33s) [2021-02-25T03:41:05.429Z] === RUN TestAuthZPluginErrorResponse [2021-02-25T03:41:06.013Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-02-25T03:41:06.074Z] --- PASS: TestAuthZPluginErrorResponse (0.56s) [2021-02-25T03:41:06.075Z] === RUN TestAuthZPluginErrorRequest [2021-02-25T03:41:06.373Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2021-02-25T03:41:06.373Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-02-25T03:41:06.955Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-02-25T03:41:07.017Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2021-02-25T03:41:07.017Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-02-25T03:41:08.343Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-02-25T03:41:08.344Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-02-25T03:41:08.344Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-02-25T03:41:08.604Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-02-25T03:41:09.104Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.74s) [2021-02-25T03:41:09.104Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-02-25T03:41:10.516Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-02-25T03:41:10.628Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.68s) [2021-02-25T03:41:10.628Z] === RUN TestAuthZPluginHeader [2021-02-25T03:41:11.270Z] --- PASS: TestAuthZPluginHeader (0.84s) [2021-02-25T03:41:11.270Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-02-25T03:41:11.270Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-02-25T03:41:11.270Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-25T03:41:11.270Z] === RUN TestAuthZPluginV2Disable [2021-02-25T03:41:11.270Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2021-02-25T03:41:11.270Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-25T03:41:11.270Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-02-25T03:41:11.270Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-02-25T03:41:11.270Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-25T03:41:11.270Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-02-25T03:41:11.270Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-02-25T03:41:11.270Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-25T03:41:11.270Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-02-25T03:41:11.900Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-02-25T03:41:14.443Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-02-25T03:41:15.384Z] === RUN TestDockerSuite/TestRmiBlank [2021-02-25T03:41:15.384Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-02-25T03:41:15.384Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-02-25T03:41:17.951Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-02-25T03:41:18.522Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-02-25T03:41:18.522Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-02-25T03:41:19.905Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-02-25T03:41:20.475Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-02-25T03:41:21.415Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-02-25T03:41:21.985Z] === RUN TestDockerSuite/TestRmiTag [2021-02-25T03:41:22.246Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-02-25T03:41:22.816Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-02-25T03:41:23.387Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2021-02-25T03:41:25.933Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-02-25T03:41:26.876Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-02-25T03:41:27.447Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-02-25T03:41:28.032Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-02-25T03:41:29.420Z] === RUN TestDockerSuite/TestRunAddHost [2021-02-25T03:41:29.683Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-02-25T03:41:29.902Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.72s) [2021-02-25T03:41:29.902Z] PASS [2021-02-25T03:41:29.902Z] [2021-02-25T03:41:29.902Z] === Skipped [2021-02-25T03:41:29.902Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-02-25T03:41:29.902Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-25T03:41:29.902Z] [2021-02-25T03:41:29.902Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2021-02-25T03:41:29.902Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-25T03:41:29.902Z] [2021-02-25T03:41:29.902Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-02-25T03:41:29.902Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-25T03:41:29.902Z] [2021-02-25T03:41:29.902Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-02-25T03:41:29.902Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-25T03:41:29.902Z] [2021-02-25T03:41:29.902Z] [2021-02-25T03:41:29.902Z] DONE 17 tests, 4 skipped in 27.566s [2021-02-25T03:41:29.902Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-02-25T03:41:29.902Z] ++ 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-02-25T03:41:29.902Z] ++ set -e [2021-02-25T03:41:29.902Z] ++ '[' -n 0 ']' [2021-02-25T03:41:29.902Z] ++ set -x [2021-02-25T03:41:29.902Z] ++ env -i DEST=/go/src/github.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-02-25T03:41:29.902Z] INFO: Testing against a local daemon [2021-02-25T03:41:29.902Z] === RUN TestPluginInvalidJSON [2021-02-25T03:41:29.902Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-02-25T03:41:29.902Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-02-25T03:41:29.902Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-02-25T03:41:29.902Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-02-25T03:41:29.902Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-02-25T03:41:29.902Z] === RUN TestPluginInstall [2021-02-25T03:41:29.902Z] === RUN TestPluginInstall/no_auth [2021-02-25T03:41:29.902Z] time="2021-02-25T03:41:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-25T03:41:29.902Z] time="2021-02-25T03:41:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:68612c9f43a51a8993cd488441d010dd9479100223dfdf981fa2915d7ce4b003" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-25T03:41:29.902Z] time="2021-02-25T03:41:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-25T03:41:29.902Z] time="2021-02-25T03:41:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:68612c9f43a51a8993cd488441d010dd9479100223dfdf981fa2915d7ce4b003" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-25T03:41:29.943Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-02-25T03:41:30.198Z] === RUN TestPluginInstall/with_htpasswd [2021-02-25T03:41:30.514Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-02-25T03:41:30.514Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-02-25T03:41:30.897Z] time="2021-02-25T03:41:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-25T03:41:30.897Z] time="2021-02-25T03:41:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:68612c9f43a51a8993cd488441d010dd9479100223dfdf981fa2915d7ce4b003" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-25T03:41:30.897Z] time="2021-02-25T03:41:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-25T03:41:30.897Z] time="2021-02-25T03:41:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:68612c9f43a51a8993cd488441d010dd9479100223dfdf981fa2915d7ce4b003" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-25T03:41:30.897Z] === RUN TestPluginInstall/with_insecure [2021-02-25T03:41:31.085Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-02-25T03:41:32.027Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-02-25T03:41:32.421Z] time="2021-02-25T03:41:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-25T03:41:32.421Z] time="2021-02-25T03:41:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cb54cdd3e0f52ade4dbf30088633f4e3de14420e9066f0d2cf9846cacd94c321" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-25T03:41:32.421Z] time="2021-02-25T03:41:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-25T03:41:32.421Z] time="2021-02-25T03:41:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cb54cdd3e0f52ade4dbf30088633f4e3de14420e9066f0d2cf9846cacd94c321" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-25T03:41:32.421Z] --- PASS: TestPluginInstall (4.28s) [2021-02-25T03:41:32.421Z] --- PASS: TestPluginInstall/no_auth (2.01s) [2021-02-25T03:41:32.421Z] --- PASS: TestPluginInstall/with_htpasswd (0.92s) [2021-02-25T03:41:32.421Z] --- PASS: TestPluginInstall/with_insecure (1.35s) [2021-02-25T03:41:32.421Z] plugin_test.go:160: [d2c1889bb8be0] daemon is not started [2021-02-25T03:41:32.421Z] === RUN TestPluginsWithRuntimes [2021-02-25T03:41:32.597Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-02-25T03:41:33.168Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-02-25T03:41:33.739Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2021-02-25T03:41:34.510Z] === RUN TestPluginsWithRuntimes/No_Args [2021-02-25T03:41:35.121Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-02-25T03:41:35.152Z] === RUN TestPluginsWithRuntimes/With_Args [2021-02-25T03:41:36.063Z] === RUN TestDockerSuite/TestRunAttachDetach [2021-02-25T03:41:36.635Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2021-02-25T03:41:36.676Z] --- PASS: TestPluginsWithRuntimes (4.04s) [2021-02-25T03:41:36.676Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.07s) [2021-02-25T03:41:36.676Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.08s) [2021-02-25T03:41:36.676Z] PASS [2021-02-25T03:41:36.676Z] [2021-02-25T03:41:36.676Z] DONE 9 tests in 8.420s [2021-02-25T03:41:36.676Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-02-25T03:41:36.676Z] ++ 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-02-25T03:41:36.676Z] ++ set -e [2021-02-25T03:41:36.676Z] ++ '[' -n 0 ']' [2021-02-25T03:41:36.676Z] ++ set -x [2021-02-25T03:41:36.676Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-02-25T03:41:36.676Z] INFO: Testing against a local daemon [2021-02-25T03:41:36.676Z] === RUN TestExternalGraphDriver [2021-02-25T03:41:36.676Z] === RUN TestExternalGraphDriver/json [2021-02-25T03:41:37.576Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2021-02-25T03:41:38.147Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2021-02-25T03:41:38.717Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2021-02-25T03:41:38.766Z] === RUN TestExternalGraphDriver/spec [2021-02-25T03:41:39.288Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-02-25T03:41:40.230Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2021-02-25T03:41:40.296Z] === RUN TestExternalGraphDriver/pull [2021-02-25T03:41:41.171Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-02-25T03:41:41.431Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-02-25T03:41:42.376Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-02-25T03:41:42.383Z] --- PASS: TestExternalGraphDriver (5.49s) [2021-02-25T03:41:42.384Z] --- PASS: TestExternalGraphDriver/json (1.78s) [2021-02-25T03:41:42.384Z] --- PASS: TestExternalGraphDriver/spec (1.85s) [2021-02-25T03:41:42.384Z] --- PASS: TestExternalGraphDriver/pull (1.74s) [2021-02-25T03:41:42.384Z] === RUN TestGraphdriverPluginV2 [2021-02-25T03:41:42.384Z] --- SKIP: TestGraphdriverPluginV2 (0.07s) [2021-02-25T03:41:42.384Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-25T03:41:42.384Z] PASS [2021-02-25T03:41:42.384Z] [2021-02-25T03:41:42.384Z] === Skipped [2021-02-25T03:41:42.384Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.07s) [2021-02-25T03:41:42.384Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-25T03:41:42.384Z] [2021-02-25T03:41:42.384Z] [2021-02-25T03:41:42.384Z] DONE 5 tests, 1 skipped in 5.634s [2021-02-25T03:41:42.384Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-02-25T03:41:42.384Z] ++ 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-02-25T03:41:42.384Z] ++ set -e [2021-02-25T03:41:42.384Z] ++ '[' -n 0 ']' [2021-02-25T03:41:42.384Z] ++ set -x [2021-02-25T03:41:42.384Z] ++ env -i DEST=/go/src/github.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-02-25T03:41:42.384Z] INFO: Testing against a local daemon [2021-02-25T03:41:42.384Z] === RUN TestContinueAfterPluginCrash [2021-02-25T03:41:42.384Z] === PAUSE TestContinueAfterPluginCrash [2021-02-25T03:41:42.384Z] === RUN TestReadPluginNoRead [2021-02-25T03:41:42.384Z] === PAUSE TestReadPluginNoRead [2021-02-25T03:41:42.384Z] === RUN TestDaemonStartWithLogOpt [2021-02-25T03:41:42.384Z] === PAUSE TestDaemonStartWithLogOpt [2021-02-25T03:41:42.384Z] === CONT TestContinueAfterPluginCrash [2021-02-25T03:41:42.384Z] === CONT TestDaemonStartWithLogOpt [2021-02-25T03:41:42.384Z] === CONT TestReadPluginNoRead [2021-02-25T03:41:43.319Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-02-25T03:41:43.319Z] === RUN TestDockerSuite/TestRunBindMounts [2021-02-25T03:41:45.230Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-02-25T03:41:45.490Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-02-25T03:41:45.751Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-02-25T03:41:46.322Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-02-25T03:41:46.893Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-02-25T03:41:46.893Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-02-25T03:41:47.469Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-02-25T03:41:48.027Z] === RUN TestReadPluginNoRead/default [2021-02-25T03:41:48.027Z] --- PASS: TestDaemonStartWithLogOpt (5.31s) [2021-02-25T03:41:48.412Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-02-25T03:41:48.697Z] === RUN TestReadPluginNoRead/disabled_caching [2021-02-25T03:41:48.982Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-02-25T03:41:49.552Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2021-02-25T03:41:49.552Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-02-25T03:41:50.124Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-02-25T03:41:50.124Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-02-25T03:41:50.243Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-02-25T03:41:50.696Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-02-25T03:41:50.697Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-02-25T03:41:51.639Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-02-25T03:41:51.764Z] --- PASS: TestReadPluginNoRead (9.37s) [2021-02-25T03:41:51.764Z] --- PASS: TestReadPluginNoRead/default (1.46s) [2021-02-25T03:41:51.764Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.49s) [2021-02-25T03:41:51.764Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.46s) [2021-02-25T03:41:51.764Z] read_test.go:92: [d63b2f7da741f] daemon is not started [2021-02-25T03:41:52.581Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-02-25T03:41:52.813Z] --- PASS: TestContinueAfterPluginCrash (10.66s) [2021-02-25T03:41:52.813Z] PASS [2021-02-25T03:41:52.813Z] [2021-02-25T03:41:52.813Z] DONE 6 tests in 10.739s [2021-02-25T03:41:52.813Z] 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-02-25T03:41:52.813Z] ++ 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-02-25T03:41:52.813Z] ++ set -e [2021-02-25T03:41:52.813Z] ++ '[' -n 0 ']' [2021-02-25T03:41:52.813Z] ++ set -x [2021-02-25T03:41:52.813Z] ++ env -i DEST=/go/src/github.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-02-25T03:41:52.813Z] testing: warning: no tests to run [2021-02-25T03:41:52.813Z] PASS [2021-02-25T03:41:52.813Z] [2021-02-25T03:41:52.813Z] DONE 0 tests in 0.018s [2021-02-25T03:41:52.813Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-02-25T03:41:52.813Z] ++ 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-02-25T03:41:52.813Z] ++ set -e [2021-02-25T03:41:52.813Z] ++ '[' -n 0 ']' [2021-02-25T03:41:52.813Z] ++ set -x [2021-02-25T03:41:52.813Z] ++ env -i DEST=/go/src/github.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-02-25T03:41:52.813Z] INFO: Testing against a local daemon [2021-02-25T03:41:52.813Z] === RUN TestPluginWithDevMounts [2021-02-25T03:41:52.813Z] === PAUSE TestPluginWithDevMounts [2021-02-25T03:41:52.813Z] === CONT TestPluginWithDevMounts [2021-02-25T03:41:53.154Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-02-25T03:41:54.097Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-02-25T03:41:54.097Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-02-25T03:41:54.671Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2021-02-25T03:41:54.671Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-02-25T03:41:54.903Z] --- PASS: TestPluginWithDevMounts (1.85s) [2021-02-25T03:41:54.903Z] PASS [2021-02-25T03:41:54.903Z] [2021-02-25T03:41:54.903Z] DONE 1 tests in 1.926s [2021-02-25T03:41:54.903Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2021-02-25T03:41:54.903Z] ++ 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-02-25T03:41:54.903Z] ++ set -e [2021-02-25T03:41:54.903Z] ++ '[' -n 0 ']' [2021-02-25T03:41:54.903Z] ++ set -x [2021-02-25T03:41:54.903Z] ++ env -i DEST=/go/src/github.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-02-25T03:41:54.903Z] INFO: Testing against a local daemon [2021-02-25T03:41:54.903Z] === RUN TestSecretInspect [2021-02-25T03:41:55.611Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-02-25T03:41:56.989Z] --- PASS: TestSecretInspect (1.95s) [2021-02-25T03:41:56.989Z] === RUN TestSecretList [2021-02-25T03:41:56.993Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-02-25T03:41:56.993Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2021-02-25T03:41:57.934Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-02-25T03:41:58.505Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-02-25T03:41:59.078Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-02-25T03:41:59.081Z] --- PASS: TestSecretList (1.89s) [2021-02-25T03:41:59.081Z] === RUN TestSecretsCreateAndDelete [2021-02-25T03:42:00.018Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-02-25T03:42:00.279Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2021-02-25T03:42:00.539Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-02-25T03:42:00.614Z] --- PASS: TestSecretsCreateAndDelete (1.96s) [2021-02-25T03:42:00.614Z] === RUN TestSecretsUpdate [2021-02-25T03:42:01.109Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-02-25T03:42:02.494Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-02-25T03:42:02.701Z] --- PASS: TestSecretsUpdate (1.90s) [2021-02-25T03:42:02.701Z] === RUN TestTemplatedSecret [2021-02-25T03:42:03.438Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2021-02-25T03:42:05.461Z] --- PASS: TestTemplatedSecret (2.43s) [2021-02-25T03:42:05.461Z] === RUN TestSecretCreateResolve [2021-02-25T03:42:05.983Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-02-25T03:42:05.983Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-02-25T03:42:06.243Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2021-02-25T03:42:06.243Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-02-25T03:42:06.984Z] --- PASS: TestSecretCreateResolve (1.93s) [2021-02-25T03:42:06.984Z] PASS [2021-02-25T03:42:06.984Z] [2021-02-25T03:42:06.984Z] DONE 6 tests in 12.129s [2021-02-25T03:42:06.984Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2021-02-25T03:42:06.984Z] ++ 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-02-25T03:42:06.984Z] ++ set -e [2021-02-25T03:42:06.984Z] ++ '[' -n 0 ']' [2021-02-25T03:42:06.984Z] ++ set -x [2021-02-25T03:42:06.984Z] ++ env -i DEST=/go/src/github.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-02-25T03:42:06.984Z] INFO: Testing against a local daemon [2021-02-25T03:42:06.984Z] === RUN TestServiceCreateInit [2021-02-25T03:42:06.984Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-02-25T03:42:08.177Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-02-25T03:42:09.119Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2021-02-25T03:42:09.119Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-02-25T03:42:11.477Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-02-25T03:42:11.661Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-02-25T03:42:13.042Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2021-02-25T03:42:13.612Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-02-25T03:42:13.612Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-02-25T03:42:13.612Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-02-25T03:42:14.185Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-02-25T03:42:15.033Z] --- PASS: TestServiceCreateInit (7.51s) [2021-02-25T03:42:15.033Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.74s) [2021-02-25T03:42:15.033Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.74s) [2021-02-25T03:42:15.033Z] === RUN TestCreateServiceMultipleTimes [2021-02-25T03:42:16.099Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-02-25T03:42:17.038Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2021-02-25T03:42:17.038Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-02-25T03:42:18.947Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-02-25T03:42:19.517Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-02-25T03:42:20.900Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-02-25T03:42:21.163Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2021-02-25T03:42:21.163Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-02-25T03:42:21.423Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2021-02-25T03:42:22.806Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-02-25T03:42:22.806Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-02-25T03:42:23.067Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-02-25T03:42:23.636Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-02-25T03:42:23.896Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2021-02-25T03:42:24.466Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-02-25T03:42:24.466Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-02-25T03:42:25.035Z] === RUN TestDockerSuite/TestRunEnvironment [2021-02-25T03:42:25.295Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-02-25T03:42:25.865Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-02-25T03:42:26.435Z] === RUN TestDockerSuite/TestRunExitCode [2021-02-25T03:42:26.695Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-02-25T03:42:27.267Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-02-25T03:42:27.526Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-02-25T03:42:28.119Z] === RUN TestDockerSuite/TestRunExposePort [2021-02-25T03:42:28.119Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-02-25T03:42:28.689Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-02-25T03:42:28.948Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-02-25T03:42:29.888Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-02-25T03:42:30.147Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-02-25T03:42:30.147Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-02-25T03:42:30.488Z] --- PASS: TestCreateServiceMultipleTimes (15.55s) [2021-02-25T03:42:30.488Z] === RUN TestCreateServiceConflict [2021-02-25T03:42:32.020Z] --- PASS: TestCreateServiceConflict (1.95s) [2021-02-25T03:42:32.020Z] === RUN TestCreateServiceMaxReplicas [2021-02-25T03:42:32.689Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-02-25T03:42:32.690Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-02-25T03:42:33.261Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2021-02-25T03:42:33.831Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-02-25T03:42:34.773Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2021-02-25T03:42:34.773Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2021-02-25T03:42:34.773Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-02-25T03:42:34.773Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-02-25T03:42:34.963Z] --- PASS: TestCreateServiceMaxReplicas (2.61s) [2021-02-25T03:42:34.963Z] === RUN TestCreateWithDuplicateNetworkNames [2021-02-25T03:42:35.343Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-02-25T03:42:37.254Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-02-25T03:42:38.194Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-02-25T03:42:39.134Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-02-25T03:42:41.043Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2021-02-25T03:42:44.337Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-02-25T03:42:44.907Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-02-25T03:42:45.168Z] === RUN TestDockerSuite/TestRunModeHostname [2021-02-25T03:42:46.110Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-02-25T03:42:46.110Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-02-25T03:42:46.110Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-02-25T03:42:47.051Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-02-25T03:42:47.644Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.79s) [2021-02-25T03:42:47.644Z] === RUN TestCreateServiceSecretFileMode [2021-02-25T03:42:47.993Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-02-25T03:42:48.932Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2021-02-25T03:42:49.205Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-02-25T03:42:49.205Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-02-25T03:42:49.205Z] === RUN TestDockerSuite/TestRunModePIDHost [2021-02-25T03:42:49.736Z] --- PASS: TestCreateServiceSecretFileMode (2.22s) [2021-02-25T03:42:49.737Z] === RUN TestCreateServiceConfigFileMode [2021-02-25T03:42:50.595Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-02-25T03:42:51.828Z] --- PASS: TestCreateServiceConfigFileMode (2.25s) [2021-02-25T03:42:51.828Z] === RUN TestCreateServiceSysctls [2021-02-25T03:42:51.979Z] === RUN TestDockerSuite/TestRunMount [2021-02-25T03:42:52.549Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2021-02-25T03:42:55.381Z] --- PASS: TestCreateServiceSysctls (3.05s) [2021-02-25T03:42:55.381Z] === RUN TestCreateServiceCapabilities [2021-02-25T03:42:56.751Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-02-25T03:42:56.751Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-02-25T03:42:57.321Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-02-25T03:42:57.475Z] --- PASS: TestCreateServiceCapabilities (2.24s) [2021-02-25T03:42:57.475Z] === RUN TestInspect [2021-02-25T03:42:58.260Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-02-25T03:42:59.642Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-02-25T03:43:00.238Z] --- PASS: TestInspect (2.60s) [2021-02-25T03:43:00.238Z] === RUN TestCreateJob [2021-02-25T03:43:01.553Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-02-25T03:43:02.935Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-02-25T03:43:03.790Z] --- PASS: TestCreateJob (3.49s) [2021-02-25T03:43:03.790Z] === RUN TestReplicatedJob [2021-02-25T03:43:04.317Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-02-25T03:43:05.257Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2021-02-25T03:43:05.517Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-02-25T03:43:06.899Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-02-25T03:43:06.899Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-02-25T03:43:07.471Z] === RUN TestDockerSuite/TestRunNetHost [2021-02-25T03:43:08.283Z] --- PASS: TestReplicatedJob (4.88s) [2021-02-25T03:43:08.283Z] === RUN TestUpdateReplicatedJob [2021-02-25T03:43:08.410Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2021-02-25T03:43:08.410Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-02-25T03:43:08.981Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-02-25T03:43:09.553Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-02-25T03:43:11.469Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-02-25T03:43:11.730Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2021-02-25T03:43:11.854Z] --- PASS: TestUpdateReplicatedJob (3.10s) [2021-02-25T03:43:11.854Z] === RUN TestServiceListWithStatuses [2021-02-25T03:43:11.854Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-02-25T03:43:11.854Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-25T03:43:11.854Z] === RUN TestDockerNetworkConnectAlias [2021-02-25T03:43:13.129Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-02-25T03:43:14.511Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2021-02-25T03:43:15.406Z] --- PASS: TestDockerNetworkConnectAlias (3.95s) [2021-02-25T03:43:15.406Z] === RUN TestDockerNetworkReConnect [2021-02-25T03:43:16.423Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-02-25T03:43:17.363Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-02-25T03:43:17.363Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2021-02-25T03:43:17.936Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2021-02-25T03:43:17.936Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-02-25T03:43:17.936Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-02-25T03:43:18.508Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-02-25T03:43:18.973Z] --- PASS: TestDockerNetworkReConnect (3.14s) [2021-02-25T03:43:18.973Z] === RUN TestServicePlugin [2021-02-25T03:43:18.973Z] --- SKIP: TestServicePlugin (0.00s) [2021-02-25T03:43:18.973Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-25T03:43:18.973Z] === RUN TestServiceUpdateLabel [2021-02-25T03:43:19.077Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-02-25T03:43:19.077Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-02-25T03:43:19.646Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-02-25T03:43:20.507Z] --- PASS: TestServiceUpdateLabel (1.93s) [2021-02-25T03:43:20.507Z] === RUN TestServiceUpdateSecrets [2021-02-25T03:43:21.028Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2021-02-25T03:43:23.567Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2021-02-25T03:43:25.475Z] === RUN TestDockerSuite/TestRunOOMExitCode [2021-02-25T03:43:25.475Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-02-25T03:43:25.475Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2021-02-25T03:43:26.045Z] === RUN TestDockerSuite/TestRunPIDsLimit [2021-02-25T03:43:26.614Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-02-25T03:43:27.998Z] === RUN TestDockerSuite/TestRunPortInUse [2021-02-25T03:43:28.941Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2021-02-25T03:43:28.941Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2021-02-25T03:43:29.202Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-02-25T03:43:30.144Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-02-25T03:43:30.406Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-02-25T03:43:31.348Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-02-25T03:43:31.918Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-02-25T03:43:31.918Z] === RUN TestDockerSuite/TestRunPublishPort [2021-02-25T03:43:32.488Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-02-25T03:43:32.758Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-02-25T03:43:32.758Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-02-25T03:43:33.330Z] === RUN TestDockerSuite/TestRunRedirectStdout [2021-02-25T03:43:34.271Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-02-25T03:43:34.271Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-02-25T03:43:35.211Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2021-02-25T03:43:35.904Z] --- PASS: TestServiceUpdateSecrets (14.22s) [2021-02-25T03:43:35.904Z] === RUN TestServiceUpdateConfigs [2021-02-25T03:43:37.121Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-02-25T03:43:38.502Z] === RUN TestDockerSuite/TestRunRm [2021-02-25T03:43:38.762Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-02-25T03:43:40.670Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2021-02-25T03:43:42.581Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-02-25T03:43:42.842Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-02-25T03:43:43.413Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2021-02-25T03:43:44.796Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2021-02-25T03:43:45.056Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2021-02-25T03:43:47.598Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2021-02-25T03:43:50.140Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2021-02-25T03:43:50.401Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2021-02-25T03:43:50.971Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2021-02-25T03:43:51.292Z] --- PASS: TestServiceUpdateConfigs (14.28s) [2021-02-25T03:43:51.292Z] === RUN TestServiceUpdateNetwork [2021-02-25T03:43:51.540Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2021-02-25T03:43:51.800Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2021-02-25T03:43:52.370Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2021-02-25T03:43:52.942Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2021-02-25T03:43:53.202Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2021-02-25T03:43:53.462Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-02-25T03:43:54.033Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-02-25T03:43:54.608Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-02-25T03:43:56.517Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2021-02-25T03:43:57.089Z] === RUN TestDockerSuite/TestRunState [2021-02-25T03:43:58.471Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-02-25T03:43:59.041Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-02-25T03:43:59.301Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-02-25T03:43:59.562Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2021-02-25T03:43:59.562Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-02-25T03:43:59.822Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2021-02-25T03:44:00.082Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-02-25T03:44:00.654Z] === RUN TestDockerSuite/TestRunSysctls [2021-02-25T03:44:01.716Z] --- PASS: TestServiceUpdateNetwork (12.35s) [2021-02-25T03:44:01.716Z] === RUN TestServiceUpdatePidsLimit [2021-02-25T03:44:02.018Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-02-25T03:44:02.036Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-02-25T03:44:02.036Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-02-25T03:44:02.036Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-02-25T03:44:02.606Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2021-02-25T03:44:03.070Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-02-25T03:44:03.176Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2021-02-25T03:44:04.558Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2021-02-25T03:44:05.130Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2021-02-25T03:44:06.513Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2021-02-25T03:44:07.898Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2021-02-25T03:44:09.281Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-02-25T03:44:09.993Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-02-25T03:44:11.193Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2021-02-25T03:44:12.134Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-02-25T03:44:12.705Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-02-25T03:44:13.275Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-02-25T03:44:13.845Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-02-25T03:44:15.268Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-02-25T03:44:16.210Z] === RUN TestDockerSuite/TestRunUserByID [2021-02-25T03:44:16.470Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-02-25T03:44:16.730Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-02-25T03:44:16.730Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-02-25T03:44:17.300Z] === RUN TestDockerSuite/TestRunUserByName [2021-02-25T03:44:17.871Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-02-25T03:44:18.132Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2021-02-25T03:44:18.132Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-02-25T03:44:18.132Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-02-25T03:44:18.513Z] --- PASS: TestServiceUpdatePidsLimit (15.99s) [2021-02-25T03:44:18.513Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.74s) [2021-02-25T03:44:18.513Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.77s) [2021-02-25T03:44:18.513Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.88s) [2021-02-25T03:44:18.513Z] PASS [2021-02-25T03:44:18.513Z] [2021-02-25T03:44:18.513Z] === Skipped [2021-02-25T03:44:18.513Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s) [2021-02-25T03:44:18.513Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-25T03:44:18.513Z] [2021-02-25T03:44:18.513Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2021-02-25T03:44:18.513Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-25T03:44:18.513Z] [2021-02-25T03:44:18.513Z] [2021-02-25T03:44:18.513Z] DONE 27 tests, 2 skipped in 130.186s [2021-02-25T03:44:18.513Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2021-02-25T03:44:18.513Z] ++ 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-02-25T03:44:18.513Z] ++ set -e [2021-02-25T03:44:18.513Z] ++ '[' -n 0 ']' [2021-02-25T03:44:18.513Z] ++ set -x [2021-02-25T03:44:18.513Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-02-25T03:44:18.513Z] INFO: Testing against a local daemon [2021-02-25T03:44:18.513Z] === RUN TestSessionCreate [2021-02-25T03:44:18.513Z] --- PASS: TestSessionCreate (0.03s) [2021-02-25T03:44:18.513Z] === RUN TestSessionCreateWithBadUpgrade [2021-02-25T03:44:18.513Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s) [2021-02-25T03:44:18.513Z] PASS [2021-02-25T03:44:18.513Z] [2021-02-25T03:44:18.513Z] DONE 2 tests in 0.150s [2021-02-25T03:44:18.513Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2021-02-25T03:44:18.513Z] ++ 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-02-25T03:44:18.513Z] ++ set -e [2021-02-25T03:44:18.513Z] ++ '[' -n 0 ']' [2021-02-25T03:44:18.513Z] ++ set -x [2021-02-25T03:44:18.513Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-02-25T03:44:18.513Z] INFO: Testing against a local daemon [2021-02-25T03:44:18.513Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-02-25T03:44:18.513Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-25T03:44:18.513Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-25T03:44:18.513Z] === RUN TestEventsExecDie [2021-02-25T03:44:18.513Z] --- PASS: TestEventsExecDie (0.61s) [2021-02-25T03:44:18.513Z] === RUN TestEventsBackwardsCompatible [2021-02-25T03:44:18.513Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2021-02-25T03:44:18.513Z] === RUN TestInfoBinaryCommits [2021-02-25T03:44:18.513Z] --- PASS: TestInfoBinaryCommits (0.04s) [2021-02-25T03:44:18.513Z] === RUN TestInfoAPIVersioned [2021-02-25T03:44:18.513Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-02-25T03:44:18.513Z] === RUN TestInfoDiscoveryBackend [2021-02-25T03:44:18.513Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2021-02-25T03:44:18.513Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-02-25T03:44:18.702Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-02-25T03:44:19.559Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-02-25T03:44:19.559Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-02-25T03:44:20.199Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2021-02-25T03:44:20.199Z] === RUN TestInfoAPI [2021-02-25T03:44:20.199Z] --- PASS: TestInfoAPI (0.04s) [2021-02-25T03:44:20.199Z] === RUN TestInfoAPIWarnings [2021-02-25T03:44:21.244Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-02-25T03:44:21.813Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-02-25T03:44:22.384Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-02-25T03:44:23.323Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2021-02-25T03:44:24.264Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-02-25T03:44:25.648Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-02-25T03:44:27.029Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-02-25T03:44:28.412Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-02-25T03:44:28.982Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-02-25T03:44:28.982Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-02-25T03:44:28.982Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-02-25T03:44:28.982Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-02-25T03:44:28.982Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2021-02-25T03:44:28.982Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2021-02-25T03:44:29.552Z] === RUN TestDockerSuite/TestRunWithCPUShares [2021-02-25T03:44:30.123Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2021-02-25T03:44:31.064Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2021-02-25T03:44:31.634Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2021-02-25T03:44:32.204Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-02-25T03:44:32.204Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2021-02-25T03:44:32.464Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2021-02-25T03:44:32.464Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2021-02-25T03:44:32.725Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2021-02-25T03:44:32.725Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-02-25T03:44:32.725Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2021-02-25T03:44:32.725Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2021-02-25T03:44:32.725Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2021-02-25T03:44:32.725Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2021-02-25T03:44:32.725Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2021-02-25T03:44:32.725Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2021-02-25T03:44:33.296Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2021-02-25T03:44:33.557Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2021-02-25T03:44:34.136Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2021-02-25T03:44:34.136Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2021-02-25T03:44:34.706Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-02-25T03:44:34.706Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-02-25T03:44:35.276Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-02-25T03:44:35.276Z] === RUN TestDockerSuite/TestRunWithShmSize [2021-02-25T03:44:35.845Z] === RUN TestDockerSuite/TestRunWithSwappiness [2021-02-25T03:44:36.106Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2021-02-25T03:44:36.367Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2021-02-25T03:44:36.367Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-02-25T03:44:36.367Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-02-25T03:44:36.938Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-02-25T03:44:38.324Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2021-02-25T03:44:38.863Z] --- PASS: TestInfoAPIWarnings (16.31s) [2021-02-25T03:44:38.863Z] === RUN TestInfoDebug [2021-02-25T03:44:38.863Z] --- PASS: TestInfoDebug (0.53s) [2021-02-25T03:44:38.863Z] === RUN TestInfoInsecureRegistries [2021-02-25T03:44:38.863Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2021-02-25T03:44:38.863Z] === RUN TestInfoRegistryMirrors [2021-02-25T03:44:38.863Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2021-02-25T03:44:38.863Z] === RUN TestLoginFailsWithBadCredentials [2021-02-25T03:44:38.863Z] --- PASS: TestLoginFailsWithBadCredentials (0.32s) [2021-02-25T03:44:38.863Z] === RUN TestPingCacheHeaders [2021-02-25T03:44:38.863Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-02-25T03:44:38.863Z] === RUN TestPingGet [2021-02-25T03:44:38.863Z] --- PASS: TestPingGet (0.04s) [2021-02-25T03:44:38.863Z] === RUN TestPingHead [2021-02-25T03:44:38.863Z] --- PASS: TestPingHead (0.03s) [2021-02-25T03:44:38.863Z] === RUN TestVersion [2021-02-25T03:44:38.863Z] --- PASS: TestVersion (0.03s) [2021-02-25T03:44:38.863Z] PASS [2021-02-25T03:44:38.863Z] [2021-02-25T03:44:38.863Z] === Skipped [2021-02-25T03:44:38.863Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-25T03:44:38.863Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-25T03:44:38.863Z] [2021-02-25T03:44:38.863Z] [2021-02-25T03:44:38.863Z] DONE 18 tests, 1 skipped in 21.262s [2021-02-25T03:44:38.863Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2021-02-25T03:44:38.863Z] ++ 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-02-25T03:44:38.863Z] ++ set -e [2021-02-25T03:44:38.863Z] ++ '[' -n 0 ']' [2021-02-25T03:44:38.863Z] ++ set -x [2021-02-25T03:44:38.863Z] ++ env -i DEST=/go/src/github.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-02-25T03:44:38.863Z] INFO: Testing against a local daemon [2021-02-25T03:44:38.863Z] === RUN TestVolumesCreateAndList [2021-02-25T03:44:38.863Z] --- PASS: TestVolumesCreateAndList (0.03s) [2021-02-25T03:44:38.863Z] === RUN TestVolumesRemove [2021-02-25T03:44:38.863Z] --- PASS: TestVolumesRemove (0.06s) [2021-02-25T03:44:38.863Z] === RUN TestVolumesInspect [2021-02-25T03:44:38.863Z] --- PASS: TestVolumesInspect (0.03s) [2021-02-25T03:44:38.863Z] === RUN TestVolumesInvalidJSON [2021-02-25T03:44:38.863Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-02-25T03:44:38.863Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-02-25T03:44:38.863Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-02-25T03:44:38.863Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2021-02-25T03:44:38.863Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-02-25T03:44:38.863Z] PASS [2021-02-25T03:44:38.863Z] [2021-02-25T03:44:38.863Z] DONE 5 tests in 0.206s [2021-02-25T03:44:38.863Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-02-25T03:44:38.895Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2021-02-25T03:44:38.895Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-02-25T03:44:39.157Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-02-25T03:44:39.158Z] ++++ cat bundles/test-integration/docker.pid [2021-02-25T03:44:39.158Z] +++ kill 14095 [2021-02-25T03:44:39.417Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-02-25T03:44:40.355Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-02-25T03:44:40.615Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-02-25T03:44:40.682Z] +++ /etc/init.d/apparmor stop [2021-02-25T03:44:40.682Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-25T03:44:40.682Z] [2021-02-25T03:44:40.682Z] Unloading profiles will leave already running processes permanently [2021-02-25T03:44:40.682Z] unconfined, which can lead to unexpected situations. [2021-02-25T03:44:40.682Z] [2021-02-25T03:44:40.682Z] To set a process to complain mode, use the command line tool [2021-02-25T03:44:40.682Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-25T03:44:40.682Z] +++ true [2021-02-25T03:44:40.682Z] exiting test-integration [2021-02-25T03:44:40.682Z] ++ exit 0 [2021-02-25T03:44:40.682Z] [2021-02-25T03:44:41.999Z] === RUN TestDockerSuite/TestRunWriteToProcAsound Post stage [Pipeline] junit [2021-02-25T03:44:42.261Z] Recording test results [2021-02-25T03:44:42.571Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-02-25T03:44:42.571Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-02-25T03:44:42.571Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-02-25T03:44:42.817Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-02-25T03:44:43.141Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2021-02-25T03:44:43.269Z] + echo Ensuring container killed. [2021-02-25T03:44:43.269Z] Ensuring container killed. [2021-02-25T03:44:43.269Z] + docker rm -vf docker-pr8 [2021-02-25T03:44:43.269Z] Error: No such container: docker-pr8 [2021-02-25T03:44:43.269Z] + true [Pipeline] sh [2021-02-25T03:44:43.680Z] + echo Chowning /workspace to jenkins user [2021-02-25T03:44:43.680Z] Chowning /workspace to jenkins user [2021-02-25T03:44:43.680Z] + id -u [2021-02-25T03:44:43.680Z] + id -g [2021-02-25T03:44:43.680Z] + docker run --rm -v /home/docker/workspace/moby_PR-42056:/workspace busybox chown -R 1001:1001 /workspace [2021-02-25T03:44:43.680Z] Unable to find image 'busybox:latest' locally [2021-02-25T03:44:43.976Z] latest: Pulling from library/busybox [2021-02-25T03:44:43.976Z] f2fa8cbaa451: Pulling fs layer [2021-02-25T03:44:44.082Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2021-02-25T03:44:44.272Z] f2fa8cbaa451: Verifying Checksum [2021-02-25T03:44:44.272Z] f2fa8cbaa451: Download complete [2021-02-25T03:44:44.569Z] f2fa8cbaa451: Pull complete [2021-02-25T03:44:44.569Z] Digest: sha256:c6b45a95f932202dbb27c31333c4789f45184a744060f6e569cc9d2bf1b9ad6f [2021-02-25T03:44:44.569Z] Status: Downloaded newer image for busybox:latest [2021-02-25T03:44:44.658Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-02-25T03:44:44.918Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-02-25T03:44:45.859Z] === RUN TestDockerSuite/TestSaveImageId [2021-02-25T03:44:46.120Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-02-25T03:44:46.381Z] === RUN TestDockerSuite/TestSaveLoadParents [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-02-25T03:44:47.070Z] + bundleName=ppc64le-integration [2021-02-25T03:44:47.070Z] + echo Creating ppc64le-integration-bundles.tar.gz [2021-02-25T03:44:47.070Z] Creating ppc64le-integration-bundles.tar.gz [2021-02-25T03:44:47.070Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-02-25T03:44:47.070Z] + xargs tar -czf ppc64le-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2021-02-25T03:44:47.117Z] Archiving artifacts [2021-02-25T03:44:47.535Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42056/8/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-02-25T03:44:47.764Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-02-25T03:44:47.764Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-02-25T03:44:47.947Z] + make clean [2021-02-25T03:44:48.243Z] make: command: Command not found [2021-02-25T03:44:48.243Z] make: command: Command not found [2021-02-25T03:44:48.243Z] docker volume rm -f docker-dev-cache [2021-02-25T03:44:48.243Z] docker-dev-cache [Pipeline] deleteDir [2021-02-25T03:44:49.149Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-02-25T03:44:49.149Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-02-25T03:44:49.149Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-02-25T03:44:49.149Z] === RUN TestDockerSwarmSuite/TestServiceScale [2021-02-25T03:44:50.534Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-02-25T03:44:51.918Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-02-25T03:44:52.178Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-25T03:44:52.438Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-02-25T03:44:52.438Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-02-25T03:44:52.438Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-02-25T03:44:52.438Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-02-25T03:44:53.008Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-02-25T03:44:54.928Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-02-25T03:45:00.208Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-02-25T03:45:02.119Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-02-25T03:45:02.689Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-02-25T03:45:03.629Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-02-25T03:45:06.168Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-02-25T03:45:08.079Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-02-25T03:45:08.650Z] === RUN TestDockerSuite/TestStartRecordError [2021-02-25T03:45:10.036Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-02-25T03:45:10.036Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2021-02-25T03:45:11.950Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-02-25T03:45:12.521Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2021-02-25T03:45:13.462Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-02-25T03:45:14.844Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2021-02-25T03:45:16.754Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-02-25T03:45:20.978Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-02-25T03:45:24.271Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-02-25T03:45:24.283Z] --- PASS: TestBuildWCOWSandboxSize (849.84s) [2021-02-25T03:45:24.283Z] === RUN TestBuildWithEmptyDockerfile [2021-02-25T03:45:24.283Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-25T03:45:24.283Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-25T03:45:24.283Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-25T03:45:24.283Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-25T03:45:24.283Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-25T03:45:24.283Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-25T03:45:24.283Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-25T03:45:24.283Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-25T03:45:24.283Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-25T03:45:24.283Z] --- PASS: TestBuildWithEmptyDockerfile (0.62s) [2021-02-25T03:45:24.283Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2021-02-25T03:45:24.283Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2021-02-25T03:45:24.283Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2021-02-25T03:45:24.283Z] === RUN TestBuildPreserveOwnership [2021-02-25T03:45:24.283Z] --- SKIP: TestBuildPreserveOwnership (0.01s) [2021-02-25T03:45:24.283Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-25T03:45:24.283Z] === RUN TestBuildPlatformInvalid [2021-02-25T03:45:24.283Z] --- PASS: TestBuildPlatformInvalid (0.60s) [2021-02-25T03:45:24.283Z] PASS [2021-02-25T03:45:24.283Z] ok github.com/docker/docker/integration/build 1059.010s [2021-02-25T03:45:24.283Z] [2021-02-25T03:45:24.283Z] === Skipped [2021-02-25T03:45:24.283Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-02-25T03:45:24.283Z] build_session_test.go:25: TODO: BuildKit [2021-02-25T03:45:24.283Z] [2021-02-25T03:45:24.283Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-02-25T03:45:24.283Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:45:24.283Z] [2021-02-25T03:45:24.283Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2021-02-25T03:45:24.283Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-25T03:45:24.283Z] [2021-02-25T03:45:24.283Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2021-02-25T03:45:24.283Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-25T03:45:24.283Z] [2021-02-25T03:45:24.283Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.01s) [2021-02-25T03:45:24.283Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-25T03:45:24.283Z] [2021-02-25T03:45:24.283Z] [2021-02-25T03:45:24.283Z] DONE 29 tests, 5 skipped in 1081.270s [2021-02-25T03:45:24.283Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-02-25T03:45:24.283Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-25T03:45:24.283Z] INFO: Testing against a local daemon [2021-02-25T03:45:24.283Z] === RUN TestConfigInspect [2021-02-25T03:45:24.283Z] --- SKIP: TestConfigInspect (0.00s) [2021-02-25T03:45:24.283Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:45:24.283Z] === RUN TestConfigList [2021-02-25T03:45:24.283Z] --- SKIP: TestConfigList (0.00s) [2021-02-25T03:45:24.283Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:45:24.283Z] === RUN TestConfigsCreateAndDelete [2021-02-25T03:45:24.283Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-02-25T03:45:24.283Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:45:24.283Z] === RUN TestConfigsUpdate [2021-02-25T03:45:24.283Z] --- SKIP: TestConfigsUpdate (0.01s) [2021-02-25T03:45:24.283Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:45:24.283Z] === RUN TestTemplatedConfig [2021-02-25T03:45:24.283Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-02-25T03:45:24.283Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:45:24.283Z] === RUN TestConfigCreateResolve [2021-02-25T03:45:24.283Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-02-25T03:45:24.283Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-02-25T03:45:24.283Z] === RUN TestConfigDaemonLibtrustID [2021-02-25T03:45:24.283Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-02-25T03:45:24.283Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-02-25T03:45:24.283Z] PASS [2021-02-25T03:45:24.283Z] ok github.com/docker/docker/integration/config 0.140s [2021-02-25T03:45:24.283Z] [2021-02-25T03:45:24.283Z] === Skipped [2021-02-25T03:45:24.283Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-02-25T03:45:24.283Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:45:24.283Z] [2021-02-25T03:45:24.283Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-02-25T03:45:24.283Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:45:24.283Z] [2021-02-25T03:45:24.283Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-02-25T03:45:24.283Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:45:24.283Z] [2021-02-25T03:45:24.283Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.01s) [2021-02-25T03:45:24.283Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:45:24.283Z] [2021-02-25T03:45:24.283Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-02-25T03:45:24.283Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:45:24.283Z] [2021-02-25T03:45:24.283Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-02-25T03:45:24.283Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-02-25T03:45:24.283Z] [2021-02-25T03:45:24.283Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2021-02-25T03:45:24.283Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-02-25T03:45:24.283Z] [2021-02-25T03:45:24.283Z] [2021-02-25T03:45:24.283Z] DONE 7 tests, 7 skipped in 3.009s [2021-02-25T03:45:24.283Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-02-25T03:45:24.283Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-25T03:45:24.283Z] INFO: Testing against a local daemon [2021-02-25T03:45:24.283Z] === RUN TestCheckpoint [2021-02-25T03:45:24.283Z] --- SKIP: TestCheckpoint (0.00s) [2021-02-25T03:45:24.283Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-25T03:45:24.283Z] === RUN TestContainerInvalidJSON [2021-02-25T03:45:24.283Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-02-25T03:45:24.283Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-02-25T03:45:24.283Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-02-25T03:45:24.283Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-02-25T03:45:24.283Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-02-25T03:45:24.283Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-02-25T03:45:24.283Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-02-25T03:45:24.283Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-02-25T03:45:24.283Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-02-25T03:45:24.283Z] --- PASS: TestContainerInvalidJSON (0.58s) [2021-02-25T03:45:24.283Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2021-02-25T03:45:24.283Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-02-25T03:45:24.283Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2021-02-25T03:45:24.283Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-02-25T03:45:24.283Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.25s) [2021-02-25T03:45:24.283Z] === RUN TestCopyFromContainerPathIsNotDir [2021-02-25T03:45:24.283Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.03s) [2021-02-25T03:45:24.283Z] copy_test.go:38: testEnv.OSType == "windows" [2021-02-25T03:45:24.283Z] === RUN TestCopyToContainerPathDoesNotExist [2021-02-25T03:45:24.283Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.20s) [2021-02-25T03:45:24.283Z] === RUN TestCopyToContainerPathIsNotDir [2021-02-25T03:45:24.283Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.03s) [2021-02-25T03:45:24.283Z] copy_test.go:63: testEnv.OSType == "windows" [2021-02-25T03:45:24.283Z] === RUN TestCopyFromContainer [2021-02-25T03:45:24.283Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-02-25T03:45:24.283Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:45:24.283Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-02-25T03:45:24.283Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-25T03:45:24.283Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-25T03:45:24.283Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-25T03:45:24.283Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-25T03:45:24.283Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-25T03:45:24.283Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-25T03:45:24.283Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-25T03:45:24.283Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-25T03:45:24.283Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-25T03:45:24.283Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2021-02-25T03:45:24.283Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2021-02-25T03:45:24.283Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2021-02-25T03:45:24.283Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2021-02-25T03:45:24.283Z] === RUN TestCreateLinkToNonExistingContainer [2021-02-25T03:45:24.283Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-02-25T03:45:24.283Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-02-25T03:45:24.283Z] === RUN TestCreateWithInvalidEnv [2021-02-25T03:45:24.283Z] === RUN TestCreateWithInvalidEnv/0 [2021-02-25T03:45:24.283Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-02-25T03:45:24.283Z] === RUN TestCreateWithInvalidEnv/1 [2021-02-25T03:45:24.283Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-02-25T03:45:24.283Z] === RUN TestCreateWithInvalidEnv/2 [2021-02-25T03:45:24.283Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-02-25T03:45:24.283Z] === CONT TestCreateWithInvalidEnv/0 [2021-02-25T03:45:24.283Z] === CONT TestCreateWithInvalidEnv/2 [2021-02-25T03:45:24.283Z] === CONT TestCreateWithInvalidEnv/1 [2021-02-25T03:45:24.283Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2021-02-25T03:45:24.283Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-02-25T03:45:24.283Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2021-02-25T03:45:24.283Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2021-02-25T03:45:24.283Z] === RUN TestCreateTmpfsMountsTarget [2021-02-25T03:45:24.283Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-02-25T03:45:24.283Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:45:24.283Z] === RUN TestCreateWithCustomMaskedPaths [2021-02-25T03:45:24.283Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-02-25T03:45:24.283Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-02-25T03:45:24.283Z] === RUN TestCreateWithCustomReadonlyPaths [2021-02-25T03:45:24.283Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-02-25T03:45:24.283Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-02-25T03:45:24.283Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-02-25T03:45:24.283Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-25T03:45:24.283Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-25T03:45:24.283Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-25T03:45:24.283Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-25T03:45:24.283Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-25T03:45:24.283Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-25T03:45:24.283Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-25T03:45:24.283Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-25T03:45:24.283Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-25T03:45:24.283Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-25T03:45:24.283Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-25T03:45:24.283Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-25T03:45:24.283Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-25T03:45:24.283Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-25T03:45:24.283Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-25T03:45:24.283Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2021-02-25T03:45:24.283Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-02-25T03:45:24.283Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-02-25T03:45:24.283Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-02-25T03:45:24.283Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-02-25T03:45:24.283Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2021-02-25T03:45:24.283Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-02-25T03:45:24.283Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-02-25T03:45:24.283Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-02-25T03:45:24.283Z] === RUN TestCreateDifferentPlatform [2021-02-25T03:45:24.283Z] === RUN TestCreateDifferentPlatform/different_os [2021-02-25T03:45:24.283Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-02-25T03:45:24.283Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2021-02-25T03:45:24.283Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-02-25T03:45:24.283Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-02-25T03:45:24.283Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-02-25T03:45:24.283Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.08s) [2021-02-25T03:45:24.283Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-02-25T03:45:24.283Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-02-25T03:45:24.283Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-02-25T03:45:24.283Z] === RUN TestContainerKillOnDaemonStart [2021-02-25T03:45:24.283Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-02-25T03:45:24.283Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:45:24.283Z] === RUN TestDiff [2021-02-25T03:45:24.283Z] --- SKIP: TestDiff (0.00s) [2021-02-25T03:45:24.284Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-02-25T03:45:24.284Z] === RUN TestExecWithCloseStdin [2021-02-25T03:45:27.263Z] --- PASS: TestExecWithCloseStdin (3.21s) [2021-02-25T03:45:27.263Z] === RUN TestExec [2021-02-25T03:45:28.467Z] === RUN TestDockerSuite/TestStatsNoStream [2021-02-25T03:45:28.818Z] --- PASS: TestExec (1.98s) [2021-02-25T03:45:28.818Z] === RUN TestExecUser [2021-02-25T03:45:28.818Z] --- SKIP: TestExecUser (0.00s) [2021-02-25T03:45:28.818Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-02-25T03:45:28.818Z] === RUN TestExportContainerAndImportImage [2021-02-25T03:45:28.818Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-02-25T03:45:28.818Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:45:28.818Z] === RUN TestExportContainerAfterDaemonRestart [2021-02-25T03:45:28.818Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-02-25T03:45:28.818Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:45:28.818Z] === RUN TestHealthCheckWorkdir [2021-02-25T03:45:28.818Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-02-25T03:45:28.818Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-02-25T03:45:28.818Z] === RUN TestHealthKillContainer [2021-02-25T03:45:28.818Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-02-25T03:45:28.818Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-02-25T03:45:28.818Z] === RUN TestInspectCpusetInConfigPre120 [2021-02-25T03:45:28.818Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-02-25T03:45:28.818Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-02-25T03:45:28.818Z] === RUN TestKillContainerInvalidSignal [2021-02-25T03:45:30.371Z] --- PASS: TestKillContainerInvalidSignal (1.74s) [2021-02-25T03:45:30.371Z] === RUN TestKillContainer [2021-02-25T03:45:30.371Z] === RUN TestKillContainer/no_signal [2021-02-25T03:45:31.006Z] === RUN TestDockerSuite/TestStopContainerSignal [2021-02-25T03:45:32.389Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-02-25T03:45:32.573Z] === RUN TestKillContainer/non_killing_signal [2021-02-25T03:45:32.573Z] === RUN TestKillContainer/killing_signal [2021-02-25T03:45:32.649Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-02-25T03:45:33.220Z] === RUN TestDockerSuite/TestTopPrivileged [2021-02-25T03:45:33.790Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-02-25T03:45:33.790Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-02-25T03:45:34.050Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2021-02-25T03:45:34.311Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-02-25T03:45:37.608Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-02-25T03:45:39.697Z] --- PASS: TestKillContainer (8.66s) [2021-02-25T03:45:39.697Z] --- PASS: TestKillContainer/no_signal (1.77s) [2021-02-25T03:45:39.697Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-02-25T03:45:39.697Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-02-25T03:45:39.697Z] --- PASS: TestKillContainer/killing_signal (6.84s) [2021-02-25T03:45:39.697Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-02-25T03:45:39.697Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-02-25T03:45:39.697Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-02-25T03:45:39.697Z] === RUN TestKillStoppedContainer [2021-02-25T03:45:39.697Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-02-25T03:45:39.697Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-02-25T03:45:39.697Z] === RUN TestKillStoppedContainerAPIPre120 [2021-02-25T03:45:39.697Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-02-25T03:45:39.697Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-02-25T03:45:39.697Z] === RUN TestKillDifferentUserContainer [2021-02-25T03:45:39.697Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-02-25T03:45:39.697Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-02-25T03:45:39.697Z] === RUN TestInspectOomKilledTrue [2021-02-25T03:45:39.697Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-02-25T03:45:39.697Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:45:39.697Z] === RUN TestInspectOomKilledFalse [2021-02-25T03:45:39.697Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-02-25T03:45:39.697Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-25T03:45:39.697Z] === RUN TestLogsFollowTailEmpty [2021-02-25T03:45:40.149Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2021-02-25T03:45:40.675Z] --- PASS: TestLogsFollowTailEmpty (1.70s) [2021-02-25T03:45:40.675Z] === RUN TestNetworkNat [2021-02-25T03:45:40.675Z] --- SKIP: TestNetworkNat (0.00s) [2021-02-25T03:45:40.675Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-02-25T03:45:40.675Z] === RUN TestNetworkLocalhostTCPNat [2021-02-25T03:45:40.720Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2021-02-25T03:45:41.292Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2021-02-25T03:45:41.292Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2021-02-25T03:45:41.862Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2021-02-25T03:45:42.123Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2021-02-25T03:45:42.874Z] --- PASS: TestNetworkLocalhostTCPNat (2.03s) [2021-02-25T03:45:42.874Z] === RUN TestNetworkLoopbackNat [2021-02-25T03:45:42.874Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-02-25T03:45:42.874Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-02-25T03:45:42.874Z] === RUN TestPause [2021-02-25T03:45:42.874Z] --- SKIP: TestPause (0.00s) [2021-02-25T03:45:42.874Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-02-25T03:45:42.874Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-02-25T03:45:43.505Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2021-02-25T03:45:43.506Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2021-02-25T03:45:44.432Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.68s) [2021-02-25T03:45:44.432Z] === RUN TestPauseStopPausedContainer [2021-02-25T03:45:44.432Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-02-25T03:45:44.432Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:45:44.432Z] === RUN TestPsFilter [2021-02-25T03:45:44.456Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2021-02-25T03:45:44.897Z] --- PASS: TestPsFilter (0.22s) [2021-02-25T03:45:44.897Z] === RUN TestRemoveContainerWithRemovedVolume [2021-02-25T03:45:45.026Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2021-02-25T03:45:45.595Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2021-02-25T03:45:46.165Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2021-02-25T03:45:47.095Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.08s) [2021-02-25T03:45:47.095Z] === RUN TestRemoveContainerWithVolume [2021-02-25T03:45:47.547Z] === RUN TestDockerSuite/TestUpdateStats [2021-02-25T03:45:48.647Z] --- PASS: TestRemoveContainerWithVolume (1.97s) [2021-02-25T03:45:48.647Z] === RUN TestRemoveContainerRunning [2021-02-25T03:45:50.849Z] --- PASS: TestRemoveContainerRunning (1.69s) [2021-02-25T03:45:50.849Z] === RUN TestRemoveContainerForceRemoveRunning [2021-02-25T03:45:51.742Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2021-02-25T03:45:52.002Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2021-02-25T03:45:52.002Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2021-02-25T03:45:52.400Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.66s) [2021-02-25T03:45:52.400Z] === RUN TestRemoveInvalidContainer [2021-02-25T03:45:52.400Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2021-02-25T03:45:52.400Z] === RUN TestRenameLinkedContainer [2021-02-25T03:45:52.400Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-02-25T03:45:52.400Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-02-25T03:45:52.400Z] === RUN TestRenameStoppedContainer [2021-02-25T03:45:52.572Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2021-02-25T03:45:53.142Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-02-25T03:45:54.595Z] --- PASS: TestRenameStoppedContainer (2.00s) [2021-02-25T03:45:54.595Z] === RUN TestRenameRunningContainerAndReuse [2021-02-25T03:45:55.685Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2021-02-25T03:45:58.229Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2021-02-25T03:45:58.364Z] --- PASS: TestRenameRunningContainerAndReuse (3.72s) [2021-02-25T03:45:58.364Z] === RUN TestRenameInvalidName [2021-02-25T03:45:59.915Z] --- PASS: TestRenameInvalidName (1.74s) [2021-02-25T03:45:59.915Z] === RUN TestRenameAnonymousContainer [2021-02-25T03:45:59.915Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2021-02-25T03:45:59.915Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2021-02-25T03:45:59.915Z] === RUN TestRenameContainerWithSameName [2021-02-25T03:46:00.140Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2021-02-25T03:46:00.400Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2021-02-25T03:46:01.466Z] --- PASS: TestRenameContainerWithSameName (1.76s) [2021-02-25T03:46:01.466Z] === RUN TestRenameContainerWithLinkedContainer [2021-02-25T03:46:01.466Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-02-25T03:46:01.466Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2021-02-25T03:46:01.466Z] === RUN TestResize [2021-02-25T03:46:01.857Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-02-25T03:46:03.018Z] --- PASS: TestResize (1.72s) [2021-02-25T03:46:03.018Z] === RUN TestResizeWithInvalidSize [2021-02-25T03:46:03.018Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2021-02-25T03:46:03.018Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2021-02-25T03:46:03.018Z] === RUN TestResizeWhenContainerNotStarted [2021-02-25T03:46:05.155Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-02-25T03:46:05.216Z] --- PASS: TestResizeWhenContainerNotStarted (2.05s) [2021-02-25T03:46:05.216Z] === RUN TestDaemonRestartKillContainers [2021-02-25T03:46:05.216Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-02-25T03:46:05.216Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:46:05.216Z] === RUN TestStats [2021-02-25T03:46:05.216Z] --- SKIP: TestStats (0.00s) [2021-02-25T03:46:05.216Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-02-25T03:46:05.216Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-02-25T03:46:07.696Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2021-02-25T03:46:09.080Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2021-02-25T03:46:10.462Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2021-02-25T03:46:11.402Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2021-02-25T03:46:12.343Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2021-02-25T03:46:13.725Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2021-02-25T03:46:13.832Z] --- PASS: TestStopContainerWithRestartPolicyAlways (8.55s) [2021-02-25T03:46:13.832Z] === RUN TestStopContainerWithTimeout [2021-02-25T03:46:13.832Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-02-25T03:46:13.832Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-02-25T03:46:13.832Z] === RUN TestUpdateRestartPolicy [2021-02-25T03:46:15.107Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2021-02-25T03:46:16.051Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2021-02-25T03:46:17.434Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2021-02-25T03:46:18.821Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-02-25T03:46:19.758Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2021-02-25T03:46:27.886Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2021-02-25T03:46:34.462Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-02-25T03:46:34.462Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-02-25T03:46:34.462Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-02-25T03:46:34.462Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-02-25T03:46:34.462Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-02-25T03:46:34.462Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-02-25T03:46:34.727Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-02-25T03:46:35.013Z] --- PASS: TestUpdateRestartPolicy (19.58s) [2021-02-25T03:46:35.013Z] === RUN TestUpdateRestartWithAutoRemove [2021-02-25T03:46:35.013Z] --- PASS: TestUpdateRestartWithAutoRemove (1.78s) [2021-02-25T03:46:35.013Z] === RUN TestWaitNonBlocked [2021-02-25T03:46:35.013Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-25T03:46:35.013Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-25T03:46:35.013Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-25T03:46:35.013Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-25T03:46:35.013Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-25T03:46:35.013Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-25T03:46:35.323Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-02-25T03:46:35.323Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-02-25T03:46:35.898Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-02-25T03:46:35.898Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-02-25T03:46:35.898Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-02-25T03:46:35.898Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-02-25T03:46:35.898Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-02-25T03:46:37.806Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-02-25T03:46:37.806Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-02-25T03:46:37.806Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-02-25T03:46:37.806Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-02-25T03:46:37.806Z] === RUN TestDockerSuite/TestVolumeEvents [2021-02-25T03:46:37.943Z] --- PASS: TestWaitNonBlocked (0.03s) [2021-02-25T03:46:37.943Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.35s) [2021-02-25T03:46:37.943Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.49s) [2021-02-25T03:46:37.943Z] === RUN TestWaitBlocked [2021-02-25T03:46:37.943Z] --- SKIP: TestWaitBlocked (0.00s) [2021-02-25T03:46:37.943Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-02-25T03:46:37.943Z] PASS [2021-02-25T03:46:37.943Z] ok github.com/docker/docker/integration/container 75.544s [2021-02-25T03:46:37.943Z] [2021-02-25T03:46:37.943Z] === Skipped [2021-02-25T03:46:37.943Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-02-25T03:46:37.943Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-25T03:46:37.943Z] [2021-02-25T03:46:37.943Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.03s) [2021-02-25T03:46:37.943Z] copy_test.go:38: testEnv.OSType == "windows" [2021-02-25T03:46:37.943Z] [2021-02-25T03:46:37.943Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.03s) [2021-02-25T03:46:37.943Z] copy_test.go:63: testEnv.OSType == "windows" [2021-02-25T03:46:37.943Z] [2021-02-25T03:46:37.943Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-02-25T03:46:37.943Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:46:37.943Z] [2021-02-25T03:46:37.943Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-02-25T03:46:37.943Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-02-25T03:46:37.943Z] [2021-02-25T03:46:37.943Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-02-25T03:46:37.943Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:46:37.943Z] [2021-02-25T03:46:37.943Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-02-25T03:46:37.943Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-02-25T03:46:37.943Z] [2021-02-25T03:46:37.943Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-02-25T03:46:37.943Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-02-25T03:46:37.943Z] [2021-02-25T03:46:37.943Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-02-25T03:46:37.943Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-02-25T03:46:37.943Z] [2021-02-25T03:46:37.943Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-02-25T03:46:37.943Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-02-25T03:46:37.943Z] [2021-02-25T03:46:37.943Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-02-25T03:46:37.943Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:46:37.943Z] [2021-02-25T03:46:37.943Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-02-25T03:46:37.943Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-02-25T03:46:37.943Z] [2021-02-25T03:46:37.943Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-02-25T03:46:37.943Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-02-25T03:46:37.943Z] [2021-02-25T03:46:37.943Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-02-25T03:46:37.943Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:46:37.943Z] [2021-02-25T03:46:37.943Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-02-25T03:46:37.943Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:46:37.943Z] [2021-02-25T03:46:37.943Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-02-25T03:46:37.943Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-02-25T03:46:37.943Z] [2021-02-25T03:46:37.943Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-02-25T03:46:37.943Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-02-25T03:46:37.943Z] [2021-02-25T03:46:37.943Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-02-25T03:46:37.943Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-02-25T03:46:37.943Z] [2021-02-25T03:46:37.943Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-02-25T03:46:37.943Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-02-25T03:46:37.943Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-02-25T03:46:37.943Z] [2021-02-25T03:46:37.943Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-02-25T03:46:37.943Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-02-25T03:46:37.943Z] [2021-02-25T03:46:37.943Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-02-25T03:46:37.943Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-02-25T03:46:37.943Z] [2021-02-25T03:46:37.943Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-02-25T03:46:37.943Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-02-25T03:46:37.943Z] [2021-02-25T03:46:37.943Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-02-25T03:46:37.943Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-02-25T03:46:37.943Z] [2021-02-25T03:46:37.943Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-02-25T03:46:37.943Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:46:37.943Z] [2021-02-25T03:46:37.943Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-02-25T03:46:37.943Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-25T03:46:37.943Z] [2021-02-25T03:46:37.943Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-02-25T03:46:37.943Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-02-25T03:46:37.943Z] [2021-02-25T03:46:37.943Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-02-25T03:46:37.943Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-02-25T03:46:37.943Z] [2021-02-25T03:46:37.943Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-02-25T03:46:37.943Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-02-25T03:46:37.943Z] [2021-02-25T03:46:37.943Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-02-25T03:46:37.943Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:46:37.943Z] [2021-02-25T03:46:37.943Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-02-25T03:46:37.943Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-02-25T03:46:37.943Z] [2021-02-25T03:46:37.943Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s) [2021-02-25T03:46:37.943Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2021-02-25T03:46:37.943Z] [2021-02-25T03:46:37.943Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-02-25T03:46:37.943Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2021-02-25T03:46:37.943Z] [2021-02-25T03:46:37.943Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s) [2021-02-25T03:46:37.943Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2021-02-25T03:46:37.943Z] [2021-02-25T03:46:37.943Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-02-25T03:46:37.943Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:46:37.943Z] [2021-02-25T03:46:37.943Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-02-25T03:46:37.943Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-02-25T03:46:37.943Z] [2021-02-25T03:46:37.943Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-02-25T03:46:37.943Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-02-25T03:46:37.943Z] [2021-02-25T03:46:37.943Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-02-25T03:46:37.943Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-02-25T03:46:37.943Z] [2021-02-25T03:46:37.943Z] [2021-02-25T03:46:37.943Z] DONE 88 tests, 37 skipped in 78.230s [2021-02-25T03:46:37.943Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-02-25T03:46:40.140Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-25T03:46:40.141Z] INFO: Testing against a local daemon [2021-02-25T03:46:40.141Z] === RUN TestCommitInheritsEnv [2021-02-25T03:46:40.141Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-02-25T03:46:40.141Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-25T03:46:40.141Z] === RUN TestImportExtremelyLargeImageWorks [2021-02-25T03:46:40.141Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-02-25T03:46:40.141Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-02-25T03:46:40.141Z] === RUN TestImagesFilterMultiReference [2021-02-25T03:46:40.141Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2021-02-25T03:46:40.141Z] === RUN TestImagePullPlatformInvalid [2021-02-25T03:46:40.141Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-02-25T03:46:40.141Z] === RUN TestRemoveImageOrphaning [2021-02-25T03:46:41.128Z] --- PASS: TestRemoveImageOrphaning (0.93s) [2021-02-25T03:46:41.128Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-02-25T03:46:41.128Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2021-02-25T03:46:41.128Z] === RUN TestTagInvalidReference [2021-02-25T03:46:41.128Z] --- PASS: TestTagInvalidReference (0.03s) [2021-02-25T03:46:41.128Z] === RUN TestTagValidPrefixedRepo [2021-02-25T03:46:41.128Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2021-02-25T03:46:41.128Z] === RUN TestTagExistedNameWithoutForce [2021-02-25T03:46:41.128Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2021-02-25T03:46:41.128Z] === RUN TestTagOfficialNames [2021-02-25T03:46:41.128Z] --- PASS: TestTagOfficialNames (0.09s) [2021-02-25T03:46:41.128Z] === RUN TestTagMatchesDigest [2021-02-25T03:46:41.128Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-02-25T03:46:41.128Z] PASS [2021-02-25T03:46:41.128Z] ok github.com/docker/docker/integration/image 1.471s [2021-02-25T03:46:41.128Z] [2021-02-25T03:46:41.128Z] === Skipped [2021-02-25T03:46:41.128Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-02-25T03:46:41.128Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-25T03:46:41.128Z] [2021-02-25T03:46:41.128Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-02-25T03:46:41.128Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-02-25T03:46:41.128Z] [2021-02-25T03:46:41.128Z] [2021-02-25T03:46:41.128Z] DONE 11 tests, 2 skipped in 3.439s [2021-02-25T03:46:41.128Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-02-25T03:46:43.086Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-02-25T03:46:43.329Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-25T03:46:43.329Z] INFO: Testing against a local daemon [2021-02-25T03:46:43.329Z] === RUN TestNetworkCreateDelete [2021-02-25T03:46:43.329Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-02-25T03:46:43.329Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-02-25T03:46:43.329Z] === RUN TestDockerNetworkDeletePreferID [2021-02-25T03:46:43.329Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2021-02-25T03:46:43.329Z] 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-02-25T03:46:43.329Z] === RUN TestDaemonDNSFallback [2021-02-25T03:46:43.329Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-02-25T03:46:43.329Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-02-25T03:46:43.329Z] === RUN TestInspectNetwork [2021-02-25T03:46:43.329Z] --- SKIP: TestInspectNetwork (0.00s) [2021-02-25T03:46:43.329Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-02-25T03:46:43.329Z] === RUN TestRunContainerWithBridgeNone [2021-02-25T03:46:43.329Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-02-25T03:46:43.329Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-02-25T03:46:43.329Z] === RUN TestNetworkInvalidJSON [2021-02-25T03:46:43.329Z] === RUN TestNetworkInvalidJSON//networks/create [2021-02-25T03:46:43.329Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-02-25T03:46:43.329Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-02-25T03:46:43.329Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-02-25T03:46:43.329Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-25T03:46:43.329Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-25T03:46:43.329Z] === CONT TestNetworkInvalidJSON//networks/create [2021-02-25T03:46:43.329Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-25T03:46:43.329Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-02-25T03:46:43.329Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2021-02-25T03:46:43.329Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2021-02-25T03:46:43.329Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2021-02-25T03:46:43.329Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2021-02-25T03:46:43.329Z] === RUN TestNetworkList [2021-02-25T03:46:43.329Z] === RUN TestNetworkList//networks [2021-02-25T03:46:43.329Z] === PAUSE TestNetworkList//networks [2021-02-25T03:46:43.329Z] === RUN TestNetworkList//networks/ [2021-02-25T03:46:43.329Z] === PAUSE TestNetworkList//networks/ [2021-02-25T03:46:43.329Z] === CONT TestNetworkList//networks [2021-02-25T03:46:43.329Z] === CONT TestNetworkList//networks/ [2021-02-25T03:46:43.329Z] --- PASS: TestNetworkList (0.03s) [2021-02-25T03:46:43.329Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-02-25T03:46:43.329Z] --- PASS: TestNetworkList//networks (0.00s) [2021-02-25T03:46:43.329Z] === RUN TestHostIPv4BridgeLabel [2021-02-25T03:46:43.329Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-02-25T03:46:43.329Z] network_test.go:126: testEnv.OSType == "windows" [2021-02-25T03:46:43.329Z] === RUN TestDaemonRestartWithLiveRestore [2021-02-25T03:46:43.329Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-02-25T03:46:43.329Z] service_test.go:29: testEnv.OSType == "windows" [2021-02-25T03:46:43.329Z] === RUN TestDaemonDefaultNetworkPools [2021-02-25T03:46:43.329Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-02-25T03:46:43.329Z] service_test.go:58: testEnv.OSType == "windows" [2021-02-25T03:46:43.329Z] === RUN TestDaemonRestartWithExistingNetwork [2021-02-25T03:46:43.329Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-02-25T03:46:43.329Z] service_test.go:102: testEnv.OSType == "windows" [2021-02-25T03:46:43.329Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-02-25T03:46:43.329Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-02-25T03:46:43.329Z] service_test.go:136: testEnv.OSType == "windows" [2021-02-25T03:46:43.329Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-02-25T03:46:43.329Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-02-25T03:46:43.329Z] service_test.go:187: testEnv.OSType == "windows" [2021-02-25T03:46:43.329Z] === RUN TestServiceWithPredefinedNetwork [2021-02-25T03:46:43.329Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-02-25T03:46:43.329Z] service_test.go:212: testEnv.OSType == "windows" [2021-02-25T03:46:43.329Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-02-25T03:46:43.329Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-25T03:46:43.329Z] service_test.go:242: FLAKY_TEST [2021-02-25T03:46:43.329Z] === RUN TestServiceWithDataPathPortInit [2021-02-25T03:46:43.329Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-02-25T03:46:43.329Z] service_test.go:332: testEnv.OSType == "windows" [2021-02-25T03:46:43.329Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-02-25T03:46:43.329Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-02-25T03:46:43.329Z] service_test.go:400: testEnv.OSType == "windows" [2021-02-25T03:46:43.329Z] PASS [2021-02-25T03:46:43.329Z] ok github.com/docker/docker/integration/network 0.200s [2021-02-25T03:46:43.792Z] [2021-02-25T03:46:43.792Z] === Skipped [2021-02-25T03:46:43.792Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-02-25T03:46:43.792Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-02-25T03:46:43.792Z] [2021-02-25T03:46:43.792Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2021-02-25T03:46:43.792Z] 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-02-25T03:46:43.792Z] [2021-02-25T03:46:43.792Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-02-25T03:46:43.792Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-02-25T03:46:43.792Z] [2021-02-25T03:46:43.792Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-02-25T03:46:43.792Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-02-25T03:46:43.792Z] [2021-02-25T03:46:43.792Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-02-25T03:46:43.792Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-02-25T03:46:43.792Z] [2021-02-25T03:46:43.792Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-02-25T03:46:43.792Z] network_test.go:126: testEnv.OSType == "windows" [2021-02-25T03:46:43.792Z] [2021-02-25T03:46:43.792Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-02-25T03:46:43.792Z] service_test.go:29: testEnv.OSType == "windows" [2021-02-25T03:46:43.792Z] [2021-02-25T03:46:43.792Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-02-25T03:46:43.793Z] service_test.go:58: testEnv.OSType == "windows" [2021-02-25T03:46:43.793Z] [2021-02-25T03:46:43.793Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-02-25T03:46:43.793Z] service_test.go:102: testEnv.OSType == "windows" [2021-02-25T03:46:43.793Z] [2021-02-25T03:46:43.793Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-02-25T03:46:43.793Z] service_test.go:136: testEnv.OSType == "windows" [2021-02-25T03:46:43.793Z] [2021-02-25T03:46:43.793Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-02-25T03:46:43.793Z] service_test.go:187: testEnv.OSType == "windows" [2021-02-25T03:46:43.793Z] [2021-02-25T03:46:43.793Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-02-25T03:46:43.793Z] service_test.go:212: testEnv.OSType == "windows" [2021-02-25T03:46:43.793Z] [2021-02-25T03:46:43.793Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-25T03:46:43.793Z] service_test.go:242: FLAKY_TEST [2021-02-25T03:46:43.793Z] [2021-02-25T03:46:43.793Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-02-25T03:46:43.793Z] service_test.go:332: testEnv.OSType == "windows" [2021-02-25T03:46:43.793Z] [2021-02-25T03:46:43.793Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-02-25T03:46:43.793Z] service_test.go:400: testEnv.OSType == "windows" [2021-02-25T03:46:43.793Z] [2021-02-25T03:46:43.793Z] [2021-02-25T03:46:43.793Z] DONE 22 tests, 15 skipped in 2.303s [2021-02-25T03:46:43.793Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-02-25T03:46:44.257Z] testing: warning: no tests to run [2021-02-25T03:46:44.257Z] PASS [2021-02-25T03:46:44.257Z] ok github.com/docker/docker/integration/network/ipvlan 0.069s [2021-02-25T03:46:44.257Z] [2021-02-25T03:46:44.257Z] DONE 0 tests in 0.719s [2021-02-25T03:46:44.257Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-02-25T03:46:44.468Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-02-25T03:46:44.468Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-02-25T03:46:44.728Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-02-25T03:46:45.234Z] testing: warning: no tests to run [2021-02-25T03:46:45.234Z] PASS [2021-02-25T03:46:45.234Z] ok github.com/docker/docker/integration/network/macvlan 0.073s [2021-02-25T03:46:45.234Z] [2021-02-25T03:46:45.234Z] DONE 0 tests in 0.772s [2021-02-25T03:46:45.235Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-02-25T03:46:46.214Z] testing: warning: no tests to run [2021-02-25T03:46:46.214Z] PASS [2021-02-25T03:46:46.214Z] ok github.com/docker/docker/integration/plugin 0.072s [2021-02-25T03:46:46.214Z] [2021-02-25T03:46:46.214Z] DONE 0 tests in 0.744s [2021-02-25T03:46:46.214Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-02-25T03:46:46.637Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-02-25T03:46:46.680Z] testing: warning: no tests to run [2021-02-25T03:46:46.680Z] PASS [2021-02-25T03:46:46.680Z] ok github.com/docker/docker/integration/plugin/authz 0.069s [2021-02-25T03:46:46.680Z] [2021-02-25T03:46:46.680Z] DONE 0 tests in 0.717s [2021-02-25T03:46:46.680Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-02-25T03:46:49.185Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite (1376.94s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.05s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (3.79s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.15s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.57s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.82s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.20s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.46s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.38s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.12s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.01s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.21s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (4.27s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.16s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.60s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.02s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.62s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.61s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.68s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.57s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.75s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.65s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestAttachDetach (1.08s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestAttachDisconnect (1.05s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.86s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.83s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.92s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.39s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.62s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.08s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.22s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.18s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.99s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (19.78s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.89s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.90s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.36s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.02s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.37s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.94s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.13s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (5.76s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.99s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.10s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.91s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.65s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.19s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.84s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.22s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.21s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.47s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.30s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.19s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.89s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.23s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.07s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.53s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildAddTar (8.15s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.44s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.28s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.19s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.13s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.39s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.07s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.67s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.04s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.72s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.12s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.50s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.70s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.94s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (13.34s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.68s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (3.25s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.54s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.47s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.38s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (5.36s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.21s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.39s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.88s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.83s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (6.85s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.21s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.62s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.75s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (5.13s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.37s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.01s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.50s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildCmd (0.39s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.37s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.48s) [2021-02-25T03:46:49.185Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2021-02-25T03:46:49.185Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.75s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (4.67s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.02s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.64s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.29s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.90s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.38s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.25s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (10.94s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.08s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.75s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.99s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.70s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.29s) [2021-02-25T03:46:49.185Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2021-02-25T03:46:49.185Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-02-25T03:46:49.185Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2021-02-25T03:46:49.185Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-02-25T03:46:49.185Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2021-02-25T03:46:49.185Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-02-25T03:46:49.185Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-02-25T03:46:49.185Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.58s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.27s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (3.43s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.53s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (5.35s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (6.27s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.69s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.63s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (4.16s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.83s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.06s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.49s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.22s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.22s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildDockerignore (11.13s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.17s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.47s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (10.43s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.46s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.08s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.90s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.44s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.40s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (6.80s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.40s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.61s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (15.84s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.29s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.89s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.44s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.44s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.93s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.24s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.43s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.56s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.34s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.35s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.95s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildEnv (1.58s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.42s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.03s) [2021-02-25T03:46:49.185Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (7.41s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (20.11s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.28s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (8.27s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.96s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.85s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.79s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.25s) [2021-02-25T03:46:49.186Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-02-25T03:46:49.186Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.36s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (9.09s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildExpose (0.48s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.96s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.72s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.66s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildFails (0.97s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.05s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.94s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.97s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.70s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.37s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.39s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.91s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.79s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (1.48s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.41s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.84s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.73s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.47s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildHistory (5.29s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.47s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.76s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.69s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.63s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.04s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.88s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildLabel (0.47s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.49s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.45s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.26s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildLabels (0.40s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (0.98s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.00s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.24s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildLineBreak (3.16s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.09s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.20s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.07s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.02s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (3.14s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.48s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.68s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.90s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (3.16s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.77s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.49s) [2021-02-25T03:46:49.186Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-02-25T03:46:49.186Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.37s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.44s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.86s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.23s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.31s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.40s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.68s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.70s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.58s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.72s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.09s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.42s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.52s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.01s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.77s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.43s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (1.66s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.18s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.64s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.12s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.11s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.42s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.77s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildPATH (2.68s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.65s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.86s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (7.88s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (2.98s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.79s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildRm (3.33s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.04s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.20s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.34s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.42s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.95s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.87s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.97s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (2.84s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.08s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.26s) [2021-02-25T03:46:49.186Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-02-25T03:46:49.186Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.48s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.71s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildStderr (0.67s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (2.92s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.14s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.99s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.79s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildTagEvent (1.22s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.60s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildUser (1.44s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (3.24s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (10.09s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.64s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.22s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.67s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.64s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (0.90s) [2021-02-25T03:46:49.186Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-02-25T03:46:49.186Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-02-25T03:46:49.186Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-02-25T03:46:49.186Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-02-25T03:46:49.186Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-02-25T03:46:49.186Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-02-25T03:46:49.186Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-02-25T03:46:49.186Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.07s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.63s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.62s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.79s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.13s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.44s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.73s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (1.11s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.66s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.02s) [2021-02-25T03:46:49.186Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-02-25T03:46:49.186Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.85s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.98s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.06s) [2021-02-25T03:46:49.186Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-02-25T03:46:49.186Z] docker_cli_sni_test.go:18: Flakey test [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.81s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (1.09s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestCommitChange (1.24s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.79s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.22s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.27s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.70s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestCommitTTY (1.18s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.70s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.37s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.95s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.04s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.05s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.17s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.03s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.05s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.05s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.82s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (2.22s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.68s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.96s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.96s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.90s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.76s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.59s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.03s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.07s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.07s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.64s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.70s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.50s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.39s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.72s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.66s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.64s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.92s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.53s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.50s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.63s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.68s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.08s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.70s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.10s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.06s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.06s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.03s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.80s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.32s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.68s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.64s) [2021-02-25T03:46:49.186Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-02-25T03:46:49.186Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.04s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.60s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.50s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.92s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.66s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.58s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.42s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.10s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (21.25s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.36s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.43s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.51s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.66s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000892680_} (1.47s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1779824067_/foo_false____} (1.33s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1779824067_/foo_true____} (1.41s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3062895686_/foo_false____} (1.36s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3062895686_/foo_true____} (1.53s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3062895686_/foo_true__0xc0008926e0__} (1.35s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000892700_} (1.38s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000892720_} (1.48s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000892740_} (1.41s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000892760_} (1.51s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.42s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.33s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.04s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2021-02-25T03:46:49.186Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.03s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.52s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.53s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (3.21s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.08s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.12s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.56s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.55s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.64s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.67s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.56s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.52s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.61s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.65s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.51s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.63s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.60s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.57s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.62s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (0.83s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.71s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.66s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.57s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.86s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.01s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.65s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.80s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.41s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.51s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.85s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCpToCaseD (3.83s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.42s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.90s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.97s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.57s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.98s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCpToCaseJ (4.12s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.60s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCpToDot (0.86s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.43s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.70s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCpToStdout (0.74s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.31s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.30s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.74s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.26s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.07s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCreateArgs (0.09s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.37s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.70s) [2021-02-25T03:46:49.187Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-02-25T03:46:49.187Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.05s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.58s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.45s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCreateLabels (0.06s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.10s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCreateRM (0.17s) [2021-02-25T03:46:49.187Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-02-25T03:46:49.187Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.07s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.16s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.87s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.06s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (5.43s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.09s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.14s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.05s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.65s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.62s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.90s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.61s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.30s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.54s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.48s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.07s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.60s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.78s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.54s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.01s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.03s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.03s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.17s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.81s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.72s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.62s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.27s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.65s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestEventsAttach (0.54s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestEventsCommit (0.64s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.49s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.46s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.53s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.51s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (0.98s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.26s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.28s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestEventsCopy (1.11s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.10s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.34s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.28s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.00s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.33s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.14s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.27s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.15s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestEventsFilters (1.02s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestEventsFormat (0.91s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.02s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.02s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.68s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.19s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.30s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.25s) [2021-02-25T03:46:49.187Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-02-25T03:46:49.187Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-02-25T03:46:49.187Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-02-25T03:46:49.187Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.52s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.65s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestEventsRename (0.54s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestEventsResize (0.50s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.42s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.66s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.48s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.69s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestEventsTop (0.54s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (11.08s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestExec (0.58s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.57s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.59s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.57s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.87s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.88s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.54s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.63s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.59s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.53s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.54s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (0.99s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestExecCgroup (0.92s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestExecEnv (0.59s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.08s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.57s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestExecInspectID (2.63s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestExecInteractive (0.89s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.61s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.55s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestExecParseError (0.48s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.59s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.53s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.44s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.74s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestExecStartFails (0.73s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.80s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.48s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestExecTTY (0.53s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.60s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.49s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestExecUlimits (0.56s) [2021-02-25T03:46:49.187Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-02-25T03:46:49.187Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.25s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.53s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.79s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.58s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestExecWithUser (0.64s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.62s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.51s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.51s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.52s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.60s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.04s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestHealth (18.94s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.03s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.03s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.04s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.70s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.75s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.10s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.37s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.40s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.42s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.16s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.09s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.72s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.85s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestImagesFormat (0.09s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.92s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.63s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestImportBadURL (0.03s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestImportDisplay (0.99s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestImportFile (1.10s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.14s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestImportGzipped (1.18s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.15s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.54s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.50s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.51s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.51s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.53s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.60s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.53s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.66s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.60s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.28s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.67s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.72s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.09s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.71s) [2021-02-25T03:46:49.187Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-02-25T03:46:49.187Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.12s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.50s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestInspectDefault (0.45s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestInspectHistory (0.58s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-02-25T03:46:49.187Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-02-25T03:46:49.187Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.46s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.51s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.05s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.48s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.49s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.52s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.48s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestInspectStatus (0.55s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.94s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.46s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.47s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.50s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.46s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.44s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.45s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.04s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.79s) [2021-02-25T03:46:49.187Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.34s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.44s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.25s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.38s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.41s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.43s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.04s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.40s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.25s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.57s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (7.70s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.87s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.47s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.52s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (2.06s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.33s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.63s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.84s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.59s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.43s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.45s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.45s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.81s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.78s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.77s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.89s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.69s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.99s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.48s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.45s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestLogsSince (6.52s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.50s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.56s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestLogsTail (0.87s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.80s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.49s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.28s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.43s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestNetHostname (1.45s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.22s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.67s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.28s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.61s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPluginActive (1.40s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (4.48s) [2021-02-25T03:46:49.188Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-02-25T03:46:49.188Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.75s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.41s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.48s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.52s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.06s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.35s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.88s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPortHostBinding (0.96s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPortList (6.85s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.01s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.15s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.46s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.51s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.61s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.06s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.10s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (2.20s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.22s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.84s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.32s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPsByOrder (3.01s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.95s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.16s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.02s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.07s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.61s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.48s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.03s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.52s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.10s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.25s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (2.35s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.53s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.19s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.13s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.54s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.46s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.55s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.50s) [2021-02-25T03:46:49.188Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-02-25T03:46:49.188Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.16s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.09s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.66s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.09s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.92s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.47s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (6.56s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.88s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.39s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.07s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.20s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.01s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.04s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.68s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (0.96s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRmiBlank (0.03s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.08s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.35s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.65s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.23s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.12s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.66s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.08s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.61s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRmiTag (0.13s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.50s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (3.22s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.83s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.82s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.53s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.09s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunAddHost (0.51s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.22s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.46s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.03s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.56s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.14s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.47s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.62s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.64s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.12s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.04s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.77s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.67s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.67s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.54s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.64s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.93s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.82s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.49s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.76s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.93s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.02s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.66s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.50s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.50s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.47s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.51s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.58s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.73s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.83s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.58s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.48s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.03s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.51s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.01s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.75s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.84s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.80s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.08s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.53s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.02s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.24s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.13s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.46s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.67s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.81s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.59s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.58s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.42s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.96s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.09s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.63s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.56s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.44s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.25s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.16s) [2021-02-25T03:46:49.188Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-02-25T03:46:49.188Z] docker_cli_run_test.go:4047: unmatched requirement DaemonIsWindows [2021-02-25T03:46:49.188Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-02-25T03:46:49.188Z] docker_cli_run_test.go:4066: unmatched requirement DaemonIsWindows [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.59s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.48s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.24s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.73s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.70s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.22s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.46s) [2021-02-25T03:46:49.188Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-02-25T03:46:49.188Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.45s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.05s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.47s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.47s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.44s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.44s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.04s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.46s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.48s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.42s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.44s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunExitCode (0.44s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.45s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.45s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.48s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.47s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.47s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (0.89s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.22s) [2021-02-25T03:46:49.188Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-02-25T03:46:49.188Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.15s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.49s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (0.48s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.57s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (0.94s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.45s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (1.83s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (0.89s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (0.94s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.49s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.38s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.35s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.73s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.16s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (0.90s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.81s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.32s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.17s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunModePIDHost (1.12s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.29s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunMount (4.59s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.49s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.45s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (0.92s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.33s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.08s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.33s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.55s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.15s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.08s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.05s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.63s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunNetHost (1.14s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.51s) [2021-02-25T03:46:49.188Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.54s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.90s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.62s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.48s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.60s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.11s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.64s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.08s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.46s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.51s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.08s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.55s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.79s) [2021-02-25T03:46:49.189Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.02s) [2021-02-25T03:46:49.189Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.53s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.62s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.35s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.96s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.46s) [2021-02-25T03:46:49.189Z] docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n" [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.61s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.51s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.78s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.60s) [2021-02-25T03:46:49.189Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-02-25T03:46:49.189Z] docker_cli_run_test.go:4132: unmatched requirement IsolationIsProcess [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.59s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.43s) [2021-02-25T03:46:49.189Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-02-25T03:46:49.189Z] docker_cli_run_test.go:2867: kernel doesn't have latency_stats configured [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.46s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.09s) [2021-02-25T03:46:49.189Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-02-25T03:46:49.189Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.69s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.17s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunRm (0.55s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.58s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.51s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.59s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.27s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.42s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.21s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (2.68s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.44s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.44s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.47s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.42s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.47s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.49s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.62s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.52s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.53s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.55s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunState (1.34s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.55s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.46s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.25s) [2021-02-25T03:46:49.189Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-02-25T03:46:49.189Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.53s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.55s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunSysctls (1.15s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.08s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.02s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.70s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.74s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.74s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.35s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.54s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.08s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.70s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.50s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.44s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.37s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.00s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunUserByID (0.46s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.12s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.12s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.46s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunUserByName (0.43s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.42s) [2021-02-25T03:46:49.189Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-02-25T03:46:49.189Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.12s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.45s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (2.58s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.43s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.68s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.63s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.32s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.50s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.62s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.45s) [2021-02-25T03:46:49.189Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-02-25T03:46:49.189Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2021-02-25T03:46:49.189Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-02-25T03:46:49.189Z] docker_cli_run_test.go:4122: unmatched requirement DaemonIsWindows [2021-02-25T03:46:49.189Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-02-25T03:46:49.189Z] docker_cli_run_test.go:4112: unmatched requirement DaemonIsWindows [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.18s) [2021-02-25T03:46:49.189Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-02-25T03:46:49.189Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.58s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.45s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (0.99s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.47s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.49s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.46s) [2021-02-25T03:46:49.189Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-02-25T03:46:49.189Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.05s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.03s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2021-02-25T03:46:49.189Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-02-25T03:46:49.189Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2021-02-25T03:46:49.189Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-02-25T03:46:49.189Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2021-02-25T03:46:49.189Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-02-25T03:46:49.189Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2021-02-25T03:46:49.189Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-02-25T03:46:49.189Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2021-02-25T03:46:49.189Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-02-25T03:46:49.189Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.47s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.45s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.46s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.52s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.17s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.46s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.59s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.54s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.61s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.31s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.55s) [2021-02-25T03:46:49.189Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2021-02-25T03:46:49.189Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.36s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.06s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (0.89s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.47s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.36s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.46s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.70s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.71s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.80s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.05s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.15s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.40s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.36s) [2021-02-25T03:46:49.189Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents445181211 [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.21s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.07s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.38s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.48s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.37s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.06s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.09s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.54s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (1.96s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.97s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.87s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.69s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestStartAttachSilent (0.91s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.52s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.80s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.71s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestStartRecordError (1.44s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.99s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.48s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.94s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.23s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.56s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.52s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.51s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.50s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.51s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.51s) [2021-02-25T03:46:49.189Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-02-25T03:46:49.189Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.51s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (3.14s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.87s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.46s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.48s) [2021-02-25T03:46:49.189Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-02-25T03:46:49.189Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.71s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.36s) [2021-02-25T03:46:49.189Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.01s) [2021-02-25T03:46:49.189Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.23s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.91s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.74s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.38s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestUpdateStats (3.54s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.85s) [2021-02-25T03:46:49.189Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-02-25T03:46:49.189Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.71s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.58s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.48s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.20s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.05s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.87s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (3.09s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.66s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.36s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.34s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.94s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.87s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.34s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.34s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.38s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.34s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.35s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.47s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.07s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.51s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.02s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.62s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.08s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.04s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.49s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.14s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.38s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.38s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.77s) [2021-02-25T03:46:49.189Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.53s) [2021-02-25T03:46:49.189Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-02-25T03:46:49.189Z] docker_cli_run_test.go:4440: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-02-25T03:46:49.189Z] === RUN TestDockerRegistrySuite [2021-02-25T03:46:49.189Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-02-25T03:46:50.129Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-02-25T03:46:51.069Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-02-25T03:46:52.454Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-02-25T03:46:52.714Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-02-25T03:46:53.810Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-25T03:46:53.810Z] INFO: Testing against a local daemon [2021-02-25T03:46:53.810Z] === RUN TestPluginInvalidJSON [2021-02-25T03:46:53.810Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-02-25T03:46:53.810Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-02-25T03:46:53.810Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-02-25T03:46:53.810Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-02-25T03:46:53.810Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-02-25T03:46:53.810Z] === RUN TestPluginInstall [2021-02-25T03:46:53.810Z] --- SKIP: TestPluginInstall (0.00s) [2021-02-25T03:46:53.810Z] plugin_test.go:58: testEnv.OSType == "windows" [2021-02-25T03:46:53.810Z] === RUN TestPluginsWithRuntimes [2021-02-25T03:46:53.810Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-02-25T03:46:53.810Z] plugin_test.go:167: testEnv.OSType == "windows" [2021-02-25T03:46:53.810Z] PASS [2021-02-25T03:46:53.810Z] ok github.com/docker/docker/integration/plugin/common 0.166s [2021-02-25T03:46:54.275Z] [2021-02-25T03:46:54.275Z] === Skipped [2021-02-25T03:46:54.275Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-02-25T03:46:54.275Z] plugin_test.go:58: testEnv.OSType == "windows" [2021-02-25T03:46:54.275Z] [2021-02-25T03:46:54.275Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-02-25T03:46:54.275Z] plugin_test.go:167: testEnv.OSType == "windows" [2021-02-25T03:46:54.275Z] [2021-02-25T03:46:54.275Z] [2021-02-25T03:46:54.275Z] DONE 4 tests, 2 skipped in 7.444s [2021-02-25T03:46:54.275Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-02-25T03:46:56.011Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-02-25T03:46:57.203Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-25T03:46:57.204Z] INFO: Testing against a local daemon [2021-02-25T03:46:57.204Z] === RUN TestExternalGraphDriver [2021-02-25T03:46:57.204Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-02-25T03:46:57.204Z] external_test.go:48: runtime.GOOS == "windows" [2021-02-25T03:46:57.204Z] === RUN TestGraphdriverPluginV2 [2021-02-25T03:46:57.204Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-02-25T03:46:57.204Z] external_test.go:408: runtime.GOOS == "windows" [2021-02-25T03:46:57.204Z] PASS [2021-02-25T03:46:57.204Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.173s [2021-02-25T03:46:57.204Z] [2021-02-25T03:46:57.204Z] === Skipped [2021-02-25T03:46:57.204Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-02-25T03:46:57.204Z] external_test.go:48: runtime.GOOS == "windows" [2021-02-25T03:46:57.204Z] [2021-02-25T03:46:57.204Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-02-25T03:46:57.204Z] external_test.go:408: runtime.GOOS == "windows" [2021-02-25T03:46:57.204Z] [2021-02-25T03:46:57.204Z] [2021-02-25T03:46:57.204Z] DONE 2 tests, 2 skipped in 3.009s [2021-02-25T03:46:57.204Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-02-25T03:47:00.135Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-25T03:47:00.135Z] INFO: Testing against a local daemon [2021-02-25T03:47:00.135Z] === RUN TestReadPluginNoRead [2021-02-25T03:47:00.135Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-02-25T03:47:00.135Z] read_test.go:21: no unix domain sockets on Windows [2021-02-25T03:47:00.135Z] PASS [2021-02-25T03:47:00.135Z] ok github.com/docker/docker/integration/plugin/logging 0.141s [2021-02-25T03:47:00.135Z] [2021-02-25T03:47:00.135Z] === Skipped [2021-02-25T03:47:00.135Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-02-25T03:47:00.135Z] read_test.go:21: no unix domain sockets on Windows [2021-02-25T03:47:00.135Z] [2021-02-25T03:47:00.135Z] [2021-02-25T03:47:00.135Z] DONE 1 tests, 1 skipped in 2.440s [2021-02-25T03:47:00.135Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-02-25T03:47:01.112Z] testing: warning: no tests to run [2021-02-25T03:47:01.112Z] PASS [2021-02-25T03:47:01.112Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.092s [2021-02-25T03:47:01.112Z] [2021-02-25T03:47:01.112Z] DONE 0 tests in 1.301s [2021-02-25T03:47:01.112Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-02-25T03:47:01.313Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-02-25T03:47:03.856Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-02-25T03:47:04.048Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-25T03:47:04.048Z] INFO: Testing against a local daemon [2021-02-25T03:47:04.048Z] === RUN TestPluginWithDevMounts [2021-02-25T03:47:04.048Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-02-25T03:47:04.048Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:04.048Z] PASS [2021-02-25T03:47:04.048Z] ok github.com/docker/docker/integration/plugin/volumes 0.157s [2021-02-25T03:47:04.048Z] [2021-02-25T03:47:04.048Z] === Skipped [2021-02-25T03:47:04.048Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-02-25T03:47:04.048Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:04.048Z] [2021-02-25T03:47:04.048Z] [2021-02-25T03:47:04.048Z] DONE 1 tests, 1 skipped in 2.441s [2021-02-25T03:47:04.048Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-02-25T03:47:04.795Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-02-25T03:47:05.736Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-02-25T03:47:06.257Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-25T03:47:06.257Z] INFO: Testing against a local daemon [2021-02-25T03:47:06.257Z] === RUN TestSecretInspect [2021-02-25T03:47:06.257Z] --- SKIP: TestSecretInspect (0.00s) [2021-02-25T03:47:06.257Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:06.257Z] === RUN TestSecretList [2021-02-25T03:47:06.257Z] --- SKIP: TestSecretList (0.00s) [2021-02-25T03:47:06.257Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:06.257Z] === RUN TestSecretsCreateAndDelete [2021-02-25T03:47:06.257Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-02-25T03:47:06.257Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:06.257Z] === RUN TestSecretsUpdate [2021-02-25T03:47:06.257Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-02-25T03:47:06.257Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:06.257Z] === RUN TestTemplatedSecret [2021-02-25T03:47:06.257Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-02-25T03:47:06.257Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:06.257Z] === RUN TestSecretCreateResolve [2021-02-25T03:47:06.257Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-02-25T03:47:06.257Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-02-25T03:47:06.257Z] PASS [2021-02-25T03:47:06.257Z] ok github.com/docker/docker/integration/secret 0.167s [2021-02-25T03:47:06.257Z] [2021-02-25T03:47:06.257Z] === Skipped [2021-02-25T03:47:06.257Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-02-25T03:47:06.257Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:06.257Z] [2021-02-25T03:47:06.257Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-02-25T03:47:06.257Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:06.257Z] [2021-02-25T03:47:06.257Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-02-25T03:47:06.257Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:06.257Z] [2021-02-25T03:47:06.257Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-02-25T03:47:06.257Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:06.257Z] [2021-02-25T03:47:06.257Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-02-25T03:47:06.257Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:06.257Z] [2021-02-25T03:47:06.257Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-02-25T03:47:06.257Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-02-25T03:47:06.257Z] [2021-02-25T03:47:06.257Z] [2021-02-25T03:47:06.257Z] DONE 6 tests, 6 skipped in 2.367s [2021-02-25T03:47:06.257Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-02-25T03:47:06.676Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-02-25T03:47:08.059Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-02-25T03:47:09.000Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-02-25T03:47:09.188Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-25T03:47:09.188Z] INFO: Testing against a local daemon [2021-02-25T03:47:09.188Z] === RUN TestServiceCreateInit [2021-02-25T03:47:09.188Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-02-25T03:47:09.188Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-02-25T03:47:09.188Z] --- PASS: TestServiceCreateInit (0.04s) [2021-02-25T03:47:09.188Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-02-25T03:47:09.188Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:09.188Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-02-25T03:47:09.188Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:09.188Z] === RUN TestCreateServiceMultipleTimes [2021-02-25T03:47:09.188Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-02-25T03:47:09.188Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:09.188Z] === RUN TestCreateServiceConflict [2021-02-25T03:47:09.188Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-02-25T03:47:09.188Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:09.188Z] === RUN TestCreateServiceMaxReplicas [2021-02-25T03:47:09.188Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s) [2021-02-25T03:47:09.188Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:09.188Z] === RUN TestCreateWithDuplicateNetworkNames [2021-02-25T03:47:09.188Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-02-25T03:47:09.188Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:09.188Z] === RUN TestCreateServiceSecretFileMode [2021-02-25T03:47:09.188Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-02-25T03:47:09.188Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:09.188Z] === RUN TestCreateServiceConfigFileMode [2021-02-25T03:47:09.188Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-02-25T03:47:09.188Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:09.188Z] === RUN TestCreateServiceSysctls [2021-02-25T03:47:09.188Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2021-02-25T03:47:09.188Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:09.188Z] === RUN TestCreateServiceCapabilities [2021-02-25T03:47:09.188Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2021-02-25T03:47:09.188Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:09.188Z] === RUN TestInspect [2021-02-25T03:47:09.188Z] --- SKIP: TestInspect (0.00s) [2021-02-25T03:47:09.188Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:09.188Z] === RUN TestCreateJob [2021-02-25T03:47:09.188Z] --- SKIP: TestCreateJob (0.00s) [2021-02-25T03:47:09.188Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:09.188Z] === RUN TestReplicatedJob [2021-02-25T03:47:09.188Z] --- SKIP: TestReplicatedJob (0.00s) [2021-02-25T03:47:09.188Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:09.188Z] === RUN TestUpdateReplicatedJob [2021-02-25T03:47:09.188Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-02-25T03:47:09.188Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:09.188Z] === RUN TestServiceListWithStatuses [2021-02-25T03:47:09.188Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-02-25T03:47:09.188Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:09.188Z] === RUN TestDockerNetworkConnectAlias [2021-02-25T03:47:09.188Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-02-25T03:47:09.188Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:09.188Z] === RUN TestDockerNetworkReConnect [2021-02-25T03:47:09.188Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-02-25T03:47:09.188Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:09.188Z] === RUN TestServicePlugin [2021-02-25T03:47:09.188Z] --- SKIP: TestServicePlugin (0.00s) [2021-02-25T03:47:09.188Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:09.188Z] === RUN TestServiceUpdateLabel [2021-02-25T03:47:09.188Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2021-02-25T03:47:09.188Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-02-25T03:47:09.188Z] === RUN TestServiceUpdateSecrets [2021-02-25T03:47:09.188Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-02-25T03:47:09.188Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-02-25T03:47:09.188Z] === RUN TestServiceUpdateConfigs [2021-02-25T03:47:09.188Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-02-25T03:47:09.188Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-02-25T03:47:09.188Z] === RUN TestServiceUpdateNetwork [2021-02-25T03:47:09.188Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2021-02-25T03:47:09.188Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-02-25T03:47:09.188Z] === RUN TestServiceUpdatePidsLimit [2021-02-25T03:47:09.188Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s) [2021-02-25T03:47:09.188Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-02-25T03:47:09.188Z] PASS [2021-02-25T03:47:09.188Z] ok github.com/docker/docker/integration/service 0.295s [2021-02-25T03:47:09.188Z] [2021-02-25T03:47:09.188Z] === Skipped [2021-02-25T03:47:09.188Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-02-25T03:47:09.188Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-02-25T03:47:09.188Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:09.188Z] [2021-02-25T03:47:09.188Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-02-25T03:47:09.188Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-02-25T03:47:09.188Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:09.188Z] [2021-02-25T03:47:09.188Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-02-25T03:47:09.188Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:09.188Z] [2021-02-25T03:47:09.188Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-02-25T03:47:09.188Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:09.188Z] [2021-02-25T03:47:09.188Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s) [2021-02-25T03:47:09.188Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:09.188Z] [2021-02-25T03:47:09.188Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-02-25T03:47:09.188Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:09.188Z] [2021-02-25T03:47:09.188Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-02-25T03:47:09.188Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:09.188Z] [2021-02-25T03:47:09.188Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-02-25T03:47:09.188Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:09.188Z] [2021-02-25T03:47:09.188Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2021-02-25T03:47:09.188Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:09.188Z] [2021-02-25T03:47:09.188Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2021-02-25T03:47:09.188Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:09.188Z] [2021-02-25T03:47:09.188Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-02-25T03:47:09.188Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:09.188Z] [2021-02-25T03:47:09.188Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-02-25T03:47:09.188Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:09.188Z] [2021-02-25T03:47:09.189Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-02-25T03:47:09.189Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:09.189Z] [2021-02-25T03:47:09.189Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-02-25T03:47:09.189Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:09.189Z] [2021-02-25T03:47:09.189Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-02-25T03:47:09.189Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:09.189Z] [2021-02-25T03:47:09.189Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-02-25T03:47:09.189Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:09.189Z] [2021-02-25T03:47:09.189Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-02-25T03:47:09.189Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:09.189Z] [2021-02-25T03:47:09.189Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-02-25T03:47:09.189Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:09.189Z] [2021-02-25T03:47:09.189Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2021-02-25T03:47:09.189Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-02-25T03:47:09.189Z] [2021-02-25T03:47:09.189Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-02-25T03:47:09.189Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-02-25T03:47:09.189Z] [2021-02-25T03:47:09.189Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-02-25T03:47:09.189Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-02-25T03:47:09.189Z] [2021-02-25T03:47:09.189Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2021-02-25T03:47:09.189Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-02-25T03:47:09.189Z] [2021-02-25T03:47:09.189Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.01s) [2021-02-25T03:47:09.189Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-02-25T03:47:09.189Z] [2021-02-25T03:47:09.189Z] [2021-02-25T03:47:09.189Z] DONE 24 tests, 23 skipped in 2.874s [2021-02-25T03:47:09.189Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-02-25T03:47:09.942Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-02-25T03:47:10.883Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-02-25T03:47:11.387Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-25T03:47:11.387Z] INFO: Testing against a local daemon [2021-02-25T03:47:11.387Z] === RUN TestSessionCreate [2021-02-25T03:47:11.387Z] --- SKIP: TestSessionCreate (0.00s) [2021-02-25T03:47:11.387Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-02-25T03:47:11.387Z] === RUN TestSessionCreateWithBadUpgrade [2021-02-25T03:47:11.387Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-02-25T03:47:11.387Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-02-25T03:47:11.387Z] PASS [2021-02-25T03:47:11.387Z] ok github.com/docker/docker/integration/session 0.139s [2021-02-25T03:47:11.387Z] [2021-02-25T03:47:11.387Z] === Skipped [2021-02-25T03:47:11.387Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-02-25T03:47:11.387Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-02-25T03:47:11.387Z] [2021-02-25T03:47:11.387Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-02-25T03:47:11.387Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-02-25T03:47:11.387Z] [2021-02-25T03:47:11.387Z] [2021-02-25T03:47:11.387Z] DONE 2 tests, 2 skipped in 2.162s [2021-02-25T03:47:11.387Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-02-25T03:47:12.796Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-02-25T03:47:13.584Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-25T03:47:13.584Z] INFO: Testing against a local daemon [2021-02-25T03:47:13.584Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-02-25T03:47:13.584Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-25T03:47:13.584Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:13.584Z] === RUN TestEventsExecDie [2021-02-25T03:47:13.584Z] --- SKIP: TestEventsExecDie (0.00s) [2021-02-25T03:47:13.584Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-02-25T03:47:13.584Z] === RUN TestEventsBackwardsCompatible [2021-02-25T03:47:13.584Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-02-25T03:47:13.584Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-02-25T03:47:13.584Z] === RUN TestInfoAPI [2021-02-25T03:47:13.584Z] --- PASS: TestInfoAPI (0.04s) [2021-02-25T03:47:13.584Z] === RUN TestInfoAPIWarnings [2021-02-25T03:47:13.584Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-02-25T03:47:13.584Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-25T03:47:13.584Z] === RUN TestInfoDebug [2021-02-25T03:47:13.584Z] --- SKIP: TestInfoDebug (0.00s) [2021-02-25T03:47:13.584Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-02-25T03:47:13.584Z] === RUN TestInfoInsecureRegistries [2021-02-25T03:47:13.584Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-02-25T03:47:13.584Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-02-25T03:47:13.584Z] === RUN TestInfoRegistryMirrors [2021-02-25T03:47:13.584Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-02-25T03:47:13.584Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-02-25T03:47:13.584Z] === RUN TestLoginFailsWithBadCredentials [2021-02-25T03:47:14.562Z] --- PASS: TestLoginFailsWithBadCredentials (0.97s) [2021-02-25T03:47:14.562Z] === RUN TestPingCacheHeaders [2021-02-25T03:47:14.562Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-02-25T03:47:14.562Z] === RUN TestPingGet [2021-02-25T03:47:14.562Z] --- PASS: TestPingGet (0.04s) [2021-02-25T03:47:14.562Z] === RUN TestPingHead [2021-02-25T03:47:14.562Z] --- PASS: TestPingHead (0.04s) [2021-02-25T03:47:14.562Z] === RUN TestVersion [2021-02-25T03:47:14.562Z] --- PASS: TestVersion (0.03s) [2021-02-25T03:47:14.562Z] PASS [2021-02-25T03:47:14.562Z] ok github.com/docker/docker/integration/system 1.240s [2021-02-25T03:47:14.562Z] [2021-02-25T03:47:14.562Z] === Skipped [2021-02-25T03:47:14.562Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-25T03:47:14.562Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-02-25T03:47:14.562Z] [2021-02-25T03:47:14.562Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2021-02-25T03:47:14.562Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-02-25T03:47:14.562Z] [2021-02-25T03:47:14.562Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-02-25T03:47:14.562Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-02-25T03:47:14.562Z] [2021-02-25T03:47:14.562Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-02-25T03:47:14.562Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-25T03:47:14.562Z] [2021-02-25T03:47:14.562Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-02-25T03:47:14.562Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-02-25T03:47:14.562Z] [2021-02-25T03:47:14.562Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-02-25T03:47:14.562Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-02-25T03:47:14.562Z] [2021-02-25T03:47:14.562Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-02-25T03:47:14.562Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-02-25T03:47:14.562Z] [2021-02-25T03:47:14.562Z] [2021-02-25T03:47:14.562Z] DONE 13 tests, 7 skipped in 3.130s [2021-02-25T03:47:14.562Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-02-25T03:47:14.709Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-02-25T03:47:15.650Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-02-25T03:47:16.759Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-25T03:47:16.760Z] INFO: Testing against a local daemon [2021-02-25T03:47:16.760Z] === RUN TestVolumesCreateAndList [2021-02-25T03:47:16.760Z] --- PASS: TestVolumesCreateAndList (0.05s) [2021-02-25T03:47:16.760Z] === RUN TestVolumesRemove [2021-02-25T03:47:16.760Z] --- PASS: TestVolumesRemove (0.09s) [2021-02-25T03:47:16.760Z] === RUN TestVolumesInspect [2021-02-25T03:47:16.760Z] --- PASS: TestVolumesInspect (0.04s) [2021-02-25T03:47:16.760Z] === RUN TestVolumesInvalidJSON [2021-02-25T03:47:16.760Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-02-25T03:47:16.760Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-02-25T03:47:16.760Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-02-25T03:47:16.760Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2021-02-25T03:47:16.760Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-02-25T03:47:16.760Z] PASS [2021-02-25T03:47:16.760Z] ok github.com/docker/docker/integration/volume 0.324s [2021-02-25T03:47:17.223Z] [2021-02-25T03:47:17.223Z] DONE 5 tests in 2.470s [2021-02-25T03:47:17.223Z] INFO: make.ps1 ended at 02/25/2021 03:47:16 [2021-02-25T03:47:17.223Z] INFO: Integration CLI tests being run from the host: [2021-02-25T03:47:17.223Z] 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-02-25T03:47:17.560Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-02-25T03:47:18.944Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-02-25T03:47:18.944Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-02-25T03:47:19.884Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-02-25T03:47:20.825Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-02-25T03:47:21.765Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-02-25T03:47:24.308Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-02-25T03:47:24.308Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-02-25T03:47:25.692Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-02-25T03:47:25.693Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-02-25T03:47:25.867Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-25T03:47:25.867Z] INFO: Testing against a local daemon [2021-02-25T03:47:25.867Z] === RUN TestDockerSuite [2021-02-25T03:47:25.867Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-02-25T03:47:25.867Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-02-25T03:47:25.867Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-02-25T03:47:25.867Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-02-25T03:47:25.867Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-02-25T03:47:25.867Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-02-25T03:47:25.867Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-02-25T03:47:25.867Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-02-25T03:47:25.867Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-02-25T03:47:25.867Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-02-25T03:47:25.952Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-02-25T03:47:26.213Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-02-25T03:47:26.330Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-02-25T03:47:26.473Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-02-25T03:47:26.733Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-02-25T03:47:26.794Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-02-25T03:47:26.996Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-02-25T03:47:27.936Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-02-25T03:47:29.847Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-02-25T03:47:30.418Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-02-25T03:47:31.360Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-02-25T03:47:32.302Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-02-25T03:47:33.242Z] --- PASS: TestDockerRegistrySuite (44.13s) [2021-02-25T03:47:33.242Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.22s) [2021-02-25T03:47:33.242Z] check_test.go:196: [db26a112ad4fb] daemon is not started [2021-02-25T03:47:33.242Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.04s) [2021-02-25T03:47:33.242Z] check_test.go:196: [d33c42065ff71] daemon is not started [2021-02-25T03:47:33.242Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.31s) [2021-02-25T03:47:33.242Z] check_test.go:196: [df0d706034a1f] daemon is not started [2021-02-25T03:47:33.242Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s) [2021-02-25T03:47:33.242Z] check_test.go:196: [dde5127b025ed] daemon is not started [2021-02-25T03:47:33.242Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.76s) [2021-02-25T03:47:33.242Z] check_test.go:196: [d6b125afaa4be] daemon is not started [2021-02-25T03:47:33.242Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (5.45s) [2021-02-25T03:47:33.242Z] check_test.go:196: [d34c29a71adaa] daemon is not started [2021-02-25T03:47:33.242Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.81s) [2021-02-25T03:47:33.242Z] check_test.go:196: [d46a5b1980641] daemon is not started [2021-02-25T03:47:33.242Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.20s) [2021-02-25T03:47:33.242Z] check_test.go:196: [d5ce56f106baf] daemon is not started [2021-02-25T03:47:33.242Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.86s) [2021-02-25T03:47:33.242Z] check_test.go:196: [df85397013c40] daemon is not started [2021-02-25T03:47:33.242Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.04s) [2021-02-25T03:47:33.242Z] check_test.go:196: [d42507d85b798] daemon is not started [2021-02-25T03:47:33.242Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.10s) [2021-02-25T03:47:33.242Z] check_test.go:196: [d2babb9608c6f] daemon is not started [2021-02-25T03:47:33.242Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.06s) [2021-02-25T03:47:33.242Z] check_test.go:196: [d91469f1b450a] daemon is not started [2021-02-25T03:47:33.242Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.92s) [2021-02-25T03:47:33.242Z] check_test.go:196: [d1ad0bfe21753] daemon is not started [2021-02-25T03:47:33.242Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.03s) [2021-02-25T03:47:33.242Z] check_test.go:196: [da5786e4d7a5d] daemon is not started [2021-02-25T03:47:33.242Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.87s) [2021-02-25T03:47:33.242Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:ec8d0e8ee20ba48c906b67bd6fe0cfa53196ae7df75e03def00109c56e2fab44 [2021-02-25T03:47:33.242Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:ee9800f296a360f50f5ff73e170c556d1da869d8b6b8a1fab46f9840bf1e37ae [2021-02-25T03:47:33.242Z] check_test.go:196: [d1ade1874726f] daemon is not started [2021-02-25T03:47:33.242Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.77s) [2021-02-25T03:47:33.242Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:19882b62974f45c0763786b01650592de294521a23ba1c2f6b0f25f0420ee926 [2021-02-25T03:47:33.242Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:d2d6761988c02b418fa6fd0233360962ce6929f770c5bf4b18b45b7094c816aa [2021-02-25T03:47:33.242Z] check_test.go:196: [d15bfa9cfe35a] daemon is not started [2021-02-25T03:47:33.242Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.96s) [2021-02-25T03:47:33.242Z] check_test.go:196: [d2b0c2c0a6da5] daemon is not started [2021-02-25T03:47:33.242Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.17s) [2021-02-25T03:47:33.242Z] check_test.go:196: [d6f9591e9ac97] daemon is not started [2021-02-25T03:47:33.242Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.99s) [2021-02-25T03:47:33.242Z] check_test.go:196: [db8c909c1e00b] daemon is not started [2021-02-25T03:47:33.242Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2021-02-25T03:47:33.242Z] check_test.go:196: [da3d220f57744] daemon is not started [2021-02-25T03:47:33.242Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.01s) [2021-02-25T03:47:33.242Z] check_test.go:196: [dcccd339c10d7] daemon is not started [2021-02-25T03:47:33.242Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.88s) [2021-02-25T03:47:33.242Z] check_test.go:196: [dcebdcb683349] daemon is not started [2021-02-25T03:47:33.242Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.88s) [2021-02-25T03:47:33.242Z] check_test.go:196: [d1c1d146ac832] daemon is not started [2021-02-25T03:47:33.242Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.43s) [2021-02-25T03:47:33.242Z] check_test.go:196: [d244b6e1cb980] daemon is not started [2021-02-25T03:47:33.242Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.40s) [2021-02-25T03:47:33.242Z] check_test.go:196: [dba5e0fe0d0e1] daemon is not started [2021-02-25T03:47:33.242Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.02s) [2021-02-25T03:47:33.242Z] check_test.go:196: [d6ea46a412818] daemon is not started [2021-02-25T03:47:33.242Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.38s) [2021-02-25T03:47:33.242Z] check_test.go:196: [d6adcfe69618c] daemon is not started [2021-02-25T03:47:33.242Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2021-02-25T03:47:33.242Z] check_test.go:196: [d061b6514a99d] daemon is not started [2021-02-25T03:47:33.242Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.29s) [2021-02-25T03:47:33.242Z] check_test.go:196: [da82e1c613ea9] daemon is not started [2021-02-25T03:47:33.242Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.25s) [2021-02-25T03:47:33.242Z] check_test.go:196: [dab715f206c9c] daemon is not started [2021-02-25T03:47:33.242Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.33s) [2021-02-25T03:47:33.242Z] check_test.go:196: [d363108e00c77] daemon is not started [2021-02-25T03:47:33.242Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2021-02-25T03:47:33.242Z] check_test.go:196: [db350feb242d3] daemon is not started [2021-02-25T03:47:33.242Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.14s) [2021-02-25T03:47:33.242Z] check_test.go:196: [d8efae0333fc2] daemon is not started [2021-02-25T03:47:33.242Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.46s) [2021-02-25T03:47:33.242Z] check_test.go:196: [dda276bda98c0] daemon is not started [2021-02-25T03:47:33.242Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.83s) [2021-02-25T03:47:33.242Z] check_test.go:196: [d232d4d472986] daemon is not started [2021-02-25T03:47:33.242Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.05s) [2021-02-25T03:47:33.242Z] check_test.go:196: [dea7e52a9ad42] daemon is not started [2021-02-25T03:47:33.242Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.94s) [2021-02-25T03:47:33.242Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.78s) [2021-02-25T03:47:33.242Z] === RUN TestDockerSchema1RegistrySuite [2021-02-25T03:47:33.242Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-02-25T03:47:33.242Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-02-25T03:47:36.540Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-02-25T03:47:40.740Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-02-25T03:47:43.284Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-02-25T03:47:44.225Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-02-25T03:47:45.165Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-02-25T03:47:45.441Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-02-25T03:47:46.382Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-02-25T03:47:47.322Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-02-25T03:47:48.264Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-02-25T03:47:50.808Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-02-25T03:47:51.068Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-02-25T03:47:51.328Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-02-25T03:47:51.589Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-02-25T03:47:51.849Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-02-25T03:47:52.109Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-02-25T03:47:52.368Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-02-25T03:47:52.628Z] --- PASS: TestDockerSchema1RegistrySuite (19.50s) [2021-02-25T03:47:52.628Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.16s) [2021-02-25T03:47:52.628Z] check_test.go:223: [d578914c6915d] daemon is not started [2021-02-25T03:47:52.628Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.90s) [2021-02-25T03:47:52.628Z] check_test.go:223: [d9a599476c333] daemon is not started [2021-02-25T03:47:52.628Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.16s) [2021-02-25T03:47:52.628Z] check_test.go:223: [dfb9d02afa59d] daemon is not started [2021-02-25T03:47:52.628Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (2.85s) [2021-02-25T03:47:52.628Z] check_test.go:223: [dea4bfee8e285] daemon is not started [2021-02-25T03:47:52.628Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.98s) [2021-02-25T03:47:52.628Z] check_test.go:223: [d74c1d9834280] daemon is not started [2021-02-25T03:47:52.628Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.04s) [2021-02-25T03:47:52.628Z] check_test.go:223: [ddde9e8c5fb6d] daemon is not started [2021-02-25T03:47:52.628Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s) [2021-02-25T03:47:52.628Z] check_test.go:223: [d61b41d51701c] daemon is not started [2021-02-25T03:47:52.628Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.04s) [2021-02-25T03:47:52.628Z] check_test.go:223: [dcd131164f33f] daemon is not started [2021-02-25T03:47:52.628Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.89s) [2021-02-25T03:47:52.628Z] check_test.go:223: [d2973842a8a6a] daemon is not started [2021-02-25T03:47:52.628Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.94s) [2021-02-25T03:47:52.628Z] check_test.go:223: [d275fa29b607b] daemon is not started [2021-02-25T03:47:52.628Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.39s) [2021-02-25T03:47:52.628Z] check_test.go:223: [d8cfe35ba8338] daemon is not started [2021-02-25T03:47:52.628Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.45s) [2021-02-25T03:47:52.628Z] check_test.go:223: [df8f0ae3b11d3] daemon is not started [2021-02-25T03:47:52.628Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.41s) [2021-02-25T03:47:52.628Z] check_test.go:223: [dcdee33cca6da] daemon is not started [2021-02-25T03:47:52.628Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2021-02-25T03:47:52.628Z] check_test.go:223: [d655767d7fb2a] daemon is not started [2021-02-25T03:47:52.628Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.31s) [2021-02-25T03:47:52.628Z] check_test.go:223: [d1ce4f1936948] daemon is not started [2021-02-25T03:47:52.628Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.26s) [2021-02-25T03:47:52.628Z] check_test.go:223: [d5ffe8262cfc3] daemon is not started [2021-02-25T03:47:52.628Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.36s) [2021-02-25T03:47:52.628Z] check_test.go:223: [d2e86db9473f9] daemon is not started [2021-02-25T03:47:52.628Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2021-02-25T03:47:52.628Z] check_test.go:223: [dd340c4520246] daemon is not started [2021-02-25T03:47:52.628Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-02-25T03:47:52.628Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-02-25T03:47:53.199Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-02-25T03:47:53.768Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-02-25T03:47:54.028Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-02-25T03:47:54.599Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2021-02-25T03:47:55.169Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-02-25T03:47:55.430Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-02-25T03:47:55.690Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-02-25T03:47:56.632Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-02-25T03:47:56.892Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.31s) [2021-02-25T03:47:56.892Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.75s) [2021-02-25T03:47:56.892Z] check_test.go:252: [dfb489d6d99f3] daemon is not started [2021-02-25T03:47:56.892Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.50s) [2021-02-25T03:47:56.893Z] check_test.go:252: [d19b8dbad7e6f] daemon is not started [2021-02-25T03:47:56.893Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.17s) [2021-02-25T03:47:56.893Z] check_test.go:252: [df6e39c63917d] daemon is not started [2021-02-25T03:47:56.893Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.20s) [2021-02-25T03:47:56.893Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.24s) [2021-02-25T03:47:56.893Z] check_test.go:252: [da32ec1f0a17e] daemon is not started [2021-02-25T03:47:56.893Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.38s) [2021-02-25T03:47:56.893Z] check_test.go:252: [d3ba43106529d] daemon is not started [2021-02-25T03:47:56.893Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.89s) [2021-02-25T03:47:56.893Z] check_test.go:252: [d90be6e90a38c] daemon is not started [2021-02-25T03:47:56.893Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.18s) [2021-02-25T03:47:56.893Z] check_test.go:252: [dfd6fab0cf5b0] daemon is not started [2021-02-25T03:47:56.893Z] === RUN TestDockerRegistryAuthTokenSuite [2021-02-25T03:47:56.893Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-02-25T03:47:58.802Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2021-02-25T03:48:02.097Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-02-25T03:48:02.357Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-02-25T03:48:02.357Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-02-25T03:48:02.618Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-02-25T03:48:02.618Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.86s) [2021-02-25T03:48:02.618Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.18s) [2021-02-25T03:48:02.618Z] check_test.go:279: [d6a5a533140b9] daemon is not started [2021-02-25T03:48:02.618Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.17s) [2021-02-25T03:48:02.618Z] check_test.go:279: [dbf7c1c0c286c] daemon is not started [2021-02-25T03:48:02.618Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.16s) [2021-02-25T03:48:02.618Z] check_test.go:279: [d00ad690b5f6f] daemon is not started [2021-02-25T03:48:02.618Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.17s) [2021-02-25T03:48:02.618Z] check_test.go:279: [d7e44b2058778] daemon is not started [2021-02-25T03:48:02.618Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.18s) [2021-02-25T03:48:02.618Z] check_test.go:279: [d36c265097598] daemon is not started [2021-02-25T03:48:02.618Z] === RUN TestDockerNetworkSuite [2021-02-25T03:48:02.618Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2021-02-25T03:48:05.164Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2021-02-25T03:48:05.424Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2021-02-25T03:48:05.994Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2021-02-25T03:48:10.229Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2021-02-25T03:48:12.770Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2021-02-25T03:48:12.770Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2021-02-25T03:48:15.314Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2021-02-25T03:48:15.575Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2021-02-25T03:48:17.485Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2021-02-25T03:48:20.028Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2021-02-25T03:48:24.232Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2021-02-25T03:48:26.773Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2021-02-25T03:48:26.773Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2021-02-25T03:48:27.714Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2021-02-25T03:48:28.655Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2021-02-25T03:48:29.225Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2021-02-25T03:48:30.166Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2021-02-25T03:48:30.735Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2021-02-25T03:48:30.735Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2021-02-25T03:48:31.304Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2021-02-25T03:48:31.565Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2021-02-25T03:48:31.826Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2021-02-25T03:48:32.780Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2021-02-25T03:48:33.040Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2021-02-25T03:48:33.040Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2021-02-25T03:48:33.301Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2021-02-25T03:48:34.241Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2021-02-25T03:48:35.624Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2021-02-25T03:48:35.624Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2021-02-25T03:48:35.884Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2021-02-25T03:48:35.884Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2021-02-25T03:48:38.425Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2021-02-25T03:48:38.997Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2021-02-25T03:48:38.997Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2021-02-25T03:48:39.569Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2021-02-25T03:48:40.951Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2021-02-25T03:48:42.333Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2021-02-25T03:48:47.624Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2021-02-25T03:48:47.624Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2021-02-25T03:48:48.565Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2021-02-25T03:48:48.565Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2021-02-25T03:48:48.565Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2021-02-25T03:48:48.825Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2021-02-25T03:48:48.825Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2021-02-25T03:48:48.825Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2021-02-25T03:48:51.367Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2021-02-25T03:48:51.368Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2021-02-25T03:48:51.368Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2021-02-25T03:48:52.308Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2021-02-25T03:48:55.606Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2021-02-25T03:48:58.925Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2021-02-25T03:48:58.925Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2021-02-25T03:48:59.495Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2021-02-25T03:49:01.403Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2021-02-25T03:49:01.403Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2021-02-25T03:49:01.972Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2021-02-25T03:49:02.232Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2021-02-25T03:49:03.172Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite (65.26s) [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.51s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:46: [da29046fb99e7] daemon is not started [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.78s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:46: [de44b9a1b4c5f] daemon is not started [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (4.03s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:46: [d4aba50381e24] daemon is not started [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (2.34s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:46: [d39a5ddef6929] daemon is not started [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (3.08s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:1233: [d93da12c93e0d] daemon is not started [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.98s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:46: [d5354e7575618] daemon is not started [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (6.68s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:46: [d2a5e55f71b97] daemon is not started [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.34s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:46: [d0481a8a983d0] daemon is not started [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.35s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:46: [d2bd51cc0c5d5] daemon is not started [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.76s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:46: [df4681add3baa] daemon is not started [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.48s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:46: [deceb9f2f45cb] daemon is not started [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.04s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:46: [de2bc6baea239] daemon is not started [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.14s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:46: [d15772f8c057d] daemon is not started [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.23s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:46: [dc1483ca6a426] daemon is not started [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.32s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:46: [dfd4aef6ae8d3] daemon is not started [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (1.05s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:46: [d51ffe080a590] daemon is not started [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.23s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:46: [de5a80bdd4a75] daemon is not started [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.07s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:46: [df0f7923f5334] daemon is not started [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.26s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:46: [d9e82f4b09206] daemon is not started [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.86s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:46: [da84ef768c088] daemon is not started [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.09s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:46: [d9149c7e48391] daemon is not started [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.10s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:46: [dde42a1ccbd47] daemon is not started [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.35s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:46: [d94740b06e8ea] daemon is not started [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.11s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:46: [d8fefc4505c81] daemon is not started [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (3.00s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:968: [d5ac7b9104cb8] daemon is not started [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (2.04s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:46: [d4dd19a069118] daemon is not started [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (6.44s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:1116: [d6c534b5c61fd] daemon is not started [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.21s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:46: [d157eb90ce7ad] daemon is not started [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.85s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:46: [d608c92cba6a0] daemon is not started [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.14s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:46: [d26182a736d9e] daemon is not started [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:46: [d9db713cd0b5e] daemon is not started [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.16s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:46: [d3dfe12e9426e] daemon is not started [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.15s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:46: [d044c4fbb8133] daemon is not started [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:46: [d3aee44d35d6b] daemon is not started [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.48s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:46: [d399b3c1d37aa] daemon is not started [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:46: [df010ac502ec6] daemon is not started [2021-02-25T03:49:08.454Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:46: [d8db52be46e04] daemon is not started [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.76s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:46: [db81841e6ac3d] daemon is not started [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.40s) [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.10s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:1084: [d86180d01ca72] daemon is not started [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:46: [d98010078afbf] daemon is not started [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.75s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:46: [ddfaba3db8021] daemon is not started [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.59s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:46: [d09f5d227c10e] daemon is not started [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:46: [d60dc74fe3170] daemon is not started [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.68s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:46: [d534e3a5c9a12] daemon is not started [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.48s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:46: [d80d6605131ae] daemon is not started [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.98s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:46: [d094995c96a1c] daemon is not started [2021-02-25T03:49:08.454Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (4.70s) [2021-02-25T03:49:08.454Z] docker_cli_network_unix_test.go:46: [d6004d0dde59f] daemon is not started [2021-02-25T03:49:08.454Z] === RUN TestDockerHubPullSuite [2021-02-25T03:49:08.454Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2021-02-25T03:49:09.393Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2021-02-25T03:49:11.931Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2021-02-25T03:49:12.191Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2021-02-25T03:49:14.100Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2021-02-25T03:49:14.100Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2021-02-25T03:49:14.100Z] --- PASS: TestDockerHubPullSuite (6.17s) [2021-02-25T03:49:14.100Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.37s) [2021-02-25T03:49:14.100Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.23s) [2021-02-25T03:49:14.100Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.46s) [2021-02-25T03:49:14.100Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.82s) [2021-02-25T03:49:14.100Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.22s) [2021-02-25T03:49:14.100Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2021-02-25T03:49:14.100Z] PASS [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === Skipped [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2021-02-25T03:49:14.100Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2021-02-25T03:49:14.100Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2021-02-25T03:49:14.100Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2021-02-25T03:49:14.100Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-02-25T03:49:14.100Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-02-25T03:49:14.100Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-02-25T03:49:14.100Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-02-25T03:49:14.100Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-02-25T03:49:14.100Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-02-25T03:49:14.100Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-02-25T03:49:14.100Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-02-25T03:49:14.100Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-02-25T03:49:14.100Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-02-25T03:49:14.100Z] docker_cli_sni_test.go:18: Flakey test [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-02-25T03:49:14.100Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-02-25T03:49:14.100Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-02-25T03:49:14.100Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-02-25T03:49:14.100Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-02-25T03:49:14.100Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-02-25T03:49:14.100Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-02-25T03:49:14.100Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-02-25T03:49:14.100Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-02-25T03:49:14.100Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-02-25T03:49:14.100Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-02-25T03:49:14.100Z] docker_cli_run_test.go:4047: unmatched requirement DaemonIsWindows [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-02-25T03:49:14.100Z] docker_cli_run_test.go:4066: unmatched requirement DaemonIsWindows [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-02-25T03:49:14.100Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-02-25T03:49:14.100Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.02s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.02s) [2021-02-25T03:49:14.100Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-02-25T03:49:14.100Z] docker_cli_run_test.go:4132: unmatched requirement IsolationIsProcess [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-02-25T03:49:14.100Z] docker_cli_run_test.go:2867: kernel doesn't have latency_stats configured [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-02-25T03:49:14.100Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-02-25T03:49:14.100Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-02-25T03:49:14.100Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-02-25T03:49:14.100Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-02-25T03:49:14.100Z] docker_cli_run_test.go:4122: unmatched requirement DaemonIsWindows [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-02-25T03:49:14.100Z] docker_cli_run_test.go:4112: unmatched requirement DaemonIsWindows [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-02-25T03:49:14.100Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-02-25T03:49:14.100Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-02-25T03:49:14.100Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-02-25T03:49:14.100Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-02-25T03:49:14.100Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-02-25T03:49:14.100Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-02-25T03:49:14.100Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2021-02-25T03:49:14.100Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-02-25T03:49:14.100Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-02-25T03:49:14.100Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.01s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.01s) [2021-02-25T03:49:14.100Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-02-25T03:49:14.100Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-02-25T03:49:14.100Z] docker_cli_run_test.go:4440: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-02-25T03:49:14.100Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-02-25T03:49:14.100Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-02-25T03:49:14.100Z] docker_cli_network_unix_test.go:46: [d8db52be46e04] daemon is not started [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] [2021-02-25T03:49:14.100Z] DONE 1274 tests, 51 skipped in 1570.384s [2021-02-25T03:49:14.100Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-02-25T03:49:14.100Z] ++++ cat bundles/test-integration/docker.pid [2021-02-25T03:49:14.100Z] +++ kill 8179 [2021-02-25T03:49:15.481Z] +++ /etc/init.d/apparmor stop [2021-02-25T03:49:15.481Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-25T03:49:15.481Z] [2021-02-25T03:49:15.481Z] Unloading profiles will leave already running processes permanently [2021-02-25T03:49:15.481Z] unconfined, which can lead to unexpected situations. [2021-02-25T03:49:15.481Z] [2021-02-25T03:49:15.481Z] To set a process to complain mode, use the command line tool [2021-02-25T03:49:15.481Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-25T03:49:15.481Z] +++ true [2021-02-25T03:49:15.481Z] exiting test-integration [2021-02-25T03:49:15.481Z] ++ exit 0 [2021-02-25T03:49:15.481Z] [2021-02-25T03:49:15.481Z] + for job in $(jobs -p) [2021-02-25T03:49:15.481Z] + wait 13352 [2021-02-25T03:49:37.429Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2021-02-25T03:49:38.658Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-02-25T03:49:38.658Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-02-25T03:49:38.658Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-02-25T03:49:38.658Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-02-25T03:49:38.658Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-02-25T03:49:38.658Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-02-25T03:49:38.658Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-02-25T03:49:38.658Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-02-25T03:49:38.658Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-02-25T03:49:38.658Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-02-25T03:49:38.658Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-02-25T03:49:38.658Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-02-25T03:49:42.420Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-02-25T03:49:42.420Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-02-25T03:49:42.420Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-02-25T03:49:45.366Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-02-25T03:49:47.582Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-02-25T03:49:47.582Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-02-25T03:49:47.582Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-02-25T03:49:47.582Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-02-25T03:49:47.582Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-02-25T03:49:51.349Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-02-25T03:49:51.349Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-02-25T03:49:51.349Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-02-25T03:49:57.180Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-02-25T03:50:33.677Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2021-02-25T03:50:48.569Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2021-02-25T03:50:51.109Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2021-02-25T03:51:53.774Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-02-25T03:51:53.774Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-02-25T03:51:53.774Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-02-25T03:51:53.774Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-02-25T03:51:54.753Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-02-25T03:51:55.731Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-02-25T03:51:55.731Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-02-25T03:51:55.731Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-02-25T03:51:55.731Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-02-25T03:51:56.195Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-02-25T03:51:57.172Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-02-25T03:52:00.101Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-02-25T03:52:01.653Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-02-25T03:52:01.653Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-02-25T03:52:01.653Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-02-25T03:52:01.653Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-02-25T03:52:04.593Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-02-25T03:52:17.126Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-02-25T03:52:20.895Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-02-25T03:52:22.447Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-02-25T03:52:22.447Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-02-25T03:52:25.380Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-02-25T03:52:26.932Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-02-25T03:52:37.307Z] === RUN TestDockerSuite/TestBuildAddScript [2021-02-25T03:52:37.307Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-02-25T03:52:37.307Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-02-25T03:52:37.307Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-02-25T03:52:37.307Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-02-25T03:52:37.307Z] === RUN TestDockerSuite/TestBuildAddTar [2021-02-25T03:53:12.618Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2021-02-25T03:53:16.814Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2021-02-25T03:53:17.074Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2021-02-25T03:53:17.334Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2021-02-25T03:53:17.594Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2021-02-25T03:53:17.594Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2021-02-25T03:53:18.164Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2021-02-25T03:53:20.704Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2021-02-25T03:53:24.002Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2021-02-25T03:53:25.383Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2021-02-25T03:53:28.115Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-02-25T03:53:28.115Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-02-25T03:53:28.115Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-02-25T03:53:49.279Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-02-25T03:53:49.279Z] === RUN TestDockerSuite/TestBuildBlankName [2021-02-25T03:53:49.279Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-02-25T03:53:55.114Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-02-25T03:53:55.578Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-02-25T03:54:00.301Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-02-25T03:54:08.928Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-02-25T03:54:17.550Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-02-25T03:54:17.550Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-02-25T03:54:21.631Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2021-02-25T03:54:21.631Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2021-02-25T03:54:23.012Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2021-02-25T03:54:24.932Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2021-02-25T03:54:27.928Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-02-25T03:54:27.928Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-02-25T03:54:27.928Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-02-25T03:54:28.226Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2021-02-25T03:54:30.766Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2021-02-25T03:54:33.768Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-02-25T03:54:33.769Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-02-25T03:54:33.769Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-02-25T03:54:34.232Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-02-25T03:54:34.232Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-02-25T03:54:52.711Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2021-02-25T03:55:02.696Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2021-02-25T03:55:03.633Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2021-02-25T03:55:06.172Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2021-02-25T03:55:08.712Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2021-02-25T03:55:10.002Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-02-25T03:55:10.002Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-02-25T03:55:10.002Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-02-25T03:55:10.467Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-02-25T03:55:12.022Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-02-25T03:55:12.022Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-02-25T03:55:15.295Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2021-02-25T03:55:16.748Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-02-25T03:55:17.726Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-02-25T03:55:17.726Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-02-25T03:55:17.726Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-02-25T03:55:19.279Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-02-25T03:55:19.493Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2021-02-25T03:55:20.258Z] === RUN TestDockerSuite/TestBuildCmd [2021-02-25T03:55:20.721Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-02-25T03:55:21.186Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-02-25T03:55:21.404Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2021-02-25T03:55:21.650Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-02-25T03:55:24.701Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2021-02-25T03:55:27.241Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2021-02-25T03:55:27.481Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-02-25T03:55:29.032Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-02-25T03:55:29.032Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-02-25T03:55:29.782Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2021-02-25T03:55:30.592Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-02-25T03:55:30.592Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-02-25T03:55:31.056Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-02-25T03:55:32.608Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-02-25T03:55:33.078Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2021-02-25T03:55:33.585Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-02-25T03:55:34.049Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-02-25T03:55:34.049Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-02-25T03:55:34.459Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2021-02-25T03:55:35.027Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-02-25T03:55:35.491Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-02-25T03:55:35.491Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-02-25T03:55:35.957Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-02-25T03:55:40.685Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-02-25T03:56:16.475Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-02-25T03:56:16.475Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-02-25T03:56:16.475Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-02-25T03:56:20.247Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-02-25T03:56:20.247Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-02-25T03:56:20.713Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-02-25T03:56:20.713Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-02-25T03:56:21.177Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-02-25T03:56:21.177Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-02-25T03:56:30.745Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2021-02-25T03:56:45.636Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2021-02-25T03:56:46.403Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-02-25T03:56:46.403Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-02-25T03:56:46.403Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-02-25T03:57:00.529Z] --- PASS: TestDockerSwarmSuite (1636.01s) [2021-02-25T03:57:00.529Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.25s) [2021-02-25T03:57:00.529Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (2.97s) [2021-02-25T03:57:00.529Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (4.68s) [2021-02-25T03:57:00.529Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.70s) [2021-02-25T03:57:00.529Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.11s) [2021-02-25T03:57:00.529Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (29.54s) [2021-02-25T03:57:00.529Z] docker_api_swarm_test.go:562: [db9dab68f24f2] joining swarm manager [d718b1887f5df]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-25T03:57:00.529Z] docker_api_swarm_test.go:584: [d0e45d2ad1298] joining swarm manager [d718b1887f5df]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-25T03:57:00.529Z] check_test.go:380: [db9dab68f24f2] daemon is not started [2021-02-25T03:57:00.529Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2021-02-25T03:57:00.529Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-02-25T03:57:00.529Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.10s) [2021-02-25T03:57:00.529Z] docker_api_swarm_test.go:45: [d37fd2f3739b4] joining swarm manager [d03f8abd21342]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-25T03:57:00.529Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (1.01s) [2021-02-25T03:57:00.529Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (49.32s) [2021-02-25T03:57:00.529Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (31.57s) [2021-02-25T03:57:00.529Z] docker_api_swarm_test.go:303: [ddf627293b12d] joining swarm manager [d8612609cc14e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-25T03:57:00.529Z] docker_api_swarm_test.go:304: [dda55cee411ee] joining swarm manager [d8612609cc14e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-25T03:57:00.529Z] docker_api_swarm_test.go:350: Waiting for election to occur... [2021-02-25T03:57:00.529Z] docker_api_swarm_test.go:363: Waiting for possible election... [2021-02-25T03:57:00.529Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.54s) [2021-02-25T03:57:00.529Z] docker_api_swarm_test.go:271: [da2270252af6a] joining swarm manager [dbe9f5552c34e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-25T03:57:00.529Z] docker_api_swarm_test.go:272: [da1c872814270] joining swarm manager [dbe9f5552c34e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-25T03:57:00.529Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.05s) [2021-02-25T03:57:00.529Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.33s) [2021-02-25T03:57:00.529Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.59s) [2021-02-25T03:57:00.529Z] docker_api_swarm_node_test.go:19: [dee384443824d] joining swarm manager [d6305d8c7983c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-25T03:57:00.529Z] docker_api_swarm_node_test.go:20: [d119e300d7ded] joining swarm manager [d6305d8c7983c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-25T03:57:00.529Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (48.57s) [2021-02-25T03:57:00.529Z] docker_api_swarm_test.go:501: [dc2e4020e01a5] joining swarm manager [d845e5c71eadf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-25T03:57:00.529Z] docker_api_swarm_test.go:506: [dcedf4adc12a8] joining swarm manager [d845e5c71eadf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-25T03:57:00.529Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (15.02s) [2021-02-25T03:57:00.529Z] docker_api_swarm_node_test.go:80: [d14085125a217] joining swarm manager [deeb421d346d5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-25T03:57:00.529Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.86s) [2021-02-25T03:57:00.529Z] docker_api_swarm_node_test.go:52: [d044d6aad167f] joining swarm manager [daea079a194e1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-25T03:57:00.529Z] docker_api_swarm_node_test.go:53: [d135c26e622a6] joining swarm manager [daea079a194e1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-25T03:57:00.529Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.50s) [2021-02-25T03:57:00.529Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (18.31s) [2021-02-25T03:57:00.529Z] docker_api_swarm_test.go:201: [d0eb6a8a87ad8] joining swarm manager [df088cfed55a3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-25T03:57:00.529Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (62.26s) [2021-02-25T03:57:00.529Z] docker_api_swarm_test.go:383: [dcf84460e233c] joining swarm manager [d0543be42cf23]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-25T03:57:00.529Z] docker_api_swarm_test.go:384: [d75a9fe6a0655] joining swarm manager [d0543be42cf23]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-25T03:57:00.529Z] check_test.go:380: [d75a9fe6a0655] daemon is not started [2021-02-25T03:57:00.529Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (55.54s) [2021-02-25T03:57:00.529Z] docker_api_swarm_test.go:801: [d3380cdbb8c24] joining swarm manager [df7651cf349b7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-25T03:57:00.529Z] docker_api_swarm_test.go:801: [d0e6702b6515a] joining swarm manager [df7651cf349b7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-25T03:57:00.529Z] docker_api_swarm_test.go:801: [d42f9bd342b7c] joining swarm manager [df7651cf349b7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-02-25T03:57:00.529Z] docker_api_swarm_test.go:801: [d5cd408d38355] joining swarm manager [df7651cf349b7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-02-25T03:57:00.529Z] docker_api_swarm_test.go:809: [d3b1ae7b817dc] joining swarm manager [df7651cf349b7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2021-02-25T03:57:00.529Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.28s) [2021-02-25T03:57:00.529Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (3.77s) [2021-02-25T03:57:00.529Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (19.27s) [2021-02-25T03:57:00.529Z] docker_api_swarm_service_test.go:394: [dec315819f191] joining swarm manager [d6bcfdc2fafa6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-25T03:57:00.529Z] docker_api_swarm_service_test.go:394: [dd80af69b3a85] joining swarm manager [d6bcfdc2fafa6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-25T03:57:00.529Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.31s) [2021-02-25T03:57:00.529Z] docker_api_swarm_service_test.go:342: [d35dde30ab69f] joining swarm manager [dfa9e59e56d3d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-25T03:57:00.529Z] docker_api_swarm_service_test.go:342: [d0a212536bab9] joining swarm manager [dfa9e59e56d3d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-25T03:57:00.529Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.00s) [2021-02-25T03:57:00.529Z] docker_api_swarm_service_test.go:489: [d26936ddcd45f] joining swarm manager [d4d5ac1dbaa9f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-25T03:57:00.529Z] docker_api_swarm_service_test.go:489: [d24e2fb11f5c4] joining swarm manager [d4d5ac1dbaa9f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-25T03:57:00.529Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.42s) [2021-02-25T03:57:00.529Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (27.98s) [2021-02-25T03:57:00.529Z] docker_api_swarm_service_test.go:127: [d6a86883d0d9f] joining swarm manager [db05fb1ddf0e3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-25T03:57:00.529Z] docker_api_swarm_service_test.go:128: [df4cce5a0e514] joining swarm manager [db05fb1ddf0e3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-25T03:57:00.529Z] docker_api_swarm_service_test.go:136: [da29bbd920a66] joining swarm manager [db05fb1ddf0e3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-02-25T03:57:00.529Z] docker_api_swarm_service_test.go:137: [de071a0597978] joining swarm manager [db05fb1ddf0e3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-02-25T03:57:00.529Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.27s) [2021-02-25T03:57:00.529Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.19s) [2021-02-25T03:57:00.529Z] docker_api_swarm_service_test.go:303: [d9235746c419a] joining swarm manager [d7bc08d559f97]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-25T03:57:00.529Z] docker_api_swarm_service_test.go:303: [daca6a8bc851b] joining swarm manager [d7bc08d559f97]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-25T03:57:00.529Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (27.38s) [2021-02-25T03:57:00.529Z] docker_api_swarm_service_test.go:99: [d1a025252cecc] joining swarm manager [d7e551bab984f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-25T03:57:00.529Z] docker_api_swarm_service_test.go:100: [d61f92a91cbc8] joining swarm manager [d7e551bab984f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-25T03:57:00.529Z] check_test.go:380: [d1a025252cecc] daemon is not started [2021-02-25T03:57:00.529Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (27.07s) [2021-02-25T03:57:00.529Z] docker_api_swarm_service_test.go:532: [d092b8c8d072d] joining swarm manager [d9f8fc3ef3507]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-25T03:57:00.529Z] docker_api_swarm_service_test.go:533: [d4a0b19438dcd] joining swarm manager [d9f8fc3ef3507]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-25T03:57:00.529Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.50s) [2021-02-25T03:57:00.530Z] docker_api_swarm_service_test.go:147: [d91f2444e1e8d] joining swarm manager [dfac1acdbe026]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-25T03:57:00.530Z] docker_api_swarm_service_test.go:147: [d191488eba3da] joining swarm manager [dfac1acdbe026]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (26.11s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.09s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.60s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.12s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.13s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.77s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.91s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (3.95s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (3.96s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.06s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (7.72s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.80s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.76s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.10s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.22s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.66s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.50s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.04s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (2.69s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (1.92s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.41s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.21s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.47s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (12.77s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.89s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.66s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.20s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.80s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.10s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (12.48s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.60s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.20s) [2021-02-25T03:57:00.530Z] docker_cli_service_logs_test.go:245: checking task 6q9vd27hwqpy [2021-02-25T03:57:00.530Z] docker_cli_service_logs_test.go:250: checking messages for 6q9vd27hwqpy [2021-02-25T03:57:00.530Z] docker_cli_service_logs_test.go:245: checking task lwu1y54i2wo2 [2021-02-25T03:57:00.530Z] docker_cli_service_logs_test.go:250: checking messages for lwu1y54i2wo2 [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.94s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (18.01s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.39s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.21s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.19s) [2021-02-25T03:57:00.530Z] docker_cli_swarm_test.go:1901: [db58f50624234] joining swarm manager [d52f2263fb5d3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-25T03:57:00.530Z] docker_cli_swarm_test.go:1902: [d75644bc10533] joining swarm manager [d52f2263fb5d3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.24s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.91s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.30s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.45s) [2021-02-25T03:57:00.530Z] docker_cli_swarm_test.go:1802: [d7c41dfdbe836] joining swarm manager [d0d441d8e9023]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-25T03:57:00.530Z] docker_cli_swarm_test.go:1803: [dca73d62cbbbb] joining swarm manager [d0d441d8e9023]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.69s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (86.98s) [2021-02-25T03:57:00.530Z] docker_cli_swarm_test.go:1321: [d9ebe3ef6f321] joining swarm manager [d3aa25d91d583]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-25T03:57:00.530Z] docker_cli_swarm_test.go:1322: [d70170af1c9bb] joining swarm manager [d3aa25d91d583]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.04s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (6.81s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (7.22s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.43s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.81s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (6.93s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.89s) [2021-02-25T03:57:00.530Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-02-25T03:57:00.530Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (7.38s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.81s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.83s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.58s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (54.36s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (56.96s) [2021-02-25T03:57:00.530Z] docker_cli_swarm_test.go:1186: [dac4ddaacd14c] joining swarm manager [d661f9bce0f45]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-25T03:57:00.530Z] docker_cli_swarm_test.go:1195: [de19b12e36394] joining swarm manager [d661f9bce0f45]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.07s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.52s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (131.73s) [2021-02-25T03:57:00.530Z] docker_cli_swarm_test.go:1118: [d82c9bca78849] joining swarm manager [d28e792f6c50b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-25T03:57:00.530Z] docker_cli_swarm_test.go:1119: [d2a6f266c6908] joining swarm manager [d28e792f6c50b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-25T03:57:00.530Z] docker_cli_swarm_test.go:1172: [d204003d29d55] joining swarm manager [d28e792f6c50b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.41s) [2021-02-25T03:57:00.530Z] docker_cli_swarm_test.go:1453: [daf27facc5688] joining swarm manager [d7c3bc6d5d0dd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-25T03:57:00.530Z] docker_cli_swarm_test.go:1454: [d3e3035575c15] joining swarm manager [d7c3bc6d5d0dd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (1.92s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.15s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.16s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.05s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.07s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.23s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (2.99s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (1.83s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.45s) [2021-02-25T03:57:00.530Z] docker_cli_swarm_unix_test.go:62: [d815d553b0e00] joining swarm manager [d0affab57362f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (1.88s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.14s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (1.94s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.16s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.56s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (19.68s) [2021-02-25T03:57:00.530Z] docker_api_swarm_test.go:961: [d103484220c91] joining swarm manager [ddf7c5b400ed8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.13s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.28s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.31s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.54s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.44s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.19s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.56s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.74s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.64s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.52s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.10s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (1.88s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.47s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.29s) [2021-02-25T03:57:00.530Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (16.84s) [2021-02-25T03:57:00.530Z] === RUN TestDockerExternalVolumeSuite [2021-02-25T03:57:00.530Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2021-02-25T03:57:07.579Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-02-25T03:57:09.134Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-02-25T03:57:10.113Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-02-25T03:57:13.882Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-02-25T03:57:16.084Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-02-25T03:57:18.628Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2021-02-25T03:57:19.023Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-02-25T03:58:26.361Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2021-02-25T03:58:31.238Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-02-25T03:58:31.704Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-02-25T03:58:32.169Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-02-25T03:58:32.933Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2021-02-25T03:59:05.027Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2021-02-25T03:59:19.918Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2021-02-25T03:59:52.042Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2021-02-25T03:59:58.376Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-02-25T03:59:58.376Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-02-25T03:59:58.376Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-02-25T04:00:04.258Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2021-02-25T04:00:19.558Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-02-25T04:00:34.454Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-02-25T04:00:36.350Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2021-02-25T04:00:49.344Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-02-25T04:00:51.242Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2021-02-25T04:01:09.349Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2021-02-25T04:01:25.148Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-02-25T04:01:35.534Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-02-25T04:01:45.915Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-02-25T04:01:56.042Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2021-02-25T04:02:14.139Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2021-02-25T04:02:46.234Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2021-02-25T04:03:18.346Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2021-02-25T04:03:30.562Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2021-02-25T04:03:42.515Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-02-25T04:03:42.515Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-02-25T04:03:42.515Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-02-25T04:03:42.515Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-02-25T04:03:42.515Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-02-25T04:03:42.515Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-02-25T04:03:42.515Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-02-25T04:03:42.515Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-02-25T04:03:42.515Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-02-25T04:03:45.443Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-02-25T04:03:48.370Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-02-25T04:03:48.660Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2021-02-25T04:03:53.093Z] === RUN TestDockerSuite/TestBuildEnv [2021-02-25T04:03:53.094Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-02-25T04:03:53.558Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-02-25T04:03:53.558Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-02-25T04:03:53.558Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-02-25T04:03:53.558Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-02-25T04:03:57.328Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-02-25T04:03:57.328Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-02-25T04:03:57.328Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-02-25T04:03:57.328Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-02-25T04:03:58.306Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-02-25T04:04:03.040Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-02-25T04:04:03.549Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2021-02-25T04:04:17.928Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-02-25T04:04:18.445Z] --- PASS: TestDockerExternalVolumeSuite (437.31s) [2021-02-25T04:04:18.445Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.59s) [2021-02-25T04:04:18.445Z] docker_cli_external_volume_driver_test.go:53: [d37ba2ae01c0c] daemon is not started [2021-02-25T04:04:18.445Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.60s) [2021-02-25T04:04:18.445Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.23s) [2021-02-25T04:04:18.445Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s) [2021-02-25T04:04:18.445Z] docker_cli_external_volume_driver_test.go:53: [dbb499b36b623] daemon is not started [2021-02-25T04:04:18.445Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2021-02-25T04:04:18.445Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2021-02-25T04:04:18.445Z] docker_cli_external_volume_driver_test.go:53: [db81546b1684f] daemon is not started [2021-02-25T04:04:18.445Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2021-02-25T04:04:18.445Z] docker_cli_external_volume_driver_test.go:53: [d04e34148f9f4] daemon is not started [2021-02-25T04:04:18.445Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.21s) [2021-02-25T04:04:18.445Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.24s) [2021-02-25T04:04:18.445Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.78s) [2021-02-25T04:04:18.445Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.55s) [2021-02-25T04:04:18.445Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.21s) [2021-02-25T04:04:18.445Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.32s) [2021-02-25T04:04:18.445Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.88s) [2021-02-25T04:04:18.445Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.19s) [2021-02-25T04:04:18.445Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.66s) [2021-02-25T04:04:18.446Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.05s) [2021-02-25T04:04:18.446Z] docker_cli_external_volume_driver_test.go:485: [dd6bb61c7644c] daemon is not started [2021-02-25T04:04:18.446Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2021-02-25T04:04:18.446Z] docker_cli_external_volume_driver_test.go:53: [d1a5a51d9fd91] daemon is not started [2021-02-25T04:04:18.446Z] PASS [2021-02-25T04:04:18.446Z] [2021-02-25T04:04:18.446Z] === Skipped [2021-02-25T04:04:18.446Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-02-25T04:04:18.446Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-02-25T04:04:18.446Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-02-25T04:04:18.446Z] check_test.go:309: [daca56b0fa191] daemon is not started [2021-02-25T04:04:18.446Z] [2021-02-25T04:04:18.446Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-02-25T04:04:18.446Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-02-25T04:04:18.446Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-02-25T04:04:18.446Z] check_test.go:309: [df26a970dc24e] daemon is not started [2021-02-25T04:04:18.446Z] [2021-02-25T04:04:18.446Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2021-02-25T04:04:18.446Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2021-02-25T04:04:18.446Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-02-25T04:04:18.446Z] check_test.go:309: [d3f2a70138fdd] daemon is not started [2021-02-25T04:04:18.446Z] [2021-02-25T04:04:18.446Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2021-02-25T04:04:18.446Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2021-02-25T04:04:18.446Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-02-25T04:04:18.446Z] [2021-02-25T04:04:18.446Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-02-25T04:04:18.446Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-02-25T04:04:18.446Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-02-25T04:04:18.446Z] [2021-02-25T04:04:18.446Z] [2021-02-25T04:04:18.446Z] DONE 273 tests, 5 skipped in 2473.515s [2021-02-25T04:04:18.446Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-02-25T04:04:18.446Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/ded45086ab798/docker.pid [2021-02-25T04:04:18.446Z] +++ kill 6086 [2021-02-25T04:04:18.446Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 6086 is not a child of this shell [2021-02-25T04:04:18.446Z] warning: PID 6086 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/ded45086ab798/docker.pid had a nonzero exit code [2021-02-25T04:04:18.446Z] ++++ cat bundles/test-integration/docker.pid [2021-02-25T04:04:18.446Z] +++ kill 8157 [2021-02-25T04:04:18.706Z] +++ /etc/init.d/apparmor stop [2021-02-25T04:04:18.707Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-25T04:04:18.707Z] [2021-02-25T04:04:18.707Z] Unloading profiles will leave already running processes permanently [2021-02-25T04:04:18.707Z] unconfined, which can lead to unexpected situations. [2021-02-25T04:04:18.707Z] [2021-02-25T04:04:18.707Z] To set a process to complain mode, use the command line tool [2021-02-25T04:04:18.707Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-25T04:04:18.707Z] +++ true [2021-02-25T04:04:18.707Z] exiting test-integration [2021-02-25T04:04:18.707Z] ++ exit 0 [2021-02-25T04:04:18.707Z] [2021-02-25T04:04:18.966Z] + exit 0 [2021-02-25T04:04:18.966Z] ++ jobs -p [2021-02-25T04:04:18.966Z] + pids= [2021-02-25T04:04:18.966Z] + echo 'Remaining pids to kill: []' [2021-02-25T04:04:18.966Z] Remaining pids to kill: [] [2021-02-25T04:04:18.966Z] + '[' -z '' ']' Post stage [Pipeline] junit [2021-02-25T04:04:18.981Z] Recording test results [2021-02-25T04:04:18.993Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-02-25T04:04:18.993Z] === RUN TestDockerSuite/TestBuildExpose [2021-02-25T04:04:18.993Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-02-25T04:04:18.993Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-02-25T04:04:18.993Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-02-25T04:04:18.993Z] === RUN TestDockerSuite/TestBuildFails [2021-02-25T04:04:19.770Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-02-25T04:04:20.099Z] + echo Ensuring container killed. [2021-02-25T04:04:20.099Z] Ensuring container killed. [2021-02-25T04:04:20.099Z] + docker ps -aq -f name=docker-pr8-* [2021-02-25T04:04:20.099Z] + cids=58e50ea54917 [2021-02-25T04:04:20.099Z] 7356da93e20c [2021-02-25T04:04:20.099Z] ea8c8e994cf2 [2021-02-25T04:04:20.099Z] + [ -n 58e50ea54917 [2021-02-25T04:04:20.099Z] 7356da93e20c [2021-02-25T04:04:20.099Z] ea8c8e994cf2 ] [2021-02-25T04:04:20.099Z] + docker rm -vf 58e50ea54917 7356da93e20c ea8c8e994cf2 [2021-02-25T04:04:24.297Z] 58e50ea54917 [2021-02-25T04:04:24.297Z] 7356da93e20c [2021-02-25T04:04:24.297Z] ea8c8e994cf2 [Pipeline] sh [2021-02-25T04:04:24.587Z] + echo Chowning /workspace to jenkins user [2021-02-25T04:04:24.587Z] Chowning /workspace to jenkins user [2021-02-25T04:04:24.587Z] + id -u [2021-02-25T04:04:24.587Z] + id -g [2021-02-25T04:04:24.587Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42056:/workspace busybox chown -R 1000:1000 /workspace [2021-02-25T04:04:26.166Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-02-25T04:04:26.166Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-02-25T04:04:29.093Z] + bundleName=amd64 [2021-02-25T04:04:29.093Z] + echo Creating amd64-bundles.tar.gz [2021-02-25T04:04:29.093Z] Creating amd64-bundles.tar.gz [2021-02-25T04:04:29.093Z] + xargs tar -czf amd64-bundles.tar.gz [2021-02-25T04:04:29.093Z] + 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-02-25T04:04:30.046Z] Archiving artifacts [2021-02-25T04:04:30.890Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-02-25T04:04:35.613Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42056/8/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-02-25T04:04:35.931Z] + make clean [2021-02-25T04:04:35.931Z] docker volume rm -f docker-dev-cache [2021-02-25T04:04:36.191Z] docker-dev-cache [Pipeline] deleteDir [2021-02-25T04:04:36.725Z] === RUN TestDockerSuite/TestBuildForceRm [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-25T04:04:49.159Z] === RUN TestDockerSuite/TestBuildFromGit [2021-02-25T04:04:53.879Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-02-25T04:04:54.342Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-02-25T04:05:00.177Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-02-25T04:05:00.177Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-02-25T04:05:00.177Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-02-25T04:05:01.155Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-02-25T04:05:01.155Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-02-25T04:05:09.768Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-02-25T04:05:09.768Z] === RUN TestDockerSuite/TestBuildHistory [2021-02-25T04:05:22.210Z] === RUN TestDockerSuite/TestBuildIidFile [2021-02-25T04:05:22.210Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-02-25T04:05:23.762Z] === RUN TestDockerSuite/TestBuildInheritance [2021-02-25T04:05:23.762Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-02-25T04:05:24.226Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-02-25T04:05:24.226Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-02-25T04:05:28.946Z] === RUN TestDockerSuite/TestBuildLabel [2021-02-25T04:05:29.409Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-02-25T04:05:30.388Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-02-25T04:05:31.365Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-02-25T04:05:31.829Z] === RUN TestDockerSuite/TestBuildLabels [2021-02-25T04:05:32.806Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-02-25T04:05:34.367Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-02-25T04:05:40.201Z] === RUN TestDockerSuite/TestBuildLastModified [2021-02-25T04:05:40.201Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-02-25T04:05:40.201Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-02-25T04:05:40.664Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-02-25T04:05:40.664Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-02-25T04:05:40.664Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-02-25T04:05:40.664Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-02-25T04:05:41.641Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-02-25T04:05:42.105Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-02-25T04:05:46.829Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-02-25T04:06:12.039Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-02-25T04:06:12.040Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-02-25T04:06:14.235Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-02-25T04:06:50.020Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-02-25T04:06:58.637Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-02-25T04:07:04.467Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-02-25T04:07:10.300Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-02-25T04:07:15.030Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-02-25T04:07:32.793Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-02-25T04:07:32.793Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-02-25T04:07:38.624Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-02-25T04:07:39.087Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-02-25T04:07:39.087Z] === RUN TestDockerSuite/TestBuildNetNone [2021-02-25T04:07:39.087Z] === RUN TestDockerSuite/TestBuildNoContext [2021-02-25T04:07:42.015Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-02-25T04:07:50.625Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-02-25T04:07:52.819Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-02-25T04:07:53.282Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-02-25T04:07:53.282Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-02-25T04:07:56.213Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-02-25T04:07:57.192Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-02-25T04:07:58.172Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-02-25T04:08:19.343Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-02-25T04:08:19.343Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-02-25T04:08:27.964Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-02-25T04:08:30.893Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-02-25T04:08:39.511Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-02-25T04:08:44.239Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-02-25T04:08:48.961Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-02-25T04:08:49.939Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-02-25T04:08:49.939Z] === RUN TestDockerSuite/TestBuildPATH [2021-02-25T04:08:49.939Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-02-25T04:08:52.135Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-02-25T04:08:52.135Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-02-25T04:09:34.746Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-02-25T04:09:59.966Z] === RUN TestDockerSuite/TestBuildRm [2021-02-25T04:10:14.842Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-02-25T04:10:16.394Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-02-25T04:10:16.395Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-02-25T04:10:16.858Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-02-25T04:10:18.411Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-02-25T04:10:22.173Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-02-25T04:10:25.105Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-02-25T04:10:29.827Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-02-25T04:10:50.990Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-02-25T04:10:50.990Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-02-25T04:10:50.990Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-02-25T04:10:59.616Z] === RUN TestDockerSuite/TestBuildSpaces [2021-02-25T04:11:00.080Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-02-25T04:11:04.797Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-02-25T04:11:04.797Z] === RUN TestDockerSuite/TestBuildStderr [2021-02-25T04:11:09.515Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-02-25T04:11:30.674Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-02-25T04:11:30.674Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-02-25T04:11:36.506Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-02-25T04:11:38.056Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-02-25T04:11:42.780Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-02-25T04:11:47.507Z] === RUN TestDockerSuite/TestBuildUser [2021-02-25T04:11:47.507Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-02-25T04:11:47.507Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-02-25T04:11:47.507Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-02-25T04:11:51.287Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-02-25T04:11:51.750Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-02-25T04:11:54.679Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-02-25T04:11:54.679Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-02-25T04:11:54.679Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-02-25T04:12:15.859Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-02-25T04:12:16.838Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-02-25T04:12:25.460Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-02-25T04:12:35.840Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-02-25T04:12:35.840Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-02-25T04:12:35.840Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-02-25T04:12:38.781Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-02-25T04:12:38.781Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-02-25T04:12:49.163Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-02-25T04:12:53.904Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-02-25T04:12:54.369Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-02-25T04:13:19.603Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-02-25T04:13:19.603Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-02-25T04:13:19.603Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-02-25T04:13:19.603Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-02-25T04:13:19.603Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-02-25T04:13:26.729Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-02-25T04:13:28.930Z] === RUN TestDockerSuite/TestBuildXZHost [2021-02-25T04:13:29.395Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-02-25T04:13:29.395Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-02-25T04:13:29.395Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-02-25T04:13:31.593Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-02-25T04:13:36.326Z] === RUN TestDockerSuite/TestCommitChange [2021-02-25T04:13:41.053Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-02-25T04:13:44.821Z] === RUN TestDockerSuite/TestCommitHardlink [2021-02-25T04:13:44.821Z] === RUN TestDockerSuite/TestCommitNewFile [2021-02-25T04:13:51.938Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-02-25T04:13:51.938Z] === RUN TestDockerSuite/TestCommitTTY [2021-02-25T04:13:57.768Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-02-25T04:14:02.491Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-02-25T04:14:02.491Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-02-25T04:14:02.491Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-02-25T04:14:02.491Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-02-25T04:14:02.491Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-02-25T04:14:02.491Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-02-25T04:14:02.491Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-02-25T04:14:02.491Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-02-25T04:14:02.491Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-02-25T04:14:09.606Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-02-25T04:14:15.443Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-02-25T04:14:15.443Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-02-25T04:14:17.639Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-02-25T04:14:17.639Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-02-25T04:14:17.639Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-02-25T04:14:17.639Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-02-25T04:14:19.838Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-02-25T04:14:19.838Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-02-25T04:14:19.838Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-02-25T04:14:22.034Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-02-25T04:14:22.034Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-02-25T04:14:22.034Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-02-25T04:14:22.034Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-02-25T04:14:22.034Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-02-25T04:14:24.966Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-02-25T04:14:26.517Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-02-25T04:14:28.716Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-02-25T04:14:28.716Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-02-25T04:14:28.716Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-02-25T04:14:30.926Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-02-25T04:14:30.926Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-02-25T04:14:33.122Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-02-25T04:14:33.122Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-02-25T04:14:33.122Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-02-25T04:14:35.319Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-02-25T04:14:35.320Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-02-25T04:14:36.870Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-02-25T04:14:36.870Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-02-25T04:14:39.801Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-02-25T04:14:39.801Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-02-25T04:14:41.998Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-02-25T04:14:50.611Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-02-25T04:14:53.580Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-02-25T04:14:53.580Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-02-25T04:14:53.580Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-02-25T04:14:53.580Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-02-25T04:14:53.580Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-02-25T04:14:55.136Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-02-25T04:14:55.136Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-02-25T04:14:57.333Z] === RUN TestDockerSuite/TestContainerAPITop [2021-02-25T04:14:57.333Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-02-25T04:14:59.536Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-02-25T04:14:59.536Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-02-25T04:15:04.262Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-02-25T04:15:05.813Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-02-25T04:15:05.813Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-02-25T04:15:05.813Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-02-25T04:15:05.813Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-02-25T04:15:05.813Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-02-25T04:15:05.813Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-02-25T04:15:07.364Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-02-25T04:15:07.364Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-02-25T04:15:10.297Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-02-25T04:15:12.499Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-02-25T04:15:14.697Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-02-25T04:15:16.892Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0008d36c0_} [2021-02-25T04:15:19.819Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1975352350_c:\foo_false____} [2021-02-25T04:15:22.019Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1975352350_c:\foo_true____} [2021-02-25T04:15:24.219Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-02-25T04:15:24.219Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-02-25T04:15:24.219Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-02-25T04:15:24.219Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-02-25T04:15:24.219Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-02-25T04:15:24.219Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-02-25T04:15:24.219Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-02-25T04:15:24.219Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-02-25T04:15:24.219Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-02-25T04:15:24.219Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-02-25T04:15:24.683Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-02-25T04:15:24.683Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-02-25T04:15:24.683Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-02-25T04:15:24.683Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-02-25T04:15:24.683Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-02-25T04:15:24.683Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-02-25T04:15:24.683Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-02-25T04:15:24.683Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-02-25T04:15:26.885Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-02-25T04:15:26.885Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-02-25T04:15:26.885Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-02-25T04:15:26.885Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-02-25T04:15:26.885Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-02-25T04:15:26.885Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-02-25T04:15:26.885Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-02-25T04:15:26.885Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-02-25T04:15:26.885Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-02-25T04:15:26.885Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-02-25T04:15:26.885Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-02-25T04:15:26.885Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-02-25T04:15:26.885Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-02-25T04:15:26.885Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-02-25T04:15:36.083Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-02-25T04:15:36.083Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-02-25T04:15:36.083Z] === RUN TestDockerSuite/TestCpRelativePath [2021-02-25T04:15:36.547Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-02-25T04:15:36.547Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-02-25T04:15:36.547Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-02-25T04:15:36.547Z] === RUN TestDockerSuite/TestCpToCaseA [2021-02-25T04:15:41.292Z] === RUN TestDockerSuite/TestCpToCaseB [2021-02-25T04:15:42.857Z] === RUN TestDockerSuite/TestCpToCaseC [2021-02-25T04:15:42.857Z] === RUN TestDockerSuite/TestCpToCaseD [2021-02-25T04:15:42.857Z] === RUN TestDockerSuite/TestCpToCaseE [2021-02-25T04:15:57.741Z] === RUN TestDockerSuite/TestCpToCaseF [2021-02-25T04:15:57.741Z] === RUN TestDockerSuite/TestCpToCaseG [2021-02-25T04:15:57.741Z] === RUN TestDockerSuite/TestCpToCaseH [2021-02-25T04:16:04.860Z] === RUN TestDockerSuite/TestCpToCaseI [2021-02-25T04:16:04.860Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-02-25T04:16:04.860Z] === RUN TestDockerSuite/TestCpToDot [2021-02-25T04:16:07.059Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-02-25T04:16:07.059Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-02-25T04:16:07.059Z] === RUN TestDockerSuite/TestCpToStdout [2021-02-25T04:16:09.264Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-02-25T04:16:09.264Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-02-25T04:16:09.264Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-02-25T04:16:09.264Z] === RUN TestDockerSuite/TestCpVolumePath [2021-02-25T04:16:09.264Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-02-25T04:16:09.264Z] === RUN TestDockerSuite/TestCreateArgs [2021-02-25T04:16:09.264Z] === RUN TestDockerSuite/TestCreateByImageID [2021-02-25T04:16:11.465Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-02-25T04:16:13.662Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-02-25T04:16:13.662Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-02-25T04:16:14.127Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-02-25T04:16:16.324Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-02-25T04:16:16.788Z] === RUN TestDockerSuite/TestCreateLabels [2021-02-25T04:16:16.788Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-02-25T04:16:16.788Z] === RUN TestDockerSuite/TestCreateRM [2021-02-25T04:16:17.252Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-02-25T04:16:17.252Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-02-25T04:16:17.252Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-02-25T04:16:17.715Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-02-25T04:16:26.333Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-02-25T04:16:26.333Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-02-25T04:16:26.333Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-02-25T04:16:29.262Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-02-25T04:16:29.726Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-02-25T04:16:29.726Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-02-25T04:16:31.925Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-02-25T04:16:31.925Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-02-25T04:16:31.925Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-02-25T04:16:31.925Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-02-25T04:16:31.925Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-02-25T04:16:31.925Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-02-25T04:16:31.925Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-02-25T04:16:31.925Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-02-25T04:16:31.925Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-02-25T04:16:31.925Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-02-25T04:16:31.925Z] === RUN TestDockerSuite/TestDevicePermissions [2021-02-25T04:16:31.925Z] === RUN TestDockerSuite/TestDockerFails [2021-02-25T04:16:31.925Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-02-25T04:16:31.925Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-02-25T04:16:31.925Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-02-25T04:16:31.925Z] === RUN TestDockerSuite/TestEventsAttach [2021-02-25T04:16:31.925Z] === RUN TestDockerSuite/TestEventsCommit [2021-02-25T04:16:31.925Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-02-25T04:16:34.121Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-02-25T04:16:36.321Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-02-25T04:16:38.524Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-02-25T04:16:50.962Z] === RUN TestDockerSuite/TestEventsCopy [2021-02-25T04:16:55.685Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-02-25T04:17:00.410Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-02-25T04:17:02.606Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-02-25T04:17:03.070Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-02-25T04:17:06.833Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-02-25T04:17:07.296Z] === RUN TestDockerSuite/TestEventsFilterType [2021-02-25T04:17:08.272Z] === RUN TestDockerSuite/TestEventsFilters [2021-02-25T04:17:12.993Z] === RUN TestDockerSuite/TestEventsFormat [2021-02-25T04:17:17.710Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-02-25T04:17:17.710Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-02-25T04:17:17.710Z] === RUN TestDockerSuite/TestEventsImageImport [2021-02-25T04:17:17.710Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-02-25T04:17:17.710Z] === RUN TestDockerSuite/TestEventsImagePull [2021-02-25T04:17:17.710Z] === RUN TestDockerSuite/TestEventsImageTag [2021-02-25T04:17:18.173Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-02-25T04:17:18.173Z] === RUN TestDockerSuite/TestEventsRename [2021-02-25T04:17:21.099Z] === RUN TestDockerSuite/TestEventsResize [2021-02-25T04:17:23.291Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-02-25T04:17:25.485Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-02-25T04:17:27.680Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-02-25T04:17:32.412Z] === RUN TestDockerSuite/TestEventsTop [2021-02-25T04:17:32.412Z] === RUN TestDockerSuite/TestEventsUntag [2021-02-25T04:17:35.335Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-02-25T04:17:39.097Z] === RUN TestDockerSuite/TestExec [2021-02-25T04:17:39.097Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-02-25T04:17:39.097Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-02-25T04:17:40.645Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-02-25T04:17:42.193Z] === RUN TestDockerSuite/TestExecAPIStart [2021-02-25T04:17:42.193Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-02-25T04:17:42.193Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-02-25T04:17:42.193Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-02-25T04:17:44.388Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-02-25T04:17:46.582Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-02-25T04:17:48.793Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-02-25T04:17:50.344Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-02-25T04:17:54.102Z] === RUN TestDockerSuite/TestExecCgroup [2021-02-25T04:17:54.102Z] === RUN TestDockerSuite/TestExecEnv [2021-02-25T04:17:54.102Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-02-25T04:17:54.102Z] === RUN TestDockerSuite/TestExecExitStatus [2021-02-25T04:17:56.299Z] === RUN TestDockerSuite/TestExecInspectID [2021-02-25T04:18:01.020Z] === RUN TestDockerSuite/TestExecInteractive [2021-02-25T04:18:01.020Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-02-25T04:18:01.020Z] === RUN TestDockerSuite/TestExecParseError [2021-02-25T04:18:01.020Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-02-25T04:18:01.020Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-02-25T04:18:01.020Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-02-25T04:18:03.214Z] === RUN TestDockerSuite/TestExecSetEnv [2021-02-25T04:18:03.214Z] === RUN TestDockerSuite/TestExecStartFails [2021-02-25T04:18:03.214Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-02-25T04:18:03.214Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-02-25T04:18:03.214Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-02-25T04:18:03.214Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-02-25T04:18:05.409Z] === RUN TestDockerSuite/TestExecUlimits [2021-02-25T04:18:05.409Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-02-25T04:18:11.233Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-02-25T04:18:11.233Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-02-25T04:18:11.233Z] === RUN TestDockerSuite/TestExecWithUser [2021-02-25T04:18:11.233Z] === RUN TestDockerSuite/TestGetContainerStats [2021-02-25T04:18:18.341Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-02-25T04:18:23.059Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-02-25T04:18:26.824Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-02-25T04:18:32.646Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-02-25T04:18:32.646Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-02-25T04:18:32.646Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-02-25T04:18:32.646Z] === RUN TestDockerSuite/TestHealth [2021-02-25T04:18:32.646Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-02-25T04:18:32.646Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-02-25T04:18:32.646Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-02-25T04:18:32.646Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-02-25T04:18:37.374Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-02-25T04:18:37.374Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-02-25T04:18:37.374Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-02-25T04:18:37.374Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-02-25T04:18:37.374Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-02-25T04:18:37.374Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-02-25T04:18:37.837Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-02-25T04:18:37.837Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-02-25T04:18:38.813Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-02-25T04:18:38.813Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-02-25T04:18:41.005Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-02-25T04:18:41.005Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-02-25T04:18:43.199Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-02-25T04:18:45.411Z] === RUN TestDockerSuite/TestImagesFormat [2021-02-25T04:18:45.874Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-02-25T04:18:45.874Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-02-25T04:18:49.632Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-02-25T04:18:49.632Z] === RUN TestDockerSuite/TestImportBadURL [2021-02-25T04:18:51.826Z] === RUN TestDockerSuite/TestImportDisplay [2021-02-25T04:18:51.826Z] === RUN TestDockerSuite/TestImportFile [2021-02-25T04:18:51.826Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-02-25T04:18:51.826Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-02-25T04:18:51.826Z] === RUN TestDockerSuite/TestImportGzipped [2021-02-25T04:18:52.289Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-02-25T04:18:52.289Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-02-25T04:18:52.289Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-02-25T04:18:52.289Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-02-25T04:18:52.289Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-02-25T04:18:52.289Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-02-25T04:18:52.289Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-02-25T04:18:52.289Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-02-25T04:18:59.412Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-02-25T04:19:01.604Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-02-25T04:19:01.604Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-02-25T04:19:01.604Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-02-25T04:19:01.604Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-02-25T04:19:01.604Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-02-25T04:19:03.798Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-02-25T04:19:03.798Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-02-25T04:19:05.994Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-02-25T04:19:05.994Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-02-25T04:19:05.994Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-02-25T04:19:05.994Z] === RUN TestDockerSuite/TestInspectDefault [2021-02-25T04:19:08.187Z] === RUN TestDockerSuite/TestInspectHistory [2021-02-25T04:19:12.907Z] === RUN TestDockerSuite/TestInspectImage [2021-02-25T04:19:12.907Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-02-25T04:19:12.907Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-02-25T04:19:12.907Z] === RUN TestDockerSuite/TestInspectInt64 [2021-02-25T04:19:15.104Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-02-25T04:19:17.317Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-02-25T04:19:17.317Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-02-25T04:19:19.511Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-02-25T04:19:21.705Z] === RUN TestDockerSuite/TestInspectPlugin [2021-02-25T04:19:21.705Z] === RUN TestDockerSuite/TestInspectRootFS [2021-02-25T04:19:21.705Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-02-25T04:19:23.901Z] === RUN TestDockerSuite/TestInspectStatus [2021-02-25T04:19:26.829Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-02-25T04:19:30.589Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-02-25T04:19:32.783Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-02-25T04:19:34.975Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-02-25T04:19:37.182Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-02-25T04:19:39.379Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-02-25T04:19:41.580Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-02-25T04:19:43.778Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-02-25T04:19:43.778Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-02-25T04:19:43.778Z] === RUN TestDockerSuite/TestLinksEnvs [2021-02-25T04:19:43.778Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-02-25T04:19:43.778Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-02-25T04:19:43.778Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-02-25T04:19:43.778Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-02-25T04:19:43.778Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-02-25T04:19:43.778Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-02-25T04:19:43.778Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-02-25T04:19:44.251Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-02-25T04:19:44.251Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-02-25T04:19:44.251Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-02-25T04:19:44.251Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-02-25T04:19:44.251Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-02-25T04:19:44.251Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-02-25T04:19:44.251Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-02-25T04:19:44.251Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-02-25T04:19:44.251Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-02-25T04:19:44.251Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-02-25T04:19:46.448Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-02-25T04:19:47.995Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-02-25T04:19:53.837Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-02-25T04:19:56.029Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-02-25T04:19:56.029Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-02-25T04:19:58.224Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-02-25T04:19:58.224Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-02-25T04:20:05.335Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-02-25T04:20:12.453Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-02-25T04:20:19.564Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-02-25T04:20:22.489Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-02-25T04:20:24.684Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-02-25T04:20:24.684Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-02-25T04:20:26.878Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-02-25T04:20:34.001Z] === RUN TestDockerSuite/TestLogsSince [2021-02-25T04:20:44.375Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-02-25T04:20:44.375Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-02-25T04:20:44.375Z] === RUN TestDockerSuite/TestLogsTail [2021-02-25T04:20:45.924Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-02-25T04:20:48.119Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-02-25T04:20:50.311Z] === RUN TestDockerSuite/TestMountIntoProc [2021-02-25T04:20:50.311Z] === RUN TestDockerSuite/TestMountIntoSys [2021-02-25T04:20:50.311Z] === RUN TestDockerSuite/TestNetHostname [2021-02-25T04:20:50.311Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-02-25T04:20:50.311Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-02-25T04:20:50.311Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-02-25T04:20:50.311Z] === RUN TestDockerSuite/TestPluginActive [2021-02-25T04:20:50.311Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-02-25T04:20:50.311Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-02-25T04:20:50.311Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-02-25T04:20:50.311Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-02-25T04:20:50.775Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-02-25T04:20:50.775Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-02-25T04:20:50.775Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-02-25T04:20:50.775Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-02-25T04:20:50.775Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-02-25T04:20:50.775Z] === RUN TestDockerSuite/TestPortHostBinding [2021-02-25T04:20:50.775Z] === RUN TestDockerSuite/TestPortList [2021-02-25T04:20:50.775Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-02-25T04:21:01.136Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-02-25T04:21:01.136Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-02-25T04:21:01.136Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-02-25T04:21:01.136Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-02-25T04:21:01.136Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-02-25T04:21:01.136Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-02-25T04:21:01.136Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-02-25T04:21:01.136Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-02-25T04:21:01.136Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-02-25T04:21:01.136Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-02-25T04:21:04.059Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-02-25T04:21:04.059Z] === RUN TestDockerSuite/TestPsByOrder [2021-02-25T04:21:14.433Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-02-25T04:21:14.433Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-02-25T04:21:23.049Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-02-25T04:21:37.912Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-02-25T04:21:37.912Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-02-25T04:21:37.912Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-02-25T04:21:50.341Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-02-25T04:21:52.534Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-02-25T04:22:04.968Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-02-25T04:22:08.731Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-02-25T04:22:08.731Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-02-25T04:22:08.732Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-02-25T04:22:13.447Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-02-25T04:22:13.447Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-02-25T04:22:13.447Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-02-25T04:22:13.447Z] === RUN TestDockerSuite/TestPsRightTagName [2021-02-25T04:22:13.447Z] === RUN TestDockerSuite/TestPsShowMounts [2021-02-25T04:22:22.061Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-02-25T04:22:22.061Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-02-25T04:22:22.524Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-02-25T04:22:22.524Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-02-25T04:22:24.075Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-02-25T04:22:25.050Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-02-25T04:22:25.050Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-02-25T04:22:28.823Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-02-25T04:22:32.583Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-02-25T04:22:34.777Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-02-25T04:22:59.985Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-02-25T04:22:59.985Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-02-25T04:23:04.708Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-02-25T04:23:05.171Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-02-25T04:23:05.171Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-02-25T04:23:06.147Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-02-25T04:23:09.904Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-02-25T04:23:13.668Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-02-25T04:23:13.668Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-02-25T04:23:17.427Z] === RUN TestDockerSuite/TestRmiBlank [2021-02-25T04:23:17.890Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-02-25T04:23:17.890Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-02-25T04:23:32.760Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-02-25T04:23:34.308Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-02-25T04:23:35.283Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-02-25T04:23:42.404Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-02-25T04:23:47.131Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-02-25T04:23:54.243Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-02-25T04:23:58.003Z] === RUN TestDockerSuite/TestRmiTag [2021-02-25T04:23:58.465Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-02-25T04:24:00.659Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-02-25T04:24:18.414Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-02-25T04:24:18.878Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-02-25T04:24:23.605Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-02-25T04:24:24.582Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-02-25T04:24:24.582Z] === RUN TestDockerSuite/TestRunAddHost [2021-02-25T04:24:24.582Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-02-25T04:24:24.582Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-02-25T04:24:24.582Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-02-25T04:24:24.582Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-02-25T04:24:24.582Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-02-25T04:24:24.582Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-02-25T04:24:26.785Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-02-25T04:24:26.785Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-02-25T04:24:26.785Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-02-25T04:24:37.158Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-02-25T04:24:38.709Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-02-25T04:24:40.919Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-02-25T04:24:43.121Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-02-25T04:24:45.318Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-02-25T04:24:45.318Z] === RUN TestDockerSuite/TestRunBindMounts [2021-02-25T04:24:50.037Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-02-25T04:24:50.037Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-02-25T04:24:50.037Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-02-25T04:24:50.037Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-02-25T04:24:50.037Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-02-25T04:24:50.037Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-02-25T04:24:50.037Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-02-25T04:24:50.037Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-02-25T04:24:50.037Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-02-25T04:24:50.037Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-02-25T04:24:50.037Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-02-25T04:24:50.037Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-02-25T04:24:51.593Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-02-25T04:24:51.593Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-02-25T04:24:54.520Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-02-25T04:24:54.520Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-02-25T04:24:54.520Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-02-25T04:24:56.722Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-02-25T04:24:56.722Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-02-25T04:24:56.722Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-02-25T04:24:56.722Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-02-25T04:24:56.722Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-02-25T04:24:56.722Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-02-25T04:24:56.722Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-02-25T04:24:56.722Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-02-25T04:24:58.920Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-02-25T04:25:01.124Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-02-25T04:25:03.321Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-02-25T04:25:03.321Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-02-25T04:25:03.321Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-02-25T04:25:03.321Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-02-25T04:25:05.521Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-02-25T04:25:05.521Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-02-25T04:25:05.521Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-02-25T04:25:05.521Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-02-25T04:25:05.521Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-02-25T04:25:07.722Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-02-25T04:25:13.553Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-02-25T04:25:13.553Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-02-25T04:25:13.553Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-02-25T04:25:13.553Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-02-25T04:25:13.553Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-02-25T04:25:13.553Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-02-25T04:25:13.553Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-02-25T04:25:15.750Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-02-25T04:25:15.750Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-02-25T04:25:15.750Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-02-25T04:25:15.750Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-02-25T04:25:17.959Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-02-25T04:25:20.157Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-02-25T04:25:20.157Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-02-25T04:25:21.708Z] === RUN TestDockerSuite/TestRunEnvironment [2021-02-25T04:25:21.708Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-02-25T04:25:21.708Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-02-25T04:25:22.173Z] === RUN TestDockerSuite/TestRunExitCode [2021-02-25T04:25:24.371Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-02-25T04:25:31.489Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-02-25T04:25:33.040Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-02-25T04:25:40.154Z] === RUN TestDockerSuite/TestRunExposePort [2021-02-25T04:25:40.154Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-02-25T04:25:40.154Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-02-25T04:25:40.154Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-02-25T04:25:40.154Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-02-25T04:25:40.154Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-02-25T04:25:40.154Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-02-25T04:25:40.154Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-02-25T04:25:40.154Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-02-25T04:25:43.915Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-02-25T04:25:43.915Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-02-25T04:25:43.915Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-02-25T04:25:43.915Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-02-25T04:25:43.915Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-02-25T04:25:43.915Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-02-25T04:25:43.915Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-02-25T04:25:51.141Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-02-25T04:25:51.141Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-02-25T04:25:52.118Z] === RUN TestDockerSuite/TestRunModeHostname [2021-02-25T04:25:52.118Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-02-25T04:25:52.118Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-02-25T04:25:52.118Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-02-25T04:25:52.118Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-02-25T04:25:52.118Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-02-25T04:25:52.118Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-02-25T04:25:52.118Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-02-25T04:25:52.118Z] === RUN TestDockerSuite/TestRunModePIDHost [2021-02-25T04:25:52.118Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-02-25T04:25:52.118Z] === RUN TestDockerSuite/TestRunMount [2021-02-25T04:25:52.584Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-02-25T04:25:52.584Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-02-25T04:25:52.584Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-02-25T04:25:52.584Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-02-25T04:25:59.698Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-02-25T04:25:59.698Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-02-25T04:25:59.698Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-02-25T04:25:59.698Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-02-25T04:26:03.462Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-02-25T04:26:08.191Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-02-25T04:26:08.191Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-02-25T04:26:08.191Z] === RUN TestDockerSuite/TestRunNetHost [2021-02-25T04:26:08.191Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-02-25T04:26:08.191Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-02-25T04:26:08.191Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-02-25T04:26:08.191Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-02-25T04:26:08.191Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-02-25T04:26:08.191Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-02-25T04:26:08.191Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-02-25T04:26:08.191Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-02-25T04:26:09.169Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-02-25T04:26:11.365Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-02-25T04:26:13.564Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-02-25T04:26:14.542Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-02-25T04:26:16.739Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-02-25T04:26:16.739Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-02-25T04:26:17.201Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-02-25T04:26:17.202Z] === RUN TestDockerSuite/TestRunPortInUse [2021-02-25T04:26:17.202Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-02-25T04:26:17.202Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-02-25T04:26:17.202Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-02-25T04:26:17.202Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-02-25T04:26:17.202Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-02-25T04:26:20.128Z] === RUN TestDockerSuite/TestRunPublishPort [2021-02-25T04:26:20.128Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-02-25T04:26:20.128Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-02-25T04:26:20.128Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-02-25T04:26:20.128Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-02-25T04:26:20.128Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-02-25T04:26:27.254Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-02-25T04:26:27.254Z] === RUN TestDockerSuite/TestRunRm [2021-02-25T04:26:29.465Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-02-25T04:26:35.295Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-02-25T04:26:36.844Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-02-25T04:26:39.040Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-02-25T04:26:41.235Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-02-25T04:26:43.431Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-02-25T04:26:43.431Z] === RUN TestDockerSuite/TestRunState [2021-02-25T04:26:43.431Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-02-25T04:26:45.630Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-02-25T04:26:45.630Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-02-25T04:26:47.181Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-02-25T04:26:47.181Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-02-25T04:26:47.181Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-02-25T04:26:47.181Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-02-25T04:26:47.645Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-02-25T04:26:47.645Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-02-25T04:26:52.380Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-02-25T04:26:52.380Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-02-25T04:26:52.380Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-02-25T04:26:52.380Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-02-25T04:26:52.380Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-02-25T04:26:52.380Z] === RUN TestDockerSuite/TestRunUserByID [2021-02-25T04:26:52.380Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-02-25T04:26:52.380Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-02-25T04:26:52.380Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-02-25T04:26:52.380Z] === RUN TestDockerSuite/TestRunUserByName [2021-02-25T04:26:52.380Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-02-25T04:26:54.577Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-02-25T04:26:54.577Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-02-25T04:26:56.132Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-02-25T04:26:56.132Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-02-25T04:26:56.132Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-02-25T04:26:59.061Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-02-25T04:27:06.175Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-02-25T04:27:09.938Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-02-25T04:27:17.056Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-02-25T04:27:17.056Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-02-25T04:27:17.056Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-02-25T04:27:19.254Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-02-25T04:27:21.451Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-02-25T04:27:23.648Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-02-25T04:27:23.648Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-02-25T04:27:23.648Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-02-25T04:27:23.648Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-02-25T04:27:23.648Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-02-25T04:27:23.648Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-02-25T04:27:23.648Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-02-25T04:27:23.648Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-02-25T04:27:23.648Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-02-25T04:27:27.426Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-02-25T04:27:28.976Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-02-25T04:27:31.173Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-02-25T04:27:34.936Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-02-25T04:27:34.936Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-02-25T04:27:34.936Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-02-25T04:27:34.936Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-02-25T04:27:34.936Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-02-25T04:27:34.936Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-02-25T04:27:34.936Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-02-25T04:27:34.936Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-02-25T04:27:34.936Z] === RUN TestDockerSuite/TestSaveImageId [2021-02-25T04:27:34.936Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-02-25T04:27:34.936Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-02-25T04:27:34.936Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-02-25T04:27:34.936Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-02-25T04:27:34.936Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-02-25T04:27:34.936Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-02-25T04:27:34.936Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-02-25T04:27:35.399Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-02-25T04:27:35.399Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-02-25T04:27:37.594Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-02-25T04:27:37.594Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-02-25T04:27:38.057Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-02-25T04:27:38.521Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-02-25T04:27:40.080Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-02-25T04:27:47.202Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-02-25T04:27:47.202Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-02-25T04:27:54.320Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-02-25T04:27:54.320Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-02-25T04:27:58.086Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-02-25T04:27:58.086Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-02-25T04:27:58.086Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-02-25T04:27:58.086Z] === RUN TestDockerSuite/TestStartRecordError [2021-02-25T04:27:58.086Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-02-25T04:28:06.719Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-02-25T04:28:06.719Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-02-25T04:28:06.719Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-02-25T04:28:06.719Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-02-25T04:28:06.719Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-02-25T04:28:06.719Z] === RUN TestDockerSuite/TestStatsNoStream [2021-02-25T04:28:07.182Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-02-25T04:28:09.378Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-02-25T04:28:11.575Z] === RUN TestDockerSuite/TestTopPrivileged [2021-02-25T04:28:11.575Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-02-25T04:28:13.779Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-02-25T04:28:13.779Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-02-25T04:28:13.779Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-02-25T04:28:13.779Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-02-25T04:28:13.779Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-02-25T04:28:13.779Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-02-25T04:28:13.779Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-02-25T04:28:28.652Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-02-25T04:28:29.115Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-02-25T04:28:29.115Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-02-25T04:28:29.115Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-02-25T04:28:29.578Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-02-25T04:28:29.578Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-02-25T04:28:30.041Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-02-25T04:28:37.155Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-02-25T04:28:37.155Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-02-25T04:28:40.083Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-02-25T04:28:40.546Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-02-25T04:28:41.010Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-02-25T04:28:41.010Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-02-25T04:28:41.010Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-02-25T04:28:49.631Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-02-25T04:28:49.631Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-02-25T04:28:49.631Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-02-25T04:28:49.631Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-02-25T04:28:49.631Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-02-25T04:28:56.747Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-02-25T04:28:57.210Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-02-25T04:28:57.210Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-02-25T04:29:07.592Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-02-25T04:29:07.592Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-02-25T04:29:08.056Z] --- PASS: TestDockerSuite (2503.17s) [2021-02-25T04:29:08.056Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2021-02-25T04:29:08.056Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2021-02-25T04:29:08.056Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.056Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-02-25T04:29:08.056Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.03s) [2021-02-25T04:29:08.056Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2021-02-25T04:29:08.056Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-02-25T04:29:08.056Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.056Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2021-02-25T04:29:08.056Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.92s) [2021-02-25T04:29:08.056Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.25s) [2021-02-25T04:29:08.056Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.57s) [2021-02-25T04:29:08.056Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.35s) [2021-02-25T04:29:08.056Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (128.09s) [2021-02-25T04:29:08.056Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (1.76s) [2021-02-25T04:29:08.056Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s) [2021-02-25T04:29:08.056Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-02-25T04:29:08.056Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.056Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-02-25T04:29:08.056Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.056Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-02-25T04:29:08.056Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.056Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-02-25T04:29:08.056Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.056Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-02-25T04:29:08.056Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.056Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-02-25T04:29:08.056Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.056Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-02-25T04:29:08.056Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.056Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2021-02-25T04:29:08.056Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-02-25T04:29:08.056Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.056Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.52s) [2021-02-25T04:29:08.056Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2021-02-25T04:29:08.056Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.056Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-02-25T04:29:08.056Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.056Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.08s) [2021-02-25T04:29:08.056Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.11s) [2021-02-25T04:29:08.056Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-02-25T04:29:08.056Z] docker_cli_run_test.go:3179: unmatched requirement Apparmor [2021-02-25T04:29:08.056Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-02-25T04:29:08.056Z] docker_cli_run_test.go:3157: unmatched requirement Apparmor [2021-02-25T04:29:08.056Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2021-02-25T04:29:08.056Z] docker_cli_run_test.go:3169: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.056Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2021-02-25T04:29:08.056Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.056Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.09s) [2021-02-25T04:29:08.056Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-02-25T04:29:08.056Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-02-25T04:29:08.056Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-02-25T04:29:08.056Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.056Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (5.89s) [2021-02-25T04:29:08.056Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (107.91s) [2021-02-25T04:29:08.056Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.54s) [2021-02-25T04:29:08.056Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-02-25T04:29:08.056Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.50s) [2021-02-25T04:29:08.056Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2021-02-25T04:29:08.056Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.20s) [2021-02-25T04:29:08.056Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.93s) [2021-02-25T04:29:08.056Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2021-02-25T04:29:08.056Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.056Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.03s) [2021-02-25T04:29:08.056Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.056Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-02-25T04:29:08.056Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.056Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.24s) [2021-02-25T04:29:08.056Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.83s) [2021-02-25T04:29:08.056Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.24s) [2021-02-25T04:29:08.056Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.49s) [2021-02-25T04:29:08.056Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-02-25T04:29:08.056Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.056Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2021-02-25T04:29:08.056Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.056Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.09s) [2021-02-25T04:29:08.056Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.97s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (11.53s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (4.75s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.10s) [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.25s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.63s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (9.41s) [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.50s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildAddTar (46.91s) [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.40s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (21.75s) [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.77s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.56s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.95s) [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.14s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.71s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (8.85s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (8.21s) [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.38s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (9.41s) [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.19s) [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.55s) [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (30.98s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.45s) [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.72s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.40s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.42s) [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.31s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.32s) [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-02-25T04:29:08.057Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.39s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.96s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildCmd (0.57s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.55s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.56s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.20s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.17s) [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.20s) [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.48s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.85s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.90s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.52s) [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.89s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.67s) [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.07s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (31.55s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.45s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.18s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.00s) [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.40s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.38s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.56s) [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (22.50s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.77s) [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.45s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (22.29s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.71s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.82s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.42s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.84s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.77s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildDockerignore (67.06s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.90s) [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.41s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (79.67s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.66s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.77s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (23.12s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (14.97s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (14.62s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (37.16s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (10.29s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (10.11s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (111.24s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.46s) [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.38s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.65s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.15s) [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.54s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.58s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.35s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.15s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.87s) [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.35s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.68s) [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.96s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.78s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (14.75s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.62s) [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildFails (6.94s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.11s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (5.30s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.22s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildForceRm (11.34s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildFromGit (5.70s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.33s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.17s) [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.66s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.53s) [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (8.42s) [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildHistory (11.15s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.00s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.01s) [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.75s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.08s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.22s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildLabel (0.99s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.64s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.99s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.59s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildLabels (1.00s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.58s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.83s) [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.11s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.10s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.58s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.63s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.02s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (24.69s) [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.63s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (30.39s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (13.88s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.07s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (6.04s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.31s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (16.09s) [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.21s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.65s) [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.62s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (9.02s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.27s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.22s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.14s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.75s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.96s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.33s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildOnBuild (18.44s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.66s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (8.55s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.55s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (8.32s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.10s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.70s) [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.20s) [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-02-25T04:29:08.057Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.057Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.16s) [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-02-25T04:29:08.058Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (39.90s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (27.90s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestBuildRm (12.87s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.39s) [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2021-02-25T04:29:08.058Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.41s) [2021-02-25T04:29:08.058Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.46s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.66s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.51s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.39s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (19.66s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.77s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.63s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (8.99s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.32s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.71s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestBuildStderr (4.28s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (18.86s) [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.41s) [2021-02-25T04:29:08.058Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (7.94s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.36s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.43s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.11s) [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-02-25T04:29:08.058Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-02-25T04:29:08.058Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2021-02-25T04:29:08.058Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.01s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.58s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.64s) [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-02-25T04:29:08.058Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-02-25T04:29:08.058Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (21.23s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.91s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (8.42s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (10.33s) [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.39s) [2021-02-25T04:29:08.058Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-02-25T04:29:08.058Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.42s) [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.36s) [2021-02-25T04:29:08.058Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (10.48s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.53s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.44s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (22.57s) [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.44s) [2021-02-25T04:29:08.058Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.39s) [2021-02-25T04:29:08.058Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2021-02-25T04:29:08.058Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.29s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (7.96s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.07s) [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.39s) [2021-02-25T04:29:08.058Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-02-25T04:29:08.058Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-02-25T04:29:08.058Z] docker_cli_sni_test.go:18: Flakey test [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.16s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.29s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestCommitChange (4.68s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.45s) [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2021-02-25T04:29:08.058Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestCommitNewFile (6.34s) [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-02-25T04:29:08.058Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestCommitTTY (6.49s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.43s) [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-02-25T04:29:08.058Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2021-02-25T04:29:08.058Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-02-25T04:29:08.058Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-02-25T04:29:08.058Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2021-02-25T04:29:08.058Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-02-25T04:29:08.058Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-02-25T04:29:08.058Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.07s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainerAPICommit (6.43s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (6.56s) [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-02-25T04:29:08.058Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.09s) [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-02-25T04:29:08.058Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-02-25T04:29:08.058Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-02-25T04:29:08.058Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.13s) [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-02-25T04:29:08.058Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.24s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-02-25T04:29:08.058Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-02-25T04:29:08.058Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-02-25T04:29:08.058Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.55s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.94s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.17s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-02-25T04:29:08.058Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.15s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.11s) [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-02-25T04:29:08.058Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-02-25T04:29:08.058Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.12s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.85s) [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2021-02-25T04:29:08.058Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.45s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.23s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.03s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (8.25s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.50s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.07s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.58s) [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2021-02-25T04:29:08.058Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.08s) [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-02-25T04:29:08.058Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.01s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.08s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.24s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.85s) [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-02-25T04:29:08.058Z] docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-02-25T04:29:08.058Z] docker_cli_run_test.go:3528: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-02-25T04:29:08.058Z] docker_cli_run_test.go:3560: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-02-25T04:29:08.058Z] docker_cli_run_test.go:3591: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2021-02-25T04:29:08.058Z] docker_cli_run_test.go:3574: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.87s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (16.88s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.42s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.45s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.43s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.40s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0008d36c0_} (2.39s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1975352350_c:\foo_false____} (2.36s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1975352350_c:\foo_true____} (2.41s) [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2021-02-25T04:29:08.058Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.28s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.06s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.06s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.05s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.05s) [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-02-25T04:29:08.058Z] docker_cli_run_test.go:3464: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-02-25T04:29:08.058Z] docker_cli_run_test.go:3456: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-02-25T04:29:08.058Z] docker_cli_run_test.go:3483: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-02-25T04:29:08.058Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-02-25T04:29:08.058Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.19s) [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-02-25T04:29:08.058Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-02-25T04:29:08.058Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-02-25T04:29:08.058Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2021-02-25T04:29:08.058Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-02-25T04:29:08.058Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-02-25T04:29:08.058Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-02-25T04:29:08.058Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-02-25T04:29:08.058Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-02-25T04:29:08.058Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-02-25T04:29:08.058Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-02-25T04:29:08.058Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-02-25T04:29:08.058Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-02-25T04:29:08.058Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestCpGarbagePath (7.09s) [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-02-25T04:29:08.058Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.20s) [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-02-25T04:29:08.058Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.058Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-02-25T04:29:08.058Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2021-02-25T04:29:08.059Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.14s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.20s) [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-02-25T04:29:08.059Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-02-25T04:29:08.059Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestCpToCaseE (13.18s) [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2021-02-25T04:29:08.059Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-02-25T04:29:08.059Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestCpToCaseH (8.30s) [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2021-02-25T04:29:08.059Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-02-25T04:29:08.059Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestCpToDot (2.40s) [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-02-25T04:29:08.059Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-02-25T04:29:08.059Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestCpToStdout (2.23s) [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-02-25T04:29:08.059Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2021-02-25T04:29:08.059Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2021-02-25T04:29:08.059Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-02-25T04:29:08.059Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.18s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestCreateArgs (0.19s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.06s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.19s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.17s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.18s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.90s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.73s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestCreateLabels (0.17s) [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-02-25T04:29:08.059Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestCreateRM (0.35s) [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2021-02-25T04:29:08.059Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.18s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.33s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (7.43s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.22s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.48s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.47s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.19s) [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-02-25T04:29:08.059Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.12s) [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2021-02-25T04:29:08.059Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.14s) [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2021-02-25T04:29:08.059Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-02-25T04:29:08.059Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-02-25T04:29:08.059Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-02-25T04:29:08.059Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-02-25T04:29:08.059Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2021-02-25T04:29:08.059Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-02-25T04:29:08.059Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-02-25T04:29:08.059Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-02-25T04:29:08.059Z] docker_cli_run_test.go:2993: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestDockerFails (0.06s) [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-02-25T04:29:08.059Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-02-25T04:29:08.059Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-02-25T04:29:08.059Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-02-25T04:29:08.059Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-02-25T04:29:08.059Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.16s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.16s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.27s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (11.99s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestEventsCopy (4.82s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (4.73s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.10s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.85s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.66s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.50s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.98s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestEventsFilters (4.38s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestEventsFormat (4.32s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-02-25T04:29:08.059Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2021-02-25T04:29:08.059Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-02-25T04:29:08.059Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.19s) [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2021-02-25T04:29:08.059Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestEventsRename (2.24s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestEventsResize (2.53s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.06s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.59s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.57s) [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-02-25T04:29:08.059Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestEventsUntag (2.73s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.51s) [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2021-02-25T04:29:08.059Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-02-25T04:29:08.059Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.89s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.82s) [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2021-02-25T04:29:08.059Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-02-25T04:29:08.059Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-02-25T04:29:08.059Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.83s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.13s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.04s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.82s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (3.78s) [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2021-02-25T04:29:08.059Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2021-02-25T04:29:08.059Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2021-02-25T04:29:08.059Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.11s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestExecInspectID (4.64s) [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-02-25T04:29:08.059Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-02-25T04:29:08.059Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-02-25T04:29:08.059Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2021-02-25T04:29:08.059Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-02-25T04:29:08.059Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.38s) [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-02-25T04:29:08.059Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2021-02-25T04:29:08.059Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-02-25T04:29:08.059Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2021-02-25T04:29:08.059Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2021-02-25T04:29:08.059Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.16s) [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-02-25T04:29:08.059Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.87s) [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-02-25T04:29:08.059Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-02-25T04:29:08.059Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-02-25T04:29:08.059Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.91s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.93s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.00s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.97s) [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2021-02-25T04:29:08.059Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.13s) [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2021-02-25T04:29:08.059Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.08s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.16s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-02-25T04:29:08.059Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.08s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.32s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.63s) [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-02-25T04:29:08.059Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.98s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.70s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.26s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.06s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.47s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestImagesFormat (0.21s) [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-02-25T04:29:08.059Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.72s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s) [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestImportBadURL (2.43s) [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-02-25T04:29:08.059Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-02-25T04:29:08.059Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s) [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-02-25T04:29:08.059Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-02-25T04:29:08.059Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-02-25T04:29:08.059Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2021-02-25T04:29:08.059Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2021-02-25T04:29:08.059Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-02-25T04:29:08.059Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.059Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s) [2021-02-25T04:29:08.059Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-02-25T04:29:08.059Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-02-25T04:29:08.060Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (7.07s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.08s) [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-02-25T04:29:08.060Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2021-02-25T04:29:08.060Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s) [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-02-25T04:29:08.060Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.11s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.16s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.08s) [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2021-02-25T04:29:08.060Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-02-25T04:29:08.060Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-02-25T04:29:08.060Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestInspectDefault (2.16s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestInspectHistory (4.45s) [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2021-02-25T04:29:08.060Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-02-25T04:29:08.060Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-02-25T04:29:08.060Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.24s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.16s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.19s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.26s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.12s) [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-02-25T04:29:08.060Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.20s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestInspectStatus (2.62s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.35s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.13s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.02s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.21s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.20s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.22s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.26s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-02-25T04:29:08.060Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-02-25T04:29:08.060Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-02-25T04:29:08.060Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-02-25T04:29:08.060Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-02-25T04:29:08.060Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.03s) [2021-02-25T04:29:08.060Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2021-02-25T04:29:08.060Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-02-25T04:29:08.060Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2021-02-25T04:29:08.060Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2021-02-25T04:29:08.060Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2021-02-25T04:29:08.060Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2021-02-25T04:29:08.060Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.05s) [2021-02-25T04:29:08.060Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2021-02-25T04:29:08.060Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2021-02-25T04:29:08.060Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2021-02-25T04:29:08.060Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.08s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.86s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.84s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.57s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.32s) [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-02-25T04:29:08.060Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.06s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.08s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.16s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.18s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.10s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.62s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.51s) [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-02-25T04:29:08.060Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.37s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (7.13s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestLogsSince (8.99s) [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-02-25T04:29:08.060Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-02-25T04:29:08.060Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestLogsTail (2.69s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.40s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.11s) [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2021-02-25T04:29:08.060Z] docker_cli_run_test.go:2907: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-02-25T04:29:08.060Z] docker_cli_run_test.go:2916: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-02-25T04:29:08.060Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-02-25T04:29:08.060Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-02-25T04:29:08.060Z] docker_cli_run_test.go:3510: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-02-25T04:29:08.060Z] docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-02-25T04:29:08.060Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-02-25T04:29:08.060Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.08s) [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2021-02-25T04:29:08.060Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2021-02-25T04:29:08.060Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2021-02-25T04:29:08.060Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2021-02-25T04:29:08.060Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2021-02-25T04:29:08.060Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-02-25T04:29:08.060Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-02-25T04:29:08.060Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2021-02-25T04:29:08.060Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-02-25T04:29:08.060Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (9.04s) [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-02-25T04:29:08.060Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-02-25T04:29:08.060Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-02-25T04:29:08.060Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-02-25T04:29:08.060Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-02-25T04:29:08.060Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-02-25T04:29:08.060Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-02-25T04:29:08.060Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-02-25T04:29:08.060Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.18s) [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2021-02-25T04:29:08.060Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestPsByOrder (8.95s) [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-02-25T04:29:08.060Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestPsListContainersBase (9.87s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (13.21s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.28s) [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-02-25T04:29:08.060Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.85s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.56s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (11.41s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.37s) [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-02-25T04:29:08.060Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-02-25T04:29:08.060Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.54s) [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2021-02-25T04:29:08.060Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-02-25T04:29:08.060Z] docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2021-02-25T04:29:08.060Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-02-25T04:29:08.060Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestPsShowMounts (7.70s) [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-02-25T04:29:08.060Z] docker_cli_run_test.go:3142: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.71s) [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2021-02-25T04:29:08.060Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.28s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.94s) [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-02-25T04:29:08.060Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.91s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (3.82s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.20s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (24.48s) [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-02-25T04:29:08.060Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (5.52s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.22s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.21s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.73s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (3.87s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (3.84s) [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-02-25T04:29:08.060Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (3.89s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.28s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (13.83s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.65s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.75s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.33s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.92s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (7.29s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (3.99s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestRmiTag (0.61s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.21s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (15.83s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.47s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.74s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.12s) [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-02-25T04:29:08.060Z] docker_cli_run_test.go:4425: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-02-25T04:29:08.060Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-02-25T04:29:08.060Z] docker_cli_run_test.go:3942: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2021-02-25T04:29:08.060Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-02-25T04:29:08.060Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-02-25T04:29:08.060Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-02-25T04:29:08.060Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.88s) [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-02-25T04:29:08.060Z] docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-02-25T04:29:08.060Z] docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (9.05s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.01s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.12s) [2021-02-25T04:29:08.060Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.06s) [2021-02-25T04:29:08.061Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.06s) [2021-02-25T04:29:08.061Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2021-02-25T04:29:08.061Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.46s) [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:3006: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:3192: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.03s) [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.89s) [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:3358: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.98s) [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:3325: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:3235: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.17s) [2021-02-25T04:29:08.061Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.20s) [2021-02-25T04:29:08.061Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.16s) [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.23s) [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.04s) [2021-02-25T04:29:08.061Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.30s) [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:3907: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.30s) [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.13s) [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.15s) [2021-02-25T04:29:08.061Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.08s) [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:4165: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.12s) [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- PASS: TestDockerSuite/TestRunExitCode (2.14s) [2021-02-25T04:29:08.061Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (6.94s) [2021-02-25T04:29:08.061Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.11s) [2021-02-25T04:29:08.061Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (7.02s) [2021-02-25T04:29:08.061Z] --- PASS: TestDockerSuite/TestRunExposePort (0.06s) [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:4404: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:4417: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:3723: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (3.53s) [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:3270: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.06s) [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:3379: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (6.59s) [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:3389: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.61s) [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.02s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:4227: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.03s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:4215: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (6.47s) [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.03s) [2021-02-25T04:29:08.061Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:3212: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:3774: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.70s) [2021-02-25T04:29:08.061Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.95s) [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:3767: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:3091: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:3113: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:3437: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.34s) [2021-02-25T04:29:08.061Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.24s) [2021-02-25T04:29:08.061Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.04s) [2021-02-25T04:29:08.061Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.10s) [2021-02-25T04:29:08.061Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.23s) [2021-02-25T04:29:08.061Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.98s) [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.73s) [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:2884: unmatched requirement Apparmor [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:2863: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:2848: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (7.37s) [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.061Z] --- PASS: TestDockerSuite/TestRunRm (2.15s) [2021-02-25T04:29:08.061Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.31s) [2021-02-25T04:29:08.061Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.15s) [2021-02-25T04:29:08.061Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.08s) [2021-02-25T04:29:08.061Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.92s) [2021-02-25T04:29:08.061Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.38s) [2021-02-25T04:29:08.061Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2021-02-25T04:29:08.061Z] docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.062Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-02-25T04:29:08.062Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.062Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.09s) [2021-02-25T04:29:08.062Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-02-25T04:29:08.062Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.062Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.84s) [2021-02-25T04:29:08.062Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-02-25T04:29:08.062Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.062Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-02-25T04:29:08.062Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.062Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.16s) [2021-02-25T04:29:08.062Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2021-02-25T04:29:08.062Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-02-25T04:29:08.062Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.062Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.65s) [2021-02-25T04:29:08.062Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-02-25T04:29:08.062Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.062Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-02-25T04:29:08.062Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.062Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-02-25T04:29:08.062Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.062Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-02-25T04:29:08.062Z] docker_cli_run_test.go:3983: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.062Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-02-25T04:29:08.062Z] docker_cli_run_test.go:2923: unmatched requirement Apparmor [2021-02-25T04:29:08.062Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-02-25T04:29:08.062Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.062Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-02-25T04:29:08.062Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.062Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-02-25T04:29:08.062Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.062Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-02-25T04:29:08.062Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.062Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2021-02-25T04:29:08.062Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.062Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.04s) [2021-02-25T04:29:08.062Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-02-25T04:29:08.062Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.062Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.01s) [2021-02-25T04:29:08.062Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-02-25T04:29:08.062Z] docker_cli_run_test.go:3872: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.062Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-02-25T04:29:08.062Z] docker_cli_run_test.go:3865: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.062Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.81s) [2021-02-25T04:29:08.062Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (6.45s) [2021-02-25T04:29:08.062Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.26s) [2021-02-25T04:29:08.062Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.44s) [2021-02-25T04:29:08.062Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-02-25T04:29:08.062Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.062Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.13s) [2021-02-25T04:29:08.062Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.58s) [2021-02-25T04:29:08.062Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.18s) [2021-02-25T04:29:08.062Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.13s) [2021-02-25T04:29:08.062Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2021-02-25T04:29:08.062Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.062Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.05s) [2021-02-25T04:29:08.062Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2021-02-25T04:29:08.062Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-02-25T04:29:08.062Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.062Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2021-02-25T04:29:08.062Z] docker_cli_run_test.go:3739: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.062Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2021-02-25T04:29:08.062Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.062Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-02-25T04:29:08.062Z] docker_cli_run_test.go:2829: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.062Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-02-25T04:29:08.062Z] docker_cli_run_test.go:3224: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.062Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.67s) [2021-02-25T04:29:08.527Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.62s) [2021-02-25T04:29:08.527Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.05s) [2021-02-25T04:29:08.527Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.07s) [2021-02-25T04:29:08.527Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-02-25T04:29:08.527Z] docker_cli_run_test.go:3040: unmatched requirement Apparmor [2021-02-25T04:29:08.527Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-02-25T04:29:08.527Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.527Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-02-25T04:29:08.527Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.527Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-02-25T04:29:08.527Z] docker_cli_run_test.go:3637: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.527Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-02-25T04:29:08.527Z] docker_cli_run_test.go:3648: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.527Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-02-25T04:29:08.527Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.527Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-02-25T04:29:08.527Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.527Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-02-25T04:29:08.527Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.527Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-02-25T04:29:08.527Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.527Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2021-02-25T04:29:08.527Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.527Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-02-25T04:29:08.527Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.527Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-02-25T04:29:08.527Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.527Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-02-25T04:29:08.527Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.527Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-02-25T04:29:08.527Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.527Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-02-25T04:29:08.527Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.527Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-02-25T04:29:08.527Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.527Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-02-25T04:29:08.527Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.527Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.25s) [2021-02-25T04:29:08.527Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.37s) [2021-02-25T04:29:08.527Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.40s) [2021-02-25T04:29:08.527Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.21s) [2021-02-25T04:29:08.527Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.65s) [2021-02-25T04:29:08.527Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (6.24s) [2021-02-25T04:29:08.527Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2021-02-25T04:29:08.527Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.527Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.90s) [2021-02-25T04:29:08.527Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-02-25T04:29:08.527Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.527Z] --- PASS: TestDockerSuite/TestStartAttachSilent (3.62s) [2021-02-25T04:29:08.527Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-02-25T04:29:08.527Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.527Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2021-02-25T04:29:08.527Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.527Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2021-02-25T04:29:08.527Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-02-25T04:29:08.527Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-02-25T04:29:08.527Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.527Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (8.92s) [2021-02-25T04:29:08.527Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-02-25T04:29:08.527Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.527Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2021-02-25T04:29:08.527Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.527Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2021-02-25T04:29:08.527Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.527Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2021-02-25T04:29:08.527Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.527Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2021-02-25T04:29:08.527Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.527Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2021-02-25T04:29:08.527Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.527Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.09s) [2021-02-25T04:29:08.527Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.33s) [2021-02-25T04:29:08.527Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-02-25T04:29:08.527Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.527Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.10s) [2021-02-25T04:29:08.527Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-02-25T04:29:08.527Z] docker_cli_run_test.go:3448: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.527Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2021-02-25T04:29:08.527Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.527Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2021-02-25T04:29:08.527Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.527Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2021-02-25T04:29:08.527Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.527Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2021-02-25T04:29:08.527Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.527Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-02-25T04:29:08.527Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.527Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.28s) [2021-02-25T04:29:08.527Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.14s) [2021-02-25T04:29:08.527Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.19s) [2021-02-25T04:29:08.527Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-02-25T04:29:08.527Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.527Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.32s) [2021-02-25T04:29:08.527Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.27s) [2021-02-25T04:29:08.527Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.14s) [2021-02-25T04:29:08.527Z] --- PASS: TestDockerSuite/TestVolumeCLILs (7.32s) [2021-02-25T04:29:08.527Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.08s) [2021-02-25T04:29:08.527Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.72s) [2021-02-25T04:29:08.527Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.37s) [2021-02-25T04:29:08.527Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.37s) [2021-02-25T04:29:08.527Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2021-02-25T04:29:08.527Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.18s) [2021-02-25T04:29:08.527Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (7.74s) [2021-02-25T04:29:08.527Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-02-25T04:29:08.527Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.527Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.63s) [2021-02-25T04:29:08.527Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.20s) [2021-02-25T04:29:08.527Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2021-02-25T04:29:08.527Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.527Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (7.05s) [2021-02-25T04:29:08.527Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.29s) [2021-02-25T04:29:08.527Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.30s) [2021-02-25T04:29:08.527Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (9.05s) [2021-02-25T04:29:08.527Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2021-02-25T04:29:08.527Z] docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.527Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.47s) [2021-02-25T04:29:08.527Z] === RUN TestDockerRegistrySuite [2021-02-25T04:29:08.527Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-02-25T04:29:08.527Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-02-25T04:29:08.527Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-02-25T04:29:08.527Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-02-25T04:29:08.527Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-02-25T04:29:08.527Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-02-25T04:29:08.527Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-02-25T04:29:08.527Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-02-25T04:29:08.527Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-02-25T04:29:08.527Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-02-25T04:29:08.527Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-02-25T04:29:08.527Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-02-25T04:29:08.527Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-02-25T04:29:08.527Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-02-25T04:29:08.527Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-02-25T04:29:08.527Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-02-25T04:29:08.527Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-02-25T04:29:08.527Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-02-25T04:29:08.527Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-02-25T04:29:08.527Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-02-25T04:29:08.528Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-02-25T04:29:08.528Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-02-25T04:29:08.528Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-02-25T04:29:08.528Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-02-25T04:29:08.528Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-02-25T04:29:08.528Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-02-25T04:29:08.528Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-02-25T04:29:08.528Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-02-25T04:29:08.528Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-02-25T04:29:08.528Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-02-25T04:29:08.528Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-02-25T04:29:08.528Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-02-25T04:29:08.528Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-02-25T04:29:08.528Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-02-25T04:29:08.528Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-02-25T04:29:08.528Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-02-25T04:29:08.528Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-02-25T04:29:08.528Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-02-25T04:29:08.528Z] --- PASS: TestDockerRegistrySuite (0.16s) [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] === RUN TestDockerSchema1RegistrySuite [2021-02-25T04:29:08.528Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-02-25T04:29:08.528Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-02-25T04:29:08.528Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-02-25T04:29:08.528Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-02-25T04:29:08.528Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-02-25T04:29:08.528Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-02-25T04:29:08.528Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-02-25T04:29:08.528Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-02-25T04:29:08.528Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-02-25T04:29:08.528Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-02-25T04:29:08.528Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-02-25T04:29:08.528Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-02-25T04:29:08.528Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-02-25T04:29:08.528Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-02-25T04:29:08.528Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-02-25T04:29:08.528Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-02-25T04:29:08.528Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-02-25T04:29:08.528Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-02-25T04:29:08.528Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-02-25T04:29:08.528Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-02-25T04:29:08.528Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-02-25T04:29:08.528Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-02-25T04:29:08.528Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-02-25T04:29:08.528Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-02-25T04:29:08.528Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-02-25T04:29:08.528Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-02-25T04:29:08.528Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-02-25T04:29:08.528Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.04s) [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] === RUN TestDockerRegistryAuthTokenSuite [2021-02-25T04:29:08.528Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-02-25T04:29:08.528Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-02-25T04:29:08.528Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-02-25T04:29:08.528Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-02-25T04:29:08.528Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-02-25T04:29:08.528Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] === RUN TestDockerDaemonSuite [2021-02-25T04:29:08.528Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-02-25T04:29:08.528Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-02-25T04:29:08.528Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-02-25T04:29:08.528Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] === RUN TestDockerSwarmSuite [2021-02-25T04:29:08.528Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-02-25T04:29:08.528Z] === RUN TestDockerPluginSuite [2021-02-25T04:29:08.528Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-02-25T04:29:08.528Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-02-25T04:29:08.528Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-02-25T04:29:08.528Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-02-25T04:29:08.528Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-02-25T04:29:08.528Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-02-25T04:29:08.528Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-02-25T04:29:08.528Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-02-25T04:29:08.528Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-02-25T04:29:08.528Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-02-25T04:29:08.528Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-02-25T04:29:08.528Z] --- PASS: TestDockerPluginSuite (0.02s) [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] === RUN TestDockerExternalVolumeSuite [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] === RUN TestDockerNetworkSuite [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] === RUN TestDockerHubPullSuite [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-02-25T04:29:08.528Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] PASS [2021-02-25T04:29:08.528Z] ok github.com/docker/docker/integration-cli 2503.781s [2021-02-25T04:29:08.528Z] [2021-02-25T04:29:08.528Z] === Skipped [2021-02-25T04:29:08.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2021-02-25T04:29:08.528Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] [2021-02-25T04:29:08.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-02-25T04:29:08.528Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] [2021-02-25T04:29:08.528Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-02-25T04:29:08.528Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-02-25T04:29:08.528Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.528Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-02-25T04:29:08.529Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-02-25T04:29:08.529Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-02-25T04:29:08.529Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-02-25T04:29:08.529Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-02-25T04:29:08.529Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-02-25T04:29:08.529Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-02-25T04:29:08.529Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2021-02-25T04:29:08.529Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-02-25T04:29:08.529Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-02-25T04:29:08.529Z] docker_cli_run_test.go:3179: unmatched requirement Apparmor [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-02-25T04:29:08.529Z] docker_cli_run_test.go:3157: unmatched requirement Apparmor [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2021-02-25T04:29:08.529Z] docker_cli_run_test.go:3169: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2021-02-25T04:29:08.529Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-02-25T04:29:08.529Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-02-25T04:29:08.529Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.54s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.54s) [2021-02-25T04:29:08.529Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.03s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.03s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.40s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.40s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.77s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.77s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.14s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.14s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.38s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.38s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.72s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.72s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.40s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.40s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.05s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-02-25T04:29:08.529Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.40s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.40s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.38s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.38s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.45s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.45s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.41s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.41s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.38s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.38s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.35s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.35s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-02-25T04:29:08.529Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-02-25T04:29:08.529Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.529Z] [2021-02-25T04:29:08.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-02-25T04:29:08.530Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2021-02-25T04:29:08.530Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.09s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2021-02-25T04:29:08.530Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.05s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2021-02-25T04:29:08.530Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.06s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2021-02-25T04:29:08.530Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-02-25T04:29:08.530Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-02-25T04:29:08.530Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-02-25T04:29:08.530Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-02-25T04:29:08.530Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-02-25T04:29:08.530Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-02-25T04:29:08.530Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2021-02-25T04:29:08.530Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.41s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.41s) [2021-02-25T04:29:08.530Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.41s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.41s) [2021-02-25T04:29:08.530Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-02-25T04:29:08.530Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-02-25T04:29:08.530Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2021-02-25T04:29:08.530Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-02-25T04:29:08.530Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-02-25T04:29:08.530Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.39s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.39s) [2021-02-25T04:29:08.530Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-02-25T04:29:08.530Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.36s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.36s) [2021-02-25T04:29:08.530Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.44s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.44s) [2021-02-25T04:29:08.530Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.39s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.39s) [2021-02-25T04:29:08.530Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2021-02-25T04:29:08.530Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.39s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.39s) [2021-02-25T04:29:08.530Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-02-25T04:29:08.530Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-02-25T04:29:08.530Z] docker_cli_sni_test.go:18: Flakey test [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2021-02-25T04:29:08.530Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-02-25T04:29:08.530Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-02-25T04:29:08.530Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2021-02-25T04:29:08.530Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-02-25T04:29:08.530Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-02-25T04:29:08.530Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2021-02-25T04:29:08.530Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-02-25T04:29:08.530Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-02-25T04:29:08.530Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-02-25T04:29:08.530Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-02-25T04:29:08.530Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-02-25T04:29:08.530Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-02-25T04:29:08.530Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-02-25T04:29:08.530Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-02-25T04:29:08.530Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-02-25T04:29:08.530Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-02-25T04:29:08.530Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-02-25T04:29:08.530Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-02-25T04:29:08.530Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-02-25T04:29:08.530Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2021-02-25T04:29:08.530Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2021-02-25T04:29:08.530Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-02-25T04:29:08.530Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-02-25T04:29:08.530Z] docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-02-25T04:29:08.530Z] docker_cli_run_test.go:3528: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-02-25T04:29:08.530Z] docker_cli_run_test.go:3560: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-02-25T04:29:08.530Z] docker_cli_run_test.go:3591: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2021-02-25T04:29:08.530Z] docker_cli_run_test.go:3574: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2021-02-25T04:29:08.530Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-02-25T04:29:08.530Z] docker_cli_run_test.go:3464: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-02-25T04:29:08.530Z] docker_cli_run_test.go:3456: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-02-25T04:29:08.530Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-02-25T04:29:08.530Z] docker_cli_run_test.go:3483: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.530Z] [2021-02-25T04:29:08.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-02-25T04:29:08.531Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-02-25T04:29:08.531Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-02-25T04:29:08.531Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-02-25T04:29:08.531Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-02-25T04:29:08.531Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2021-02-25T04:29:08.531Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-02-25T04:29:08.531Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-02-25T04:29:08.531Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-02-25T04:29:08.531Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-02-25T04:29:08.531Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-02-25T04:29:08.531Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-02-25T04:29:08.531Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-02-25T04:29:08.531Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-02-25T04:29:08.531Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-02-25T04:29:08.531Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-02-25T04:29:08.531Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-02-25T04:29:08.531Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-02-25T04:29:08.531Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2021-02-25T04:29:08.531Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-02-25T04:29:08.531Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-02-25T04:29:08.531Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2021-02-25T04:29:08.531Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-02-25T04:29:08.531Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2021-02-25T04:29:08.531Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-02-25T04:29:08.531Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-02-25T04:29:08.531Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-02-25T04:29:08.531Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-02-25T04:29:08.531Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2021-02-25T04:29:08.531Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2021-02-25T04:29:08.531Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-02-25T04:29:08.531Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-02-25T04:29:08.531Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2021-02-25T04:29:08.531Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-02-25T04:29:08.531Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2021-02-25T04:29:08.531Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2021-02-25T04:29:08.531Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-02-25T04:29:08.531Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-02-25T04:29:08.531Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-02-25T04:29:08.531Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-02-25T04:29:08.531Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2021-02-25T04:29:08.531Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-02-25T04:29:08.531Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-02-25T04:29:08.531Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-02-25T04:29:08.531Z] docker_cli_run_test.go:2993: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-02-25T04:29:08.531Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-02-25T04:29:08.531Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-02-25T04:29:08.531Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-02-25T04:29:08.531Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-02-25T04:29:08.531Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-02-25T04:29:08.531Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2021-02-25T04:29:08.531Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-02-25T04:29:08.531Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2021-02-25T04:29:08.531Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-02-25T04:29:08.531Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2021-02-25T04:29:08.531Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-02-25T04:29:08.531Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2021-02-25T04:29:08.531Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-02-25T04:29:08.531Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-02-25T04:29:08.531Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2021-02-25T04:29:08.531Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2021-02-25T04:29:08.531Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2021-02-25T04:29:08.531Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-02-25T04:29:08.531Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-02-25T04:29:08.531Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-02-25T04:29:08.531Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2021-02-25T04:29:08.531Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-02-25T04:29:08.531Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-02-25T04:29:08.531Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2021-02-25T04:29:08.531Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-02-25T04:29:08.531Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2021-02-25T04:29:08.531Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.531Z] [2021-02-25T04:29:08.531Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2021-02-25T04:29:08.531Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2021-02-25T04:29:08.532Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.532Z] [2021-02-25T04:29:08.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2021-02-25T04:29:08.532Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-02-25T04:29:08.532Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.532Z] [2021-02-25T04:29:08.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2021-02-25T04:29:08.532Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-02-25T04:29:08.532Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.532Z] [2021-02-25T04:29:08.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-02-25T04:29:08.532Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-02-25T04:29:08.532Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.532Z] [2021-02-25T04:29:08.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2021-02-25T04:29:08.532Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-02-25T04:29:08.532Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.532Z] [2021-02-25T04:29:08.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2021-02-25T04:29:08.532Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2021-02-25T04:29:08.532Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.532Z] [2021-02-25T04:29:08.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2021-02-25T04:29:08.532Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2021-02-25T04:29:08.532Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.532Z] [2021-02-25T04:29:08.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-02-25T04:29:08.532Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-02-25T04:29:08.532Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.532Z] [2021-02-25T04:29:08.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-02-25T04:29:08.532Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-02-25T04:29:08.532Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.532Z] [2021-02-25T04:29:08.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-02-25T04:29:08.532Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-02-25T04:29:08.532Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.532Z] [2021-02-25T04:29:08.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2021-02-25T04:29:08.532Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-02-25T04:29:08.532Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.532Z] [2021-02-25T04:29:08.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2021-02-25T04:29:08.532Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-02-25T04:29:08.532Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.532Z] [2021-02-25T04:29:08.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-02-25T04:29:08.532Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-02-25T04:29:08.532Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.532Z] [2021-02-25T04:29:08.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2021-02-25T04:29:08.532Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-02-25T04:29:08.532Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.532Z] [2021-02-25T04:29:08.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-02-25T04:29:08.532Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-02-25T04:29:08.532Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.532Z] [2021-02-25T04:29:08.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2021-02-25T04:29:08.532Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2021-02-25T04:29:08.532Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-02-25T04:29:08.532Z] [2021-02-25T04:29:08.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2021-02-25T04:29:08.532Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2021-02-25T04:29:08.532Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.532Z] [2021-02-25T04:29:08.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-02-25T04:29:08.532Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-02-25T04:29:08.532Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.532Z] [2021-02-25T04:29:08.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-02-25T04:29:08.532Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-02-25T04:29:08.532Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.532Z] [2021-02-25T04:29:08.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-02-25T04:29:08.532Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-02-25T04:29:08.532Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.532Z] [2021-02-25T04:29:08.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-02-25T04:29:08.532Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-02-25T04:29:08.532Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.532Z] [2021-02-25T04:29:08.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2021-02-25T04:29:08.532Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2021-02-25T04:29:08.532Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.532Z] [2021-02-25T04:29:08.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2021-02-25T04:29:08.532Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-02-25T04:29:08.532Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.532Z] [2021-02-25T04:29:08.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2021-02-25T04:29:08.532Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2021-02-25T04:29:08.532Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.532Z] [2021-02-25T04:29:08.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-02-25T04:29:08.532Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-02-25T04:29:08.532Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.532Z] [2021-02-25T04:29:08.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-02-25T04:29:08.532Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-02-25T04:29:08.532Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.532Z] [2021-02-25T04:29:08.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2021-02-25T04:29:08.532Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2021-02-25T04:29:08.532Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.532Z] [2021-02-25T04:29:08.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-02-25T04:29:08.532Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-02-25T04:29:08.532Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.532Z] [2021-02-25T04:29:08.532Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-02-25T04:29:08.996Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-02-25T04:29:08.996Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.996Z] [2021-02-25T04:29:08.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2021-02-25T04:29:08.996Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-02-25T04:29:08.996Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.996Z] [2021-02-25T04:29:08.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-02-25T04:29:08.996Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-02-25T04:29:08.996Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.996Z] [2021-02-25T04:29:08.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2021-02-25T04:29:08.996Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-02-25T04:29:08.996Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.996Z] [2021-02-25T04:29:08.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-02-25T04:29:08.996Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-02-25T04:29:08.996Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.996Z] [2021-02-25T04:29:08.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-02-25T04:29:08.996Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-02-25T04:29:08.996Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.996Z] [2021-02-25T04:29:08.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-02-25T04:29:08.996Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-02-25T04:29:08.996Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.996Z] [2021-02-25T04:29:08.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.03s) [2021-02-25T04:29:08.996Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.03s) [2021-02-25T04:29:08.996Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.996Z] [2021-02-25T04:29:08.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2021-02-25T04:29:08.996Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2021-02-25T04:29:08.996Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.996Z] [2021-02-25T04:29:08.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-02-25T04:29:08.996Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-02-25T04:29:08.996Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.996Z] [2021-02-25T04:29:08.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2021-02-25T04:29:08.996Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2021-02-25T04:29:08.996Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.996Z] [2021-02-25T04:29:08.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2021-02-25T04:29:08.996Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2021-02-25T04:29:08.996Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.996Z] [2021-02-25T04:29:08.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2021-02-25T04:29:08.996Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2021-02-25T04:29:08.996Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.996Z] [2021-02-25T04:29:08.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2021-02-25T04:29:08.996Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2021-02-25T04:29:08.996Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.996Z] [2021-02-25T04:29:08.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.05s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.05s) [2021-02-25T04:29:08.997Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2021-02-25T04:29:08.997Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2021-02-25T04:29:08.997Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2021-02-25T04:29:08.997Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-02-25T04:29:08.997Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-02-25T04:29:08.997Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-02-25T04:29:08.997Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-02-25T04:29:08.997Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2021-02-25T04:29:08.997Z] docker_cli_run_test.go:2907: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-02-25T04:29:08.997Z] docker_cli_run_test.go:2916: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-02-25T04:29:08.997Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-02-25T04:29:08.997Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-02-25T04:29:08.997Z] docker_cli_run_test.go:3510: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-02-25T04:29:08.997Z] docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-02-25T04:29:08.997Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-02-25T04:29:08.997Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2021-02-25T04:29:08.997Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2021-02-25T04:29:08.997Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2021-02-25T04:29:08.997Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2021-02-25T04:29:08.997Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2021-02-25T04:29:08.997Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-02-25T04:29:08.997Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-02-25T04:29:08.997Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2021-02-25T04:29:08.997Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-02-25T04:29:08.997Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-02-25T04:29:08.997Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-02-25T04:29:08.997Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-02-25T04:29:08.997Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-02-25T04:29:08.997Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-02-25T04:29:08.997Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-02-25T04:29:08.997Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-02-25T04:29:08.997Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-02-25T04:29:08.997Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2021-02-25T04:29:08.997Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-02-25T04:29:08.997Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-02-25T04:29:08.997Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-02-25T04:29:08.997Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-02-25T04:29:08.997Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2021-02-25T04:29:08.997Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-02-25T04:29:08.997Z] docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2021-02-25T04:29:08.997Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-02-25T04:29:08.997Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-02-25T04:29:08.997Z] docker_cli_run_test.go:3142: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2021-02-25T04:29:08.997Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-02-25T04:29:08.997Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-02-25T04:29:08.997Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-02-25T04:29:08.997Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-02-25T04:29:08.997Z] docker_cli_run_test.go:4425: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-02-25T04:29:08.997Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-02-25T04:29:08.997Z] docker_cli_run_test.go:3942: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2021-02-25T04:29:08.997Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-02-25T04:29:08.997Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-02-25T04:29:08.997Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-02-25T04:29:08.997Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-02-25T04:29:08.997Z] docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-02-25T04:29:08.997Z] docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-02-25T04:29:08.997Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-02-25T04:29:08.997Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-02-25T04:29:08.997Z] docker_cli_run_test.go:3006: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-02-25T04:29:08.997Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-02-25T04:29:08.997Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-02-25T04:29:08.997Z] docker_cli_run_test.go:3192: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-02-25T04:29:08.997Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2021-02-25T04:29:08.997Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2021-02-25T04:29:08.997Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2021-02-25T04:29:08.997Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-02-25T04:29:08.997Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-02-25T04:29:08.997Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.997Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:3358: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:3325: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:3235: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:3907: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:4165: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:4404: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:4417: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:3723: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:3270: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:3379: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:3389: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.02s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.02s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:4227: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.03s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.03s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:4215: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.03s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.03s) [2021-02-25T04:29:08.998Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:3212: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:3774: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:3767: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:3091: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-02-25T04:29:08.998Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-02-25T04:29:08.998Z] docker_cli_run_test.go:3113: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.998Z] [2021-02-25T04:29:08.998Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_run_test.go:3437: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-02-25T04:29:08.999Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2021-02-25T04:29:08.999Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2021-02-25T04:29:08.999Z] docker_cli_run_test.go:2884: unmatched requirement Apparmor [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_run_test.go:2863: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_run_test.go:2848: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2021-02-25T04:29:08.999Z] docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2021-02-25T04:29:08.999Z] docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_run_test.go:3983: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_run_test.go:2923: unmatched requirement Apparmor [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2021-02-25T04:29:08.999Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_run_test.go:3872: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_run_test.go:3865: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2021-02-25T04:29:08.999Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2021-02-25T04:29:08.999Z] docker_cli_run_test.go:3739: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2021-02-25T04:29:08.999Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_run_test.go:2829: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_run_test.go:3224: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_run_test.go:3040: unmatched requirement Apparmor [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_run_test.go:3637: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_run_test.go:3648: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2021-02-25T04:29:08.999Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2021-02-25T04:29:08.999Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2021-02-25T04:29:08.999Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2021-02-25T04:29:08.999Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:08.999Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2021-02-25T04:29:08.999Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-02-25T04:29:08.999Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-02-25T04:29:08.999Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-02-25T04:29:09.000Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2021-02-25T04:29:09.000Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2021-02-25T04:29:09.000Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2021-02-25T04:29:09.000Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2021-02-25T04:29:09.000Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2021-02-25T04:29:09.000Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-02-25T04:29:09.000Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-02-25T04:29:09.000Z] docker_cli_run_test.go:3448: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2021-02-25T04:29:09.000Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2021-02-25T04:29:09.000Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2021-02-25T04:29:09.000Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2021-02-25T04:29:09.000Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-02-25T04:29:09.000Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-02-25T04:29:09.000Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-02-25T04:29:09.000Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2021-02-25T04:29:09.000Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2021-02-25T04:29:09.000Z] docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-02-25T04:29:09.000Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-02-25T04:29:09.000Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.000Z] [2021-02-25T04:29:09.000Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-02-25T04:29:09.001Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-02-25T04:29:09.001Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.001Z] [2021-02-25T04:29:09.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-02-25T04:29:09.001Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-02-25T04:29:09.001Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.001Z] [2021-02-25T04:29:09.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-02-25T04:29:09.001Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-02-25T04:29:09.001Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.001Z] [2021-02-25T04:29:09.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-02-25T04:29:09.001Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-02-25T04:29:09.001Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.001Z] [2021-02-25T04:29:09.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-02-25T04:29:09.001Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-02-25T04:29:09.001Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.001Z] [2021-02-25T04:29:09.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-02-25T04:29:09.001Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-02-25T04:29:09.001Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.001Z] [2021-02-25T04:29:09.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-02-25T04:29:09.001Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-02-25T04:29:09.001Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.001Z] [2021-02-25T04:29:09.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-02-25T04:29:09.001Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-02-25T04:29:09.001Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.001Z] [2021-02-25T04:29:09.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-02-25T04:29:09.001Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-02-25T04:29:09.001Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.001Z] [2021-02-25T04:29:09.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-02-25T04:29:09.001Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-02-25T04:29:09.001Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.001Z] [2021-02-25T04:29:09.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-02-25T04:29:09.001Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-02-25T04:29:09.001Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.001Z] [2021-02-25T04:29:09.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-02-25T04:29:09.001Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-02-25T04:29:09.001Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.001Z] [2021-02-25T04:29:09.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-02-25T04:29:09.001Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-02-25T04:29:09.001Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.001Z] [2021-02-25T04:29:09.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-02-25T04:29:09.001Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-02-25T04:29:09.001Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.001Z] [2021-02-25T04:29:09.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-02-25T04:29:09.001Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-02-25T04:29:09.001Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.001Z] [2021-02-25T04:29:09.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-02-25T04:29:09.001Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-02-25T04:29:09.001Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.001Z] [2021-02-25T04:29:09.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-02-25T04:29:09.001Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-02-25T04:29:09.001Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.001Z] [2021-02-25T04:29:09.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-02-25T04:29:09.001Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-02-25T04:29:09.001Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.001Z] [2021-02-25T04:29:09.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-02-25T04:29:09.001Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-02-25T04:29:09.001Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.001Z] [2021-02-25T04:29:09.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-02-25T04:29:09.001Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-02-25T04:29:09.001Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.001Z] [2021-02-25T04:29:09.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-02-25T04:29:09.001Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-02-25T04:29:09.001Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.001Z] [2021-02-25T04:29:09.001Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-02-25T04:29:09.001Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-02-25T04:29:09.001Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.001Z] [2021-02-25T04:29:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-02-25T04:29:09.465Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-02-25T04:29:09.465Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.465Z] [2021-02-25T04:29:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-02-25T04:29:09.465Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-02-25T04:29:09.465Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.465Z] [2021-02-25T04:29:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-02-25T04:29:09.465Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-02-25T04:29:09.465Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.465Z] [2021-02-25T04:29:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-02-25T04:29:09.465Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-02-25T04:29:09.465Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.465Z] [2021-02-25T04:29:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-02-25T04:29:09.465Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-02-25T04:29:09.465Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.465Z] [2021-02-25T04:29:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-02-25T04:29:09.465Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-02-25T04:29:09.465Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.465Z] [2021-02-25T04:29:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-02-25T04:29:09.465Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-02-25T04:29:09.465Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.465Z] [2021-02-25T04:29:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-02-25T04:29:09.465Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.465Z] [2021-02-25T04:29:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-02-25T04:29:09.465Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.465Z] [2021-02-25T04:29:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-02-25T04:29:09.465Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-02-25T04:29:09.465Z] [2021-02-25T04:29:09.465Z] [2021-02-25T04:29:09.465Z] DONE 1093 tests, 547 skipped in 2512.022s [2021-02-25T04:29:09.465Z] INFO: Integration tests ended at 02/25/2021 04:29:08. Duration:00:41:52.1161306 [2021-02-25T04:29:09.465Z] INFO: Docker info of the daemon under test at end of run [2021-02-25T04:29:09.465Z] [2021-02-25T04:29:09.465Z] Containers: 2 [2021-02-25T04:29:09.465Z] Running: 0 [2021-02-25T04:29:09.465Z] Paused: 0 [2021-02-25T04:29:09.465Z] Stopped: 2 [2021-02-25T04:29:09.465Z] Images: 18 [2021-02-25T04:29:09.465Z] Server Version: 0.0.0-dev [2021-02-25T04:29:09.465Z] Storage Driver: windowsfilter [2021-02-25T04:29:09.465Z] Windows: [2021-02-25T04:29:09.465Z] Logging Driver: json-file [2021-02-25T04:29:09.465Z] Plugins: [2021-02-25T04:29:09.465Z] Volume: local [2021-02-25T04:29:09.465Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-02-25T04:29:09.465Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-02-25T04:29:09.465Z] Swarm: inactive [2021-02-25T04:29:09.465Z] Default Isolation: process [2021-02-25T04:29:09.465Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-02-25T04:29:09.465Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1697) [2021-02-25T04:29:09.465Z] OSType: windows [2021-02-25T04:29:09.465Z] Architecture: x86_64 [2021-02-25T04:29:09.465Z] CPUs: 4 [2021-02-25T04:29:09.465Z] Total Memory: 32GiB [2021-02-25T04:29:09.465Z] Name: azwin-2-292190 [2021-02-25T04:29:09.465Z] ID: 4PXC:GXM5:MQZX:CVKI:DHTL:VXDA:2BTU:Q3W7:RPWK:V7G6:SCJS:FYWU [2021-02-25T04:29:09.465Z] Docker Root Dir: D:\CI\PR-42056\8\daemon [2021-02-25T04:29:09.465Z] Debug Mode (client): false [2021-02-25T04:29:09.465Z] Debug Mode (server): true [2021-02-25T04:29:09.465Z] File Descriptors: -1 [2021-02-25T04:29:09.465Z] Goroutines: 17 [2021-02-25T04:29:09.465Z] System Time: 2021-02-25T04:29:09.1574815Z [2021-02-25T04:29:09.465Z] EventsListeners: 0 [2021-02-25T04:29:09.465Z] Registry: https://index.docker.io/v1/ [2021-02-25T04:29:09.466Z] Labels: [2021-02-25T04:29:09.466Z] Experimental: false [2021-02-25T04:29:09.466Z] Insecure Registries: [2021-02-25T04:29:09.466Z] 127.0.0.0/8 [2021-02-25T04:29:09.466Z] Live Restore Enabled: false [2021-02-25T04:29:09.466Z] [2021-02-25T04:29:09.466Z] [2021-02-25T04:29:09.466Z] INFO: Stopping daemon under test [2021-02-25T04:29:09.930Z] SUCCESS: The process with PID 4392 (child process of PID 5372) has been terminated. [2021-02-25T04:29:09.930Z] SUCCESS: The process with PID 5372 (child process of PID 4544) has been terminated. [2021-02-25T04:29:09.930Z] INFO: Stop tailing logs of the daemon under tests [2021-02-25T04:29:09.930Z] INFO: executeCI.ps1 Completed successfully at 02/25/2021 04:29:09. [2021-02-25T04:29:09.930Z] INFO: Tidying up at end of run [2021-02-25T04:29:09.930Z] INFO: Saving daemon under test log (d:\CI\PR-42056\8\dut.out) to bundles\CIDUT.out [2021-02-25T04:29:09.930Z] INFO: Saving daemon under test log (d:\CI\PR-42056\8\dut.err) to bundles\CIDUT.err [2021-02-25T04:29:09.930Z] INFO: Nuke-Everything... [2021-02-25T04:29:10.394Z] INFO: Container count on control daemon to delete is 2 [2021-02-25T04:29:11.372Z] a6288d103ba9 [2021-02-25T04:29:11.372Z] 207d1edba0e3 [2021-02-25T04:29:11.372Z] INFO: Tidying pidfile d:\CI\PR-42056\8\docker.pid [2021-02-25T04:29:11.372Z] INFO: Nuking d:\CI [2021-02-25T04:29:47.150Z] INFO: Zapped successfully [2021-02-25T04:29:47.150Z] [2021-02-25T04:29:47.150Z] INFO: executeCI.ps1 exiting at Thu Feb 25 04:29:43 CUT 2021. Duration 01:14:13.6016040 [2021-02-25T04:29:47.150Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-02-25T04:29:47.402Z] Recording test results [2021-02-25T04:29:48.198Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-02-25T04:29:49.770Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2021-02-25T04:29:51.537Z] Archiving artifacts [2021-02-25T04:30:05.223Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42056/8/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-02-25T04:30:06.169Z] + make clean [2021-02-25T04:30:07.146Z] docker volume rm -f docker-dev-cache [2021-02-25T04:30:07.610Z] 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